You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/09 08:16:26 UTC

Build failed in Jenkins: Tamaya-Branch-Master-with-Coverage #1672

See <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/1672/display/redirect>

Changes:


------------------------------------------
[...truncated 1007 B...]
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fae0bf37f74825eebb01327bc9846790e878fa19 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fae0bf37f74825eebb01327bc9846790e878fa19
Commit message: "Merge pull request #56 from apache/PrepareForNextDevIteration"
 > git rev-list --no-walk fae0bf37f74825eebb01327bc9846790e878fa19 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 35049
maven33-agent.jar already up to date
maven33-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Tamaya-Branch-Master-with-Coverage] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx2g -Xms2g -cp /home/jenkins/jenkins-slave/maven33-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging jenkins.maven3.agent.Maven33Main /home/jenkins/tools/maven/apache-maven-3.3.9 /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven33-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 35049
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -P coverage clean install deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Tamaya Base
[INFO] Apache Tamaya Build Configuration
[INFO] Apache Tamaya Code - all
[INFO] Apache Tamaya Core API
[INFO] Apache Tamaya Core SPI Support
[INFO] Apache Tamaya Core Implementation
[INFO] Apache Tamaya Core Examples
[INFO] Apache Tamaya Minimal Example
[INFO] Apache Tamaya Custom Propertysource Example
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Base 0.5-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tamaya-all ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ tamaya-all ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ tamaya-all ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-all ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 84 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 2 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-all ---
[INFO] ShortRevision tag detected. The value is '8'.
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/'> && 'git' 'rev-parse' '--verify' '--short=8' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/>
[INFO] Storing buildNumber: fae0bf37 at timestamp: 1589012126636
[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 '8'.
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/'> && 'git' 'rev-parse' '--verify' '--short=8' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ tamaya-all ---
[INFO] argLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=<https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-all ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-all ---
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- bnd-maven-plugin:3.3.0:bnd-process (default) @ tamaya-all ---
[INFO] skip project with packaging=pom
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ tamaya-all ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ tamaya-all ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tamaya-all ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (source-jar) > generate-sources @ tamaya-all >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ tamaya-all ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ tamaya-all ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-all ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 84 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 2 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-all ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ tamaya-all ---
[INFO] argLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=<https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/jacoco.exec>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-all <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-all ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ tamaya-all ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ tamaya-all ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- pitest-maven:1.2.5:mutationCoverage (mutationcoverage) @ tamaya-all ---
[INFO] Skipping project because:
[INFO]   - Packaging is POM.
[INFO]   - Project has no tests, it is empty.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-all ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT-features.xml
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ tamaya-all ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ tamaya-all ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-all ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 84 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 2 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-all ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ tamaya-all ---
[INFO] argLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=<https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-all ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-all ---
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- bnd-maven-plugin:3.3.0:bnd-process (default) @ tamaya-all ---
[INFO] skip project with packaging=pom
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ tamaya-all ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ tamaya-all ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tamaya-all ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (source-jar) > generate-sources @ tamaya-all >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ tamaya-all ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ tamaya-all ---
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ tamaya-all ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 84 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 2 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ tamaya-all ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ tamaya-all ---
[INFO] argLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=<https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/jacoco.exec>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-all <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-all ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ tamaya-all ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ tamaya-all ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- pitest-maven:1.2.5:mutationCoverage (mutationcoverage) @ tamaya-all ---
[INFO] Skipping project because:
[INFO]   - Packaging is POM.
[INFO]   - Project has no tests, it is empty.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-all ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT-features.xml
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-all ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.tamaya:tamaya-all:0.5-incubating-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/maven-metadata.xml. Return code is: 500 , ReasonPhrase:Server Error.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya Base ................................. FAILURE [ 31.047 s]
[INFO] Apache Tamaya Build Configuration .................. SKIPPED
[INFO] Apache Tamaya Code - all ........................... SKIPPED
[INFO] Apache Tamaya Core API ............................. SKIPPED
[INFO] Apache Tamaya Core SPI Support ..................... SKIPPED
[INFO] Apache Tamaya Core Implementation .................. SKIPPED
[INFO] Apache Tamaya Core Examples ........................ SKIPPED
[INFO] Apache Tamaya Minimal Example ...................... SKIPPED
[INFO] Apache Tamaya Custom Propertysource Example ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.665 s
[INFO] Finished at: 2020-05-09T08:16:04+00:00
[INFO] Final Memory: 67M/1963M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project tamaya-all: Failed to retrieve remote metadata org.apache.tamaya:tamaya-all:0.5-incubating-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.tamaya:tamaya-all:0.5-incubating-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/tamaya-all/0.5-incubating-SNAPSHOT/maven-metadata.xml. Return code is: 500 , ReasonPhrase:Server Error. -> [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
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.5-incubating-SNAPSHOT/tamaya-all-0.5-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.5-incubating-SNAPSHOT/buildconfigurations-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.5-incubating-SNAPSHOT/tamaya-core-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.5-incubating-SNAPSHOT/tamaya-api-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/code/spi-support/pom.xml> to org.apache.tamaya/tamaya-spisupport/0.5-incubating-SNAPSHOT/tamaya-spisupport-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/examples/01-minimal/pom.xml> to org.apache.tamaya.examples/01-minimal/0.5-incubating-SNAPSHOT/01-minimal-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/examples/pom.xml> to org.apache.tamaya.examples/examples/0.5-incubating-SNAPSHOT/examples-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.5-incubating-SNAPSHOT/tamaya-code-0.5-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/ws/examples/02-custom-property-source/pom.xml> to org.apache.tamaya.examples/02-custom-property-source/0.5-incubating-SNAPSHOT/02-custom-property-source-0.5-incubating-SNAPSHOT.pom
channel stopped

Jenkins build is back to normal : Tamaya-Branch-Master-with-Coverage #1673

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Branch-Master-with-Coverage/1673/display/redirect>