Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
0.11.0
-
None
-
Travis CI, Ubuntu 14.04.5
Description
https://travis-ci.org/apache/thrift/jobs/213970932, with the below parameters, failed in a documentation-only commit: https://github.com/apache/thrift/commit/847fae9388048aa9e09d5ed042e34f5452638248. This seems like an indicator of a flaky build.
$ export TEST_NAME="" $ export SCRIPT="cmake.sh" $ export BUILD_ARG="" $ export BUILD_ENV="-e CC=clang -e CXX=clang++" $ export DISTRO=ubuntu $ export BUILD_LIBS="CPP C_GLIB HASKELL JAVA PYTHON TESTING TUTORIALS" $ export TEST_NAME="Cross Language Tests (Debian) (Binary, Header, Multiplexed Protocols)" $ export SCRIPT="cross-test.sh" $ export BUILD_ARG="-'(binary|header|multiplexed)'" $ export BUILD_ENV="-e CC=clang -e CXX=clang++ -e THRIFT_CROSSTEST_CONCURRENCY=4" $ export DISTRO=debian
The final suspicious part of the console output is:
Downloading watcher 0.9.7+3... Connection closed while receiving data Makefile:606: recipe for target 'all-local' failed make[3]: *** [all-local] Error 69 make[3]: Leaving directory '/thrift/src/lib/dart' Makefile:562: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/thrift/src/lib' Makefile:642: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/thrift/src' Makefile:555: recipe for target 'all' failed make: *** [all] Error 2