Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] [Hudson] Build failed in Hudson: jgit #1489

See <https://hudson.eclipse.org/egit/job/jgit/1489/changes>

Changes:

[Kaloyan Raev] Add support for --version in JGit CLI

------------------------------------------
[...truncated 1859 lines...]
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.jgit.pgm.test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ org.eclipse.jgit.pgm.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/classes
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ org.eclipse.jgit.pgm.test >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ org.eclipse.jgit.pgm.test <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ org.eclipse.jgit.pgm.test ---
[INFO] Building jar: /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.jgit.pgm.test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ org.eclipse.jgit.pgm.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ org.eclipse.jgit.pgm.test ---
[INFO] Surefire report directory: /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.jgit.pgm.CommitAndLogTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec - in org.eclipse.jgit.pgm.CommitAndLogTest
Running org.eclipse.jgit.pgm.StatusTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in org.eclipse.jgit.pgm.StatusTest
Running org.eclipse.jgit.pgm.MergeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec - in org.eclipse.jgit.pgm.MergeTest
Running org.eclipse.jgit.pgm.CLIGitCommandTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.jgit.pgm.CLIGitCommandTest
Running org.eclipse.jgit.pgm.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.jgit.pgm.ConfigTest
Running org.eclipse.jgit.pgm.ArchiveTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.684 sec - in org.eclipse.jgit.pgm.ArchiveTest
Running org.eclipse.jgit.pgm.CheckoutTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.jgit.pgm.CheckoutTest
Running org.eclipse.jgit.pgm.AddTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.021 sec - in org.eclipse.jgit.pgm.AddTest
Running org.eclipse.jgit.pgm.TagTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.jgit.pgm.TagTest
Running org.eclipse.jgit.pgm.BranchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.jgit.pgm.BranchTest
Running org.eclipse.jgit.pgm.ReflogTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.jgit.pgm.ReflogTest

Results :

Tests run: 55, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.jgit.pgm.test ---
[INFO] Building jar: /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ org.eclipse.jgit.pgm.test ---
[INFO] Building jar: /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-3.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ org.eclipse.jgit.pgm.test ---
[INFO] Building jar: /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-3.2.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:2.5.2:check (default) @ org.eclipse.jgit.pgm.test >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.2:findbugs (findbugs) @ org.eclipse.jgit.pgm.test ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:2.5.2:check (default) @ org.eclipse.jgit.pgm.test <<<
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.2:check (default) @ org.eclipse.jgit.pgm.test ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Unread public/protected field: org.eclipse.jgit.lib.CLIRepositoryTestCase.trash ["org.eclipse.jgit.lib.CLIRepositoryTestCase"] At CLIRepositoryTestCase.java:[lines 57-173]
[INFO] Found reliance on default encoding in org.eclipse.jgit.pgm.CLIGitCommand.execute(String, Repository): new String(byte[]) ["org.eclipse.jgit.pgm.CLIGitCommand"] At CLIGitCommand.java:[lines 57-164]
[INFO] 
[INFO] >>> maven-pmd-plugin:3.0.1:cpd-check (default) @ org.eclipse.jgit.pgm.test >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.0.1:cpd (cpd) @ org.eclipse.jgit.pgm.test ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.0.1:cpd-check (default) @ org.eclipse.jgit.pgm.test <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.0.1:cpd-check (default) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Core Java 7 Tests 3.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.jgit.java7.test ---
[INFO] Deleting /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (set-osgi-version) @ org.eclipse.jgit.java7.test ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (translate-qualifier) @ org.eclipse.jgit.java7.test ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.jgit.java7.test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ org.eclipse.jgit.java7.test ---
[INFO] No sources to compile
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ org.eclipse.jgit.java7.test >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (set-osgi-version) @ org.eclipse.jgit.java7.test ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ org.eclipse.jgit.java7.test <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ org.eclipse.jgit.java7.test ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.jgit.java7.test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/tst-rsrc
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ org.eclipse.jgit.java7.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ org.eclipse.jgit.java7.test ---
[INFO] Surefire report directory: /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.jgit.util.FSJava7Test
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec <<< FAILURE! - in org.eclipse.jgit.util.FSJava7Test
testSymlinkAttributes(org.eclipse.jgit.util.FSJava7Test)  Time elapsed: 0.239 sec  <<< FAILURE!
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.eclipse.jgit.util.FSJava7Test.testSymlinkAttributes(FSJava7Test.java:108)


Results :

Failed tests: 
  FSJava7Test.testSymlinkAttributes:108 null

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ..................................... SUCCESS [3.603s]
[INFO] JGit - Core ....................................... SUCCESS [1:25.702s]
[INFO] JGit - Ant Tasks .................................. SUCCESS [11.599s]
[INFO] JGit Archive Formats .............................. SUCCESS [9.761s]
[INFO] JGit - AWT User Interface ......................... SUCCESS [14.369s]
[INFO] JGit - HTTP Server ................................ SUCCESS [15.869s]
[INFO] JGit - Core Java7 Support ......................... SUCCESS [11.536s]
[INFO] JGit - Console User Interface ..................... SUCCESS [9.198s]
[INFO] JGit - Command Line Interface ..................... SUCCESS [23.642s]
[INFO] JGit - JUnit Utility Classes ...................... SUCCESS [14.639s]
[INFO] JGit - JUnit Http Utility Classes ................. SUCCESS [12.679s]
[INFO] JGit - Core Tests ................................. SUCCESS [2:54.117s]
[INFO] JGit - Ant Tasks Tests ............................ SUCCESS [1.293s]
[INFO] JGit - HTTP Tests ................................. SUCCESS [17.413s]
[INFO] JGit - Command Line Interface Tests ............... SUCCESS [12.958s]
[INFO] JGit - Core Java 7 Tests .......................... FAILURE [0.690s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:00.905s
[INFO] Finished at: Thu Oct 10 08:18:32 EDT 2013
[INFO] Final Memory: 53M/966M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "clirr:clirr" could not be activated because it does not exist.
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project org.eclipse.jgit.java7.test: There are test failures.

Please refer to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target/surefire-reports for the individual test results.
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project org.eclipse.jgit.java7.test: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project org.eclipse.jgit.java7.test: There are test failures.

Please refer to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /jobs/genie.technology.egit/jgit/workspace/org.eclipse.jgit.java7.test/target/surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:190)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:852)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:720)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[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 :org.eclipse.jgit.java7.test
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
[FINDBUGS] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
Publishing Javadoc
Archiving artifacts
Recording test results

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top