You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/06/11 16:14:23 UTC

Build failed in Jenkins: Directory » dir-scimple #437

See <https://ci-builds.apache.org/job/Directory/job/dir-scimple/437/display/redirect?page=changes>

Changes:

[github] Bump wildfly-maven-plugin from 1.2.2.Final to 3.0.0.Final

[github] Bump validation-api from 1.1.0.Final to 2.0.1.Final

[github] Bump jetty-bom from 9.4.45.v20220203 to 11.0.9

[github] Bump project from 42 to 45

[github] Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6

[Brian Demers] Bump mockito-core from 4.4.0 to 4.5.1

[Brian Demers] Import JAXRS common code from PennState/commons-jaxrs

[Brian Demers] License cleanup after running apache-rat:check

[Brian Demers] Update apache-rat to ignore mvnw scripts

[github] Bump assertj-core from 3.22.0 to 3.23.1

[Brian Demers] Bump catch-exception from 1.4.6 to 2.0

[github] Bump dependency-check-maven from 7.0.4 to 7.1.0

[Brian Demers] Update in catch-exception usage

[github] Bump mockito-core from 4.5.1 to 4.6.0

[github] Bump mockito-junit-jupiter from 4.5.1 to 4.6.0

[github] Bump docker-maven-plugin from 0.39.1 to 0.40.0

[github] Bump resteasy-jackson2-provider from 4.7.6.Final to 6.0.1.Final

[Brian Demers] Update the scm connection information after moving to Apache

[Brian Demers] Migrate to jakarta packages

[Brian Demers] Configure lombok to generate chained getters

[Brian Demers] Remove null values from JSON payload

[github] Bump mockito-junit-jupiter from 4.6.0 to 4.6.1

[github] Bump mockito-core from 4.6.0 to 4.6.1

[github] Bump docker-maven-plugin from 0.40.0 to 0.40.1

[github] Bump apache-rat-plugin from 0.13 to 0.14

[github] Bump dependency-check-maven from 7.1.0 to 7.1.1

[github] Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7

[github] Bump wildfly-maven-plugin from 3.0.0.Final to 3.0.1.Final

[github] Bump jetty-bom from 11.0.9 to 11.0.11

[Brian Demers] Move HTTP Status containing exceptions to common parent

[Brian Demers] Update to swagger-annotations v2

[Brian Demers] Register ScimResource Providers automatically

[Brian Demers] Remove dependencies on ejb and servlet APIs

[Brian Demers] Update how ScimResource Providers are injected

[Brian Demers] Add Example Server project for embedded Jersey + Weld

[Brian Demers] Add bdemers to developers list

[Brian Demers] Update (transitive) dependency version of common collections

[Brian Demers] Suppress dep scan results found in weld

[Brian Demers] Add nightly cron job to run full build

[github] Bump exec-maven-plugin from 3.0.0 to 3.1.0

[github] Bump weld-se-core from 4.0.3.Final to 5.0.1.Final

[github] Bump version.resteasy from 6.0.1.Final to 6.0.3.Final

[github] Bump swagger-annotations from 2.2.0 to 2.2.2

[Brian Demers] Add fan_platform_project to owasp suppression file

[Brian Demers] Remove duplicate Mapper class

[Brian Demers] Move client and server logic out of scim-common and into respective modules

[Brian Demers] Remove compliance modules

[Brian Demers] Rename scim-server-common to scim-server

[Brian Demers] Remove extra client exception types

[Brian Demers] Update client Filter tests

[Brian Demers] Move FilterBuilder to scim-spec-protocol

[Brian Demers] Removed decode method from FilterBuilderTest

[github] Bump docker-maven-plugin from 0.40.1 to 0.40.2

[github] Bump project from 45 to 46

[github] Bump version.resteasy from 6.0.3.Final to 6.1.0.Final

[github] Bump hibernate-validator from 7.0.4.Final to 7.0.5.Final

