Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] [ORBIT-BUILD: orbit-I] orbit-I Build Failed

I'll give a few quick tips, but upfront say it is hard to debug "from scratch" (i.e. not knowing what's changed, etc.).

First, when its something pretty vague (like "Java returned code 13") it does not hurt to simply "try again" ... occasionally, there are burbs in the infrastructure and something just isn't checked out, or something.

Second a good debugging tip is to revert your changes, and make sure it still builds without them. :)

Third, most out-right build failures are due to cvs tagging problems ... such as map says one tag, but that version doesn't exist ... due to typos, etc.

Fourth, there is an easier to read (plain text) "antBuilderOutput.log" produced during the build, but when there is an early, bad error, this log is not saved (so, must be captured during the build ... usually by me ... while the build is in progress). So, if none of the above help, don't hesitate to ask for help here on this list. There's more details that could be said ... but, most committers should not need to read through the build log, so if the above types of actions don't resolve an issue, best to ask the "build master" (i.e. me :).

The current build has gone longer than the failed build, and made it to the signing stage, so not sure if you reverted or fixed something ... or, if it was just one of those burbs ... but I'll keep an eye on it.

And, there could always be areas where we could improve build error handling or reporting ... so, if you see areas for improvement, feel free to open a bug in Orbit's releng component.

HTH, at least a little.


Inactive hide details for "Wetzold, Robert" ---11/15/2011 12:36:00 PM---Hi, I need a piece of advice please. How do you usually"Wetzold, Robert" ---11/15/2011 12:36:00 PM---Hi, I need a piece of advice please. How do you usually go ahead and find out what the reason for th

From: "Wetzold, Robert" <robert.wetzold@xxxxxxx>
To: Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Date: 11/15/2011 12:36 PM
Subject: Re: [orbit-dev] [ORBIT-BUILD: orbit-I] orbit-I Build Failed
Sent by: orbit-dev-bounces@xxxxxxxxxxx





Hi,

I need a piece of advice please. How do you usually go ahead and find out what the reason for the failing build is? The log is not really this helpful or I don’t know how to read it yet. Thanks a lot in advance!


Best regards, Robert

From: orbit-dev-bounces@xxxxxxxxxxx [mailto:orbit-dev-bounces@xxxxxxxxxxx] On Behalf Of orbitBuilder
Sent:
Dienstag, 15. November 2011 18:13
To:
david_williams@xxxxxxxxxx; orbit-dev@xxxxxxxxxxx; rwetzold@xxxxxxxxxxx
Subject:
[orbit-dev] [ORBIT-BUILD: orbit-I] orbit-I Build Failed

View results here -> http://build.eclipse.org:9777/dashboard/tab/build/detail/orbit-I?log=log20111115165334

BUILD FAILED
Ant Error Message:/shared/orbit/org.eclipse.orbit.releng.control/cc_project_build.xml:69: The following error occurred while executing this line: /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/build.xml:89: The following error occurred while executing this line: /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/distribution/orbit.build/build.xml:36: The following error occurred while executing this line: /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/scripts/build/runbuild.xml:29: The following error occurred while executing this line: /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/scripts/build/runbuild.xml:177: Java returned: 13
Date of build:2011-11-15T16:53:34
Time to build:19 minutes 4 seconds
Last changed:2011-11-15T16:33:57
Last log entry:Resolved strange merge conflict in bundle map

Errors/Warnings: (10)
checkout.builder.clean: true
retieved new version of build.cfg
Version tag for org.eclipse.orbit/org.eclipse.orbit.releng.builder is: v201110241852
retieved new version of org.eclipse.orbit/org.eclipse.orbit.releng.builder
cctimestamp: 20111115165334
datetime: 201111151656
timestamp: 20111115165334
buildfile: /shared/orbit/projectBuilders/orbit-I/org.eclipse.orbit/org.eclipse.orbit.releng.builder/distribution/orbit.build/build.xml
resolution.devMode: true
cvsaccess: pserver:anonymous

Unit Tests: (0)
No Tests Run
This project doesn't have any tests

Modifications since last successful build: (1)
modifiedrwetzold/org.eclipse.orbit/org.eclipse.orbit.releng/maps/bundles.map1.7272011-11-15T16:33:57Resolved strange merge conflict in bundle map


_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev

GIF image

GIF image


Back to the top