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/02/28 03:20:31 UTC

Build failed in Jenkins: Accumulo-1.5 #3

See <https://builds.apache.org/job/Accumulo-1.5/3/changes>

Changes:

[kturner] ACCUMULO-1125 delete distributed work queue task lock when task fails

[kturner] ACCUMULO-1077 fixed deadlock w/ walog recovery and made walog recovery retry w/ backoff.... failed log recoveries were not retrying

[ecn] ACCUMULO-1004 fixing functional tests

------------------------------------------
[...truncated 3272 lines...]
13/02/28 02:20:05 INFO mapred.JobClient:   FileSystemCounters
13/02/28 02:20:05 INFO mapred.JobClient:     FILE_BYTES_READ=2033
13/02/28 02:20:05 INFO mapred.JobClient:     FILE_BYTES_WRITTEN=406551
13/02/28 02:20:05 INFO mapred.JobClient:   Map-Reduce Framework
13/02/28 02:20:05 INFO mapred.JobClient:     Map input records=3
13/02/28 02:20:05 INFO mapred.JobClient:     Physical memory (bytes) snapshot=0
13/02/28 02:20:05 INFO mapred.JobClient:     Spilled Records=0
13/02/28 02:20:05 INFO mapred.JobClient:     Total committed heap usage (bytes)=182321152
13/02/28 02:20:05 INFO mapred.JobClient:     CPU time spent (ms)=0
13/02/28 02:20:05 INFO mapred.JobClient:     Virtual memory (bytes) snapshot=0
13/02/28 02:20:05 INFO mapred.JobClient:     SPLIT_RAW_BYTES=93
13/02/28 02:20:05 INFO mapred.JobClient:     Map output records=0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.026 sec
Running org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitionerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 sec
Running org.apache.accumulo.core.iterators.system.VisibilityFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.system.SourceSwitchingIteratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.accumulo.core.iterators.system.DeletingIteratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.system.ColumnFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIteratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 sec
Running org.apache.accumulo.core.iterators.system.MultiIteratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec
Running org.apache.accumulo.core.iterators.system.TimeSettingIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.FirstEntryInRowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.apache.accumulo.core.iterators.aggregation.NumSummationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfigurationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.accumulo.core.iterators.user.VisibilityFilterTest
13/02/28 02:20:06 ERROR system.VisibilityFilter: Parse Error
org.apache.accumulo.core.util.BadArgumentException: empty term near index 0
&
^
	at org.apache.accumulo.core.security.ColumnVisibility$ColumnVisibilityParser.processTerm(ColumnVisibility.java:240)
	at org.apache.accumulo.core.security.ColumnVisibility$ColumnVisibilityParser.parse_(ColumnVisibility.java:253)
	at org.apache.accumulo.core.security.ColumnVisibility$ColumnVisibilityParser.parse(ColumnVisibility.java:221)
	at org.apache.accumulo.core.security.ColumnVisibility.validate(ColumnVisibility.java:354)
	at org.apache.accumulo.core.security.ColumnVisibility.<init>(ColumnVisibility.java:430)
	at org.apache.accumulo.core.security.ColumnVisibility.<init>(ColumnVisibility.java:388)
	at org.apache.accumulo.core.iterators.system.VisibilityFilter.accept(VisibilityFilter.java:71)
	at org.apache.accumulo.core.iterators.user.VisibilityFilter.accept(VisibilityFilter.java:85)
	at org.apache.accumulo.core.iterators.Filter.findTop(Filter.java:72)
	at org.apache.accumulo.core.iterators.Filter.seek(Filter.java:65)
	at org.apache.accumulo.core.iterators.user.VisibilityFilterTest.verify(VisibilityFilterTest.java:85)
	at org.apache.accumulo.core.iterators.user.VisibilityFilterTest.testFilterUnauthorizedAndBad(VisibilityFilterTest.java:187)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running org.apache.accumulo.core.iterators.user.GrepIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.user.LargeRowFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.accumulo.core.iterators.user.FilterTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running org.apache.accumulo.core.iterators.user.TransformingIteratorTest
