Your message dated Fri, 06 Oct 2023 11:35:02 +0000
with message-id <e1qoj6k-006kph...@fasolo.debian.org>
and subject line Bug#1052862: fixed in python-icalendar 5.0.10-1
has caused the Debian Bug report #1052862,
regarding python-icalendar: 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 ow...@bugs.debian.org
immediately.)
--
1052862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-icalendar
Version: 5.0.8-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -d _build/doctrees . _build/html
> Running Sphinx v5.3.0
> --------------------------------------------------------------------------
> Warning: sphinx-rtd-theme not installed, building with default theme.
> --------------------------------------------------------------------------
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 11 source files that are out of date
> updating environment: [new config] 11 added, 0 changed, 0 removed
> reading sources... [ 9%] about
> reading sources... [ 18%] api
> reading sources... [ 27%] changelog
> reading sources... [ 36%] cli
> reading sources... [ 45%] contributing
> reading sources... [ 54%] credits
> reading sources... [ 63%] index
> reading sources... [ 72%] install
> reading sources... [ 81%] license
> reading sources... [ 90%] maintenance
> reading sources... [100%] usage
>
> /<<PKGBUILDDIR>>/src/icalendar/prop.py:docstring of icalendar.prop:4:
> CRITICAL: Missing matching underline for section title overline.
>
> ###########################################################################
> # This module defines these property value data types and property parameters
> /<<PKGBUILDDIR>>/docs/credits.rst:70: ERROR: Unknown target name: "natasha
> mattson <https://github.com/natashamm".
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 9%] about
> writing output... [ 18%] api
> writing output... [ 27%] changelog
> writing output... [ 36%] cli
> writing output... [ 45%] contributing
> writing output... [ 54%] credits
> writing output... [ 63%] index
> writing output... [ 72%] install
> writing output... [ 81%] license
> writing output... [ 90%] maintenance
> writing output... [100%] usage
>
> generating indices... genindex py-modindex done
> highlighting module code... [ 50%] icalendar.cal
> highlighting module code... [100%] icalendar.prop
>
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 2 warnings.
>
> The HTML pages are in _build/html.
>
> Build finished. The HTML pages are in docs/_build/html.
> rm -rf build
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_icalendar/build; python3.11 -m pytest
> --ignore=icalendar/tests/test_with_doctest.py
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: hypothesis-6.87.0
> collected 262 items / 1 error
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.11_icalendar/build/icalendar/tests/test_unit_prop.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
> result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
> call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
> self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in
> _inject_setup_module_fixture
> self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
> self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
> return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
> mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
> importlib.import_module(module_name)
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1204: in _gcd_import
> ???
> <frozen importlib._bootstrap>:1176: in _find_and_load
> ???
> <frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
> ???
> <frozen importlib._bootstrap>:690: in _load_unlocked
> ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:178: in
> exec_module
> exec(co, module.__dict__)
> icalendar/tests/test_unit_prop.py:516: in <module>
> vDDDTypes(pytz.timezone('US/Eastern').localize(datetime(year=2022,
> month=7, day=22, hour=12, minute=7))),
> /usr/lib/python3/dist-packages/pytz/__init__.py:202: in timezone
> raise UnknownTimeZoneError(zone)
> E pytz.exceptions.UnknownTimeZoneError: 'US/Eastern'
> =========================== short test summary info
> ============================
> ERROR icalendar/tests/test_unit_prop.py -
> pytz.exceptions.UnknownTimeZoneErro...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.50s
> ===============================
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_icalendar/build; python3.11 -m pytest
> --ignore=icalendar/tests/test_with_doctest.py
> 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/09/25/python-icalendar_5.0.8-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&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-icalendar
Source-Version: 5.0.10-1
Done: Jochen Sprickerhof <jspri...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-icalendar, 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 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated python-icalendar
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: Fri, 06 Oct 2023 13:16:21 +0200
Source: python-icalendar
Architecture: source
Version: 5.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1052862
Changes:
python-icalendar (5.0.10-1) unstable; urgency=medium
.
* version 5.0.10
* Drop non standard Homepage from d/u/metadata
* Use non legacy timezone name (Closes: #1052862)
Checksums-Sha1:
89c6b9f55426681a04067f17a9fc656b60f9b87a 2448 python-icalendar_5.0.10-1.dsc
7681cd3b955a8eb17c355197c459713ae4002a49 89273
python-icalendar_5.0.10.orig.tar.gz
d7b7eeeb4c37947ea3ef0a9929eb2fc646902b45 8356
python-icalendar_5.0.10-1.debian.tar.xz
cf91ec7cf3a31db89890ced954dd5228c9a0a29b 8436
python-icalendar_5.0.10-1_source.buildinfo
Checksums-Sha256:
1b34cdb14b8b1ea0b963eaae3f3114497629d6af0265007f251e3c180dce2bce 2448
python-icalendar_5.0.10-1.dsc
2b3c89637937c73790e2c39886e81651c9e74aea5c18c1c56935965217d463b9 89273
python-icalendar_5.0.10.orig.tar.gz
5c32114d7c773a9d6a65022968cb6ece5e3ce9cac67c060aeffb22338f9c3355 8356
python-icalendar_5.0.10-1.debian.tar.xz
dea419f939f97e228b0b930385da0fda2b59a95448b2241ca064ef7642ce6b3c 8436
python-icalendar_5.0.10-1_source.buildinfo
Files:
bee6bf5339f4db3e559278b9d52affe2 2448 python optional
python-icalendar_5.0.10-1.dsc
42d294c9f7626b97e924a343dec51f6b 89273 python optional
python-icalendar_5.0.10.orig.tar.gz
4f9369ab8b2527093c37b385afbc0e54 8356 python optional
python-icalendar_5.0.10-1.debian.tar.xz
2b82dc654b86cf865617364b44dded67 8436 python optional
python-icalendar_5.0.10-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmUf7RAACgkQW//cwljm
lDP+IQ//fqXxpXtKrOKlTTXn7XzJ0wbpy5+Guwyns4PyyX42jCJBzbKiFYmQ9Ugn
aTz5rI1YpZKZDo+mje2VwuJQzd63+0o59l5/beaRpu6ixAUNtDTh/67Vcnf+Vmv7
c2vOiw1ZVuRnYO0UyHcuOjgPpMjkn/rM+Nuiz6Q+jRI/09m8fv6bBGbeM5Dt1kik
6E2udWJ/JLnM/MsEYns7ymPychEbghnxLGy1umLe98unA+cT0DCCnVsd6TdaqaSA
LI/f5YZsZ5nV0oNM1s1bqVYgHCeXZIUGp/OsLGpFUs3U4jTT+R3Eobu0TRqVqQ4H
RSegJpRoiz1m71uJSOJFyWRcFhxtLdAqXQ1zz2NDIlsV8PUCCJKlBfPnYs/Elhyl
01jlcD2JPxyClX5q8qYZrqu4EwaxB+1Z67SXhZmpZa+XRcXkcLY+lCufIDXEZuGo
h+4z7DwfRKuRrFyuEoZwcaHd3l6j8IWO8mgkT2B0OSRhO1ruRWAxGnxlkqJtvGse
HcqSi+ucjxLVClL0u2B2qqhBhKV4DAeVgX3G4HRzYQHM3GU2NorqYYhtGsRHLW06
YtJAgV/t54V+PsJAnQLiVLHlXzXGtoKa2fmcxWNO6KfuZiiMp+rB6vUqljaaezXq
jIAlRo8Y4sk2HJWLmxxTMneEWHOduipY42QAcmkIFjfg8leZBVU=
=1aoV
-----END PGP SIGNATURE-----
--- End Message ---