bamboo said build failed in email, but website shows it passing?

View: New views
5 Messages — Rating Filter:   Alert me  

bamboo said build failed in email, but website shows it passing?

by HamletDRC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi gang,

I got an email from the CI server that said my changes broke the build:

[Bamboo] GROOVY - Trunk - JDK 1.6 - Uber build (Coverage,
Documentation, Examples) build 81 has FAILED (0 tests failed). Change
made by hamletdrc
BUILD FAILED
/opt/j2ee/domains/ci.codehaus.org/bamboo/webapps/atlassian-bamboo/data/atlassian-bamboo-2.1.4/xml-data/build-dir/GROOVY-GROOVY160J14/build.xml:274:
Forked groovyc returned error code: 1

But the Bamboo website is showing the build passing:
http://bamboo.ci.codehaus.org/build/viewBuildHistory!default.action?buildKey=GROOVY-CORE

Is the build failing or not?

--
Hamlet D'Arcy
hamletdrc@...

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


--
Hamlet D'Arcy

Re: bamboo said build failed in email, but website shows it passing?

by Robert Fischer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's a Schroedinger Build!  The build is both alive and dead!

~~ Robert.

Hamlet D'Arcy wrote:

> Hi gang,
>
> I got an email from the CI server that said my changes broke the build:
>
> [Bamboo] GROOVY - Trunk - JDK 1.6 - Uber build (Coverage,
> Documentation, Examples) build 81 has FAILED (0 tests failed). Change
> made by hamletdrc
> BUILD FAILED
> /opt/j2ee/domains/ci.codehaus.org/bamboo/webapps/atlassian-bamboo/data/atlassian-bamboo-2.1.4/xml-data/build-dir/GROOVY-GROOVY160J14/build.xml:274:
> Forked groovyc returned error code: 1
>
> But the Bamboo website is showing the build passing:
> http://bamboo.ci.codehaus.org/build/viewBuildHistory!default.action?buildKey=GROOVY-CORE
>
> Is the build failing or not?
>

--
~~ Robert Fischer, Smokejumper IT Consulting.
Enfranchised Mind Blog http://EnfranchisedMind.com/blog

Check out my book, "Grails Persistence with GORM and GSQL"!
http://www.smokejumperit.com/redirect.html

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: bamboo said build failed in email, but website shows it passing?

by Roshan Dawrani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you look at the web page: http://bamboo.ci.codehaus.org/browse/GROOVY, you will see that the last build entry, pointing to http://bamboo.ci.codehaus.org/browse/GROOVY-GROOVY160J14, indicates the build failure mentioned in the email.


On Wed, Jul 1, 2009 at 12:04 AM, Hamlet D'Arcy <hamletdrc@...> wrote:
Hi gang,

I got an email from the CI server that said my changes broke the build:

[Bamboo] GROOVY - Trunk - JDK 1.6 - Uber build (Coverage,
Documentation, Examples) build 81 has FAILED (0 tests failed). Change
made by hamletdrc
BUILD FAILED
/opt/j2ee/domains/ci.codehaus.org/bamboo/webapps/atlassian-bamboo/data/atlassian-bamboo-2.1.4/xml-data/build-dir/GROOVY-GROOVY160J14/build.xml:274:
Forked groovyc returned error code: 1

But the Bamboo website is showing the build passing:
http://bamboo.ci.codehaus.org/build/viewBuildHistory!default.action?buildKey=GROOVY-CORE

Is the build failing or not?

--
Hamlet D'Arcy
hamletdrc@...

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




Re: bamboo said build failed in email, but website shows it passing?

by Guillaume Laforge-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And there's the log here:
http://bamboo.ci.codehaus.org/build/viewBuildLog.action?buildNumber=81&buildKey=GROOVY-GROOVY160J14

On Tue, Jun 30, 2009 at 20:39, Roshan Dawrani<roshandawrani@...> wrote:

