[ImageJ-builds] Build failed in Jenkins: NAR-Maven-Plugin-windows #54
jenkins at imagej.net
jenkins at imagej.net
Thu May 14 15:04:20 CDT 2015
See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/54/changes>
Changes:
[Curtis Rueden] Eclipse code style and .gitattributes #167
[Curtis Rueden] Use DOS line endings for batch file
------------------------------------------
[...truncated 27 lines...]
<http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/>C>:/msysgit/src/fiji/bin/apache-maven-3.0.4/bin/mvn.bat -Prun-its clean verify integration-test site
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Native ARchive plugin for Maven 3.2.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ nar-maven-plugin ---
[INFO] Deleting <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ nar-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ nar-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ nar-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @ nar-maven-plugin ---
[INFO]
[INFO] --- maven-plugin-plugin:3.2:helpmojo (generated-helpmojo) @ nar-maven-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-plugin-plugin:3.2:descriptor (default-descriptor) @ nar-maven-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) @ nar-maven-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ nar-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ nar-maven-plugin ---
[INFO] Compiling 253 source files to <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\classes>
[INFO]
[INFO] --- maven-plugin-plugin:3.2:descriptor (generate-descriptor) @ nar-maven-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 23 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) @ nar-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ nar-maven-plugin ---
[INFO] Compiling 44 source files to <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ nar-maven-plugin ---
[INFO] Surefire report directory: <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.github.maven_nar.cpptasks.borland.TestBorlandCCompiler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in com.github.maven_nar.cpptasks.borland.TestBorlandCCompiler
Running com.github.maven_nar.cpptasks.compiler.TestAbstractCompiler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.compiler.TestAbstractCompiler
Running com.github.maven_nar.cpptasks.compiler.TestAbstractLinker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.compiler.TestAbstractLinker
Running com.github.maven_nar.cpptasks.compiler.TestAbstractProcessor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.compiler.TestAbstractProcessor
Running com.github.maven_nar.cpptasks.compiler.TestCommandLineCompilerConfiguration
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in com.github.maven_nar.cpptasks.compiler.TestCommandLineCompilerConfiguration
Running com.github.maven_nar.cpptasks.compiler.TestLinkType
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.compiler.TestLinkType
Running com.github.maven_nar.cpptasks.gcc.TestAbstractArLibrarian
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.github.maven_nar.cpptasks.gcc.TestAbstractArLibrarian
Running com.github.maven_nar.cpptasks.gcc.TestAbstractLdLinker
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in com.github.maven_nar.cpptasks.gcc.TestAbstractLdLinker
Running com.github.maven_nar.cpptasks.gcc.TestGccCCompiler
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.github.maven_nar.cpptasks.gcc.TestGccCCompiler
Running com.github.maven_nar.cpptasks.gcc.TestGccLinker
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.gcc.TestGccLinker
Running com.github.maven_nar.cpptasks.hp.TestaCCCompiler
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.hp.TestaCCCompiler
Running com.github.maven_nar.cpptasks.ibm.TestVisualAgeCCompiler
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.ibm.TestVisualAgeCCompiler
Running com.github.maven_nar.cpptasks.msvc.TestInstalledMsvcLinker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.github.maven_nar.cpptasks.msvc.TestInstalledMsvcLinker
Running com.github.maven_nar.cpptasks.msvc.TestMsvc2005CCompiler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.msvc.TestMsvc2005CCompiler
Running com.github.maven_nar.cpptasks.msvc.TestMsvcCCompiler
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.msvc.TestMsvcCCompiler
Running com.github.maven_nar.cpptasks.msvc.TestMsvcLinker
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.msvc.TestMsvcLinker
Running com.github.maven_nar.cpptasks.parser.TestCParser
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in com.github.maven_nar.cpptasks.parser.TestCParser
Running com.github.maven_nar.cpptasks.parser.TestFortranParser
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.parser.TestFortranParser
Running com.github.maven_nar.cpptasks.sun.TestForteCCCompiler
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.sun.TestForteCCCompiler
Running com.github.maven_nar.cpptasks.TestAllClasses
Class: CompilerDef and: CompilerDef
Tests run: 231, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.156 sec - in com.github.maven_nar.cpptasks.TestAllClasses
Running com.github.maven_nar.cpptasks.TestCCTask
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.TestCCTask
Running com.github.maven_nar.cpptasks.TestCompilerDef
Class: CompilerDef and: CompilerDef
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.github.maven_nar.cpptasks.TestCompilerDef
Running com.github.maven_nar.cpptasks.TestCompilerEnum
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.TestCompilerEnum
Running com.github.maven_nar.cpptasks.TestCUtil
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.github.maven_nar.cpptasks.TestCUtil
Running com.github.maven_nar.cpptasks.TestDependencyTable
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.github.maven_nar.cpptasks.TestDependencyTable
Running com.github.maven_nar.cpptasks.TestLinkerDef
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.github.maven_nar.cpptasks.TestLinkerDef
Running com.github.maven_nar.cpptasks.TestLinkerEnum
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.TestLinkerEnum
Running com.github.maven_nar.cpptasks.TestOutputTypeEnum
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.TestOutputTypeEnum
Running com.github.maven_nar.cpptasks.TestTargetHistoryTable
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.TestTargetHistoryTable
Running com.github.maven_nar.cpptasks.TestTargetInfo
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.TestTargetInfo
Running com.github.maven_nar.cpptasks.trolltech.TestMetaObjectCompiler
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.trolltech.TestMetaObjectCompiler
Running com.github.maven_nar.cpptasks.trolltech.TestMetaObjectParser
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.github.maven_nar.cpptasks.trolltech.TestMetaObjectParser
Running com.github.maven_nar.cpptasks.types.TestDefineArgument
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.cpptasks.types.TestDefineArgument
Running com.github.maven_nar.cpptasks.types.TestLibrarySet
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in com.github.maven_nar.cpptasks.types.TestLibrarySet
Running com.github.maven_nar.test.TestLinkerVersion
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in com.github.maven_nar.test.TestLinkerVersion
Running com.github.maven_nar.test.TestNarFileLayout10
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.test.TestNarFileLayout10
Running com.github.maven_nar.test.TestNarLayout20
[debug] Using com.github.maven_nar.NarLayout20
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.test.TestNarLayout20
Running com.github.maven_nar.test.TestNarLayout21
[debug] Using com.github.maven_nar.NarLayout21
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.github.maven_nar.test.TestNarLayout21
Results :
Tests run: 465, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ nar-maven-plugin ---
[INFO] Building jar: <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\nar-maven-plugin-3.2.4-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-plugin-plugin:3.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ nar-maven-plugin ---
[INFO]
[INFO] --- maven-invoker-plugin:1.8:install (integration-test) @ nar-maven-plugin ---
[INFO] Installing <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/pom.xml> to <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it-repo\com\github\maven-nar\nar-maven-plugin\3.2.4-SNAPSHOT\nar-maven-plugin-3.2.4-SNAPSHOT.pom>
[INFO] Installing <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\nar-maven-plugin-3.2.4-SNAPSHOT.jar> to <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it-repo\com\github\maven-nar\nar-maven-plugin\3.2.4-SNAPSHOT\nar-maven-plugin-3.2.4-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-invoker-plugin:1.8:run (integration-test) @ nar-maven-plugin ---
[INFO] Building: it-parent\pom.xml
[INFO] ..SUCCESS (3.8 s)
[INFO] Building: it0003-jni\pom.xml
[INFO] ..SUCCESS (21.0 s)
[INFO] Building: it0007-lib-shared\pom.xml
[INFO] ..SUCCESS (9.7 s)
[INFO] Building: it0010-lib-static\pom.xml
[INFO] ..FAILED (8.9 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0010-lib-static\build.log> for details.
[INFO] Building: it0020-lib-3rdparty\pom.xml
[INFO] ..SUCCESS (3.5 s)
[INFO] Building: it0026-native-lib-loader\pom.xml
[INFO] ..FAILED (10.3 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0026-native-lib-loader\build.log> for details.
[INFO] Building: it0001-executable\pom.xml
[INFO] ..SUCCESS (7.0 s)
[INFO] Building: it0002-executable-static\pom.xml
[INFO] ..SUCCESS (7.3 s)
[INFO] Building: it0004-java-dep-jni\pom.xml
[INFO] run script setup.bsh
[INFO] ..FAILED (4.3 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0004-java-dep-jni\build.log> for details.
[INFO] Building: it0005-jni-static\pom.xml
[INFO] ..SUCCESS (8.7 s)
[INFO] Building: it0006-jni-3rdparty\pom.xml
[INFO] ..SUCCESS (5.1 s)
[INFO] Building: it0008-executable-dep-lib-shared\pom.xml
[INFO] ..SUCCESS (7.0 s)
[INFO] Building: it0009-jni-dep-lib-shared\pom.xml
[INFO] ..SUCCESS (8.8 s)
[INFO] Building: it0011-executable-dep-lib-static\pom.xml
[INFO] ..FAILED (2.5 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0011-executable-dep-lib-static\build.log> for details.
[INFO] Building: it0012-jni-dep-lib-static\pom.xml
[INFO] ..FAILED (2.1 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0012-jni-dep-lib-static\build.log> for details.
[INFO] Building: it0014-multi-module\pom.xml
[INFO] ..SUCCESS (14.2 s)
[INFO] Building: it0015-cpp-executable\pom.xml
[INFO] ..SUCCESS (9.1 s)
[INFO] Building: it0016-layout\pom.xml
[INFO] ..SUCCESS (20.6 s)
[INFO] Building: it0019-compiler\pom.xml
[INFO] ..SUCCESS (3.5 s)
[INFO] Building: it0023-local-aol-properties\pom.xml
[INFO] ..SUCCESS (9.8 s)
[INFO] Building: it0024-namedout\pom.xml
[INFO] ..SUCCESS (14.2 s)
[INFO] Building: it0025-jar-dep-jni\pom.xml
[INFO] ..SUCCESS (8.5 s)
[INFO] Building: it0027-dep-jni-native-lib-loader\pom.xml
[INFO] ..FAILED (2.5 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0027-dep-jni-native-lib-loader\build.log> for details.
[INFO] Building: it0028-scope\pom.xml
[INFO] ..FAILED (17.8 s)
[INFO] The build exited with code 1. See <http://jenkins.imagej.net/job/NAR-Maven-Plugin-windows/ws/target\it\it0028-scope\build.log> for details.
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 17, Failed: 7, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] * it0010-lib-static\pom.xml
[ERROR] * it0026-native-lib-loader\pom.xml
[ERROR] * it0004-java-dep-jni\pom.xml
[ERROR] * it0011-executable-dep-lib-static\pom.xml
[ERROR] * it0012-jni-dep-lib-static\pom.xml
[ERROR] * it0027-dep-jni-native-lib-loader\pom.xml
[ERROR] * it0028-scope\pom.xml
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:16.375s
[INFO] Finished at: Thu May 14 15:03:28 CDT 2015
[INFO] Final Memory: 28M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.8:run (integration-test) on project nar-maven-plugin: 7 builds failed. See console output above for details. -> [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/MojoFailureException
Build step 'Execute shell' marked build as failure
More information about the ImageJ-builds
mailing list