Your message dated Thu, 07 Nov 2024 00:34:06 +0000
with message-id <[email protected]>
and subject line Bug#1082234: fixed in python-nox 2024.04.15-2
has caused the Debian Bug report #1082234,
regarding python-nox FTBFS with multiple supported Python 3 versions
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.)


-- 
1082234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082234
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-nox
Version: 2024.04.15-1
Severity: normal
User: [email protected]
Usertags: python3.13

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

I suggest Build-Depending on python3-all-venv.

Log snippet:

nox > Command /usr/bin/python3.13 -m venv 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv 
failed with exit code 1:
nox > Command /usr/bin/python3.13 -m venv 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv 
failed with exit code 1:
nox > Command /usr/bin/python3.13 -m venv 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv 
failed with exit code 1:
nox > Command /usr/bin/python3.13 -m venv 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv 
failed with exit code 1:
nox > Command /usr/bin/python3.13 -m venv 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv 
failed with exit code 1:
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt install python3.13-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Failing command: 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv/bin/python3.13

------------------------------ Captured log call -------------------------------
INFO     nox:virtualenv.py:593 Creating virtual environment (venv) using 
python3.13 in 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv
ERROR    nox:command.py:141 Command /usr/bin/python3.13 -m venv 
/tmp/pytest-of-debusine-worker/pytest-0/test_stale_environment_venv_vi0/venv 
failed with exit code 1:
=================================== XPASSES ====================================
________________________ test_no_color_timestamp[color] ________________________
----------------------------- Captured stderr call -----------------------------
nox > bar
nox > [2024-09-19 04:40:02,439] bar
nox > bar
nox > [2024-09-19 04:40:02,440] bar
foo
foo
------------------------------ Captured log call -------------------------------
INFO     nox:test_logger.py:75 bar
INFO     nox:test_logger.py:84 bar
OUTPUT   nox:logger.py:87 foo
=========================== short test summary info ============================
SKIPPED [1] tests/test_command.py:62: Needs git
SKIPPED [1] tests/test_command.py:383: Only run this test on Windows.
SKIPPED [1] tests/test_command.py:405: Only run this test on Windows.
SKIPPED [1] tests/test_sessions.py:1037: Missing conda command.
SKIPPED [1] tests/test_tox_to_nox.py:284: Not supported in tox 4.
SKIPPED [1] tests/test_virtualenv.py:156: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:185: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:197: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:211: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:241: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:247: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:264: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:431: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:463: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:476: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:488: Missing conda command.
SKIPPED [4] tests/test_virtualenv.py:507: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:532: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:532: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:587: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:687: Python 2.7 unsupported for 
virtualenv>=20.22.0
XPASS tests/test_logger.py::test_no_color_timestamp[color]
FAILED tests/test_virtualenv.py::test_stale_environment[venv-virtualenv-True]
===== 1 failed, 518 passed, 24 skipped, 3 deselected, 1 xpassed in 17.93s ======
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --ignore 
tests/test_action_helper.py -k "not 
test_create_reuse_stale_virtualenv_environment and not 
test_create_reuse_venv_environment and not test_create_venv_backend"
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
python3.12 -m pytest --ignore tests/test_action_helper.py -k "not 
test_create_reuse_stale_virtualenv_environment and not 
test_create_reuse_venv_environment and not test_create_venv_backend"
============================= test session starts ==============================
platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
configfile: pyproject.toml
testpaths: tests
plugins: typeguard-4.3.0
collected 547 items / 3 deselected / 544 selected

tests/test__option_set.py .........                                      [  1%]
tests/test__parametrize.py ....................                          [  5%]
tests/test__version.py .............                                     [  7%]
tests/test_command.py ..s.................s.s..........                  [ 13%]
tests/test_logger.py ...X.                                               [ 14%]
tests/test_main.py ..................................................... [ 24%]
.........................................                                [ 31%]
tests/test_manifest.py ................................................. [ 40%]
.........                                                                [ 42%]
tests/test_registry.py ...........                                       [ 44%]
tests/test_sessions.py ................................................. [ 53%]
...............................................................s........ [ 66%]
...............................                                          [ 72%]
tests/test_tasks.py ...................................................  [ 81%]
tests/test_toml.py ......                                                [ 83%]
tests/test_tox_to_nox.py ........s.                                      [ 84%]
tests/test_virtualenv.py .....ssss.sss..........s.sssssss...ss.s......s. [ 93%]
................................                                         [ 99%]
tests/test_workflow.py ...                                               [100%]

