Your message dated Sun, 31 Dec 2023 14:35:05 +0000
with message-id <e1rjwu9-003j7s...@fasolo.debian.org>
and subject line Bug#1020123: fixed in dhcpcanon 0.8.5-2.2
has caused the Debian Bug report #1020123,
regarding dhcpcanon: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p 3.10 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.)


-- 
1020123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dhcpcanon
Version: 0.8.5-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/dhcpcapfsm.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/dhcpcanon.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/netutils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/conflog.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/clientscript.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/dhcpcaputils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/timers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/dhcpcap.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/dhcpcaplease.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> copying dhcpcanon/_version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/dhcpcanon
> running egg_info
> creating dhcpcanon.egg-info
> writing dhcpcanon.egg-info/PKG-INFO
> writing dependency_links to dhcpcanon.egg-info/dependency_links.txt
> writing entry points to dhcpcanon.egg-info/entry_points.txt
> writing requirements to dhcpcanon.egg-info/requires.txt
> writing top-level names to dhcpcanon.egg-info/top_level.txt
> writing manifest file 'dhcpcanon.egg-info/SOURCES.txt'
> reading manifest file 'dhcpcanon.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'docs/build'
> adding license file 'LICENSE'
> adding license file 'AUTHORS'
> writing manifest file 'dhcpcanon.egg-info/SOURCES.txt'
> PYTHONPATH=. sphinx-build -N -bhtml docs/source/ build/html # HTML generator
> Running Sphinx v4.5.0
> making output directory... done
> WARNING: html_static_path entry '_static' does not exist
> [autosummary] generating autosummary for: README.rst, api.rst, 
> contributing.rst, diagrams.rst, download.rst, implementation.rst, index.rst, 
> install.rst, install_run_cases.rst, integration.rst, privileges.rst, 
> questions.rst, running.rst, soa.rst, specification.rst, todo.rst
> Failed to import dhcpcanon.dhcpcapfsm.
> Possible hints:
> * AttributeError: module 'dhcpcanon' has no attribute 'dhcpcapfsm'
> * ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> Failed to import dhcpcanon.dhcpcap.
> Possible hints:
> * ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> * AttributeError: module 'dhcpcanon' has no attribute 'dhcpcap'
> Failed to import dhcpcanon.dhcpcaputils.
> Possible hints:
> * AttributeError: module 'dhcpcanon' has no attribute 'dhcpcaputils'
> * ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 16 source files that are out of date
> updating environment: [new config] 16 added, 0 changed, 0 removed
> reading sources... [  6%] README
> reading sources... [ 12%] api
> reading sources... [ 18%] contributing
> reading sources... [ 25%] diagrams
> reading sources... [ 31%] download
> reading sources... [ 37%] implementation
> reading sources... [ 43%] index
> reading sources... [ 50%] install
> reading sources... [ 56%] install_run_cases
> reading sources... [ 62%] integration
> reading sources... [ 68%] privileges
> reading sources... [ 75%] questions
> reading sources... [ 81%] running
> reading sources... [ 87%] soa
> reading sources... [ 93%] specification
> reading sources... [100%] todo
> 
> /<<PKGBUILDDIR>>/docs/source/api.rst:6: WARNING: autosummary: failed to 
> import dhcpcanon.dhcpcapfsm.
> Possible hints:
> * AttributeError: module 'dhcpcanon' has no attribute 'dhcpcapfsm'
> * ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> * ImportError: 
> /<<PKGBUILDDIR>>/docs/source/api.rst:6: WARNING: autosummary: failed to 
> import dhcpcanon.dhcpcap.
> Possible hints:
> * ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> * ImportError: 
> * AttributeError: module 'dhcpcanon' has no attribute 'dhcpcap'
> /<<PKGBUILDDIR>>/docs/source/api.rst:6: WARNING: autosummary: failed to 
> import dhcpcanon.dhcpcaputils.
> Possible hints:
> * AttributeError: module 'dhcpcanon' has no attribute 'dhcpcaputils'
> * ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> * ImportError: 
> WARNING: autodoc: failed to import module 'dhcpcapfsm' from module 
> 'dhcpcanon'; the following exception was raised:
> cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> WARNING: autodoc: failed to import module 'dhcpcap' from module 'dhcpcanon'; 
> the following exception was raised:
> cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> WARNING: autodoc: failed to import module 'dhcpcaputils' from module 
> 'dhcpcanon'; the following exception was raised:
> cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> /<<PKGBUILDDIR>>/docs/source/privileges.rst:20: WARNING: Enumerated list ends 
> without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/docs/source/privileges.rst:36: WARNING: Enumerated list ends 
> without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/docs/source/privileges.rst:65: WARNING: Enumerated list ends 
> without a blank line; unexpected unindent.
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  6%] README
> writing output... [ 12%] api
> writing output... [ 18%] contributing
> writing output... [ 25%] diagrams
> writing output... [ 31%] download
> writing output... [ 37%] implementation
> writing output... [ 43%] index
> writing output... [ 50%] install
> writing output... [ 56%] install_run_cases
> writing output... [ 62%] integration
> writing output... [ 68%] privileges
> writing output... [ 75%] questions
> writing output... [ 81%] running
> writing output... [ 87%] soa
> writing output... [ 93%] specification
> writing output... [100%] todo
> 
> generating indices... genindex py-modindex done
> highlighting module code... [ 33%] dhcpcanon.clientscript
> highlighting module code... [ 66%] dhcpcanon.dhcpcaplease
> highlighting module code... [100%] dhcpcanon.timers
> 
> writing additional pages... search done
> copying images... [ 20%] images/dhcpcapfsm.svg
> copying images... [ 40%] images/classes_dhcpcanon.svg
> copying images... [ 60%] images/packages_dhcpcanon.svg
> copying images... [ 80%] images/calls_dhcpcanon.svg
> copying images... [100%] images/organigram_dhcpcanon.svg
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 10 warnings.
> 
> The HTML pages are in build/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build; python3.10 -m pytest 
> tests
> ImportError while loading conftest 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build/tests/conftest.py'.
> tests/conftest.py:6: in <module>
>     from dhcpcanon.dhcpcap import DHCPCAP
> dhcpcanon/dhcpcap.py:23: in <module>
>     from .dhcpcaputils import gen_xid
> dhcpcanon/dhcpcaputils.py:11: in <module>
>     from scapy.arch.linux import get_if_list
> E   ImportError: cannot import name 'get_if_list' from 'scapy.arch.linux' 
> (/usr/lib/python3/dist-packages/scapy/arch/linux.py)
> E: pybuild pybuild:379: test: plugin distutils failed with: exit code=4: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_dhcpcanon/build; python3.10 -m pytest 
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.10 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/dhcpcanon_0.8.5-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&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 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: dhcpcanon
Source-Version: 0.8.5-2.2
Done: Chris Hofstaedtler <z...@debian.org>

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

