Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EDA9927F for ; Thu, 8 Mar 2012 23:04:21 +0000 (UTC) Received: (qmail 38824 invoked by uid 500); 8 Mar 2012 23:04:19 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 38782 invoked by uid 500); 8 Mar 2012 23:04:19 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 38652 invoked by uid 99); 8 Mar 2012 23:04:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 23:04:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 23:04:15 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 2F69DC00E9 for ; Thu, 8 Mar 2012 23:03:54 +0000 (UTC) Date: Thu, 8 Mar 2012 23:03:54 +0000 (UTC) From: Apache Jenkins Server To: hama-dev@incubator.apache.org Message-ID: <1962501752.3511331247834192.JavaMail.hudson@aegis> In-Reply-To: <655678254.2041331161624498.JavaMail.hudson@aegis> References: <655678254.2041331161624498.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: Hama-Nightly #478 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Hama-Nightly X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [tjungblut] add changes [tjungblut] [HAMA-485]: Fill Counters with useful information [tjungblut] Testcase fix (contributed by Suraj Menon) [edwardyoon] Add MinIntCombiner to SSSP example ------------------------------------------ Started by timer Building remotely on ubuntu1 in workspace Reverting Updating http://svn.apache.org/repos/asf/incubator/hama/trunk U graph/src/main/java/org/apache/hama/graph/GraphJobRunner.java U graph/src/main/java/org/apache/hama/graph/GraphJob.java U graph/src/main/java/org/apache/hama/graph/VertexInterface.java U CHANGES.txt U core/src/test/java/org/apache/hama/bsp/message/TestAvroMessageManager.java U core/src/test/java/org/apache/hama/bsp/message/TestHadoopMessageManager.java U core/src/test/java/org/apache/hama/bsp/TestBSPTaskFaults.java U core/src/test/java/org/apache/hama/bsp/TestCheckpoint.java U core/src/main/java/org/apache/hama/bsp/message/MessageManager.java U core/src/main/java/org/apache/hama/bsp/message/AvroMessageManagerImpl.java U core/src/main/java/org/apache/hama/bsp/message/HadoopMessageManagerImpl.java U core/src/main/java/org/apache/hama/bsp/Combiner.java U core/src/main/java/org/apache/hama/bsp/LocalBSPRunner.java U core/src/main/java/org/apache/hama/bsp/BSPPeerImpl.java U core/src/main/java/org/apache/hama/bsp/BSPPeer.java U examples/src/main/java/org/apache/hama/examples/CombineExample.java U examples/src/main/java/org/apache/hama/examples/SSSP.java At revision 1298645 [Hama-Nightly] $ /bin/bash -xe /tmp/hudson631702122401480586.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) 20 file size (blocks, -f) unlimited pending signals (-i) 16382 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 40000 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) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited [trunk] $ /home/hudson/tools/maven/latest3/bin/mvn -Dmaven.repo.local= clean install package [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.hama:hama-core:jar:0.5.0-incubating-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 214, 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] dist [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Hama parent POM 0.5.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-parent --- [INFO] Deleting [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: **/*.asc [INFO] Exclude: **/logs/** [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-install-plugin:2.3:install (default-install) @ hama-parent --- [INFO] Installing to [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hama-parent --- [INFO] [INFO] --- apache-rat-plugin:0.8:check (default) @ hama-parent --- [INFO] Exclude: **/*.asc [INFO] Exclude: **/logs/** [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] ------------------------------------------------------------------------ [INFO] Building core 0.5.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-core --- [INFO] Deleting [INFO] [INFO] --- maven-antrun-plugin:1.6:run (save-version) @ hama-core --- [INFO] Executing tasks main: [mkdir] Created dir: [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ hama-core --- [INFO] Source directory: 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 0 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hama-core --- [INFO] Compiling 156 source files to [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[227,15] cannot find symbol symbol : class TrackedRecordReader location: class org.apache.hama.bsp.BSPPeerImpl [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hama parent POM ............................ SUCCESS [5.023s] [INFO] core .............................................. FAILURE [6.197s] [INFO] graph ............................................. SKIPPED [INFO] examples .......................................... SKIPPED [INFO] yarn .............................................. SKIPPED [INFO] dist .............................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.774s [INFO] Finished at: Thu Mar 08 23:02:50 UTC 2012 [INFO] Final Memory: 19M/164M [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 [ERROR] :[227,15] cannot find symbol [ERROR] symbol : class TrackedRecordReader [ERROR] location: class org.apache.hama.bsp.BSPPeerImpl [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 -rf :hama-core Build step 'Invoke top-level Maven targets' marked build as failure Archiving artifacts Recording test results Updating HAMA-485