Your message dated Mon, 24 Jan 2022 21:34:17 +0000
with message-id <e1nc6yf-000bsn...@fasolo.debian.org>
and subject line Bug#1002210: fixed in adapt 1.0.0-1.1
has caused the Debian Bug report #1002210,
regarding adapt: 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 ow...@bugs.debian.org
immediately.)


-- 
1002210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: adapt
Version: 1.0.0-1
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 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:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/engine.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/intent.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/expander.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/context.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> copying adapt/entity_tagger.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools
> copying adapt/tools/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools/text
> copying adapt/tools/text/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools/text
> copying adapt/tools/text/trie.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools/text
> copying adapt/tools/text/tokenizer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools/text
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools/debug
> copying adapt/tools/debug/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/tools/debug
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/engine.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/intent.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/expander.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/context.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> copying adapt/entity_tagger.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools
> copying adapt/tools/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/text
> copying adapt/tools/text/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/text
> copying adapt/tools/text/trie.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/text
> copying adapt/tools/text/tokenizer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/text
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/debug
> copying adapt/tools/debug/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/debug
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build; 
> python3.10 -m unittest discover -v 
> adapt.tools.debug (unittest.loader._FailedTest) ... ERROR
> 
> ======================================================================
> ERROR: adapt.tools.debug (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: adapt.tools.debug
> 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_adapt/build/adapt/tools/debug/__init__.py",
>  line 3, in <module>
>     from adapt.engine import DomainIntentDeterminationEngine, \
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/engine.py", 
> line 18, in <module>
>     from adapt.entity_tagger import EntityTagger
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_adapt/build/adapt/entity_tagger.py", 
> line 17, in <module>
>     from six.moves import xrange
> ModuleNotFoundError: No module named 'six'
> 
> 
> ----------------------------------------------------------------------
> 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_adapt/build; python3.10 -m unittest 
> discover -v 
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build; 
> python3.9 -m unittest discover -v 
> adapt.tools.debug (unittest.loader._FailedTest) ... ERROR
> 
> ======================================================================
> ERROR: adapt.tools.debug (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: adapt.tools.debug
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/unittest/loader.py", line 470, in _find_test_path
>     package = self._get_module_from_name(name)
>   File "/usr/lib/python3.9/unittest/loader.py", line 377, in 
> _get_module_from_name
>     __import__(name)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/tools/debug/__init__.py",
>  line 3, in <module>
>     from adapt.engine import DomainIntentDeterminationEngine, \
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/engine.py", 
> line 18, in <module>
>     from adapt.entity_tagger import EntityTagger
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_adapt/build/adapt/entity_tagger.py", 
> line 17, in <module>
>     from six.moves import xrange
> ModuleNotFoundError: No module named 'six'
> 
> 
> ----------------------------------------------------------------------
> 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.9_adapt/build; python3.9 -m unittest 
> discover -v 
> 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/adapt_1.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!

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: adapt
Source-Version: 1.0.0-1.1
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
adapt, 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.
Adrian Bunk <b...@debian.org> (supplier of updated adapt 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, 24 Jan 2022 16:42:31 +0200
Source: adapt
Architecture: source
Version: 1.0.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Wouter Verhelst <wou...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1002210
Changes:
 adapt (1.0.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add the missing build dependency on python3-six. (Closes: #1002210)
Checksums-Sha1:
 b8de58c21329fd707a5d1a6878f0e9c532bf50ab 1920 adapt_1.0.0-1.1.dsc
 0105dfcafd62562d702b2c58c21bb5577ede98e5 2288 adapt_1.0.0-1.1.debian.tar.xz
Checksums-Sha256:
 43f53c6cd45eb44d8b9974f63710120d925fe24d0270cb34a9da75b1d92b99ca 1920 
adapt_1.0.0-1.1.dsc
 e260795fb014359e07486aa4a33df0290db07bb65478f51b480c57f51f827899 2288 
adapt_1.0.0-1.1.debian.tar.xz
Files:
 91a9c1d1ae49f7f83d02e726940186a9 1920 python optional adapt_1.0.0-1.1.dsc
 e94c87f796f8535393f8bc590d7cd167 2288 python optional 
adapt_1.0.0-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmHuu00ACgkQiNJCh6LY
mLGHCg/8DQLPUT49SFaHlzlABhSEGlouKhG9Z30lZhLRVO6xzww6F01EBGZdnHpN
LMXbrzSSaCFZ49JwE13zYLmXNNCz/vxEYz0liBUr1cGvhjmwVS1NzcuI0EKYxNhW
hyuPP0sq9ez2eAySI+PswNof3obViAwgesslfwVzGHSneRTWdEPM8KMgxPYxOcPS
oen8waFottuqZVDs3+cwjVaKEKGuLgXoMDi3HWuFjo/fqf8PM+zG9WsUAzXDLA1d
q2u1NYL3dx0uhj5nBNynxI3Qv4XPv1O+sER5GdjGM96+lWuJsAFa+9WUmw4uZESS
m6qJ8BohALWQBxTIOpHuVZ3LapG2zYk5kF9eTZ+AtxQzvC+x62Hwnb/EBNcFDF7X
SPnDcNrTgNTDglT29S3co8vb0BlLlVdQ/ZALXUB9UgVbIzWkQG0ozte3BePyLOqD
KOYLIun15Pqya8fxh+buExbvBgu8KPAlEPeCZnYgsQChoZzQka3IrhHjO0Lj8qxh
cfaQNJZruKRTuSTxfOjWs2a48NFi6AjRgXhclJYg6FJprAMSs6HTUcmERNg/cXja
BIx3K19ZHCNFHWxlBq2pwOniPwE/OlPks6C6FxJ8e6WUpDa8QBddQ5wK+iDIK1Bh
5ksoYMjmb44Hecv3s7ZMYCKjsul92LILxJWOW9ptIAidrWJxJ7c=
=PBTD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to