www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18519] New: freebsd 11 + phobos + curl, timing out

https://issues.dlang.org/show_bug.cgi?id=18519

          Issue ID: 18519
           Summary: freebsd 11 + phobos + curl, timing out
           Product: D
           Version: D2
          Hardware: x86
                OS: FreeBSD
            Status: NEW
          Severity: critical
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: braddr puremagic.com

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

--
Feb 24 2018