You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/01/07 20:04:15 UTC

Build failed in Jenkins: Accumulo-Trunk » accumulo-core #611

See <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/611/changes>

Changes:

[ecn] ACCUMULO-745 fix unit test

[ecn] ACCUMULO-745 use scanner and batchwriter options only when they are needed

------------------------------------------
projectStarted org.apache.accumulo:accumulo-core:1.5.0-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building accumulo-core 1.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.5(default-clean)
[INFO] Deleting <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/> (includes = [**/*.pyc], excludes = [])
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ accumulo-core ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.5(default-clean)
mojoStarted org.codehaus.mojo:buildnumber-maven-plugin:1.1(default)[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/>

[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ accumulo-core ---
[INFO] Storing buildNumber: 1429964 at timestamp: 1357585443994
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/>
[INFO] Storing buildScmBranch: trunk
mojoSucceeded org.codehaus.mojo:buildnumber-maven-plugin:1.1(default)
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-mvn)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-mvn) @ accumulo-core ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0.1(enforce-mvn)
mojoStarted org.codehaus.mojo:exec-maven-plugin:1.2.1(generate-core-thrift)
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:exec (generate-core-thrift) @ accumulo-core ---
cp -f target/gen-java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java-with-license src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
mojoSucceeded org.codehaus.mojo:exec-maven-plugin:1.2.1(generate-core-thrift)
mojoStarted org.apache.maven.plugins:maven-remote-resources-plugin:1.3(default)
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ accumulo-core ---
mojoSucceeded org.apache.maven.plugins:maven-remote-resources-plugin:1.3(default)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ accumulo-core ---
[INFO] Copying 1 resource
[INFO] Copying 3 resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
mojoStarted org.apache.maven.plugins:maven-dependency-plugin:2.3(copy-dependencies)
[INFO] Copying commons-collections-3.2.jar to /home/jenkins/jenkins-slave/workspace/Accumulo-Trunk/accumulo-trunk/lib/commons-collections-3.2.jar
[INFO] [INFO] Copying jline-0.9.94.jar to /home/jenkins/jenkins-slave/workspace/Accumulo-Trunk/accumulo-trunk/lib/jline-0.9.94.jar
[INFO] Copying jcommander-1.30.jar to /home/jenkins/jenkins-slave/workspace/Accumulo-Trunk/accumulo-trunk/lib/jcommander-1.30.jar
[INFO] commons-lang-2.4.jar already exists in destination.
[INFO] libthrift-0.9.0.jar already exists in destination.
[INFO] log4j-1.2.16.jar already exists in destination.
[INFO] commons-logging-1.0.4.jar already exists in destination.

[INFO] --- maven-dependency-plugin:2.3:copy-dependencies (copy-dependencies) @ accumulo-core ---
mojoSucceeded org.apache.maven.plugins:maven-dependency-plugin:2.3(copy-dependencies)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ accumulo-core ---
[INFO] Compiling 440 source files to <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/src/main/java/org/apache/accumulo/core/trace/TraceDump.java>:[33,35] cannot find symbol
symbol  : class ScannerOpts
location: package org.apache.accumulo.core.cli
[ERROR] <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/src/main/java/org/apache/accumulo/core/trace/TraceDump.java>:[88,42] cannot find symbol
symbol  : class ScannerOpts
location: class org.apache.accumulo.core.trace.TraceDump
[ERROR] <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/src/main/java/org/apache/accumulo/core/trace/TraceDump.java>:[109,42] cannot find symbol
symbol  : class ScannerOpts
location: class org.apache.accumulo.core.trace.TraceDump
[ERROR] <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/src/main/java/org/apache/accumulo/core/trace/TraceDump.java>:[65,4] cannot find symbol
symbol  : class ScannerOpts
location: class org.apache.accumulo.core.trace.TraceDump
[ERROR] <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/ws/src/main/java/org/apache/accumulo/core/trace/TraceDump.java>:[65,31] cannot find symbol
symbol  : class ScannerOpts
location: class org.apache.accumulo.core.trace.TraceDump
[INFO] 5 errors 
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
projectFailed org.apache.accumulo:accumulo-core:1.5.0-SNAPSHOT

Jenkins build is back to normal : Accumulo-Trunk » accumulo-core #612

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Accumulo-Trunk/org.apache.accumulo$accumulo-core/612/changes>