See <https://builds.apache.org/job/Thrift/287/changes>

Changes:

[roger] THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0
Patch: Peace

------------------------------------------
[...truncated 1162 lines...]
mv -f .deps/Benchmark.Tpo .deps/Benchmark.Po
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Wall -g -O2   -o 
Benchmark Benchmark.o libtestgencpp.la -lssl -lcrypto -lrt -lpthread 
libtool: link: g++ -Wall -g -O2 -o .libs/Benchmark Benchmark.o  
./.libs/libtestgencpp.a 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp/.libs/libthrift.so> 
-lssl -lcrypto -lrt -lpthread
make[4]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp/test'>
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/cpp'>
Making all in csharp
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/csharp'>
gmcs src/Collections/THashSet.cs src/Protocol/TBase.cs 
src/Protocol/TBase64Utils.cs src/Protocol/TJSONProtocol.cs 
src/Protocol/TProtocolException.cs src/Protocol/TProtocolFactory.cs 
src/Protocol/TList.cs src/Protocol/TSet.cs src/Protocol/TMap.cs 
src/Protocol/TProtocolUtil.cs src/Protocol/TMessageType.cs 
src/Protocol/TProtocol.cs src/Protocol/TType.cs src/Protocol/TField.cs 
src/Protocol/TMessage.cs src/Protocol/TStruct.cs 
src/Protocol/TBinaryProtocol.cs src/Server/TThreadedServer.cs 
src/Server/TThreadPoolServer.cs src/Server/TSimpleServer.cs 
src/Server/TServer.cs src/Transport/TBufferedTransport.cs 
src/Transport/TTransport.cs src/Transport/TSocket.cs 
src/Transport/TTransportException.cs src/Transport/TStreamTransport.cs 
src/Transport/TFramedTransport.cs src/Transport/TServerTransport.cs 
src/Transport/TServerSocket.cs src/Transport/TTransportFactory.cs 
src/Transport/THttpClient.cs src/Transport/THttpHandler.cs src/TProcessor.cs 
src/TApplicationException.cs /out:Thrift.dll /target:library 
/reference:System.Web 
src/Protocol/TBinaryProtocol.cs(345,46): warning CS0675: The operator `|' used 
on the sign-extended type `int'. Consider casting to a smaller unsigned type 
first
Compilation succeeded - 1 warning(s)
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/csharp'>
Making all in java
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant -Dtest.junit.output.format=xml
Buildfile: <https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:
    [mkdir] Created dir: 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/lib>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/tools>
    [mkdir] Created dir: 
<https://builds.apache.org/job/Thrift/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/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/ws/thrift/lib/java/build/lib>
     [copy] Copying 3 files to 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/lib>

init:

compile:
    [javac] Compiling 90 source files to 
<https://builds.apache.org/job/Thrift/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/ws/thrift/lib/java/build/META-INF>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/META-INF>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/Thrift/ws/thrift/lib/java/build/META-INF>
      [jar] Building jar: 
<https://builds.apache.org/job/Thrift/287/artifact/thrift/lib/java/build/libthrift-0.8.0-snapshot.jar>

BUILD SUCCESSFUL
Total time: 4 seconds
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/java'>
Making all in js/test
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/js/test'>
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/js/test'>
Making all in py
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/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/ws/thrift/lib/py'>
Making all in erl
make[3]: Entering directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/erl'>
for f in ../../test/AnnotationTest.thrift ../../test/BrokenConstants.thrift 
../../test/ConstantsDemo.thrift ../../test/DebugProtoTest.thrift 
../../test/DenseLinkingTest.thrift ../../test/DocTest.thrift 
../../test/JavaBeansTest.thrift ../../test/ManyTypedefs.thrift 
../../test/OptionalRequiredTest.thrift ../../test/SmallTest.thrift 
../../test/StressTest.thrift ../../test/ThriftTest.thrift 
test/Thrift1151.thrift ; do \
          ../../compiler/cpp/thrift --gen erl -out test $f ; \
        done ; \
        touch .generated
[ERROR:<https://builds.apache.org/job/Thrift/ws/thrift/test/BrokenConstants.thrift>:21]
 (last token was '9876543210987654321')
This integer is too big: "9876543210987654321"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[WARNING:<https://builds.apache.org/job/Thrift/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/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/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/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/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/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/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/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/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/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/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/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/ws/thrift/test/JavaBeansTest.thrift>:38]
 No field key specified for blah, resulting protocol may have conflicts or not 
be backwards compatible!

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

./rebar get-deps
==> nicefloats (get-deps)
==> jsx (get-deps)
==> erl (get-deps)
./rebar compile
==> nicefloats (compile)
Compiled src/nicefloats.erl
==> jsx (compile)
./include/jsx_common.hrl:34: type jsx_opt() undefined
./include/jsx_common.hrl:66: type jsx_parser_result() undefined
./include/jsx_common.hrl:82: type eep0018_array() undefined
./include/jsx_common.hrl:82: type eep0018_object() undefined
./include/jsx_common.hrl:84: type eep0018_term() undefined
./include/jsx_common.hrl:85: type eep0018_key() undefined
./include/jsx_common.hrl:85: type eep0018_term() undefined
./include/jsx_common.hrl:91: type eep0018_string() undefined
./include/jsx_common.hrl:92: type eep0018_number() undefined
./include/jsx_common.hrl:100: type encoder_opt() undefined
./include/jsx_common.hrl:109: type decoder_opt() undefined
./include/jsx_common.hrl:117: type verify_opt() undefined
./include/jsx_common.hrl:123: type format_opt() undefined
make[3]: *** [all] Error 1
make[3]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib/erl'>
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`<https://builds.apache.org/job/Thrift/ws/thrift/lib'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift'>
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Updating THRIFT-1031
Publishing Javadoc
Recording test results

Reply via email to