Your message dated Mon, 15 Jan 2024 15:19:52 +0000
with message-id <e1rpoki-0066jl...@fasolo.debian.org>
and subject line Bug#1058217: fixed in python-smoke-zephyr 2.0.1-3
has caused the Debian Bug report #1058217,
regarding python-smoke-zephyr: FTBFS: AttributeError: 'UtilitiesTests' object 
has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
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.)


-- 
1058217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-smoke-zephyr
Version: 2.0.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

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:310: python3.12 setup.py config 
> running config
> I: pybuild base:310: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/argparse_types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/job.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/requirements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/configuration.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/utilities.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/argparse_types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/job.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/requirements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/configuration.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
> copying smoke_zephyr/utilities.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build/smoke_zephyr
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build; python3.12 -m 
> unittest discover -v -s /<<PKGBUILDDIR>>/tests -p "[a-z]*.py"
> test_bin_b64_type (argparse_types.ArgparseTypeTests.test_bin_b64_type) ... ok
> test_bin_hex_type (argparse_types.ArgparseTypeTests.test_bin_hex_type) ... ok
> test_dir_type (argparse_types.ArgparseTypeTests.test_dir_type) ... ok
> test_log_level_type (argparse_types.ArgparseTypeTests.test_log_level_type) 
> ... ok
> test_port_type (argparse_types.ArgparseTypeTests.test_port_type) ... ok
> test_timespan_type (argparse_types.ArgparseTypeTests.test_timespan_type) ... 
> ok
> test_job_add (job.JobManagerTests.test_job_add) ... 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build/smoke_zephyr/job.py:183:
>  DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled 
> for removal in a future version. Use timezone-aware objects to represent 
> datetimes in UTC: datetime.datetime.now(datetime.UTC).
>   return datetime.datetime.utcnow()
> ok
> test_job_delete (job.JobManagerTests.test_job_delete) ... ok
> test_job_disable (job.JobManagerTests.test_job_disable) ... ok
> test_job_init (job.JobManagerTests.test_job_init) ... ok
> test_job_request_delete (job.JobManagerTests.test_job_request_delete) ... ok
> test_job_run (job.JobManagerTests.test_job_run) ... ok
> test_cache (utilities.UtilitiesCacheTests.test_cache) ... ok
> test_cache_cache_clear (utilities.UtilitiesCacheTests.test_cache_cache_clear) 
> ... ok
> test_cache_flatten_args 
> (utilities.UtilitiesCacheTests.test_cache_flatten_args) ... ok
> test_attribute_dict (utilities.UtilitiesTests.test_attribute_dict) ... ok
> test_escape_single_quote (utilities.UtilitiesTests.test_escape_single_quote) 
> ... ok
> test_get_ip_list (utilities.UtilitiesTests.test_get_ip_list) ... ok
> test_is_valid_email_address 
> (utilities.UtilitiesTests.test_is_valid_email_address) ... ok
> test_parse_case_camel_to_snake 
> (utilities.UtilitiesTests.test_parse_case_camel_to_snake) ... ok
> test_parse_case_snake_to_camel 
> (utilities.UtilitiesTests.test_parse_case_snake_to_camel) ... ok
> test_parse_server (utilities.UtilitiesTests.test_parse_server) ... ok
> test_parse_timespan (utilities.UtilitiesTests.test_parse_timespan) ... ok
> test_parse_to_slug (utilities.UtilitiesTests.test_parse_to_slug) ... ok
> test_selection_collision (utilities.UtilitiesTests.test_selection_collision) 
> ... ok
> test_sort_ipv4_list (utilities.UtilitiesTests.test_sort_ipv4_list) ... ERROR
> test_unescape_single_quote 
> (utilities.UtilitiesTests.test_unescape_single_quote) ... ok
> 
> ======================================================================
> ERROR: test_sort_ipv4_list (utilities.UtilitiesTests.test_sort_ipv4_list)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/utilities.py", line 193, in test_sort_ipv4_list
>     self.assertEquals(utilities.sort_ipv4_list(in_list), out_list)
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'UtilitiesTests' object has no attribute 'assertEquals'. Did 
> you mean: 'assertEqual'?
> 
> ----------------------------------------------------------------------
> Ran 27 tests in 12.014s
> 
> FAILED (errors=1)
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_smoke-zephyr/build; python3.12 -m 
> unittest discover -v -s {dir}/tests -p "[a-z]*.py"
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_smoke-zephyr/build; python3.11 -m 
> unittest discover -v -s /<<PKGBUILDDIR>>/tests -p "[a-z]*.py"
> test_bin_b64_type (argparse_types.ArgparseTypeTests.test_bin_b64_type) ... ok
> test_bin_hex_type (argparse_types.ArgparseTypeTests.test_bin_hex_type) ... ok
> test_dir_type (argparse_types.ArgparseTypeTests.test_dir_type) ... ok
> test_log_level_type (argparse_types.ArgparseTypeTests.test_log_level_type) 
> ... ok
> test_port_type (argparse_types.ArgparseTypeTests.test_port_type) ... ok
> test_timespan_type (argparse_types.ArgparseTypeTests.test_timespan_type) ... 
> ok
> test_job_add (job.JobManagerTests.test_job_add) ... ok
> test_job_delete (job.JobManagerTests.test_job_delete) ... ok
> test_job_disable (job.JobManagerTests.test_job_disable) ... ok
> test_job_init (job.JobManagerTests.test_job_init) ... ok
> test_job_request_delete (job.JobManagerTests.test_job_request_delete) ... ok
> test_job_run (job.JobManagerTests.test_job_run) ... ok
> test_cache (utilities.UtilitiesCacheTests.test_cache) ... ok
> test_cache_cache_clear (utilities.UtilitiesCacheTests.test_cache_cache_clear) 
> ... ok
> test_cache_flatten_args 
> (utilities.UtilitiesCacheTests.test_cache_flatten_args) ... ok
> test_attribute_dict (utilities.UtilitiesTests.test_attribute_dict) ... ok
> test_escape_single_quote (utilities.UtilitiesTests.test_escape_single_quote) 
> ... ok
> test_get_ip_list (utilities.UtilitiesTests.test_get_ip_list) ... ok
> test_is_valid_email_address 
> (utilities.UtilitiesTests.test_is_valid_email_address) ... ok
> test_parse_case_camel_to_snake 
> (utilities.UtilitiesTests.test_parse_case_camel_to_snake) ... ok
> test_parse_case_snake_to_camel 
> (utilities.UtilitiesTests.test_parse_case_snake_to_camel) ... ok
> test_parse_server (utilities.UtilitiesTests.test_parse_server) ... ok
> test_parse_timespan (utilities.UtilitiesTests.test_parse_timespan) ... ok
> test_parse_to_slug (utilities.UtilitiesTests.test_parse_to_slug) ... ok
> test_selection_collision (utilities.UtilitiesTests.test_selection_collision) 
> ... ok
> test_sort_ipv4_list (utilities.UtilitiesTests.test_sort_ipv4_list) ... 
> /<<PKGBUILDDIR>>/tests/utilities.py:193: DeprecationWarning: Please use 
> assertEqual instead.
>   self.assertEquals(utilities.sort_ipv4_list(in_list), out_list)
> ok
> test_unescape_single_quote 
> (utilities.UtilitiesTests.test_unescape_single_quote) ... ok
> 
> ----------------------------------------------------------------------
> Ran 27 tests in 12.011s
> 
> OK
> dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-smoke-zephyr_2.0.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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: python-smoke-zephyr
Source-Version: 2.0.1-3
Done: Andreas Tille <ti...@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 1058...@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 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: Mon, 15 Jan 2024 15:57:07 +0100
Source: python-smoke-zephyr
Architecture: source
Version: 2.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 969767 1058217
Changes:
 python-smoke-zephyr (2.0.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Python3.12: s/assertEquals/assertEqual/g
     Closes: #1058217
   * Since gvfs-open was removed from Debian it makes no sense to keep on
     providing this option and close the according bug to cleanup BTS
     Closes: #969767
   * Standards-Version: 4.6.2 (routine-update)
   * Testsuite: autopkgtest-pkg-python (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Add salsa-ci file (routine-update)
   * Add upstream metadata
Checksums-Sha1:
 ba60fb47d78dc73b5727f035e08e543b699702cd 2161 python-smoke-zephyr_2.0.1-3.dsc
 b91f3cde58f8e1c349925c7bc0f0229cc6bb2e48 3844 
python-smoke-zephyr_2.0.1-3.debian.tar.xz
 caf56bf6e753c8399f1ce1d00b03af1c8665c9db 7024 
python-smoke-zephyr_2.0.1-3_amd64.buildinfo
Checksums-Sha256:
 9a4101a0cff55e089a8e93e40595e68a6844446eac66e9b46970b18ff6389dff 2161 
python-smoke-zephyr_2.0.1-3.dsc
 6a5200f8842bd0634bd58e8393a67a429d018567923794c53b9cfd541b7042e6 3844 
python-smoke-zephyr_2.0.1-3.debian.tar.xz
 65b7c3cb802ba30ee6c01d7ee6871508e8e62fb7ef38ff2a17c7f7810709dcd5 7024 
python-smoke-zephyr_2.0.1-3_amd64.buildinfo
Files:
 efbbd3884cdd2ab89992e08e5acfd52f 2161 python optional 
python-smoke-zephyr_2.0.1-3.dsc
 a17671970be1d57c21b4724acf6e68bc 3844 python optional 
python-smoke-zephyr_2.0.1-3.debian.tar.xz
 60b58dfc039265d1a495af47c1aeac06 7024 python optional 
python-smoke-zephyr_2.0.1-3_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmWlSNIRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHnNw//Tz2gBpl5QBdI6Yq+tp9YGsExMiw79/ID
NRtmpKscm3tECy1mqe3rgSqUyNM04GnohOZdKKh8mzuXYa6bZAcUyi5d1DudWy5c
PsE5OlwByb2INoqspyneh0gFW/tMgkzTQq3QPVjac2UQFv6Fe5bx1JnZAGzbbGjW
BVawl7xRxHIPU6LoQ1Pk84FPdJZ1B2L4KDg7SDBU/TzNXMqHKpkdBg1Rohsg+B9D
skhSY9HX5EU+olPupM0qJiXJrVcAxG7rceEFqZV91wHEnkqcQX7ZLQ7hGWJeNOsC
eq9dm7C9L19FCiUwCExm3G/LxaBwNiSbKXDNjHUMSWluLMDbqMffk7NFVOYf4onV
39o0RHZXPappHx2AGsmL13k3H/fwjGm7mYpTaObUwOHs/pzP0FUWdsP/MM9A+3gX
26jihNJbmfYM0VUZ8beNjWImsyy9O+r8yu4IGfpwFx6lyky6H19V5j6BDxAFjb/S
qKKNogXkMe3/dGkVqgS99QpozKmfkb7lHBa9m+3bCcvAE7MJFM6GFtpl6imrRfxj
tr6nZNoGdJX/lLMQOFJgSBq+k0hLPtjwzZAw0wXpmLQTBx54E147L6o3sD6g02H1
WFSvlkMEnY0pw9uWc/IFGEXd7nrve1UyWq1/gUXY07ojQPYrsJMRHfhA8sgVD/27
2VD28OvtPUk=
=r987
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to