You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/15 10:45:55 UTC

Build failed in Jenkins: Creadur-Rat-site #14

See <https://builds.apache.org/job/Creadur-Rat-site/14/changes>

Changes:

[pottlinger] Adapting new test file locations to fix build failures due to wrong paths in RAT-exclusions.

[dennisl] Roll back version numbers in preparation for a new release candidate.

[dennisl] Move the integration tests to the standard location in a Maven project. See http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html for more info.

[dennisl] Inject project version and name from the POM, so that we don't have to update these for every new release.
I also tried to inject the project artifactId, but that won't work currently, because our artifactIds are not quite right. I will revisit that in a later version.

[dennisl] Fix typo.

[dennisl] Simplify invoker goals.

[dennisl] [RAT-168] Add integration test for apache-rat:rat to catch NPE
Use the correct annotation for this kind of @Parameter. The "property" option is used for parameters that can be set from the command line as a system property using -D, but this parameter is read only so we should not use that. Instead we want the parameter to have a default value injected with the current project. The IT (it4_RAT-168) that was added for this issue still passes with this change.

[dennisl] [RAT-169] IT tests it2 and it3 don't appear to be run
These tests are really run during unit testing, but their placement in the directory structure is misleading. Move them to test/resources/unit to make it more obvious that they are resources used during unit testing.

[dennisl] Correct site publication instructions.

