You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2017/03/26 16:20:42 UTC

[jira] [Updated] (THRIFT-4133) Flaky Dart build

     [ https://issues.apache.org/jira/browse/THRIFT-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-4133:
-------------------------------
    Priority: Major  (was: Critical)

> Flaky Dart build
> ----------------
>
>                 Key: THRIFT-4133
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4133
>             Project: Thrift
>          Issue Type: Bug
>          Components: Dart - Library
>    Affects Versions: 0.11.0
>         Environment: Travis CI, Ubuntu 14.04.5
>            Reporter: Jim Apple
>              Labels: flaky-build
>
> 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.
> {noformat}
> $ 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
> {noformat}
> The final suspicious part of the console output is:
> {noformat}
> 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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)