Skip to main content

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

See <https://ci.eclipse.org/jgit/job/jgit/1019/display/redirect?page=changes>

Changes:

[spearce] dfs: compact reftables during DfsPackCompactor

[spearce] dfs: write reftable from DfsGarbageCollector

------------------------------------------
[...truncated 192.05 KB...]
[INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.497 s - in org.eclipse.jgit.http.test.SetAdditionalHeadersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.018 s - in org.eclipse.jgit.http.test.ProtocolErrorTest
[INFO] Replacing /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm/target/jgit-cli.jar with /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-4.9.0-SNAPSHOT-shaded.jar
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (create_jgit) @ org.eclipse.jgit.pgm ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach_jgit) @ org.eclipse.jgit.pgm ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ org.eclipse.jgit.pgm ---
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.847 s - in org.eclipse.jgit.http.test.MeasurePackSizeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.97 s - in org.eclipse.jgit.http.test.GitServletResponseTests
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.048 s - in org.eclipse.jgit.http.test.HookMessageTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.912 s - in org.eclipse.jgit.http.test.HttpClientTests
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.601 s - in org.eclipse.jgit.http.test.DumbClientDumbServerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.513 s - in org.eclipse.jgit.http.test.DumbClientSmartServerTest
[INFO] Building jar: /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-4.9.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.0.6:check (default) > :findbugs @ org.eclipse.jgit.pgm >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.0.6:findbugs (findbugs) @ org.eclipse.jgit.pgm ---
[INFO] Fork Value is true
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.335 s - in org.eclipse.jgit.http.test.SmartClientSmartServerSslTest
     [java] Warnings generated: 23
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.0.6:check (default) < :findbugs @ org.eclipse.jgit.pgm <<<
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.0.6:check (default) @ org.eclipse.jgit.pgm ---
[INFO] BugInstance size is 23
[INFO] Error size is 0
[INFO] Total bugs: 23
[INFO] org.eclipse.jgit.pgm.Archive.run() may fail to clean up java.io.OutputStream [org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive, org.eclipse.jgit.pgm.Archive] Obligation to clean up resource created at Archive.java:[line 85] is not dischargedPath continues at Archive.java:[line 89]Path continues at Archive.java:[line 90]Path continues at Archive.java:[line 91]Path continues at Archive.java:[line 92]Path continues at Archive.java:[line 93]Path continues at Archive.java:[line 94]Path continues at Archive.java:[line 95]Path continues at Archive.java:[line 97]Path continues at Archive.java:[line 98]Path continues at Archive.java:[line 100]Path continues at Archive.java:[line 104]Path continues at Archive.java:[line 107] OBL_UNSATISFIED_OBLIGATION
[INFO] Return value of TextBuiltin.die(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.Diff] At Diff.java:[line 185] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] Found reliance on default encoding in org.eclipse.jgit.pgm.TextBuiltin.init(Repository, String): new java.io.OutputStreamWriter(OutputStream) [org.eclipse.jgit.pgm.TextBuiltin, org.eclipse.jgit.pgm.TextBuiltin] At TextBuiltin.java:[line 165]Another occurrence at TextBuiltin.java:[line 172] DM_DEFAULT_ENCODING
[INFO] Return value of org.eclipse.jgit.util.RefList.get(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.BenchmarkReftable] At BenchmarkReftable.java:[line 189] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] Return value of org.eclipse.jgit.util.RefList.get(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.BenchmarkReftable] At BenchmarkReftable.java:[line 224] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 259] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 261] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 264] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.DiffAlgorithms.run(Repository) [org.eclipse.jgit.pgm.debug.DiffAlgorithms] At DiffAlgorithms.java:[line 266] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Return value of org.eclipse.jgit.pgm.TextBuiltin.die(String) ignored, but method has no side effect [org.eclipse.jgit.pgm.debug.LfsStore] At LfsStore.java:[line 306] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] Should org.eclipse.jgit.pgm.debug.LfsStore$AppServer be a _static_ inner class? [org.eclipse.jgit.pgm.debug.LfsStore$AppServer] At LfsStore.java:[lines 95-161] SIC_INNER_SHOULD_BE_STATIC
[INFO] org.eclipse.jgit.pgm.debug.ShowPackDelta.getDelta(ObjectReader, RevObject) may fail to close stream [org.eclipse.jgit.pgm.debug.ShowPackDelta] At ShowPackDelta.java:[line 128] OS_OPEN_STREAM
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 352] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 362] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Format string should use %n rather than \n in org.eclipse.jgit.pgm.debug.TextHashFunctions.run(Repository) [org.eclipse.jgit.pgm.debug.TextHashFunctions] At TextHashFunctions.java:[line 355] VA_FORMAT_STRING_USES_NEWLINE
[INFO] Should org.eclipse.jgit.pgm.debug.TextHashFunctions$Line be a _static_ inner class? [org.eclipse.jgit.pgm.debug.TextHashFunctions$Line] At TextHashFunctions.java:[lines 483-499] SIC_INNER_SHOULD_BE_STATIC
[INFO] org.eclipse.jgit.pgm.debug.WriteReftable.run() may fail to clean up java.io.OutputStream [org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable, org.eclipse.jgit.pgm.debug.WriteReftable] Obligation to clean up resource created at WriteReftable.java:[line 114] is not dischargedPath continues at WriteReftable.java:[line 115]Path continues at WriteReftable.java:[line 116]Path continues at WriteReftable.java:[line 117]Path continues at WriteReftable.java:[line 120]Path continues at WriteReftable.java:[line 123]Path continues at WriteReftable.java:[line 126]Path continues at WriteReftable.java:[line 130]Path continues at WriteReftable.java:[line 131]Path continues at WriteReftable.java:[line 132]Path continues at WriteReftable.java:[line 133]Path continues at WriteReftable.java:[line 134]Path continues at WriteReftable.java:[line 138]Path continues at WriteReftable.java:[line 139]Path continues at WriteReftable.java:[line 141]Path continues at WriteReftable.java:[line 142]Path continues at WriteReftable.java:[line 143]Path continues at WriteReftable.java:[line 144]Path continues at WriteReftable.java:[line 145]Path continues at WriteReftable.java:[line 147]Path continues at WriteReftable.java:[line 148]Path continues at WriteReftable.java:[line 149]Path continues at WriteReftable.java:[line 150]Path continues at WriteReftable.java:[line 151]Path continues at WriteReftable.java:[line 156]Path continues at WriteReftable.java:[line 157]Path continues at WriteReftable.java:[line 159]Path continues at WriteReftable.java:[line 176]Path continues at WriteReftable.java:[line 185] OBL_UNSATISFIED_OBLIGATION
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler] At AbstractTreeIteratorHandler.java:[line 92] BC_UNCONFIRMED_CAST
[INFO] The class name org.eclipse.jgit.pgm.opt.CmdLineParser shadows the simple name of the superclass org.kohsuke.args4j.CmdLineParser [org.eclipse.jgit.pgm.opt.CmdLineParser] At CmdLineParser.java:[lines 83-334] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.ObjectIdHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.ObjectIdHandler] At ObjectIdHandler.java:[line 79] BC_UNCONFIRMED_CAST
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.RevCommitHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.RevCommitHandler] At RevCommitHandler.java:[line 83] BC_UNCONFIRMED_CAST
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.RevTreeHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.RevTreeHandler] At RevTreeHandler.java:[line 82] BC_UNCONFIRMED_CAST
[INFO] Unchecked/unconfirmed cast from org.kohsuke.args4j.CmdLineParser to org.eclipse.jgit.pgm.opt.CmdLineParser in new org.eclipse.jgit.pgm.opt.SubcommandHandler(CmdLineParser, OptionDef, Setter) [org.eclipse.jgit.pgm.opt.SubcommandHandler] At SubcommandHandler.java:[line 80] BC_UNCONFIRMED_CAST
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.jgit.pgm >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.jgit.pgm ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.jgit.pgm <<<
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.jgit.pgm ---
[INFO] You have 3 CPD duplications. For more details see: /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm/target/cpd.xml
[INFO]                                                                         
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Core Tests 4.9.0-SNAPSHOT
[INFO] Building JGit - Command Line Interface Tests 4.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.pgm.test ---
[INFO] Deleting /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm.test/target
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.jgit.pgm.test ---
[INFO] argLine set to -javaagent:<https://ci.eclipse.org/jgit/job/jgit/ws/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.pgm.test ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.pgm.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ org.eclipse.jgit.pgm.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (compile-with-errorprone) @ org.eclipse.jgit.pgm.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm.test/target/classes
Downloading: https://repo.eclipse.org/content/repositories/jgit-releases/org/hamcrest/hamcrest-library/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/maven-metadata.xml
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ org.eclipse.jgit.pgm.test >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.pgm.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.jgit.pgm.test ---
[INFO] argLine set to -javaagent:<https://ci.eclipse.org/jgit/job/jgit/ws/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*>
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ org.eclipse.jgit.pgm.test <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ org.eclipse.jgit.pgm.test ---
[INFO] Building jar: /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm.test/target/org.eclipse.jgit.pgm.test-4.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.jgit.pgm.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ org.eclipse.jgit.pgm.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.pgm.test/target/test-classes
501/501 B               Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/maven-metadata.xml (501 B at 2.2 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.jgit.test ---
[INFO] Deleting /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.test/target
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (set-osgi-version) @ org.eclipse.jgit.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.jgit.test ---
[INFO] argLine set to -javaagent:<https://ci.eclipse.org/jgit/job/jgit/ws/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec,append=true,includes=org.eclipse.jgit.*,excludes=**/*Test*.*>
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (translate-qualifier) @ org.eclipse.jgit.test ---
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [  8.342 s]
[INFO] JGit - Core ........................................ SUCCESS [02:09 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 25.601 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [ 25.463 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 31.459 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 25.547 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 30.271 s]
[INFO] JGit - Large File Storage .......................... SUCCESS [ 29.137 s]
[INFO] JGit - Large File Storage Server ................... SUCCESS [ 15.337 s]
[INFO] JGit - Command Line Interface ...................... SUCCESS [ 29.890 s]
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 31.106 s]
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 13.380 s]
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [  3.484 s]
[INFO] JGit - HTTP Tests .................................. FAILURE [ 53.946 s]
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] Executing tasks
[INFO] JGit - Large File Storage Tests .................... SUCCESS [ 13.243 s]
[INFO] JGit - LFS Server Tests ............................ SKIPPED

main:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] Executed tasks
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:57 min (Wall Clock)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.jgit.test ---
[INFO] Finished at: 2017-09-05T12:44:23-04:00
[INFO] Final Memory: 245M/930M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project org.eclipse.jgit.http.test: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test && /opt/public/common/jdk1.8.0_131.x64/jre/bin/java -Djava.io.tmpdir=/jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target -Xmx300m -jar /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire/surefirebooter9100074204554838421.jar /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire 2017-09-05T12-41-19_348-jvmRun10 surefire5872102871939108649tmp surefire_136731598474956874841tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.eclipse.jgit.http.test.SmartClientSmartServerTest
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test && /opt/public/common/jdk1.8.0_131.x64/jre/bin/java -Djava.io.tmpdir=/jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target -Xmx300m -jar /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire/surefirebooter9100074204554838421.jar /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire 2017-09-05T12-41-19_348-jvmRun10 surefire5872102871939108649tmp surefire_136731598474956874841tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.eclipse.jgit.http.test.SmartClientSmartServerTest
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:494)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:369)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:292)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ org.eclipse.jgit.test ---
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:243)
[INFO] Nothing to compile - all classes are up to date
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1077)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:907)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:785)
[ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
[ERROR] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:185)
[ERROR] at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:181)
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[ERROR] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.2:compile (compile-with-errorprone) @ org.eclipse.jgit.test ---
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[ERROR] at java.lang.Thread.run(Thread.java:748)
[ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test && /opt/public/common/jdk1.8.0_131.x64/jre/bin/java -Djava.io.tmpdir=/jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target -Xmx300m -jar /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire/surefirebooter9100074204554838421.jar /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.http.test/target/surefire 2017-09-05T12-41-19_348-jvmRun10 surefire5872102871939108649tmp surefire_136731598474956874841tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.eclipse.jgit.http.test.SmartClientSmartServerTest
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:679)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:117)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:363)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:342)
[ERROR] ... 4 more
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jgit.http.test
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.test/target/classes
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top