Your message dated Fri, 18 Oct 2024 19:49:24 +0000
with message-id <[email protected]>
and subject line Bug#1080108: fixed in flake8-quotes 3.4.0-2
has caused the Debian Bug report #1080108,
regarding flake8-quotes: FTBFS: FAIL: test_stdin
(test.test_checks.TestFlake8Stdin.test_stdin)
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.)
--
1080108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:flake8-quotes
Version: 3.4.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
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
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/flake8_quotes
copying flake8_quotes/__about__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/flake8_quotes
copying flake8_quotes/docstring_detection.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/flake8_quotes
copying flake8_quotes/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/flake8_quotes
running egg_info
creating flake8_quotes.egg-info
writing flake8_quotes.egg-info/PKG-INFO
writing dependency_links to flake8_quotes.egg-info/dependency_links.txt
writing entry points to flake8_quotes.egg-info/entry_points.txt
writing requirements to flake8_quotes.egg-info/requires.txt
writing top-level names to flake8_quotes.egg-info/top_level.txt
writing manifest file 'flake8_quotes.egg-info/SOURCES.txt'
reading manifest file 'flake8_quotes.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'flake8_quotes.egg-info/SOURCES.txt'
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build;
python3.12 -m unittest discover -v
test_doubles (test.test_checks.DoublesAliasTestChecks.test_doubles) ... ok
test_doubles (test.test_checks.DoublesTestChecks.test_doubles) ... ok
test_escapes (test.test_checks.DoublesTestChecks.test_escapes) ... ok
test_escapes_allowed (test.test_checks.DoublesTestChecks.test_escapes_allowed)
... ok
test_multiline_string
(test.test_checks.DoublesTestChecks.test_multiline_string) ... ok
test_multiline_string_using_lines
(test.test_checks.DoublesTestChecks.test_multiline_string_using_lines) ... ok
test_noqa_doubles (test.test_checks.DoublesTestChecks.test_noqa_doubles) ... ok
test_wrapped (test.test_checks.DoublesTestChecks.test_wrapped) ... ok
test_doubles (test.test_checks.MultilineTestChecks.test_doubles) ... ok
test_doubles_alias (test.test_checks.MultilineTestChecks.test_doubles_alias)
... ok
test_singles (test.test_checks.MultilineTestChecks.test_singles) ... ok
test_singles_alias (test.test_checks.MultilineTestChecks.test_singles_alias)
... ok
test_singles (test.test_checks.SinglesAliasTestChecks.test_singles) ... ok
test_escapes (test.test_checks.SinglesTestChecks.test_escapes) ... ok
test_escapes_allowed (test.test_checks.SinglesTestChecks.test_escapes_allowed)
... ok
test_multiline_string
(test.test_checks.SinglesTestChecks.test_multiline_string) ... ok
test_noqa_singles (test.test_checks.SinglesTestChecks.test_noqa_singles) ... ok
test_singles (test.test_checks.SinglesTestChecks.test_singles) ... ok
test_wrapped (test.test_checks.SinglesTestChecks.test_wrapped) ... ok
test_get_noqa_lines (test.test_checks.TestChecks.test_get_noqa_lines) ... ok
test_stdin (test.test_checks.TestFlake8Stdin.test_stdin)
Test using stdin. ... FAIL
test_require_double_docstring_double_present
(test.test_docstring_checks.DocstringTestChecks.test_require_double_docstring_double_present)
... ok
test_require_double_docstring_single_present
(test.test_docstring_checks.DocstringTestChecks.test_require_double_docstring_single_present)
... ok
test_require_single_docstring_double_present
(test.test_docstring_checks.DocstringTestChecks.test_require_single_docstring_double_present)
... ok
test_require_single_docstring_single_present
(test.test_docstring_checks.DocstringTestChecks.test_require_single_docstring_single_present)
... ok
test_get_docstring_tokens_absent
(test.test_docstring_detection.GetDocstringTokensTests.test_get_docstring_tokens_absent)
... ok
test_get_docstring_tokens_doubles
(test.test_docstring_detection.GetDocstringTokensTests.test_get_docstring_tokens_doubles)
... ok
test_get_docstring_tokens_singles
(test.test_docstring_detection.GetDocstringTokensTests.test_get_docstring_tokens_singles)
... ok
======================================================================
FAIL: test_stdin (test.test_checks.TestFlake8Stdin.test_stdin)
Test using stdin.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/test_checks.py",
line 24, in test_stdin
self.assertEqual(len(stdout_lines), 3)
AssertionError: 0 != 3
----------------------------------------------------------------------
Ran 28 tests in 0.109s
FAILED (failures=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m unittest discover
-v
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit
code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202408/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: flake8-quotes
Source-Version: 3.4.0-2
Done: Michael Prokop <[email protected]>
We believe that the bug you reported is fixed in the latest version of
flake8-quotes, 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 Prokop <[email protected]> (supplier of updated flake8-quotes 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: SHA256
Format: 1.8
Date: Fri, 18 Oct 2024 16:55:56 +0200
Source: flake8-quotes
Architecture: source
Version: 3.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Michael Prokop <[email protected]>
Closes: 1080108
Changes:
flake8-quotes (3.4.0-2) unstable; urgency=medium
.
* test: run flake8 with custom cfg to make it aware of
flake8_quotes. Thanks to Chris Hofstaedtler <[email protected]> for
assistance (Closes: #1080108)
Checksums-Sha1:
9d7f2427c1306def820ae49f60becb06ae36bffa 2107 flake8-quotes_3.4.0-2.dsc
c86475500c35b2ab1fc1033f9c848903ba417af6 3504
flake8-quotes_3.4.0-2.debian.tar.xz
cb54fb447596b6ca0fd580e7063a13abc91cc840 6674
flake8-quotes_3.4.0-2_amd64.buildinfo
Checksums-Sha256:
fe3cdbee28fe234e5c087d70372499ec53916a2369a7ab80fc8118c1ac8656a8 2107
flake8-quotes_3.4.0-2.dsc
2c859ba9765e1cdbed857f78f001f74d6ed922cd140f09dd4d57c5e04efbe2bf 3504
flake8-quotes_3.4.0-2.debian.tar.xz
6b308a97dca490f2d7223cfccd1f45981d567d17a7e4c767acf079d861764477 6674
flake8-quotes_3.4.0-2_amd64.buildinfo
Files:
b449f09e671c0f4756c79298ed72292a 2107 python optional flake8-quotes_3.4.0-2.dsc
20117ce4f50bdd7da2f41603e7da6edf 3504 python optional
flake8-quotes_3.4.0-2.debian.tar.xz
539aac2e65ef35c057ebfb2873b422c2 6674 python optional
flake8-quotes_3.4.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEM8yxNkAa/shDo4djlqh4crfqNzcFAmcSuRAACgkQlqh4crfq
Nzd7uA//ZfYUUj628wCd0teHguG8NZFD8P7sG/EXIyUlCr1d7GyQzgmlMEUcqrjG
VheCehrv7PH4VuVN4Xay2MkwrhMGpEme4BwkHNZ4hVwzlvS7issU6pR+Qo8+rDeA
pqMgEzht4PiVkgG9rUjcYRqEl5IueGpq08tBl6In6C1PrCsvFMITI3MMC08iETz1
0Rfk5FI42DMJe1yiJy9uSmb+HOBQUrBoN5JPWMeRoOvzsgGQEqi6zlp1Fv5TEUfi
u/B35A9HLcIlhrdPsIh3+9v7ZnoaiaHFQta0j5JrYQkQTzhWYN6Acrp/8+9Rxk6O
Qh/2V9+myyq4a+Y3+ZGFmAMkXzVTTKGNcSAcZPneL/f2FmN3eiy5r8yqgTxPRufL
iiS/55JOTyBqpARhB0tb3Qt8MZFDP8WpCfT3yASed/e/lmWEZ748y8zvbdGIn3SR
hWeK25qcuNJwxPMzu7ZkiKBvf7K4V+e2Sj5rQdTkNaoDrwS1QyxImiXLoYqPFV6/
6YSkycW8J6X9c/ypG3oam5XxEhSEJLsRp3nQOdHESNZwUkV+XAmm2unreGvAAfBj
yQwMWbMsYXg4cSWse912E/9/Hy65nyqLwC+NnQHbbbN8fMdN9oLo/fyJp5d+YUtz
wn3Y5NZeS5WsnNmkJ4ZYeeHGZBB4do4Ma/54r61KV1sPDTekbz8=
=cFXD
-----END PGP SIGNATURE-----
pgpntF2thuKze.pgp
Description: PGP signature
--- End Message ---