Source: python3-antlr3 Version: 3.5.2-7 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201027 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>>' > make[1]: pyversions: No such file or directory > py3versions: no X-Python3-Version in control file, using supported versions > set -e; set -x ; for i in 3.9 3.8 ; do \ > PYTHONPATH=/<<PKGBUILDDIR>>/debian/usr/lib/python3/dist-packages > PYTHON=python$i python$i setup.py unittest ; \ > done > + PYTHONPATH=/<<PKGBUILDDIR>>/debian/usr/lib/python3/dist-packages > PYTHON=python3.9 python3.9 setup.py unittest > running unittest > /<<PKGBUILDDIR>>/setup.py:94: DeprecationWarning: the imp module is > deprecated in favour of importlib; see the module's documentation for > alternative uses > import imp > testInit (testdfa.TestDFA) > DFA.__init__() ... ok > testUnpack (testdfa.TestDFA) > DFA.unpack() ... ok > testInitNone (testexceptions.TestEarlyExitException) > EarlyExitException.__init__() ... ok > testInitNone (testexceptions.TestFailedPredicateException) > FailedPredicateException.__init__() ... Segmentation fault > make[1]: *** [debian/rules:22: override_dh_auto_test] Error 139 The full build log is available from: http://qa-logs.debian.net/2020/10/27/python3-antlr3_3.5.2-7_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.