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 #1895

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

Changes:

[christian.halstrick] Fix "jgit checkout -f" to overwrite dirty worktree files

------------------------------------------
[...truncated 279.84 KB...]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.771 s - in org.eclipse.jgit.http.test.ErrorServletTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.688 s - in org.eclipse.jgit.http.test.FileResolverTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.922 s - in org.eclipse.jgit.http.test.GitServletInitTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
Jan 08, 2019 5:19:53 AM org.eclipse.jgit.lfs.server.fs.ObjectUploadListener onError
WARNING: The content hash 'AnyLongObjectId[9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08]' of the long object 'AnyLongObjectId[d7575a9262e325eefebd98e2cfed8cb642839b380592ed83a8b6e73485f29a83]' doesn't match its id, the corrupt object will be deleted.
org.eclipse.jgit.lfs.errors.CorruptLongObjectException: The content hash 'AnyLongObjectId[9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08]' of the long object 'AnyLongObjectId[d7575a9262e325eefebd98e2cfed8cb642839b380592ed83a8b6e73485f29a83]' doesn't match its id, the corrupt object will be deleted.
	at org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream.verifyHash(AtomicObjectOutputStream.java:151)
	at org.eclipse.jgit.lfs.internal.AtomicObjectOutputStream.close(AtomicObjectOutputStream.java:138)
	at java.nio.channels.Channels$WritableByteChannelImpl.implCloseChannel(Channels.java:469)
	at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115)
	at org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.close(ObjectUploadListener.java:156)
	at org.eclipse.jgit.lfs.server.fs.ObjectUploadListener.onDataAvailable(ObjectUploadListener.java:136)
	at org.eclipse.jetty.server.HttpInput.run(HttpInput.java:903)
	at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:1408)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:454)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
	at java.lang.Thread.run(Thread.java:748)

downloaded 10 MiB random data in 269.925ms
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.707 s - in org.eclipse.jgit.lfs.server.fs.PushTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.822 s - in org.eclipse.jgit.http.test.AsIsServiceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.06 s - in org.eclipse.jgit.http.test.RegexPipelineTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.322 s - in org.eclipse.jgit.http.test.DefaultUploadPackFactoryTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.146 s - in org.eclipse.jgit.http.test.DefaultReceivePackFactoryTest
uploaded 10 MiB random data in 556.218ms
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.016 s - in org.eclipse.jgit.lfs.server.fs.DownloadTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.208 s - in org.eclipse.jgit.lfs.server.fs.UploadTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[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-5.3.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:
[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.858 s <<< FAILURE! - in org.eclipse.jgit.lfs.server.fs.CheckoutTest
[ERROR] testKnownContent(org.eclipse.jgit.lfs.server.fs.CheckoutTest)  Time elapsed: 12.676 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...6383ea776df414 200, [POST /lfs/objects/batch 200, GET /lfs/objects/8bb0cf6eb9b17d0f7d22b456f121257dc1254e1f01665370476383ea776df414] 200]> but was:<...6383ea776df414 200, [GET /lfs/objects/8bb0cf6eb9b17d0f7d22b456f121257dc1254e1f01665370476383ea776df414 200, POST /lfs/objects/batch] 200]>
	at org.eclipse.jgit.lfs.server.fs.CheckoutTest.testKnownContent(CheckoutTest.java:146)

java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.301 s - in org.eclipse.jgit.http.test.AdvertiseErrorTest
[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:3.0.1:jar (default) @ org.eclipse.jgit.pgm ---
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.255 s - in org.eclipse.jgit.http.test.SetAdditionalHeadersTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)

	at java.io.FileOutputStream.open0(Native Method)	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)

	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   CheckoutTest.testKnownContent:146 expected:<...6383ea776df414 200, [POST /lfs/objects/batch 200, GET /lfs/objects/8bb0cf6eb9b17d0f7d22b456f121257dc1254e1f01665370476383ea776df414] 200]> but was:<...6383ea776df414 200, [GET /lfs/objects/8bb0cf6eb9b17d0f7d22b456f121257dc1254e1f01665370476383ea776df414 200, POST /lfs/objects/batch] 200]>
[INFO] 
[ERROR] Tests run: 13, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ...................................... SUCCESS [ 11.810 s]
[INFO] JGit - Core ........................................ SUCCESS [02:12 min]
[INFO] JGit - Ant Tasks ................................... SUCCESS [ 36.235 s]
[INFO] JGit - Archive Formats ............................. SUCCESS [ 38.874 s]
[INFO] JGit - AWT User Interface .......................... SUCCESS [ 44.558 s]
[INFO] JGit - Apache httpclient based HTTP support ........ SUCCESS [ 38.334 s]
[INFO] JGit - HTTP Server ................................. SUCCESS [ 44.897 s]
[INFO] JGit - Apache sshd-based SSH support ............... SUCCESS [ 50.828 s]
[INFO] JGit - Large File Storage .......................... SUCCESS [ 44.660 s]
[INFO] JGit - Large File Storage Server ................... SUCCESS [ 22.178 s]
[INFO] JGit - Command Line Interface ...................... SKIPPED
[INFO] JGit - JUnit Utility Classes ....................... SUCCESS [ 44.614 s]
[INFO] JGit - JUnit Http Utility Classes .................. SUCCESS [ 22.212 s]
[INFO] JGit - JUnit Ssh Utility Classes ................... SUCCESS [ 38.517 s]
[INFO] JGit - Core Tests .................................. SKIPPED
[INFO] JGit - Ant Tasks Tests ............................. SUCCESS [ 15.820 s]
[INFO] JGit - HTTP Tests .................................. SKIPPED
[INFO] JGit - Command Line Interface Tests ................ SKIPPED
[INFO] JGit - Large File Storage Tests .................... SUCCESS [ 22.325 s]
[INFO] JGit - LFS Server Tests ............................ FAILURE [ 15.805 s]
[INFO] JGit - Apache sshd SSH Tests ....................... SKIPPED
[INFO] JGit - Test Coverage ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 min (Wall Clock)
[INFO] Finished at: 2019-01-08T05:19:56-05:00
[INFO] Final Memory: 66M/1807M
[INFO] ------------------------------------------------------------------------
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.704 s - in org.eclipse.jgit.http.test.GitServletResponseTests
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project org.eclipse.jgit.lfs.server.test: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.jgit/jgit/workspace/org.eclipse.jgit.lfs.server.test/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[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 :org.eclipse.jgit.lfs.server.test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.354 s - in org.eclipse.jgit.http.test.ProtocolErrorTest
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
java.io.FileNotFoundException: /home/hudson/genie.technology.egit/.hudson/jobs/jgit/workspace/jacoco.exec (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.openFile(FileOutput.java:67)
	at org.jacoco.agent.rt.internal_28bab1d.output.FileOutput.writeExecutionData(FileOutput.java:53)
	at org.jacoco.agent.rt.internal_28bab1d.Agent.shutdown(Agent.java:137)
	at org.jacoco.agent.rt.internal_28bab1d.Agent$1.run(Agent.java:54)
Build step 'Invoke top-level Maven targets' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE


Back to the top