Skip to content

Instantly share code, notes, and snippets.

@seporaitis
Created August 28, 2012 08:42
Show Gist options
  • Save seporaitis/3496264 to your computer and use it in GitHub Desktop.
Save seporaitis/3496264 to your computer and use it in GitHub Desktop.
1971 ± mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building MasterProject 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ MasterProject ---
[INFO] Deleting /Users/julius/Work/Projects/jenkins-master-project/target
[INFO]
[INFO] --- maven-hpi-plugin:1.74:validate (default-validate) @ MasterProject ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (default) @ MasterProject ---
[INFO] Maven Version: 3.0.3
[INFO] JDK Version: 1.6.0_24 normalized as: 1.6.0-24
[INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.7.4
[INFO]
[INFO] --- maven-localizer-plugin:1.13:generate (default) @ MasterProject ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ MasterProject ---
[debug] execute contextualize
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 22 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ MasterProject ---
[WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
[INFO] Compiling 21 source files to /Users/julius/Work/Projects/jenkins-master-project/target/classes
[INFO]
[INFO] --- access-modifier-checker:1.3:enforce (default-enforce) @ MasterProject ---
[INFO]
[INFO] --- maven-hpi-plugin:1.74:insert-test (default-insert-test) @ MasterProject ---
[INFO]
[INFO] --- gmaven-plugin:1.3:generateTestStubs (test-in-groovy) @ MasterProject ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ MasterProject ---
[debug] execute contextualize
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/julius/Work/Projects/jenkins-master-project/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ MasterProject ---
[WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /Users/julius/Work/Projects/jenkins-master-project/target/test-classes
[INFO]
[INFO] --- maven-hpi-plugin:1.74:test-hpl (default-test-hpl) @ MasterProject ---
[INFO] Generating /Users/julius/Work/Projects/jenkins-master-project/target/test-classes/the.hpl
[INFO]
[INFO] --- maven-hpi-plugin:1.74:resolve-test-dependencies (default-resolve-test-dependencies) @ MasterProject ---
[INFO]
[INFO] --- gmaven-plugin:1.3:testCompile (test-in-groovy) @ MasterProject ---
[INFO] No sources found to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ MasterProject ---
[INFO] Surefire report directory: /Users/julius/Work/Projects/jenkins-master-project/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running InjectedTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.276 sec <<< FAILURE!
Results :
Tests in error:
org.jvnet.hudson.test.JellyTestSuiteBuilder$JellyTestSuite(org.jvnet.hudson.test.junit.FailedTest)
testCliSanity(org.jvnet.hudson.test.PluginAutomaticTestBuilder$CliSanityTest): Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.350s
[INFO] Finished at: Tue Aug 28 11:37:02 EEST 2012
[INFO] Final Memory: 26M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project MasterProject: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/julius/Work/Projects/jenkins-master-project/target/surefire-reports for the individual test results.
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment