Is it possible that Travis aborted the job because it took longer than
20 minutes (the default timeout for Travis)?
That duration value on the travis_time line indicates a duration of
just over 20 minutes (in nanoseconds).
You could try using travis_wait to give it more time:
https://docs.travis-ci.com/user/common-build-problems/#my-builds-are-timing-out

On Tue, Aug 20, 2019 at 1:01 PM Jens Geyer <jensge...@hotmail.com> wrote:
>
> Hi all,
>
> does anybody know what this error is about?
> The deprecations are warnings, so what else could be wrong here?
>
> https://travis-ci.org/apache/thrift/jobs/574053036
>
> dmd -L-fuse-ld=gold -L-levent ../libthriftd-event.a -L-fuse-ld=gold -L-lssl 
> -L-lcrypto ../libthriftd-ssl.a -w -wi -O -release -inline 
> -I../../../lib/d/src -Igen-d ../../../lib/d/libthriftd.a 
> -ofserialization_benchmark serialization_benchmark.d 
> gen-d/DebugProtoTest_types.d
> dmd -L-fuse-ld=gold -L-levent ../libthriftd-event.a -L-fuse-ld=gold -L-lssl 
> -L-lcrypto ../libthriftd-ssl.a -w -wi -O -release -inline 
> -I../../../lib/d/src -Igen-d ../../../lib/d/libthriftd.a 
> -ofstress_test_server stress_test_server.d test_utils.d 
> gen-d/thrift/test/stress/Service.d gen-d/thrift/test/stress/StressTest_types.d
> dmd -L-fuse-ld=gold -L-levent ../libthriftd-event.a -L-fuse-ld=gold -L-lssl 
> -L-lcrypto ../libthriftd-ssl.a -w -wi -O -release -inline 
> -I../../../lib/d/src -Igen-d ../../../lib/d/libthriftd.a 
> -ofthrift_test_client thrift_test_client.d thrift_test_common.d 
> gen-d/thrift/test/SecondService.d gen-d/thrift/test/ThriftTest.d 
> gen-d/thrift/test/ThriftTest_constants.d gen-d/thrift/test/ThriftTest_types.d
>  [1mthrift_test_client.d(128):  [1;36mDeprecation:  [mstruct 
> `std.datetime.StopWatch` is deprecated - Use std.datetime.stopwatch.StopWatch.
>  [1mthrift_test_client.d(128):  [1;36mDeprecation:  [mstruct 
> `std.datetime.StopWatch` is deprecated - Use std.datetime.stopwatch.StopWatch.
>  [1mthrift_test_client.d(338):  [1;36mDeprecation:  [mstruct 
> `std.datetime.StopWatch` is deprecated - Use std.datetime.stopwatch.StopWatch.
>  [1mthrift_test_client.d(338):  [1;36mDeprecation:  [malias 
> `std.datetime.AutoStart` is deprecated - Use std.datetime.stopwatch.AutoStart.
>  [1mthrift_test_client.d(338):  [1;36mDeprecation:  [mstruct 
> `std.datetime.StopWatch` is deprecated - Use std.datetime.stopwatch.StopWatch.
> dmd -L-fuse-ld=gold -L-levent ../libthriftd-event.a -L-fuse-ld=gold -L-lssl 
> -L-lcrypto ../libthriftd-ssl.a -w -wi -O -release -inline 
> -I../../../lib/d/src -Igen-d ../../../lib/d/libthriftd.a 
> -ofthrift_test_server thrift_test_server.d thrift_test_common.d test_utils.d 
> gen-d/thrift/test/SecondService.d gen-d/thrift/test/ThriftTest.d 
> gen-d/thrift/test/ThriftTest_constants.d gen-d/thrift/test/ThriftTest_types.d
> make[3]: Leaving directory '/thrift/src/lib/d/test'
> make[2]: Leaving directory '/thrift/src/lib/d'
> make[1]: Leaving directory '/thrift/src/lib'
> travis_time:end:17fb8648:start=1566251726125736930,finish=1566252944899663089,duration=1218773926159
>  [0K [31;1mThe command "build/docker/run.sh" exited with 2. [0m
>
>

Reply via email to