You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/06/20 23:23:37 UTC

Build failed in Jenkins: incubator-brooklyn-master-integration #126

See <https://builds.apache.org/job/incubator-brooklyn-master-integration/126/changes>

Changes:

[alex.heneveld] sensors at riak cluster level and other minor tidies for riak and couchbase

------------------------------------------
[...truncated 29431 lines...]
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
	at org.testng.TestNG.run(TestNG.java:1057)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: net.schmizz.sshj.userauth.UserAuthException: Problem getting public key from PKCS8KeyFile{resource=[PrivateKeyFileResource] /home/jenkins/.ssh/id_rsa_with_passphrase}
	at net.schmizz.sshj.userauth.method.KeyedAuthMethod.putPubKey(KeyedAuthMethod.java:46)
	at net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:62)
	at net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:81)
	at net.schmizz.sshj.userauth.method.AbstractAuthMethod.request(AbstractAuthMethod.java:63)
	at net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:92)
	at net.schmizz.sshj.SSHClient.auth(SSHClient.java:205)
	at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:305)
	at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:324)
	at brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:206)
	at brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:42)
	at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:631)
	at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:617)
	at brooklyn.util.internal.ssh.sshj.SshjTool.connect(SshjTool.java:206)
	at brooklyn.util.internal.ssh.SshToolAbstractIntegrationTest.testSshKeyWithPassphrase(SshToolAbstractIntegrationTest.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
	at org.testng.SuiteRunner.run(SuiteRunner.java:254)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
	at org.testng.TestNG.run(TestNG.java:1057)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.io.FileNotFoundException: /home/jenkins/.ssh/id_rsa_with_passphrase (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at net.schmizz.sshj.userauth.password.PrivateKeyFileResource.getReader(PrivateKeyFileResource.java:34)
	at net.schmizz.sshj.userauth.keyprovider.PKCS8KeyFile.readKeyPair(PKCS8KeyFile.java:128)
	at net.schmizz.sshj.userauth.keyprovider.PKCS8KeyFile.getPublic(PKCS8KeyFile.java:72)
	at net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.getPublic(OpenSSHKeyFile.java:60)
	at net.schmizz.sshj.userauth.method.KeyedAuthMethod.putPubKey(KeyedAuthMethod.java:44)
	at net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:62)
	at net.schmizz.sshj.userauth.method.AuthPublickey.buildReq(AuthPublickey.java:81)
	at net.schmizz.sshj.userauth.method.AbstractAuthMethod.request(AbstractAuthMethod.java:63)
	at net.schmizz.sshj.userauth.UserAuthImpl.authenticate(UserAuthImpl.java:92)
	at net.schmizz.sshj.SSHClient.auth(SSHClient.java:205)
	at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:305)
	at net.schmizz.sshj.SSHClient.authPublickey(SSHClient.java:324)
	at brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:206)
	at brooklyn.util.internal.ssh.sshj.SshjClientConnection.create(SshjClientConnection.java:42)
	at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:631)
	at brooklyn.util.internal.ssh.sshj.SshjTool.acquire(SshjTool.java:617)
	at brooklyn.util.internal.ssh.sshj.SshjTool.connect(SshjTool.java:206)
	at brooklyn.util.internal.ssh.SshToolAbstractIntegrationTest.testSshKeyWithPassphrase(SshToolAbstractIntegrationTest.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:343)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:305)
	at org.testng.SuiteRunner.run(SuiteRunner.java:254)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
	at org.testng.TestNG.run(TestNG.java:1057)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testExtractingConnectablePassphraselessKey(brooklyn.location.basic.SshMachineLocationIntegrationTest)  Time elapsed: 0.004 sec  <<< FAILURE!
java.lang.NullPointerException: This test requires a localhost named location called 'localhost-passphrase' (which should have a passphrase set)
	at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:229)
	at brooklyn.location.basic.SshMachineLocationIntegrationTest.testExtractingConnectablePassphraselessKey(SshMachineLocationIntegrationTest.java:77)


Results :

