Your message dated Wed, 05 Jan 2022 05:48:38 +0000
with message-id <e1n4za6-0007wx...@fasolo.debian.org>
and subject line Bug#995416: fixed in netgen 6.2.2006+really6.2.1905+dfsg-5
has caused the Debian Bug report #995416,
regarding netgen: autopkgtest regression on armhf: Fatal Python error: Bus error
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.)


-- 
995416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995416
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: netgen
Version: 6.2.2006+really6.2.1905+dfsg-4
X-Debbugs-CC: debian...@lists.debian.org
Severity: important
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

Thanks for fixing bug #993533. However, with the introduction of the
improved autopkgtest, the test fails on armhf. I note that the failure
already happens during the build of your package, while it builds fine
on the buildd. Can you help understanding what could be going wrong and
what's essential in the difference of our host and the buildd?

Currently this regression is blocking the migration to testing [1]. I've
filed this bug not at the regular severity of serious as it's the build
that already fails, but we need to come to an agreement of how to proceed.

Paul

By the way, the intention of autopkgtest usage in Debian is to test the
as-installed binaries. I *think* you're only testing the build artifacts
of the current run. Is it feasible to have the tests as you run them use
the installed binaries?

[1] https://qa.debian.org/excuses.php?package=netgen

https://ci.debian.net/data/autopkgtest/testing/armhf/n/netgen/15627976/log.gz

cd tests/pytest && \

PYTHONPATH=/tmp/autopkgtest-lxc.aj0csnj9/downtmp/build.ieK/src/debian/tmp/usr/lib/python3/dist-packages
\

LD_LIBRARY_PATH=/tmp/autopkgtest-lxc.aj0csnj9/downtmp/build.ieK/src/debian/tmp/usr/lib/arm-linux-gnueabihf
\
          python3 -m pytest
============================= test session starts
==============================
platform linux -- Python 3.9.7, pytest-6.0.2, py-1.10.0, pluggy-0.13.0
rootdir: /tmp/autopkgtest-lxc.aj0csnj9/downtmp/build.ieK/src/tests/pytest
collected 7 items

test_gui.py s
 [ 14%]
test_pickling.py Fatal Python error: Bus error

Current thread 0xf7af5730 (most recent call first):
  File
"/tmp/autopkgtest-lxc.aj0csnj9/downtmp/build.ieK/src/tests/pytest/test_pickling.py",
line 31 in test_pickle_csg
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 180 in
pytest_pyfunc_call
  File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in
_multicall
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in
<lambda>
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in
_hookexec
  File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in
__call__
  File "/usr/lib/python3/dist-packages/_pytest/python.py", line 1570 in
runtest
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 153 in
pytest_runtest_call
  File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in
_multicall
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in
<lambda>
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in
_hookexec
  File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in
__call__
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 247 in
<lambda>
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 294 in
from_call
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 246 in
call_runtest_hook
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 207 in
call_and_report
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 117 in
runtestprotocol
  File "/usr/lib/python3/dist-packages/_pytest/runner.py", line 100 in
pytest_runtest_protocol
  File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in
_multicall
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in
<lambda>
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in
_hookexec
  File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in
__call__
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 321 in
pytest_runtestloop
  File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in
_multicall
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in
<lambda>
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in
_hookexec
  File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in
__call__
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 296 in _main
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 240 in
wrap_session
  File "/usr/lib/python3/dist-packages/_pytest/main.py", line 289 in
pytest_cmdline_main
  File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187 in
_multicall
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83 in
<lambda>
  File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92 in
_hookexec
  File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286 in
__call__
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line
157 in main
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line
180 in console_main
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 7 in
<module>
  File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
  File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
Bus error

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: netgen
Source-Version: 6.2.2006+really6.2.1905+dfsg-5
Done: Kurt Kremitzki <kkremit...@debian.org>

