Freebsd 11, 32 bit, doesn't come with 32 bit curl libraries, but does 64 bit.
The phobos tests seem to not fast-fail, timing out:
timelimit: sending warning signal 15
gmake[1]: *** [posix.mak:377: unittest/std/net/curl.run] Error 143
gmake[1]: Leaving directory '/media/ephemeral0/sandbox/at-client/pull-3048038-FreeBSD_32/phobos'
gmake: *** [posix.mak:297: unittest-debug] Error 2
gmake: *** Waiting for unfinished jobs....
timelimit: sending warning signal 15
gmake[1]: *** [posix.mak:377: unittest/std/net/curl.run] Error 143
gmake[1]: Leaving directory '/media/ephemeral0/sandbox/at-client/pull-3048038-FreeBSD_32/phobos'
gmake: *** [posix.mak:297: unittest-release] Error 2
Issues:
1) how to get 32 bit libs installed on freebsd 11
2) why are the tests timing out rather than fast failing
3) why isn't it a clear failure
This isn't restricted to FreeBSD 11. Any platform that doesn't have curl libraries available will hang in the same way.
(Running the test runner on Linux64 with MODEL=32)
Comment #7 by github-bugzilla — 2019-01-04T06:39:56Z