=================================== XPASSES ====================================
________________________ test_no_color_timestamp[color] ________________________
----------------------------- Captured stderr call -----------------------------
nox > bar
nox > [2024-09-19 04:40:20,907] bar
nox > bar
nox > [2024-09-19 04:40:20,907] bar
foo
foo
------------------------------ Captured log call -------------------------------
INFO     nox:test_logger.py:75 bar
INFO     nox:test_logger.py:84 bar
OUTPUT   nox:logger.py:87 foo
=========================== short test summary info ============================
SKIPPED [1] tests/test_command.py:62: Needs git
SKIPPED [1] tests/test_command.py:383: Only run this test on Windows.
SKIPPED [1] tests/test_command.py:405: Only run this test on Windows.
SKIPPED [1] tests/test_sessions.py:1037: Missing conda command.
SKIPPED [1] tests/test_tox_to_nox.py:284: Not supported in tox 4.
SKIPPED [1] tests/test_virtualenv.py:156: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:185: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:197: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:211: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:241: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:247: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:264: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:431: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:463: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:476: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:488: Missing conda command.
SKIPPED [4] tests/test_virtualenv.py:507: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:532: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:532: Missing conda command.
SKIPPED [1] tests/test_virtualenv.py:587: Missing uv command.
SKIPPED [1] tests/test_virtualenv.py:687: Python 2.7 unsupported for 
virtualenv>=20.22.0
XPASS tests/test_logger.py::test_no_color_timestamp[color]
========== 519 passed, 24 skipped, 3 deselected, 1 xpassed in 18.41s ===========
dh_auto_test: error: pybuild --test -i python{version} -p "3.13 3.12" returned 
exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-19T04:40:36Z


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/786417/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

--- End Message ---
--- Begin Message ---
Source: python-nox
Source-Version: 2024.04.15-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-nox, 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.
Colin Watson <[email protected]> (supplier of updated python-nox 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: SHA256

Format: 1.8
Date: Thu, 07 Nov 2024 00:17:21 +0000
Source: python-nox
Architecture: source
Version: 2024.04.15-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1082234
Changes:
 python-nox (2024.04.15-2) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on python3-all-venv rather than python3-venv (closes:
     #1082234).
Checksums-Sha1:
 f213967e618aae6d07d73b48c6dfb347231d2a9f 2536 python-nox_2024.04.15-2.dsc
 49f3fa848f6fb09aff3686868ebd2b6fe5d0124a 5692 
python-nox_2024.04.15-2.debian.tar.xz
Checksums-Sha256:
 6efb3eefa695b1516a59522a503123cf76fb439e17d2fe5ec8f140f09aa577eb 2536 
python-nox_2024.04.15-2.dsc
 e8b563d596cb64a7ec2a84efcff9012d0486b497f39965615b7bcec7937cd46f 5692 
python-nox_2024.04.15-2.debian.tar.xz
Files:
 2dfdac837bebff9fb09017718c8473c2 2536 python optional 
python-nox_2024.04.15-2.dsc
 bd65fb108f744fe515494e9d92c5e578 5692 python optional 
python-nox_2024.04.15-2.debian.tar.xz

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

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmcsB2IACgkQOTWH2X2G
UAuDNhAAjHTwpt3Mf6G8HVDBxmK8VZYMUiz1nDf/mYxPSOG9jwpnD+Ger+SpKs1Q
rxaXRUBbQWzputTkvc9W4MoWfhtz6NVZ428P4l2f3bfEHixVet8ClNiPuvqsPkUW
pckDgeKdQz1K8zCqqFcvG8eyYNJ0oLQIASCrVZMCaeQhNRmmjXBSfUvq6z6x6zM8
TZsMMdTUZlZUXf8B8I+kghoEgvYK9Of3MCWBwIezvcPwrMXFYBwBfV3DJtdzY8n7
riW7YfVBxpvgWCNZ9/eWlwggm0qxBuIo+QFXqCtyATo/N9Vhbv258ZSF26ztt0/3
tXnJvxUsL2sBzTovMMtIqPjZ+0vpcw7mlST5lYfXK5CY8einhE4bCPUCgkravjpU
VFpwdLRyoqa6HLzx36CaMkvwgP679WZJHUlWu/8zqcWjtGWqZZUEn0n0626IALRL
xVYYfkay4x/abaCIe1T95tdNQUgkyv8ep4o3yiFUimMLCoHCCEEA3a4/vIAb5W4y
W8Y8rspIhPqlm17dqLnq265+i3dl0gLnH1LRH13hBHc60cCHMjYjMEQLF4Q3Hv7Y
anslw71l7Y9UB3pEEfjPpMKS9lMc3ETtTO/wC6bXjF1qQ0xDZiOpCOvQGpxuBjsr
DiyVlouPTP15DTVx3GAFx6/NWX/NCJzb68psIqvR51e5K2XjDoE=
=Dx3m
-----END PGP SIGNATURE-----

Attachment: pgprBe2ry6gYD.pgp
Description: PGP signature


--- End Message ---

Reply via email to