See <https://builds.apache.org/job/Aurora/1805/display/redirect?page=changes>
Changes: [wfarner] Update to gradle 4.2 ------------------------------------------ [...truncated 124.62 KB...] config.status: creating lib/cpp/src/thrift/config.h config.status: executing depfiles commands config.status: executing libtool commands thrift 0.9.1 Building C++ Library ......... : no Building C (GLib) Library .... : no Building Java Library ........ : no Building C# Library .......... : no Building Python Library ...... : yes Building Ruby Library ........ : no Building Haskell Library ..... : no Building Perl Library ........ : no Building PHP Library ......... : no Building Erlang Library ...... : no Building Go Library .......... : no Building D Library ........... : no Python Library: Using Python .............. : /usr/bin/python2.7 If something is missing that you think should be present, please skim the output of configure to find the missing component. Details are present in config.log. make[1]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'> make all-recursive make[2]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'> Making all in compiler/cpp make[3]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/compiler/cpp'> make all-am make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/compiler/cpp'> g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -Wno-sign-compare -Wno-unused -g -O2 -c -o libparse_a-thrifty.o `test -f 'thrifty.cc' || echo './'`thrifty.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -Wno-sign-compare -Wno-unused -g -O2 -c -o libparse_a-thriftl.o `test -f 'thriftl.cc' || echo './'`thriftl.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-main.o `test -f 'src/main.cc' || echo './'`src/main.cc gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -g -O2 -c -o thrift-md5.o `test -f 'src/md5.c' || echo './'`src/md5.c g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-t_generator.o `test -f 'src/generate/t_generator.cc' || echo './'`src/generate/t_generator.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-parse.o `test -f 'src/parse/parse.cc' || echo './'`src/parse/parse.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-t_java_generator.o `test -f 'src/generate/t_java_generator.cc' || echo './'`src/generate/t_java_generator.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-t_py_generator.o `test -f 'src/generate/t_py_generator.cc' || echo './'`src/generate/t_py_generator.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-t_html_generator.o `test -f 'src/generate/t_html_generator.cc' || echo './'`src/generate/t_html_generator.cc g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I./src -Wall -g -O2 -c -o thrift-t_js_generator.o `test -f 'src/generate/t_js_generator.cc' || echo './'`src/generate/t_js_generator.cc rm -f libparse.a ar cru libparse.a libparse_a-thrifty.o libparse_a-thriftl.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libparse.a /bin/bash ../../libtool --tag=CXX --mode=link g++ -Wall -g -O2 -o thrift thrift-main.o thrift-md5.o thrift-t_generator.o thrift-parse.o thrift-t_java_generator.o thrift-t_py_generator.o thrift-t_html_generator.o thrift-t_js_generator.o -lfl libparse.a libtool: link: g++ -Wall -g -O2 -o thrift thrift-main.o thrift-md5.o thrift-t_generator.o thrift-parse.o thrift-t_java_generator.o thrift-t_py_generator.o thrift-t_html_generator.o thrift-t_js_generator.o -lfl libparse.a make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/compiler/cpp'> make[3]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/compiler/cpp'> Making all in lib make[3]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'> Making all in py make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/py'> /usr/bin/python2.7 setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/thrift copying src/Thrift.py -> build/lib.linux-x86_64-2.7/thrift copying src/TTornado.py -> build/lib.linux-x86_64-2.7/thrift copying src/__init__.py -> build/lib.linux-x86_64-2.7/thrift copying src/TSCons.py -> build/lib.linux-x86_64-2.7/thrift copying src/TSerialization.py -> build/lib.linux-x86_64-2.7/thrift creating build/lib.linux-x86_64-2.7/thrift/protocol copying src/protocol/TCompactProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol copying src/protocol/TProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol copying src/protocol/TBinaryProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol copying src/protocol/TBase.py -> build/lib.linux-x86_64-2.7/thrift/protocol copying src/protocol/__init__.py -> build/lib.linux-x86_64-2.7/thrift/protocol copying src/protocol/TJSONProtocol.py -> build/lib.linux-x86_64-2.7/thrift/protocol creating build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/TTwisted.py -> build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/TSocket.py -> build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/TSSLSocket.py -> build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/THttpClient.py -> build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/TZlibTransport.py -> build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/__init__.py -> build/lib.linux-x86_64-2.7/thrift/transport copying src/transport/TTransport.py -> build/lib.linux-x86_64-2.7/thrift/transport creating build/lib.linux-x86_64-2.7/thrift/server copying src/server/THttpServer.py -> build/lib.linux-x86_64-2.7/thrift/server copying src/server/TProcessPoolServer.py -> build/lib.linux-x86_64-2.7/thrift/server copying src/server/TNonblockingServer.py -> build/lib.linux-x86_64-2.7/thrift/server copying src/server/__init__.py -> build/lib.linux-x86_64-2.7/thrift/server copying src/server/TServer.py -> build/lib.linux-x86_64-2.7/thrift/server running build_ext building 'thrift.protocol.fastbinary' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src creating build/temp.linux-x86_64-2.7/src/protocol x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/protocol/fastbinary.c -o build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/protocol/fastbinary.o -o build/lib.linux-x86_64-2.7/thrift/protocol/fastbinary.so make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/py'> make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'> make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'> make[3]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'> Making all in tutorial make[3]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> Making all in py make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py'> ../../compiler/cpp/thrift --gen py -r ../../tutorial/tutorial.thrift [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:25] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:26] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:28] No generator named 'perl' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:29] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:65] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:66] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:68] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:69] No generator named 'perl' could be found! make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py'> Making all in py.twisted make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.twisted'> ../../compiler/cpp/thrift --gen py:twisted -r ../../tutorial/tutorial.thrift [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:25] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:26] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:28] No generator named 'perl' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:29] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:65] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:66] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:68] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:69] No generator named 'perl' could be found! make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.twisted'> Making all in py.tornado make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.tornado'> ../../compiler/cpp/thrift --gen py:tornado -r ../../tutorial/tutorial.thrift [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:25] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:26] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:28] No generator named 'perl' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:29] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:65] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:66] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:68] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:69] No generator named 'perl' could be found! make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.tornado'> make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> ../compiler/cpp/thrift --gen html -r ../tutorial/tutorial.thrift [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:25] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:26] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:28] No generator named 'perl' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:29] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:65] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:66] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:68] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:69] No generator named 'perl' could be found! make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> make[3]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> Making all in tutorial make[3]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> Making all in py make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py'> make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py'> Making all in py.twisted make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.twisted'> ../../compiler/cpp/thrift --gen py:twisted -r ../../tutorial/tutorial.thrift [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:25] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:26] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:28] No generator named 'perl' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:29] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:65] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:66] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:68] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:69] No generator named 'perl' could be found! make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.twisted'> Making all in py.tornado make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.tornado'> make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/py.tornado'> make[4]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> ../compiler/cpp/thrift --gen html -r ../tutorial/tutorial.thrift [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:25] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:26] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:28] No generator named 'perl' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/shared.thrift>:29] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:65] No generator named 'cpp' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:66] No generator named 'd' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:68] No generator named 'php' could be found! [WARNING:<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/tutorial.thrift>:69] No generator named 'perl' could be found! make[4]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> make[3]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'> make[3]: Entering directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'> make[3]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'> make[2]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'> make[1]: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'> make: Leaving directory '<https://builds.apache.org/job/Aurora/ws/build-support/thrift'> :api:classesThriftNote: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :api:checkPython :api:generateThriftEntitiesJava :api:classesThriftEntities :api:compileJava NO-SOURCE :api:generateThriftResources :api:processResources NO-SOURCE :api:classes :api:jar :commons:generateThriftJava :commons:classesThriftNote: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :commons-args:compileJava :commons-args:processResources :commons-args:classes :commons-args:jar :commons:compileJavaNote: Writing <https://builds.apache.org/job/Aurora/ws/commons/dist/classes/java/main/org/apache/aurora/common/args/apt/cmdline.arg.info.txt.1> Note: Writing <https://builds.apache.org/job/Aurora/ws/commons/dist/classes/java/main/META-INF/compiler/resource-mappings/org.apache.aurora.common.args.apt.CmdLineProcessor> Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :commons:generateThriftResources :commons:processResources :commons:classes :commons:jar :compileJava Download https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.pom Download https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.5.1/jackson-databind-2.5.1.jar <https://builds.apache.org/job/Aurora/ws/src/main/java/org/apache/aurora/scheduler/storage/log/WriteAheadStorage.java>:74: Note: Wrote forwarder org.apache.aurora.scheduler.storage.log.WriteAheadStorageForwarder @Forward({ ^ Note: Writing <https://builds.apache.org/job/Aurora/ws/dist/classes/java/main/org/apache/aurora/common/args/apt/cmdline.arg.info.txt.2> Note: Writing <https://builds.apache.org/job/Aurora/ws/dist/classes/java/main/META-INF/compiler/resource-mappings/org.apache.aurora.common.args.apt.CmdLineProcessor> :generateBuildPropertieswarning: tag '0.3.0' is really 'rel/0.3.0' here :ui:nodeSetup FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':ui:nodeSetup'. > Could not resolve all files for configuration ':ui:detachedConfiguration1'. > Could not download node-linux-x64.tar.gz (org.nodejs:node:6.9.1) > Could not get resource 'https://nodejs.org/dist/v6.9.1/node-v6.9.1-linux-x64.tar.gz'. > Could not GET 'https://nodejs.org/dist/v6.9.1/node-v6.9.1-linux-x64.tar.gz'. Received status code 504 from server: Gateway Time-out * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org BUILD FAILED in 12m 2s 25 actionable tasks: 19 executed, 6 up-to-date Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
