Your message dated Mon, 07 Aug 2023 15:49:33 +0000
with message-id <[email protected]>
and subject line Bug#1042328: fixed in jaraco.classes 3.2.1-4
has caused the Debian Bug report #1042328,
regarding jaraco.classes: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.11 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 [email protected]
immediately.)


-- 
1042328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042328
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jaraco.classes
Version: 3.2.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230726 ftbfs-trixie

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:240: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/meta.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/ancestry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> copying jaraco/classes/properties.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes
> running egg_info
> creating jaraco.classes.egg-info
> writing jaraco.classes.egg-info/PKG-INFO
> writing dependency_links to jaraco.classes.egg-info/dependency_links.txt
> writing requirements to jaraco.classes.egg-info/requires.txt
> writing top-level names to jaraco.classes.egg-info/top_level.txt
> writing manifest file 'jaraco.classes.egg-info/SOURCES.txt'
> reading manifest file 'jaraco.classes.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'jaraco.classes.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build; python3.11 -m 
> pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: pytest.ini
> collected 4 items / 1 error
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11_jaraco.classes/build/jaraco/classes/ancestry.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/doctest.py:547: in collect
>     module = import_path(
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:565: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:940: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> jaraco/classes/ancestry.py:6: in <module>
>     from more_itertools import unique_everseen
> E   ModuleNotFoundError: No module named 'more_itertools'
> =========================== short test summary info 
> ============================
> ERROR jaraco/classes/ancestry.py - ModuleNotFoundError: No module named 
> 'more...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.10s 
> ===============================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jaraco.classes/build; python3.11 -m 
> pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/07/26/jaraco.classes_3.2.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&[email protected]&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: jaraco.classes
Source-Version: 3.2.1-4
Done: Jeroen Ploemen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jaraco.classes, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeroen Ploemen <[email protected]> (supplier of updated jaraco.classes 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 07 Aug 2023 15:27:40 +0000
Source: jaraco.classes
Built-For-Profiles: noudeb
Architecture: source
Version: 3.2.1-4
Distribution: unstable
Urgency: medium
Maintainer: Jeroen Ploemen <[email protected]>
Changed-By: Jeroen Ploemen <[email protected]>
Closes: 1042328
Changes:
 jaraco.classes (3.2.1-4) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.2, no changes needed.
 .
   [ Jeroen Ploemen ]
   * Control: add build-dep on python3-more-itertools. (Closes: #1042328)
Checksums-Sha1:
 231c53175caf5736ea8e291c5d3ecfc038e8461d 2223 jaraco.classes_3.2.1-4.dsc
 c012073ba3328ee3d5fd55c17cb082d4bc862159 2964 
jaraco.classes_3.2.1-4.debian.tar.xz
 85503a2a54affe919882944029ce5da5be24aa4e 15100 
jaraco.classes_3.2.1-4_source.buildinfo
Checksums-Sha256:
 e8ed02a21a5974ffb893353410f3a5100548215adaa3ded3ad5dde5fcd635719 2223 
jaraco.classes_3.2.1-4.dsc
 30be8c58935be243a882bb705ac7fccf556e64e865fe43a9ada9a700b8a81528 2964 
jaraco.classes_3.2.1-4.debian.tar.xz
 f0d34ea204756217dbdb74c329cd299795d7995656045c58b9e1b8775bdf3c7d 15100 
jaraco.classes_3.2.1-4_source.buildinfo
Files:
 57363c65e3839e8764214b60e469331d 2223 python optional 
jaraco.classes_3.2.1-4.dsc
 ec5e4891731e85a0c41f10ce0e8d6c22 2964 python optional 
jaraco.classes_3.2.1-4.debian.tar.xz
 f65d3377fc2121dcb6854d3d22e5e832 15100 python optional 
jaraco.classes_3.2.1-4_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmTRDZYACgkQQoMEoXSN
zHqTiRAAyWSbRww6Rkzz9Srgijw8OqpbEgMlYfha+y3ops76A50yFhZT18Cih0bH
livSa+zKF8mAwxSXL4C/+onuswB7kzrJSUMKCeckRahVCCWmOTq080OTOB9sv2+g
9aE+YYIC2DABO6uIQj4Q1jF23m9X8rbWE4sMyK17dBEF368Q0PxpMTFoiwDpSiDv
/+OxEZ2VCJ2im3ncQYxkW6t00FO/XM/MZoBCQR9dNKoDy7WAnSKvO3ZQezNZVPUk
RA2NcQKV5my01YuHEggO2K2EGj7TxnWL0tCPzURFuDVX5hdnKrzrG7NHxNoCrg/O
y8qdQVInO60iwILM4CAEMKbBkFK2n5oPKjofRD54IJdOybPBWd1EXHr/BP8LjRs1
fdtzLl+kVkpOiqOj5PRdff0zWaKOY5nhmYCmtPa9rzOBHMY7N0+GDogGrUIRs5aT
josdkmcxSok0KDKtfMKE+kDKrmumEkSTKeFJDtCxsk1eoM0u2Ppdl7wF8EHlBRHx
5sK/uBlwSnhwJiG9SONgFCnB93fd7ox1QH7QOWj7kGteUv8xgBXCXmRyuRA0f0lQ
RlY06XnSsL5x4D//gJDDNUlO9ba76354/X1Q47z8JJfm3FiyMA+TVjKiV24rTLNa
rUxB4dJ7g/MekqbpffG53PBjbLSHA69mCrgRMX80Qr8NIfReH1M=
=9lS+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to