Your message dated Sat, 5 Aug 2023 09:08:16 +0200 (CEST)
with message-id
<1816614957.58849636.1691219296077.javamail.zim...@synchrotron-soleil.fr>
and subject line pyfai is failing autopkg tests with python 3.11.4
has caused the Debian Bug report #1039722,
regarding pyfai is failing autopkg tests with python 3.11.4
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.)
--
1039722: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039722
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyfai
Version: 0.21.3+dfsg1-4
Severity: serious
Tags: sid trixie
pyfai is failing it's autopkg tests on amd64 with python 3.11.4:
https://ci.debian.net/data/autopkgtest/testing/amd64/p/pyfai/34908607/log.gz
442s ======================================================================
442s FAIL: test_count_csr
(pyFAI.test.test_histogram.TestHistogram2d.test_count_csr)
442s Test that the pixel count and the total intensity is conserved
442s ----------------------------------------------------------------------
442s Traceback (most recent call last):
442s File "/usr/lib/python3/dist-packages/pyFAI/test/test_histogram.py", line
340, in test_count_csr
442s self.assertTrue(delta == 0, msg="check all pixels were counted")
442s AssertionError: False is not true : check all pixels were counted
442s
442s ======================================================================
442s FAIL: test_numpy_vs_cython_vs_csr_2d
(pyFAI.test.test_histogram.TestHistogram2d.test_numpy_vs_cython_vs_csr_2d)
442s Compare numpy histogram with cython simple implementation
442s ----------------------------------------------------------------------
442s Traceback (most recent call last):
442s File "/usr/lib/python3/dist-packages/pyFAI/test/test_histogram.py", line
375, in test_numpy_vs_cython_vs_csr_2d
442s self.assertTrue(delta_max <= self.err_max_cnt, "pixel count difference
numpy/csr : max delta=%s" % delta_max)
442s AssertionError: False is not true : pixel count difference numpy/csr : max
delta=8.0
442s
442s ----------------------------------------------------------------------
442s Ran 376 tests in 272.476s
442s
442s FAILED (failures=2, skipped=9)
442s 92
442s 61
442s 33
442s autopkgtest [15:28:03]: test command1: -----------------------]
443s command1 FAIL non-zero exit status 1
443s autopkgtest [15:28:04]: test command1: - - - - - - - - - - results - - - -
- - - - - -
443s autopkgtest [15:28:04]: @@@@@@@@@@@@@@@@@@@@ summary
443s command1 FAIL non-zero exit status 1
--- End Message ---
--- Begin Message ---
I changed the autopkgtests, and not I test essentially the CPU code instead of
the OpenCL code which rely on pocl.
The real use case in synchrotron, is to use the NVIDIA implementation.
So for now mark the test at flaky since it is not that a problem if it fails.
I nevertheless wan to have the OpenCL log to investigate problems.
--- End Message ---