Your message dated Tue, 23 Jan 2024 16:22:25 +0000
with message-id <[email protected]>
and subject line Bug#1060978: fixed in python-procrunner 2.3.3-1
has caused the Debian Bug report #1060978,
regarding python-procrunner: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.12 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.)


-- 
1060978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060978
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-procrunner
Version: 1.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20240115 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:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build/procrunner
> copying procrunner/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build/procrunner
> running egg_info
> creating procrunner.egg-info
> writing procrunner.egg-info/PKG-INFO
> writing dependency_links to procrunner.egg-info/dependency_links.txt
> writing requirements to procrunner.egg-info/requires.txt
> writing top-level names to procrunner.egg-info/top_level.txt
> writing manifest file 'procrunner.egg-info/SOURCES.txt'
> reading manifest file 'procrunner.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> warning: no files found matching '*.jpg' under directory 'docs'
> warning: no files found matching '*.png' under directory 'docs'
> warning: no files found matching '*.gif' under directory 'docs'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'procrunner.egg-info/SOURCES.txt'
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build/procrunner
> copying procrunner/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build/procrunner
> running egg_info
> writing procrunner.egg-info/PKG-INFO
> writing dependency_links to procrunner.egg-info/dependency_links.txt
> writing requirements to procrunner.egg-info/requires.txt
> writing top-level names to procrunner.egg-info/top_level.txt
> reading manifest file 'procrunner.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> warning: no files found matching '*.jpg' under directory 'docs'
> warning: no files found matching '*.png' under directory 'docs'
> warning: no files found matching '*.gif' under directory 'docs'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'procrunner.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build; python3.12 
> -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> collected 0 items / 3 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.12_python-procrunner/build/tests/test_procrunner.py _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build/tests/test_procrunner.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_procrunner.py:6: in <module>
>     import procrunner
> procrunner/__init__.py:9: in <module>
>     import six
> E   ModuleNotFoundError: No module named 'six'
> _ ERROR collecting 
> .pybuild/cpython3_3.12_python-procrunner/build/tests/test_procrunner_resolution.py
>  _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build/tests/test_procrunner_resolution.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_procrunner_resolution.py:7: in <module>
>     import procrunner
> procrunner/__init__.py:9: in <module>
>     import six
> E   ModuleNotFoundError: No module named 'six'
> _ ERROR collecting 
> .pybuild/cpython3_3.12_python-procrunner/build/tests/test_procrunner_system.py
>  _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build/tests/test_procrunner_system.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_procrunner_system.py:6: in <module>
>     import procrunner
> procrunner/__init__.py:9: in <module>
>     import six
> E   ModuleNotFoundError: No module named 'six'
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: 
> PytestConfigWarning: Unknown config option: collect_ignore
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_procrunner.py
> ERROR tests/test_procrunner_resolution.py
> ERROR tests/test_procrunner_system.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 1 warning, 3 errors in 0.15s 
> =========================
> E: pybuild pybuild:391: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_python-procrunner/build; python3.12 
> -m pytest tests
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build; python3.11 
> -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.4, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> collected 0 items / 3 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11_python-procrunner/build/tests/test_procrunner.py _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build/tests/test_procrunner.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_procrunner.py:6: in <module>
>     import procrunner
> procrunner/__init__.py:9: in <module>
>     import six
> E   ModuleNotFoundError: No module named 'six'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_python-procrunner/build/tests/test_procrunner_resolution.py
>  _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build/tests/test_procrunner_resolution.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_procrunner_resolution.py:7: in <module>
>     import procrunner
> procrunner/__init__.py:9: in <module>
>     import six
> E   ModuleNotFoundError: No module named 'six'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_python-procrunner/build/tests/test_procrunner_system.py
>  _
> ImportError while importing test module 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build/tests/test_procrunner_system.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_procrunner_system.py:6: in <module>
>     import procrunner
> procrunner/__init__.py:9: in <module>
>     import six
> E   ModuleNotFoundError: No module named 'six'
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1373: 
> PytestConfigWarning: Unknown config option: collect_ignore
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_procrunner.py
> ERROR tests/test_procrunner_resolution.py
> ERROR tests/test_procrunner_system.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 1 warning, 3 errors in 0.15s 
> =========================
> E: pybuild pybuild:391: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_python-procrunner/build; python3.11 
> -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/01/15/python-procrunner_1.1.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240115;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240115&[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: python-procrunner
Source-Version: 2.3.3-1
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-procrunner, 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.
Andreas Tille <[email protected]> (supplier of updated python-procrunner 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: Tue, 23 Jan 2024 16:39:58 +0100
Source: python-procrunner
Architecture: source
Version: 2.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 986249 1060978
Changes:
 python-procrunner (2.3.3-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
     Closes: #986249, #1060978
   * Standards-Version: 4.6.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Testsuite: autopkgtest-pkg-python (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Update watch file format version to 4.
Checksums-Sha1:
 611dfc653c2f5f7343acf83ecba7698fd7e95e0b 2222 python-procrunner_2.3.3-1.dsc
 e8a541a552ea25f9c6ee6cee0b1d568b45e5e878 24794 
python-procrunner_2.3.3.orig.tar.gz
 9c67937cca6891b796fce16323844ff0615fd1df 2640 
python-procrunner_2.3.3-1.debian.tar.xz
 5f17d1de619d64816dccd1bf1639958b0e1ce78c 7211 
python-procrunner_2.3.3-1_amd64.buildinfo
Checksums-Sha256:
 f97529ab9fa33707c9789e272042c5994e763c0c783d870a415023d74020fc4d 2222 
python-procrunner_2.3.3-1.dsc
 a41802b256378c0ec9e0268d213b0f916e46ce8052bb394c16faab338eadedc6 24794 
python-procrunner_2.3.3.orig.tar.gz
 ae6f3ef9f40e18c72ae13a6dd0ac23a662c8602aa3a8496a9656d2de63ff49b3 2640 
python-procrunner_2.3.3-1.debian.tar.xz
 2a5bd52adbe3ee491f022d56ce8c9e9c95a60e07701b498264fba03ad33a491f 7211 
python-procrunner_2.3.3-1_amd64.buildinfo
Files:
 4eebd7d3fb033a456a5afc7353114e74 2222 python optional 
python-procrunner_2.3.3-1.dsc
 fd999dd5c7b3bda97252e39a332c7eb7 24794 python optional 
python-procrunner_2.3.3.orig.tar.gz
 d0d170b0ab17f1923d66096e27f11e2e 2640 python optional 
python-procrunner_2.3.3-1.debian.tar.xz
 3553f67375cd15f31a936e64b4b15330 7211 python optional 
python-procrunner_2.3.3-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmWv3sERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtG68g//bxeeqqA0LlPjOM6pVJ5rFwnqf/TvPhMj
LmCw2VKyygX3lbMWDdcSyUd8s6BkCoBkNy2y57qqM7bJKF1aIENy+bT0/NpD9rw4
Nyb/qU3VeqDEjDFHhgKJh6rIvgxQJ26I8z5iDrFcavHxXQC+PJOfqy7mgjaxw3Rv
tdMsvHLrhrPJ9T2JbnKRTSIqq4C1E1mNcdBjfNULPvDQk5GuLsmvKT3ri2aScb9E
30bAtH7RebEbJph/YdlO/XGPk94GTFqi7ERd9Ab9+fAam9egnKRxNvPhd2DTecqy
oTwJ29R9P3BN2Tu0gxmNLEGTEjhbUi2AM8l0xnjkJE2lmTZlkPOK5N3dacLwoBA9
jziGMs0V4qHDWh4+xcOTn44f58wH9yQw1W295H08Bd3v2v58iPXMAFuxbmgm2JWC
+vcQhHIiD9ImwGNWb0fHmwa/xtT/ewtv0gzuu1chtS8iEdru0zK4bFw7XTo255D8
2OIeMoBIKJx9mMTy3KCbhbGAQuaw/NXIKfIOIcdxJmu/0mDvR0z6O5TZXG443Bg9
ZoYW4kCrYftETPHKACl8LzeBXwg1/T7TWKw86BjNS0sQJOzq4AyvUmIT1It4Lefm
k88/87g0PiDA7qB395q7MOxZFMNyIDo/vPwuVzrG5kcBm0xzoJChpofvNlYAmq1M
ol++vt3DA1c=
=zMDc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to