[github] Bump jersey-bom from 3.0.5 to 3.0.6

[github] Bump junit-bom from 5.8.2 to 5.9.0

[Brian Demers] Rename test method to not conflict with Parameterized args

[Brian Demers] Reverting to Jetty 3.0.5

[Brian Demers] Replace field injection with constructor injection

[Brian Demers] Refactored UpdateRequestTest to remove deprecated code

[Brian Demers] Cleanup imports

[Brian Demers] Add default constructors for CDI beans

[Brian Demers] Add scope to RequestContext

[github] Bump mockito-junit-jupiter from 4.6.1 to 4.7.0

[github] Bump jersey-bom from 3.0.5 to 3.0.6

[github] Bump maven-javadoc-plugin from 3.4.0 to 3.4.1

[github] Bump mockito-core from 4.6.1 to 4.7.0

[Brian Demers] Add generated annotations in lombok

[Brian Demers] Remove JAX-RS related dependencies from scim-spec-schema

[Brian Demers] Minor doc fixes

[Brian Demers] Move from server utility to rest package

[Brian Demers] Don't expose Schema.Attribute.field directly

[Brian Demers] ScimJacksonXmlBindJsonProvider now uses the same ObjectMapper instance

[Brian Demers] Adds ScimAttribute annotation to the fields in the Meta class

[Brian Demers] Adds utility methods for setting configuration's authenticationSchema

[Brian Demers] Adds FilterBuilder connivance methods

[Brian Demers] Rename Provider to Repository

[Brian Demers] Fixed flaky test in FilterBuilderLessThanTest

[Brian Demers] Add tests for BulkResourceImpl

[Brian Demers] Reduce exceptions thrown by AttributeUtil to new AttributeException

[github] Bump dependency-check-maven from 7.1.1 to 7.1.2

[github] Bump logback-classic from 1.2.11 to 1.4.0

[Brian Demers] Extract Schema generation logic from RepositoryRegistry

[Brian Demers] Add in memory Filter matcher

[Brian Demers] Make ServerConfiguration.addAuthenticationSchema fluent

[Brian Demers] Update examples to pass external SCIM testing

[github] Bump jackson-bom from 2.13.3 to 2.13.4

[Brian Demers] Add missing WebApplicationExceptionMapper to ScimResourceHelper

[Brian Demers] Use caseExact schema attribute when checking string equality

[Brian Demers] Add generic integration tests

[github] Bump jersey-bom from 3.0.5 to 3.0.8

[Brian Demers] Fix typo in PrioritySortingComparator name

[Brian Demers] Remove web specific method from Repository interface

[Brian Demers] Move non-web bits from scim-server to new scim-core module

[Brian Demers] Move filter classes from protocol to spec-schema

[Brian Demers] Moving a couple more classes to appropriately named packages

[Brian Demers] Renamed scim.spec.protocol package to scim.protocol to remove spit package issue

[Brian Demers] Build and module info to README

[Brian Demers] Move ResourceException to spec package so it can be used by protocol

[Brian Demers] DRY out BaseResourceTypeResourceImpl

[Brian Demers] Add module names to jar manifests

[github] Bump hibernate-validator from 7.0.5.Final to 8.0.0.Final

[github] Bump mockito-junit-jupiter from 4.7.0 to 4.8.0

[github] Bump mockito-core from 4.7.0 to 4.8.0

[github] Bump rest-assured-bom from 5.1.1 to 5.2.0

[Brian Demers] Remove dead code

[Brian Demers] Move schema reg logic out of RepoReg and into SchemaReg

[Brian Demers] Remove parsing logic from ScimResource

[Brian Demers] Move ScimExtensionRegistry logic into SchemaRegistry

[Brian Demers] Removed dangling logical filter methods

[Brian Demers] Minor fixes test test suite

[Brian Demers] Use older version of logback to ensure logging works in examples

[Brian Demers] Cleanup CDI scim-core

[Brian Demers] ScimJacksonProvider now handles extensions

