Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rtyler
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtyler/9198053 to your computer and use it in GitHub Desktop.
Save rtyler/9198053 to your computer and use it in GitHub Desktop.
mvn -Dtest=TarArchiverTest test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Jenkins main module
[INFO] Jenkins CLI
[INFO] Jenkins core
[INFO] Jenkins war
[INFO] Test harness for Jenkins and plugins
[INFO] Jenkins plugin POM
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Jenkins main module 1.553-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ pom ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ pom ---
[INFO] Maven Version: 3.2.1
[INFO] JDK Version: 1.7.0_25 normalized as: 1.7.0-25
[INFO] OS Info: Arch: amd64 Family: unix Name: freebsd Version: 10.0-stable
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ pom ---
[INFO] Adding ignore: org.eclipse.jetty.spdy.*
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-banned-dependencies) @ pom ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ pom ---
[INFO] Setting property 'now' to '02/25/2014 04:55 GMT'.
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (version-property) @ pom ---
[INFO] Setting property 'build.version' to '1.553-SNAPSHOT (private-02/25/2014 04:55 GMT-tyler)'.
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ pom ---
[INFO] Source directory: /usr/home/tyler/source/github/jenkins/target/generated-sources/localizer added.
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:generateStubs (default) @ pom ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ pom ---
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:compile (default) @ pom ---
[INFO] No sources found to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ pom ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:generateTestStubs (default) @ pom ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:testCompile (default) @ pom ---
[INFO] No sources found to compile
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Jenkins CLI 1.553-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ cli ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ cli ---
[INFO] Maven Version: 3.2.1
[INFO] JDK Version: 1.7.0_25 normalized as: 1.7.0-25
[INFO] OS Info: Arch: amd64 Family: unix Name: freebsd Version: 10.0-stable
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ cli ---
[INFO] Adding ignore: org.eclipse.jetty.spdy.*
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-banned-dependencies) @ cli ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:timestamp-property (timestamp-property) @ cli ---
[INFO] Setting property 'now' to '02/25/2014 04:55 GMT'.
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (version-property) @ cli ---
[INFO] Setting property 'build.version' to '1.553-SNAPSHOT (private-02/25/2014 04:55 GMT-tyler)'.
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ cli ---
[INFO] Source directory: /usr/home/tyler/source/github/jenkins/cli/target/generated-sources/localizer added.
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:generateStubs (default) @ cli ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-localizer-plugin:1.15:generate (default) @ cli ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ cli ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /usr/home/tyler/source/github/jenkins/cli/target/classes
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:compile (default) @ cli ---
[INFO] No sources found to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ cli ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:generateTestStubs (default) @ cli ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/home/tyler/source/github/jenkins/cli/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /usr/home/tyler/source/github/jenkins/cli/target/test-classes
[INFO]
[INFO] --- gmaven-plugin:1.5-jenkins-1:testCompile (default) @ cli ---
[INFO] No sources found to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ cli ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jenkins main module ............................... SUCCESS [ 1.509 s]
[INFO] Jenkins CLI ....................................... FAILURE [ 2.506 s]
[INFO] Jenkins core ...................................... SKIPPED
[INFO] Jenkins war ....................................... SKIPPED
[INFO] Test harness for Jenkins and plugins .............. SKIPPED
[INFO] Jenkins plugin POM ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.691 s
[INFO] Finished at: 2014-02-24T20:55:32-08:00
[INFO] Final Memory: 21M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project cli: No tests were executed! (Set -DfailIfNoTests=false to ignore this 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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment