You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/03/13 12:15:18 UTC

Build failed in Jenkins: Commons » commons-codec » Apache Commons Codec #238

See <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/238/display/redirect?page=changes>

Changes:

[garydgregory] Use XSD


------------------------------------------
[...truncated 26.82 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-3) @ commons-codec ---
[INFO] 
[INFO] --- apache-rat-plugin:0.15:check (rat-check) @ commons-codec ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 73 implicit excludes.
[INFO] 16 explicit excludes.
[INFO] 316 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 311 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ commons-codec ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-codec ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-codec ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ commons-codec ---
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/>
[INFO] Storing buildNumber: null at timestamp: 1678709670031
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ commons-codec ---
[INFO] Copying 128 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ commons-codec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 73 source files to <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ commons-codec ---
[INFO] Writing manifest: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/osgi/MANIFEST.MF>
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ commons-codec ---
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ commons-codec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 74 source files to <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/test-classes>
[INFO] <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java>: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java> uses or overrides a deprecated API.
[INFO] <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.22:check (checkAPIcompatibility) @ commons-codec ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ commons-codec ---
[INFO] 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/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ commons-codec ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ commons-codec ---
[INFO] Building jar: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ commons-codec ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ commons-codec ---
[INFO] Building jar: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-tests.jar>
[WARNING] artifact commons-codec:commons-codec:test-jar:tests:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (create-source-jar) @ commons-codec ---
[WARNING] artifact commons-codec:commons-codec:java-source:sources:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (create-source-jar) @ commons-codec ---
[WARNING] artifact commons-codec:commons-codec:java-source:test-sources:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- cyclonedx-maven-plugin:2.7.3:makeBom (make-bom) @ commons-codec ---
[INFO] CycloneDX: Parameters
[INFO] ------------------------------------------------------------------------
[INFO] schemaVersion          : 1.4
[INFO] includeBomSerialNumber : true
[INFO] includeCompileScope    : true
[INFO] includeProvidedScope   : true
[INFO] includeRuntimeScope    : true
[INFO] includeTestScope       : false
[INFO] includeSystemScope     : true
[INFO] includeLicenseText     : false
[INFO] outputReactorProjects  : true
[INFO] outputFormat           : all
[INFO] outputName             : commons-codec-1.16-SNAPSHOT-bom
[INFO] ------------------------------------------------------------------------
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM
[INFO] CycloneDX: Writing BOM (XML): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.xml>
[INFO] CycloneDX: Validating BOM (XML): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.xml>
[WARNING] artifact commons-codec:commons-codec:xml:cyclonedx:1.16-SNAPSHOT already attached, replace previous instance
[INFO] CycloneDX: Writing BOM (JSON): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.json>
[INFO] CycloneDX: Validating BOM (JSON): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.json>
[WARNING] artifact commons-codec:commons-codec:json:cyclonedx:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] >>> spdx-maven-plugin:0.6.3:createSPDX (build-spdx) > verify @ commons-codec >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-version) @ commons-codec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-java-version) @ commons-codec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven-3) @ commons-codec ---
[INFO] 
[INFO] --- apache-rat-plugin:0.15:check (rat-check) @ commons-codec ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 73 implicit excludes.
[INFO] 16 explicit excludes.
[INFO] 316 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 311 licenses.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ commons-codec ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-codec ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-codec ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ commons-codec ---
[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/>
[INFO] Storing buildNumber: null at timestamp: 1678709682684
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ commons-codec ---
[INFO] Copying 128 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ commons-codec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 73 source files to <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/classes>
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ commons-codec ---
[INFO] Writing manifest: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/osgi/MANIFEST.MF>
[INFO] 
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ commons-codec ---
[INFO] Copying 4 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ commons-codec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 74 source files to <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/test-classes>
[INFO] <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java>: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java> uses or overrides a deprecated API.
[INFO] <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/src/test/java/org/apache/commons/codec/digest/MurmurHash3Test.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.22:check (checkAPIcompatibility) @ commons-codec ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ commons-codec ---
[INFO] 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/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ commons-codec ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ commons-codec ---
[INFO] Building jar: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ commons-codec ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ commons-codec ---
[INFO] Building jar: <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-tests.jar>
[WARNING] artifact commons-codec:commons-codec:test-jar:tests:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (create-source-jar) @ commons-codec ---
[WARNING] artifact commons-codec:commons-codec:java-source:sources:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (create-source-jar) @ commons-codec ---
[WARNING] artifact commons-codec:commons-codec:java-source:test-sources:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- cyclonedx-maven-plugin:2.7.3:makeBom (make-bom) @ commons-codec ---
[INFO] CycloneDX: Parameters
[INFO] ------------------------------------------------------------------------
[INFO] schemaVersion          : 1.4
[INFO] includeBomSerialNumber : true
[INFO] includeCompileScope    : true
[INFO] includeProvidedScope   : true
[INFO] includeRuntimeScope    : true
[INFO] includeTestScope       : false
[INFO] includeSystemScope     : true
[INFO] includeLicenseText     : false
[INFO] outputReactorProjects  : true
[INFO] outputFormat           : all
[INFO] outputName             : commons-codec-1.16-SNAPSHOT-bom
[INFO] ------------------------------------------------------------------------
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM
[INFO] CycloneDX: Writing BOM (XML): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.xml>
[INFO] CycloneDX: Validating BOM (XML): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.xml>
[WARNING] artifact commons-codec:commons-codec:xml:cyclonedx:1.16-SNAPSHOT already attached, replace previous instance
[INFO] CycloneDX: Writing BOM (JSON): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.json>
[INFO] CycloneDX: Validating BOM (JSON): <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.json>
[WARNING] artifact commons-codec:commons-codec:json:cyclonedx:1.16-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:check (check) @ commons-codec ---
[INFO] Loading execution data file <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/jacoco.exec>
[INFO] Analyzed bundle 'commons-codec' with 90 classes
[WARNING] Rule violated for bundle commons-codec: classes covered ratio is 0.97, but expected minimum is 1.00
[WARNING] Rule violated for bundle commons-codec: methods covered ratio is 0.89, but expected minimum is 0.95
[WARNING] Coverage checks have not been met. See log for details.
[WARNING] Failed to getClass for org.spdx.maven.CreateSpdxMojo
[INFO] 
[INFO] <<< spdx-maven-plugin:0.6.3:createSPDX (build-spdx) < verify @ commons-codec <<<
[INFO] 
[INFO] 
[INFO] --- spdx-maven-plugin:0.6.3:createSPDX (build-spdx) @ commons-codec ---
[INFO] Creating SPDX File <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/site/commons-codec_commons-codec-1.16-SNAPSHOT.spdx.json>
[WARNING] Unable to map maven licenses to a declared license.  Using NOASSERTION
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:check (check) @ commons-codec ---
[INFO] Loading execution data file <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/jacoco.exec>
[INFO] Analyzed bundle 'commons-codec' with 90 classes
[WARNING] Rule violated for bundle commons-codec: classes covered ratio is 0.97, but expected minimum is 1.00
[WARNING] Rule violated for bundle commons-codec: methods covered ratio is 0.89, but expected minimum is 0.95
[WARNING] Coverage checks have not been met. See log for details.
[INFO] 
[INFO] --- maven-install-plugin:3.1.0:install (default-install) @ commons-codec ---
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/pom.xml> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT.pom
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT.jar> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT.jar
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT-tests.jar
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT-sources.jar
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-test-sources.jar> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT-test-sources.jar
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.xml> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT-cyclonedx.xml
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/commons-codec-1.16-SNAPSHOT-bom.json> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT-cyclonedx.json
[INFO] Installing <https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/ws/target/site/commons-codec_commons-codec-1.16-SNAPSHOT.spdx.json> to /home/jenkins/.m2/repository/commons-codec/commons-codec/1.16-SNAPSHOT/commons-codec-1.16-SNAPSHOT.spdx.json
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ commons-codec ---
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/commons-codec/commons-codec/1.16-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata commons-codec:commons-codec:1.16-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): transfer failed for https://repository.apache.org/content/repositories/snapshots/commons-codec/commons-codec/1.16-SNAPSHOT/maven-metadata.xml
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/