See <https://builds.apache.org/job/Hama-Nightly/644/changes>
Changes: [tjungblut] [HAMA-593]: Improve RPC scalability (Mayank Mishra via tjungblut) [tjungblut] additional debug output to find the problem ------------------------------------------ [...truncated 395 lines...] A ml/src/main/java/org A ml/src/main/java/org/apache A ml/src/main/java/org/apache/hama A ml/src/main/java/org/apache/hama/ml A ml/src/main/java/org/apache/hama/ml/math A ml/src/main/java/org/apache/hama/ml/math/DoubleMatrix.java A ml/src/main/java/org/apache/hama/ml/math/DoubleVectorFunction.java A ml/src/main/java/org/apache/hama/ml/math/Tuple.java A ml/src/main/java/org/apache/hama/ml/math/DenseDoubleVector.java A ml/src/main/java/org/apache/hama/ml/math/DoubleVector.java A ml/src/main/java/org/apache/hama/ml/math/DenseDoubleMatrix.java A ml/src/main/java/org/apache/hama/ml/math/DoubleDoubleVectorFunction.java A ml/src/main/java/org/apache/hama/ml/writable A ml/src/main/java/org/apache/hama/ml/writable/VectorWritable.java A ml/src/main/java/org/apache/hama/ml/writable/MatrixWritable.java A ml/src/main/resources A ml/pom.xml A yarn A yarn/src A yarn/src/main A yarn/src/main/java A yarn/src/main/java/org A yarn/src/main/java/org/apache A yarn/src/main/java/org/apache/hama A yarn/src/main/java/org/apache/hama/bsp AU yarn/src/main/java/org/apache/hama/bsp/BSPClient.java AU yarn/src/main/java/org/apache/hama/bsp/BSPApplicationMaster.java AU yarn/src/main/java/org/apache/hama/bsp/YARNBSPJobClient.java AU yarn/src/main/java/org/apache/hama/bsp/BSPTaskLauncher.java AU yarn/src/main/java/org/apache/hama/bsp/YARNBSPJob.java AU yarn/src/main/java/org/apache/hama/bsp/Job.java AU yarn/src/main/java/org/apache/hama/bsp/JobImpl.java AU yarn/src/main/java/org/apache/hama/bsp/YarnSerializePrinting.java AU yarn/src/main/java/org/apache/hama/bsp/BSPRunner.java A yarn/src/main/resources AU yarn/src/main/resources/log4j.properties AU yarn/pom.xml AU README.txt A examples A examples/src A examples/src/test A examples/src/test/java A examples/src/test/java/org A examples/src/test/java/org/apache A examples/src/test/java/org/apache/hama A examples/src/test/java/org/apache/hama/examples A examples/src/test/java/org/apache/hama/examples/PiEstimatorTest.java A examples/src/test/java/org/apache/hama/examples/RandBenchTest.java A examples/src/test/java/org/apache/hama/examples/CombineExampleTest.java AU examples/src/test/java/org/apache/hama/examples/PageRankTest.java A examples/src/test/java/org/apache/hama/examples/SSSPTest.java A examples/src/test/java/org/apache/hama/examples/MindistSearchTest.java A examples/src/test/java/org/apache/hama/examples/BipartiteMatchingTest.java A examples/src/main A examples/src/main/java A examples/src/main/java/org A examples/src/main/java/org/apache A examples/src/main/java/org/apache/hama A examples/src/main/java/org/apache/hama/examples A examples/src/main/java/org/apache/hama/examples/PiEstimator.java A examples/src/main/java/org/apache/hama/examples/RandBench.java A examples/src/main/java/org/apache/hama/examples/ExampleDriver.java A examples/src/main/java/org/apache/hama/examples/CombineExample.java A examples/src/main/java/org/apache/hama/examples/PageRank.java A examples/src/main/java/org/apache/hama/examples/SSSP.java AU examples/src/main/java/org/apache/hama/examples/SuperstepPiEstimator.java A examples/src/main/java/org/apache/hama/examples/InlinkCount.java A examples/src/main/java/org/apache/hama/examples/MindistSearch.java A examples/src/main/java/org/apache/hama/examples/util A examples/src/main/java/org/apache/hama/examples/util/TextPair.java A examples/src/main/java/org/apache/hama/examples/BipartiteMatching.java A examples/pom.xml U . At revision 1374099 [Hama-Nightly] $ /bin/bash -xe /tmp/hudson7343658607021153477.sh + echo /home/hudson/tools/java/latest1.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin /home/hudson/tools/java/latest1.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin + whoami jenkins + ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 63880 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 4096 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 63880 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited [trunk] $ /home/hudson/tools/maven/latest3/bin/mvn -Dmaven.repo.local=<https://builds.apache.org/job/Hama-Nightly/ws/.repository> clean install [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.hama:hama-core:jar:0.6.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 220, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Apache Hama parent POM [INFO] core [INFO] graph [INFO] examples [INFO] yarn [INFO] machine learning [INFO] hama-dist [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Hama parent POM 0.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-parent --- [INFO] Deleting <https://builds.apache.org/job/Hama-Nightly/ws/trunk> (includes = [lib/**, logs/**, docs/apidocs/**, core/docs/**, examples/docs/**, graph/docs/**, yarn/docs/**], excludes = []) [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hama-parent --- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] --- apache-rat-plugin:0.8:check (default) @ hama-parent --- [INFO] Exclude: .idea/** [INFO] Exclude: .git/** [INFO] Exclude: .classpath/** [INFO] Exclude: .project [INFO] Exclude: **/*.asc [INFO] Exclude: **/logs/** [INFO] Exclude: **/docs/** [INFO] Exclude: CHANGES.txt [INFO] Exclude: conf/groomservers [INFO] Exclude: src/site/resources/files/hama-eclipse-formatter.xml [INFO] Exclude: **/src/test/resources/*.properties [INFO] Exclude: **dependency-reduced-pom.xml [INFO] [INFO] --- maven-javadoc-plugin:2.8.1:jar (default) @ hama-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ hama-parent --- [INFO] Installing <https://builds.apache.org/job/Hama-Nightly/ws/trunk/pom.xml> to <https://builds.apache.org/job/Hama-Nightly/ws/.repository/org/apache/hama/hama-parent/0.6.0-SNAPSHOT/hama-parent-0.6.0-SNAPSHOT.pom> [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building core 0.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-core --- [INFO] Deleting <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core> (includes = [lib/**, logs/**, docs/apidocs/**, core/docs/**, examples/docs/**, graph/docs/**, yarn/docs/**], excludes = []) [INFO] [INFO] --- maven-antrun-plugin:1.6:run (save-version) @ hama-core --- [INFO] Executing tasks main: [mkdir] Created dir: <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/target/generated-sources/java> [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ hama-core --- [INFO] Source directory: <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/target/generated-sources/annotations> added. [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hama-core --- [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ hama-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hama-core --- [INFO] Compiling 178 source files to <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java>:[42,27] cannot find symbol symbol : class LRUCache location: package org.apache.hama.util [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java>:[52,10] cannot find symbol symbol : class LRUCache location: class org.apache.hama.bsp.message.AvroMessageManagerImpl<M> [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java>:[36,27] cannot find symbol symbol : class LRUCache location: package org.apache.hama.util [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java>:[50,10] cannot find symbol symbol : class LRUCache location: class org.apache.hama.bsp.message.HadoopMessageManagerImpl<M> [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java>:[61,24] cannot find symbol symbol : class LRUCache location: class org.apache.hama.bsp.message.AvroMessageManagerImpl<M> [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java>:[59,24] cannot find symbol symbol : class LRUCache location: class org.apache.hama.bsp.message.HadoopMessageManagerImpl<M> [INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hama parent POM ............................ SUCCESS [4.183s] [INFO] core .............................................. FAILURE [5.563s] [INFO] graph ............................................. SKIPPED [INFO] examples .......................................... SKIPPED [INFO] yarn .............................................. SKIPPED [INFO] machine learning .................................. SKIPPED [INFO] hama-dist ......................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.412s [INFO] Finished at: Thu Aug 16 23:02:41 UTC 2012 [INFO] Final Memory: 24M/214M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project hama-core: Compilation failure: Compilation failure: [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java>:[42,27] cannot find symbol [ERROR] symbol : class LRUCache [ERROR] location: package org.apache.hama.util [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java>:[52,10] cannot find symbol [ERROR] symbol : class LRUCache [ERROR] location: class org.apache.hama.bsp.message.AvroMessageManagerImpl<M> [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java>:[36,27] cannot find symbol [ERROR] symbol : class LRUCache [ERROR] location: package org.apache.hama.util [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java>:[50,10] cannot find symbol [ERROR] symbol : class LRUCache [ERROR] location: class org.apache.hama.bsp.message.HadoopMessageManagerImpl<M> [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java>:[61,24] cannot find symbol [ERROR] symbol : class LRUCache [ERROR] location: class org.apache.hama.bsp.message.AvroMessageManagerImpl<M> [ERROR] <https://builds.apache.org/job/Hama-Nightly/ws/trunk/core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java>:[59,24] cannot find symbol [ERROR] symbol : class LRUCache [ERROR] location: class org.apache.hama.bsp.message.HadoopMessageManagerImpl<M> [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 Recording test results Updating HAMA-593