Your message dated Sun, 02 Aug 2026 19:06:38 +0000
with message-id <[email protected]>
and subject line Bug#1143283: fixed in anorack 0.3-1
has caused the Debian Bug report #1143283,
regarding anorack: FTBFS: dh_auto_test: error: make -j2 test returned exit code
2
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.)
--
1143283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:anorack
Version: 0.2.8-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202608/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot 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 add an affects on src:anorack, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with=python3
dh_auto_clean
make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
find . -type f -name '*.py[co]' -delete
find . -type d -name '__pycache__' -delete
rm -f .coverage
rm -f *.tmp
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean doc/anorack.1 tests/coverage
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- doc/anorack.1 tests/coverage debian/anorack.substvars
debian/files
rm -fr -- debian/anorack/ 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 -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary --with=python3
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean doc/anorack.1 tests/coverage
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- doc/anorack.1 tests/coverage debian/anorack.substvars
debian/files
rm -fr -- debian/anorack/ 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 -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
/usr/bin/make -C doc
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
rst2man --input-encoding=UTF-8 < manpage.rst > anorack.1.tmp
perl -pi -e '/^[.]BI\b/ and s/\\fP/\\fR/g' anorack.1.tmp # work-around for
https://bugs.debian.org/806601
perl -ni -e 'print unless /^[.]\\" vim:/' anorack.1.tmp
mv anorack.1.tmp anorack.1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
dh_auto_build
make -j2 INSTALL="install --strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test
make -j2 test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 -bb -m unittest discover --verbose
tests.test_choose_art.test_choose_a ... ok
tests.test_choose_art.test_choose_a_ipa ... ok
tests.test_choose_art.test_choose_an ... ok
tests.test_choose_art.test_choose_an_ipa ... ok
tests.test_choose_art.test_choose_other ... ok
tests.test_cli.test_bad_io ... ok
tests.test_cli.test_changelog ... ok
tests.test_cli.test_files ... ok
tests.test_cli.test_stdin ... ok
tests.test_cli.test_version ... ok
tests.test_cli.test_warning ... FAIL
tests.test_coerce_case.test_a ... ok
tests.test_coerce_case.test_an ... ok
tests.test_get_encoding.test_8bit ... ok
tests.test_get_encoding.test_ascii ... ok
tests.test_get_encoding.test_utf8 ... ok
tests.test_open_file.test_open_real_file ... ok
tests.test_open_file.test_open_stdin ... ok
tests.test_parse_file.test_inner_apostrophe ... ok
tests.test_parse_file.test_mid_line ... ok
tests.test_parse_file.test_numbers ... ok
tests.test_parse_file.test_quotes ... ok
tests.test_parse_file.test_underscore ... ok
tests.test_parse_file.test_wrapped ... ok
tests.test_phonetics.test_overrides.test_EWMH ... ok
tests.test_phonetics.test_overrides.test_UCS ... ok
tests.test_phonetics.test_overrides.test_UDP ... ok
tests.test_phonetics.test_overrides.test_UPS ... ok
tests.test_phonetics.test_overrides.test_UTF ... ok
tests.test_phonetics.test_overrides.test_UTS ... ok
tests.test_phonetics.test_overrides.test_UUID ... ok
tests.test_phonetics.test_overrides.test_src ... ok
tests.test_phonetics.test_overrides.test_unary ... ok
tests.test_phonetics.test_overrides.test_usr ... ok
tests.test_vcmp.test ... ok
tests.test_version.test_changelog ... ok
tests.test_version.test_manpage ... ok
tests.test_warn.test_warn ... ok
======================================================================
FAIL: tests.test_cli.test_warning
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/tools.py", line 43, in test
return f()
File "/<<PKGBUILDDIR>>/tests/test_cli.py", line 156, in test_warning
t(
~^
stdin='A scratch?!',
^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
stderr_ipa="anorack: warning: can't determine correct article for
'scratch' /skɹËatÊ/\n",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/<<PKGBUILDDIR>>/tests/test_cli.py", line 106, in t
assert_equal(stderr, actual.stderr)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: "anorack: warning: can't determine correct article for
'scratch' /skr'atS/\n" != ''
- anorack: warning: can't determine correct article for 'scratch' /skr'atS/
----------------------------------------------------------------------
Ran 38 tests in 0.968s
FAILED (failures=1)
make[1]: *** [Makefile:64: test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
rm -fr -- /tmp/dh-xdg-rundir-_tWE1PH8
dh_auto_test: error: make -j2 test returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: anorack
Source-Version: 0.3-1
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
anorack, 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.
Colin Watson <[email protected]> (supplier of updated anorack 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: Sun, 02 Aug 2026 19:51:00 +0100
Source: anorack
Architecture: source
Version: 0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1143283
Changes:
anorack (0.3-1) unstable; urgency=medium
.
* Team upload.
* d/upstream/signing-key.asc: Add new key for Jakub Wilk.
* New upstream release.
* tests/tools: use fork for multiprocessing (closes: #1143283).
* tests/test_cli: mock-patch __main__ module to hide __spec__.
* Use dh-sequence-python3.
* Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.
* Drop "Priority: optional", default as of dpkg-dev 1.22.13.
* Standards-Version: 4.7.4.
Checksums-Sha1:
a01a8e1728b39ecd8091f6ce1c194e7e34f59b75 2472 anorack_0.3-1.dsc
b8f4db8de646850105f0994456619a8e69686b8d 14589 anorack_0.3.orig.tar.gz
a602ca3b08d2dc8e057eb46a3069d37977939bb1 228 anorack_0.3.orig.tar.gz.asc
c98744dd55d07e48d738108e09e492e2a9fa4cd9 13984 anorack_0.3-1.debian.tar.xz
63a95e6fd2f257ad37bd1192c61c65bc7b6ffc18 76300 anorack_0.3-1.git.tar.xz
5e8da2f33c8593a771e12594110c4226a733b00b 17544 anorack_0.3-1_source.buildinfo
Checksums-Sha256:
4f16f2d1c8f58636ca578e5a908aff46073e0e48a8cb1531f9263ca0ff3ff07f 2472
anorack_0.3-1.dsc
66c99488f2be2f738892a77ade161f9b73ba65097750f3987780166e8f5f4a40 14589
anorack_0.3.orig.tar.gz
c3f82a4290306f89bbae71a70ba9b7320e623bab8e9bf04b41fd20d3afe6dcb4 228
anorack_0.3.orig.tar.gz.asc
60c89c853935c6e42247f5e41d8b1e7ba3f262f748a61478666aeba8ddd67210 13984
anorack_0.3-1.debian.tar.xz
b98ed2e36e1bfdeb139b0ce732ff8848af5c3560a5de94dbd94c1943415abdd5 76300
anorack_0.3-1.git.tar.xz
def98d31af481337bb993d632b06c9fa87fe552df0fde2992c9469600a3d3e33 17544
anorack_0.3-1_source.buildinfo
Files:
380b08b878725dda6105578af0e99b68 2472 devel optional anorack_0.3-1.dsc
e8a3948ad74e2ec8da48d172518ecd3c 14589 devel optional anorack_0.3.orig.tar.gz
076115bf0c15a6c8bf237a2ae0848af4 228 devel optional anorack_0.3.orig.tar.gz.asc
4c1c16e685cf4b7bd331e578f1f5bba4 13984 devel optional
anorack_0.3-1.debian.tar.xz
9f24541ff212c71d8709a82304125353 76300 devel None anorack_0.3-1.git.tar.xz
6564c80cdcc04dcd929102cade873566 17544 devel optional
anorack_0.3-1_source.buildinfo
Git-Tag-Info: tag=b22b77aadc90ecdf54d96b846d75a7748ff504a8
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmpvkloACgkQYG0ITkaD
wHkTpRAApCZqelJ1QD5uCOWZN8RtH0MqlMQ368v1OdDowyrHmSUh1yT3CS8MaVVu
7ALhqiqz6eWX+JT+ClRX8vlrOjRlPGt6rUwfb5thbpuMAyo2xyt39aJVfmNTfDpg
ckzcCUTpbCqe7CSteaB2r4/J8uL5dEWvExxjpzqdRgsijpl0XwZHf0z55+6NdfYx
iV6+xumQdd1q0fCJu3Cs1I//51plH2LytKpFcyKy2DPMHd9dvBGJNts3Ow99q/yt
bQINJT75pXuo9AwpUtmOLlFBUvnhKuSXMoi84y9huzRkwQCSGW7EWHvF+RERk/9U
Je9SSVjAyv7nUFHxBSq2nUoGOA3jC/+GXJOlA8ORv1MhP9zkfdqg4JsD1ncwXY24
DmY0JtOy6BtyfqHAbpEko5IY0Iq3qT/xCmeUNkJbcI4FBkDQniXwXsw3+LKgifBo
cY2Sz1HYYQrXPK4/cp5CyXH9BIn4R4PNOLuuvw1YakhhVGfIyJYBVe+b2DO4beCq
QbdJwRcYlq/PImQAeO5REphENIJkmUOmr7kIXQKOpeO0OU23A2ngzQJ/YPqM9RpX
7zC7RlZRgNnMeQDG2ZYLIkFe81fNI4xDgYJmvNF2IuKA0QsyAAi3t1IqZK0QkuMm
cID1gehlRjr+vktBm7sMgipuOIN6hLdsGxQJUoTCv6X3IAyArBo=
=Jb1R
-----END PGP SIGNATURE-----
pgpAJGYHKaGVg.pgp
Description: PGP signature
--- End Message ---