[Brian Demers] Add etag specific exception

[Brian Demers] Set version to 1.0.0-SNAPSHOT

[Brian Demers] Fix pom.xml error: scim-tools-common should be scim-tools

[github] Bump apache-rat-plugin from 0.14 to 0.15

[github] Bump dependency-check-maven from 7.1.2 to 7.3.0

[Brian Demers] Update to ANTLR 4.11.1

[github] Bump version.resteasy from 6.1.0.Final to 6.2.1.Final

[Brian Demers] Return a 501 (not implemented) status code when a Repository is not found

[Brian Demers] All ExceptionMappers extend common base class

[Brian Demers] Update Jackson to 2.13.4-20221013

[github] Bump mockito-junit-jupiter from 4.8.0 to 4.8.1

[github] Bump mockito-core from 4.8.0 to 4.8.1

[github] Bump swagger-annotations from 2.2.2 to 2.2.4

[github] Bump junit-bom from 5.9.0 to 5.9.1

[Brian Demers] Removed unused args4j dep

[github] Bump jackson-bom from 2.13.4.20221013 to 2.14.0

[github] Bump swagger-annotations from 2.2.4 to 2.2.6

[github] Bump rest-assured-bom from 5.2.0 to 5.3.0

[github] Bump mockito-core from 4.8.1 to 4.9.0

[github] Bump mockito-junit-jupiter from 4.8.1 to 4.9.0

[github] Bump dependency-check-maven from 7.3.0 to 7.3.2

[github] Bump swagger-annotations from 2.2.6 to 2.2.7

[github] Bump zjsonpatch from 0.4.12 to 0.4.13

[github] Bump jackson-bom from 2.14.0 to 2.14.1

[Brian Demers] Add new Spring Boot support module, ITs, and an example

[Brian Demers] Update to Spring-Boot 3.0 GA

[Brian Demers] Update to Jakarta EE 10 and Weld 5.1

[Brian Demers] Fix: Add methods required for CDI 4 to Spring Shim

[Brian Demers] Add jandex index

[Brian Demers] Add Jakarta WS Feature

[github] Bump dependency-check-maven from 7.3.2 to 7.4.0

[github] Bump jandex-maven-plugin from 3.0.4 to 3.0.5

[github] Bump jersey-bom from 3.0.8 to 3.1.0

[Brian Demers] Force newer transitive dep commons-code to be used

[Brian Demers] Configure and run the ITs on the Jersey example

[Brian Demers] Require "resourceType" in ScimResource constructor

[Brian Demers] Move the common SCIMple CDI & JSON bits from scim-server to scim-core

[Brian Demers] Remove empty maven parent pom scim-spec

[Brian Demers] Make PhoneNumber.param entry order consistent

[github] Bump dependency-check-maven from 7.4.0 to 7.4.1

[Brian Demers] Remove unused import

[Brian Demers] SCIM Resources will now have predictable ordered sets and maps

[github] Update nightly cron to use Java 17

[Brian Demers] Convert the portable CDI extensions to the CDI lite equivalent

[github] Bump version.resteasy from 6.2.1.Final to 6.2.2.Final

[github] Bump mockito-junit-jupiter from 4.9.0 to 4.10.0

[github] Bump docker-maven-plugin from 0.40.2 to 0.40.3

[github] Bump mockito-core from 4.9.0 to 4.10.0

[Brian Demers] Add enforcer rule to ensure dependencies have compatible bytecode versions

[Brian Demers] Fixed Wildfly related issues

[Brian Demers] Remove resources classes from Feature implementation

[github] Bump version.spring-boot from 3.0.0 to 3.0.1

[etoledano] patch phase 1

[etoledano] remove test

[etoledano] support expression filters

[github] Bump dependency-check-maven from 7.4.1 to 7.4.3

[github] Bump mockito-junit-jupiter from 4.10.0 to 4.11.0

