Your message dated Sun, 20 Dec 2020 16:48:35 +0000 with message-id <[email protected]> and subject line Bug#973085: fixed in pyrandom2 1.0.1-2.1 has caused the Debian Bug report #973085, regarding pyrandom2: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.9 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 [email protected] immediately.) -- 973085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973085 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: pyrandom2 Version: 1.0.1-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201027 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.9 setup.py config > running config > I: pybuild base:217: python3.8 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:217: /usr/bin/python3.9 setup.py build > running build > running build_py > copying src/random2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_random2/build > running egg_info > creating src/random2.egg-info > writing src/random2.egg-info/PKG-INFO > writing dependency_links to src/random2.egg-info/dependency_links.txt > writing top-level names to src/random2.egg-info/top_level.txt > writing manifest file 'src/random2.egg-info/SOURCES.txt' > reading manifest file 'src/random2.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching '*.rst' > warning: no files found matching 'buildout.cfg' > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > writing manifest file 'src/random2.egg-info/SOURCES.txt' > I: pybuild base:217: /usr/bin/python3 setup.py build > running build > running build_py > copying src/random2.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_random2/build > running egg_info > writing src/random2.egg-info/PKG-INFO > writing dependency_links to src/random2.egg-info/dependency_links.txt > writing top-level names to src/random2.egg-info/top_level.txt > reading manifest file 'src/random2.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching '*.rst' > warning: no files found matching 'buildout.cfg' > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > writing manifest file 'src/random2.egg-info/SOURCES.txt' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: 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 egg_info > writing src/random2.egg-info/PKG-INFO > writing dependency_links to src/random2.egg-info/dependency_links.txt > writing top-level names to src/random2.egg-info/top_level.txt > reading manifest file 'src/random2.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching '*.rst' > warning: no files found matching 'buildout.cfg' > warning: no previously-included files matching '*.pyc' found anywhere in > distribution > writing manifest file 'src/random2.egg-info/SOURCES.txt' > running build_ext > test_autoseed (tests.WichmannHill_TestBasicOps) ... ok > test_bigrand (tests.WichmannHill_TestBasicOps) ... ok > test_gauss (tests.WichmannHill_TestBasicOps) ... ok > test_gauss_with_whseed (tests.WichmannHill_TestBasicOps) ... ok > test_jumpahead (tests.WichmannHill_TestBasicOps) ... ok > test_pickling (tests.WichmannHill_TestBasicOps) ... ok > test_sample (tests.WichmannHill_TestBasicOps) ... ok > test_sample_distribution (tests.WichmannHill_TestBasicOps) ... ok > test_sample_inputs (tests.WichmannHill_TestBasicOps) ... ok > test_sample_on_dicts (tests.WichmannHill_TestBasicOps) ... ok > test_saverestore (tests.WichmannHill_TestBasicOps) ... ok > test_seedargs (tests.WichmannHill_TestBasicOps) ... ok > test_setstate_first_arg (tests.WichmannHill_TestBasicOps) ... ok > test_strong_jumpahead (tests.WichmannHill_TestBasicOps) ... ok > test_53_bits_per_float (tests.MersenneTwister_TestBasicOps) ... ok > test_autoseed (tests.MersenneTwister_TestBasicOps) ... ok > test_bigrand (tests.MersenneTwister_TestBasicOps) ... ok > test_bigrand_ranges (tests.MersenneTwister_TestBasicOps) ... ok > test_gauss (tests.MersenneTwister_TestBasicOps) ... ok > test_genrandbits (tests.MersenneTwister_TestBasicOps) ... FAIL > test_jumpahead (tests.MersenneTwister_TestBasicOps) ... ok > test_long_seed (tests.MersenneTwister_TestBasicOps) ... ok > test_pickling (tests.MersenneTwister_TestBasicOps) ... ok > test_randbelow_logic (tests.MersenneTwister_TestBasicOps) ... ok > test_randrange_bug_1590891 (tests.MersenneTwister_TestBasicOps) ... ok > test_rangelimits (tests.MersenneTwister_TestBasicOps) ... ok > test_referenceImplementation (tests.MersenneTwister_TestBasicOps) ... ok > test_sample (tests.MersenneTwister_TestBasicOps) ... ok > test_sample_distribution (tests.MersenneTwister_TestBasicOps) ... ok > test_sample_inputs (tests.MersenneTwister_TestBasicOps) ... ok > test_sample_on_dicts (tests.MersenneTwister_TestBasicOps) ... ok > test_saverestore (tests.MersenneTwister_TestBasicOps) ... ok > test_seedargs (tests.MersenneTwister_TestBasicOps) ... ok > test_setstate_first_arg (tests.MersenneTwister_TestBasicOps) ... ok > test_setstate_middle_arg (tests.MersenneTwister_TestBasicOps) ... ok > test_strong_reference_implementation (tests.MersenneTwister_TestBasicOps) ... > ok > test_avg_std (tests.TestDistributions) ... ok > test_zeroinputs (tests.TestDistributions) ... ok > testMagicConstants (tests.TestModule) ... ok > test__all__ (tests.TestModule) ... ok > test_random_subclass_with_kwargs (tests.TestModule) ... ok > > ====================================================================== > FAIL: test_genrandbits (tests.MersenneTwister_TestBasicOps) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/src/tests.py", line 451, in test_genrandbits > self.assertRaises(ValueError, self.gen.getrandbits, 0) > AssertionError: ValueError not raised by getrandbits > > ---------------------------------------------------------------------- > Ran 41 tests in 0.232s > > FAILED (failures=1) > Test failed: <unittest.runner.TextTestResult run=41 errors=0 failures=1> > error: Test failed: <unittest.runner.TextTestResult run=41 errors=0 > failures=1> > E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: > python3.9 setup.py test > dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.8" returned > exit code 13 The full build log is available from: http://qa-logs.debian.net/2020/10/27/pyrandom2_1.0.1-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: pyrandom2 Source-Version: 1.0.1-2.1 Done: Juhani Numminen <[email protected]> We believe that the bug you reported is fixed in the latest version of pyrandom2, 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. Juhani Numminen <[email protected]> (supplier of updated pyrandom2 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: Tue, 24 Nov 2020 20:26:34 +0200 Source: pyrandom2 Architecture: source Version: 1.0.1-2.1 Distribution: unstable Urgency: medium Maintainer: Hugo Lefeuvre <[email protected]> Changed-By: Juhani Numminen <[email protected]> Closes: 973085 Changes: pyrandom2 (1.0.1-2.1) unstable; urgency=medium . * Non-maintainer upload. * Add python3.9.patch fixing tests with py3.9 (Closes: #973085). Checksums-Sha1: c01e2570674893cb2ad6cc74333361d9383574d2 1919 pyrandom2_1.0.1-2.1.dsc 7df9f6ff6c46c9c03dd216aa1480f02721d15336 4876 pyrandom2_1.0.1-2.1.debian.tar.xz Checksums-Sha256: a4b021a89bb350aec027df56f318e2aa591d0ad88a03285d948018f0558869c0 1919 pyrandom2_1.0.1-2.1.dsc 83ce2be01dcfc1a1fd46e941442c9e5fa637dca6331282ad5c6c2b528d8f2f32 4876 pyrandom2_1.0.1-2.1.debian.tar.xz Files: 02faf26179359a8e1a71bd0a5f6f45dc 1919 python optional pyrandom2_1.0.1-2.1.dsc 13282d67d6eafe7f523367970b9af637 4876 python optional pyrandom2_1.0.1-2.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAl/fevMACgkQiNJCh6LY mLG+Gg//VBSNIlTlerxEQmejECNFsTmsNImD6lWOgKfwGkInfviCOq0iyUKrHvtx 01G10z886zA8H+7tVeyWHNXQBx8qsM6eiSKs0seaFjvc9tu+5p+zww0FoXCJlxA9 xuUnK4PRdUu2Tq4nebztlsw8292Zzg1BTU9wo3KcupqQeef+ax23RrUwAVqsWI2C 82eegWnY1p57KF+cIswQwwwe2aMh/Os6TVdo70WiOwJT+1+abmQyqsE7NRVbDVLj lvTtjUiy8VGiE7TVZhqT8uLKI72wBN5LdPpaT2/4G4QM3qjLLMxCIlgLXMo0D/Az gfks2LX+Hj6Kbyfzw6Snsbg4aMiXbe13bWfb2ZMiFaQz+cDxIfvjHYXLF3Z1xi4j AhOeB5mRnwfpf8AqypL2XgcxXBuaTZ/7Ryk4+ZmGc9k/jJ26hStpB9EKLBhd4Bv6 cW+OZk4r4LvPdtAAYvVcowangO6e2wf6YJiGPP5Y4rk9cw71xMVTiG0nLFaiJIKF dPYFdEjTPwxyOi+RNRSMJsTuKFYnkSFS6m0mvuclDEgmzZQFB9eMlFN8BTz3WOkP lhFhGz0vEcAjQ/YTiQtn05B+pIwjMyauo6UCzGlpX0jwusVnVIa7kz13TSsrtX0Q Teqo2FU+uOTQ8kRHhygZjtwRuXaUw6BiIqUlT9Me+gkCta5Tm9Q= =Zh4i -----END PGP SIGNATURE-----
--- End Message ---

