Your message dated Fri, 15 Dec 2023 11:21:01 +0000
with message-id <[email protected]>
and subject line Bug#1058196: fixed in swift-bench 1.2.0-7
has caused the Debian Bug report #1058196,
regarding swift-bench: FTBFS: AttributeError: 'TestUtils' 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 [email protected]
immediately.)


-- 
1058196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058196
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: swift-bench
Version: 1.2.0-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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 build
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh build --buildsystem=pybuild --with python3
>    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_swift-bench/build/tests
> copying tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/tests
> copying tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/tests
> copying tests/test_bench.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/swiftbench
> copying swiftbench/bench.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/swiftbench
> copying swiftbench/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/swiftbench
> copying swiftbench/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/swiftbench
> running build_scripts
> creating build
> creating build/scripts-3.12
> copying and adjusting bin/swift-bench -> build/scripts-3.12
> copying and adjusting bin/swift-bench-client -> build/scripts-3.12
> changing mode of build/scripts-3.12/swift-bench from 644 to 755
> changing mode of build/scripts-3.12/swift-bench-client from 644 to 755
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/tests
> copying tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/tests
> copying tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/tests
> copying tests/test_bench.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/swiftbench
> copying swiftbench/bench.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/swiftbench
> copying swiftbench/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/swiftbench
> copying swiftbench/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build/swiftbench
> running build_scripts
> creating build/scripts-3.11
> copying and adjusting bin/swift-bench -> build/scripts-3.11
> copying and adjusting bin/swift-bench-client -> build/scripts-3.11
> changing mode of build/scripts-3.11/swift-bench from 644 to 755
> changing mode of build/scripts-3.11/swift-bench-client from 644 to 755
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build; python3.12 -m nose 
> -v tests
> test_placeholder (tests.test_bench.TestBench.test_placeholder) ... 
> /usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no 
> addDuration method
>   warnings.warn("TestResult has no addDuration method",
> ok
> test_config_true_value (tests.test_utils.TestUtils.test_config_true_value) 
> ... ok
> test_readconf (tests.test_utils.TestUtils.test_readconf) ... ERROR
> test_readconf_raw (tests.test_utils.TestUtils.test_readconf_raw) ... ERROR
> test_using_http_proxy (tests.test_utils.TestUtils.test_using_http_proxy) ... 
> ok
> 
> ======================================================================
> ERROR: test_readconf (tests.test_utils.TestUtils.test_readconf)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/tests/test_utils.py",
>  line 57, in test_readconf
>     self.assertEquals(result, expected)
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'TestUtils' object has no attribute 'assertEquals'. Did you 
> mean: 'assertEqual'?
> 
> ======================================================================
> ERROR: test_readconf_raw (tests.test_utils.TestUtils.test_readconf_raw)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build/tests/test_utils.py",
>  line 103, in test_readconf_raw
>     self.assertEquals(result, expected)
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'TestUtils' object has no attribute 'assertEquals'. Did you 
> mean: 'assertEqual'?
> 
> ----------------------------------------------------------------------
> Ran 5 tests in 0.008s
> 
> FAILED (errors=2)
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_swift-bench/build; python3.12 -m nose 
> -v tests
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swift-bench/build; python3.11 -m nose 
> -v tests
> test_placeholder (tests.test_bench.TestBench.test_placeholder) ... ok
> test_config_true_value (tests.test_utils.TestUtils.test_config_true_value) 
> ... ok
> test_readconf (tests.test_utils.TestUtils.test_readconf) ... ok
> test_readconf_raw (tests.test_utils.TestUtils.test_readconf_raw) ... ok
> test_using_http_proxy (tests.test_utils.TestUtils.test_using_http_proxy) ... 
> ok
> 
> ----------------------------------------------------------------------
> Ran 5 tests in 0.014s
> 
> OK
> dh_auto_test: error: pybuild --test --test-nose -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/swift-bench_1.2.0-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&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: swift-bench
Source-Version: 1.2.0-7
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
swift-bench, 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.
Thomas Goirand <[email protected]> (supplier of updated swift-bench 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: SHA256

Format: 1.8
Date: Fri, 15 Dec 2023 12:01:00 +0100
Source: swift-bench
Architecture: source
Version: 1.2.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1058196
Changes:
 swift-bench (1.2.0-7) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 .
   [ Philippe Seraphin ]
   * Add python 3.12 patches (Closes: #1058196):
     - py3.12-fix-AssertEquals.patch
     - py3.12-fix-readfp.patch
   * Cleans better.
Checksums-Sha1:
 9789ab47c428c87e4ad325e40e63047a8b0dfc8d 2233 swift-bench_1.2.0-7.dsc
 ab8882322a641a0870120a9f240e6332aa36cefb 5468 swift-bench_1.2.0-7.debian.tar.xz
 f2db4701c434282e00810cff90bae4aa0273bba9 8011 
swift-bench_1.2.0-7_amd64.buildinfo
Checksums-Sha256:
 4220fb9201f07f78d6c1349f82bd395362bc5ab0948da1cf95965680445fbc5a 2233 
swift-bench_1.2.0-7.dsc
 45e173d67a158eb5c21492b30fdd833ebb8ae0601e0d51ff314b9c6f4a9d057d 5468 
swift-bench_1.2.0-7.debian.tar.xz
 da8991f0d5c9fc0cb987e996a1dd2acda2435eae617bc9c47c2f3452c55bda43 8011 
swift-bench_1.2.0-7_amd64.buildinfo
Files:
 f691d9c3e35ec9ef14e9c6c914778a84 2233 net optional swift-bench_1.2.0-7.dsc
 8dbde8442c813a0717ddce4f04842249 5468 net optional 
swift-bench_1.2.0-7.debian.tar.xz
 e9aaf04feed0e991b80c9f9e6bdaa97e 8011 net optional 
swift-bench_1.2.0-7_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmV8MkUACgkQ1BatFaxr
Q/43cg/+PfB1Ns7HUx/R7XsFW4HEw5RRGCGWPvqQJi76NwyyElhp1ypz+yiDU3VN
0xd+BodUuVMwn/blpc6qN3TRIdmMPCk38Z6ULJMuJ24wN4tP+CLmHXPbVRKkBE+b
9m5cFvmPzX2dVFdjUD96RV0pHO3QduZs1KLMUGejXRNQiYcFtfjch5gGt+nJRNxi
fpGQrgrj7YtmV+J5A+vhL8qeR0OC4QOUysFmHcIQ2cClKv2QgjWQZGapJ7iBWyA7
MsUbJ8y+TPz3i4nHxKyYimauvr4BlNVLAwMBEsQuNCjUrM0MjKk4KQmwRuzZywlp
F3y6soiYeQpkplpMI+MyMpY7PMjZAEyfkvMcB3NzMB+10yovQ42Pd2K38+2BCmz8
g2tNWh0lksVfU4GpZ/4ZIqhfrYewHlmS7DWxdXrqhklu3PvjjxeI5RxBcL+NZOsM
mjFqc2PqHdgpT/tvLWVH1jHUKFEFxS8LAW8cMq5nweSS65KZfd6fAIvF/gtdo8aa
TLrmwflq20z3ecZxIyYwSwLY/uxz7KGcTY0xc7uYvSUuMqzS0a46bVAa2uCjgh7T
lpOd1A4FKr1CWUM7UPmA9PcuNU0VVdlR23Ag9vbysODRjqQqDexNZQuzrebSgSiP
88WlmoEsp7jzocWeQPpgKDVKo6xW9D7ZExHyW1D+OnnMAuIH/Ug=
=E12M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to