Your message dated Sun, 13 Dec 2020 18:50:00 +0000
with message-id <e1kowru-000hkh...@fasolo.debian.org>
and subject line Bug#973222: fixed in python-smoke-zephyr 2.0.1-1
has caused the Debian Bug report #973222,
regarding python-smoke-zephyr: 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 ow...@bugs.debian.org
immediately.)


-- 
973222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-smoke-zephyr
Version: 2.0.0-1
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):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package python-smoke-zephyr
> dpkg-buildpackage: info: source version 2.0.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Samuel Henrique 
> <samuel...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:217: python3.9 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.9' does not exist -- can't clean it
> I: pybuild base:217: python3.8 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.8' does not exist -- can't clean it
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-smoke-zephyr using existing 
> ./python-smoke-zephyr_2.0.0.orig.tar.gz
> dpkg-source: info: building python-smoke-zephyr in 
> python-smoke-zephyr_2.0.0-1.debian.tar.xz
> dpkg-source: info: building python-smoke-zephyr in 
> python-smoke-zephyr_2.0.0-1.dsc
>  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: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
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/configuration.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/utilities.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/argparse_types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/job.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/requirements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build/smoke_zephyr
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/configuration.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/utilities.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/argparse_types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/job.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/requirements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_smoke-zephyr/build/smoke_zephyr
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build; python3.9 -m 
> unittest discover -v -s /<<PKGBUILDDIR>>/tests -p "[a-z]*.py"
> test_bin_b64_type (argparse_types.ArgparseTypeTests) ... ok
> test_bin_hex_type (argparse_types.ArgparseTypeTests) ... ok
> test_dir_type (argparse_types.ArgparseTypeTests) ... ok
> test_log_level_type (argparse_types.ArgparseTypeTests) ... ok
> test_port_type (argparse_types.ArgparseTypeTests) ... ok
> test_timespan_type (argparse_types.ArgparseTypeTests) ... ok
> test_job_add (job.JobManagerTests) ... ok
> test_job_delete (job.JobManagerTests) ... ok
> test_job_disable (job.JobManagerTests) ... ok
> test_job_init (job.JobManagerTests) ... ok
> test_job_request_delete (job.JobManagerTests) ... ok
> test_job_run (job.JobManagerTests) ... ok
> test_cache (utilities.UtilitiesCacheTests) ... ok
> test_cache_cache_clear (utilities.UtilitiesCacheTests) ... ok
> test_cache_flatten_args (utilities.UtilitiesCacheTests) ... ok
> test_attribute_dict (utilities.UtilitiesTests) ... ok
> test_escape_single_quote (utilities.UtilitiesTests) ... ok
> test_get_ip_list (utilities.UtilitiesTests) ... 
> /<<PKGBUILDDIR>>/tests/utilities.py:119: DeprecationWarning: Please use 
> assertEqual instead.
>   self.assertEquals(returned_ip_list, ip_list, msg=("get_ip_list({!r}, 
> mask={!r}) != {!r}".format(ip_network, mask, ip_list)))
> FAIL
> test_is_valid_email_address (utilities.UtilitiesTests) ... ok
> test_parse_case_camel_to_snake (utilities.UtilitiesTests) ... ok
> test_parse_case_snake_to_camel (utilities.UtilitiesTests) ... ok
> test_parse_server (utilities.UtilitiesTests) ... ok
> test_parse_timespan (utilities.UtilitiesTests) ... ok
> test_parse_to_slug (utilities.UtilitiesTests) ... ok
> test_selection_collision (utilities.UtilitiesTests) ... ok
> test_sort_ipv4_list (utilities.UtilitiesTests) ... ok
> test_unescape_single_quote (utilities.UtilitiesTests) ... ok
> 
> ======================================================================
> FAIL: test_get_ip_list (utilities.UtilitiesTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/utilities.py", line 119, in test_get_ip_list
>     self.assertEquals(returned_ip_list, ip_list, msg=("get_ip_list({!r}, 
> mask={!r}) != {!r}".format(ip_network, mask, ip_list)))
> AssertionError: Lists differ: ['192.168.1.0'] != []
> 
> First list contains 1 additional elements.
> First extra element 0:
> '192.168.1.0'
> 
> - ['192.168.1.0']
> + [] : get_ip_list('192.168.1.0/32', mask=None) != []
> 
> ----------------------------------------------------------------------
> Ran 27 tests in 13.020s
> 
> FAILED (failures=1)
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_smoke-zephyr/build; python3.9 -m 
> unittest discover -v -s {dir}/tests -p "[a-z]*.py"
> 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/python-smoke-zephyr_2.0.0-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!

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-smoke-zephyr
Source-Version: 2.0.1-1
Done: Samuel Henrique <samuel...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-smoke-zephyr, 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 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Henrique <samuel...@debian.org> (supplier of updated python-smoke-zephyr 
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: SHA512

Format: 1.8
Date: Sun, 13 Dec 2020 18:29:14 +0000
Source: python-smoke-zephyr
Architecture: source
Version: 2.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team <team+python-modu...@tracker.debian.org>
Changed-By: Samuel Henrique <samuel...@debian.org>
Closes: 973222
Changes:
 python-smoke-zephyr (2.0.1-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Samuel Henrique ]
   * New upstream version 2.0.1
     - Fix a bug in how Python 3.9 handles 32-bit IPv4 netmasks (closes: 
#973222)
   * Bump DH to 13
   * Bump Standards-Version to 4.5.1
Checksums-Sha1:
 7efc9f5733aa281fcc116106ead90a3de4e9796c 2108 python-smoke-zephyr_2.0.1-1.dsc
 cccebd7381922547d57b11e8c7f44cdfe0488c17 26340 
python-smoke-zephyr_2.0.1.orig.tar.gz
 4475812ae77a6e86bbeaa8e5ad924adee40b677a 2684 
python-smoke-zephyr_2.0.1-1.debian.tar.xz
 a1eb756f785a1a398335ea28988e5d2f7f817a3a 6590 
python-smoke-zephyr_2.0.1-1_amd64.buildinfo
Checksums-Sha256:
 0e6977ae9afab7afa4d1fb12a8ae8ae0c3b84c671a329adaf4fbf927f1216547 2108 
python-smoke-zephyr_2.0.1-1.dsc
 bc0b609e621559825b4c6bcd11f7c98b7a8bedc3df635ced6676c1ceee94bd94 26340 
python-smoke-zephyr_2.0.1.orig.tar.gz
 064bbc71e667cdbb573fcb30722e21d50171af4eadeb7a629de47932d12730fa 2684 
python-smoke-zephyr_2.0.1-1.debian.tar.xz
 dbaf434bc5c79b3b6727ab39d8b0e5bd6fd28f7f07eb89bacf1309bd5d818c76 6590 
python-smoke-zephyr_2.0.1-1_amd64.buildinfo
Files:
 b63b55ee1bf9746617edeeb906ffe879 2108 python optional 
python-smoke-zephyr_2.0.1-1.dsc
 9cdf353ba9687668ead5bc965f8ced79 26340 python optional 
python-smoke-zephyr_2.0.1.orig.tar.gz
 b36e12368861ef51e39e85b87f9f6970 2684 python optional 
python-smoke-zephyr_2.0.1-1.debian.tar.xz
 2ca451ad7d2142bc264ee09633d120cb 6590 python optional 
python-smoke-zephyr_2.0.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEBdtqg34QX0sdAsVfu6n6rcz7RwcFAl/WXhYACgkQu6n6rcz7
RwfMqhAA1K76OCFgPexJllHKXLroIB70YLdXyoKndpAHP3aOmcU7dzzX6fP5/BSi
MEeKM63yUxAHvJc0Ui8PBc0oScdG/9YLIRsTTYDK1fYITTvDGt1bwTsXAThUxaQ1
/ymAGo99+pl5EpMRfat9i42OisN7P6K9L4jUJrgMSYJofe423TPnWxSVYW/QpuYj
hUQqUrLBg9n05WHc2rVUxEtXOkVNm4uR0z1fP2D+OEimnTyXUUQ3lCABJJPRrSkG
7FVLvGfU/mJgB1btbfpTsnmQgaT7OM8xhVtZOHKlQRafaxs4NWtx7yD7wmhPOn2R
eS0ipMIK+Ld3tKGfaWpRPSknzJr1vEp7UerUO2zxTj1D+U7CIRsn8btad8NAns+r
kNrEPC6sn8+sr6PIolzyrD7igGgZh1sjaN0AOgyNFMSTl9WB82PcU8feoNTsgo1Q
i/oEi5b2be52ttHcEcVXBUMhtirp/EYyV+/32Ao3LN6C2y9ocNBOElGVCtuNEL5K
z52bKtLHCJIFvjl/7gyRAWPJ/S0nLbJhfXWS73wuMEmYDl8JZXsG/fSQMpjlxO8S
0rJlLbeJ6UHxMVVk01Ob9W9UrZzVokDCiykR46VdrF9wD1Favf0dOoTwmMi3qX/h
LU+WW9xO3yNkyVEO2Biu1M8CEfhPaqBPzsDCaNQ24BxR7ZVniwY=
=PoFk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to