13/02/28 02:20:06 ERROR user.TransformingIteratorTest$IllegalVisKeyTransformingIterator: Parse error after transformation : A&|||
13/02/28 02:20:06 ERROR user.TransformingIteratorTest$IllegalVisKeyTransformingIterator: Parse error after transformation : A&|||
13/02/28 02:20:06 ERROR user.TransformingIteratorTest$IllegalVisCompactionKeyTransformingIterator: Parse error after transformation : A&|||
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running org.apache.accumulo.core.iterators.user.CombinerTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.apache.accumulo.core.iterators.user.RegExFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.user.IndexedDocIteratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 sec
Running org.apache.accumulo.core.iterators.user.RowDeletingIteratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.user.WholeRowIteratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.user.IntersectingIteratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 sec
Running org.apache.accumulo.core.iterators.user.RowFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.accumulo.core.iterators.user.VersioningIteratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.AggregatingIteratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.accumulo.core.iterators.IterUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.FirstEntryInRowIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.accumulo.core.conf.PropertyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.file.blockfile.cache.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.file.blockfile.cache.TestLruBlockCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
Running org.apache.accumulo.core.file.rfile.RFileTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.676 sec
Running org.apache.accumulo.core.file.rfile.RelativeKeyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.accumulo.core.file.rfile.BlockIndexTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.accumulo.core.file.rfile.MultiLevelIndexTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 sec

Results :

Tests run: 364, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Accumulo ................................... SUCCESS [29.292s]
[INFO] Trace ............................................. SUCCESS [26.617s]
[INFO] Start ............................................. SUCCESS [1:11.037s]
[INFO] Fate .............................................. SUCCESS [9.362s]
[INFO] Core .............................................. FAILURE [1:16.950s]
[INFO] Server ............................................ SKIPPED
[INFO] Examples .......................................... SKIPPED
[INFO] Simple Examples ................................... SKIPPED
[INFO] Testing ........................................... SKIPPED
[INFO] Instamo Example ................................... SKIPPED
[INFO] Proxy ............................................. SKIPPED
[INFO] Assemble .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:39.034s
[INFO] Finished at: Thu Feb 28 02:20:13 UTC 2013
[INFO] Final Memory: 62M/362M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/assemble/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-assemble/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-assemble/1.5.0-SNAPSHOT/accumulo-assemble-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/server/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-server/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-server/1.5.0-SNAPSHOT/accumulo-server-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/examples/simple/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-examples-simple/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-examples-simple/1.5.0-SNAPSHOT/accumulo-examples-simple-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/proxy/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-proxy/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-proxy/1.5.0-SNAPSHOT/accumulo-proxy-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/examples/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-examples/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-examples/1.5.0-SNAPSHOT/accumulo-examples-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo/1.5.0-SNAPSHOT/accumulo-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/target/accumulo-1.5.0-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo/1.5.0-SNAPSHOT/accumulo-1.5.0-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/test/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-test/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-test/1.5.0-SNAPSHOT/accumulo-test-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/start/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-start/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-start-1.5.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-start/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-start-1.5.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-start/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-start-1.5.0-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-start/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/fate/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-fate/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-fate-1.5.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-fate/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-fate-1.5.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-fate/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-fate-1.5.0-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-fate/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/core/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-core/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-core/1.5.0-SNAPSHOT/accumulo-core-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/trace/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-trace/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-trace/1.5.0-SNAPSHOT/accumulo-trace-1.5.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-trace-1.5.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-trace/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-trace/1.5.0-SNAPSHOT/accumulo-trace-1.5.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-trace-1.5.0-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-trace/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-trace/1.5.0-SNAPSHOT/accumulo-trace-1.5.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/lib/accumulo-trace-1.5.0-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-trace/builds/2013-02-28_02-16-17/archive/org.apache.accumulo/accumulo-trace/1.5.0-SNAPSHOT/accumulo-trace-1.5.0-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Accumulo-1.5/ws/accumulo-1.5/examples/instamo/pom.xml> to /home/hudson/hudson/jobs/Accumulo-1.5/modules/org.apache.accumulo$accumulo-examples-instamo/builds/2013-02-28_02-16-18/archive/org.apache.accumulo/accumulo-examples-instamo/1.5.0-SNAPSHOT/accumulo-examples-instamo-1.5.0-SNAPSHOT.pom
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Internal error: java.lang.reflect.UndeclaredThrowableException
cause : null
Stack trace : 
org.apache.maven.InternalErrorException: Internal error: java.lang.reflect.UndeclaredThrowableException
	at org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError(BuilderCommon.java:128)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:95)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.reflect.UndeclaredThrowableException
	at $Proxy2.setExecutedMojos(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.setExecutedMojos(MavenBuildProxy.java:243)
	at hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:439)
	at hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:425)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	... 24 more