------------------------------------------
Started by user pottlinger
Building remotely on ubuntu3 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Creadur-Rat-site/ws/>
Updating http://svn.apache.org/repos/asf/creadur/rat/trunk at revision '2014-08-15T08:39:42.802 +0000'
U         ant-task-examples.xml
U         apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
U         apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
U         apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java
A         apache-rat-plugin/src/it
A         apache-rat-plugin/src/it/it1
AU        apache-rat-plugin/src/it/it1/invoker.properties
A         apache-rat-plugin/src/it/it1/verify.groovy
AU        apache-rat-plugin/src/it/it1/pom.xml
AU        apache-rat-plugin/src/it/it1/src.apt
AU        apache-rat-plugin/src/it/settings.xml
A         apache-rat-plugin/src/it/it4_RAT-168
A         apache-rat-plugin/src/it/it4_RAT-168/pom.xml
A         apache-rat-plugin/src/it/it4_RAT-168/invoker.properties
A         apache-rat-plugin/src/it/it4_RAT-168/verify.groovy
D         apache-rat-plugin/src/test/invoker
D         apache-rat-plugin/src/test/it1
D         apache-rat-plugin/src/test/it2
D         apache-rat-plugin/src/test/it3
A         apache-rat-plugin/src/test/resources
A         apache-rat-plugin/src/test/resources/unit
A         apache-rat-plugin/src/test/resources/unit/it1
AU        apache-rat-plugin/src/test/resources/unit/it1/pom.xml
A         apache-rat-plugin/src/test/resources/unit/it2
AU        apache-rat-plugin/src/test/resources/unit/it2/pom.xml
AU        apache-rat-plugin/src/test/resources/unit/it2/src.txt
A         apache-rat-plugin/src/test/resources/unit/it3
AU        apache-rat-plugin/src/test/resources/unit/it3/pom.xml
AU        apache-rat-plugin/src/test/resources/unit/it3/src.apt
U         apache-rat-plugin/src/test/java/org/apache/rat/mp/RatCheckMojoTest.java
A         apache-rat-plugin/src/test/java/org/apache/rat/mp/RatTestHelpers.java
U         apache-rat-plugin/src/test/java/org/apache/rat/mp/AbstractRatMojoTest.java
U         apache-rat-plugin/pom.xml
U         apache-rat/pom.xml
D         src/site/xdoc/download_rat.xml
A         src/site/xdoc/download_rat.xml.vm
U         apache-rat-tasks/pom.xml
U         pom.xml
U         README.txt
U         apache-rat-core/pom.xml
U         apache-rat-core/src/test/java/org/apache/rat/annotation/TestLicenceAppender.java
U         apache-rat-core/src/test/java/org/apache/rat/analysis/license/DirectoryScanner.java
U         apache-rat-core/src/main/java/org/apache/rat/annotation/AbstractLicenceAppender.java
U         apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/ArchiveGuesser.java
U         apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/BinaryGuesser.java
U         apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/NoteGuesser.java
U         apache-rat-core/src/main/java/org/apache/rat/document/impl/MonolithicFileDocument.java
U         apache-rat-core/src/main/java/org/apache/rat/analysis/license/CDDL1License.java
At revision 1618116
Parsing POMs
Modules changed, recalculating dependency graph
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
[Creadur-Rat-site] $ /home/jenkins/tools/java/latest1.5/bin/java -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/jenkins/tools/maven/apache-maven-2.2.1 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 48487 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>   channel started
ERROR: [JENKINS-18403] JDK 5 not supported to run Maven; retrying with slave Java and setting compile/test properties to point to /home/jenkins/tools/java/latest1.5
maven-agent.jar already up to date
classworlds.jar already up to date
maven-interceptor.jar already up to date
maven2.1-interceptor.jar already up to date
[Creadur-Rat-site] $ /x1/jenkins/tools/java/jdk1.7.0_55/jre/bin/java -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/jenkins/tools/maven/apache-maven-2.2.1 /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 40547 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>   channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/Creadur-Rat-site/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 deploy site
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Apache Creadur Rat
[INFO]   Apache Creadur Rat::Core
[INFO]   Apache Creadur Rat::Plugin4Maven
[INFO]   Apache Creadur Rat::Tasks4Ant
[INFO]   Apache Creadur Rat::Command Line
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Creadur Rat
[INFO]    task-segment: [deploy, site]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-bytecode-version}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [animal-sniffer:check {execution: check-java-1.5-compat}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Creadur-Rat-site/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Creadur-Rat-site/ws/target/apache-rat-project-0.11-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT-site.xml
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '990f67b953a9fb739882e127075b69f0a0b9a6c5'; remote = '0da568e17ed6a3f39e3049afb70f11f03bc84f8f' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '990f67b953a9fb739882e127075b69f0a0b9a6c5'; remote = '0da568e17ed6a3f39e3049afb70f11f03bc84f8f' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-20140815.084119-3.pom
19K uploaded  (apache-rat-project-0.11-20140815.084119-3.pom)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.rat:apache-rat-project'
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error installing artifact's metadata: Error while deploying metadata: Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat-project/maven-metadata.xml.md5. Return code is: 502

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 38 seconds
[INFO] Finished at: Fri Aug 15 08:45:51 UTC 2014
[INFO] Final Memory: 61M/1030M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat-site/ws/pom.xml> to org.apache.rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT.pom to org.apache.rat/apache-rat-project/0.11-20140815.084119-3/apache-rat-project-0.11-20140815.084119-3.pom
[JENKINS] Archiving <https://builds.apache.org/job/Creadur-Rat-site/ws/target/apache-rat-project-0.11-SNAPSHOT-site.xml> to org.apache.rat/apache-rat-project/0.11-20140815.084119-3/apache-rat-project-0.11-20140815.084119-3-site.xml
/x1/jenkins/jenkins-slave/maven-repositories/0/org/apache/rat/apache-rat-project/0.11-SNAPSHOT/apache-rat-project-0.11-SNAPSHOT.pom is not inside /x1/jenkins/jenkins-slave/workspace/Creadur-Rat-site/; will archive in a separate pass
Sending artifact delta relative to Creadur-Rat-site ? Apache Creadur Rat #13
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 25381 bytes
Compression is 0.0%
Took 0.18 sec
Sending artifact delta relative to Creadur-Rat-site ? Apache Creadur Rat #13
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 20230 bytes
Compression is 0.0%
Took 12 ms
Sending e-mails to: dev@creadur.apache.org
channel stopped

Jenkins build is back to normal : Creadur-Rat-site #15

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Creadur-Rat-site/15/>