Skip to content

Development: Migrate the online code editor to a standalone component #60348

Development: Migrate the online code editor to a standalone component

Development: Migrate the online code editor to a standalone component #60348

GitHub Actions / H2 Tests failed Oct 16, 2024 in 1s

8231 passed, 1 failed and 2 skipped

Tests failed
Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 321 in src/test/java/de/tum/cit/aet/artemis/programming/ProgrammingExerciseIntegrationTestService.java

See this annotation in the file changed.

@github-actions github-actions / H2 Tests

de.tum.cit.aet.artemis.programming.ProgrammingExerciseIntegrationJenkinsGitlabTest ► createProgrammingExercise_packageNameContainsBadCharacters_badRequest()

Failed test found in:
  build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.ProgrammingExerciseIntegrationJenkinsGitlabTest.xml
Error:
  org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #6: File does not exist: /tmp/repoOrigin3535379989851118148/gc.log.lock]
Raw output
org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #6: File does not exist: /tmp/repoOrigin3535379989851118148/gc.log.lock]
	at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)
	at org.apache.commons.io.function.IOStream.forAll(IOStream.java:357)
	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:367)
	at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1242)
	at de.tum.cit.aet.artemis.programming.ProgrammingExerciseIntegrationTestService.tearDown(ProgrammingExerciseIntegrationTestService.java:321)
	at de.tum.cit.aet.artemis.programming.ProgrammingExerciseIntegrationJenkinsGitlabTest.tearDown(ProgrammingExerciseIntegrationJenkinsGitlabTest.java:47)
	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 #6: File does not exist: /tmp/repoOrigin3535379989851118148/gc.log.lock
	at org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:352)
	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:343)
	... 14 more
Caused by: java.io.FileNotFoundException: File does not exist: /tmp/repoOrigin3535379989851118148/gc.log.lock
	at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1396)
	at org.apache.commons.io.function.IOStream.lambda$forAll$11(IOStream.java:345)
	... 17 more