We believe that the bug you reported is fixed in the latest version of
netgen, 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 995...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kurt Kremitzki <kkremit...@debian.org> (supplier of updated netgen 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: SHA512

Format: 1.8
Date: Tue, 04 Jan 2022 23:26:20 -0600
Source: netgen
Architecture: source
Version: 6.2.2006+really6.2.1905+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Kurt Kremitzki <kkremit...@debian.org>
Closes: 995416
Changes:
 netgen (6.2.2006+really6.2.1905+dfsg-5) unstable; urgency=medium
 .
   * [a301dc9] Add upstream arm pickling fix patch (Closes: #995416)
Checksums-Sha1:
 ab3cb4dd307022a02f6031decb2b3b9e047739a4 2889 
netgen_6.2.2006+really6.2.1905+dfsg-5.dsc
 6011746ca07bd9123f9a44d905b9d1c3f2784c7e 17172 
netgen_6.2.2006+really6.2.1905+dfsg-5.debian.tar.xz
 00ba5f1b28840eabc0482fbde8ccf666292bddea 15587 
netgen_6.2.2006+really6.2.1905+dfsg-5_source.buildinfo
Checksums-Sha256:
 d95f8c953149caa8a4202967d3068b125eb7f2005387a2c3207413b39b7f17fe 2889 
netgen_6.2.2006+really6.2.1905+dfsg-5.dsc
 0465d7b71edc215bf126bf20f819af8664143092dead9ab32b35ac2a562d0f5b 17172 
netgen_6.2.2006+really6.2.1905+dfsg-5.debian.tar.xz
 150ec80926c5136862ecdb19f56e7c39b47389ba4290f0f7267c2aba04cd2d32 15587 
netgen_6.2.2006+really6.2.1905+dfsg-5_source.buildinfo
Files:
 cc263821d06fc351fae474f08da715f0 2889 math optional 
netgen_6.2.2006+really6.2.1905+dfsg-5.dsc
 e0a13e2eeedfc19ce9a027ba4f95525d 17172 math optional 
netgen_6.2.2006+really6.2.1905+dfsg-5.debian.tar.xz
 b21bc5b9cd50a2b92d9eb2dae32db2c9 15587 math optional 
netgen_6.2.2006+really6.2.1905+dfsg-5_source.buildinfo

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

iQJKBAEBCgA0FiEEh8RU7HmiYTD5HEfrKUghB0bfc8AFAmHVLNAWHGtrcmVtaXR6
a2lAZGViaWFuLm9yZwAKCRApSCEHRt9zwAeMD/9QHkI0vCZ74E+/2rVYdTaLZz3i
DXzkY42K8w5SG2i3FumIdL6kuqoIW27DiH3aUDj+8BSHS2rXyaK4oN3zHu+fOnLg
ER+I3TjBPVThemZGTEEEHxEYoshBhpKjNA8WXbiv7lyMeOGelnygfwatjMl4ak25
Cr4LrH7lTnSCLi89ahm9PWjCmKaKAYUxcEgK9NJzcPu4lel82acgQ6wOiuRv153H
Bgwa5qxVbRPaANNMCW9Ff6onA9mm1j7wUB4Ohep457Q3/vdmLn0WqlDXzyAPFXh0
GIV7N86v/BtbYQH9bycoQ7+EsyUS3v94Zwox7mGhZKx0LWB4PkhSNIesCyeFDAFA
67ad6CPkiwscq3ncWr+GIgv9ykUNnSBnkGkYCRMH80zoEN15+F8uh9l2oRvv3/Ek
Wdf6Ff0axeaeXWRUQocFKub9PcugvMmj2Y/Xf4SRE+sRNH+w7pZVTy7ludxb4G2u
Xg/RIa9QWg/CysVxbx1utu/t7v/pJTYcjkYxfYWTGwB08v1CwvDY7Ii0RIeX2Lu5
S8phO9EBZLjVlK4JrSDwSwG5z4q3XEm6MVKGO8zV6WIBYiXNZfr3fbBkU29WSgkP
2M/Adp0C7jaX8/AlHY9bG2AXNTjTaYxGIauH9xd8OJUu4BFL6RxlT2S7i+H9SDo/
jL3gQYnsAhU7RYsrtQ==
=zaUd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to