Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Builds failing

I'm seeing a lot of builds fail with errors like the one below. Any idea what we can do?

If things are failing due to unreliable maven servers, perhaps we could run our own maven mirror on eclipse.org so that we don't rely on external connections during builds?

[WARN] o.h.m.e.EventSpyProcessor - Unhandled event: org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest@4b6ac111 (org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest)
[WARN] o.h.m.e.EventSpyProcessor - Unhandled event: org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest@4b6ac111 (org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest)
[INFO] Scanning for projects...
Downloading: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.7.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse:eclipse-platform-parent:4.7.0-SNAPSHOT/maven-metadata.xml from/to eclipse-hosted (https://repo.eclipse.org/content/repositories/eclipse/): Failed to transfer file: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.7.0-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable.
Downloading: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.7.0-SNAPSHOT/eclipse-platform-parent-4.7.0-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.7.0-SNAPSHOT: Could not transfer artifact org.eclipse:eclipse-platform-parent:pom:4.7.0-SNAPSHOT from/to eclipse-hosted (https://repo.eclipse.org/content/repositories/eclipse/): Failed to transfer file: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.7.0-SNAPSHOT/eclipse-platform-parent-4.7.0-SNAPSHOT.pom. Return code is: 503 , ReasonPhrase:Service Unavailable. and 'parent.relativePath' points at wrong local POM @ line 15, column 11
 @ 
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.7.0-SNAPSHOT: Could not transfer artifact org.eclipse:eclipse-platform-parent:pom:4.7.0-SNAPSHOT from/to eclipse-hosted (https://repo.eclipse.org/content/repositories/eclipse/): Failed to transfer file: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.7.0-SNAPSHOT/eclipse-platform-parent-4.7.0-SNAPSHOT.pom. Return code is: 503 , ReasonPhrase:Service Unavailable. and 'parent.relativePath' points at wrong local POM @ line 15, column 11

[DEBUG] Closing connection to remote
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.equinox.bundles:rt.equinox.bundles:4.7.0-SNAPSHOT (/jobs/genie.platform/rt.equinox.bundles-Gerrit/workspace/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.equinox.bundles:rt.equinox.bundles:4.7.0-SNAPSHOT: Could not transfer artifact org.eclipse:eclipse-platform-parent:pom:4.7.0-SNAPSHOT from/to eclipse-hosted (https://repo.eclipse.org/content/repositories/eclipse/): Failed to transfer file: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.7.0-SNAPSHOT/eclipse-platform-parent-4.7.0-SNAPSHOT.pom. Return code is: 503 , ReasonPhrase:Service Unavailable. and 'parent.relativePath' points at wrong local POM @ line 15, column 11 -> [Help 2]
[ERROR] 

Full log:
https://hudson.eclipse.org/platform/job/rt.equinox.bundles-Gerrit/468/console



Back to the top