Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Jenkins is not a morning person.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eric Molitor  
View profile  
 More options Oct 8 2012, 7:01 am
From: Eric Molitor <emoli...@molitor.org>
Date: Mon, 8 Oct 2012 04:01:17 -0700 (PDT)
Local: Mon, Oct 8 2012 7:01 am
Subject: Jenkins is not a morning person.

Hello Everyone,

A few common variations of JCompiler unit test failures plague the
automated Juno builds. However I'm not able to reproduce the issues on any
of my build machines and manually initiated builds via Jenkins always seem
to succeed. I've only become frustrated enough to start looking into the
issue this morning. I'm wondering if there is a sequencing/timing issue
with the build and its dependencies, if Jenkins is not a morning person or
if Jenkins just hates me.

https://jenkins.scala-ide.org:8496/jenkins/view/Scala%20IDE%202.1%20f...
https://jenkins.scala-ide.org:8496/jenkins/view/Scala%20IDE%202.1%20f...

There are many other examples in the previous builds. I'll starting poking
away at this later today but any hints are greatly appreciated.

- Eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
iulian dragos  
View profile  
 More options Oct 8 2012, 8:50 am
From: iulian dragos <jagua...@gmail.com>
Date: Mon, 8 Oct 2012 14:49:47 +0200
Local: Mon, Oct 8 2012 8:49 am
Subject: Re: [scala-ide-dev] Jenkins is not a morning person.

On Mon, Oct 8, 2012 at 1:01 PM, Eric Molitor <emoli...@molitor.org> wrote:

> Hello Everyone,

> A few common variations of JCompiler unit test failures plague the automated Juno builds. However I'm not able to reproduce the issues on any of my build machines and manually initiated builds via Jenkins always seem to succeed. I've only become frustrated enough to start looking into the issue this morning. I'm wondering if there is a sequencing/timing issue with the build and its dependencies, if Jenkins is not a morning person or if Jenkins just hates me.

Hi Eric,

this is a thorny issue. I recently added more logging trying to get to
the bottom of this, but like you, I couldn't reproduce it locally, nor
by triggering builds.

It's for sure a race condition.. but I don't know where it originates.
The test checks that we suppress some errors coming from the Java
compiler (for a Java class extending a Scala class that extends a
trait with concrete members, Eclipse javac will report those trait
methods as un-implemented). We do that by weaving in the Java method
resolver. Code is here:

https://github.com/scala-ide/scala-ide/blob/master/org.scala-ide.sdt....

In the runs that fail, AFAICT, the code is not even invoked. So either
weaving failed, or some other thing prevents the method verifier from
running correctly. If you look for `entered isConcreteMethod` in the
log, you should see where/how things happen.

Please let us know if you find anything, as we are also trying to nail it down.

iulian

> https://jenkins.scala-ide.org:8496/jenkins/view/Scala%20IDE%202.1%20f...
> https://jenkins.scala-ide.org:8496/jenkins/view/Scala%20IDE%202.1%20f...

> There are many other examples in the previous builds. I'll starting poking away at this later today but any hints are greatly appreciated.

> - Eric

--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »