Skip to content

Development: Update server dependency protobuf-java #50980

Development: Update server dependency protobuf-java

Development: Update server dependency protobuf-java #50980

GitHub Actions / Junit Results failed Sep 22, 2024 in 0s

Junit Results

Junit Results ran 7690 in 1077.382 seconds 0 Errored, 2 Failed, 4 Skipped

Annotations

Check failure on line 0 in test

See this annotation in the file changed.

@github-actions github-actions / Junit Results

test#L0

Junit Results ran 7690 in 1077.382 seconds 0 Errored, 2 Failed, 4 Skipped

Check failure on line 0 in /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/localvcci/LocalVCSshIntegrationTest.java

See this annotation in the file changed.

@github-actions github-actions / Junit Results

testUserTriesToDeleteBranch()

Junit test testUserTriesToDeleteBranch() failed org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #4: File does not exist: /tmp/SHORT340C22CC00AAD04EC308CBA09CEAD1C5123ETSTEXC/short340c22cc00aad04ec308cba09cead1c5123etstexc-localvclocalciintegrationstudent1.git/gc.log.lock]
Raw output
org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #4: File does not exist: /tmp/SHORT340C22CC00AAD04EC308CBA09CEAD1C5123ETSTEXC/short340c22cc00aad04ec308cba09cead1c5123etstexc-localvclocalciintegrationstudent1.git/gc.log.lock]
	at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)
	at org.apache.commons.io.function.IOStream.forAll(IOStream.java:359)
	at org.apache.commons.io.function.IOStreams.forAll(IOStreams.java:42)
	at org.apache.commons.io.function.IOStreams.forAll(IOStreams.java:36)
	at org.apache.commons.io.function.IOConsumer.forAll(IOConsumer.java:80)
	at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:365)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1240)
	at de.tum.cit.aet.artemis.util.LocalRepository.resetLocalRepo(LocalRepository.java:122)
	at de.tum.cit.aet.artemis.localvcci.LocalVCIntegrationTest.removeRepositories(LocalVCIntegrationTest.java:70)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: org.apache.commons.io.IOIndexedException: FileNotFoundException #4: File does not exist: /tmp/SHORT340C22CC00AAD04EC308CBA09CEAD1C5123ETSTEXC/short340c22cc00aad04ec308cba09cead1c5123etstexc-localvclocalciintegrationstudent1.git/gc.log.lock
	at org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:354)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
	at org.apache.commons.io.function.IOStream.forAll(IOStream.java:345)
	... 14 more
Caused by: java.io.FileNotFoundException: File does not exist: /tmp/SHORT340C22CC00AAD04EC308CBA09CEAD1C5123ETSTEXC/short340c22cc00aad04ec308cba09cead1c5123etstexc-localvclocalciintegrationstudent1.git/gc.log.lock
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1394)
	at org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:347)
	... 17 more

Check failure on line 111 in /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/localvcci/LocalVCSshIntegrationTest.java

See this annotation in the file changed.

@github-actions github-actions / Junit Results

testConnectOverSshAndReceivePack()

Junit test testConnectOverSshAndReceivePack() failed java.lang.NullPointerException: Cannot invoke "org.apache.sshd.server.ExitCallback.onExit(int, String)" because "cb" is null
Raw output
java.lang.NullPointerException: Cannot invoke "org.apache.sshd.server.ExitCallback.onExit(int, String)" because "cb" is null
	at org.apache.sshd.server.command.AbstractCommandSupport.onExit(AbstractCommandSupport.java:213)
	at de.tum.cit.aet.artemis.programming.service.localvc.ssh.SshGitCommand.run(SshGitCommand.java:103)
	at de.tum.cit.aet.artemis.localvcci.LocalVCSshIntegrationTest.testConnectOverSshAndReceivePack(LocalVCSshIntegrationTest.java:127)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)