Your message dated Mon, 20 Feb 2023 23:05:05 +0000
with message-id <[email protected]>
and subject line Bug#1031293: fixed in python-zstandard 0.20.0-1
has caused the Debian Bug report #1031293,
regarding conda-package-streaming: 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.)
--
1031293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: conda-package-streaming
Version: 0.7.0-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230216 ftbfs-bookworm
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
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build"
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11
> * Building wheel...
> Successfully built conda_package_streaming-0.7.0-py3-none-any.whl
> I: pybuild plugin_pyproject:119: Unpacking wheel built for python3.11 with
> "installer" module
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build;
> python3.11 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.2, pytest-7.2.1, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>, configfile: pyproject.toml
> plugins: mock-3.8.2, cov-4.0.0
> collected 15 items / 1 error
>
> ==================================== ERRORS
> ====================================
> ____ ERROR collecting .pybuild/cpython3_3.11/build/tests/test_transmute.py
> _____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/tests/test_transmute.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_transmute.py:14: in <module>
> from conda_package_streaming.transmute import transmute, transmute_tar_bz2
> conda_package_streaming/transmute.py:23: in <module>
> import zstandard
> /usr/lib/python3/dist-packages/zstandard/__init__.py:39: in <module>
> from .backend_c import * # type: ignore
> E ImportError: zstd C API versions mismatch; Python bindings were not
> compiled/linked against expected zstd version (10504 returned by the lib,
> 10502 hardcoded in zstd headers, 10502 hardcoded in the cext)
> =============================== warnings summary
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/bottle.py:38
> /usr/lib/python3/dist-packages/bottle.py:38: DeprecationWarning: 'cgi' is
> deprecated and slated for removal in Python 3.13
> import base64, cgi, email.utils, functools, hmac, itertools, mimetypes,\
>
> conda_package_streaming/package_streaming.py:19
>
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/conda_package_streaming/package_streaming.py:19:
> 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.11.2-final-0 -----------
> Name Stmts Miss Cover
> ------------------------------------------------------------------
> conda_package_streaming/__init__.py 1 0 100%
> conda_package_streaming/exceptions.py 9 4 56%
> conda_package_streaming/extract.py 42 32 24%
> conda_package_streaming/lazy_wheel.py 131 91 31%
> conda_package_streaming/package_streaming.py 47 25 47%
> conda_package_streaming/s3.py 39 18 54%
> conda_package_streaming/transmute.py 52 44 15%
> conda_package_streaming/url.py 39 25 36%
> ------------------------------------------------------------------
> TOTAL 360 239 34%
>
> =========================== short test summary info
> ============================
> ERROR tests/test_transmute.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> ========================= 2 warnings, 1 error in 0.37s
> =========================
> E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> 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/02/16/conda-package-streaming_0.7.0-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230216;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230216&[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-zstandard
Source-Version: 0.20.0-1
Done: Boyuan Yang <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-zstandard, 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.
Boyuan Yang <[email protected]> (supplier of updated python-zstandard 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, 20 Feb 2023 17:29:29 -0500
Source: python-zstandard
Architecture: source
Version: 0.20.0-1
Distribution: unstable
Urgency: high
Maintainer: Debian Python Team <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1031293
Changes:
python-zstandard (0.20.0-1) unstable; urgency=high
.
* New upstream release.
+ Fix compatibility with libzstd 1.5.4. (Closes: #1031293)
* debian/control: Explicitly require libzstd-dev (>= 1.5.4~).
Checksums-Sha1:
fda91775974447d6038a3c21eabac59ab288c319 2306 python-zstandard_0.20.0-1.dsc
e3cfd9da196ac89afa3b2f95f5d25cf42c75b77a 712241
python-zstandard_0.20.0.orig.tar.gz
a1bfc858739ae9fab5d39240cd92ce2a5ec3e3df 4772
python-zstandard_0.20.0-1.debian.tar.xz
5d4ec4e0cb8ff0fd75e7745e09fab56475be2d67 8738
python-zstandard_0.20.0-1_amd64.buildinfo
Checksums-Sha256:
f525eeeb7cccf7996441c9e2ab731088bdc2e888686f97539fd8d29e7d8dfa64 2306
python-zstandard_0.20.0-1.dsc
4f44f00c8abb5faf051c900576816bec6612bb975fcbccf383b72087e78f30d0 712241
python-zstandard_0.20.0.orig.tar.gz
1ed647a09bb6e7e4e7f5c8048189b32b368eee69f8da47383208731581ccf709 4772
python-zstandard_0.20.0-1.debian.tar.xz
709414f3c2c1ab6e5338efb6caf8f688060d9ab750f3d5c727062a08dc86fb1a 8738
python-zstandard_0.20.0-1_amd64.buildinfo
Files:
a196e7b3dfc0e6e90ef032db41606bad 2306 python optional
python-zstandard_0.20.0-1.dsc
f217399f9bf01dc6f12bf4a27aec7aa1 712241 python optional
python-zstandard_0.20.0.orig.tar.gz
6a6dceca02a5cd5998a7955f2b023e5a 4772 python optional
python-zstandard_0.20.0-1.debian.tar.xz
b81c5ac090ba798392792d64679bb2d4 8738 python optional
python-zstandard_0.20.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmPz9gEACgkQwpPntGGC
Ws5r9xAApVn2qpv4COOt6u8yyi+71IhSq0Km00j4tKZJA62XMn/tSIft3No7X6ZQ
bp6hTFJn3ZhnmTAVPqYEF2thmngzFp1NgTIXqOTT4GRifY9++649lExM9ehvF6zT
S7RaLupf58ZEX3tjAE73biil+4hzwAu48hG0EWqn6TA5m8ZhmS6d0CYsZmLIGjr3
zJVbEeCgZ6tL7p5YG2vRc0STGgn7qosV/9VZBWk3CLfiHvJbeb3D1dn/Kl9C/EHE
rwuT1Dd13jhSG/hnDYDwAYAmN4HnrWj/A6a6nFID0SXyYepWH1RyflF+fKI6n0On
xyGNMwAXq98lgrgOOSlFCIqiw/1AMzHX9DYdWGMVIE8FvaeF2XsA/5ah3h22nD+I
m2p0o1E6bD5Gy6gUThisOJBuhpXYcv1aTXSiMI/yDPWh+fVzeRDo+ABIMY9YcwoD
5NNTGqKlEm+kLd3UiPSPNtQJHfeMi7qVWeCYq5hv0AGO0HZfTz2YTBVKDItLi1ag
lbvBRuIMVvcFO59kWPuWERg5lixP0Ceh0cwMXuomVDfKHQ9B3YdnuRIdsxuSEz4U
NrSPXQ9QZrZtmKA/wagsDs4TFJ8mjEiTyDE1MtyPE+Cw19w0kPcZYD8MXiLJOs40
hY/n+IcK27vxsxOO7zgs9oVM8ym3SUdrJoLRdLpBoYOQmcAob/A=
=2Lcj
-----END PGP SIGNATURE-----
--- End Message ---