Your message dated Fri, 20 Jan 2023 22:35:05 +0000
with message-id <e1pizyt-005los...@fasolo.debian.org>
and subject line Bug#1028998: fixed in python-stem 1.8.1-2.1
has caused the Debian Bug report #1028998,
regarding nyx: FTBFS: AttributeError: module 'inspect' has no attribute 
'getargspec'
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.)


-- 
1028998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028998
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nyx
Version: 2.1.0-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230113 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:240: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/starter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/log.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/popups.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/tracker.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/arguments.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/menu.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> copying nyx/curses.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/graph.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/interpreter.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/log.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/header.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/config.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/torrc.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> copying nyx/panel/connection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/panel
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/settings
> copying nyx/settings/attributes.cfg -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/settings
> copying nyx/settings/dedup.cfg -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/nyx/settings
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
> python3.11 -m unittest discover -v 
> test_chroot_requires_path_to_exist 
> (test.TestBaseUtil.test_chroot_requires_path_to_exist) ... ERROR
> test_chroot_uses_config (test.TestBaseUtil.test_chroot_uses_config) ... ERROR
> test_expand_path (test.TestBaseUtil.test_expand_path) ... ok
> test_expand_path_with_chroot (test.TestBaseUtil.test_expand_path_with_chroot) 
> ... ok
> test_join (test.TestBaseUtil.test_join) ... ok
> 
> ======================================================================
> ERROR: test_chroot_requires_path_to_exist 
> (test.TestBaseUtil.test_chroot_requires_path_to_exist)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/mock.py", line 1369, in patched
>     return func(*newargs, **newkeywargs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/stem/util/conf.py", line 288, in 
> wrapped
>     if 'config' in inspect.getargspec(func).args:
>                    ^^^^^^^^^^^^^^^^^^
> AttributeError: module 'inspect' has no attribute 'getargspec'
> 
> ======================================================================
> ERROR: test_chroot_uses_config (test.TestBaseUtil.test_chroot_uses_config)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/unittest/mock.py", line 1369, in patched
>     return func(*newargs, **newkeywargs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/stem/util/conf.py", line 288, in 
> wrapped
>     if 'config' in inspect.getargspec(func).args:
>                    ^^^^^^^^^^^^^^^^^^
> AttributeError: module 'inspect' has no attribute 'getargspec'
> 
> ----------------------------------------------------------------------
> Ran 5 tests in 0.003s
> 
> FAILED (errors=2)
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m unittest 
> discover -v 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/nyx_2.1.0-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&fusertaguser=lu...@debian.org&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: python-stem
Source-Version: 1.8.1-2.1
Done: Federico Ceratto <feder...@debian.org>

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

Debian distribution maintenance software
pp.
Federico Ceratto <feder...@debian.org> (supplier of updated python-stem 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: Fri, 20 Jan 2023 22:09:23 +0000
Source: python-stem
Architecture: source
Version: 1.8.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Ulises Vitulli <der...@debian.org>
Changed-By: Federico Ceratto <feder...@debian.org>
Closes: 1028998
Changes:
 python-stem (1.8.1-2.1) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Add patch to fix test failure with python3.11.
     (closes: #1028998)
Checksums-Sha1:
 67a6e4a8b27b11b89f7aa7af38130e4567c7b01c 2352 python-stem_1.8.1-2.1.dsc
 3551f7878f3a9667a4493ce55b7a779164bb0cfa 10668 
python-stem_1.8.1-2.1.debian.tar.xz
 cb25b7c13d814cf58d0fbc7fa8d533994b14e0a4 8013 
python-stem_1.8.1-2.1_amd64.buildinfo
Checksums-Sha256:
 4133263a279c3165d3a48a2ed37f9564f9757f4d530dce53f5657b0828c2ee9a 2352 
python-stem_1.8.1-2.1.dsc
 d73b5dd24d541ea0bcfdf789e38a43135da1f15a0104883f79027a235f8ef0fb 10668 
python-stem_1.8.1-2.1.debian.tar.xz
 df37ab6d54402238b45a4dfefde58e4c77bbd677e1780854947285cfec4f3414 8013 
python-stem_1.8.1-2.1_amd64.buildinfo
Files:
 983ccb8124a5f4a64c372675ca16f790 2352 python optional python-stem_1.8.1-2.1.dsc
 99dcab95385cb028412349da2bbe226c 10668 python optional 
python-stem_1.8.1-2.1.debian.tar.xz
 b222c5dea07c603852e722be9a199664 8013 python optional 
python-stem_1.8.1-2.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfKfd+zM5IUCMbyuWbzG8RPUXfaoFAmPLEfIACgkQbzG8RPUX
faomdQ/+Km4BQDoNhns1wz3FSRMyRcoDhKvfU/ePK3F8r8XN87DZWyZ3n2hI3CQG
JVSjqOv6IGWA4dGKa0XJlMhVfoDbIRl1yePGBFK6n30TMqqqxB5JpymRodP5d5Xd
1xdnc7gU0TONED2Ik+txybvr/yZQAOkaAU/FWdXehGWFgxgmiNhI3htsDwjpfSpD
mDmdH1OT+MvXer3ao6PFs6FqqY8eznQenHxiEGd08CG4ml3UgkZrl2O7hvdjiGaf
w1K2stg07qu1TepIwMV3GBLn8IRBSNFwXdFUl7b5Zlikwc3iEOOY7wV14mai/Lef
HS+nPO8uIpx6KLF7Hj/RzrFdVSyuCzLfkHf7dyZOmtkzxtCS2HyfGAXXlv21yexl
GmOT9FmxOX74Oa6xJdz6ToZ4TGCu4I9c2ZYQoYWYrkm4d+8it3Eznm/txwH0nEik
33Wt8kllMBjIrM4Cc0iQfhb85E8O0mRjc7z/rCQy06qc/GikBpYfQ6gyBHqRKUlM
PXZfsNwcsrU0KgTkAKgPn8j82364/DFwe4B1FHuV5Ez+zegKFO3Xp2a+Rl7y93Dl
ptqQh6+LJ+5+v3ydJST8fuXhm/ky5a9C6mJQ94+AqVbUf7xxmx2ZTdqMFzeZCV+O
/SVNPMocMcDLJUb4aK6jDDKlI2aiaAO2gxXnCjroPMgj0io1f7s=
=z0mK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to