See <https://builds.apache.org/job/Thrift-precommit/313/changes>
Changes:
[voipman] THRIFT-3744 The precision should be 17 (16 bits need after dot) after
------------------------------------------
[...truncated 6358 lines...]
cp lib/Thrift/MultiplexedProcessor.pm blib/lib/Thrift/MultiplexedProcessor.pm
cp lib/Thrift.pm blib/lib/Thrift.pm
cp lib/Thrift/ProtocolDecorator.pm blib/lib/Thrift/ProtocolDecorator.pm
cp lib/Thrift/Server.pm blib/lib/Thrift/Server.pm
cp lib/Thrift/SSLServerSocket.pm blib/lib/Thrift/SSLServerSocket.pm
cp lib/Thrift/Protocol.pm blib/lib/Thrift/Protocol.pm
cp lib/Thrift/ServerSocket.pm blib/lib/Thrift/ServerSocket.pm
cp lib/Thrift/UnixServerSocket.pm blib/lib/Thrift/UnixServerSocket.pm
cp lib/Thrift/HttpClient.pm blib/lib/Thrift/HttpClient.pm
cp lib/Thrift/SSLSocket.pm blib/lib/Thrift/SSLSocket.pm
cp lib/Thrift/BufferedTransport.pm blib/lib/Thrift/BufferedTransport.pm
cp lib/Thrift/Socket.pm blib/lib/Thrift/Socket.pm
cp lib/Thrift/MemoryBuffer.pm blib/lib/Thrift/MemoryBuffer.pm
cp lib/Thrift/MessageType.pm blib/lib/Thrift/MessageType.pm
make[5]: Leaving directory `/thrift/lib/perl'
find blib -name 'Makefile*' -exec rm -f {} \;
make check-local
make[5]: Entering directory `/thrift/lib/perl'
/usr/bin/perl -Iblib/lib -I/thrift/lib/perl -I./gen-perl2 -I./gen-perl \
/thrift/lib/perl/test.pl /thrift/lib/perl/test/*.t
/thrift/lib/perl/test/memory_buffer.t ..
/thrift/lib/perl/test/memory_buffer.t .. 1/6
/thrift/lib/perl/test/memory_buffer.t .. ok
/thrift/lib/perl/test/multiplex.t ......
/thrift/lib/perl/test/multiplex.t ...... 1/6
/thrift/lib/perl/test/multiplex.t ...... ok
/thrift/lib/perl/test/processor.t ......
/thrift/lib/perl/test/processor.t ...... 1/2
/thrift/lib/perl/test/processor.t ...... ok
All tests successful.
Files=3, Tests=14, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.29 cusr 0.05
csys = 0.38 CPU)
Result: PASS
make[5]: Leaving directory `/thrift/lib/perl'
make[4]: Leaving directory `/thrift/lib/perl'
make[3]: Leaving directory `/thrift/lib/perl'
make[2]: Leaving directory `/thrift/lib/perl'
Making check in php
make[2]: Entering directory `/thrift/lib/php'
Making check in test
make[3]: Entering directory `/thrift/lib/php/test'
mkdir -p ./packages
../../../compiler/cpp/thrift --gen php -r --out ./packages
../../../test/ThriftTest.thrift
[WARNING:/thrift/test/ThriftTest.thrift:83] The "byte" type is a compatibility
alias for "i8". Use "i8" to emphasize the signedness of this type.
[WARNING:/thrift/test/ThriftTest.thrift:44] No generator named 'noexist' could
be found!
[WARNING:/thrift/test/ThriftTest.thrift:46] cpp generator does not accept
'noexist' as sub-namespace!
mkdir -p ./packages/phpv
mkdir -p ./packages/phpvo
mkdir -p ./packages/phpjs
../../../compiler/cpp/thrift --gen php:validate -r --out ./packages/phpv
TestValidators.thrift
[WARNING:/thrift/test/ThriftTest.thrift:83] The "byte" type is a compatibility
alias for "i8". Use "i8" to emphasize the signedness of this type.
[WARNING:/thrift/test/ThriftTest.thrift:44] No generator named 'noexist' could
be found!
[WARNING:/thrift/test/ThriftTest.thrift:46] cpp generator does not accept
'noexist' as sub-namespace!
../../../compiler/cpp/thrift --gen php:validate,oop -r --out ./packages/phpvo
TestValidators.thrift
[WARNING:/thrift/test/ThriftTest.thrift:83] The "byte" type is a compatibility
alias for "i8". Use "i8" to emphasize the signedness of this type.
[WARNING:/thrift/test/ThriftTest.thrift:44] No generator named 'noexist' could
be found!
[WARNING:/thrift/test/ThriftTest.thrift:46] cpp generator does not accept
'noexist' as sub-namespace!
../../../compiler/cpp/thrift --gen php:json -r --out ./packages/phpjs
TestValidators.thrift
[WARNING:/thrift/test/ThriftTest.thrift:83] The "byte" type is a compatibility
alias for "i8". Use "i8" to emphasize the signedness of this type.
[WARNING:/thrift/test/ThriftTest.thrift:44] No generator named 'noexist' could
be found!
[WARNING:/thrift/test/ThriftTest.thrift:46] cpp generator does not accept
'noexist' as sub-namespace!
/usr/bin/phpunit --log-junit=TEST-log-json-protocol.xml
Test/Thrift/Protocol/TestTJSONProtocol.php
PHPUnit 3.7.28 by Sebastian Bergmann.
..................................
Time: 273 ms, Memory: 4.75Mb
OK (34 tests, 32 assertions)
/usr/bin/phpunit --log-junit=TEST-binary-serializer.xml
Test/Thrift/Protocol/TestBinarySerializer.php
PHPUnit 3.7.28 by Sebastian Bergmann.
.
Time: 39 ms, Memory: 3.50Mb
OK (1 test, 1 assertion)
/usr/bin/phpunit --log-junit=TEST-log-simple-json-protocol.xml
Test/Thrift/Protocol/TestTSimpleJSONProtocol.php
PHPUnit 3.7.28 by Sebastian Bergmann.
...............
Time: 57 ms, Memory: 4.50Mb
OK (15 tests, 14 assertions)
php Test/Thrift/TestValidators.php
php Test/Thrift/TestValidators.php -oop
/usr/bin/phpunit --log-junit=TEST-json-serializer.xml Test/Thrift/JsonSerialize/
PHPUnit 3.7.28 by Sebastian Bergmann.
.......
Time: 45 ms, Memory: 4.25Mb
OK (7 tests, 9 assertions)
make[3]: Leaving directory `/thrift/lib/php/test'
make[3]: Entering directory `/thrift/lib/php'
cd src/ext/thrift_protocol/ && make
make[4]: Entering directory `/thrift/lib/php/src/ext/thrift_protocol'
/bin/bash /thrift/lib/php/src/ext/thrift_protocol/libtool --mode=install cp
./thrift_protocol.la /thrift/lib/php/src/ext/thrift_protocol/modules
libtool: install: cp ./.libs/thrift_protocol.so
/thrift/lib/php/src/ext/thrift_protocol/modules/thrift_protocol.so
libtool: install: cp ./.libs/thrift_protocol.lai
/thrift/lib/php/src/ext/thrift_protocol/modules/thrift_protocol.la
libtool: finish:
PATH="/usr/lib/dart/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin"
ldconfig -n /thrift/lib/php/src/ext/thrift_protocol/modules
----------------------------------------------------------------------
Libraries have been installed in:
/thrift/lib/php/src/ext/thrift_protocol/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
make[4]: Leaving directory `/thrift/lib/php/src/ext/thrift_protocol'
make[3]: Leaving directory `/thrift/lib/php'
make[2]: Leaving directory `/thrift/lib/php'
Making check in dart
make[2]: Entering directory `/thrift/lib/dart'
/usr/lib/dart/bin/pub get
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies... (1.0s)
Resolving dependencies... (1.1s)
Resolving dependencies... (1.2s)
Resolving dependencies... (1.3s)
Resolving dependencies... (1.4s)
Resolving dependencies... (1.5s)
Resolving dependencies... (1.6s)
Resolving dependencies... (1.7s)
Resolving dependencies... (1.8s)
Resolving dependencies... (1.9s)
Resolving dependencies... (2.0s)
Resolving dependencies... (2.1s)
Resolving dependencies... (2.2s)
Resolving dependencies... (2.3s)
Resolving dependencies... (2.4s)
Resolving dependencies... (2.5s)
Resolving dependencies... (2.6s)
Resolving dependencies... (2.7s)
Resolving dependencies... (2.8s)
Resolving dependencies... (2.9s)
Resolving dependencies... (3.0s)
Resolving dependencies... (3.1s)
Resolving dependencies... (3.2s)
Resolving dependencies... (3.3s)
Resolving dependencies... (3.4s)
Resolving dependencies... (3.5s)
Resolving dependencies... (3.6s)
Resolving dependencies... (3.7s)
Resolving dependencies... (3.8s)
Resolving dependencies... (3.9s)
Resolving dependencies... (4.0s)
Resolving dependencies... (4.1s)
Resolving dependencies... (4.2s)
Resolving dependencies... (4.3s)
Resolving dependencies... (4.4s)
Resolving dependencies... (4.5s)
Resolving dependencies... (4.6s)
Resolving dependencies... (4.7s)
Resolving dependencies... (4.8s)
Resolving dependencies... (4.8s)
Downloading coverage 0.7.2...
Downloading args 0.13.3+3...
Downloading crypto 0.9.1...
Downloading dart_dev 1.0.6...
Downloading ansicolor 0.0.9...
Downloading dart_style 0.2.4...
Downloading analyzer 0.27.1+2...
Downloading dartdoc 0.8.5...
Downloading cli_util 0.0.1+2...
Downloading collection 1.4.0...
Downloading fixnum 0.10.2...
Downloading glob 1.1.0...
Downloading html 0.12.2+1...
Downloading csslib 0.12.2...
Downloading http 0.11.3+3...
Downloading http_parser 2.1.0...
Downloading async 1.8.0...
Downloading logging 0.11.2...
Downloading markdown 0.8.0...
Downloading mockito 0.11.0...
Downloading mustache4dart 1.0.10...
Downloading package_config 0.1.3...
Downloading charcode 1.1.0...
Downloading path 1.3.9...
Downloading plugin 0.1.0...
Downloading pub_cache 0.1.0...
Downloading pub_semver 1.2.3...
Downloading quiver 0.21.4...
Downloading matcher 0.12.0+1...
Downloading source_span 1.2.1...
Downloading stack_trace 1.6.1...
Downloading stream_channel 1.2.0...
Downloading string_scanner 0.1.4+1...
Downloading test 0.12.10...
Downloading barback 0.15.2+7...
Downloading http_multi_server 2.0.0...
Downloading pool 1.2.1...
Downloading shelf 0.6.5...
Downloading shelf_static 0.2.3+3...
Downloading mime 0.9.3...
Downloading shelf_web_socket 0.1.0...
Downloading source_map_stack_trace 1.0.4...
Downloading source_maps 0.10.1...
Downloading utf 0.9.0+2...
Downloading watcher 0.9.7...
Downloading which 0.1.3...
Downloading when 0.2.0...
Downloading yaml 2.1.8...
OS Error: Connection timed out, errno = 110, address = pub.dartlang.org, port =
41161
make[2]: *** [all-local] Error 69
make[2]: Leaving directory `/thrift/lib/dart'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/thrift/lib'
make: *** [check-recursive] Error 1
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
Compressed 143.78 MB of artifacts by 98.4% relative to #312
Publishing Javadoc
Updating THRIFT-3744