Your message dated Thu, 08 Jan 2026 09:06:53 +0000
with message-id <[email protected]>
and subject line Bug#1123531: fixed in toil 9.1.2-1
has caused the Debian Bug report #1123531,
regarding toil: FTBFS: E   ModuleNotFoundError: No module named 
'pytest_subtests'
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.)


-- 
1123531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123531
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:toil
Version: 9.1.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:toil, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
SKIPPED [1] toil/test/utils/toilDebugTest.py:255: Install Toil with 
the 'wdl' extra to include this test.
SKIPPED [3] toil/test/server/serverTest.py:96: Install Toil with the 
'server' extra to include this test.
SKIPPED [1] toil/test/server/serverTest.py:245: Install Toil with the 
'server' extra to include this test.
SKIPPED [1] toil/test/jobStores/jobStoreTest.py:1568: Proxy error: 
Failed to connect to proxy URL: "http://127.0.0.1:9/";, skipping this test.
SKIPPED [1] toil/test/server/serverTest.py:48: Install Toil with the 
'server' extra to include this test.
ERROR toil/test/src/importExportFileTest.py - ImportError while 
importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_toil/build/toil/test/src/importExportFileTest.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:1023: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
toil/test/src/importExportFileTest.py:30: in <module>
    from pytest_subtests import SubTests
E   ModuleNotFoundError: No module named 'pytest_subtests'
ERROR toil/test/src/jobEncapsulationTest.py - ImportError while 
importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_toil/build/toil/test/src/jobEncapsulationTest.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:1023: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
toil/test/src/jobEncapsulationTest.py:17: in <module>
    from toil.test.src.jobTest import fn1Test
toil/test/src/jobTest.py:37: in <module>
    from pytest_subtests import SubTests
E   ModuleNotFoundError: No module named 'pytest_subtests'
ERROR toil/test/src/jobTest.py - ImportError while importing test 
module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_toil/build/toil/test/src/jobTest.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:1023: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
toil/test/src/jobTest.py:37: in <module>
    from pytest_subtests import SubTests
