Your message dated Wed, 07 Oct 2020 00:19:30 +0000
with message-id <e1kpxb4-000izp...@fasolo.debian.org>
and subject line Bug#971143: fixed in snek 1.5-1
has caused the Debian Bug report #971143,
regarding snek: FTBFS: dh_auto_test: error: make -j4 check 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 ow...@bugs.debian.org
immediately.)


-- 
971143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: snek
Version: 1.4.1-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
> Running test pass-andor.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-list.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-dict.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-equal_is.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-float.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-for-array.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-for-range.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-for-string.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-for-break.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-for-nested.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-global.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-if.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-int.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-math.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-op.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-range.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-slice.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-while.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-while-break.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-while-else.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-scoping-global.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-scoping-local.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-none.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-args.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-assert-success.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-interpolate-list.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-get.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-interpolate-str.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test pass-trailing-comma.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-scoping-no-decl.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-range-named.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-formal-named-first.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-actual-named-first.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-args-missing.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-arg-dup1.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-arg-dup2.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-arg-unknown.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-assert-fail.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-interpolate-missing.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-interpolate-extra.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-interpolate-badformat.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-dictionary-mutable.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-syntax-lex-bang.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-syntax-list-named.py.
>     pass python3
>     pass snek
>     pass snek-arm
> Running test fail-syntax-tuple-named.py.
>     pass python3
>     pass snek
>     pass snek-arm
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
> black --check --exclude 'fail-syntax-.*\.py|.*/hosts/.*.py' .
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/black/__init__.py", line 63, in 
> <module>
>     from black._black_version import version as __version__
> ModuleNotFoundError: No module named 'black._black_version'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/bin/black", line 33, in <module>
>     sys.exit(load_entry_point('black==20.8b1', 'console_scripts', 'black')())
>   File "/usr/bin/black", line 25, in importlib_load_entry_point
>     return next(matches).load()
>   File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
>     module = import_module(match.group('module'))
>   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 783, in exec_module
>   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/black/__init__.py", line 65, in 
> <module>
>     from _black_version import version as __version__
> ModuleNotFoundError: No module named '_black_version'
> make[1]: *** [Makefile:39: check] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 check returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/09/26/snek_1.4.1-6_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: snek
Source-Version: 1.5-1
Done: Keith Packard <kei...@keithp.com>

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

Debian distribution maintenance software
pp.
Keith Packard <kei...@keithp.com> (supplier of updated snek 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: SHA256

Format: 1.8
Date: Tue, 06 Oct 2020 16:17:33 -0700
Source: snek
Architecture: source
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Keith Packard <kei...@keithp.com>
Changed-By: Keith Packard <kei...@keithp.com>
Closes: 971143
Changes:
 snek (1.5-1) unstable; urgency=medium
 .
   * New upstream release.
   * Arduino Uno port
   * Handle 'chained' comparison operators (e.g. a > b > c)
   * Stop using black during build. Closes: #971143.
Checksums-Sha1:
 17b8bba255449cf0ea05ed09f4557cc9cc91d484 2234 snek_1.5-1.dsc
 f22fc8aff23b3e5fe7e6867e023252e3b35c5b2b 20814990 snek_1.5.orig.tar.gz
 a9ee107abc35b1889ee11d16b9a41f6d4f2c1032 6916 snek_1.5-1.debian.tar.xz
 98141f027851c87952346964065d6fa1c273c947 10600 snek_1.5-1_amd64.buildinfo
Checksums-Sha256:
 506fd90deaa68f25f782040c4eccf496b702d2e91972da5c60e53387539c4df8 2234 
snek_1.5-1.dsc
 696966bc131807a9b556acef37b429a8316c96d76f2c29e9f0f5c396e09f0c22 20814990 
snek_1.5.orig.tar.gz
 78d66addd2d444929169252848e32fbe4f393340434803842714f9a167f90dd2 6916 
snek_1.5-1.debian.tar.xz
 99cee32b3267f5504a267258d20b6ac5e8c3a742f23017b7c06a8fefd1cbc31f 10600 
snek_1.5-1_amd64.buildinfo
Files:
 51f96a4ba770156d4749d1fca1cc55d2 2234 interpreters optional snek_1.5-1.dsc
 9958157dace240e10e90331be58214ae 20814990 interpreters optional 
snek_1.5.orig.tar.gz
 89c1e9fa156a11af95eb4b8f1068baf8 6916 interpreters optional 
snek_1.5-1.debian.tar.xz
 c2caff1ba17dcd404484dc3e483d44cd 10600 interpreters optional 
snek_1.5-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEw4O3eCVWE9/bQJ2R2yIaaQAAABEFAl99BjwACgkQ2yIaaQAA
ABFdTw//UvOzq30mKpaZjfBqwuhk9Zd8BqIQvhz+00x5AXBSirLmAAWQIfB+ZZ/2
oezGsGgB8GZIeSJk6u8ZTDxblUFiqdIAfVy7+Ibv3DAG4SclwkgPlAbkkHM6s8tX
DWAtUk24Xb+b1v5fNGTxL4iqTEgcr1wfohZsz8xfXOXsC/sQCGO+QD28iQjMNVNl
/OvPUwh5xNt/unrtDSqn1fKgI4S8Eq2gARO36vGUHVEM1CtMWxRIFwsg1bOipPqG
PGv0Y3464xWwQL6HdF3ptLkCn6sj+NuHv52IOTREWikyrfynAwnLzrgEetV0IOMI
MNA2azud3LRB3y4ti0MZ1vLuToEd7MYu34OsB8Oz8cA37sjAk87Bang8/iyzaGXd
nGF4BiMtU/+DPaf+pHQTzox1o88S5Y11zN3Y3GMAZMkuP0E8/oD5BeVEtfUoX5YV
uXStPs9DADIyIIOWc1ZbAaZdkivqu6Ho4SXHN6mrVocx1P6Qyj7XDGJADS85Gy17
tMlP3D1WQm+zufKSaBA8bWs+0B3JASzrAk5eUkcYUBbwSyZwkoLEc7qjAp0zMjAh
yt/LeVmWRZh0NWbTScUAi+28CvtKoiYn9+ifF+0Zo/jbW7+NhARLXiHt8HWuO8CO
HCIJxcNMTWJ+gRtrSciAAPSRsKZMhtJ2EWwbCaIArb231B6GILU=
=gPrB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to