I have a fontconfig repo that has been working for over a year but that all of a sudden quit working although there have not been any changes to the repo. I have not made any changes to any of the files in the repo but it fails with the first error message being:
FAIL: run-test.sh
The last few seconds of the build is as follows:
114s] make check-TESTS 114s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] PASS: test-bz89617
114s] FAIL: run-test.sh
114s] make[4]: Entering directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] make[4]: Nothing to be done for 'all'.
114s] make[4]: Leaving directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] ============================================================================
114s] Testsuite summary for fontconfig 2.11.94
114s] ============================================================================
114s] # TOTAL: 2
114s] # PASS: 1
114s] # SKIP: 0
114s] # XFAIL: 0
114s] # FAIL: 1
114s] # XPASS: 0
114s] # ERROR: 0
114s] ============================================================================
114s] See test/test-suite.log
114s] Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig
114s] ============================================================================
114s] Makefile:757: recipe for target 'test-suite.log' failed
114s] make[3]: *** [test-suite.log] Error 1
114s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] Makefile:863: recipe for target 'check-TESTS' failed
114s] make[2]: *** [check-TESTS] Error 2
114s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] Makefile:936: recipe for target 'check-am' failed
114s] make[1]: *** [check-am] Error 2
114s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/fontconfig-2.11.94/test'
114s] Makefile:570: recipe for target 'check-recursive' failed
114s] make: *** [check-recursive] Error 1
114s] error: Bad exit status from /var/tmp/rpm-tmp.TOr6Ab (%check)
114s]
114s]
114s] RPM build errors:
114s] Bad exit status from /var/tmp/rpm-tmp.TOr6Ab (%check)
114s]
114s] lamb52 failed "build fontconfig.spec" at Tue Nov 7 21:40:21 UTC 2017.
114s]
114s] ### VM INTERACTION START ###
117s] 102.098818] reboot: Power down
117s] ### VM INTERACTION END ###
118s]
118s] lamb52 failed "build fontconfig.spec" at Tue Nov 7 21:40:25 UTC 2017.
Why would this build all of a sudden start bombing when there have not been any changes to the repo?
Thanks,
Gordon