Your message dated Mon, 22 Jun 2020 10:04:22 +0000
with message-id <e1jnjjo-0006xw...@fasolo.debian.org>
and subject line Bug#963334: fixed in conda-package-handling 1.7.0-1
has caused the Debian Bug report #963334,
regarding conda-package-handling: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.8 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.)


-- 
963334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: conda-package-handling
Version: 1.6.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

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_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.8 setup.py config 
> 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
> /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)
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/interface.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/validate.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/cli.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/__main__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/tarball.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/_version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/conda_fmt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/archive_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> copying src/conda_package_handling/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling
> UPDATING 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling/_version.py
> set 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling/_version.py
>  to '1.6.0'
> running build_ext
> building 'conda_package_handling.archive_utils_cy' extension
> creating build
> creating build/temp.linux-x86_64-3.8
> creating build/temp.linux-x86_64-3.8/src
> creating build/temp.linux-x86_64-3.8/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 
> -fdebug-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.8 -c 
> src/conda_package_handling/archive_utils_cy.c -o 
> build/temp.linux-x86_64-3.8/src/conda_package_handling/archive_utils_cy.o
> In file included from src/conda_package_handling/archive_utils_cy.c:617:
> src/conda_package_handling/archive_utils_c.c: In function ‘extract_file_c’:
> src/conda_package_handling/archive_utils_c.c:145:16: warning: returning ‘void 
> *’ from a function with return type ‘int’ makes integer from pointer without 
> a cast [-Wint-conversion]
>   145 |         return NULL;
>       |                ^~~~
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.8/src/conda_package_handling/archive_utils_cy.o 
> -larchive -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/conda_package_handling/archive_utils_cy.cpython-38-x86_64-linux-gnu.so
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build; 
> python3.8 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.8.3, pytest-4.6.11, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg
> plugins: mock-1.10.4
> collected 22 items
> 
> tests/test_api.py ..............F.                                       [ 
> 72%]
> tests/test_utils.py ......                                               
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ___________________ test_secure_refusal_to_extract_abs_paths 
> ___________________
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/tests/test_api.py", line 
> 193, in test_secure_refusal_to_extract_abs_paths
>     api.extract('pinkie.tar.bz2')
>   File "/usr/lib/python3/dist-packages/_pytest/python_api.py", line 736, in 
> __exit__
>     fail(self.message)
>   File "/usr/lib/python3/dist-packages/_pytest/outcomes.py", line 119, in fail
>     raise Failed(msg=msg, pytrace=pytrace)
> Failed: DID NOT RAISE <class 
> 'conda_package_handling.exceptions.InvalidArchiveError'>
> - generated xml file: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/junit.xml -
> ========================== slowest 20 test durations 
> ===========================
> 0.55s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_transmute_tarball_to_conda_v2
> 0.09s setup    
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_extract_tarball_implicit_path
> 0.06s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_transmute_conda_v2_to_tarball
> 0.04s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_extract_tarball_with_libarchive_import_error
> 0.02s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_extract_tarball_implicit_path
> 0.02s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_extract_tarball_explicit_path
> 0.01s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_extract_conda_v2_explicit_path_prefix
> 0.01s call     
> .pybuild/cpython3_3.8/build/tests/test_api.py::test_api_extract_conda_v2_implicit_path
> 
> (0.00 durations hidden.  Use -vv to show these durations.)
> ===================== 1 failed, 21 passed in 0.91 seconds 
> ======================
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build; python3.8 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8 
> returned exit code 13

The full build log is available from:
   
http://qa-logs.debian.net/2020/06/20/conda-package-handling_1.6.0-2_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: conda-package-handling
Source-Version: 1.7.0-1
Done: Andreas Tille <ti...@debian.org>

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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 22 Jun 2020 11:45:00 +0200
Source: conda-package-handling
Architecture: source
Version: 1.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 963334
Changes:
 conda-package-handling (1.7.0-1) unstable; urgency=medium
 .
   * New upstream version
     Closes: #963334
   * Standards-Version: 4.5.0 (routine-update)
   * debhelper-compat 13 (routine-update)
Checksums-Sha1:
 51e7812668395c8771b6880953cf3e7623a0b6ab 2256 
conda-package-handling_1.7.0-1.dsc
 aa1fee0615de26af3f3e669617875a6ca1e8d4c7 283982 
conda-package-handling_1.7.0.orig.tar.gz
 fdbc7be458b21394262efab53d0f52abe4fb632d 4088 
conda-package-handling_1.7.0-1.debian.tar.xz
 593dd60f7e493607829ffcf81d3ff7e1874f5d04 7096 
conda-package-handling_1.7.0-1_amd64.buildinfo
Checksums-Sha256:
 a2a150e83798edbba0b8bd92d85eb5c1329f988bf1688db27866fee53cd1f504 2256 
conda-package-handling_1.7.0-1.dsc
 56fba119552f1796df5bdd21fa11c03cc2b2fcd489d1cfb2f57ad9c8d7ed9c88 283982 
conda-package-handling_1.7.0.orig.tar.gz
 f1d9d67647aba337d490baa20374cdb5d637e75de1f5aedb3ded03b58d031add 4088 
conda-package-handling_1.7.0-1.debian.tar.xz
 8f3b6ca81b3ca2c6d6b98c342bd787b4864f33a8d382d68563132e6100c7cb50 7096 
conda-package-handling_1.7.0-1_amd64.buildinfo
Files:
 ca5f91bcb81b624bdb58a52f8035b7be 2256 science optional 
conda-package-handling_1.7.0-1.dsc
 b6e7f23395bfc1771753fe0083b54096 283982 science optional 
conda-package-handling_1.7.0.orig.tar.gz
 4adff7b7031144363447b0eddf749d48 4088 science optional 
conda-package-handling_1.7.0-1.debian.tar.xz
 e747d374b845f865e007323d0d991f18 7096 science optional 
conda-package-handling_1.7.0-1_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl7wftURHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtF6YQ//dMqkLxscXlZMTPEN+HkLCsvMeKFr2bh2
/V82tA+ic7N5wTtwBTzER5Dfonf/sCHA1koQsqk54viFwTx9JaYAkJeYD5OFHaVm
tEcr9szabsZfcBA6lqrv5RSADg90Si5+nAMx5vaIqSCZe3m2dqkz+lgBJTgzm7Kn
menGptjTWz6u/NSzi4k6sN1TBvUBfxykHdrM0VWcWLx2Gy7cEwV4k8LQjEOCHUqE
/MVwG3IoduXLsChj9xQ1Tc9GGS6ezyEtwk+uIhzUZ9LoK7zd9mtdLZnMLTSPyne3
ltOm7pbxY74mi/vp3MY2cWKi0ZeRxxPdvmZl13j8pd1JaliO67gpKi2+yaAIk1lI
wafpUl4kz8BiixaqA1uy/NdMmqQht3mDxK04ZpWVlEQ7cnwg+5KbC3IH8ajZtMN5
nR6Z3/I4S2R0eyC9sojBgjqjSeQFcaiPrxUH2o/jKiJm97kh39jSBo4l8jexSf6F
+OGEmaBINnZciHCQe5olxihHU18QzsKKDNOXZBH4a5Qe0HDVU2sDdoHdoKhYbBWU
IAa6Dl2XvQWpumlw6pIOlSHfhEt0Ez52YHK0lq16kbtl2VGiGeVH5qoHFN+8frlh
///Ha81yoMK7gmC2EZvfSfH18wDZ8KOZbPfYwYRTwxJE30IpuqAXSSXWTs/MSeH4
Q0MNJsO2M2Q=
=3dzx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to