Your message dated Sun, 19 Jun 2022 06:19:43 +0000
with message-id <e1o2ohf-00030w...@fasolo.debian.org>
and subject line Bug#1002361: fixed in python-testing.common.database 2.0.3-1
has caused the Debian Bug report #1002361,
regarding python-testing.postgresql: FTBFS: dh_auto_test: error: pybuild --test 
--test-nose -i python{version} -p "3.10 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 ow...@bugs.debian.org
immediately.)


-- 
1002361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-testing.postgresql
Version: 1.3.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

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:237: python3.10 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'build-base' will not be supported in future versions. Please 
> use the underscore name 'build_base' instead
>   warnings.warn(
> running config
> I: pybuild base:237: python3.9 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'build-base' will not be supported in future versions. Please 
> use the underscore name 'build_base' instead
>   warnings.warn(
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'build-base' will not be supported in future versions. Please 
> use the underscore name 'build_base' instead
>   warnings.warn(
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/testing
> copying src/testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/testing
> copying src/testing/postgresql.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/testing
> running egg_info
> writing src/testing.postgresql.egg-info/PKG-INFO
> writing dependency_links to 
> src/testing.postgresql.egg-info/dependency_links.txt
> writing namespace_packages to 
> src/testing.postgresql.egg-info/namespace_packages.txt
> writing requirements to src/testing.postgresql.egg-info/requires.txt
> writing top-level names to src/testing.postgresql.egg-info/top_level.txt
> reading manifest file 'src/testing.postgresql.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'src/testing.postgresql.egg-info/SOURCES.txt'
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'build-base' will not be supported in future versions. Please 
> use the underscore name 'build_base' instead
>   warnings.warn(
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_testing.postgresql/build/testing
> copying src/testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_testing.postgresql/build/testing
> copying src/testing/postgresql.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_testing.postgresql/build/testing
> running egg_info
> writing src/testing.postgresql.egg-info/PKG-INFO
> writing dependency_links to 
> src/testing.postgresql.egg-info/dependency_links.txt
> writing namespace_packages to 
> src/testing.postgresql.egg-info/namespace_packages.txt
> writing requirements to src/testing.postgresql.egg-info/requires.txt
> writing top-level names to src/testing.postgresql.egg-info/top_level.txt
> reading manifest file 'src/testing.postgresql.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'src/testing.postgresql.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build; python3.10 
> -m nose -v tests
> test_PostgresqlFactory (test_postgresql.TestPostgresql) ... ok
> test_PostgresqlFactory_with_initialized_handler 
> (test_postgresql.TestPostgresql) ... ok
> test_basic (test_postgresql.TestPostgresql) ... ok
> test_copy_data_from (test_postgresql.TestPostgresql) ... ok
> test_dsn_and_url (test_postgresql.TestPostgresql) ... ok
> test_fork (test_postgresql.TestPostgresql) ... ok
> test_multiple_postgresql (test_postgresql.TestPostgresql) ... ok
> test_postgresql_is_not_found (test_postgresql.TestPostgresql) ... ok
> test_skipIfNotFound_found (test_postgresql.TestPostgresql) ... ERROR
> test_skipIfNotFound_notfound (test_postgresql.TestPostgresql) ... ERROR
> test_skipIfNotInstalled_found (test_postgresql.TestPostgresql) ... ERROR
> test_skipIfNotInstalled_notfound (test_postgresql.TestPostgresql) ... ERROR
> test_skipIfNotInstalled_with_args_found (test_postgresql.TestPostgresql) ... 
> ERROR
> test_skipIfNotInstalled_with_args_notfound (test_postgresql.TestPostgresql) 
> ... ERROR
> test_stop (test_postgresql.TestPostgresql) ... ok
> test_stop_on_child_process (test_postgresql.TestPostgresql) ... ok
> test_with_statement (test_postgresql.TestPostgresql) ... ok
> 
> ======================================================================
> ERROR: test_skipIfNotFound_found (test_postgresql.TestPostgresql)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/tests/test_postgresql.py",
>  line 220, in test_skipIfNotFound_found
>     def testcase():
>   File "/usr/lib/python3/dist-packages/testing/common/database.py", line 284, 
> in __call__
>     if isinstance(arg, collections.Callable):  # execute as simple decorator
> AttributeError: module 'collections' has no attribute 'Callable'
> 
> ======================================================================
> ERROR: test_skipIfNotFound_notfound (test_postgresql.TestPostgresql)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/tests/test_postgresql.py",
>  line 233, in test_skipIfNotFound_notfound
>     def testcase():
>   File "/usr/lib/python3/dist-packages/testing/common/database.py", line 284, 
> in __call__
>     if isinstance(arg, collections.Callable):  # execute as simple decorator
> AttributeError: module 'collections' has no attribute 'Callable'
> 
> ======================================================================
> ERROR: test_skipIfNotInstalled_found (test_postgresql.TestPostgresql)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/tests/test_postgresql.py",
>  line 173, in test_skipIfNotInstalled_found
>     def testcase():
>   File "/usr/lib/python3/dist-packages/testing/common/database.py", line 284, 
> in __call__
>     if isinstance(arg, collections.Callable):  # execute as simple decorator
> AttributeError: module 'collections' has no attribute 'Callable'
> 
> ======================================================================
> ERROR: test_skipIfNotInstalled_notfound (test_postgresql.TestPostgresql)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/tests/test_postgresql.py",
>  line 186, in test_skipIfNotInstalled_notfound
>     def testcase():
>   File "/usr/lib/python3/dist-packages/testing/common/database.py", line 284, 
> in __call__
>     if isinstance(arg, collections.Callable):  # execute as simple decorator
> AttributeError: module 'collections' has no attribute 'Callable'
> 
> ======================================================================
> ERROR: test_skipIfNotInstalled_with_args_found 
> (test_postgresql.TestPostgresql)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/tests/test_postgresql.py",
>  line 195, in test_skipIfNotInstalled_with_args_found
>     @testing.postgresql.skipIfNotInstalled(path)
>   File "/usr/lib/python3/dist-packages/testing/common/database.py", line 284, 
> in __call__
>     if isinstance(arg, collections.Callable):  # execute as simple decorator
> AttributeError: module 'collections' has no attribute 'Callable'
> 
> ======================================================================
> ERROR: test_skipIfNotInstalled_with_args_notfound 
> (test_postgresql.TestPostgresql)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build/tests/test_postgresql.py",
>  line 203, in test_skipIfNotInstalled_with_args_notfound
>     @testing.postgresql.skipIfNotInstalled("/path/to/anywhere")
>   File "/usr/lib/python3/dist-packages/testing/common/database.py", line 284, 
> in __call__
>     if isinstance(arg, collections.Callable):  # execute as simple decorator
> AttributeError: module 'collections' has no attribute 'Callable'
> 
> ----------------------------------------------------------------------
> Ran 17 tests in 13.447s
> 
> FAILED (errors=6)
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_testing.postgresql/build; python3.10 
> -m nose -v tests
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_testing.postgresql/build; python3.9 -m 
> nose -v tests
> test_PostgresqlFactory (test_postgresql.TestPostgresql) ... ok
> test_PostgresqlFactory_with_initialized_handler 
> (test_postgresql.TestPostgresql) ... ok
> test_basic (test_postgresql.TestPostgresql) ... ok
> test_copy_data_from (test_postgresql.TestPostgresql) ... ok
> test_dsn_and_url (test_postgresql.TestPostgresql) ... ok
> test_fork (test_postgresql.TestPostgresql) ... ok
> test_multiple_postgresql (test_postgresql.TestPostgresql) ... ok
> test_postgresql_is_not_found (test_postgresql.TestPostgresql) ... ok
> test_skipIfNotFound_found (test_postgresql.TestPostgresql) ... ok
> test_skipIfNotFound_notfound (test_postgresql.TestPostgresql) ... ok
> test_skipIfNotInstalled_found (test_postgresql.TestPostgresql) ... ok
> test_skipIfNotInstalled_notfound (test_postgresql.TestPostgresql) ... ok
> test_skipIfNotInstalled_with_args_found (test_postgresql.TestPostgresql) ... 
> ok
> test_skipIfNotInstalled_with_args_notfound (test_postgresql.TestPostgresql) 
> ... ok
> test_stop (test_postgresql.TestPostgresql) ... ok
> test_stop_on_child_process (test_postgresql.TestPostgresql) ... ok
> test_with_statement (test_postgresql.TestPostgresql) ... ok
> 
> ----------------------------------------------------------------------
> Ran 17 tests in 12.649s
> 
> OK
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/python-testing.postgresql_1.3.0-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!

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 mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-testing.common.database
Source-Version: 2.0.3-1
Done: Sandro Tosi <mo...@debian.org>

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

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated 
python-testing.common.database 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: SHA256

Format: 1.8
Date: Sun, 19 Jun 2022 02:07:31 -0400
Source: python-testing.common.database
Architecture: source
Version: 2.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 1002361
Changes:
 python-testing.common.database (2.0.3-1) unstable; urgency=medium
 .
   * New upstream release
   * debian/patches/PR25.patch
     - add upstream patch to properly import Callable; Closes: #1002361 (and
       partially #978259)
Checksums-Sha1:
 8c74fb5d5ad1ef698df35e70e7b1c45e3a26b6d8 2249 
python-testing.common.database_2.0.3-1.dsc
 e829a4183768f9835f35bd9e4ccee7bdfcebab8b 9904 
python-testing.common.database_2.0.3.orig.tar.xz
 4993dc20ff66f2680df31b8aff48d57743ea8bc4 2948 
python-testing.common.database_2.0.3-1.debian.tar.xz
 0591078c30f1304d0f0fd1093f5e82b1b98d4550 6868 
python-testing.common.database_2.0.3-1_source.buildinfo
Checksums-Sha256:
 2a1bcc4c0c56b877eb24de3db4bbed42f5b301b1d9f786f158ab00339d50639f 2249 
python-testing.common.database_2.0.3-1.dsc
 21c412798d6b0ecc52d7927e5ae19bf04285e546be36dd3f2757d2ce32bf2b8f 9904 
python-testing.common.database_2.0.3.orig.tar.xz
 79ab829e42bdc92c243227fd8f2f1d01c2dad248e0c0289c551e2a7fedca4634 2948 
python-testing.common.database_2.0.3-1.debian.tar.xz
 53436525d1a5a5a06473e5d4565b68ba38270b48139707174c58f37b908a5c07 6868 
python-testing.common.database_2.0.3-1_source.buildinfo
Files:
 da1cfe45dab996cd706b5eb7c9fca024 2249 python optional 
python-testing.common.database_2.0.3-1.dsc
 e5583fbec9a6c6f1e15314239aaeb0bc 9904 python optional 
python-testing.common.database_2.0.3.orig.tar.xz
 20c40a5edfb145b273969e16cf9a3505 2948 python optional 
python-testing.common.database_2.0.3-1.debian.tar.xz
 23af27970b4674683d23a9210ede0bed 6868 python optional 
python-testing.common.database_2.0.3-1_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmKuvUsACgkQh588mTgB
qU9G1BAAluckPYi9tOU0pfu1RVmPs8ay218aWYeNfwyVfA8CbudJbI7W0nIgtp4v
NHxOHSGmeboR5BX2eSbgAAsBMHp7mZRkZGj72rQaISGb6HBBfglV038+dlKvtbx0
hlLQ+sEzOlGghDxWzBe+qFoYVy4VQv8FM+KAXxXDSE8jrcpX+EQkcWZSRX/G5PzH
pSypUYfBi17VDNuAFMBjVqICGi5PdQ/luGeRKjs7VX+79er/hpAzUMnVf1UQ3OFl
9D6/vGlifkXKbhyuoqbChug3RAcJNhtuENBi468u5beZ7GNC1uOL1nFeIXU9m+n8
YjLkwOiUDayQDDYwR1KNaR4EZM7KjSx+Fn11Or/XGuuF/Umbau7NRpr96CCV1hOi
XxtGUNVTkFxFVBgMG4znFx52k8FYDW6i+TOALeBgb9YcOig6kvtGQvoAokKoCxxR
eavWWbPDWFxBidKcV5YbpfyN2cH3EtQaQ+o9537baidaKye8rRVU09hcW25HEs4f
HtpwHLjv2vsZEK/drSLuoKSRwjzTaXuvyBu6/z7xmxFGr37venrUf/KQEmg3oRED
U4egYu8S+uulfio/ItmBMBYmGA8qjK1OqcP6KFlxMO+ZNGBnmQ9thQxI1GyR+Y5B
1FNArLQw2yQhRenqKokIvOUTuuOgmJ6iNK3Fe4+4VOcUcQaxGG0=
=GcWk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to