Your message dated Fri, 31 Jan 2025 10:49:19 +0000
with message-id <e1tdoan-00h1tn...@fasolo.debian.org>
and subject line Bug#1094095: fixed in python-django-guid 3.5.0-1
has caused the Debian Bug report #1094095,
regarding python-django-guid: FTBFS: rm: cannot remove
'/build/reproducible-path/python-django-guid-3.4.1/debian/python3-django-guid/usr/lib/python3*/dist-packages/CHANGELOG.rst':
No such file or directory
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.)
--
1094095: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-guid
Version: 3.4.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20250124 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> 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:129: Building wheel for python3.12 with "build"
> module
> I: pybuild base:311: python3.12 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /build/reproducible-path/python-django-guid-3.4.1/.pybuild/cpython3_3.12_django-guid
>
> * Building wheel...
> Successfully built django_guid-3.4.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
> module
> I: pybuild base:311: python3.13 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /build/reproducible-path/python-django-guid-3.4.1/.pybuild/cpython3_3.13_django-guid
>
> * Building wheel...
> Successfully built django_guid-3.4.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
> "installer" module
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd
> /build/reproducible-path/python-django-guid-3.4.1/.pybuild/cpython3_3.12_django-guid/build;
> python3.12 -m pytest tests
> /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207:
> PytestDeprecationWarning: The configuration option
> "asyncio_default_fixture_loop_scope" is unset.
> The event loop scope for asynchronous fixtures will default to the fixture
> caching scope. Future versions of pytest-asyncio will default the loop scope
> for asynchronous fixtures to function scope. Set the default fixture loop
> scope explicitly in order to avoid unexpected behavior in the future. Valid
> fixture loop scopes are: "function", "class", "module", "package", "session"
>
> warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
> django: settings: demoproj.settings (from ini)
> rootdir:
> /build/reproducible-path/python-django-guid-3.4.1/.pybuild/cpython3_3.12_django-guid/build
> configfile: pytest.ini
> plugins: mock-3.14.0, django-4.5.2, subtests-0.13.1, asyncio-0.25.1,
> typeguard-4.4.1
> asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None
> collected 66 items
>
> tests/functional/test_async_middleware.py ... [
> 4%]
> tests/functional/test_integration_base_class.py ....,,,.. [
> 13%]
> tests/functional/test_sentry_integration.py .. [
> 16%]
> tests/functional/test_set_get_del_context.py . [
> 18%]
> tests/functional/test_sync_middleware.py ................ [
> 42%]
> tests/unit/test_celery_config.py .... [
> 48%]
> tests/unit/test_celery_signals.py ......... [
> 62%]
> tests/unit/test_config.py .................... [
> 92%]
> tests/unit/test_guid_validation.py .. [
> 95%]
> tests/unit/test_uuid_length.py ...
> [100%]
>
> =============================== warnings summary
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/django/conf/__init__.py:267
> /usr/lib/python3/dist-packages/django/conf/__init__.py:267:
> RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with
> Django 5.0, localized formatting of data will always be enabled. For example
> Django will display numbers and dates using the format of the current locale.
> warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
>
> tests/functional/test_sentry_integration.py::test_sentry_integration
>
> /build/reproducible-path/python-django-guid-3.4.1/django_guid/integrations/sentry.py:37:
> DeprecationWarning: sentry_sdk.configure_scope is deprecated and will be
> removed in the next major version. Please consult our migration guide to
> learn how to migrate to the new API:
> https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#scope-configuring
> with sentry_sdk.configure_scope() as scope:
>
> tests/unit/test_celery_signals.py::test_set_transaction_id
>
> /build/reproducible-path/python-django-guid-3.4.1/django_guid/integrations/celery/signals.py:26:
> DeprecationWarning: sentry_sdk.configure_scope is deprecated and will be
> removed in the next major version. Please consult our migration guide to
> learn how to migrate to the new API:
> https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#scope-configuring
> with configure_scope() as scope:
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ============== 66 passed, 3 warnings, 3 subtests passed in 2.57s
> ===============
> I: pybuild base:311: cd
> /build/reproducible-path/python-django-guid-3.4.1/.pybuild/cpython3_3.13_django-guid/build;
> python3.13 -m pytest tests
> /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207:
> PytestDeprecationWarning: The configuration option
> "asyncio_default_fixture_loop_scope" is unset.
> The event loop scope for asynchronous fixtures will default to the fixture
> caching scope. Future versions of pytest-asyncio will default the loop scope
> for asynchronous fixtures to function scope. Set the default fixture loop
> scope explicitly in order to avoid unexpected behavior in the future. Valid
> fixture loop scopes are: "function", "class", "module", "package", "session"
>
> warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
> ============================= test session starts
> ==============================
> platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
> django: settings: demoproj.settings (from ini)
> rootdir:
> /build/reproducible-path/python-django-guid-3.4.1/.pybuild/cpython3_3.13_django-guid/build
> configfile: pytest.ini
> plugins: mock-3.14.0, django-4.5.2, subtests-0.13.1, asyncio-0.25.1,
> typeguard-4.4.1
> asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None
> collected 66 items
>
> tests/functional/test_async_middleware.py ... [
> 4%]
> tests/functional/test_integration_base_class.py ....,,,.. [
> 13%]
> tests/functional/test_sentry_integration.py .. [
> 16%]
> tests/functional/test_set_get_del_context.py . [
> 18%]
> tests/functional/test_sync_middleware.py ................ [
> 42%]
> tests/unit/test_celery_config.py .... [
> 48%]
> tests/unit/test_celery_signals.py ......... [
> 62%]
> tests/unit/test_config.py .................... [
> 92%]
> tests/unit/test_guid_validation.py .. [
> 95%]
> tests/unit/test_uuid_length.py ...
> [100%]
>
> =============================== warnings summary
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/django/conf/__init__.py:267
> /usr/lib/python3/dist-packages/django/conf/__init__.py:267:
> RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with
> Django 5.0, localized formatting of data will always be enabled. For example
> Django will display numbers and dates using the format of the current locale.
> warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
>
> tests/functional/test_sentry_integration.py::test_sentry_integration
>
> /build/reproducible-path/python-django-guid-3.4.1/django_guid/integrations/sentry.py:37:
> DeprecationWarning: sentry_sdk.configure_scope is deprecated and will be
> removed in the next major version. Please consult our migration guide to
> learn how to migrate to the new API:
> https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#scope-configuring
> with sentry_sdk.configure_scope() as scope:
>
> tests/unit/test_celery_signals.py::test_set_transaction_id
>
> /build/reproducible-path/python-django-guid-3.4.1/django_guid/integrations/celery/signals.py:26:
> DeprecationWarning: sentry_sdk.configure_scope is deprecated and will be
> removed in the next major version. Please consult our migration guide to
> learn how to migrate to the new API:
> https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#scope-configuring
> with configure_scope() as scope:
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ============== 66 passed, 3 warnings, 3 subtests passed in 2.49s
> ===============
> create-stamp debian/debhelper-build-stamp
> dh_testroot -O--buildsystem=pybuild
> dh_prep -O--buildsystem=pybuild
> dh_auto_install -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:178: Copying package built for python3.12 to
> destdir
> I: pybuild plugin_pyproject:178: Copying package built for python3.13 to
> destdir
> debian/rules execute_after_dh_install
> make[1]: Entering directory
> '/build/reproducible-path/python-django-guid-3.4.1'
> rm
> /build/reproducible-path/python-django-guid-3.4.1/debian/python3-django-guid/usr/lib/python3*/dist-packages/CHANGELOG.rst
> rm: cannot remove
> '/build/reproducible-path/python-django-guid-3.4.1/debian/python3-django-guid/usr/lib/python3*/dist-packages/CHANGELOG.rst':
> No such file or directory
> make[1]: *** [debian/rules:12: execute_after_dh_install] Error 1
The full build log is available from:
http://qa-logs.debian.net/2025/01/24/python-django-guid_3.4.1-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250124;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250124&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-django-guid
Source-Version: 3.5.0-1
Done: Colin Watson <cjwat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-django-guid, 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 1094...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated python-django-guid
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, 31 Jan 2025 10:31:36 +0000
Source: python-django-guid
Architecture: source
Version: 3.5.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1094095
Changes:
python-django-guid (3.5.0-1) unstable; urgency=medium
.
* Team upload.
* Don't fail to build if something already removed
dist-packages/CHANGELOG.rst (closes: #1094095).
* New upstream release.
Checksums-Sha1:
e6192105f53dc628249deff271797bba3a5dbbc6 2584 python-django-guid_3.5.0-1.dsc
3e413c50224f74b4f8770a3ca19d7c17f546219a 173156
python-django-guid_3.5.0.orig.tar.gz
c8ddb8fef5f0645dc0904d3934cfdada5d010728 3360
python-django-guid_3.5.0-1.debian.tar.xz
Checksums-Sha256:
6f073e7f88fa5ce1c8cb48ce194bda58ceb2f3a8d7e68538e613a96a42f161be 2584
python-django-guid_3.5.0-1.dsc
fe7ce1ae4d78d1c5976dacce3a5130aa075bbf5b5edf74488f26b62cebd4f965 173156
python-django-guid_3.5.0.orig.tar.gz
92dccebbb3f516a956ba1b4c172c733706dde2eaa2f38af90d90921f5d510891 3360
python-django-guid_3.5.0-1.debian.tar.xz
Files:
f85da62e1caae87fa22cb969f5fec9b7 2584 python optional
python-django-guid_3.5.0-1.dsc
b21b27255277ab61023f4de7fd2cdf0f 173156 python optional
python-django-guid_3.5.0.orig.tar.gz
b7416979b9ae5e94027237927416aec0 3360 python optional
python-django-guid_3.5.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmecptoACgkQOTWH2X2G
UAtc0w/+OcH9iyUkvVnQ7et52B7B+K44I3YCTjunrYHXLKi55bPhqlVcetCwKzP3
vD+H8Of6VUebqlGCssdkv/y7Wlyc4ESE5OA4+wvVALnPvDuC82fgUbTeUTgND2FS
cSkhS0Ap7SfdeaYW9uuxhpdIFMO9IaoGnzCviHoGPescC58FgvtC+kCq0yT9+s5q
hhaVMHbQXWdHJf9sNkct5EJes1Zl0BF9ltNU3W8vA/R8NWm6+nZX53NaAI68Nu1S
4tEWFuT0nGdAC+Q8uqONP/z3QEmI3PyT1yCsnlsGedyHSFT9dbqwKx9RMyvUVajO
9oZiXfILTE/CZX5IOsSQeXcryqUxkMdDYqb1ZoKoyHd8HH59KSDur9UAZiEOeJfq
9FxJxEjF+wXs7297V8gc3eQ5ZOTlXxe1V/wKgUnCIAR62xGcSeBdrbxQkXQ+RUcH
PQbV1nR8EFKRL5G3NBz6andwpwdH9oXezFNvDsatxFekyl/FqaMxfKUErpOVWfj/
RVfqo8/mH+fJuON0L5PDQv6PZT4G47ektI32ktdVw06yMsIDx2s49vN6TjJvZqGl
5rzCxEUZ2pO0f/pRURXF2k9N8zKRF7nFvfxmdY2GIi8x6sdS4raxkoyURJIAlcem
2+j+dT5VdGe1rzioI/29lguv/XnEXh3paWRfIMdW0XrST2ukY34=
=2X3v
-----END PGP SIGNATURE-----
pgpAFpzZqTcNQ.pgp
Description: PGP signature
--- End Message ---