Debian distribution maintenance software
pp.
Chris Hofstaedtler <z...@debian.org> (supplier of updated dhcpcanon 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: Sun, 31 Dec 2023 14:55:55 +0100
Source: dhcpcanon
Architecture: source
Version: 0.8.5-2.2
Distribution: unstable
Urgency: medium
Maintainer: ju xor <j...@riseup.net>
Changed-By: Chris Hofstaedtler <z...@debian.org>
Closes: 1020123
Changes:
 dhcpcanon (0.8.5-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Ondřej Nový ]
   * Use 'python3 -m sphinx' instead of sphinx-build for building docs
   * d/watch: Use https protocol
 .
   [ Chris Hofstaedtler ]
   * Move files to /usr
   * Follow scapy API changes (Closes: #1020123)
Checksums-Sha1:
 b46622e677bf0c3958a100548fd3872c255d737d 2099 dhcpcanon_0.8.5-2.2.dsc
 8c11bb927bbd40a5588db46f0ca64e6eca0182a6 5980 dhcpcanon_0.8.5-2.2.debian.tar.xz
 abdf9ea0a9efbb171756e846ba392ac8d682bb74 8406 
dhcpcanon_0.8.5-2.2_arm64.buildinfo
Checksums-Sha256:
 6b325e6d27c42b5c0a82c8950a662f102ce878f0823dfa794215452ec92fb0e1 2099 
dhcpcanon_0.8.5-2.2.dsc
 2822a4684eb235318a722a45150e34ec344fc36c4ee0159b8ce72cb854c72a40 5980 
dhcpcanon_0.8.5-2.2.debian.tar.xz
 a70df62de6f10e317c2c9afecd809a26ef60f6642fa73658c2ebbc5fa0ebb444 8406 
dhcpcanon_0.8.5-2.2_arm64.buildinfo
Files:
 45943d590f2fbd73351056874bf95ddc 2099 net optional dhcpcanon_0.8.5-2.2.dsc
 dd40d29d6b5a328d59dee315ec16d21f 5980 net optional 
dhcpcanon_0.8.5-2.2.debian.tar.xz
 ed1ba64ef0118d88c2d0d8484cffcd24 8406 net optional 
dhcpcanon_0.8.5-2.2_arm64.buildinfo

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

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmWRdG4ACgkQXBPW25MF
LgOJhQ/+JRpeT3ahzbrJEaflwPwRlTfbujBEO95WZKCyN49/U6cGU+s09DbBwLdk
2rFQedOO1sNKR7cm9viaXJ7rYYZtcpONi3XiKLYJj8aejYvW6ibe005GOSJguyyV
movd7vgX+DH4qGRwC7rC6dKDhsP6/UPHwCP9Gc64ZabG3MwZOkNRp1NDLcQTN+ID
lrMhv+6Nmj3P3idoV2wxPXaT3pLiyk6E/99e3GiHCFv6D4eyapL2oVVCf50Wlj5G
jLHvQlMzCiGetv98s/oQ37PUfbju07Bme47unh6IxUWQaC4+qWO4wh+mAjt3e3vE
WUF01/JkBG//LoFzFzMwWzLvB+sbnXWTGsKRk/3qzzpJGkdBjifGO4+jdhZ9l/YN
A/IDIby4dhEtGZ1BpaD1lHwHuxlBbJAHOV5j5hK2G8w0mrQ5DJ13YbI3X8jcHcEf
LBZAQURm8FKogUQPjV9uYuEJsKv709OYt4YhHeFFDmhLtKLky62qWv7XVNt54ago
SWlAODJJ4kPYpzblHpcmwlqwjUEugvEzSPMGoOIug8g2o3lO5TVd99m5Epe184fN
6GMPc4yPtjXxDibuhDtjxOvRKrCEp+rnHI3xgRi+XNXV9y2SPpGtjnTCzpbKdYV2
hU4ekJFhLJoYKt0y1AfJI+ZseX5ScAnBT3axZyEuRZqJUh+sFNU=
=3zpY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to