[github] Bump mockito-core from 4.10.0 to 4.11.0

[Brian Demers] Enable UpdateRequest patch related tests

[etoledano] update object mapper

[Brian Demers] Add license headers

[Brian Demers] Replace ObjectMapperProvider with ObjectMapperFactory

[Brian Demers] Cleaned up imports in UpdateRequest

[github] Bump dependency-check-maven from 7.4.3 to 7.4.4

[github] Bump assertj-core from 3.23.1 to 3.24.1

[github] Bump swagger-annotations from 2.2.7 to 2.2.8

[Brian Demers] Phone number parsing is non-strict by default

[Brian Demers] Log uncaught client errors at DEBUG level, server errors at WARN

[kthorpe] Fix typo in SchemaExtensionConfiguration

[Brian Demers] Use UUIDs for examples

[github] Bump mockito-junit-jupiter from 4.11.0 to 5.0.0

[github] Bump junit-bom from 5.9.1 to 5.9.2

[github] Bump mockito-core from 4.11.0 to 5.0.0

[github] Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8

[github] Bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0-M8

[github] Bump zjsonpatch from 0.4.13 to 0.4.14

[github] Bump dependency-check-maven from 7.4.4 to 8.0.0

[etoledano] more patch functionality and filter expressions

[etoledano] use instance check in predicate test

[etoledano] unit tests

[github] Bump version.spring-boot from 3.0.1 to 3.0.2

[github] Bump dependency-check-maven from 8.0.0 to 8.0.1

[github] Bump assertj-core from 3.24.1 to 3.24.2

[Brian Demers] Add missing attribute description

[Brian Demers] Remove KeyedResource

[Brian Demers] Bump version.spring-boot from 3.0.1 to 3.0.2

[Brian Demers] Fixing return type of fluent setters extending BaseResource

[Brian Demers] Abstract out basic FilterExpression mapping logic

[Brian Demers] Remove references to KeyResource

[etoledano] fix filterMatcher, address comments

[etoledano] fix comment

[Brian Demers] Detect complex multivalue fitlers in InMemoryScimFitlerMatcher

[etoledano] check for mutability

[Brian Demers] Add test cases for patch replace/remove with filter

[Brian Demers] Create Patch Operation handlers for each type of OP

[Brian Demers] Allow for InMemoryScimFilterMatcher to traverse maps

[Brian Demers] PatchHnadlerImpl now tests filters against a map version of the ScimResource

[Brian Demers] Add typed exception for invalid filters and related exception mapper

[github] Bump mockito-core from 5.0.0 to 5.1.0

[github] Bump dependency-check-maven from 8.0.1 to 8.0.2

[github] Bump mockito-junit-jupiter from 5.0.0 to 5.1.0

[github] Bump jackson-bom from 2.14.1 to 2.14.2

[Brian Demers] Add additional integration tests

[github] Bump lombok from 1.18.24 to 1.18.26

[github] Bump jersey-bom from 3.1.0 to 3.1.1

[etoledano] patch fixes and test cases

[etoledano] test renaming

[github] add comment

[etoledano] declare primary

[github] Bump docker-maven-plugin from 0.40.3 to 0.41.0

[github] Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9

[github] Bump maven-javadoc-plugin from 3.4.1 to 3.5.0

[etoledano] apply pagination from filterResponse

[etoledano] use default startIndex when pageRequest is null

[github] Bump version.spring-boot from 3.0.2 to 3.0.3

[github] Bump version.antlr4 from 4.11.1 to 4.12.0

[github] Bump dependency-check-maven from 8.0.2 to 8.1.1

[github] Bump maven-compiler-plugin from 3.10.1 to 3.11.0

[Brian Demers] Adding config for ge.apache.org

[Brian Demers] Remove duplicate get user by id test

[github] Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9

[github] Bump mockito-core from 5.1.0 to 5.1.1

[github] Bump maven-enforcer-plugin from 3.1.0 to 3.2.1

