Re: Nightly build test failures

2015-07-14 Thread Kirk Lund
Yep, #127 completed after I'd typed up my email and filed several tickets.
#127 passed completely. Looks like #126 ran out of memory while gathering
test results for reports so I'll file a ticket on that. I'll also
individually review and test the distributed tests that failed in #126
before closing out any tickets I filed.

-Kirk


On Tue, Jul 14, 2015 at 9:53 AM, Ashvin A aas@gmail.com wrote:

 Seems builds fails on ubuntu hosts :-?

  https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#
 
 Build  ↑
 https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#
 Duration
 https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#
 Slave
 https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#
 [image:
 In progress]#128 
 https://builds.apache.org/view/All/job/Geode-nightly/128/9
 min 52 sec and countingubuntu-2
 https://builds.apache.org/computer/ubuntu-2[image: Success]#127
 https://builds.apache.org/view/All/job/Geode-nightly/127/6 hr 59 minH7
 https://builds.apache.org/computer/H7[image: Failed]#126
 https://builds.apache.org/view/All/job/Geode-nightly/126/7 hr 8 min
 ubuntu-1 https://builds.apache.org/computer/ubuntu-1[image: Failed]#125
 https://builds.apache.org/view/All/job/Geode-nightly/125/7 hr 14 min
 ubuntu-1 https://builds.apache.org/computer/ubuntu-1[image: Failed]#124
 https://builds.apache.org/view/All/job/Geode-nightly/124/7 hr 0 min
 ubuntu-1 https://builds.apache.org/computer/ubuntu-1[image: Failed]#123
 https://builds.apache.org/view/All/job/Geode-nightly/123/6 hr 55 min
 ubuntu3 https://builds.apache.org/computer/ubuntu3

 On Tue, Jul 14, 2015 at 9:44 AM, Anthony Baker aba...@pivotal.io wrote:

  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.actentity=method
  
 at hudson.FilePath.act(FilePath.java:893)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method
  
 at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitParser.parseentity=method
  
 at
 
 hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:117)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.parseentity=method
  
 at
 
 hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:129)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.performentity=method
  
 at
  hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.performentity=method
  
 at
 
 hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performentity=method
  
 at
 
 hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStepsentity=method
  
 at hudson.model.Build$BuildExecution.post2(Build.java:182)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.post2entity=method
  
 at
 
 hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
   
 
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.postentity=method
  
 at 

Re: Nightly build test failures

2015-07-14 Thread Anthony Baker
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.actentity=method
   at hudson.FilePath.act(FilePath.java:893)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method
   at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitParser.parseentity=method
   at 
 hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:117)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.parseentity=method
   at 
 hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:129)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.performentity=method
   at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.performentity=method
   at 
 hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performentity=method
   at 
 hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStepsentity=method
   at hudson.model.Build$BuildExecution.post2(Build.java:182)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.post2entity=method
   at 
 hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.postentity=method
   at hudson.model.Run.execute(Run.java:1731)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method
   at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.runentity=method
   at hudson.model.ResourceController.execute(ResourceController.java:88)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method
   at hudson.model.Executor.run(Executor.java:232)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.runentity=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.callentity=method
   at hudson.FilePath.act(FilePath.java:909)
 http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method
   ... 13 more
 Caused by: java.lang.OutOfMemoryError
 http://stacktrace.jenkins-ci.org/search?query=java.lang.OutOfMemoryError:
 Java heap space



Re: Nightly build test failures

2015-07-14 Thread Ashvin A
Seems builds fails on ubuntu hosts :-?

 https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#
Build  ↑
https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#
Duration
https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#Slave

https://builds.apache.org/view/All/job/Geode-nightly/buildTimeTrend#[image:
In progress]#128 https://builds.apache.org/view/All/job/Geode-nightly/128/9
min 52 sec and countingubuntu-2
https://builds.apache.org/computer/ubuntu-2[image: Success]#127
https://builds.apache.org/view/All/job/Geode-nightly/127/6 hr 59 minH7
https://builds.apache.org/computer/H7[image: Failed]#126
https://builds.apache.org/view/All/job/Geode-nightly/126/7 hr 8 min
ubuntu-1 https://builds.apache.org/computer/ubuntu-1[image: Failed]#125
https://builds.apache.org/view/All/job/Geode-nightly/125/7 hr 14 min
ubuntu-1 https://builds.apache.org/computer/ubuntu-1[image: Failed]#124
https://builds.apache.org/view/All/job/Geode-nightly/124/7 hr 0 min
ubuntu-1 https://builds.apache.org/computer/ubuntu-1[image: Failed]#123
https://builds.apache.org/view/All/job/Geode-nightly/123/6 hr 55 min
ubuntu3 https://builds.apache.org/computer/ubuntu3

On Tue, Jul 14, 2015 at 9:44 AM, Anthony Baker aba...@pivotal.io wrote:

 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.actentity=method
 
at hudson.FilePath.act(FilePath.java:893)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.actentity=method
 
at hudson.tasks.junit.JUnitParser.parse(JUnitParser.java:87)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitParser.parseentity=method
 
at
 hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:117)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.parseentity=method
 
at
 hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:129)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.junit.JUnitResultArchiver.performentity=method
 
at
 hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.performentity=method
 
at
 hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performentity=method
 
at
 hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildStepsentity=method
 
at hudson.model.Build$BuildExecution.post2(Build.java:182)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Build$BuildExecution.post2entity=method
 
at
 hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.postentity=method
 
at hudson.model.Run.execute(Run.java:1731)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.executeentity=method
 
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.runentity=method
 
at
 hudson.model.ResourceController.execute(ResourceController.java:88)
  
 http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.executeentity=method
 
at hudson.model.Executor.run(Executor.java:232)