See <https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/542/changes>
Changes:
[edwardyoon] rm useless package
------------------------------------------
[...truncated 5121 lines...]
15/03/09 23:40:31 INFO bsp.BSPJobClient: Current supersteps number: 14
15/03/09 23:40:31 INFO bsp.BSPJobClient: The total number of supersteps: 14
15/03/09 23:40:31 INFO bsp.BSPJobClient: Counters: 8
15/03/09 23:40:31 INFO bsp.BSPJobClient:
org.apache.hama.bsp.JobInProgress$JobCounter
15/03/09 23:40:31 INFO bsp.BSPJobClient: SUPERSTEPS=14
15/03/09 23:40:31 INFO bsp.BSPJobClient: LAUNCHED_TASKS=3
15/03/09 23:40:31 INFO bsp.BSPJobClient:
org.apache.hama.bsp.BSPPeerImpl$PeerCounter
15/03/09 23:40:31 INFO bsp.BSPJobClient: SUPERSTEP_SUM=45
15/03/09 23:40:31 INFO bsp.BSPJobClient: TIME_IN_SYNC_MS=30
15/03/09 23:40:31 INFO bsp.BSPJobClient: TOTAL_MESSAGES_SENT=135
15/03/09 23:40:31 INFO bsp.BSPJobClient: TOTAL_MESSAGE_BYTES_TRANSFERED=2565
15/03/09 23:40:31 INFO bsp.BSPJobClient: TOTAL_MESSAGES_RECEIVED=135
15/03/09 23:40:31 INFO bsp.BSPJobClient: TASK_OUTPUT_RECORDS=135
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.hama.zookeeper.TestZKTools
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.hama.bsp.TestZooKeeper
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:host.name=asf910.gq1.ygridcore.net
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.version=1.7.0_25
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.vendor=Oracle Corporation
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.home=/home/jenkins/tools/java/jdk1.7.0_25-32/jre
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.class.path=/tmp/surefirebooter3539700628457743277.jar
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.io.tmpdir=/tmp
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:java.compiler=<NA>
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client environment:os.name=Linux
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client environment:os.arch=i386
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:os.version=3.13.0-36-lowlatency
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client environment:user.name=jenkins
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client
environment:user.home=/home/jenkins
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Client environment:user.dir=/tmp
15/03/09 23:40:42 INFO zookeeper.ZooKeeper: Initiating client connection,
connectString=localhost:20000 sessionTimeout=1200000
watcher=org.apache.hama.bsp.sync.ZKSyncBSPMasterClient@ff8399
15/03/09 23:40:42 INFO sync.ZKSyncBSPMasterClient: Initialized ZK false
15/03/09 23:40:42 INFO sync.ZKSyncClient: Initializing ZK Sync Client
15/03/09 23:40:42 INFO zookeeper.ClientCnxn: Opening socket connection to
server localhost/127.0.0.1:20000. Will not attempt to authenticate using SASL
(unknown error)
15/03/09 23:40:42 WARN zookeeper.ClientCnxn: Session 0x0 for server null,
unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708)
at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
15/03/09 23:40:42 INFO zookeeper.ClientCnxn: Opening socket connection to
server localhost/0:0:0:0:0:0:0:1:20000. Will not attempt to authenticate using
SASL (unknown error)
15/03/09 23:40:42 WARN zookeeper.ClientCnxn: Session 0x0 for server null,
unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708)
at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
15/03/09 23:40:42 ERROR sync.ZKSyncBSPMasterClient:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode =
ConnectionLoss for /bsp
at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1069)
at
org.apache.hama.bsp.sync.ZKSyncBSPMasterClient.init(ZKSyncBSPMasterClient.java:62)
at
org.apache.hama.bsp.TestZooKeeper.testClearZKNodes(TestZooKeeper.java:93)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
at
org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:208)
at
org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:95)
at
org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:82)
at
org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:84)
at org.apache.maven.surefire.Surefire.run(Surefire.java:104)
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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
15/03/09 23:40:42 ERROR sync.ZKSyncBSPMasterClient:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode =
ConnectionLoss for /bsp
15/03/09 23:40:43 INFO mortbay.log: Logging to
org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
15/03/09 23:40:43 INFO mortbay.log: Created master and client sync clients
15/03/09 23:40:43 INFO zookeeper.ClientCnxn: Opening socket connection to
server localhost/127.0.0.1:20000. Will not attempt to authenticate using SASL
(unknown error)
15/03/09 23:40:43 WARN zookeeper.ClientCnxn: Session 0x0 for server null,
unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708)
at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
15/03/09 23:40:44 ERROR sync.ZKSyncClient: Error checking zk path /bsp
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode =
ConnectionLoss for /bsp
at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1069)
at org.apache.hama.bsp.sync.ZKSyncClient.isExists(ZKSyncClient.java:108)
at org.apache.hama.bsp.sync.ZKSyncClient.hasKey(ZKSyncClient.java:355)
at
org.apache.hama.bsp.TestZooKeeper.testClearZKNodes(TestZooKeeper.java:99)
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 junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.junit.runner.JUnitCore.run(JUnitCore.java:127)
at
org.apache.maven.surefire.junitcore.JUnitCoreTestSet.runJunitCore(JUnitCoreTestSet.java:208)
at
org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:95)
at
org.apache.maven.surefire.junitcore.JUnitCoreTestSet.execute(JUnitCoreTestSet.java:82)
at
org.apache.maven.surefire.junitcore.JUnitCoreDirectoryTestSuite.execute(JUnitCoreDirectoryTestSuite.java:84)
at org.apache.maven.surefire.Surefire.run(Surefire.java:104)
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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
15/03/09 23:40:44 INFO zookeeper.ClientCnxn: Opening socket connection to
server localhost/0:0:0:0:0:0:0:1:20000. Will not attempt to authenticate using
SASL (unknown error)
15/03/09 23:40:44 WARN zookeeper.ClientCnxn: Session 0x0 for server null,
unexpected error, closing socket connection and attempting reconnect
java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708)
at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec <<<
FAILURE!
Results :
Failed tests:
testClearZKNodes(org.apache.hama.bsp.TestZooKeeper)
Tests run: 56, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Hama parent POM ............................ SUCCESS [8.083s]
[INFO] pipes ............................................. SUCCESS [17.635s]
[INFO] commons ........................................... SUCCESS [7.411s]
[INFO] core .............................................. FAILURE [2:53.420s]
[INFO] graph ............................................. SKIPPED
[INFO] machine learning .................................. SKIPPED
[INFO] examples .......................................... SKIPPED
[INFO] mesos ............................................. SKIPPED
[INFO] yarn .............................................. SKIPPED
[INFO] hama-dist ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:27.359s
[INFO] Finished at: Mon Mar 09 23:40:44 UTC 2015
[INFO] Final Memory: 70M/630M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on
project hama-core: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/ws/trunk/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 :hama-core
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Sending artifact delta relative to Hama-Nightly-for-Hadoop-2.x #541
Archived 76 artifacts
Archive block size is 32768
Received 1664 blocks and 246762 bytes
Compression is 99.5%
Took 11 sec
Recording test results