[github] Bump mockito-junit-jupiter from 5.1.0 to 5.1.1

[Brian Demers] Enable parallel Maven builds

[github] Bump version.resteasy from 6.2.2.Final to 6.2.3.Final

[github] Bump dependency-check-maven from 8.1.1 to 8.1.2

[github] Bump gradle-enterprise-maven-extension from 1.16.4 to 1.16.5

[github] Bump docker-maven-plugin from 0.41.0 to 0.42.0

[etoledano] patch fixes and test cases

[etoledano] test renaming

[etoledano] add comment

[etoledano] declare primary

[github] Bump version.spring-boot from 3.0.3 to 3.0.4

[kthorpe] Fix copypasta for existingGroupFound

[github] Bump mockito-core from 5.1.1 to 5.2.0

[github] Bump mockito-junit-jupiter from 5.1.1 to 5.2.0

[Brian Demers] Fix incorrect/invalid copyright previously applied to maven wrapper files

[github] Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0

[github] Bump swagger-annotations from 2.2.8 to 2.2.9

[github] Bump maven-failsafe-plugin from 3.0.0-M9 to 3.0.0

[github] Bump version.spring-boot from 3.0.4 to 3.0.5

[github] Bump dependency-check-maven from 8.1.2 to 8.2.1

[github] Bump jacoco-maven-plugin from 0.8.8 to 0.8.9

[github] Bump extra-enforcer-rules from 1.6.1 to 1.6.2

[Andrea Patricelli] add enterprise user and extension to server examples

[Andrea Patricelli] restore license

[github] Bump docker-maven-plugin from 0.42.0 to 0.42.1

[github] Bump project from 46 to 47

[github] Bump jandex-maven-plugin from 3.0.5 to 3.1.1

[github] Bump gradle-enterprise-maven-extension from 1.16.5 to 1.17

[github] Update PatchOperation.java

[github] Update ObjectMapperFactory.java

[github] Bump mockito-core from 5.2.0 to 5.3.1

[github] Bump jackson-bom from 2.14.2 to 2.15.0

[github] Bump mockwebserver from 4.10.0 to 4.11.0

[github] Bump version.spring-boot from 3.0.5 to 3.0.6

[github] Bump mockito-junit-jupiter from 5.2.0 to 5.3.1

[github] Bump maven-enforcer-plugin from 3.2.1 to 3.3.0

[github] Bump jacoco-maven-plugin from 0.8.9 to 0.8.10

[github] Bump junit-bom from 5.9.2 to 5.9.3

[github] Bump maven-failsafe-plugin from 3.0.0 to 3.1.0

[github] Bump maven-surefire-plugin from 3.0.0 to 3.1.0

[github] Bump maven-gpg-plugin from 3.0.1 to 3.1.0

[github] Bump buildnumber-maven-plugin from 3.0.0 to 3.1.0

[github] Bump gradle-enterprise-maven-extension from 1.17 to 1.17.2

[github] Bump swagger-annotations from 2.2.9 to 2.2.10

[github] Bump docker-maven-plugin from 0.42.1 to 0.43.0

[github] Bump guava from 31.1-android to 32.0.0-android

[github] Bump version.resteasy from 6.2.3.Final to 6.2.4.Final

[github] Bump jackson-bom from 2.15.0 to 2.15.1

[github] Bump jersey-bom from 3.1.1 to 3.1.2

[github] Bump lombok from 1.18.26 to 1.18.28

[github] Bump version.antlr4 from 4.12.0 to 4.13.0

[Brian Demers] Remove unused plugin in wildfly profile

[Brian Demers] Make SCIMple artifacts reproducible

[Brian Demers] Update maven-remote-resources-plugin 3.1.0

[Brian Demers] Update wrapper to 3.9.1

[github] Bump extra-enforcer-rules from 1.6.2 to 1.7.0

[github] Bump gradle-enterprise-maven-extension from 1.17.2 to 1.17.3

