You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/01/02 19:17:04 UTC

Build failed in Jenkins: maven-plugins » Apache Maven Install Plugin #2544

See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/2544/changes>

Changes:

[Robert Scholte] [MINSTALL-110] install-file should also install bundled pom.xml from artifact
Adjusted src/it/MINSTALL-52/verify.groovy according to changes
Removed META-INF/maven from src/test/resources/unit/install-file-test-generatePom/target/maven-install-test-1.0-SNAPSHOT.jar to force generation of a pom
pom will be written to target directory, ignore these poms in target directories for unittests (which are under src/test/resources).

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Install Plugin 2.5.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-install-plugin ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-install-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-install-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ maven-install-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-install-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 152 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 131 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:helpmojo (generated-helpmojo) @ maven-install-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-install-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ maven-install-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ maven-install-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/classes>
[WARNING] Note: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/main/java/org/apache/maven/plugin/install/InstallFileMojo.java> uses or overrides a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:descriptor (default-descriptor) @ maven-install-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 3 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ maven-install-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ maven-install-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/test-classes>
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ maven-install-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.plugin.install.InstallMojoTest
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/test-classes/unit/basic-install-test/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-test/1.0-SNAPSHOT/maven-install-test-1.0-SNAPSHOT.jar>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
[INFO] No primary artifact to install, installing attached artifacts instead.
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/basic-install-test-with-attached-artifacts/plugin-config.xml> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-test/1.0-SNAPSHOT/maven-install-test-1.0-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/test-classes/unit/basic-install-test-with-attached-artifacts/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/attached-artifact-test-0/1.0-SNAPSHOT/attached-artifact-test-0-1.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/test-classes/unit/basic-install-test-with-attached-artifacts/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/attached-artifact-test-1/1.0-SNAPSHOT/attached-artifact-test-1-1.0-SNAPSHOT.jar>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/test-classes/unit/configured-install-test/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-test/1.0-SNAPSHOT/maven-install-test-1.0-SNAPSHOT.jar>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/basic-install-test-packaging-pom/plugin-config.xml> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-test/1.0-SNAPSHOT/maven-install-test-1.0-SNAPSHOT.jar>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/test-classes/unit/basic-install-checksum/maven-test-jar.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-test/1.0-SNAPSHOT/maven-install-test-1.0-SNAPSHOT.jar>
>>>Cleaning local repo <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/...>
[INFO] Skipping artifact installation
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 sec - in org.apache.maven.plugin.install.InstallMojoTest
Running org.apache.maven.plugin.install.DualDigesterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugin.install.DualDigesterTest
Running org.apache.maven.plugin.install.InstallFileMojoTest
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-basic-test/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-file-test/1.0-SNAPSHOT/maven-install-file-test-1.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-basic-test/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org.apache.maven.test/jars/maven-install-file-test-1.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-with-classifier/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-file-test/1.0-SNAPSHOT/maven-install-file-test-1.0-SNAPSHOT-sources.jar>
[INFO] pom.xml not found in maven-install-test-1.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-test-generatePom/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-file-test/1.0-SNAPSHOT/maven-install-file-test-1.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-with-pomFile-test/target/maven-install-test-1.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-file-test/1.0-SNAPSHOT/maven-install-file-test-1.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-with-pomFile-test/plugin-config.xml> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-file-test/1.0-SNAPSHOT/maven-install-file-test-1.0-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/src/test/resources/unit/install-file-with-checksum/maven-test-jar.jar> to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/local-repo/org/apache/maven/test/maven-install-file-test/1.0-SNAPSHOT/maven-install-file-test-1.0-SNAPSHOT.jar>
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec - in org.apache.maven.plugin.install.InstallFileMojoTest

Results :

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ maven-install-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target/maven-install-plugin-2.5.3-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:3.3:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-install-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle-check) @ maven-install-plugin ---
[INFO] 
[INFO] There are 2 checkstyle errors.
[ERROR] InstallFileMojo.java[282:19] (whitespace) WhitespaceAround: 'if' is not followed by whitespace.

Jenkins build is back to normal : maven-plugins » Apache Maven Install Plugin #2546

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/2546/>


Build failed in Jenkins: maven-plugins » Apache Maven Install Plugin #2545

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/2545/changes>

Changes:

[Robert Scholte] Let unit-tests clean up their extracted pomFile

[Robert Scholte] 'if' should be followed by whitespace.

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Install Plugin 2.5.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-install-plugin ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-install-plugin/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-install-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-install-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ maven-install-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-install-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 154 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 2 unknown: 2 generated: 0 approved: 131 licence.