E   ModuleNotFoundError: No module named 'pytest_subtests'
== 216 passed, 159 skipped, 3 errors, 
24 subtests passed in 523.13s (0:08:43) ==
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_toil/build; python3.13 -m pytest -n 2 
--dist loadscope -vv -W ignore  -k "not (testVirtualEnv or DockstoreLookupTest 
or testMultiplejobs or testServices)" -m "not slow" --ignore 
toil/test/lib/aws/test_s3.py --ignore 
toil/test/provisioners/aws/awsProvisionerTest.py --ignore 
toil/test/wdl/wdltoil_test.py --ignore toil/test/cwl/cwlTest.py --ignore 
toil/test/lib/test_ec2.py --ignore toil/test/batchSystems/batchSystemTest.py 
--ignore toil/test/lib/aws/test_iam.py --ignore  
toil/test/provisioners/clusterTest.py --ignore 
toil/test/wdl/wdltoil_test_kubernetes.py --ignore 
toil/test/cactus/test_cactus_integration.py toil/test
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make[1]: *** [debian/rules:38: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:21: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: toil
Source-Version: 9.1.2-1
Done: Michael R. Crusoe <[email protected]>

We believe that the bug you reported is fixed in the latest version of
toil, 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.
Michael R. Crusoe <[email protected]> (supplier of updated toil 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: Thu, 08 Jan 2026 09:36:23 +0100
Source: toil
Architecture: source
Version: 9.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Michael R. Crusoe <[email protected]>
Closes: 1123531
Changes:
 toil (9.1.2-1) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * Team upload.
   * Homepage moved to https://github.com/DataBiosphere/toil
   * d/watch: version=5
 .
   [ Michael R. Crusoe ]
   * Accepted patch to use SubTest from pytest 9.0.1+. Closes: #1123531
   * New upstream version
   * Freshen version patch
   * d/rules: skip testing on Python 3.14 until the next toil release
   * d/control: bump minimum cwltool version, add two suggestions
     (condor, kubernetes)
Checksums-Sha1:
 1ab7a5be442eced2185b16bd8d8f5c27d9b7da2b 2816 toil_9.1.2-1.dsc
 c3a26bfdf92b29857440b4014c32b95114142108 7875896 toil_9.1.2.orig.tar.gz
 0ecad129252a16b3e4e81f3a5d822d4d0bcd6ddb 17460 toil_9.1.2-1.debian.tar.xz
 d6c1470811906b3412b3c096f9fffaf754351a36 9644 toil_9.1.2-1_source.buildinfo
Checksums-Sha256:
 d03aa0003f6d20f1c77a9181643292898d779cf04b5a8960d156da2f0fb7e9d5 2816 
toil_9.1.2-1.dsc
 6db2825a8dc1371499049c72c81aa46a4f7114761514b225d79d93734933482e 7875896 
toil_9.1.2.orig.tar.gz
 f32aa661ab3635010e94fd1f49470063e28ae808daf8383ac307bf9dff8cf8c6 17460 
toil_9.1.2-1.debian.tar.xz
 e2a2379076f2aeb031d8a8b183127f7ae14f7ade2cf17a4c4d6b265f3b2b8741 9644 
toil_9.1.2-1_source.buildinfo
Files:
 ee4b0a591b3ee0dcd23b2db639e8bbde 2816 net optional toil_9.1.2-1.dsc
 ec197eda50a5943237ae6ec0eff89f0f 7875896 net optional toil_9.1.2.orig.tar.gz
 14d7226a98f6c2bd6e4f5870a007259d 17460 net optional toil_9.1.2-1.debian.tar.xz
 ea654abbff44cf870610c8b97868ff8d 9644 net optional 
toil_9.1.2-1_source.buildinfo

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

iQJGBAEBCgAwFiEEck1gkzcRPHEFUNdHPCZ2P2xn5uIFAmlfb30SHGNydXNvZUBk
ZWJpYW4ub3JnAAoJEDwmdj9sZ+biVqoQALGDjz0gdMuZK3MRQmouSPBMiRWdEvog
rJ268WP5l6Wmn3VishSa5LeN8KuigZcTFXqsPT1jAwXMHWJui8zxJv0UuV0WHDXz
xnu1EQR9cr0lRWGphhxmBiTbgI3jlIbRLo7x1mxnQaJ9qWMsF4iQ9bgnUWvPDvy2
kEKe0wEn3PhoKfTycbWSjcyudMCEe0G1vlmK5bKTB9UcPU+J0os/v5EvgpfyJ/In
ejUOhedBRwVf25/b2rJHUJx0CewzBqy3NkLgyzP9H+/cRlY0ujJHWOAbChgqmDKZ
hPXI6Gwvb/+tsR1VGuzctWkywP8wD0Dd/lBdjQ3f/KrdzFo8AxkOYdIdY6yhplFH
ydFheRTlGjCRrDVc6AdmEWapmGYfQkccKKSL2vCHHk2ehD8/p3OrNTwR1+H2la+9
RCNkCHLGWFgCmPpmRG4Sq8HYbMVJg+S0uCZs9KhyLC/6WKNz2WJ/BdNeMpS1Rc2X
yY5JSKl4S4H38/GLzofZkqKbEHLzxGJhxfATjXTxMz6+2RPjmk42O2dbZApnDbV6
KpJSSn3PJUZLmNGBlBKdMDOgYRO5mH23YK4cmV3gVE4dooc1HHqmw2yuXDolC2VQ
3u1eZztURk4JSu9gA5oD/VDpCLVA1f09eeqYagN4t//CkIgEEnfYJXfUp+zem1Gg
qIL3y3MFzwRN
=eOMD
-----END PGP SIGNATURE-----

Attachment: pgpRlGArQ73QE.pgp
Description: PGP signature


--- End Message ---

Reply via email to