Your message dated Sun, 23 Jan 2022 13:48:54 +0000
with message-id <e1nbdek-000gno...@fasolo.debian.org>
and subject line Bug#1002212: fixed in python-pyorick 1.4-4
has caused the Debian Bug report #1002212,
regarding python-pyorick: FTBFS: dh_auto_test: error: pybuild --test -i
python{version} -p "3.10 3.9" returned exit code 13
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.)
--
1002212: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pyorick
Version: 1.4-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --with python3 --buildsystem=pybuild
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated
> (level 9 in use)
> I: pybuild base:237: python3.10 setup.py config
> running config
> I: pybuild base:237: python3.9 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level
> 9 in use)
> I: pybuild base:237: /usr/bin/python3.10 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick
> copying pyorick/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick
> copying pyorick/test_pyorick.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick
> copying pyorick/pyorick.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick
> copying pyorick/pyorick.i0 ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick
> I: pybuild base:237: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick
> copying pyorick/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick
> copying pyorick/test_pyorick.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick
> copying pyorick/pyorick.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick
> copying pyorick/pyorick.i0 ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick
> dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9
> in use)
> I: pybuild base:237: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build; python3.10 -m unittest
> discover -v
> pyorick (unittest.loader._FailedTest) ... ERROR
>
> ======================================================================
> ERROR: pyorick (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: pyorick
> Traceback (most recent call last):
> File "/usr/lib/python3.10/unittest/loader.py", line 470, in _find_test_path
> package = self._get_module_from_name(name)
> File "/usr/lib/python3.10/unittest/loader.py", line 377, in
> _get_module_from_name
> __import__(name)
> File
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick/__init__.py",
> line 190, in <module>
> from .pyorick import *
> File
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build/pyorick/pyorick.py",
> line 29, in <module>
> from collections import Sequence, Mapping
> ImportError: cannot import name 'Sequence' from 'collections'
> (/usr/lib/python3.10/collections/__init__.py)
>
>
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
>
> FAILED (errors=1)
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyorick/build; python3.10 -m unittest
> discover -v
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build;
> python3.9 -m unittest discover -v
> test_active (pyorick.test_pyorick.TestCodec)
> Check codec for active messages. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1304:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> s = a.tostring().decode('iso_8859_1')
> ok
> test_arrays (pyorick.test_pyorick.TestCodec)
> Check that array types can be encoded and decoded. ... ok
> test_bad (pyorick.test_pyorick.TestCodec)
> Check that unencodable types cannot be encoded. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1497:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> return pickle.loads(chars[ypickling_nprefix:].tostring())
> ok
> test_groups (pyorick.test_pyorick.TestCodec)
> Check that group types can be encoded and decoded. ... ok
> test_reader (pyorick.test_pyorick.TestCodec)
> Check codec readers. ... ok
> test_scalars (pyorick.test_pyorick.TestCodec)
> Check that scalar types can be encoded and decoded. ... ok
> test_strings (pyorick.test_pyorick.TestCodec)
> Check that string types can be encoded and decoded. ... ok
> test_active (pyorick.test_pyorick.TestProcess)
> Check that all requests can be sent and received. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_arrays (pyorick.test_pyorick.TestProcess)
> Check that array types can be sent and received. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_basic (pyorick.test_pyorick.TestProcess)
> Check variety of simple yorick interface features. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1304:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> s = a.tostring().decode('iso_8859_1')
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_groups (pyorick.test_pyorick.TestProcess)
> Check that group types can be sent and received. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1304:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> s = a.tostring().decode('iso_8859_1')
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_hold (pyorick.test_pyorick.TestProcess)
> Check that all requests can be sent and received. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_recurse (pyorick.test_pyorick.TestProcess)
> Check that a yorick reply can contain python requests. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1304:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> s = a.tostring().decode('iso_8859_1')
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_scalars (pyorick.test_pyorick.TestProcess)
> Check that scalar types can be sent and received. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1304:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> s = a.tostring().decode('iso_8859_1')
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_strings (pyorick.test_pyorick.TestProcess)
> Check that string types can be sent and received. ...
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1304:
> DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
> s = a.tostring().decode('iso_8859_1')
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyorick/build/pyorick/pyorick.py:1641:
> ResourceWarning: unclosed file <_io.BufferedReader name=9>
> self.proc = None
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
>
> ----------------------------------------------------------------------
> Ran 15 tests in 0.155s
>
> OK
> doing 0
> doing 1
> doing 2
> doing 3
> dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned
> exit code 13
The full build log is available from:
http://qa-logs.debian.net/2021/12/20/python-pyorick_1.4-3_unstable.log
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 marking 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: python-pyorick
Source-Version: 1.4-4
Done: Thibaut Paumard <thib...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-pyorick, 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 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thibaut Paumard <thib...@debian.org> (supplier of updated python-pyorick
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: Sun, 23 Jan 2022 14:13:00 +0100
Source: python-pyorick
Architecture: source
Version: 1.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Thibaut Paumard <thib...@debian.org>
Closes: 1002212
Changes:
python-pyorick (1.4-4) unstable; urgency=medium
.
* Bug fix: "FTBFS: dh_auto_test: error: pybuild --test -i
python{version} -p "3.10 3.9" returned exit code 13", thanks
to Lucas Nussbaum (Closes: #1002212).
* Bump standards version and debhelper compatibility level. No changes
required.
Checksums-Sha1:
afaa65f08cf216cec43c3ab1eab4b96813efb160 2094 python-pyorick_1.4-4.dsc
9f99de91758813c0ee8f957bcc9d50bf9d4d0436 2948
python-pyorick_1.4-4.debian.tar.xz
b4a109614b15f26f752ac2761d02dae80e6aa5d4 6918
python-pyorick_1.4-4_amd64.buildinfo
Checksums-Sha256:
2f1c928768e0488ef2bae3bc10f1297c557797bcffad322a2c090e301fb2d9e4 2094
python-pyorick_1.4-4.dsc
dbb68b59aa058f29f1c2993fd9d1f58dd2d6a02c9f2bae8ec72afd8f6cb37388 2948
python-pyorick_1.4-4.debian.tar.xz
b2ea92df17f4c97653042f8ef4b84938c779eabbe7913fce7cb90882d59ae01f 6918
python-pyorick_1.4-4_amd64.buildinfo
Files:
0a27b1bda14537db4a8ce9b068094202 2094 python optional python-pyorick_1.4-4.dsc
f66812ab23678dc62bc93f26dad0e939 2948 python optional
python-pyorick_1.4-4.debian.tar.xz
41328e8cb9e4d034762764ec370d0dce 6918 python optional
python-pyorick_1.4-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmHtWTITHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQM+kD/98dNZp++3C9EXTvvNCUEhJHtA/8Ro2
O5Ucw4g0BIzm9uRLommOYHcinlR6mYeAU6vc34EtCWEu5IS2xKsPT5Fnjy08aV1x
wnifnz0j5Pdizdl0pbOpGkd12WdUTYIfSQyn9vAJjyvC05hEmNdl6/7f7Z3sPkJq
V+Fo4u3NqKcaVRwQhngBgOF1qoiN9OzkrLNB0YiE3XVanWHDO33JN1WH56OuRHej
9m1NWIWR/hN4Qtcrwi7PvYKnPW4UmKjallvpu78df+MUSpGsTKSSK1KU8voT66bp
4GQoJMMwz/3GYmV/OKo+heAJp3yfxAhRuKC+3Ml4U3m1uRgqzzJOC5Wo15Zf+qxY
iSHCwrj9Y7vEra7yGK17w77FwN6rMF1RRbH18HgO4grQ04whCFf6J1dAaH/A4g+L
Uxd1vyxL+4zlVGNhp/EYdrOZKfqrkJebeekh4Ulja8taztcQt1O6kt1fqy1s1qrH
kraroQZ++oI0/at4+upU8zg/5LsHHmVSlu3ZwsT2+slTsFsRgu3zm+JpoRnMDPtT
8k5Y1Fsp6qyGcnWLSBhkKjRk0XSdDLG1uAVBbaFpTmzkDauvbnx6b7ojXVO5KZRi
04yGcM4HSx3FLV4CgnZu+CcKOrQmr7s2s6Y0RDuQbk9UJYNS5H4OltdNxeCQXA/Y
+CVnSWNAc9DT1Q==
=0HAw
-----END PGP SIGNATURE-----
--- End Message ---