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/09/20 18:21:53 UTC

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

See <https://ci-builds.apache.org/job/Directory/job/dir-scimple/475/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

[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

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

[github] Bump mockito-core from 5.3.1 to 5.4.0

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

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

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

[github] Bump swagger-annotations from 2.2.11 to 2.2.14

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

[github] Bump swagger-annotations from 2.2.14 to 2.2.15

[github] Bump org.junit:junit-bom from 5.9.3 to 5.10.0

[github] Bump com.gradle:gradle-enterprise-maven-extension from 1.17.4 to 1.18

[github] Bump com.gradle:common-custom-user-data-maven-extension

[github] Bump org.glassfish.jersey:jersey-bom from 3.1.2 to 3.1.3

[Brian Demers] Revert to gradle-ext 1.17.x until ge.apache.org is updated

[github] Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.2

[Brian Demers] Update to Spring Boot 3.1.2 & newer SLF4J

[github] Bump com.gradle:gradle-enterprise-maven-extension from 1.18 to 1.18.1

[github] Bump com.google.guava:guava from 32.1.1-android to 32.1.2-android

[github] Bump io.fabric8:docker-maven-plugin from 0.43.2 to 0.43.3

[github] Bump org.owasp:dependency-check-maven from 8.3.1 to 8.4.0

[github] Bump io.fabric8:docker-maven-plugin from 0.43.3 to 0.43.4

[github] Enable issues in .asf.yaml

[Brian Demers] Moving test resources out of spec-schema jar

[Brian Demers] Configure release plugin

[Brian Demers] Configure apache-rat:check to run in CI

[Brian Demers] Add missing license headers

[github] Bump io.smallrye:jandex-maven-plugin from 3.1.2 to 3.1.3

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

[github] Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0

[github] Bump org.mockito:mockito-core from 5.4.0 to 5.5.0

[github] Bump version.spring-boot from 3.1.2 to 3.1.3

[github] Bump actions/checkout from 3 to 4

[Brian Demers] GroupIds and module names now match project name

[Brian Demers] Allow tests to be run with existing server

[Brian Demers] Move @Context object to field injection

[Brian Demers] Adds Quarkus example and ITs

[Brian Demers] Add quarkus example to parent pom

[Brian Demers] Add PMD plugin in CI profile

[Brian Demers] Fix PMD errors

[Brian Demers] Add LintException for scim-tools linter

[Brian Demers] Add Spotbugs & FindSecBugs

[Brian Demers] Adding missing Serialization config

[Brian Demers] Fixing minor issues found by SpotBugs

[Brian Demers] Replacing ObjectOutputStream deep clone with Jackson

[Brian Demers] Setting locale to ROOT for string toUpper and toLower

[Brian Demers] Move dependency-check out of `ci` profile

[github] Bump version.antlr4 from 4.13.0 to 4.13.1

[github] Bump version.quarkus from 3.3.1 to 3.3.2

[github] Bump io.rest-assured:rest-assured-bom from 5.3.1 to 5.3.2

[github] Bump com.gradle:common-custom-user-data-maven-extension


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds57 (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 6f84b26d58f36ee6282a576c98d4135ffdbb0b72 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f84b26d58f36ee6282a576c98d4135ffdbb0b72 # timeout=10
Commit message: "Merge pull request #372 from apache/dependabot/maven/com.gradle-common-custom-user-data-maven-extension-1.12.3"
 > git rev-list --no-walk 8cac9a14064029c5457338463ef50ca69fb92239 # timeout=10
Parsing POMs
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/io/rest-assured/rest-assured-bom/5.3.2/rest-assured-bom-5.3.2.pom
Downloaded artifact https://repo.maven.apache.org/maven2/io/quarkus/platform/quarkus-bom/3.3.2/quarkus-bom-3.3.2.pom
Modules changed, recalculating dependency graph
Established TCP socket on 39181
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/jenkins-agent/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/jenkins-agent/agent.jar /home/jenkins/jenkins-agent/maven35-interceptor.jar /home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 39181
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)