Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] build trouble

These days I'm having tremendous problems with jenkins, for a change.

See https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Github/view/change-requests/job/PR-28/

The first runs repeatably aborted just after suite ASTConverterTest2.
At that point the test suite just dropped silent waiting for the timeout (while locally in the IDE all these tests run fine).

Next I pushed some sysout for debugging that issue. Since then the job didn't even succeed to build any more, saying:

20:51:46 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) on project org.eclipse.jdt.annotation: Error while executing platform: Error while executing platform: return code=13, see content of /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation/target/apigeneration-workspace/data/.metadata/.logfor more details. -> [Help 1] 20:51:46 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) on project org.eclipse.jdt.annotation: Error while executing platform: Error while executing platform: return code=13, see content of /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation_v1/target/apigeneration-workspace/data/.metadata/.logfor more details. -> [Help 1] 20:51:46 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) on project org.eclipse.jdt.core: Error while executing platform: Error while executing platform: return code=13, see content of /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.core/target/apigeneration-workspace/data/.metadata/.logfor more details. -> [Help 1]

Anybody else seeing this?
Anybody else missing the jenkins workspace where we could inspect the logs???

Needless to say, that I didn't touch anything in org.eclipse.jdt.annotation. So why is it's build crashing now?

To be fair there's a bit more information:

20:51:22 [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.annotation ---

20:51:23 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] 20:51:23 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation/target/apigeneration-workspace/data/.metadata/.log
20:51:23  [INFO] Command line:
20:51:23 [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation/target/apigeneration-workspace/data]

20:51:25  An error has occurred. See the log file
20:51:25 /home/jenkins/agent/workspace/eclipse.jdt.core-Github_PR-28/org.eclipse.jdt.annotation/target/apigeneration-workspace/configuration/1650567083880.log.

Is "eclipse-run (build-.api_description)" trying to run API tools, or who is that??

So far an unknown tool has produced an unspecified error causing the build to fail and wipe all traces of what happened. Not nice.

I may have to wait until the infra is more stable ...

Stephan

PS: Could jenkins give a little more information what a given build is about? Just showing the unclickable text "Pull Request PR-28" looks like a thing from before the invention of hypertext. Interestingly, "Changes" only shows new commits on master, not new commits on the branch.


Back to the top