Your message dated Mon, 25 Jan 2021 12:49:08 +0000 with message-id <[email protected]> and subject line Bug#978305: fixed in python-libusb1 1.9.1-1 has caused the Debian Bug report #978305, regarding python-libusb1: FTBFS: dh_auto_test: error: pybuild --test -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.) -- 978305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978305 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: python-libusb1 Version: 1.8-1.1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201226 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:232: python3.9 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:232: /usr/bin/python3 setup.py build > running build > running build_py > copying libusb1.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1 > copying usb1/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1 > copying usb1/_version.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1 > copying usb1/libusb1.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1 > copying usb1/testUSB1.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1 > /usr/lib/python3/dist-packages/setuptools/lib2to3_ex.py:36: > SetuptoolsDeprecationWarning: 2to3 support is deprecated. If the project > still requires Python 2 support, please migrate to a single-codebase solution > or employ an independent conversion process. > warnings.warn( > Fixing /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/__init__.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/_version.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/libusb1.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/testUSB1.py > Skipping optional fixer: buffer > Skipping optional fixer: idioms > Skipping optional fixer: set_literal > Skipping optional fixer: ws_comma > Fixing /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/__init__.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/_version.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/libusb1.py > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/testUSB1.py > Skipping optional fixer: buffer > Skipping optional fixer: idioms > Skipping optional fixer: set_literal > Skipping optional fixer: ws_comma > UPDATING /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/_version.py > set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/_version.py to > '1.8' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:232: python3.9 setup.py test > running test > WARNING: Testing via this command is deprecated and will be removed in a > future version. Users looking for a generic test entry point independent of > test runner are encouraged to use tox. > running build_py > UPDATING /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/_version.py > set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/_version.py to > '1.8' > running egg_info > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info > writing > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info/PKG-INFO > writing dependency_links to > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info/dependency_links.txt > writing top-level names to > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info/top_level.txt > writing manifest file > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info/SOURCES.txt' > reading manifest file > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching 'testUSB1.py' > writing manifest file > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/libusb1.egg-info/SOURCES.txt' > running build_ext > testDefaultEnumScope (usb1.testUSB1.USBTransferTests) > Enum instances must only affect the scope they are created in. ... ok > testDescriptors (usb1.testUSB1.USBTransferTests) ... skipped 'descriptor walk > test did not complete' > testDescriptorsWithExtra (usb1.testUSB1.USBTransferTests) ... skipped > 'descriptor walk test did not complete' > testExplicitEnumScope (usb1.testUSB1.USBTransferTests) > Enum instances must only affect the scope they are created in. ... ok > testGetVersion (usb1.testUSB1.USBTransferTests) > Just testing getVersion doesn't raise... ... ok > testHasCapability (usb1.testUSB1.USBTransferTests) > Just testing hasCapability doesn't raise... ... ok > testHasVersion (usb1.testUSB1.USBTransferTests) ... ok > testImplicitUSBContextOpening (usb1.testUSB1.USBTransferTests) > Test pre-1.5 API backward compatibility. ... > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/__init__.py:2205: > DeprecationWarning: Use "with USBContext() as context:" for safer cleanup on > interpreter shutdown. See also USBContext.open(). > warnings.warn( > ok > testSetBulk (usb1.testUSB1.USBTransferTests) > Simplest test: feed some data, must not raise. ... ok > testSetControl (usb1.testUSB1.USBTransferTests) > Simplest test: feed some data, must not raise. ... ok > testSetGetCallback (usb1.testUSB1.USBTransferTests) ... ok > testSetInterrupt (usb1.testUSB1.USBTransferTests) > Simplest test: feed some data, must not raise. ... ok > testSetIsochronous (usb1.testUSB1.USBTransferTests) > Simplest test: feed some data, must not raise. ... ok > testUSBPollerThreadException (usb1.testUSB1.USBTransferTests) > USBPollerThread exception handling. ... > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_usb1/build/usb1/__init__.py:978: > DeprecationWarning: USBPollerThread causes long stalls when used with poll > (it was intended for epoll), and is generally misleading. Consider calling > looping over context.handleEvents() in a thread instead. > warnings.warn( > python3.9: ../../libusb/os/threads_posix.h:58: usbi_mutex_destroy: Assertion > `pthread_mutex_destroy(mutex) == 0' failed. > Aborted > E: pybuild pybuild:353: test: plugin distutils failed with: exit code=134: > python3.9 setup.py test > dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit > code 13 The full build log is available from: http://qa-logs.debian.net/2020/12/26/python-libusb1_1.8-1.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 me so that we can identify if something relevant changed in the meantime. 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: python-libusb1 Source-Version: 1.9.1-1 Done: Tristan Seligmann <[email protected]> We believe that the bug you reported is fixed in the latest version of python-libusb1, 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. Tristan Seligmann <[email protected]> (supplier of updated python-libusb1 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: Mon, 25 Jan 2021 13:55:02 +0200 Source: python-libusb1 Architecture: source Version: 1.9.1-1 Distribution: unstable Urgency: medium Maintainer: Arnaud Fontaine <[email protected]> Changed-By: Tristan Seligmann <[email protected]> Closes: 978305 Changes: python-libusb1 (1.9.1-1) unstable; urgency=medium . * Team upload. . [ Ondřej Nový ] * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. . [ Sandro Tosi ] * Use the new Debian Python Team contact name and address . [ Tristan Seligmann ] * New upstream release (closes: #978305). * Add DEP-8 test. Checksums-Sha1: 79b58701d350caa882b38650b3dc531eff5f9dfa 1981 python-libusb1_1.9.1-1.dsc 912321da105e6380358f386d705890a769d871ec 79646 python-libusb1_1.9.1.orig.tar.gz 02a0d8008e119b37800fd50b2b21561cd940dfc6 2724 python-libusb1_1.9.1-1.debian.tar.xz b4fee38d2fc3c46c5f3132ee80f0d3650e109911 6584 python-libusb1_1.9.1-1_amd64.buildinfo Checksums-Sha256: b36db9416ec039e53968fde34883530bca48daf8357c4eb09d39b606dbcb395a 1981 python-libusb1_1.9.1-1.dsc d03ef15248c8b8ce440f6be4248eaadc074fc2dc5edd36c48e6e78eef3999292 79646 python-libusb1_1.9.1.orig.tar.gz 38d6b24b43a664eb03d207a45b16d5324e669addcb49ed60a994601ab4eb3eff 2724 python-libusb1_1.9.1-1.debian.tar.xz 214b7cebaca3d6de71978ef8f6be55fb9a81b2982de1f51fc82b44090a32db53 6584 python-libusb1_1.9.1-1_amd64.buildinfo Files: 2ef09e3f515784b27d8c343b9bd6bda8 1981 python optional python-libusb1_1.9.1-1.dsc 4cd272e57d1001e7f0be210f8fee755f 79646 python optional python-libusb1_1.9.1.orig.tar.gz bc89a746d134c80d5a4253441cf35c49 2724 python optional python-libusb1_1.9.1-1.debian.tar.xz 8219ac99eb4f4291240060b1df785696 6584 python optional python-libusb1_1.9.1-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEXAZWhXVRbQoz/6ejwImQ+x9jeJMFAmAOu75fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVD MDY1Njg1NzU1MTZEMEEzM0ZGQTdBM0MwODk5MEZCMUY2Mzc4OTMACgkQwImQ+x9j eJMcYQf/QPtAK5mcIDaX4s2QEXpR2/86fmgk3dOvIhnRsD6A1fQUIMqo5shgqIwK C2FZrkJBY48q4+XKz+YybLbAvrPp+oTr0zCIUfDY/oZ2YqVMGJp4UTmxEMewsE99 ubcG5Nf88XJYJXDRVDDxgF3NLP0JZIUopDRMk1FW0MUEB97hflhOi9IqeaqJcKPl TOYSars6RYNX8hih4b5TB5hYy2VOR+g8WpybmmENFd5oN6m/KCsMoM9Um1CYTnDG iEvksc+SRaGcdi1KClv+kBjbdfTjvEOYsONrKj51wlHIVLuttEKxG7lOC8sRkaSH eCUYF9i9dRexS0KfMBZflmLBsv2YpA== =Z3Tt -----END PGP SIGNATURE-----
--- End Message ---

