Your message dated Wed, 19 Jun 2024 10:22:19 +0000
with message-id <e1sjssj-004zbe...@fasolo.debian.org>
and subject line Bug#1073405: fixed in spirv-llvm-translator-16 16.0.1-1
has caused the Debian Bug report #1073405,
regarding spirv-llvm-translator-16: FTBFS: dh_auto_test: error: cd build && 
make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1073405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spirv-llvm-translator-16
Version: 16.0.0-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[5]: Entering directory '/<<PKGBUILDDIR>>/build'
> [100%] Running the LLVM-SPIRV regression tests
> cd /<<PKGBUILDDIR>>/build/test && /usr/lib/llvm-16/build/utils/lit/lit.py 
> --verbose -sv /<<PKGBUILDDIR>>/build/test
> lit.py: /usr/lib/llvm-16/build/utils/lit/lit/llvm/config.py:459: note: using 
> clang: /usr/lib/llvm-16/bin/clang
> -- Testing: 700 tests, 8 workers --
> Testing: 0  2  4  6  8  10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 
> 46 48 50 52 54 56 58 60 62 64 66 68 70 72 
> FAIL: LLVM_SPIRV :: read_image.cl (532 of 700)
> ******************** TEST 'LLVM_SPIRV :: read_image.cl' FAILED 
> ********************
> Script:
> --
> : 'RUN: at line 1';   /usr/lib/llvm-16/bin/clang -cc1 -internal-isystem 
> /usr/lib/llvm-16/lib/clang/16/include -nostdsysteminc -triple spir64 
> -fdeclare-opencl-builtins -finclude-default-header -O0 -cl-std=CL2.0 
> -emit-llvm-bc /<<PKGBUILDDIR>>/test/read_image.cl -o 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.bc
> : 'RUN: at line 2';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv 
> --spirv-max-version=1.3 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.bc -o 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.spv
> : 'RUN: at line 3';   /usr/bin/spirv-val 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.spv
> : 'RUN: at line 4';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.spv -to-text 
> -o - | /usr/lib/llvm-16/bin/FileCheck /<<PKGBUILDDIR>>/test/read_image.cl 
> --check-prefix=CHECK-SPIRV
> : 'RUN: at line 5';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv -r 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.spv -o 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.bc 
> --spirv-target-env=SPV-IR
> : 'RUN: at line 6';   /usr/lib/llvm-16/bin/llvm-dis -opaque-pointers=0 < 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.bc | 
> /usr/lib/llvm-16/bin/FileCheck /<<PKGBUILDDIR>>/test/read_image.cl 
> --check-prefix=CHECK-SPV-LLVM
> : 'RUN: at line 7';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv 
> --spirv-max-version=1.3 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.bc -o 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.spv
> : 'RUN: at line 8';   /usr/bin/spirv-val 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.spv
> : 'RUN: at line 9';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv 
> --spirv-max-version=1.3 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.spv 
> -to-text -o - | /usr/lib/llvm-16/bin/FileCheck 
> /<<PKGBUILDDIR>>/test/read_image.cl --check-prefix=CHECK-SPIRV
> --
> Exit Code: 1
> 
> Command Output (stderr):
> --
> error: line 59: ID '10' decorated with Alignment multiple times is not 
> allowed.
>   %input_addr = OpVariable %_ptr_Function__ptr_CrossWorkgroup_uchar Function
> 
> 
> --
> 
> ********************
> Testing: 0  2  4  6  8  10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 
> 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 
> FAIL: LLVM_SPIRV :: transcoding/OpPhi_ArgumentsPlaceholders.ll (578 of 700)
> ******************** TEST 'LLVM_SPIRV :: 
> transcoding/OpPhi_ArgumentsPlaceholders.ll' FAILED ********************
> Script:
> --
> : 'RUN: at line 15';   /usr/lib/llvm-16/bin/llvm-as 
> /<<PKGBUILDDIR>>/test/transcoding/OpPhi_ArgumentsPlaceholders.ll -o 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.bc
> : 'RUN: at line 16';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.bc
>  -spirv-text -o 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.txt
> : 'RUN: at line 17';   /usr/lib/llvm-16/bin/FileCheck < 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.txt
>  /<<PKGBUILDDIR>>/test/transcoding/OpPhi_ArgumentsPlaceholders.ll 
> --check-prefix=CHECK-SPIRV
> : 'RUN: at line 18';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.bc
>  -o 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.spv
> : 'RUN: at line 19';   /usr/bin/spirv-val 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.spv
> : 'RUN: at line 20';   /<<PKGBUILDDIR>>/build/tools/llvm-spirv/llvm-spirv -r 
> -emit-opaque-pointers 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.spv
>  -o 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.rev.bc
> : 'RUN: at line 21';   /usr/lib/llvm-16/bin/llvm-dis < 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.rev.bc
>  | /usr/lib/llvm-16/bin/FileCheck 
> /<<PKGBUILDDIR>>/test/transcoding/OpPhi_ArgumentsPlaceholders.ll 
> --check-prefix=CHECK-LLVM
> --
> Exit Code: 1
> 
> Command Output (stderr):
> --
> error: line 54: ID '19' decorated with NoSignedWrap multiple times is not 
> allowed.
>   %inc = OpIAdd %uint %j_0 %uint_1
> 
> 
> --
> 
> ********************
> Testing: 0  2  4  6  8  10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 
> 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 
> 98 
> ********************
> Failed Tests (2):
>   LLVM_SPIRV :: read_image.cl
>   LLVM_SPIRV :: transcoding/OpPhi_ArgumentsPlaceholders.ll
> 
> 
> Testing Time: 15.98s
>   Unsupported      :   1
>   Passed           : 695
>   Expectedly Failed:   2
>   Failed           :   2
> make[5]: *** [test/CMakeFiles/check-llvm-spirv.dir/build.make:74: 
> test/CMakeFiles/check-llvm-spirv] Error 1
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/build'
> make[4]: *** [CMakeFiles/Makefile2:406: 
> test/CMakeFiles/check-llvm-spirv.dir/all] Error 2
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
> make[3]: *** [CMakeFiles/Makefile2:439: test/CMakeFiles/test.dir/rule] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
> make[2]: *** [Makefile:315: test] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
> dh_auto_test: error: cd build && make -j8 test ARGS\+=--verbose ARGS\+=-j8 
> returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/spirv-llvm-translator-16_16.0.0-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: spirv-llvm-translator-16
Source-Version: 16.0.1-1
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spirv-llvm-translator-16, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1073...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated 
spirv-llvm-translator-16 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 19 Jun 2024 11:54:43 +0200
Source: spirv-llvm-translator-16
Architecture: source
Version: 16.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenCL team <pkg-opencl-de...@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1073405
Changes:
 spirv-llvm-translator-16 (16.0.1-1) unstable; urgency=medium
 .
   * New upstream release.  (Closes: #1073405)
   * Bump Standards-Version to 4.7.0, no changes needed.
Checksums-Sha1:
 db5b86453b539f1719cef5de549c860ce3433c54 2597 
spirv-llvm-translator-16_16.0.1-1.dsc
 0c80564d276c38a0846420295e5fab8870258b26 1582976 
spirv-llvm-translator-16_16.0.1.orig.tar.gz
 ced30d454a21d81882a1b0efd6977832d78566bc 13240 
spirv-llvm-translator-16_16.0.1-1.debian.tar.xz
 3dbc0fd6a8ca413da4a24bd75375c83297d4e1e5 8079 
spirv-llvm-translator-16_16.0.1-1_source.buildinfo
Checksums-Sha256:
 85985bff14cf32106796c4f35c303d80483b6fc08903ed65f228ad0baf9cd770 2597 
spirv-llvm-translator-16_16.0.1-1.dsc
 30a4aaf984c1e305f0874f01a54c6ed03f2fe456058d12868e9aa76565b8d01e 1582976 
spirv-llvm-translator-16_16.0.1.orig.tar.gz
 858a221f7663d6ba92c260e8daf0502c6e1fa4973513885ce03eb6a32ea888f7 13240 
spirv-llvm-translator-16_16.0.1-1.debian.tar.xz
 ce3c1a0b92a45c22fac64390c2514a96acb379b836eeb1b707d0af9e4db45dea 8079 
spirv-llvm-translator-16_16.0.1-1_source.buildinfo
Files:
 28108c2e20196b05dfd72b0378d47040 2597 libdevel optional 
spirv-llvm-translator-16_16.0.1-1.dsc
 6de3e2aa0a5d90efff3f0467aaa6ff9c 1582976 libdevel optional 
spirv-llvm-translator-16_16.0.1.orig.tar.gz
 e04dd04ce486935824e3d58caed78b04 13240 libdevel optional 
spirv-llvm-translator-16_16.0.1-1.debian.tar.xz
 3d2f26134b9ee301e4aa5ed0ada57564 8079 libdevel optional 
spirv-llvm-translator-16_16.0.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZyq7AQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCDKnD/dR1ym4hPWGCIbguD93b6XGRLVym5PtW3eU
VEHWdtWHYIGDAFWlSmHQNGp5dgXDgGl+6fbAs36GmHpfNwy5Do7LrUke4f0f6zFa
jAhvk/a/RxHHt3j7TwvBNzSKbDVibMG3c0tnGq+rZENIGGD5MwnYhZY6cPAqeJuV
6vBNIOWJDrqVCmI45IZ6cZTaKm5B6Uj2ZAU/bvsdKU116SUtcmws7XwI2Sv/eXMO
3rQjf0HTvWBe5dvJVL2WVLmr27mAPSFYhHDSQ1+YpDgF1FOY5BAuq2CXN2TYIUWa
WaBZiGp/b41Ha4bTTY6cjX/FVCGwk2ot2TiWOBwk7fPDlM3ggCpp5ZMH6F0Hz/iR
vIhPmedC3sEfIsCyDJgBY8a/pfAH+6bXi6xHT9Rp2JZUfWYq8BSMQDPEgMqF1P5b
SfqlhONKrn8a35rMqm/Nrdz6AldTp6M54GVHw2JkHXYKAIqduIDF7ObAZWayPKkD
L7LimmkOtdzw1J6gE1dx02FS6kZ65xaR/bCUaQy14m9OKFnlWmnoqx04RwwXaKAq
JoJvyQ7qM0bvcQEnqMA7et9cv+Q+gMfdcxxCgRIXGk560ww5dRYMTqAN5IT4LUaM
/hsuFP0e/QmgbI/4HrecrJGgP/NnrtKiGVg71yS0wsxtfLaDIZ+Z7cl1pGiAu8/d
3AxVBQgR
=sdO8
-----END PGP SIGNATURE-----

Attachment: pgp4EBadykeYF.pgp
Description: PGP signature


--- End Message ---

Reply via email to