Source: pyerfa Version: 1.7.0+ds-2 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): > =================================== FAILURES > =================================== > ___________________________ TestVersion.test_version > ___________________________ > > self = <erfa.tests.test_erfa.TestVersion object at 0x7fef2c41bf70> > > def test_version(self): > assert hasattr(erfa, '__version__') > version = erfa.__version__ > assert version is erfa.version.version > # Oops, we had the wrong version for quite a while... > > assert (erfa.version.erfa_version == '1.6.0' and > > version.startswith('1.7.0') > or version.startswith(erfa.version.erfa_version)) > E AssertionError: assert (('1.7.1' == '1.6.0' > E - 1.7.1 > E + 1.6.0) or False) > E + where False = <built-in method startswith of str object at > 0x7fef2c703670>('1.7.1') > E + where <built-in method startswith of str object at > 0x7fef2c703670> = '1.7.0'.startswith > E + and '1.7.1' = <module 'erfa.version' from > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyerfa/build/erfa/version.py'>.erfa_version > E + where <module 'erfa.version' from > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyerfa/build/erfa/version.py'> = > erfa.version > > erfa/tests/test_erfa.py:42: AssertionError > ================ 1 failed, 24 passed, 1 skipped in 0.56 seconds > ================ > E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyerfa/build; python3.8 -m pytest > 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/09/26/pyerfa_1.7.0+ds-2_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.