--- Begin Message ---
Source: python-django-ical
Version: 1.9.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3.11 -m unittest -v tests.main;
> Creating test database for alias 'default'...
> environ({'DEB_HOST_GNU_SYSTEM': 'linux-gnu', 'DFLAGS': '-frelease',
> 'DEB_BUILD_ARCH_BITS': '64', 'DEB_TARGET_GNU_CPU': 'x86_64',
> 'DEB_HOST_ARCH_OS': 'linux', 'USER': 'user42', 'CXXFLAGS': '-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection',
> 'DEB_BUILD_GNU_TYPE': 'x86_64-linux-gnu', 'DEB_TARGET_MULTIARCH':
> 'x86_64-linux-gnu', 'OBJCFLAGS': '-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection', 'DH_INTERNAL_OPTIONS':
> '-O--buildsystem=pybuild', 'DEB_BUILD_ARCH_CPU': 'amd64',
> 'DEB_HOST_ARCH_LIBC': 'gnu', 'DEB_HOST_ARCH_ABI': 'base', 'HOME':
> '/sbuild-nonexistent', 'APT_CONFIG': '/var/lib/sbuild/apt.conf',
> 'SCHROOT_CHROOT_NAME': 'sid-amd64-sbuild', 'DEB_BUILD_ARCH_ENDIAN': 'little',
> 'LDFLAGS': '-Wl,-z,relro', 'DEB_TARGET_ARCH_BITS': '64',
> 'DEB_BUILD_GNU_SYSTEM': 'linux-gnu', 'MAKEFLAGS': 'w', 'SCHROOT_UID': '1001',
> 'DEB_BUILD_ARCH_OS': 'linux', 'DEB_TARGET_GNU_TYPE': 'x86_64-linux-gnu',
> 'DEB_TARGET_ARCH_CPU': 'amd64', 'LOGNAME': 'user42', 'DEB_BUILD_ARCH_LIBC':
> 'gnu', 'DEB_BUILD_ARCH_ABI': 'base', 'PYBUILD_NAME': 'django-ical',
> 'SETUPTOOLS_SCM_PRETEND_VERSION': '1.9.2', 'DEB_HOST_ARCH': 'amd64',
> 'DEB_TARGET_ARCH_ENDIAN': 'little', 'DH_INTERNAL_OVERRIDE': 'dh_auto_test',
> 'DEB_HOST_GNU_CPU': 'x86_64', 'LC_COLLATE': 'C.UTF-8',
> 'DEB_TARGET_GNU_SYSTEM': 'linux-gnu', 'PATH':
> '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games',
> 'DEB_TARGET_ARCH_OS': 'linux', 'CFLAGS': '-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection',
> 'MAKELEVEL': '2', 'DEB_HOST_MULTIARCH': 'x86_64-linux-gnu',
> 'SOURCE_DATE_EPOCH': '1687258428', 'FCFLAGS': '-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -fcf-protection', 'SCHROOT_SESSION_ID':
> 'sid-amd64-sbuild-8b4b8f99-5e05-4a92-a501-4bf0df761249', 'SCHROOT_COMMAND':
> 'dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -sa', 'OBJCXXFLAGS': '-g
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection',
> 'LANG': 'C.UTF-8', 'SCHROOT_ALIAS_NAME': 'unstable', 'DEB_TARGET_ARCH_LIBC':
> 'gnu', 'DEB_TARGET_ARCH_ABI': 'base', 'DEB_BUILD_OPTIONS': 'parallel=8',
> 'SCHROOT_GROUP': 'user42', 'SCHROOT_USER': 'user42', 'CPPFLAGS': '-Wdate-time
> -D_FORTIFY_SOURCE=2', 'DH_INTERNAL_BUILDFLAGS': '1', 'SHELL': '/bin/sh',
> 'DEB_HOST_ARCH_BITS': '64', 'DEB_BUILD_ARCH': 'amd64', 'DEB_BUILD_GNU_CPU':
> 'x86_64', 'ASFLAGS': '', 'DEB_HOST_GNU_TYPE': 'x86_64-linux-gnu', 'LC_ALL':
> 'C.UTF-8', 'DEB_HOST_ARCH_CPU': 'amd64', 'DEB_RULES_REQUIRES_ROOT': 'no',
> 'PWD': '/<<PKGBUILDDIR>>', 'FFLAGS': '-g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -fcf-protection', 'DEB_BUILD_MULTIARCH':
> 'x86_64-linux-gnu', 'SCHROOT_GID': '1001', 'MFLAGS': '-w', 'GCJFLAGS': '-g
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -fcf-protection', 'DEB_HOST_ARCH_ENDIAN': 'little',
> 'DEB_TARGET_ARCH': 'amd64', 'DJANGO_SETTINGS_MODULE': 'test_settings'})
> Found 72 test(s).
> System check identified no issues (0 silenced).
> .....E..................................................................
> ======================================================================
> ERROR: test_timezone
> (django_ical.tests.test_feed.ICal20FeedTest.test_timezone)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/django_ical/tests/test_feed.py", line 490, in
> test_timezone
> self.assertEqual(calendar.subcomponents[1]["DTSTART"].params["TZID"],
> "EDT")
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
> File "/usr/lib/python3/dist-packages/icalendar/caselessdict.py", line 40,
> in __getitem__
> return super().__getitem__(key.upper())
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> KeyError: 'TZID'
>
> ----------------------------------------------------------------------
> Ran 72 tests in 0.032s
>
> FAILED (errors=1)
> Destroying test database for alias 'default'...
> make[1]: *** [debian/rules:12: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/09/25/python-django-ical_1.9.2-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&[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 ---