You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/05/18 08:54:16 UTC

Build failed in Jenkins: Thrift-hs #1

See <https://builds.apache.org/job/Thrift-hs/1/>

------------------------------------------
[...truncated 2869 lines...]
src/Protocol/TBinaryProtocol.cs(350,46): warning CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
src/Transport/THttpClient.cs(43,32): warning CS0414: The private field `Thrift.Transport.THttpClient.connection' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/csharp'>
Making all in java
make[3]: Entering directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java'>
/usr/bin/ant -Dtest.junit.output.format=xml
Buildfile: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build.xml>

setup.init:
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build>
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/tools>
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/test>

mvn.ant.tasks.check:

proxy:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar
      [get] To: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.3.jar>

mvn.init:
[artifact:dependencies] [WARNING] Overriding profile: 'maven-ant-tasks-repo-profile' (source: pom) with new instance from source: pom
     [copy] Copying 7 files to <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/lib>
     [copy] Copying 3 files to <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/lib>

init:

compile:
    [javac] Compiling 90 source files to <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

dist:
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/META-INF>
     [copy] Copying 1 file to <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/META-INF>
     [copy] Copying 1 file to <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java/build/META-INF>
      [jar] Building jar: <https://builds.apache.org/job/Thrift-hs/1/artifact/thrift/lib/java/build/libthrift-0.9.0-snapshot.jar>

BUILD SUCCESSFUL
Total time: 4 seconds
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/java'>
Making all in js/test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/js/test'>
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/js/test'>
Making all in py
make[3]: Entering directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/py'>
/usr/bin/python setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/thrift
copying src/Thrift.py -> build/lib.linux-x86_64-2.6/thrift
copying src/TSCons.py -> build/lib.linux-x86_64-2.6/thrift
copying src/__init__.py -> build/lib.linux-x86_64-2.6/thrift
copying src/TSerialization.py -> build/lib.linux-x86_64-2.6/thrift
creating build/lib.linux-x86_64-2.6/thrift/protocol
copying src/protocol/__init__.py -> build/lib.linux-x86_64-2.6/thrift/protocol
copying src/protocol/TProtocol.py -> build/lib.linux-x86_64-2.6/thrift/protocol
copying src/protocol/TBase.py -> build/lib.linux-x86_64-2.6/thrift/protocol
copying src/protocol/TCompactProtocol.py -> build/lib.linux-x86_64-2.6/thrift/protocol
copying src/protocol/TBinaryProtocol.py -> build/lib.linux-x86_64-2.6/thrift/protocol
creating build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/TTransport.py -> build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/TSSLSocket.py -> build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/TZlibTransport.py -> build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/__init__.py -> build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/TSocket.py -> build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/THttpClient.py -> build/lib.linux-x86_64-2.6/thrift/transport
copying src/transport/TTwisted.py -> build/lib.linux-x86_64-2.6/thrift/transport
creating build/lib.linux-x86_64-2.6/thrift/server
copying src/server/TNonblockingServer.py -> build/lib.linux-x86_64-2.6/thrift/server
copying src/server/TServer.py -> build/lib.linux-x86_64-2.6/thrift/server
copying src/server/TProcessPoolServer.py -> build/lib.linux-x86_64-2.6/thrift/server
copying src/server/__init__.py -> build/lib.linux-x86_64-2.6/thrift/server
copying src/server/THttpServer.py -> build/lib.linux-x86_64-2.6/thrift/server
running build_ext
building 'thrift.protocol.fastbinary' extension
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/src
creating build/temp.linux-x86_64-2.6/src/protocol
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c src/protocol/fastbinary.c -o build/temp.linux-x86_64-2.6/src/protocol/fastbinary.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/src/protocol/fastbinary.o -o build/lib.linux-x86_64-2.6/thrift/protocol/fastbinary.so
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/py'>
Making all in rb
make[3]: Entering directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb'>
/usr/bin/rake 
../../compiler/cpp/thrift --gen rb -o <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb/spec> <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb/spec/ThriftSpec.thrift>
(in <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb)>
../../compiler/cpp/thrift --gen rb -o <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb/benchmark> <https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb/benchmark/Benchmark.thrift>
mkdir -p test/debug_proto
../../compiler/cpp/thrift --gen rb -o test/debug_proto ../../test/DebugProtoTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:173] 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "4294967295" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "281474976710655" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "72057594037927935" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "4294967295" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "281474976710655" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "72057594037927935" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:201] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:208] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:355] No field key specified for field1, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:356] No field key specified for field2, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:357] No field key specified for field3, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:358] No field key specified for field4, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:359] No field key specified for field5, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:360] No field key specified for field6, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:361] No field key specified for field7, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:362] No field key specified for field8, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:363] No field key specified for field9, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:364] No field key specified for field10, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:365] No field key specified for field11, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:366] No field key specified for field12, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:173] 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "4294967295" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "281474976710655" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "72057594037927935" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:183] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "4294967295" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "1099511627775" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "281474976710655" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "72057594037927935" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:192] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:201] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:208] 64-bit constant "9223372036854775807" may not work in all languages.

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:355] No field key specified for field1, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:356] No field key specified for field2, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:357] No field key specified for field3, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:358] No field key specified for field4, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:359] No field key specified for field5, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:360] No field key specified for field6, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:361] No field key specified for field7, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:362] No field key specified for field8, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:363] No field key specified for field9, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:364] No field key specified for field10, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:365] No field key specified for field11, resulting protocol may have conflicts or not be backwards compatible!

[WARNING:<https://builds.apache.org/job/Thrift-hs/ws/thrift/test/DebugProtoTest.thrift>:366] No field key specified for field12, resulting protocol may have conflicts or not be backwards compatible!

ruby extconf.rb
checking for strlcpy() in string.h... no
creating Makefile
make
make[4]: Entering directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb/ext'>
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c thrift_native.c
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c memory_buffer.c
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c protocol.c
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c strlcpy.c
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c struct.c
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c binary_protocol_accelerated.c
gcc -I. -I. -I/usr/lib/ruby/1.8/x86_64-linux -I.  -fPIC -g -O2 -Wall -Werror  -c compact_protocol.c
gcc -shared -o thrift_native.so thrift_native.o memory_buffer.o protocol.o strlcpy.o struct.o binary_protocol_accelerated.o compact_protocol.o -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic    -lruby1.8  -lpthread -lrt -ldl -lcrypt -lm   -lc
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb/ext'>
..*..........................................................................................................................................................................................................................................................................................................................................................

Pending:

Thrift::Client should increment the sequence id when sending messages (it seems sequence ids are completely ignored right now)
./spec/client_spec.rb:56

Finished in 3.009317 seconds

349 examples, 0 failures, 1 pending
gem build thrift.gemspec
  Successfully built RubyGem
  Name: thrift
  Version: 0.9.0.1
  File: thrift-0.9.0.1.gem
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/rb'>
Making all in hs
make[3]: Entering directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/hs'>
/usr/bin/runhaskell Setup.lhs configure 
Configuring thrift-0.9.0...
Setup.lhs: At least the following dependencies are missing:
hashable -any, text -any, unordered-containers -any, vector -any
make[3]: *** [all-local] Error 1
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib/hs'>
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift/lib'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift-hs/ws/thrift'>
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc