Build failed in Jenkins: java-idp-jetty-base-10 #56
Shibboleth Jenkins
noreply at shibboleth.net
Sat Nov 5 20:18:35 UTC 2022
See <http://127.0.0.1:1583/jenkins/job/java-idp-jetty-base-10/56/display/redirect?page=changes>
Changes:
[Tom Zeller] Bump Logback to 1.4.0 to match Jetty 10.0.12
------------------------------------------
Started by user Tom Zeller
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (I2) - Rocky9-commits (i-0c82f06589d4e427a) (Rocky9-commits) in workspace <http://127.0.0.1:1583/jenkins/job/java-idp-jetty-base-10/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.shibboleth.net/git/java-idp-jetty-base
> git init <http://127.0.0.1:1583/jenkins/job/java-idp-jetty-base-10/ws/> # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-idp-jetty-base
> git --version # timeout=10
> git --version # 'git version 2.31.1'
> git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-idp-jetty-base +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://git.shibboleth.net/git/java-idp-jetty-base # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/10^{commit} # timeout=10
Checking out Revision e3574752329ce3f85efc9a7dd54cc831b5eb12a3 (refs/remotes/origin/10)
> git config core.sparsecheckout # timeout=10
> git checkout -f e3574752329ce3f85efc9a7dd54cc831b5eb12a3 # timeout=10
Commit message: "Bump Logback to 1.4.0 to match Jetty 10.0.12"
> git rev-list --no-walk 7cede06b4f525accf885bcc1b28c514bbc40a2f6 # timeout=10
Parsing POMs
Downloaded artifact https://build.shibboleth.net/maven/releases/net/shibboleth/parent/11.3.4/parent-11.3.4.pom
Failed to transfer Could not find artifact io.dropwizard.metrics:metrics-bom:pom:4.2.9 in shib-release (https://build.shibboleth.net/maven/releases/)
Failed to transfer Could not find artifact io.dropwizard.metrics:metrics-bom:pom:4.2.9 in shib-thirdparty (https://build.shibboleth.net/maven/thirdparty/)
Failed to transfer Could not find artifact io.dropwizard.metrics:metrics-bom:pom:4.2.9 in shib-thirdparty-old (https://build.shibboleth.net/nexus/content/repositories/thirdparty/)
Downloaded artifact https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-bom/4.2.9/metrics-bom-4.2.9.pom
Failed to transfer Could not find artifact io.dropwizard.metrics:metrics-parent:pom:4.2.9 in shib-release (https://build.shibboleth.net/maven/releases/)
Failed to transfer Could not find artifact io.dropwizard.metrics:metrics-parent:pom:4.2.9 in shib-thirdparty (https://build.shibboleth.net/maven/thirdparty/)
Failed to transfer Could not find artifact io.dropwizard.metrics:metrics-parent:pom:4.2.9 in shib-thirdparty-old (https://build.shibboleth.net/nexus/content/repositories/thirdparty/)
Downloaded artifact https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-parent/4.2.9/metrics-parent-4.2.9.pom
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:5.3.22 in shib-release (https://build.shibboleth.net/maven/releases/)
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:5.3.22 in shib-thirdparty (https://build.shibboleth.net/maven/thirdparty/)
Failed to transfer Could not find artifact org.springframework:spring-framework-bom:pom:5.3.22 in shib-thirdparty-old (https://build.shibboleth.net/nexus/content/repositories/thirdparty/)
Downloaded artifact https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.22/spring-framework-bom-5.3.22.pom
Established TCP socket on 38057
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[java-idp-jetty-base-10] $ /opt/jdk/amazon-8/bin/java -cp /opt/jenkins/maven35-agent.jar:/opt/maven_home/boot/plexus-classworlds-2.6.0.jar:/opt/maven_home/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven_home /tmp/remoting.jar /opt/jenkins/maven35-interceptor.jar /opt/jenkins/maven3-interceptor-commons.jar 38057
Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:425)
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:135)
at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:65)
ERROR: Failed to parse POMs
java.io.EOFException: unexpected stream termination
at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:459)
at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:404)
at hudson.slaves.Channels.forProcess(Channels.java:121)
at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:296)
at hudson.maven.ProcessCache.get(ProcessCache.java:236)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:802)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524)
at hudson.model.Run.execute(Run.java:1899)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:107)
at hudson.model.Executor.run(Executor.java:449)
More information about the commits
mailing list