I'm seeing travis errors for the x86_64-apple-darwin11 build in two PRs (#9381, #9680). Failure happens reliably within a few minutes of restarting the build. Output:
https://travis-ci.org/bitcoin/bitcoin/jobs/316549754 https://travis-ci.org/bitcoin/bitcoin/jobs/316549909
$ if [ -z "$NO_DEPENDS" ]; then make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS; fi
make: Entering directory `/home/travis/build/bitcoin/bitcoin/depends'
Fetching boost_1_64_0.tar.bz2 from https://dl.bintray.com/boostorg/release/1.64.0/source/
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 76.7M 100 76.7M 0 0 49.7M 0 0:00:01 0:00:01 --:--:-- 63.9M
/home/travis/build/bitcoin/bitcoin/depends/work/download/boost-1_64_0/boost_1_64_0.tar.bz2.temp: OK
Extracting boost...
/home/travis/build/bitcoin/bitcoin/depends/sources/boost_1_64_0.tar.bz2: OK
Preprocessing boost...
Configuring boost...
/bin/sh: 1: requires: not found
make: *** [/home/travis/build/bitcoin/bitcoin/depends/work/build/x86_64-apple-darwin11/boost/1_64_0-b3948cb0d56/./.stamp_configured] Error 127
make: Leaving directory `/home/travis/build/bitcoin/bitcoin/depends'
The command "if [ -z "$NO_DEPENDS" ]; then make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS; fi" failed and exited with 2 during .
Your build has been stopped.