On 19/11/2024 09:54, Emilio Pozuelo Monfort wrote:
Hi,

On Thu, 7 Nov 2024 14:12:31 +0100 Emilio Pozuelo Monfort <po...@debian.org> 
wrote:
Control: severity -1 serious

On Thu, 31 Oct 2024 09:49:29 +0100 Sylvestre Ledru <sylves...@debian.org> wrote:
> Source: xsimd
> Version: 13.0.0-1
> Severity: important
> > Dear Maintainer,
> > Maybe caused by the llvm 19 migration but > test_xsimd is failing on arm64
> https://ci.debian.net/packages/x/xsimd/testing/arm64/53747778/#S13
> > 2982s [100%] Built target test_xsimd
> 2982s make[1]: Leaving directory '/tmp/autopkgtest-lxc.1vw3xwzc/downtmp/build.Btc/src/test/run_test_clang_complex' > 2982s /usr/bin/cmake -E cmake_progress_start /tmp/autopkgtest-lxc.1vw3xwzc/downtmp/build.Btc/src/test/run_test_clang_complex/CMakeFiles 0 > 2982s Test project /tmp/autopkgtest-lxc.1vw3xwzc/downtmp/build.Btc/src/test/run_test_clang_complex
> 2982s     Start 1: test_xsimd
> 2982s 1/1 Test #1: test_xsimd .......................***Failed    0.45 sec
> 2982s > 2982s 0% tests passed, 1 tests failed out of 1
> 2982s > 2982s Total Test time (real) =   0.46 sec
> 2982s > 2982s The following tests FAILED:
> 2982s       1 - test_xsimd (Failed)
> 2982s Errors while running CTest
> 2982s Output from these tests are in: /tmp/autopkgtest-

This is RC as it used to pass, so raising the severity.

Running ctest in debian/tests/xsimd-test with --verbose and/or --output-on-failure may help diagnose the issue.

I have uploaded the attached debdiff to DELAYED/2 to help debug this failure, which is blocking the llvm transition. Please let me know if I should delay it longer or cancel it.

Cheers,
Emilio
diff -Nru xsimd-13.0.0/debian/changelog xsimd-13.0.0/debian/changelog
--- xsimd-13.0.0/debian/changelog	2024-05-25 14:50:21.000000000 +0200
+++ xsimd-13.0.0/debian/changelog	2024-11-22 15:51:29.000000000 +0100
@@ -1,3 +1,11 @@
+xsimd (13.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * tests: run ctest with --verbose --output-on-failure. Helps
+    debug #1086489.
+
+ -- Emilio Pozuelo Monfort <po...@debian.org>  Fri, 22 Nov 2024 15:51:29 +0100
+
 xsimd (13.0.0-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru xsimd-13.0.0/debian/tests/xsimd-test xsimd-13.0.0/debian/tests/xsimd-test
--- xsimd-13.0.0/debian/tests/xsimd-test	2024-05-25 14:50:21.000000000 +0200
+++ xsimd-13.0.0/debian/tests/xsimd-test	2024-11-22 15:51:28.000000000 +0100
@@ -15,4 +15,4 @@
 cmake ${CMAKE_OPTIONS} -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS}" ..
 make VERBOSE=1
 
-ctest
+ctest --verbose --output-on-failure
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to