Caused by: java.io.StreamCorruptedException: invalid handle value: 009397B5
	at java.io.ObjectInputStream.readHandle(ObjectInputStream.java:1451)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1327)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1970)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1894)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1777)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1970)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1894)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1777)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Sending e-mails to: notifications@accumulo.apache.org
channel stopped
Updating ACCUMULO-1004
Updating ACCUMULO-1125
Updating ACCUMULO-1077

Jenkins build is back to normal : Accumulo-1.5 #6

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Accumulo-1.5/6/>


Build failed in Jenkins: Accumulo-1.5 #5

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Accumulo-1.5/5/>

------------------------------------------
Failed to access build log

hudson.util.IOException2: remote file operation failed: /home/hudson/hudson-slave/workspace/Accumulo-1.5 at hudson.remoting.Channel@513fbcc4:ubuntu2
	at hudson.FilePath.act(FilePath.java:861)
	at hudson.FilePath.act(FilePath.java:838)
	at hudson.FilePath.toURI(FilePath.java:966)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:279)
	at hudson.tasks.MailSender.getMail(MailSender.java:154)
	at hudson.tasks.MailSender.execute(MailSender.java:100)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:964)
	at hudson.model.Run.execute(Run.java:1613)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:494)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.FilePath.act(FilePath.java:854)
	... 10 more
Caused by: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:850)
	at hudson.remoting.Channel$2.handle(Channel.java:435)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:56)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:844)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:842)
	at hudson.remoting.Channel.close(Channel.java:909)
	at hudson.remoting.Channel.close(Channel.java:892)
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:849)
	... 2 more

Build failed in Jenkins: Accumulo-1.5 #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Accumulo-1.5/4/>

------------------------------------------
Failed to access build log

hudson.util.IOException2: remote file operation failed: /home/hudson/hudson-slave/workspace/Accumulo-1.5 at hudson.remoting.Channel@34d872ff:ubuntu2
	at hudson.FilePath.act(FilePath.java:861)
	at hudson.FilePath.act(FilePath.java:838)
	at hudson.FilePath.toURI(FilePath.java:966)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:279)
	at hudson.tasks.MailSender.getMail(MailSender.java:154)
	at hudson.tasks.MailSender.execute(MailSender.java:100)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:964)
	at hudson.model.Run.execute(Run.java:1613)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:494)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.FilePath.act(FilePath.java:854)
	... 10 more
Caused by: hudson.remoting.Channel$OrderlyShutdown: java.util.concurrent.TimeoutException: Ping started on 1362083100157 hasn't completed at 1362083394785
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:850)
	at hudson.remoting.Channel$2.handle(Channel.java:435)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:56)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:844)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:842)
	at hudson.remoting.Channel.close(Channel.java:909)
	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
	at hudson.remoting.PingThread.ping(PingThread.java:120)
	at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1362083100157 hasn't completed at 1362083394785
	... 2 more