Looks like #127 didn’t have any failures.
Changes GEODE-16 <https://issues.apache.org/jira/browse/GEODE-16> [DISTTX] Bringing pending changes for distributed transactions (still work in progress) from one of the internal gemfire branch (develop_dist_tx) to ASF i.e. (detail <https://builds.apache.org/job/Geode-nightly/127/changes#detail0>) GEODE-16 <https://issues.apache.org/jira/browse/GEODE-16> Fixing a failure of AnalyzeSerializablesJUnitTest.testDataSerializables that got introduced in my last checkin (1f6462876fe4056e820db74cfc7db8af70f7a01f).wq (detail <https://builds.apache.org/job/Geode-nightly/127/changes#detail1>) Anthony > On Jul 14, 2015, at 9:29 AM, Kirk Lund <kl...@pivotal.io> wrote: > > Looks like we have nightly build failures. I think this means we need to > freeze all checkins and work to stabilize these test failures: > > https://builds.apache.org/view/All/job/Geode-nightly/lastFailedBuild/console > > Jenkins also ran out of memory trying to archive test results. Any ideas > what to do about that? > > ERROR: Failed to archive test reportsjava.io.IOException > <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: > remote file operation failed: > /home/jenkins/jenkins-slave/workspace/Geode-nightly at > hudson.remoting.Channel@18a56604:ubuntu-1 > at hudson.FilePath.act(FilePath.java:916) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> > at hudson.FilePath.act(FilePath.java:893) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> > at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitParser.parse&entity=method> > at > hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:117) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.parse&entity=method> > at > hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:129) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.perform&entity=method> > at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.perform&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.perform&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps&entity=method> > at hudson.model.Build$BuildExecution.post2(Build.java:182) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.post2&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.post&entity=method> > at hudson.model.Run.execute(Run.java:1731) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method> > at hudson.model.ResourceController.execute(ResourceController.java:88) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> > at hudson.model.Executor.run(Executor.java:232) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > Caused by: java.io.IOException > <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: > Remote call on ubuntu-1 failed > at hudson.remoting.Channel.call(Channel.java:751) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.call&entity=method> > at hudson.FilePath.act(FilePath.java:909) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> > ... 13 more > Caused by: java.lang.OutOfMemoryError > <http://stacktrace.jenkins-ci.org/search?query=java.lang.OutOfMemoryError>: > Java heap space