> If you look at the web page: http://bamboo.ci.codehaus.org/browse/GROOVY,
> you will see that the last build entry, pointing to
> http://bamboo.ci.codehaus.org/browse/GROOVY-GROOVY160J14, indicates the
> build failure mentioned in the email.
>
>
> On Wed, Jul 1, 2009 at 12:04 AM, Hamlet D'Arcy <hamletdrc@...> wrote:
>>
>> Hi gang,
>>
>> I got an email from the CI server that said my changes broke the build:
>>
>> [Bamboo] GROOVY - Trunk - JDK 1.6 - Uber build (Coverage,
>> Documentation, Examples) build 81 has FAILED (0 tests failed). Change
>> made by hamletdrc
>> BUILD FAILED
>>
>> /opt/j2ee/domains/ci.codehaus.org/bamboo/webapps/atlassian-bamboo/data/atlassian-bamboo-2.1.4/xml-data/build-dir/GROOVY-GROOVY160J14/build.xml:274:
>> Forked groovyc returned error code: 1
>>
>> But the Bamboo website is showing the build passing:
>>
>> http://bamboo.ci.codehaus.org/build/viewBuildHistory!default.action?buildKey=GROOVY-CORE
>>
>> Is the build failing or not?
>>
>> --
>> Hamlet D'Arcy
>> hamletdrc@...
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>
>



--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: bamboo said build failed in email, but website shows it passing?

by HamletDRC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> And there's the log here:
> http://bamboo.ci.codehaus.org/build/viewBuildLog.action?buildNumber=81&buildKey=GROOVY-GROOVY160J14


Thanks. It should be fixed now. Example scripts were all in the
default package which worked fine until the the compileExamples Ant
task was run.

--
Hamlet D'Arcy
hamletdrc@...




On Tue, Jun 30, 2009 at 1:43 PM, Guillaume Laforge<glaforge@...> wrote:

> And there's the log here:
> http://bamboo.ci.codehaus.org/build/viewBuildLog.action?buildNumber=81&buildKey=GROOVY-GROOVY160J14
>
> On Tue, Jun 30, 2009 at 20:39, Roshan Dawrani<roshandawrani@...> wrote:
>> If you look at the web page: http://bamboo.ci.codehaus.org/browse/GROOVY,
>> you will see that the last build entry, pointing to
>> http://bamboo.ci.codehaus.org/browse/GROOVY-GROOVY160J14, indicates the
>> build failure mentioned in the email.
>>
>>
>> On Wed, Jul 1, 2009 at 12:04 AM, Hamlet D'Arcy <hamletdrc@...> wrote:
>>>
>>> Hi gang,
>>>
>>> I got an email from the CI server that said my changes broke the build:
>>>
>>> [Bamboo] GROOVY - Trunk - JDK 1.6 - Uber build (Coverage,
>>> Documentation, Examples) build 81 has FAILED (0 tests failed). Change
>>> made by hamletdrc
>>> BUILD FAILED
>>>
>>> /opt/j2ee/domains/ci.codehaus.org/bamboo/webapps/atlassian-bamboo/data/atlassian-bamboo-2.1.4/xml-data/build-dir/GROOVY-GROOVY160J14/build.xml:274:
>>> Forked groovyc returned error code: 1
>>>
>>> But the Bamboo website is showing the build passing:
>>>
>>> http://bamboo.ci.codehaus.org/build/viewBuildHistory!default.action?buildKey=GROOVY-CORE
>>>
>>> Is the build failing or not?
>>>
>>> --
>>> Hamlet D'Arcy
>>> hamletdrc@...
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>    http://xircles.codehaus.org/manage_email
>>>
>>>
>>
>>
>
>
>
> --
> Guillaume Laforge
> Groovy Project Manager
> Head of Groovy Development at SpringSource
> http://www.springsource.com/g2one
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


--
Hamlet D'Arcy