Your message dated Wed, 05 Aug 2020 09:18:45 +0000
with message-id <e1k3fzn-000c8j...@fasolo.debian.org>
and subject line Bug#966960: fixed in flask-testing 0.8.0-1
has caused the Debian Bug report #966960,
regarding flask-testing: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p 3.8 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.)


-- 
966960: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966960
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-testing
Version: 0.7.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 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_build
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flask-testing/build/flask_testing
> copying flask_testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flask-testing/build/flask_testing
> copying flask_testing/twill.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flask-testing/build/flask_testing
> copying flask_testing/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flask-testing/build/flask_testing
> cd docs && \
> PYTHONPATH=/<<PKGBUILDDIR>> http_proxy= https_proxy= \
> python3 -m sphinx -N -E -T -b html . /<<PKGBUILDDIR>>/.pybuild/docs/html/
> Running Sphinx v2.4.3
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 1 source files that are out of date
> updating environment: [new config] 1 added, 0 changed, 0 removed
> reading sources... [100%] index
> 
> /<<PKGBUILDDIR>>/docs/index.rst:355: WARNING: duplicate object description of 
> flask_testing, other instance in index, use :noindex: for one of them
> /<<PKGBUILDDIR>>/docs/index.rst:2: WARNING: Duplicate ID: 
> "module-flask_testing".
> WARNING: autodoc: failed to import class 'TestCase' from module 
> 'flask_testing'; the following exception was raised:
> cannot import name 'cached_property' from 'werkzeug' 
> (/usr/lib/python3/dist-packages/werkzeug/__init__.py)
> WARNING: autodoc: failed to import class 'Twill' from module 'flask_testing'; 
> the following exception was raised:
> cannot import name 'cached_property' from 'werkzeug' 
> (/usr/lib/python3/dist-packages/werkzeug/__init__.py)
> WARNING: autodoc: failed to import class 'TwillTestCase' from module 
> 'flask_testing'; the following exception was raised:
> cannot import name 'cached_property' from 'werkzeug' 
> (/usr/lib/python3/dist-packages/werkzeug/__init__.py)
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [100%] index
> 
> generating indices...  genindex py-modindexdone
> writing additional pages...  searchdone
> copying static files... ... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 5 warnings.
> 
> The HTML pages are in ../.pybuild/docs/html.
> rm -rf /<<PKGBUILDDIR>>/.pybuild/docs/html/.doctrees
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: python3.8 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing Flask_Testing.egg-info/PKG-INFO
> writing dependency_links to Flask_Testing.egg-info/dependency_links.txt
> writing requirements to Flask_Testing.egg-info/requires.txt
> writing top-level names to Flask_Testing.egg-info/top_level.txt
> reading manifest file 'Flask_Testing.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'tests'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'tests'
> warning: no previously-included files matching '*.pyo' found under directory 
> 'docs'
> no previously-included directories found matching 'docs/_build'
> no previously-included directories found matching 'docs/_themes/.git'
> writing manifest file 'Flask_Testing.egg-info/SOURCES.txt'
> running build_ext
> tests (unittest.loader._FailedTest) ... ERROR
> 
> ======================================================================
> ERROR: tests (unittest.loader._FailedTest)
> ----------------------------------------------------------------------
> ImportError: Failed to import test module: tests
> Traceback (most recent call last):
>   File "/usr/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
>     module = __import__(module_name)
>   File "/<<PKGBUILDDIR>>/tests/__init__.py", line 3, in <module>
>     from flask_testing import is_twill_available
>   File "/<<PKGBUILDDIR>>/flask_testing/__init__.py", line 13, in <module>
>     from .utils import TestCase, LiveServerTestCase
>   File "/<<PKGBUILDDIR>>/flask_testing/utils.py", line 35, in <module>
>     from werkzeug import cached_property
> ImportError: cannot import name 'cached_property' from 'werkzeug' 
> (/usr/lib/python3/dist-packages/werkzeug/__init__.py)
> 
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: 
> python3.8 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.8 returned exit 
> code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/flask-testing_0.7.1-1_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: flask-testing
Source-Version: 0.8.0-1
Done: Nilesh Patra <npatra...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
flask-testing, 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 966...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated flask-testing 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: Wed, 05 Aug 2020 13:28:30 +0530
Source: flask-testing
Architecture: source
Version: 0.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 966960
Changes:
 flask-testing (0.8.0-1) unstable; urgency=medium
 .
   * Team Upload.
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.0
   * d/changelog: Remove trailing whitespaces
   * Bump Standards-Version to 4.4.1
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.
 .
   [ Nilesh Patra ]
   * New upstream version 0.8.0 (Closes: #966960)
   * standards version: 4.5.0
   * compat version: 13
   * Add "Rules-Requires-Root:no"
   * Remove un-needed XB-Python-Egg-Name
Checksums-Sha1:
 94852fb55186f30547ca09b8dd9864d92a310027 2246 flask-testing_0.8.0-1.dsc
 ad2e0ea73482f815ba1af12b27a0115aaaaa980f 45197 flask-testing_0.8.0.orig.tar.gz
 da86435b668dadb19a7284c676b3d1d7101897fd 3320 
flask-testing_0.8.0-1.debian.tar.xz
 2d4929f4333323198da9aaad518eb263615d4538 7509 
flask-testing_0.8.0-1_amd64.buildinfo
Checksums-Sha256:
 a78d0cb995aaefa47ba26023416958aebda28c34c21afdf3b580499744f9ceaa 2246 
flask-testing_0.8.0-1.dsc
 d849bf53eb1ceb09dff6611888588cb60f20238058fb1ebcd917d69febc373e6 45197 
flask-testing_0.8.0.orig.tar.gz
 62e58497837667c10838772847ee6dda5260251f6b55b82a3b0cf34ae62671a8 3320 
flask-testing_0.8.0-1.debian.tar.xz
 45b7130a30da528393eb3f4a44e6828e2ebac31539007a58b92939daa9723ac4 7509 
flask-testing_0.8.0-1_amd64.buildinfo
Files:
 199524eebe8e618241c884564fb881de 2246 python optional flask-testing_0.8.0-1.dsc
 23d826bb1120f02b7f1469f7eafc2fd2 45197 python optional 
flask-testing_0.8.0.orig.tar.gz
 7e2510cbe12fe5a853876cdb4e80e169 3320 python optional 
flask-testing_0.8.0-1.debian.tar.xz
 ecbff3029727c37c50a2f2611c4eb468 7509 python optional 
flask-testing_0.8.0-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl8qcp4UHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafEvnw/+J1Yd1jnioyu5UNWitfyzhUxYfTn6
WAKnBzCcxyfD8xwdQz4bqMrpTYOVCIZjBbPKpTb/oNaMBLbS6+08M5wNO5rf5RDK
64e6kVo32Rvm2PB+Uo14lu/Q4W0ohJ7OHxfUUm3rnSITvs00baZBTP9uAN6+UY3E
OaekI2U8L13RUcgm7UsWPhbc4dQp13lN5Od+nLjs/NJLoiGYp6ecfP5NVeB6I2FT
/SPhNksNNtKSTA7+/SGrl4jle6TpviR1FfWyJQ8diFXdgGwBDb2fKaOhg5D3ljLf
h5K+8L38ZUEFg2nm7biorTG0l1HuyijdQenpszx6DlFv5JBRLIXcxUbmSq6Hd6zh
7bu0mUnybkJcanatPtM58C95aMdHu2++GI5Nu2sOEfNjMq7+ul7y+TqkdV3c4v4q
+mbsZuiE0PxfAuScqyGYzMLIRYhISWqcRsWUbAq47AWqfJw1vgG4H2h3EGoKlzN6
dVeI6Z3i+GB2JhLIGBtOpezaXTYps09Zpn88e+zz0hg7h9xlmLwlnVJL9m2AQVK3
fEeKQUND26Tld8oMGe13b55wMxrSgw4dv6Oa6v2kaolIdL58R3M4v0V9M9v+PiuC
X8Ki/LN4xUkQ7rvK4zVdBPXgWMPakmg17cVVOGaZ+IkchOh5jxno2ysLivVC1zTZ
b5ezikIqKmPRD4M=
=buZu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to