[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1002196: marked as done (python-kaptan: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" returned exit code 13)



Your message dated Tue, 28 Dec 2021 12:21:04 +0000
with message-id <E1n2BTU-000GOB-2L@fasolo.debian.org>
and subject line Bug#1002196: fixed in python-kaptan 0.5.12-1
has caused the Debian Bug report #1002196,
regarding python-kaptan: FTBFS: dh_auto_test: error: pybuild --test -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 owner@bugs.debian.org
immediately.)


-- 
1002196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002196
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: python-kaptan
Version: 0.5.10-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@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: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> I: pybuild base:237: python3.10 setup.py config 
> Warning: 'classifiers' should be a list, got type 'tuple'
> running config
> I: pybuild base:237: python3.9 setup.py config 
> Warning: 'classifiers' should be a list, got type 'tuple'
> running config
>    dh_auto_build -O--buildsystem=pybuild
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> Warning: 'classifiers' should be a list, got type 'tuple'
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan
> copying kaptan/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan
> copying kaptan/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan
> copying kaptan/__about__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> copying kaptan/handlers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> copying kaptan/handlers/json_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> copying kaptan/handlers/yaml_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> copying kaptan/handlers/pyfile_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> copying kaptan/handlers/ini_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> copying kaptan/handlers/dict_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/handlers
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> Warning: 'classifiers' should be a list, got type 'tuple'
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan
> copying kaptan/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan
> copying kaptan/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan
> copying kaptan/__about__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
> copying kaptan/handlers/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
> copying kaptan/handlers/json_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
> copying kaptan/handlers/yaml_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
> copying kaptan/handlers/pyfile_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
> copying kaptan/handlers/ini_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
> copying kaptan/handlers/dict_handler.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build/kaptan/handlers
>    dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build; python3.10 -m unittest discover -v 
> kaptan (unittest.loader._FailedTest) ... ERROR
> 
> ======================================================================
> ERROR: kaptan (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: kaptan
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 470, in _find_test_path
>     package = self._get_module_from_name(name)
>   File "/usr/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name
>     __import__(name)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build/kaptan/__init__.py", line 16, in <module>
>     from collections import Mapping, Sequence
> ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
> 
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_kaptan/build; python3.10 -m unittest discover -v 
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_kaptan/build; python3.9 -m unittest discover -v 
> 
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
> 
> OK
> dh_auto_test: error: pybuild --test -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-kaptan_0.5.10-3_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-kaptan
Source-Version: 0.5.12-1
Done: Håvard Flaget Aasen <haavard_aasen@yahoo.no>

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

Debian distribution maintenance software
pp.
Håvard Flaget Aasen <haavard_aasen@yahoo.no> (supplier of updated python-kaptan 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 27 Dec 2021 09:10:51 +0100
Source: python-kaptan
Architecture: source
Version: 0.5.12-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Håvard Flaget Aasen <haavard_aasen@yahoo.no>
Closes: 1002196
Changes:
 python-kaptan (0.5.12-1) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Håvard Flaget Aasen ]
   * New upstream release.
     Release is compatible with Python3.10. Closes: #1002196
   * Run wrap-and-sort -at
   * Add python3-pytest as build-dep.
   * Bump debhelper to 13.
   * Update Standards-Version to 4.6.0.
   * d/watch: Bump to version 4.
   * d/copyright:
     - Update years.
     - Fix upstream-name and source, both mentioned the wrong package.
     - Add upstream-contact.
   * d/rules: Remove unnecessary comments and python2 specific settings.
   * .egg-info files should not be executable.
   * Document Rules-Requires-Root.
   * Ignore .egg-info files, build twice in a row.
   * Add upstream testsuite as autopkgtest.
Checksums-Sha1:
 ae8e55bf6093e48030fcd6313dcc71d9b907d145 2032 python-kaptan_0.5.12-1.dsc
 e21d4956d666465e418eb2316a277956e11435b8 10539 python-kaptan_0.5.12.orig.tar.gz
 84ae02a950f6bc1d601c8e448af3acba8a9b557b 3204 python-kaptan_0.5.12-1.debian.tar.xz
 c7921f942e991845cf6e31de29638ee6a8a15c6b 8059 python-kaptan_0.5.12-1_source.buildinfo
Checksums-Sha256:
 84e9544ff2a8f46253e1d28522ede4e40c2a408c810500382e01fcaac41765c0 2032 python-kaptan_0.5.12-1.dsc
 1abd1f56731422fce5af1acc28801677a51e56f5d3c3e8636db761ed143c3dd2 10539 python-kaptan_0.5.12.orig.tar.gz
 ea9b1eb9b6785b3b2fa91f8ec37c00a13462693c561f56022b6bd6d4ef722c6d 3204 python-kaptan_0.5.12-1.debian.tar.xz
 916c99bcaa94cb005ea01f3d2ae77715bf9ec19b61b6ebba43f64c25b616d1bf 8059 python-kaptan_0.5.12-1_source.buildinfo
Files:
 4a6b9ef38ce653a37b57242a235f5424 2032 python optional python-kaptan_0.5.12-1.dsc
 a58cba3a3f975d5765ce0befef7d8825 10539 python optional python-kaptan_0.5.12.orig.tar.gz
 c1d7f26c74caae6fab200580fdda0d8c 3204 python optional python-kaptan_0.5.12-1.debian.tar.xz
 13d0f803e4a53b61d77a2a9d3648a461 8059 python optional python-kaptan_0.5.12-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmHK94IACgkQQoMEoXSN
zHrMHRAAgNXvkjV3oojsQtSAwR3KIUv7hu14zZViV0qlbjDrqQ9DddInu8H3Gcvj
k1eNgPWz/DKVkCNERVgYgJx1hQuSa6RDT3SsXQ6w7wJkqRhoVdXQ8tgYcp67fE4U
qHXdgB1v7AK5LOKgJIOr4J9XS4zZdHYU480xeQqRW35XMGFD1YrSGeLBKkhApTaP
MDnI4axkSxA9DnbMwN94h07Exi60h6CaboH/nuAODAT/PDOWxZ7/Ie/iCBlZn5Vt
gFViVmgMDWB3zp0PagFQBGZUFhN3dga+eS55IDPMv+X3CWpWWJ4wegJsBUD6vwKP
xWFnyvr0OHcSDGu2W1d33QoRhLjDqsGnwIsIC+l0cca5GSHu6ZvzThiJN2g7hkBj
LdMCUt7xaiRKbRSp5BK1oy2ttqO8WnK+Je5VkntAIIuVnZmq0JEwAd2L4DwNtfQL
jwBdehYBtNvqnfzSRiAuTlYnE3LGic6kKb+sXQKgD4oZA21DbKUM9q+Ci4cEWMCP
2286xuS5qJcdqMwTXMpme0IEUmp0Xoub6bc0RCesne3d0vhSpwvg2X308dyDC7jM
nVKIeNYeuel4LmiDSStqxzoCqkI0kYUTP4f+bj3XxL8dCJx9qBwzYUs5/yvKvs65
JRDVwKiJMt0WngSjpsVv1MNH7xpAxFMcfF4N1g5GMHyfMzRXTFc=
=/MH3
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: