Your message dated Sun, 05 Jul 2020 12:48:39 +0000
with message-id <e1js44v-0004k1...@fasolo.debian.org>
and subject line Bug#963459: fixed in python-transitions 0.8.2-1
has caused the Debian Bug report #963459,
regarding python-transitions: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -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.)


-- 
963459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963459
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-transitions
Version: 0.8.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package python-transitions
> dpkg-buildpackage: info: source version 0.8.1-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Philipp Huebner 
> <debala...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>       pybuild --clean --test-pytest -i python{version} -p 3.8
> I: pybuild base:217: python3.8 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.8' does not exist -- can't clean it
>       rm -rf .pybuild/
>       find . -name \*.pyc -exec rm {} \;
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f -- debian/python3-transitions.substvars debian/files
>       rm -fr -- debian/python3-transitions/ debian/tmp/
>       find .  \( \( \
>               \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
> -type f -a \
>               \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>               \) -exec rm -f {} + \) -o \
>               \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
> \)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-transitions using existing 
> ./python-transitions_0.8.1.orig.tar.gz
> dpkg-source: info: building python-transitions in 
> python-transitions_0.8.1-1.debian.tar.xz
> dpkg-source: info: building python-transitions in 
> python-transitions_0.8.1-1.dsc
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>       pybuild --configure --test-pytest -i python{version} -p 3.8
> I: pybuild base:217: python3.8 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
>       pybuild --build --test-pytest -i python{version} -p 3.8
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions
> copying transitions/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions
> copying transitions/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions
> copying transitions/version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/diagrams_graphviz.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/diagrams_pygraphviz.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/locking.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/factory.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/nesting_legacy.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/diagrams.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/markup.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/asyncio.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/states.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> copying transitions/extensions/nesting.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build/transitions/extensions
> running egg_info
> writing transitions.egg-info/PKG-INFO
> writing dependency_links to transitions.egg-info/dependency_links.txt
> writing requirements to transitions.egg-info/requires.txt
> writing top-level names to transitions.egg-info/top_level.txt
> reading manifest file 'transitions.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'MANIFEST'
> warning: no previously-included files matching '*.ipynb' found under 
> directory 'examples/.ipynb_checkpoints'
> writing manifest file 'transitions.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
>       pybuild --test --test-pytest -i python{version} -p 3.8
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build; python3.8 -m pytest 
> tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.8.3, pytest-4.6.11, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, inifile: pytest.ini
> collected 1930 items
> 
> tests/test_add_remove.py ...                                             [  
> 0%]
> tests/test_async.py .................................................... [  
> 2%]
> ........................................................................ [  
> 6%]
> ........................................................................ [ 
> 10%]
> ......................................................                   [ 
> 13%]
> tests/test_codestyle.py F
> 
> =================================== FAILURES 
> ===================================
> _______________________ TestCodeFormat.test_conformance 
> ________________________
> 
> self = <tests.test_codestyle.TestCodeFormat testMethod=test_conformance>
> 
>     def test_conformance(self):
>         """Test that we conform to PEP-8."""
>         style = pycodestyle.StyleGuide(quiet=False, ignore=['E501', 'W605'])
>         if exists('transitions'):  # when run from root directory (e.g. tox)
>             style.input_dir('transitions')
>             style.input_dir('tests')
>         else:  # when run from test directory (e.g. pycharm)
>             style.input_dir('../transitions')
>             style.input_dir('.')
>         result = style.check_files()
> >       self.assertEqual(result.total_errors, 0,
>                          "Found code style errors (and warnings).")
> E       AssertionError: 1 != 0 : Found code style errors (and warnings).
> 
> tests/test_codestyle.py:17: AssertionError
> ----------------------------- Captured stdout call 
> -----------------------------
> tests/test_nesting.py:427:9: E306 expected 1 blank line before a nested 
> definition, found 0
> =============================== warnings summary 
> ===============================
> /usr/lib/python3/dist-packages/pygraphviz/agraph.py:20
>   /usr/lib/python3/dist-packages/pygraphviz/agraph.py:20: DeprecationWarning: 
> Using or importing the ABCs from 'collections' instead of from 
> 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop 
> working
>     from collections import MutableMapping
> 
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> =========================== short test summary info 
> ============================
> FAILED tests/test_codestyle.py::TestCodeFormat::test_conformance - 
> AssertionE...
> =============== 1 failed, 253 passed, 1 warnings in 3.86 seconds 
> ===============
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_transitions/build; python3.8 -m pytest 
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8 
> returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/06/20/python-transitions_0.8.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: python-transitions
Source-Version: 0.8.2-1
Done: Nilesh Patra <npatra...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
python-transitions, 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 963...@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 python-transitions 
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: Sun, 05 Jul 2020 17:07:54 +0530
Source: python-transitions
Architecture: source
Version: 0.8.2-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: 963459
Changes:
 python-transitions (0.8.2-1) unstable; urgency=medium
 .
   * Team Upload.
   * New upstream version 0.8.2 (Closes: #963459)
   * compat version: 13
   * Add autopkgtests
Checksums-Sha1:
 108c3a5dcb893aa61ab3e084c1d95e4036004e05 2375 python-transitions_0.8.2-1.dsc
 c0c4e829f93d7621e91a6d2f8c5b3f895ae08d17 1127825 
python-transitions_0.8.2.orig.tar.gz
 e5d2f4ea0dbe84d4011a6c92e0a0e681c27b657c 2960 
python-transitions_0.8.2-1.debian.tar.xz
 e3b3fcc1418599950b4e57f76ecfbded8d3486de 8106 
python-transitions_0.8.2-1_amd64.buildinfo
Checksums-Sha256:
 c5a2a404b5f83b2075224d4a8da64bde4849193fdad609784b4a874c4a281e57 2375 
python-transitions_0.8.2-1.dsc
 6ff7a3bfa4ac64b62993bb19dc2bb6a0ccbdf4e70b2cbae8350de6c916d77748 1127825 
python-transitions_0.8.2.orig.tar.gz
 48e1531ebeb633a16bb69cd73ce8f8cd13da8030d552cb85d3ef450ded974014 2960 
python-transitions_0.8.2-1.debian.tar.xz
 d6ccc883f84f28e70037158bd7346da595e034817e7b97bfcab261c0a7499407 8106 
python-transitions_0.8.2-1_amd64.buildinfo
Files:
 95d3c87b0c6b47340190ba8eea510d38 2375 python optional 
python-transitions_0.8.2-1.dsc
 86c751a6a40ac8931b1049348b9a82a6 1127825 python optional 
python-transitions_0.8.2.orig.tar.gz
 e4011469dcc412e1fa2aad082974ec94 2960 python optional 
python-transitions_0.8.2-1.debian.tar.xz
 22cfcf5284f791b9d8e265b5ccf4de26 8106 python optional 
python-transitions_0.8.2-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAl8Bya4UHG5wYXRyYTk3
NEBnbWFpbC5jb20ACgkQALrnSzQzafE/Lw//bT50nORRYfQ9y7gWasAFyiR42gaY
wohFaqZ7u3MUnEaJjsH9wSUaOBc2MozDfSyRGyXQ7V42nSycodhRFgULbTu7DUPy
ar+mhXMhAno8uyrIPsm46wDFW3e0s1rTdc9H8j8lrX7DThAjcbtS2KXqUA1BUb1J
3SVS2vzNZamfYKvB+DSObCZTeK2CDUHpHQFjCSg3Y4E0mlSWYIk6tZAwdq9oZbQ6
/y/szyu83fK0iKzEHqK9E3qHs2H3FNgvFLxo9EJ7ITcwjcJiAjfxiDB02auqN0kW
WZrmFowU8LQ38y5ZdFNxX3488T7p5ublPDDmXESqDED6CxAT4iCNYgEPWQojBpkG
f+9HFiN4sB7708B3fxKaxToJA9TPc+zIoxQ5PPPhv3n6RBPrs2mZZJVgpqqwKBJC
kzGXHQPCSdfH8XIi+8osVhh3c1tRFFueZZI5NNal361QvyPuMm/+lpm3eccg4anq
1QHNhzQ2sMcKWCRjUaEFaMq4oWcjcXT4WH/8bduiOPNYFU4eZnoVtNFpRzI6MNqk
rCHDja6IVm/GnCVd3Bq5tF6L15cOyyUpyJrcK92omrj+zNiHi4ifliBayYRJSSZs
3pqvqb2Y7ajdpMpCH2YSCgNrlZ7e1IzvqCM7mciO+XcaJIgWjjRpDQw5q11+5518
+CrmEXh0s7glBLs=
=y3Ft
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to