Created attachment 1561936 [details] Full log from Copr lasso 2.6.0-12.fc31 fails to build with Python 3.8. The failure might (not) be Python 3.8 related: make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/lasso-2.6.0/tests' make[5]: Entering directory '/builddir/build/BUILD/lasso-2.6.0/tests' FAIL: tests PASS: tests2 ============================================================================ Testsuite summary for lasso 2.6.0 ============================================================================ # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to lasso-devel.libre-entreprise.org ============================================================================ make[5]: Leaving directory '/builddir/build/BUILD/lasso-2.6.0/tests' make[5]: *** [Makefile:966: test-suite.log] Error 1 make[4]: *** [Makefile:1074: check-TESTS] Error 2 make[3]: *** [Makefile:1179: check-am] Error 2 make[4]: Leaving directory '/builddir/build/BUILD/lasso-2.6.0/tests' make[3]: Leaving directory '/builddir/build/BUILD/lasso-2.6.0/tests' make[2]: Leaving directory '/builddir/build/BUILD/lasso-2.6.0/tests' make[2]: *** [Makefile:858: check-recursive] Error 1 make[1]: *** [Makefile:575: check-recursive] Error 1 make[1]: Leaving directory '/builddir/build/BUILD/lasso-2.6.0' make: *** [Makefile:870: check] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.fwpjDt (%check) Full log attached.
Thank you for the bug report. I don't think this is related to Python3.8 because the test that fails is an ordinary C test. Is the environment you tested with reproducable? (e.g. a mock config?)
yes: https://copr.fedorainfracloud.org/coprs/g/python/python3.8/
A difference between passing and failing build root is at <https://apps.fedoraproject.org/koschei/build/6258310>.
I'm sorry for the late reply. In the end, this really has nothing to do with python, the issue was that an expired certificate is used in the tests. I'll patch lasso to not use the certificate while we work on solving this better with upstream.
Fixed in lasso-2.6.0-13.fc31 I also backported the fix into the older supported branches (30, 29) and built the packages to make sure they do actually build: - lasso-2.6.0-12.fc30 - lasso-2.6.0-11.fc29 But I don't think it is required to issue a bodhi update as long as the libraries are patched so that the next build that actually does something useful succeeds. I'm going to close this bug now.
Build succeeded with Python 3.8. Thank you.