See <https://builds.apache.org/job/Hama%20trunk/162/changes>
Changes: [millecker] HAMA-749: Build for C++ Pipes ------------------------------------------ Started by an SCM change Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/Hama%20trunk/ws/> Reverting <https://builds.apache.org/job/Hama%20trunk/ws/trunk> to depth infinity with ignoreExternals: false Updating http://svn.apache.org/repos/asf/hama/trunk at revision '2013-08-30T13:36:11.028 +0000' U CHANGES.txt U src/assemble/bin.xml U pom.xml D c++/pipes D c++/utils A c++/src A c++/src/main A c++/src/main/native A c++/src/main/native/pipes A c++/src/main/native/pipes/impl A c++/src/main/native/pipes/impl/HamaPipes.cc A c++/src/main/native/pipes/api A c++/src/main/native/pipes/api/hama A c++/src/main/native/pipes/api/hama/Pipes.hh A c++/src/main/native/pipes/api/hama/TemplateFactory.hh A c++/src/main/native/utils A c++/src/main/native/utils/m4 A c++/src/main/native/utils/impl A c++/src/main/native/utils/impl/StringUtils.cc A c++/src/main/native/utils/impl/SerialUtils.cc A c++/src/main/native/utils/api A c++/src/main/native/utils/api/hadoop A c++/src/main/native/utils/api/hadoop/Splitter.hh A c++/src/main/native/utils/api/hadoop/StringUtils.hh A c++/src/main/native/utils/api/hadoop/SerialUtils.hh A c++/src/JNIFlags.cmake A c++/src/CMakeLists.txt A c++/pom.xml U c++ U ml/src/test/java/org/apache/hama/ml/perception/TestSmallMultiLayerPerceptron.java At revision 1518965 [Hama trunk] $ /bin/bash -xe /tmp/hudson5847788209594126546.sh + echo /home/hudson/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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) 128228 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) 128228 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited [trunk] $ /home/hudson/tools/maven/apache-maven-3.0.4/bin/mvn "-Dmaven.repo.local=<https://builds.apache.org/job/Hama%20trunk/ws/.repository"> clean install -Phadoop1 -Dhadoop.version=1.2.0 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.hama:hama-core:jar:0.6.3-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 204, 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] pipes [INFO] core [INFO] graph [INFO] machine learning [INFO] examples [INFO] hama-dist [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Hama parent POM 0.6.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-parent --- [INFO] Deleting <https://builds.apache.org/job/Hama%20trunk/ws/trunk/target> [INFO] Deleting <https://builds.apache.org/job/Hama%20trunk/ws/trunk> (includes = [lib/**, logs/**, docs/apidocs/**], 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: .gitignore [INFO] Exclude: **/.classpath/** [INFO] Exclude: **/.project [INFO] Exclude: **/*.iml [INFO] Exclude: **/.settings/** [INFO] Exclude: **/*.asc [INFO] Exclude: **/dependency-reduced-pom.xml [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] Exclude: **/src/test/resources/*.txt [INFO] Exclude: **/target/** [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%20trunk/ws/trunk/pom.xml> to <https://builds.apache.org/job/Hama%20trunk/ws/.repository/org/apache/hama/hama-parent/0.6.3-SNAPSHOT/hama-parent-0.6.3-SNAPSHOT.pom> [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building pipes 0.6.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hama-pipes --- [INFO] Deleting <https://builds.apache.org/job/Hama%20trunk/ws/trunk/c++> (includes = [lib/**, logs/**, docs/apidocs/**], excludes = []) [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ hama-pipes --- [INFO] [INFO] --- maven-antrun-plugin:1.6:run (make) @ hama-pipes --- [INFO] Executing tasks main: [mkdir] Created dir: <https://builds.apache.org/job/Hama%20trunk/ws/trunk/c++/target/native> [exec] CMake Error: The source directory "<https://builds.apache.org/job/Hama%20trunk/ws/trunk/c++/target/native/trunk/trunk/c++/src"> does not exist. [exec] Specify --help for usage, or press the help button on the CMake GUI. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hama parent POM ............................ SUCCESS [10.189s] [INFO] pipes ............................................. FAILURE [1.883s] [INFO] core .............................................. SKIPPED [INFO] graph ............................................. SKIPPED [INFO] machine learning .................................. SKIPPED [INFO] examples .......................................... SKIPPED [INFO] hama-dist ......................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13.599s [INFO] Finished at: Fri Aug 30 13:36:33 UTC 2013 [INFO] Final Memory: 15M/86M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (make) on project hama-pipes: An Ant BuildException has occured: exec returned: 1 -> [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hama-pipes Build step 'Invoke top-level Maven targets' marked build as failure Archiving artifacts Recording test results Updating HAMA-749
