Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] 4.6M2 S-build: Download failure for org.eclipse.core.jobs on Hudson only

Hi platform release engineers,

I am currently switching our target platform to use the 4.6M2 S-build at
<http://download.eclipse.org/eclipse/updates/4.6milestones/S-4.6M2-201509162000/>.

While this builds locally, our Hudson instance has problems fetching
JARs from it [1]:

> [INFO] Unpacking org.eclipse.core.jobs_3.8.0.v20150911-1658...
> [ERROR] The following artifacts could not be downloaded: 
> [ERROR]   osgi.bundle,org.eclipse.core.jobs,3.8.0.v20150911-1658
> [INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
> [INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Some required artifacts could not be downloaded. See log output for details.
> [DEBUG] Closing connection to remote
> [ERROR] Internal error: java.lang.RuntimeException: Some required artifacts could not be downloaded. See log output for details. -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Some required artifacts could not be downloaded. See log output for details.
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
> 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
> 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.RuntimeException: Some required artifacts could not be downloaded. See log output for details.
> 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.failIfArtifactsMissing(P2ResolverImpl.java:271)
> 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.toResolutionResult(P2ResolverImpl.java:225)
> 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:209)
> 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:116)
> 	at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies(P2DependencyResolver.java:367)
> 	at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies(P2DependencyResolver.java:335)
> 	at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:117)
> 	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:95)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:266)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> 	... 11 more
> [ERROR] 

Does anyone know what the reason might be? I tried with both
-Dtycho.disableP2Mirrors=true and without, but that apparently makes no
difference.

Locally the build runs with Maven 3.3.3 and Java 1.8, on Hudson with
Maven 3.3.1 and Java 1.7. In both cases, I cleared the local Maven
repository beforehand.

Best wishes,

Andreas

[1]
<https://hudson.eclipse.org/recommenders/job/org.eclipse.recommenders-gerrit/simrel=neon/1264/console>

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top