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 2022/09/12 16:19:41 UTC

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

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


------------------------------------------
[...truncated 8.31 KB...]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (610 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (16676 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122383 NVD records
[INFO] Cleaned up 15 orphaned NVD records
[INFO] End database maintenance (27844 ms)
[INFO] Begin database defrag
[INFO] End database defrag (13546 ms)
[INFO] Check for updates complete (64585 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (4 seconds)
[INFO] Finished CPE Analyzer (5 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (5 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 8dc3a07 at timestamp: 1662999502577
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (42 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.pom (15 kB at 12 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/7.0.5.Final/hibernate-validator-parent-7.0.5.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/7.0.5.Final/hibernate-validator-parent-7.0.5.Final.pom (84 kB at 320 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.pom (3.5 kB at 20 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.jar (32 kB at 88 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/7.0.5.Final/hibernate-validator-7.0.5.Final.jar (1.3 MB at 3.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 8dc3a07 at timestamp: 1662999520792
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [02:41 min]
[INFO] SCIM - Specification ............................... SUCCESS [  9.738 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [ 23.754 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:04 min
[INFO] Finished at: 2022-09-12T16:19:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:


------------------------------------------
[...truncated 7.00 KB...]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (613 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (4299 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122134 NVD records
[INFO] End database maintenance (14514 ms)
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Begin database defrag
[INFO] End database defrag (7220 ms)
[INFO] Check for updates complete (31487 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 1.0.0-SNAPSHOT                      [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: b0e07fd at timestamp: 1663776972591
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (37 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 1.0.0-SNAPSHOT             [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: b0e07fd at timestamp: 1663776983153
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:18 min]
[INFO] SCIM - Specification ............................... SUCCESS [  8.322 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  6.450 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:59 min
[INFO] Finished at: 2022-09-21T16:16:42Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/1.0.0-SNAPSHOT/scim-tools-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/1.0.0-SNAPSHOT/scim-test-coverage-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/1.0.0-SNAPSHOT/scim-client-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/1.0.0-SNAPSHOT/scim-core-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/1.0.0-SNAPSHOT/scim-server-jersey-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/1.0.0-SNAPSHOT/scim-spec-schema-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/1.0.0-SNAPSHOT/scim-server-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/1.0.0-SNAPSHOT/scim-spec-protocol-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/1.0.0-SNAPSHOT/scim-compliance-tests-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/1.0.0-SNAPSHOT/scim-server-memory-1.0.0-SNAPSHOT.pom
channel stopped

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

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

Changes:

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


------------------------------------------
[...truncated 6.02 KB...]
[INFO] Storing buildNumber: b0e07fd at timestamp: 1663602972376
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (116 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 1.0.0-SNAPSHOT                      [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: b0e07fd at timestamp: 1663603017746
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (112 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 1.0.0-SNAPSHOT             [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: b0e07fd at timestamp: 1663603028582
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 47.761 s]
[INFO] SCIM - Specification ............................... SUCCESS [  9.381 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  5.308 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:28 min
[INFO] Finished at: 2022-09-19T15:57:27Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/1.0.0-SNAPSHOT/scim-tools-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/1.0.0-SNAPSHOT/scim-test-coverage-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/1.0.0-SNAPSHOT/scim-client-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/1.0.0-SNAPSHOT/scim-core-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/1.0.0-SNAPSHOT/scim-server-jersey-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/1.0.0-SNAPSHOT/scim-spec-schema-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/1.0.0-SNAPSHOT/scim-server-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/1.0.0-SNAPSHOT/scim-spec-protocol-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/1.0.0-SNAPSHOT/scim-compliance-tests-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/1.0.0-SNAPSHOT/scim-server-memory-1.0.0-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Set version to 1.0.0-SNAPSHOT


------------------------------------------
[...truncated 6.67 KB...]
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (612 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (32961 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122454 NVD records
[INFO] End database maintenance (20792 ms)
[INFO] Begin database defrag
[INFO] End database defrag (14047 ms)
[INFO] Check for updates complete (73742 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 1.0.0-SNAPSHOT                      [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: d96a6f0 at timestamp: 1663602784622
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (75 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 1.0.0-SNAPSHOT             [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: d96a6f0 at timestamp: 1663602796372
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [02:13 min]
[INFO] SCIM - Specification ............................... SUCCESS [  8.002 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  9.172 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:58 min
[INFO] Finished at: 2022-09-19T15:53:37Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/1.0.0-SNAPSHOT/scim-tools-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/1.0.0-SNAPSHOT/scim-test-coverage-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/1.0.0-SNAPSHOT/scim-client-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/1.0.0-SNAPSHOT/scim-spec-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/1.0.0-SNAPSHOT/scim-core-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/1.0.0-SNAPSHOT/scim-server-jersey-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/1.0.0-SNAPSHOT/scim-spec-schema-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/1.0.0-SNAPSHOT/scim-server-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/1.0.0-SNAPSHOT/scim-parent-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/1.0.0-SNAPSHOT/scim-spec-protocol-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/1.0.0-SNAPSHOT/scim-compliance-tests-1.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/1.0.0-SNAPSHOT/scim-server-memory-1.0.0-SNAPSHOT.pom
channel stopped

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

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

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (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
ERROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-scimple.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2671)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2096)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:618)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:847)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to builds42
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
		at jdk.internal.reflect.GeneratedMethodAccessor819.invoke(Unknown Source)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
		at com.sun.proxy.$Proxy171.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1225)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1307)
		at hudson.scm.SCM.checkout(SCM.java:540)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1215)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:645)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:517)
		at hudson.model.Run.execute(Run.java:1896)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
ERROR: Error cloning remote repo 'origin'

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

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

Changes:

[Brian Demers] Add etag specific exception


------------------------------------------
[...truncated 6.74 KB...]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (632 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (6560 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122431 NVD records
[INFO] End database maintenance (15565 ms)
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Begin database defrag
[INFO] End database defrag (14402 ms)
[INFO] Check for updates complete (42096 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: fa2a3f5 at timestamp: 1663356741526
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (45 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: fa2a3f5 at timestamp: 1663356752371
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:30 min]
[INFO] SCIM - Specification ............................... SUCCESS [  8.436 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  6.754 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:10 min
[INFO] Finished at: 2022-09-16T19:32:51Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] ScimJacksonProvider now handles extensions


------------------------------------------
[...truncated 6.89 KB...]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (649 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (3725 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122106 NVD records
[INFO] End database maintenance (13908 ms)
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Begin database defrag
[INFO] End database defrag (7683 ms)
[INFO] Check for updates complete (30800 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 734db7c at timestamp: 1663355934367
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (39 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 734db7c at timestamp: 1663355943815
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:19 min]
[INFO] SCIM - Specification ............................... SUCCESS [  7.726 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  5.761 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:57 min
[INFO] Finished at: 2022-09-16T19:19:22Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Cleanup CDI scim-core


------------------------------------------
[...truncated 6.02 KB...]
[INFO] Storing buildNumber: 83c43e2 at timestamp: 1663284955821
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (70 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 83c43e2 at timestamp: 1663285002613
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (55 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 83c43e2 at timestamp: 1663285014213
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 82 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 49.355 s]
[INFO] SCIM - Specification ............................... SUCCESS [  9.533 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  6.185 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:30 min
[INFO] Finished at: 2022-09-15T23:37:13Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Minor fixes test test suite

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


------------------------------------------
[...truncated 6.02 KB...]
[INFO] Storing buildNumber: ff69c90 at timestamp: 1663284640685
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (69 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: ff69c90 at timestamp: 1663284686573
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (55 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: ff69c90 at timestamp: 1663284697616
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 82 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 48.370 s]
[INFO] SCIM - Specification ............................... SUCCESS [  9.138 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  5.985 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:28 min
[INFO] Finished at: 2022-09-15T23:31:56Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Removed dangling logical filter methods


------------------------------------------
[...truncated 6.03 KB...]
[INFO] Storing buildNumber: 6dc754d at timestamp: 1663284254390
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (60 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 6dc754d at timestamp: 1663284299438
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (46 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 6dc754d at timestamp: 1663284310734
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 46.868 s]
[INFO] SCIM - Specification ............................... SUCCESS [  9.105 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  6.006 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:26 min
[INFO] Finished at: 2022-09-15T23:25:29Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Move ScimExtensionRegistry logic into SchemaRegistry


------------------------------------------
[...truncated 6.02 KB...]
[INFO] Storing buildNumber: 8081f7d at timestamp: 1663284015719
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (60 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 8081f7d at timestamp: 1663284063023
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (50 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 8081f7d at timestamp: 1663284074039
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 49.652 s]
[INFO] SCIM - Specification ............................... SUCCESS [  8.997 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  5.969 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:30 min
[INFO] Finished at: 2022-09-15T23:21:32Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Remove parsing logic from ScimResource


------------------------------------------
[...truncated 7.92 KB...]
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (625 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (4539 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122422 NVD records
[INFO] End database maintenance (15956 ms)
[INFO] Begin database defrag
[INFO] End database defrag (9181 ms)
[INFO] Check for updates complete (36901 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: b8a10d6 at timestamp: 1663280975245
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (49 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom (15 kB at 28 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom (80 kB at 320 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.pom (3.5 kB at 22 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar (1.3 MB at 3.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.4/jackson-module-jakarta-xmlbind-annotations-2.13.4.jar (32 kB at 71 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: b8a10d6 at timestamp: 1663280988101
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 82 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:26 min]
[INFO] SCIM - Specification ............................... SUCCESS [  9.398 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  8.155 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:09 min
[INFO] Finished at: 2022-09-15T22:30:06Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

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


------------------------------------------
[...truncated 6.13 KB...]
[INFO] Storing buildNumber: 3fd51cd at timestamp: 1663273816441
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (50 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 3fd51cd at timestamp: 1663273864791
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (37 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 3fd51cd at timestamp: 1663273875954
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 82 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 49.649 s]
[INFO] SCIM - Specification ............................... SUCCESS [  9.128 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  6.170 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:30 min
[INFO] Finished at: 2022-09-15T20:31:34Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[Brian Demers] Remove dead code


------------------------------------------
[...truncated 7.85 KB...]
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (681 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (4205 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122108 NVD records
[INFO] Cleaned up 10 orphaned NVD records
[INFO] End database maintenance (14334 ms)
[INFO] Begin database defrag
[INFO] End database defrag (10573 ms)
[INFO] Check for updates complete (35064 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 0df75a9 at timestamp: 1663273105441
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (42 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom (15 kB at 28 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom (80 kB at 277 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar (1.3 MB at 3.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 0df75a9 at timestamp: 1663273117797
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 82 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:23 min]
[INFO] SCIM - Specification ............................... SUCCESS [  7.903 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  8.322 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:06 min
[INFO] Finished at: 2022-09-15T20:18:56Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:


------------------------------------------
[...truncated 6.77 KB...]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (631 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (4284 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122511 NVD records
[INFO] End database maintenance (15246 ms)
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Begin database defrag
[INFO] End database defrag (9934 ms)
[INFO] Check for updates complete (35119 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 0110bd9 at timestamp: 1663172170990
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (53 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 0110bd9 at timestamp: 1663172181511
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:23 min]
[INFO] SCIM - Specification ............................... SUCCESS [  8.239 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  6.685 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:03 min
[INFO] Finished at: 2022-09-14T16:16:40Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

[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


------------------------------------------
[...truncated 7.96 KB...]
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (648 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (4058 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 122496 NVD records
[INFO] Cleaned up 14 orphaned NVD records
[INFO] End database maintenance (15385 ms)
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Begin database defrag
[INFO] End database defrag (12941 ms)
[INFO] Check for updates complete (37900 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 0110bd9 at timestamp: 1663010620749
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (47 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (1 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom (15 kB at 27 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom (80 kB at 311 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar (1.3 MB at 3.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 0110bd9 at timestamp: 1663010633549
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [01:28 min]
[INFO] SCIM - Specification ............................... SUCCESS [  8.416 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  8.481 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:12 min
[INFO] Finished at: 2022-09-12T19:24:12Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped

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

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

Changes:

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


------------------------------------------
[...truncated 6.95 KB...]
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-parent ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-parent ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-parent ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-parent ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-parent ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-parent ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (55 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-parent ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-parent ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] ----------------< org.apache.directory.scim:scim-spec >-----------------
[INFO] Building SCIM - Specification 2.23-SNAPSHOT                       [2/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildNumber: 7036f3f at timestamp: 1663010394273
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-site-plugin:4.0.0-M2:attach-descriptor (attach-descriptor) @ scim-spec ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent-integration (prepare-agent-integration) @ scim-spec ---
[INFO] jacoco.it.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/jacoco-it.exec>
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ scim-spec ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (run-its) @ scim-spec ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- dependency-check-maven:7.1.2:check (default) @ scim-spec ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (86 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user?s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


   About ODC: https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (2 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (2 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/target/dependency-check-report.html>
[INFO] 
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ scim-spec ---
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to /home/jenkins/.m2/repository/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (injected-nexus-deploy) @ scim-spec ---
[INFO] Performing deferred deploys (gathering into "<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred")...>
[INFO] Installing <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/target/nexus-staging/deferred/org/apache/directory/scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom>
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.apache.directory.scim:scim-spec-schema >-------------
[INFO] Building SCIM - Specification - Schema 2.23-SNAPSHOT              [3/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.pom (15 kB at 20 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/8.0.0.Final/hibernate-validator-parent-8.0.0.Final.pom (80 kB at 299 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final.jar (1.3 MB at 3.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ scim-spec-schema ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ scim-spec-schema ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildNumber: 7036f3f at timestamp: 1663010407579
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema'> && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ scim-spec-schema ---
[INFO] jacoco.argline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=<https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/jacoco.exec>
[INFO] 
[INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (default) @ scim-spec-schema ---
[INFO] ANTLR 4: Processing source directory <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/src/main/antlr4>
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberLexer.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/phonenumber/PhoneNumberParser.g4
[INFO] Processing grammar: org/apache/directory/scim/spec/filter/Filter.g4
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.0.0:process (process-resource-bundles) @ scim-spec-schema ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[WARNING] Invalid project model for artifact [jackson-databind:com.fasterxml.jackson.core:2.13.4]. It will be ignored by the remote resources Mojo.
[WARNING] Failed to build parent project for org.apache.commons:commons-lang3:jar:3.12.0
[WARNING] Invalid project model for artifact [commons-lang3:org.apache.commons:3.12.0]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scim-spec-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scim-spec-schema ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 84 source files to <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... SUCCESS [ 50.646 s]
[INFO] SCIM - Specification ............................... SUCCESS [  9.075 s]
[INFO] SCIM - Specification - Schema ...................... FAILURE [  8.631 s]
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Core ........................................ SKIPPED
[INFO] SCIM - Compliance Tests ............................ SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Examples - Memory .................. SKIPPED
[INFO] SCIM - Server - Examples - Jersey .................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:35 min
[INFO] Finished at: 2022-09-12T19:20:26Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project scim-spec-schema: Fatal error compiling: invalid flag: --release -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :scim-spec-schema
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-tools/pom.xml> to org.apache.directory.scim/scim-tools/2.23-SNAPSHOT/scim-tools-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-coverage/pom.xml> to org.apache.directory.scim/scim-test-coverage/2.23-SNAPSHOT/scim-test-coverage-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-client/pom.xml> to org.apache.directory.scim/scim-client/2.23-SNAPSHOT/scim-client-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/pom.xml> to org.apache.directory.scim/scim-spec/2.23-SNAPSHOT/scim-spec-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-core/pom.xml> to org.apache.directory.scim/scim-core/2.23-SNAPSHOT/scim-core-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-jersey/pom.xml> to org.apache.directory.scim/scim-server-jersey/2.23-SNAPSHOT/scim-server-jersey-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-schema/pom.xml> to org.apache.directory.scim/scim-spec-schema/2.23-SNAPSHOT/scim-spec-schema-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server/pom.xml> to org.apache.directory.scim/scim-server/2.23-SNAPSHOT/scim-server-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/pom.xml> to org.apache.directory.scim/scim-parent/2.23-SNAPSHOT/scim-parent-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-spec/scim-spec-protocol/pom.xml> to org.apache.directory.scim/scim-spec-protocol/2.23-SNAPSHOT/scim-spec-protocol-2.23-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-compliance-tests/pom.xml> to org.apache.directory.scim/scim-compliance-tests/2.23-SNAPSHOT/scim-compliance-tests-2.23-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://ci-builds.apache.org/job/Directory/job/dir-scimple/ws/scim-server-examples/scim-server-memory/pom.xml> to org.apache.directory.scim/scim-server-memory/2.23-SNAPSHOT/scim-server-memory-2.23-SNAPSHOT.pom
channel stopped