Your message dated Wed, 22 Dec 2021 10:48:35 +0000
with message-id <[email protected]>
and subject line Bug#1002236: fixed in conda-package-handling 1.7.3-2
has caused the Debian Bug report #1002236,
regarding conda-package-handling: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 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 [email protected]
immediately.)


-- 
1002236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002236
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: conda-package-handling
Version: 1.7.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
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 binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:237: python3.9 setup.py config 
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: 
> Cython directive 'language_level' not set, using 2 for now (Py2). This will 
> change in a later release! File: 
> /<<PKGBUILDDIR>>/src/conda_package_handling/archive_utils_cy.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> Compiling src/conda_package_handling/archive_utils_cy.pyx because it changed.
> [1/1] Cythonizing src/conda_package_handling/archive_utils_cy.pyx
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/archive_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/tarball.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/cli.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/__main__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/interface.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/conda_fmt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/validate.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/_version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> copying src/conda_package_handling/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling
> UPDATING 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling/_version.py
> set 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling/_version.py
>  to '1.7.3'
> running build_ext
> building 'conda_package_handling.archive_utils_cy' extension
> creating build
> creating build/temp.linux-x86_64-3.9
> creating build/temp.linux-x86_64-3.9/src
> creating build/temp.linux-x86_64-3.9/src/conda_package_handling
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -Isrc/conda_package_handling -I/usr/include/python3.9 -c 
> src/conda_package_handling/archive_utils_cy.c -o 
> build/temp.linux-x86_64-3.9/src/conda_package_handling/archive_utils_cy.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/src/conda_package_handling/archive_utils_cy.o 
> -larchive -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/conda_package_handling/archive_utils_cy.cpython-39-x86_64-linux-gnu.so
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: mock-3.6.1
> collected 0 items / 2 errors
> 
> ==================================== ERRORS 
> ====================================
> ________ ERROR collecting .pybuild/cpython3_3.9/build/tests/test_api.py 
> ________
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/test_api.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_api.py:9: in <module>
>     from conda_package_handling import api
> conda_package_handling/api.py:6: in <module>
>     from six import string_types as _string_types
> E   ModuleNotFoundError: No module named 'six'
> _______ ERROR collecting .pybuild/cpython3_3.9/build/tests/test_utils.py 
> _______
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/test_utils.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_utils.py:7: in <module>
>     from conda_package_handling import utils
> conda_package_handling/utils.py:19: in <module>
>     from six import string_types
> E   ModuleNotFoundError: No module named 'six'
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1183
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1183: 
> PytestDeprecationWarning: The --strict option is deprecated, use 
> --strict-markers instead.
>     self.issue_config_time_warning(
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1233
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1233: 
> PytestConfigWarning: Unknown config option: env
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/junit.xml -
> =========================== short test summary info 
> ============================
> ERROR tests/test_api.py
> ERROR tests/test_utils.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ======================== 2 warnings, 2 errors in 0.10s 
> =========================
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/conda-package-handling_1.7.3-1_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: conda-package-handling
Source-Version: 1.7.3-2
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
conda-package-handling, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated conda-package-handling 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 22 Dec 2021 11:22:34 +0100
Source: conda-package-handling
Architecture: source
Version: 1.7.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1002236
Changes:
 conda-package-handling (1.7.3-2) unstable; urgency=medium
 .
   * Build-Depends: python3-six
     Closes: #1002236
   * Fix watchfile to detect new versions on github
   * Standards-Version: 4.6.0 (routine-update)
Checksums-Sha1:
 de980c5554abc7591c85318438c4ec594486201a 2328 
conda-package-handling_1.7.3-2.dsc
 ff5012c6a50ea656cde650ad4a1cb9487a09d9a7 5252 
conda-package-handling_1.7.3-2.debian.tar.xz
 903442f437c21fbccf51bff334f1590c60acd3fb 7622 
conda-package-handling_1.7.3-2_amd64.buildinfo
Checksums-Sha256:
 26c7455e533523d740d7f1aeadc3afbbb2fb90e5cc64c3419fd490aa1584f4df 2328 
conda-package-handling_1.7.3-2.dsc
 0c04e58d5f307793a52397287d90a4d4d52f212ceb11e127121dfce40ff927ea 5252 
conda-package-handling_1.7.3-2.debian.tar.xz
 aed90b45ce2fd9e2c6ae7416697de05732fb88f61672cac584a6006a075702b9 7622 
conda-package-handling_1.7.3-2_amd64.buildinfo
Files:
 a5d9d50a2310288c00a93850385b5f22 2328 science optional 
conda-package-handling_1.7.3-2.dsc
 75c912c2260c616463064585013a72a6 5252 science optional 
conda-package-handling_1.7.3-2.debian.tar.xz
 9d1e308ae936d25694e60a99ddc25b9b 7622 science optional 
conda-package-handling_1.7.3-2_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmHC/UIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGNSQ/+MDquuQg6dgS5KgklCaa7EMBldDjLcfPr
+5Ap+AHf8k6qD2piIDOeqd3H/431fFRLKarooM2JdKQri4raWZtZoS+dr1P4XYm5
VELw/pj4XbTje/BYqo6991NfKud7le2jCRiitZstGmUpYIofAP4gPJgWilwXuDiw
fHBtdz/D4mkhmaLE/XWgAmKKxyDqCROSxq+aGBq1ds/6AFA7oqy3AAzKWxUJc+Zg
tAmQlhOdqF54FqP0oxnrZ9OHleYkO4aItWUQUW/rDaranw4lc6k8sQlKbl7nr9UM
0y5adT94uuK2vujwIF6cMxpmWZ+km4LtsNn0R7CoWva+DIijTyDXIpBs8AH/XV5t
hFrjjppfwekoAohXIHlGkWYvPoAW/CZBUMGk4SuctiEPrqUQF7b9MZ6cRu8UzTUJ
GxotcU7R5ol9NRpV/bM8YC3vb2bKHf+5QaAKNS/8nglMn0M73dDFNJqXihDblfFJ
AAII1VZQdI8Pdfzi1Xyn4OVMScRCSupibtYVqt2vuK7Lae2WmhpSFwSxpcoDp2ny
LWZ6L9oUvaQLRniff/DyxWcRYvg5nbU1h2ydQe099E/bx5HzKYsSpIgdcE/StuQu
QCqBvNS02Fv55xf7ydKkMsRcXpvtu8ubIKv5ZJyW5X8WSTeggDV8BsgW56dhZ6T3
Dgld/u4MNzs=
=3ucD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to