[github] Bump jackson-bom from 2.15.1 to 2.15.2

[github] Bump swagger-annotations from 2.2.10 to 2.2.11

[github] Bump common-custom-user-data-maven-extension from 1.11.1 to 1.12


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds39 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git init <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-scimple.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-scimple.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 2c5af13b2440eaf8ecfa455ceba801f62fa063dc (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2c5af13b2440eaf8ecfa455ceba801f62fa063dc # timeout=10
Commit message: "Merge pull request #317 from apache/dependabot/maven/org.codehaus.mojo-extra-enforcer-rules-1.7.0"
 > git rev-list --no-walk 8cac9a14064029c5457338463ef50ca69fb92239 # timeout=10
Parsing POMs
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.2/jersey-bom-3.1.2.pom
Modules changed, recalculating dependency graph
Established TCP socket on 45435
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[dir-scimple] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.7.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3 /home/jenkins/agent.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar 45435
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.findClassInternal(ClassRealm.java:313)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:432)
	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:136)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:66)
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:526)
	at hudson.model.Run.execute(Run.java:1900)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)

Build failed in Jenkins: Directory » dir-scimple #439

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-scimple/439/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (Jenkins Ephemeral Node User-CLI) - t3.xlarge (i-031c7eb629d333f7d) (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git init <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/directory-scimple.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-scimple.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision fc92f0d439492a9b2e8dca2505b76412136e8df9 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc92f0d439492a9b2e8dca2505b76412136e8df9 # timeout=10
Commit message: "Merge pull request #323 from apache/dependabot/maven/org.jboss.weld.se-weld-se-core-5.1.1.Final"
 > git rev-list --no-walk fc92f0d439492a9b2e8dca2505b76412136e8df9 # timeout=10
Parsing POMs
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/directory/project/project/47/project-47.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
Downloaded artifact https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-bom/10.0.0/jakarta.jakartaee-bom-10.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.3.0/rest-assured-bom-5.3.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.2/jersey-bom-3.1.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.0.6/spring-boot-dependencies-3.0.6.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/5.14.1/brave-bom-5.14.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/2.16.3/zipkin-reporter-bom-2.16.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/datastax/oss/java-driver-bom/4.15.0/java-driver-bom-4.15.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.11/groovy-bom-4.0.11.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/14.0.8.Final/infinispan-bom-14.0.8.Final.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/14.0.8.Final/infinispan-build-configuration-parent-14.0.8.Final.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/39/jboss-parent-39.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.1/jersey-bom-3.1.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/11.0.15/jetty-bom-11.0.15.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-bom/1.7.22/kotlin-bom-1.7.22.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.6.4/kotlinx-coroutines-bom-1.6.4.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/5/logging-parent-5.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.10.6/micrometer-bom-1.10.6.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.0.4/micrometer-tracing-bom-1.0.4.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.8.1/mockito-bom-4.8.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.91.Final/netty-bom-4.1.91.Final.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp-bom/4.10.0/okhttp-bom-4.10.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.19.0/opentelemetry-bom-1.19.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/oracle/database/jdbc/ojdbc-bom/21.7.0.0/ojdbc-bom-21.7.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/prometheus/simpleclient_bom/0.16.0/simpleclient_bom-0.16.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/prometheus/parent/0.16.0/parent-0.16.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.0.0/querydsl-bom-5.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2022.0.6/reactor-bom-2022.0.6.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.2.1/rest-assured-bom-5.2.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.3/rsocket-bom-1.1.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.0.1/spring-batch-bom-5.0.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2022.0.5/spring-data-bom-2022.0.5.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.0.8/spring-framework-bom-6.0.8.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.0.5/spring-integration-bom-6.0.5.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.0/spring-restdocs-bom-3.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.0.3/spring-security-bom-6.0.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.0.1/spring-session-bom-3.0.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.0.3/spring-ws-bom-4.0.3.pom
Modules changed, recalculating dependency graph
Established TCP socket on 46777
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[dir-scimple] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.7.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3 /tmp/remoting.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar 46777
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.findClassInternal(ClassRealm.java:313)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:432)
	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:136)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:66)
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:526)
	at hudson.model.Run.execute(Run.java:1900)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)

