Your message dated Mon, 15 Dec 2025 15:49:07 +0000
with message-id <[email protected]>
and subject line Bug#1122399: fixed in conda-package-streaming 0.12.0-1
has caused the Debian Bug report #1122399,
regarding conda-package-streaming: FTBFS: FAILED
tests/test_extract.py::test_umask - AssertionError: 100755
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.)
--
1122399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122399
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:conda-package-streaming
Version: 0.10.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:conda-package-streaming, so that this is
still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build"
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14
* Building wheel...
Successfully built conda_package_streaming-0.10.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build"
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
Successfully built conda_package_streaming-0.10.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build;
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-8.4.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build
configfile: pyproject.toml
plugins: cov-5.0.0, typeguard-4.4.4, mock-3.15.1
collected 23 items
tests/test_degraded.py . [ 4%]
tests/test_extract.py ss..sF [ 30%]
tests/test_s3.py ss [ 39%]
tests/test_streaming.py ss. [ 52%]
tests/test_transmute.py s..s.. [ 78%]
tests/test_url.py sss.s [100%]
=================================== FAILURES ===================================
__________________________________ test_umask __________________________________
tmp_path = PosixPath('/tmp/pytest-of-sbuild/pytest-0/test_umask0')
mocker = <pytest_mock.plugin.MockerFixture object at 0x7f9b5e0574d0>
def test_umask(tmp_path, mocker):
"""
Demonstrate that umask-respecting tar implementation works.
Mock umask in case it is different on your system.
"""
mocker.patch("conda_package_streaming.package_streaming.UMASK",
new=0o22)
tar3 = empty_tarfile(name="naughty_umask", mode=0o777)
extract.extract_stream(stream_stdlib(tar3), tmp_path)
mode = (tmp_path / "naughty_umask").stat().st_mode
> assert mode & stat.S_IWGRP, "%o" % mode
E AssertionError: 100755
E assert (33261 & 16)
E + where 16 = stat.S_IWGRP
tests/test_extract.py:129: AssertionError
=============================== warnings summary ===============================
tests/test_degraded.py::test_degraded
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/conda_package_streaming/package_streaming.py:25:
UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda
support.")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
---------- coverage: platform linux, python 3.14.2-final-0 -----------
Name Stmts Miss Cover
------------------------------------------------------------------
conda_package_streaming/__init__.py 1 0 100%
conda_package_streaming/exceptions.py 9 0 100%
conda_package_streaming/extract.py 42 2 95%
conda_package_streaming/lazy_wheel.py 131 76 42%
conda_package_streaming/package_streaming.py 58 4 93%
conda_package_streaming/s3.py 39 18 54%
conda_package_streaming/transmute.py 60 1 98%
conda_package_streaming/url.py 39 25 36%
------------------------------------------------------------------
TOTAL 379 126 67%
=========================== short test summary info ============================
FAILED tests/test_extract.py::test_umask - AssertionError: 100755
============== 1 failed, 9 passed, 13 skipped, 1 warning in 0.28s ==============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-8.4.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: cov-5.0.0, typeguard-4.4.4, mock-3.15.1
collected 23 items
tests/test_degraded.py . [ 4%]
tests/test_extract.py ss..s. [ 30%]
tests/test_s3.py ss [ 39%]
tests/test_streaming.py ss. [ 52%]
tests/test_transmute.py s..s.. [ 78%]
tests/test_url.py sss.s [100%]
=============================== warnings summary ===============================
tests/test_degraded.py::test_degraded
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/conda_package_streaming/package_streaming.py:25:
UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda
support.")
tests/test_extract.py::test_slip
tests/test_extract.py::test_slip
tests/test_extract.py::test_umask
tests/test_extract.py::test_umask
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/conda_package_streaming/extract.py:47:
DeprecationWarning: Python 3.14 will, by default, filter extracted tar
archives and reject files or modify their metadata. Use the filter argument to
control this behavior.
tar_file.extractall(path=dest_dir, members=checked_members())
tests/test_streaming.py::test_chmod_error
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_streaming.py:52:
DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives
and reject files or modify their metadata. Use the filter argument to control
this behavior.
tar.extractall(tmp_path)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
---------- coverage: platform linux, python 3.13.11-final-0 ----------
Name Stmts Miss Cover
------------------------------------------------------------------
conda_package_streaming/__init__.py 1 0 100%
conda_package_streaming/exceptions.py 9 0 100%
conda_package_streaming/extract.py 42 2 95%
conda_package_streaming/lazy_wheel.py 131 76 42%
conda_package_streaming/package_streaming.py 58 4 93%
conda_package_streaming/s3.py 39 18 54%
conda_package_streaming/transmute.py 60 1 98%
conda_package_streaming/url.py 39 25 36%
------------------------------------------------------------------
TOTAL 379 126 67%
================== 10 passed, 13 skipped, 6 warnings in 0.26s ==================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: conda-package-streaming
Source-Version: 0.12.0-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
conda-package-streaming, 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 conda-package-streaming
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, 15 Dec 2025 16:21:16 +0100
Source: conda-package-streaming
Architecture: source
Version: 0.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1122399
Changes:
conda-package-streaming (0.12.0-1) unstable; urgency=medium
.
* New upstream version
Closes: #1122399
* d/watch: version=5
* Standards-Version: 4.7.2 (routine-update)
* Build-Depends + Test-Depends: python3-responses
Checksums-Sha1:
f156681f94447c9a59bdb3a56dc0255144364a61 2604
conda-package-streaming_0.12.0-1.dsc
19ab98380ceb4eef5614f6c86dbce06313808497 53693
conda-package-streaming_0.12.0.orig.tar.gz
0061fb86a65d9fbd500ea89d99de136b0e1a7dd5 4904
conda-package-streaming_0.12.0-1.debian.tar.xz
076a5b33915b72da07bb4381293af2da49f99af7 8534
conda-package-streaming_0.12.0-1_amd64.buildinfo
Checksums-Sha256:
1e5c4fb135dc8600bf8d037b7b75c4409116962d9c48216a458def890f52ed1e 2604
conda-package-streaming_0.12.0-1.dsc
e3852ea8635ab266d8f3a6077078de5cc566590bf35a4e4bb9bf160a03ec11a0 53693
conda-package-streaming_0.12.0.orig.tar.gz
7810bb233d756795b2b2e2380c1702354c74ffc31c06fe771d61ebbb0a05172f 4904
conda-package-streaming_0.12.0-1.debian.tar.xz
ed28cdec5c85829a71dab808b3ff1dd1dda4fcf39bd91b3d3a42b57a4e40c4c5 8534
conda-package-streaming_0.12.0-1_amd64.buildinfo
Files:
6b06cf4c2fe454948cc1f1543c4f8626 2604 python optional
conda-package-streaming_0.12.0-1.dsc
9f0d3035d2fa438783894bdcb82eb837 53693 python optional
conda-package-streaming_0.12.0.orig.tar.gz
7dbce4b3064da3efd49a51e4afd3ad96 4904 python optional
conda-package-streaming_0.12.0-1.debian.tar.xz
a3b7f78a511400786f3ba43f69d06cd7 8534 python optional
conda-package-streaming_0.12.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmlAKUwRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGnxA//XFGw6524UU5mrRvfbWwRjEWwOE2GdT1D
CIeozkM1oJWAvjRdGq6D6TyK5JloPecoknL3bE7rWfBjhRpgsuVHJwLNBMO3UYgt
rH4mPD3nm0Uxmla+WdswFxBP+9NFYWT3I6wKBNsWblczHrY7E3SnAICh7RdVA/s2
AFp3rmc1C84dP6LQfeomCkIOt7UPU9+VaBZ6zQ4Xy5sLu+XxGr0bGX/ogwH3swgs
osKhWSsKsXZfMojYB1k6wTiBIWI/YXr7lzwVcHeItqBOxrRXTgN19jwFbgpAHEot
JZL6XvGjUTMV8mXg4hw7ntCSPSGU8R22D8D4+F1sC2GmeSsz20CxlJC6c+pFrP/J
DaPU3mxUGZhZt/61bBmx3xLEKwxsMX7flfgOJPuJ8ZrTEJOxhFUo38yAmXyTDzcM
olKISa82E4Psp3qLWAXDIFcHY55WNgwztbUSm9mc4vTDaNHe4U40vz/Q97e5EnNr
TfLaw1h/QTtdffRqnkzzs4JmXnZAYnNfQxa2YONXBsz6SsTPUTtUyQ5olmEeC4wl
fnzLvbnCSM/8FyaMrZ/pMSbi5yqJIO9BF/OsEYHcEpZA88WdQnWuDnB0vqNFZDcL
M5xV4/M6vBJP25JmCpBnXM2tQzf15vt3f/p2mwZC+Q6dup0CdWEnDJ418L+uvnRJ
t6y47QkYhvk=
=zKu5
-----END PGP SIGNATURE-----
pgpzALjbIyBi3.pgp
Description: PGP signature
--- End Message ---