Github user phongphan commented on the pull request:

    https://github.com/apache/thrift/pull/648#issuecomment-147209336
  
    Looks like `clang++` crashed makes one job failed.
    > make  TestServer TestClient StressTest StressTestNonBlocking
    > make[4]: Entering directory `/home/travis/build/apache/thrift/test/cpp'
    > depbase=`echo src/TestServer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    >   clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift  
-I/usr/include  -I../../lib/cpp/src -Igen-cpp  -Wall -Wextra -pedantic -g -O2 
-std=c++11 -MT src/TestServer.o -MD -MP -MF $depbase.Tpo -c -o src/TestServer.o 
src/TestServer.cpp &&\
    >   mv -f $depbase.Tpo $depbase.Po
    > depbase=`echo src/TestClient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    >   clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift  
-I/usr/include  -I../../lib/cpp/src -Igen-cpp  -Wall -Wextra -pedantic -g -O2 
-std=c++11 -MT src/TestClient.o -MD -MP -MF $depbase.Tpo -c -o src/TestClient.o 
src/TestClient.cpp &&\
    >   mv -f $depbase.Tpo $depbase.Po
    > clang: error: unable to execute command: Killed
    > clang: error: clang frontend command failed due to signal (use -v to see 
invocation)
    > clang version 3.4 (tags/RELEASE_34/final)
    > Target: x86_64-unknown-linux-gnu
    > Thread model: posix
    > clang: note: diagnostic msg: PLEASE submit a bug report to 
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and 
associated run script.
    > clang: note: diagnostic msg: 
    > ********************
    > 
    > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
    > Preprocessed source(s) and associated run script(s) are located at:
    > clang: note: diagnostic msg: /tmp/TestClient-15e86a.cpp
    > clang: note: diagnostic msg: /tmp/TestClient-15e86a.sh
    > clang: note: diagnostic msg: 
    > 
    > ********************
    > make[4]: *** [src/TestClient.o] Error 254
    > make[4]: *** Waiting for unfinished jobs....
    > make[4]: Leaving directory `/home/travis/build/apache/thrift/test/cpp'
    > make[3]: *** [check-am] Error 2
    > make[3]: Leaving directory `/home/travis/build/apache/thrift/test/cpp'
    > make[2]: *** [check] Error 2
    > make[2]: Leaving directory `/home/travis/build/apache/thrift/test/cpp'
    > make[1]: *** [check-recursive] Error 1
    > make[1]: Leaving directory `/home/travis/build/apache/thrift/test'
    > make: *** [check-recursive] Error 1



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to