Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.4.0
-
Fix Version/s: 0.4.0
-
Component/s: None
-
Labels:None
Description
Not yet sure why, but we just rebased ~10 patches
http://sandbox.jenkins.cloudera.com/view/RecordService/view/All/job/record-service-s3/319/console
14:17:25 -------------------------------------------------------
14:17:25 T E S T S
14:17:25 -------------------------------------------------------
14:17:25 Running s3 tests.
14:17:25 Running com.cloudera.recordservice.core.TestS3
14:17:25 0 [main] INFO com.cloudera.recordservice.core.ThriftUtils - Connecting to RecordServicePlanner at localhost:12050, with timeout: 30000ms
14:17:25 12 [main] WARN com.cloudera.recordservice.core.ThriftUtils - Could not connect to RecordServicePlanner: localhost:12050: error: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused
14:17:25 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.057 sec <<< FAILURE! - in com.cloudera.recordservice.core.TestS3
14:17:25 testNation(com.cloudera.recordservice.core.TestS3) Time elapsed: 0.056 sec <<< ERROR!
14:17:25 java.io.IOException: Could not connect to RecordServicePlanner: localhost:12050
14:17:25 at java.net.PlainSocketImpl.socketConnect(Native Method)
14:17:25 at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
14:17:25 at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
14:17:25 at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
14:17:25 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
14:17:25 at java.net.Socket.connect(Socket.java:579)
14:17:25 at org.apache.thrift.transport.TSocket.open(TSocket.java:182)
14:17:25 at com.cloudera.recordservice.core.ThriftUtils.createTransport(ThriftUtils.java:159)
14:17:25 at com.cloudera.recordservice.core.RecordServicePlannerClient.connect(RecordServicePlannerClient.java:212)
14:17:25 at com.cloudera.recordservice.core.RecordServicePlannerClient.connect(RecordServicePlannerClient.java:198)
14:17:25 at com.cloudera.recordservice.core.RecordServicePlannerClient.access$1000(RecordServicePlannerClient.java:41)
14:17:25 at com.cloudera.recordservice.core.RecordServicePlannerClient$Builder.planRequest(RecordServicePlannerClient.java:171)
14:17:25 at com.cloudera.recordservice.core.TestS3.testNation(TestS3.java:46)
14:17:25
14:17:25
14:17:25 Results :
14:17:25
14:17:25 Tests in error:
14:17:25 TestS3.testNation:46 ยป IO Could not connect to RecordServicePlanner: localhost...
14:17:25
14:17:25 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
14:17:25
14:17:25 [INFO] ------------------------------------------------------------------------
14:17:25 [INFO] BUILD FAILURE
14:17:25 [INFO] ------------------------------------------------------------------------
14:17:25 [INFO] Total time: 2.218s
14:17:25 [INFO] Finished at: Fri Jul 01 14:17:25 PDT 2016
14:17:26 [INFO] Final Memory: 22M/1932M
14:17:26 [INFO] ------------------------------------------------------------------------
14:17:26 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project recordservice-core: There are test failures.
14:17:26 [ERROR]
14:17:26 [ERROR] Please refer to /data/2/jenkins/workspace/record-service-s3/repos/RecordServiceClient/java/core/target/surefire-reports for the individual test results.
14:17:26 [ERROR] -> [Help 1]
14:17:26 [ERROR]
14:17:26 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
14:17:26 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
14:17:26 [ERROR]
14:17:26 [ERROR] For more information about the errors and possible solutions, please read the following articles:
14:17:26 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
14:17:26 Build step 'Execute shell' marked build as failure
14:17:26 FATAL: Remote call on vd0232.halxg.cloudera.com failed
14:17:26 java.io.IOException: Remote call on vd0232.halxg.cloudera.com failed
14:17:26 at hudson.remoting.Channel.call(Channel.java:731)
14:17:26 at hudson.Launcher$RemoteLauncher.kill(Launcher.java:887)
14:17:26 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:589)
14:17:26 at hudson.model.Run.execute(Run.java:1665)
14:17:26 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
14:17:26 at hudson.model.ResourceController.execute(ResourceController.java:88)
14:17:26 at hudson.model.Executor.run(Executor.java:246)
14:17:26 Caused by: java.lang.NoClassDefFoundError: Could not initialize class hudson.util.ProcessTree$UnixReflection
14:17:26 at hudson.util.ProcessTree$UnixProcess.kill(ProcessTree.java:552)
14:17:26 at hudson.util.ProcessTree$UnixProcess.killRecursively(ProcessTree.java:572)
14:17:26 at hudson.util.ProcessTree$Unix.killAll(ProcessTree.java:496)
14:17:26 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:899)
14:17:26 at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:890)
14:17:26 at hudson.remoting.UserRequest.perform(UserRequest.java:118)
14:17:26 at hudson.remoting.UserRequest.perform(UserRequest.java:48)
14:17:26 at hudson.remoting.Request$2.run(Request.java:328)
14:17:26 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
14:17:26 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
14:17:26 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
14:17:26 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
14:17:26 at java.lang.Thread.run(Thread.java:745)