Your message dated Wed, 22 Dec 2021 16:04:44 +0000
with message-id <e1n046e-00039o...@fasolo.debian.org>
and subject line Bug#1002127: fixed in python-trie 0.4.0+ds-1
has caused the Debian Bug report #1002127,
regarding python-trie: 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.)


-- 
1002127: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-trie
Version: 0.2+ds-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):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -d build/doctrees   source build/html
> Running Sphinx v4.3.2
> making output directory... done
> WARNING: html_static_path entry '_static' does not exist
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 1 source files that are out of date
> updating environment: [new config] 1 added, 0 changed, 0 removed
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [100%] index
> 
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 1 warning.
> 
> The HTML pages are in build/html.
> 
> Build finished. The HTML pages are in build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> dh_auto_build
> 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 
> /<<PKGBUILDDIR>>/setup.py:3: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.core import setup
> running build
> running build_py
> copying pytrie.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_trie/build
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> copying pytrie.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_trie/build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
> I: pybuild pybuild:286: cp /<<PKGBUILDDIR>>/test/test_trie.py 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_trie/build
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_trie/build; 
> python3.10 -m unittest discover -v 
> test_trie (unittest.loader._FailedTest) ... ERROR
> 
> ======================================================================
> ERROR: test_trie (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: test_trie
> Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/loader.py", line 436, in _find_test_path
>     module = 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_trie/build/test_trie.py", 
> line 2, in <module>
>     from pytrie import SortedStringTrie
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_trie/build/pytrie.py", line 
> 48, in <module>
>     from collections import MutableMapping
> ImportError: cannot import name 'MutableMapping' 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_trie/build; python3.10 -m unittest 
> discover -v 
> I: pybuild pybuild:286: cp /<<PKGBUILDDIR>>/test/test_trie.py 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_trie/build
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_trie/build; 
> python3.9 -m unittest discover -v 
> test_consistency_wprefix (test_trie.TestTrie) ... ok
> test_items_wprefix (test_trie.TestTrie) ... ok
> test_iter_prefix_items (test_trie.TestTrie) ... ok
> test_iter_prefix_values (test_trie.TestTrie) ... ok
> test_iter_prefixes (test_trie.TestTrie) ... ok
> test_keys_wprefix (test_trie.TestTrie) ... ok
> test_longest_prefix (test_trie.TestTrie) ... ok
> test_longest_prefix_item (test_trie.TestTrie) ... ok
> test_longest_prefix_value (test_trie.TestTrie) ... ok
> test_pickle (test_trie.TestTrie) ... ok
> test_repr (test_trie.TestTrie) ... ok
> test_values_wprefix (test_trie.TestTrie) ... ok
> 
> ----------------------------------------------------------------------
> Ran 12 tests in 0.003s
> 
> OK
> I: pybuild pybuild:312: rm -rf 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_trie/build/test test_trie.py
> 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-trie_0.2+ds-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-trie
Source-Version: 0.4.0+ds-1
Done: Håvard Flaget Aasen <haavard_aa...@yahoo.no>

We believe that the bug you reported is fixed in the latest version of
python-trie, 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.
Håvard Flaget Aasen <haavard_aa...@yahoo.no> (supplier of updated python-trie 
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: Wed, 22 Dec 2021 15:36:10 +0000
Source: python-trie
Architecture: source
Version: 0.4.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Håvard Flaget Aasen <haavard_aa...@yahoo.no>
Closes: 887331 1002127
Changes:
 python-trie (0.4.0+ds-1) unstable; urgency=medium
 .
   * Team upload.
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 9 to 13.
 .
   [ Håvard Flaget Aasen ]
   * New upstream release. Closes: #887331
     - New upstream release supports Python 3.10. Closes: #1002127
   * Add python3-setuptools and python3-sortedcontainers as build dependencies.
   * Don't run tests in test_mappings.py
   * Mark doc package multi-arch: foreign.
   * Change homepage URL, point to GitHub.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository
     and Repository-Browse.
   * d/watch: Bump to version 4.
   * Document Rules-requires-Root.
   * Add patch to fix attribute error when building documentation.
   * d/rules: Make use of 'execute_before' instead of 'override'.
   * Update Standards-Version to 4.6.0.
   * d/control:
     - Update copyrighted year.
     - Change source URL, point to GitHub.
     - Add upstream-contact.
   * Ignore *.egg-info files, prevents ftbfs when building twice in a row.
   * Add upstream testsuite as autopkgtest.
   * Enable salsa CI.
   * Run wrap-and-sort -at
Checksums-Sha1:
 7cec93cb04ff7a86c4f322ba75712a54def2d6b9 2173 python-trie_0.4.0+ds-1.dsc
 385345cb6ca5ee1fc11ba5bf809943e552bbc6f6 11456 python-trie_0.4.0+ds.orig.tar.xz
 7e55f51dd6543ee33e251f7c1146e50609c6e163 4092 
python-trie_0.4.0+ds-1.debian.tar.xz
 fdab8b36be9a1e309accdb0d4f08b9b100ee9b24 8599 
python-trie_0.4.0+ds-1_source.buildinfo
Checksums-Sha256:
 ca0ac06aad18adc4c73e1d88d9dbbf34085d95de616bed45bf658d61f203ffa1 2173 
python-trie_0.4.0+ds-1.dsc
 29422403cafbf04e8671ddec390cd9636c34f17c681688896cac79df79c4d04b 11456 
python-trie_0.4.0+ds.orig.tar.xz
 4c341e1d2324835da181e185d3e9df39f2cf3fa7fc127ca9a21e56b4f606e62e 4092 
python-trie_0.4.0+ds-1.debian.tar.xz
 cce30b49c71a5baa9b3531452356c674d0a414a25e564d7394e0a15ec2fb1a6c 8599 
python-trie_0.4.0+ds-1_source.buildinfo
Files:
 dc8c92eef75be3519cce5b5d2b142ce5 2173 python optional 
python-trie_0.4.0+ds-1.dsc
 85dff914dfd316f365e924ed9abec65c 11456 python optional 
python-trie_0.4.0+ds.orig.tar.xz
 c0e513ecf8b82295018c4e5465bef0ec 4092 python optional 
python-trie_0.4.0+ds-1.debian.tar.xz
 e8d1523e72987885e21d43ad0026b450 8599 python optional 
python-trie_0.4.0+ds-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmHDRiAACgkQQoMEoXSN
zHrXsBAAiLvtB5VaKMjTFwoaTQK9eJRfm0zgifD9bEdEtBwqwA4ZqTeV/r7a77B2
4V0rtN1+Ps63DXfTZUuR2r2IeoDQ7I35nH+mDTq32FG8MCPnJVYR96o3Vuc/OAtA
uhazOzmg6ccXylHBD7DnQpRdH+8ed7w11hKt4Res3bH8PaG5HozRKn34gT+JA13m
ZKTA8L+JEmUJzKU/GqODafQTJSOcaH7ctJx2NSgrUOZOicuHrVvHN1vlmqXnjiZS
mezDy22R2MiYozkkWXFM3pPIqXxvpLk/T8Tf62D8QJ469ft68VM1tXEiAx5KmKFA
2yZ5wtq8vTOqMGDU0Qfh+R8xhttWZCmvgsxipyU84nHiiOZIr72zXD33CyP45mbi
VK0G5ke3fRct7yqf+RlbOAtAZJ4yJ1OXEWtUQXqEPo8mW+ZWUvvHqyUnckum1tjm
8bKfyE09ZW1ndODHF/EEgeTbOyoy8bzJIG4e1MTIhHc0S3ot2Mn/s1TDDQFXcwX5
06pp64gu0ggXd8oaLEcEcMFufaWHxGk09PnylI9MtziMYU90hd0op5oeyfRrT08p
PuaEynOIbjlbSa21kShXHFVuF4C+5Z8UgReZhEZaMY4YIRLD8qJAlFA5k9U2NtZB
rtPv/QHzXeFQL8h8vaRi/iuOIJQNvhAeAtnWt+n06wzWQ1pfNwE=
=77k0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to