Build failed in Jenkins: Directory » dir-scimple #438

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-scimple/438/display/redirect?page=changes>

Changes:

[github] Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0

[github] Bump weld-se-core from 5.1.0.Final to 5.1.1.Final

[github] Bump guava from 32.0.0-android to 32.0.1-android

[github] Bump dependency-check-maven from 8.2.1 to 8.3.1

[github] Bump jandex-maven-plugin from 3.1.1 to 3.1.2


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (Jenkins Ephemeral Node User-CLI) - t3.xlarge (i-085bd9c6900df6b7f) (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git init <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/directory-scimple.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-scimple.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision fc92f0d439492a9b2e8dca2505b76412136e8df9 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc92f0d439492a9b2e8dca2505b76412136e8df9 # timeout=10
Commit message: "Merge pull request #323 from apache/dependabot/maven/org.jboss.weld.se-weld-se-core-5.1.1.Final"
 > git rev-list --no-walk 2c5af13b2440eaf8ecfa455ceba801f62fa063dc # timeout=10
Parsing POMs
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/directory/project/project/47/project-47.pom
Downloaded artifact https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-bom/10.0.0/jakarta.jakartaee-bom-10.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.3.0/rest-assured-bom-5.3.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.2/jersey-bom-3.1.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.0.6/spring-boot-dependencies-3.0.6.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/5.14.1/brave-bom-5.14.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/2.16.3/zipkin-reporter-bom-2.16.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/datastax/oss/java-driver-bom/4.15.0/java-driver-bom-4.15.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.11/groovy-bom-4.0.11.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/14.0.8.Final/infinispan-bom-14.0.8.Final.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/14.0.8.Final/infinispan-build-configuration-parent-14.0.8.Final.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.1/jersey-bom-3.1.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/11.0.15/jetty-bom-11.0.15.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-bom/1.7.22/kotlin-bom-1.7.22.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.6.4/kotlinx-coroutines-bom-1.6.4.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.10.6/micrometer-bom-1.10.6.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.0.4/micrometer-tracing-bom-1.0.4.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.8.1/mockito-bom-4.8.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.91.Final/netty-bom-4.1.91.Final.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp-bom/4.10.0/okhttp-bom-4.10.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.19.0/opentelemetry-bom-1.19.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/oracle/database/jdbc/ojdbc-bom/21.7.0.0/ojdbc-bom-21.7.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/prometheus/simpleclient_bom/0.16.0/simpleclient_bom-0.16.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/prometheus/parent/0.16.0/parent-0.16.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.0.0/querydsl-bom-5.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2022.0.6/reactor-bom-2022.0.6.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.2.1/rest-assured-bom-5.2.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.3/rsocket-bom-1.1.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.0.1/spring-batch-bom-5.0.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2022.0.5/spring-data-bom-2022.0.5.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.0.8/spring-framework-bom-6.0.8.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.0.5/spring-integration-bom-6.0.5.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.0/spring-restdocs-bom-3.0.0.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.0.3/spring-security-bom-6.0.3.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.0.1/spring-session-bom-3.0.1.pom
Downloaded artifact https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.0.3/spring-ws-bom-4.0.3.pom
Modules changed, recalculating dependency graph
Established TCP socket on 40485
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[dir-scimple] $ /home/jenkins/tools/java/latest1.8/bin/java -cp /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.7.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3 /tmp/remoting.jar /home/jenkins/maven35-interceptor.jar /home/jenkins/maven3-interceptor-commons.jar 40485
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.findClassInternal(ClassRealm.java:313)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:432)
	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:136)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:66)
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:526)
	at hudson.model.Run.execute(Run.java:1900)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)