Skip to content

main/fontconfig: tests: -j1, cat log on failure

Oliver Smith requested to merge ollieparanoid/aports:fontconfig-armhf-fix into master

This is currently blocking build-edge-armhf: https://build.alpinelinux.org/buildlogs/build-edge-armhf/main/fontconfig/fontconfig-2.13.1-r3.log

make  check-TESTS
make[3]: Entering directory '/home/buildozer/aports/main/fontconfig/src/fontconfig-2.13.1/test'
make[4]: Entering directory '/home/buildozer/aports/main/fontconfig/src/fontconfig-2.13.1/test'
PASS: test-hash
PASS: test-name-parse
PASS: test-bz131804
PASS: test-bz96676
PASS: test-bz89617
PASS: test-bz106632
FAIL: run-test.sh

One of the tests, "run-test.sh", is currently failing on build-edge-armhf. I was not able to reproduce it with an arm machine locally. Using -j1 should hopefully fix it, and if it does not, at least we should see more details about why it fails on the build machine.

Notably the gitlab CI job for build-armv7 also failed without -j1.

Edited by Oliver Smith

Merge request reports