Failed tests: 
  SshMachineLocationIntegrationTest.testExtractingConnectablePassphraselessKey:77 » NullPointer
  HostGeoLookupIntegrationTest.testMaxmindLookup:75 host lookup unavailable - is the maxmind database installed? expected object to not be null
  SshCliToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not running as root; whoami is: Executed /tmp/brooklyn-20150620-202620436-NJcU.sh, result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  ProcessToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not running as root; whoami is: Executed /tmp/brooklyn-20150620-202621129-f52V.sh, result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  SshjToolIntegrationTest>ShellToolAbstractTest.testRunAsRoot:368 not running as root; whoami is: Executed /tmp/brooklyn-20150620-210430675-zS77.sh, result 1
 (err is 'sudo: a password is required
') expected [true] but found [false]
  SshjToolIntegrationTest>SshToolAbstractIntegrationTest.testSshKeyWithPassphrase:245 » Ssh
  BashCommandsIntegrationTest.testSudo:134 out=; err=sudo: a password is required
 expected [0] but found [1]

Tests run: 1318, Failures: 7, Errors: 0, Skipped: 3

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Parent Project ........................... SUCCESS [11.747s]
[INFO] Brooklyn Utilities to Support Testing (listeners etc)  SUCCESS [9.964s]
[INFO] Brooklyn Logback Includable Configuration ......... SUCCESS [3.628s]
[INFO] Brooklyn Common Utilities ......................... FAILURE [50.630s]
[INFO] Brooklyn Groovy Utilities ......................... SUCCESS [11.732s]
[INFO] Brooklyn API ...................................... SUCCESS [5.377s]
[INFO] Brooklyn Test Support ............................. SUCCESS [8.569s]
[INFO] CAMP Server Parent Project ........................ SUCCESS [1.133s]
[INFO] CAMP Base ......................................... SUCCESS [7.223s]
[INFO] Brooklyn Core ..................................... FAILURE [1:06:37.182s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:09:01.592s
[INFO] Finished at: Sat Jun 20 21:23:20 UTC 2015
[INFO] Final Memory: 38M/240M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project brooklyn-utils-common: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/common/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project brooklyn-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/core/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-utils-common
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/core/pom.xml> to org.apache.brooklyn/brooklyn-core/0.7.0-SNAPSHOT/brooklyn-core-0.7.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn Core #2
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 9754 bytes
Compression is 0.0%
Took 0.2 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/pom.xml> to org.apache.brooklyn/brooklyn-utils-groovy/0.7.0-SNAPSHOT/brooklyn-utils-groovy-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/target/brooklyn-utils-groovy-0.7.0-SNAPSHOT.jar> to org.apache.brooklyn/brooklyn-utils-groovy/0.7.0-SNAPSHOT/brooklyn-utils-groovy-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/groovy/target/brooklyn-utils-groovy-0.7.0-SNAPSHOT-sources.jar> to org.apache.brooklyn/brooklyn-utils-groovy/0.7.0-SNAPSHOT/brooklyn-utils-groovy-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn Groovy Utilities #125
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 88353 bytes
Compression is 0.0%
Took 0.36 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/common/pom.xml> to org.apache.brooklyn/brooklyn-utils-common/0.7.0-SNAPSHOT/brooklyn-utils-common-0.7.0-SNAPSHOT.pom
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/pom.xml> to org.apache.brooklyn/brooklyn-test-support/0.7.0-SNAPSHOT/brooklyn-test-support-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/target/brooklyn-test-support-0.7.0-SNAPSHOT.jar> to org.apache.brooklyn/brooklyn-test-support/0.7.0-SNAPSHOT/brooklyn-test-support-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/test-support/target/brooklyn-test-support-0.7.0-SNAPSHOT-sources.jar> to org.apache.brooklyn/brooklyn-test-support/0.7.0-SNAPSHOT/brooklyn-test-support-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn Test Support #125
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 111203 bytes
Compression is 0.0%
Took 0.35 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/pom.xml> to org.apache.brooklyn.camp/camp-base/0.7.0-SNAPSHOT/camp-base-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/target/camp-base-0.7.0-SNAPSHOT.jar> to org.apache.brooklyn.camp/camp-base/0.7.0-SNAPSHOT/camp-base-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/camp-base/target/camp-base-0.7.0-SNAPSHOT-sources.jar> to org.apache.brooklyn.camp/camp-base/0.7.0-SNAPSHOT/camp-base-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » CAMP Base #125
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 131123 bytes
Compression is 0.0%
Took 0.26 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/pom.xml> to org.apache.brooklyn/brooklyn-parent/0.7.0-SNAPSHOT/brooklyn-parent-0.7.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn Parent Project #125
Archived 1 artifacts
Archive block size is 32768
Received 2 blocks and 28133 bytes
Compression is 70.0%
Took 0.25 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/pom.xml> to org.apache.brooklyn/brooklyn-logback-includes/0.7.0-SNAPSHOT/brooklyn-logback-includes-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/target/brooklyn-logback-includes-0.7.0-SNAPSHOT.jar> to org.apache.brooklyn/brooklyn-logback-includes/0.7.0-SNAPSHOT/brooklyn-logback-includes-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/usage/logback-includes/target/brooklyn-logback-includes-0.7.0-SNAPSHOT-sources.jar> to org.apache.brooklyn/brooklyn-logback-includes/0.7.0-SNAPSHOT/brooklyn-logback-includes-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn Logback Includable Configuration #125
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 41370 bytes
Compression is 0.0%
Took 0.42 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/pom.xml> to org.apache.brooklyn/brooklyn-utils-test-support/0.7.0-SNAPSHOT/brooklyn-utils-test-support-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/target/brooklyn-utils-test-support-0.7.0-SNAPSHOT.jar> to org.apache.brooklyn/brooklyn-utils-test-support/0.7.0-SNAPSHOT/brooklyn-utils-test-support-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/utils/test-support/target/brooklyn-utils-test-support-0.7.0-SNAPSHOT-sources.jar> to org.apache.brooklyn/brooklyn-utils-test-support/0.7.0-SNAPSHOT/brooklyn-utils-test-support-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn Utilities to Support Testing (listeners etc) #125
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 44893 bytes
Compression is 0.0%
Took 0.47 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/camp/pom.xml> to org.apache.brooklyn.camp/camp-parent/0.7.0-SNAPSHOT/camp-parent-0.7.0-SNAPSHOT.pom
Sending artifact delta relative to incubator-brooklyn-master-integration » CAMP Server Parent Project #125
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 1821 bytes
Compression is 0.0%
Took 0.17 sec
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/pom.xml> to org.apache.brooklyn/brooklyn-api/0.7.0-SNAPSHOT/brooklyn-api-0.7.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/target/brooklyn-api-0.7.0-SNAPSHOT.jar> to org.apache.brooklyn/brooklyn-api/0.7.0-SNAPSHOT/brooklyn-api-0.7.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/incubator-brooklyn-master-integration/ws/api/target/brooklyn-api-0.7.0-SNAPSHOT-sources.jar> to org.apache.brooklyn/brooklyn-api/0.7.0-SNAPSHOT/brooklyn-api-0.7.0-SNAPSHOT-sources.jar
Sending artifact delta relative to incubator-brooklyn-master-integration » Brooklyn API #125
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 250608 bytes
Compression is 0.0%
Took 0.43 sec
channel stopped
Looks like the node went offline during the build. Check the slave log for the details.