Your message dated Thu, 10 Dec 2020 10:33:34 +0000
with message-id <[email protected]>
and subject line Bug#973101: fixed in drf-extensions 0.6.0-3
has caused the Debian Bug report #973101,
regarding drf-extensions: FTBFS: dh_auto_test: error: pybuild --test 
--test-nose -i python{version} -p "3.9 3.8" --system=custom 
"--test-args=PYTHONPATH='.:tests_app' {interpreter} /usr/bin/django-admin test 
--settings=settings tests_app" 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.)


-- 
973101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973101
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: drf-extensions
Version: 0.6.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- --system=custom --test-args="PYTHONPATH='.:tests_app' 
> {interpreter} /usr/bin/django-admin test --settings=settings tests_app"
> I: pybuild base:217: PYTHONPATH='.:tests_app' python3.9 /usr/bin/django-admin 
> test --settings=settings tests_app
> nosetests tests_app --processes=4 --process-timeout=100 --nocapture 
> --verbosity=1
> Creating test database for alias 'default'...
> EEEEEEEE.....................................................................................................................................
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/tests_app/tests/functional/mixins/list_destroy_model_mixin/tests.py",
>  line 8, in <module>
>     from tests_app.testutils import override_extensions_api_settings
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/tests_app/tests/functional/mixins/list_update_model_mixin/tests.py",
>  line 16, in <module>
>     from tests_app.testutils import override_extensions_api_settings
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/tests_app/tests/functional/permissions/extended_django_object_permissions/tests.py",
>  line 10, in <module>
>     from tests_app.testutils import basic_auth_header
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "/<<PKGBUILDDIR>>/tests_app/tests/functional/routers/tests.py", line 
> 5, in <module>
>     from tests_app.testutils import get_url_pattern_by_regex_pattern
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "/<<PKGBUILDDIR>>/tests_app/tests/unit/cache/decorators/tests.py", 
> line 10, in <module>
>     from tests_app.testutils import override_extensions_api_settings
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/tests_app/tests/unit/key_constructor/constructor/tests.py", 
> line 16, in <module>
>     from tests_app.testutils import (
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/tests_app/tests/unit/routers/nested_router_mixin/tests.py", 
> line 1, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ======================================================================
> ERROR: Failure: ImportError (cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py))
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>   File "/usr/lib/python3.9/imp.py", line 234, in load_module
>     return load_source(name, filename, file)
>   File "/usr/lib/python3.9/imp.py", line 171, in load_source
>     module = _load(spec)
>   File "<frozen importlib._bootstrap>", line 711, in _load
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 790, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File "/<<PKGBUILDDIR>>/tests_app/testutils.py", line 5, in <module>
>     from rest_framework.compat import get_regex_pattern
> ImportError: cannot import name 'get_regex_pattern' from 
> 'rest_framework.compat' 
> (/usr/lib/python3/dist-packages/rest_framework/compat.py)
> 
> ----------------------------------------------------------------------
> Ran 141 tests in 0.272s
> 
> FAILED (errors=8)
> Destroying test database for alias 'default'...
> E: pybuild pybuild:352: test: plugin custom failed with: exit code=1: 
> PYTHONPATH='.:tests_app' python3.9 /usr/bin/django-admin test 
> --settings=settings tests_app
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.9 
> 3.8" --system=custom "--test-args=PYTHONPATH='.:tests_app' {interpreter} 
> /usr/bin/django-admin test --settings=settings tests_app" returned exit code 
> 13

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/drf-extensions_0.6.0-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: drf-extensions
Source-Version: 0.6.0-3
Done: Michael Fladischer <[email protected]>

We believe that the bug you reported is fixed in the latest version of
drf-extensions, 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.
Michael Fladischer <[email protected]> (supplier of updated drf-extensions 
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: Thu, 10 Dec 2020 11:13:35 +0100
Source: drf-extensions
Architecture: source
Version: 0.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Team <[email protected]>
Changed-By: Michael Fladischer <[email protected]>
Closes: 973101
Changes:
 drf-extensions (0.6.0-3) unstable; urgency=low
 .
   [ Debian Janitor ]
   * Remove unnecessary 'Testsuite: autopkgtest' header.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
 .
   [ Ondřej Nový ]
   * Convert git repository from git-dpm to gbp layout.
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Michael Fladischer ]
   * Add patch to fix DRF 3.12 FTBFS (Closes: #973101).
   * Bump debhelper version to 13.
   * Bump Standards-Version to 4.5.1.
   * Use uscan version 4.
Checksums-Sha1:
 6befe866f562e0e038843aac6174d4f6f0b0b3de 1962 drf-extensions_0.6.0-3.dsc
 420b623673de1e1d748d832b9be8e4c46b20e269 4236 
drf-extensions_0.6.0-3.debian.tar.xz
 c2185cdfbef26cc232a1fedc45015f92ef0ea908 7850 
drf-extensions_0.6.0-3_amd64.buildinfo
Checksums-Sha256:
 a287a4070589be7c1640377261a967734954721c58c18e28255414e811a98cbb 1962 
drf-extensions_0.6.0-3.dsc
 cc99b54d728ef87305738be4b5529c63e2aa0e52b3a54dfddaaa1d955faf3057 4236 
drf-extensions_0.6.0-3.debian.tar.xz
 b31ba313c313b53602f4d1645aee50fef9dc6dee6874890c5bea3fc333e07d63 7850 
drf-extensions_0.6.0-3_amd64.buildinfo
Files:
 a1746915cfbccda4d4666375669c773c 1962 python optional 
drf-extensions_0.6.0-3.dsc
 28fc9a553de4cafb322831183c7b0e22 4236 python optional 
drf-extensions_0.6.0-3.debian.tar.xz
 6424ab1ee8bc861cf919e75ecb81b8ce 7850 python optional 
drf-extensions_0.6.0-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAl/R9oMACgkQ/9PIi5l9
0WqviAf8DYMPiO+PqeU20CwZ1CAUlv3MNOcwGRezFRWq85At0Nwbg+CJIHMya46Z
dfdx6HtmuxvOBnTwb44F5EIjsZTD5xhNcb0X/NDEGBj9x7tAAq2sCufcS4YSyEvI
GtKyUFeUXmHknncKvglIgOPLPRWEYigzk1UdpNV7D0Awe6D91546QuQdloI4rODu
AhQ8HG/n4wAHG5ttbInjTrt1aYEuLzrdq4xZCZtnHSvspOy3xhoatl4RHkPO8aWK
1pvbp9cnWWypT+1DkoA+DpLoCuKouIx7p2HdedvFGBO/5INAH+hH8seljRqJ7cD4
4U1CfnriUFxvwKRAFGtCvjwlT4M1SQ==
=FL+j
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to