Your message dated Thu, 20 Jun 2024 00:12:38 +0000
with message-id <e1sk5pq-007lf1...@fasolo.debian.org>
and subject line Bug#1073402: fixed in spirv-llvm-translator-17 17.0.1-1
has caused the Debian Bug report #1073402,
regarding spirv-llvm-translator-17: 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.)


-- 
1073402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073402
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spirv-llvm-translator-17
Version: 17.0.0-5
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-17/build/utils/lit/lit.py 
> --verbose -sv /<<PKGBUILDDIR>>/build/test
> lit.py: /usr/lib/llvm-17/build/utils/lit/lit/llvm/config.py:487: note: using 
> clang: /usr/lib/llvm-17/bin/clang
> -- Testing: 717 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 (540 of 717)
> ******************** TEST 'LLVM_SPIRV :: read_image.cl' FAILED 
> ********************
> Script:
> --
> : 'RUN: at line 1';   /usr/lib/llvm-17/bin/clang -cc1 -internal-isystem 
> /usr/lib/llvm-17/lib/clang/17/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-17/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-17/bin/llvm-dis < 
> /<<PKGBUILDDIR>>/build/test/test_output/Output/read_image.cl.tmp.rev.bc | 
> /usr/lib/llvm-17/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-17/bin/FileCheck 
> /<<PKGBUILDDIR>>/test/read_image.cl --check-prefix=CHECK-SPIRV
> --
> Exit Code: 1
> 
> Command Output (stderr):
> --
> error: line 54: ID '9' decorated with Alignment multiple times is not allowed.
>   %input_addr = OpVariable %_ptr_Function_3 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 (592 of 717)
> ******************** TEST 'LLVM_SPIRV :: 
> transcoding/OpPhi_ArgumentsPlaceholders.ll' FAILED ********************
> Script:
> --
> : 'RUN: at line 15';   /usr/lib/llvm-17/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-17/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-17/bin/llvm-dis < 
> /<<PKGBUILDDIR>>/build/test/test_output/transcoding/Output/OpPhi_ArgumentsPlaceholders.ll.tmp.rev.bc
>  | /usr/lib/llvm-17/bin/FileCheck 
> /<<PKGBUILDDIR>>/test/transcoding/OpPhi_ArgumentsPlaceholders.ll 
> --check-prefix=CHECK-LLVM
> --
> Exit Code: 1
> 
> Command Output (stderr):
> --
> error: line 53: 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: 18.27s
>   Unsupported      :   1
>   Passed           : 710
>   Expectedly Failed:   4
>   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-17_17.0.0-5_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-17
Source-Version: 17.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-17, 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-17 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 22:15:40 +0200
Source: spirv-llvm-translator-17
Architecture: source
Version: 17.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: 1073402
Changes:
 spirv-llvm-translator-17 (17.0.1-1) unstable; urgency=medium
 .
   * New upstream release.  (Closes: #1073402)
   * Bump Standards-Version to 4.7.0, no changes needed.
Checksums-Sha1:
 bb3a5056dcf76fa4c691380c4a034285f0c212ee 2597 
spirv-llvm-translator-17_17.0.1-1.dsc
 dc37149b2d4284940451db5561c927ba089c65c6 1623571 
spirv-llvm-translator-17_17.0.1.orig.tar.gz
 ff6a137423021b43488fbce82b9d6c053f9e21d9 11160 
spirv-llvm-translator-17_17.0.1-1.debian.tar.xz
 890d2b69a4e2e4135079ae47970bc7ea5919737e 8079 
spirv-llvm-translator-17_17.0.1-1_source.buildinfo
Checksums-Sha256:
 5a60122373c110b3db017d4f53b3d7231b11d7418ab569e5d08cb9fb21b8e702 2597 
spirv-llvm-translator-17_17.0.1-1.dsc
 6dbae59e979cd3c5684fb86a13f2cc9b16a4698952d01dfeaefbec3ca9577bb4 1623571 
spirv-llvm-translator-17_17.0.1.orig.tar.gz
 05597419b6ca22e777c66c1d0497e2a8cfd1bc4355fed05f7737be99aff80f2b 11160 
spirv-llvm-translator-17_17.0.1-1.debian.tar.xz
 00dee73bb264b534b50df67891719b50bc6ef64d5b6a555263d5360a8b32267b 8079 
spirv-llvm-translator-17_17.0.1-1_source.buildinfo
Files:
 0e30502fe78c53d86aaade6fe05c99fc 2597 libdevel optional 
spirv-llvm-translator-17_17.0.1-1.dsc
 77cda2c85c395b3bea590442e12dcf10 1623571 libdevel optional 
spirv-llvm-translator-17_17.0.1.orig.tar.gz
 b77facac56229fa6780bf98ee59069f5 11160 libdevel optional 
spirv-llvm-translator-17_17.0.1-1.debian.tar.xz
 9400dd580e42853b68b15036f469f327 8079 libdevel optional 
spirv-llvm-translator-17_17.0.1-1_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZzPkYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCL55D/4u3IgqNGpFwHT6XfPtTjufc+I4MMN7jlGO
dkFrnbuL5IH7Jg8mdo+yituHS9Wwsa2WUnXBUvz7q0tgb1mgy7HJSAik/Z+ZYtWx
OPRhb+aQ65VS2J0h0pBCgwbjxK87MR/aAUQMWZ8tVRJG8WPue28MdOvHe+hP8FhD
CUzreY323PLzO8v08TFE1olzo80i6IIoe9vg8UKGj2Ramb/Q0UiZmYf+/abj8CvY
W/4oICPOt8j5aMqvGKcfeiNfl2+lc9kL6Tmhx8eyGwUvhlOBwQ30g8Fy7Ik/UHkR
YJsfYr5PLTzpvw4JHQytNnXJ7kOEYZyfZogi1dVB5pOIxofMPwRi9rXg+xnpVZ2i
20218C0bgRN3p890VU50Cxa/JMKZpW74cexoVIqXwEKtIHNPan6cAD+yDNvUopxk
eVVUjwIE5Qfal5W1bQvBsQPODRMjjuEz+rpGYdZT51PmDNTgYvha22Wd292OmkW1
iEfGndiFYINLie14TkUgLgV1M0oNtwqbQwjZK4EjuNnIm3iVa1XNlKl7Oh4AXrEn
paljp8X59sVD0Jp1lU7J2oYGp4KinFlS2QGH9ek40Rh+10lSM6Z7j/xYoq+O19tk
qN7/+EM2WjkOseP3YzgnP4/FfhBtuZ3eEqwj2w31SiCyf/zOpgYDH9O+q2C7GOuq
rrMwCwQYbw==
=uQUT
-----END PGP SIGNATURE-----

Attachment: pgpuHa2QFZpl3.pgp
Description: PGP signature


--- End Message ---

Reply via email to