Your message dated Thu, 03 Oct 2024 06:37:43 +0000
with message-id <e1swft5-009gij...@fasolo.debian.org>
and subject line Bug#1080128: fixed in python-ciso8601 2.3.1-3
has caused the Debian Bug report #1080128,
regarding python-ciso8601: FTBFS: ERROR: tests.tests
(unittest.loader._FailedTest.tests.tests)
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 ow...@bugs.debian.org
immediately.)
--
1080128: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-ciso8601
Version: 2.3.1-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
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
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601
copying ciso8601/__init__.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601
copying ciso8601/py.typed ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601
running build_ext
building 'ciso8601' extension
creating build
creating build/temp.linux-x86_64-cpython-312
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.12 -c isocalendar.c -o
build/temp.linux-x86_64-cpython-312/isocalendar.o
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.12 -c module.c -o
build/temp.linux-x86_64-cpython-312/module.o
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.12 -c timezone.c -o
build/temp.linux-x86_64-cpython-312/timezone.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection
-Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-312/isocalendar.o build/temp.linux-x86_64-cpython-312/module.o
build/temp.linux-x86_64-cpython-312/timezone.o -L/usr/lib/x86_64-linux-gnu -o
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601.cpython-312-x86_64-linux-gnu.so
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build;
python3.12 -m unittest discover -v
test_dst (tests.test_timezone.TimezoneTestCase.test_dst) ... ok
test_fromutc (tests.test_timezone.TimezoneTestCase.test_fromutc) ... ok
test_fromutc_fails_if_given_non_datetime
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_given_non_datetime)
... ok
test_fromutc_fails_if_tzinfo_is_none
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_tzinfo_is_none) ...
ok
test_fromutc_fails_if_tzinfo_is_some_other_offset
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_tzinfo_is_some_other_offset)
... ok
test_fromutc_straddling_a_day_boundary
(tests.test_timezone.TimezoneTestCase.test_fromutc_straddling_a_day_boundary)
... ok
test_tzname (tests.test_timezone.TimezoneTestCase.test_tzname) ... ok
test_utcoffset (tests.test_timezone.TimezoneTestCase.test_utcoffset) ... ok
tests.tests (unittest.loader._FailedTest.tests.tests) ... ERROR
======================================================================
ERROR: tests.tests (unittest.loader._FailedTest.tests.tests)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.tests
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/loader.py", line 339, in
_get_module_from_name
__import__(name)
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/tests/tests.py", line
12, in <module>
from generate_test_timestamps import generate_valid_timestamp_and_datetime,
generate_invalid_timestamp
ModuleNotFoundError: No module named 'generate_test_timestamps'
----------------------------------------------------------------------
Ran 9 tests in 0.028s
FAILED (errors=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build; python3.12 -m unittest
discover -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit
code 13
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202408/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not 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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-ciso8601
Source-Version: 2.3.1-3
Done: Antonio Valentino <antonio.valent...@tiscali.it>
We believe that the bug you reported is fixed in the latest version of
python-ciso8601, 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 1080...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated
python-ciso8601 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 29 Sep 2024 07:11:07 +0000
Source: python-ciso8601
Architecture: source
Version: 2.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1080128
Changes:
python-ciso8601 (2.3.1-3) unstable; urgency=medium
.
* Team upload.
* debian/rules:
- Copy generate_test_timestamps.py to the build directory.
Closes: #1080128.
Checksums-Sha1:
e4efc379b39d4606e3469c4bbcb0c650462eed21 2133 python-ciso8601_2.3.1-3.dsc
13380749840f0f9586dd855b668082a7919d52d9 4684
python-ciso8601_2.3.1-3.debian.tar.xz
05b418efb15bddc33e678c0fb935d180be917b49 7860
python-ciso8601_2.3.1-3_source.buildinfo
Checksums-Sha256:
102a052438e852d7ce4302a0a7b1372f647a27f93df99d3e2bbc09ad86afabd7 2133
python-ciso8601_2.3.1-3.dsc
d66297d53cb58e87c63e39cd2547a8520c542cdf49b32182158620481f9d410d 4684
python-ciso8601_2.3.1-3.debian.tar.xz
4628a695be48b3c76982669b3b0a6021a460bcd48f13d0c3490c67dcac13912a 7860
python-ciso8601_2.3.1-3_source.buildinfo
Files:
f8e171c8fec11a6aea9bb2b2a1fd35f7 2133 python optional
python-ciso8601_2.3.1-3.dsc
7a036a2fec3f79d33a7687271408c09f 4684 python optional
python-ciso8601_2.3.1-3.debian.tar.xz
5c939be2f5d0ffcaf5aa957736e1301c 7860 python optional
python-ciso8601_2.3.1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmb+OCYACgkQMfMURUSh
dBoatBAApnEkDgttch2IP0g2/PhTXikQKJEQ+amtZW34MTimZ+yc7OAFsXnPT1Nx
AAkN+MiZGw7eivhx1IRPZdFTKME6q8S16nedgiVbZMX1eSDx10znDipa4dAxrhBl
eXSIU2DJVt9n4xzgPlSCbgkPPxI7X75jj6v9WW/A6n2lzj3iyRBUwW+K5uy1BzVG
LR0Yy84iWAsfFHy2NX84NOWgdFvpYBs/GlcSTrTZcWJP3Am+jUahbLfBA7jKZJ65
S8LxolOiB4mTbTHw7Lt7z+eMUo9/RNAqg3dgyBRfVjogRTnasBp5lERc8YaxaFx9
hUzFm+omrs03nPBslaaEGCfWjVr3avHhd3ccB8YUCgirx2psJcacYcVqqrVKB5Rr
RvFmVMn477pEtgMoqH+3aYK/pkm8XIyAb0ytA2EdgpaAw2zVI6lEOvoGtCKGYohX
5Ng/2F1c3UixBjfuz4gGpNjHZjcte8ONQ+PrZxJDwG67Ft5vvhxBXdGbEzMi51Bh
B1bpxYW7l5MxcYVTWKsdQkDV8vp7oBPUeKO9ytDU71zFLTma2cbXbKECWrpnAYjj
fN+oUtnSE+YUXEh2kgsVfoNds5PPCBpIFbfL1r/13gcXvMiIMmuZ0GI5wMArHUe+
0bB3JAR/LMaADOH6lB3xQrbFoE41YH2YQOjKQqBpuOD616snpxU=
=jiX8
-----END PGP SIGNATURE-----
pgpdWNLZ2J1vr.pgp
Description: PGP signature
--- End Message ---