Your message dated Thu, 04 Jul 2024 10:50:42 +0000
with message-id <e1spk30-001sfk...@fasolo.debian.org>
and subject line Bug#1074668: fixed in whatmaps 0.0.14-1
has caused the Debian Bug report #1074668,
regarding whatmaps: FTBFS: AttributeError: 'TestSystemd' object has no 
attribute 'assertRaisesRegexp'. Did you mean: 'assertRaisesRegex'?
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.)


-- 
1074668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074668
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: whatmaps
Version: 0.0.13-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240702 ftbfs-trixie

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:311: python3.12 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:311: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/debianpkg.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/command.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/distro.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/rpmpkg.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/process.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/redhatdistro.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/systemd.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/debiandistro.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/pkg.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
> copying whatmaps/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/whatmaps
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
> python3.12 -m nose -v tests
> test_filter_security_updates 
> (tests.test_debiandistro.TestDebianDistro.test_filter_security_updates) ... 
> SKIP: apt_pkg not installed
> test_pkg_by_file (tests.test_debiandistro.TestDebianDistro.test_pkg_by_file) 
> ... /usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has 
> no addDuration method
>   warnings.warn("TestResult has no addDuration method",
> ok
> Test if None is returned on subcommand erros ... ok
> Test our interaction with the apt pipeline ... ok
> Check Debian distro vars ... ok
> test_services (tests.test_debianpkg.TestDebianPkg.test_services) ... ok
> Check abstract method signatures ... ok
> Detect distro via lsb_release ... SKIP: lsb_release not installed
> test_filter_services_all 
> (tests.test_distro.TestDistro.test_filter_services_all) ... ok
> test_filter_services_empty 
> (tests.test_distro.TestDistro.test_filter_services_empty) ... ok
> test_filter_services_one 
> (tests.test_distro.TestDistro.test_filter_services_one) ... ok
> Check abstract method signatures ... ok
> test_list_contents (tests.test_pkg.TestPkg.test_list_contents) ... ok
> test_repr (tests.test_pkg.TestPkg.test_repr) ... ok
> Test that we raise PkgError ... ok
> Test that we properly match shared objects ... ok
> Continue on unparseable map file ... ok
> Raise error if map file is unreadable ... ok
> Handle symlink to deleted binaries ... ok
> test_existing (tests.test_process.TestWhatmapsProcess.test_existing) ... ok
> Check whether the process maps a shared object at path ... ok
> Check if we don't fail if the process went away ... ok
> No exe link should create an 'empty' object ... ok
> test_pkg_by_file (tests.test_redhatdistro.TestRedHatDistro.test_pkg_by_file) 
> ... ok
> Test if None is returned on subcommand erros ... ok
> Check RedHat distro vars ... ok
> test_services (tests.test_rpmpkg.TestRpmPkg.test_services) ... ok
> Check if we create a systemd object if systemd is the init system in use ... 
> ok
> Check if we raise an exception if systemd isn't tthe init system in use ... ok
> test_process_to_unit (tests.test_systemd.TestSystemd.test_process_to_unit) 
> ... ok
> test_process_user_session 
> (tests.test_systemd.TestSystemd.test_process_user_session) ... ERROR
> 
> ======================================================================
> ERROR: test_process_user_session 
> (tests.test_systemd.TestSystemd.test_process_user_session)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_systemd.py", 
> line 82, in test_process_user_session
>     with self.assertRaisesRegexp(ValueError, "Can't parse service name from 
> session-8762.scope - Session 8762 of user root"):
>          ^^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'TestSystemd' object has no attribute 'assertRaisesRegexp'. 
> Did you mean: 'assertRaisesRegex'?
> 
> ----------------------------------------------------------------------
> Ran 31 tests in 0.018s
> 
> FAILED (SKIP=2, errors=1)
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m nose -v tests
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.12 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/07/02/whatmaps_0.0.13-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240702;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240702&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: whatmaps
Source-Version: 0.0.14-1
Done: Guido Günther <a...@sigxcpu.org>

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

Debian distribution maintenance software
pp.
Guido Günther <a...@sigxcpu.org> (supplier of updated whatmaps 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: Thu, 04 Jul 2024 12:27:46 +0200
Source: whatmaps
Architecture: source
Version: 0.0.14-1
Distribution: unstable
Urgency: medium
Maintainer: Guido Günther <a...@sigxcpu.org>
Changed-By: Guido Günther <a...@sigxcpu.org>
Closes: 1072899 1074668
Changes:
 whatmaps (0.0.14-1) unstable; urgency=medium
 .
   * New upstream version
     (Closes: #1072899, #1074668)
Checksums-Sha1:
 547e6c5fea401ecbec427733e888488a8d371519 1885 whatmaps_0.0.14-1.dsc
 2d67989b12375a7f1f4b96faa01f5bf82be5e697 14331 whatmaps_0.0.14.orig.tar.gz
 a82d37a033cbf2712f4723ff0c61f7952f6402ce 11596 whatmaps_0.0.14-1.debian.tar.xz
 0dc7c965b3588654ae84c3c189e41feb4f237d9a 6567 whatmaps_0.0.14-1_amd64.buildinfo
Checksums-Sha256:
 70248e75be1aca6e39950f16c92b07296667cf1d2e9bd4b3fbddfc6a964a5009 1885 
whatmaps_0.0.14-1.dsc
 1ce5a12861162747448abb78d9689f0e4079d5eb1672968e7d6f597adc38577f 14331 
whatmaps_0.0.14.orig.tar.gz
 d55e941cc7c7ab3f3cebcc493d8d16106aaf65a64f023fa13f259ee095a36615 11596 
whatmaps_0.0.14-1.debian.tar.xz
 4911a31f310c59b36f8b356f56f5faa5798a8af617f1f2ca4d24bc63a3f8a117 6567 
whatmaps_0.0.14-1_amd64.buildinfo
Files:
 4bcfa71aa3ceb69815c4b733ce39a719 1885 admin optional whatmaps_0.0.14-1.dsc
 533d8aff3952b4ce7b38fb0e35943275 14331 admin optional 
whatmaps_0.0.14.orig.tar.gz
 fea7d1ea4ec35239f3cbad814a1e29a3 11596 admin optional 
whatmaps_0.0.14-1.debian.tar.xz
 70b5cd786e509d364103a4e7d2547e87 6567 admin optional 
whatmaps_0.0.14-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEY/bM35YinQkoayrDJb+GUkr8weMFAmaGefIACgkQJb+GUkr8
weNr3hAAg7uDebceiAsWu653gfLCW1MTnJzN6Pr2ucRaOvCBti16mHx2iEMtbwsj
qTIjOQfHV8OD6YHHdlG3n9NGsXkmEw/0o+uT/3n6sWEys59XTCCpGoOx8uuamYdb
1ZLLHlGtESJ7jbAsaROc+w0R/LE64lz41KoPM8jnAJ86NWjRwhh/FHAOPObItfYh
Nd4ASHEf2O4p+YrXwM3MqV1wozRwrr77NOBJWckyVH8FBpmxaLMJXDntDcs6rMDH
agdJS+nyeGRZgz4AHFtQkb+A8R67qjlzig1kaJhryzYd50D846t0sUfWCD13EQjb
EYK3W8/oH6a7RYmPdYKYczIAVkgCjZI6DQ1I/0dW8FQyeMRlUYLYg7J8vq68yrp9
Nm5K9sxr4t8gBcu19sji2Pvc9DHZp2kKzNQ9ObBZSkaY33dexi/kuOosWYnFMbP8
rzzlcp4FDmUg2/ZqB+T5KHe67oOZFpjMN2aVw+OtQkMesyGPMAypBgtrPuv1UJeD
e6gBHYg6+DkdT4gmasopExDJjLLMO9Fp5K/Qp+G2+Q7jcwtx5+p4YcJlNA04OxEf
JeEtwFhAs6ey2AoyvzKfbeBbnkV4CEP2vZyfpaWlUSZNskru5CFApAqcBXMi6QJ3
ZxRYTZ71ngbkkKzzufoWdk2/GSC9VN6t+CmEq2CpMRC/7YI4BwI=
=3F4n
-----END PGP SIGNATURE-----

Attachment: pgp9frSoHvq8N.pgp
Description: PGP signature


--- End Message ---

Reply via email to