Public bug reported:
FTBFS on resolute/resolute-proposed.
The build failure:
make[4]: *** [Makefile:38: run-test-basic_ctrl.py] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/utils'
make[3]: *** [Makefile:109: utils-tests] Error 2
make[3]: *** Waiting for unfinished jobs....
rm tests/fprintf.bin tests/malloc.bin tests/kill.bin tests/open.bin
tests/fread.bin tests/strdup.bin tests/open64.bin tests/mmap.bin
tests/fopen.bin tests/pread64.bin tests/pread.bin
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/generated'
rm test-enable_stack_by_name test-ferror test-enable_stack
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[2]: *** [Makefile:58: test] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j4 test V=1 LC_ALL=C returned exit code 2
make[1]: *** [debian/rules:34: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
I added a snippet to debian/rules for a little more verbose error output:
dh_auto_test --no-parallel -- V=1 LC_ALL=C || ( \
echo "====== TEST FAILURE LOGS ======"; \
find tests -name "output-*.txt" -print -exec cat {} \; ; \
exit 1 )
And this was the actual error:
====== TEST FAILURE LOGS ======
tests/utils/output-test-basic_ctrl.py.txt
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/utils/./test-basic_ctrl.py", line 54, in <module>
assert out == '', out
^^^^^^^^^
AssertionError: test
I suspect this is caused by a race condition but I am unable to verify
that. I tried to add time.sleep at various points of the test files to
test this theory but the build still kept failing.
Interestingly, the package builds successfully on sid.
Also:
reverse-depends src:libfiu -r resolute -b
No reverse dependencies found
reverse-depends src:libfiu -r resolute
No reverse dependencies found
Since nothing depends on this package, it could be removed as well.
** Affects: libfiu (Ubuntu)
Importance: Undecided
Status: New
** Tags: ftbfs
** Tags added: ftbfs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2133782
Title:
libfiu: ftbfs on resolute/resolute-proposed
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfiu/+bug/2133782/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs