Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: java.nio.file.FileSystemException: No space left on device on test-docker-alpine311-x64-1 #2320

Closed
sophia-guo opened this issue Sep 21, 2021 · 20 comments

Comments

@sophia-guo
Copy link

sophia-guo commented Sep 21, 2021

Exception: java.nio.file.FileSystemException: No space left on device on test-docker-alpine311-x64-1, which happened after ws-cleanup successfully completed.

https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/328/console

Waiting for next available executor on ‘test-docker-alpine311-x64-1’
Running on test-docker-alpine311-x64-1 in /home/jenkins/workspace/grinder_sandbox_new
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // timeout
[Pipeline] checkout
[Pipeline] echo
Exception: java.nio.file.FileSystemException: /home/jenkins/workspace/grinder_sandbox_new: No space left on device
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
Finished: FAILURE
@sxa
Copy link
Member

sxa commented Sep 22, 2021

Looks like this container is chewing up about 46gb in the test directory for Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0 - we need to investigate and resolve whatever is causing that...
There's a lot of core files showing up in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16316696257776/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests in particular by the look of it.

@sxa
Copy link
Member

sxa commented Sep 22, 2021

Both grinder_sandbox and Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_1 directories on this system are chewing up tens of Gigabytes of space due to multiple core files. The underlying cause of these needs to be understood here, and I suggest disabling thos ejobs while diagnoses takes place. Comparable to #2319

@sophia-guo
Copy link
Author

70 tests failed with There is 2999 Mb free and test exit on test-docker-alpine312-x64-2`

https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_sanity.system_x86-64_alpine-linux/64/console

@sxa
Copy link
Member

sxa commented Oct 13, 2021

@sophia-guo As mentioned in my previous comment:

The underlying cause of these needs to be understood here, and I suggest disabling thos ejobs while diagnoses takes place.

There seems to be about 75Gb free just now so I'm guessing the test managed to clear up after itself but we need the excludes in place, or for someone to diagnose it, otherwise this is just going to recur.

@sophia-guo
Copy link
Author

Agreed underlying cause should be understood. Though i'm not sure if it is testcases related. As you mentioned it is related with extended openjdk tests.

There's a lot of core files showing up in /home/jenkins/workspace/Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16316696257776/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests in particular by the look of it.

And now it's system tests sanity.system tests There is 2999 Mb free and test exit on test-docker-alpine312-x64-2 #2319 . Note this is different alpine docker.

Looks like only happened to alpine docker with different test category.

@llxia
Copy link

llxia commented Oct 18, 2021

Got No space left on device error on test-docker-alpine311-x64-1:

java.nio.file.FileSystemException: /home/jenkins/workspace/Grinder@tmp/durable-6508c98d: No space left on device
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
	at java.nio.file.Files.createDirectories(Files.java:767)
	at hudson.FilePath.mkdirs(FilePath.java:3523)
	at hudson.FilePath.access$1400(FilePath.java:213)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1339)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1335)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3313)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Finished: FAILURE

https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1781/

@sxa
Copy link
Member

sxa commented Oct 19, 2021

It's going to continue to happen unless someone disables it. This needs to be resolved by identifying and disabling or fixing the problem causing the failure of the test, not by leaving it as an infrastructure issue where we clear it up until it recurs a few days later.

@smlambert
Copy link
Contributor

I have added a Cleanup-Nodes job (related: #2369), in order to help diagnose the problem as we are unable to determine which tests are causing the issue (most failing tests have been disabled).

I am unable to run the Cleanup-Nodes job on machines that are already in this state so I am requesting assistance to clean the test-docker* machines manually first and a label that identifies them differently from bare-metal machines so we can better observe differences in behaviour. This will also help address tests that do not do well in a containerized environment (related: adoptium/aqa-tests#2138).

I would like to raise the priority of this issue, as it is impacting people's ability to work. More than half the Grinders that are launched fail due to being sent to static docker machines during the setup stage and fail to proceed due to "no space left on device" issues.

@sxa
Copy link
Member

sxa commented Oct 28, 2021

Let's discuss this today. Alpine in only run in containers so a label to determine whether it's running in a container will not directly help this issue (it would be on all of them). It needs root cause analysis done on the Alpine core dumps.

@sxa
Copy link
Member

sxa commented Oct 28, 2021

Core files in the Alpine 312 container hosted on docker-packet-ubuntu2004-x64-1 which shows the test case names. I've now deleted them:

bash-5.0# find Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_? -name core -print | xargs ls -ld
-rw-------    1 jenkins  jenkins  1338261504 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/10/testAddModules.bf4a7bc6/core
-rw-------    1 jenkins  jenkins  1334177792 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/10/testAddModules.c08bdc01/core
-rw-------    1 jenkins  jenkins  1334214656 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/11/test/core
-rw-------    1 jenkins  jenkins  1277595648 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/12/test.7eb2dc03/core
-rw-------    1 jenkins  jenkins  1277669376 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/12/test.a2024454/core
-rw-------    1 jenkins  jenkins  1279778816 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/15/test.8b896397/core
-rw-------    1 jenkins  jenkins  1278074880 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/15/test.e69eaa2c/core
-rw-------    1 jenkins  jenkins  1375776768 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/16/test.092df429/output/core
-rw-------    1 jenkins  jenkins  1334693888 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/16/test.4f127ff4/output/core
-rw-------    1 jenkins  jenkins  1374699520 Oct 21 15:48 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/16/test.76578db5/output/core
-rw-------    1 jenkins  jenkins  1334697984 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/16/test.bc3c1980/output/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/18/test.23a3f425/core
-rw-------    1 jenkins  jenkins  1334177792 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/18/test.8654398f/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/18/test.8a889faf/core
-rw-------    1 jenkins  jenkins  1334255616 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/2/testJavaOptions.1b2f3350/core
-rw-------    1 jenkins  jenkins  1277571072 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/21/test.15fe14e5/core
-rw-------    1 jenkins  jenkins  1334362112 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/21/test.2db6e95c/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/3/testApp.3f9b6877/core
-rw-------    1 jenkins  jenkins  1334251520 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/4/test.ca965e97/core
-rw-------    1 jenkins  jenkins  1277620224 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/7/test8233265.179965c1/core
-rw-------    1 jenkins  jenkins  1278083072 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/7/test8233265.17d4c9d8/core
-rw-------    1 jenkins  jenkins  1357557760 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/9/test.1bbf2ced/core
-rw-------    1 jenkins  jenkins  1334247424 Oct 21 15:50 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/scratch/9/test.bdb2b681/core
-rw-------    1 jenkins  jenkins  1334214656 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/tools/jpackage/share/jdk/jpackage/tests/DotInNameTest/test/core
-rw-------    1 jenkins  jenkins  1334865920 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest_id0/test.31c02c75/core
-rw-------    1 jenkins  jenkins  1334960128 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest_id1/test.31c02c75/core
-rw-------    1 jenkins  jenkins  1277530112 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3/test8248254.bebc4cf0/core
-rw-------    1 jenkins  jenkins  1277640704 Oct 21 15:49 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/TKG/output_16348292437596/jdk_tools_0/work/tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest/test.d990cafa/core
drwxr-xr-x    3 jenkins  jenkins       4096 Oct 21 15:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/openjdk/openjdk-jdk/src/utils/IdealGraphVisualizer/branding/src/main/nbm-branding/core
drwxr-xr-x    3 jenkins  jenkins       4096 Oct 21 15:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/openjdk/openjdk-jdk/src/utils/IdealGraphVisualizer/branding/src/main/nbm-branding/core/core.jar/org/netbeans/core
drwxr-xr-x    3 jenkins  jenkins       4096 Oct 21 15:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0/aqa-tests/openjdk/openjdk-jdk/src/utils/IdealGraphVisualizer/branding/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core
-rw-------    1 jenkins  jenkins  1334214656 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/AddLauncherTest_id1/testJavaOptions.1b2f3350/core
-rw-------    1 jenkins  jenkins  1277505536 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/AddLauncherTest_id1/testJavaOptions.85b437af/core
-rw-------    1 jenkins  jenkins  1277497344 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/AddLauncherTest_id1/testMainLauncherIsModular.a3c5ca74/core
-rw-------    1 jenkins  jenkins  1277435904 Oct 20 14:15 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/AddLauncherTest_id1/testMainLauncherIsModular.ed4f638d/core
-rw-------    1 jenkins  jenkins  1277407232 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/ArgumentsTest/testApp.341b1da9/core
-rw-------    1 jenkins  jenkins  1334251520 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/ArgumentsTest/testApp.3f9b6877/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/EmptyFolderTest/test/core
-rw-------    1 jenkins  jenkins  1277534208 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.15fe14e5/core
-rw-------    1 jenkins  jenkins  1333157888 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.2db6e95c/core
-rw-------    1 jenkins  jenkins  1277698048 Oct 20 14:16 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.34d561f8/core
-rw-------    1 jenkins  jenkins  1277677568 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.490a59bf/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 20 14:15 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.57a25384/core
-rw-------    1 jenkins  jenkins  1277476864 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.667d8e8d/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 20 14:17 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.c461a196/core
-rw-------    1 jenkins  jenkins  1277603840 Oct 20 14:16 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest/test.d41bcf8b/core
-rw-------    1 jenkins  jenkins  1278107648 Oct 20 14:15 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testAddModules.346bed98/core
-rw-------    1 jenkins  jenkins  1278058496 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testAddModules.9ab4d59f/core
-rw-------    1 jenkins  jenkins  1277566976 Oct 20 14:16 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testAddModules.a6bafe0e/core
-rw-------    1 jenkins  jenkins  1338490880 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testAddModules.bf4a7bc6/core
-rw-------    1 jenkins  jenkins  1335144448 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testAddModules.c08bdc01/core
-rw-------    1 jenkins  jenkins  1277698048 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testApp.0432a555/core
-rw-------    1 jenkins  jenkins  1277677568 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testApp.1a6f5d2d/core
-rw-------    1 jenkins  jenkins  1277702144 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testApp.280d15ce/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 20 14:17 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testApp.5d334abe/core
-rw-------    1 jenkins  jenkins  1333186560 Oct 20 14:19 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testAtFile/core
-rw-------    1 jenkins  jenkins  1334251520 Oct 20 14:19 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testJpackageProps/core
-rw-------    1 jenkins  jenkins  1334243328 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testNoName/core
-rw-------    1 jenkins  jenkins  1334353920 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/BasicTest/testWhitespaceInPaths/core
-rw-------    1 jenkins  jenkins  1279758336 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/CookedRuntimeTest/test.8b896397/core
-rw-------    1 jenkins  jenkins  1277976576 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/CookedRuntimeTest/test.e69eaa2c/core
-rw-------    1 jenkins  jenkins  1334247424 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/DotInNameTest/test/core
-rw-------    1 jenkins  jenkins  1357520896 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest/test.1bbf2ced/core
-rw-------    1 jenkins  jenkins  1292431360 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest/test.41142d8d/core
-rw-------    1 jenkins  jenkins  1292341248 Oct 20 14:16 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest/test.44218234/core
-rw-------    1 jenkins  jenkins  1344712704 Oct 20 14:15 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest/test.630c7c3f/core
-rw-------    1 jenkins  jenkins  1334419456 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest/test.bdb2b681/core
-rw-------    1 jenkins  jenkins  1323880448 Oct 20 14:17 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest/test.ed8270b8/core
-rw-------    1 jenkins  jenkins  1334833152 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest_id0/test.31c02c75/core
-rw-------    1 jenkins  jenkins  1334685696 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest_id1/test.31c02c75/core
-rw-------    1 jenkins  jenkins  1277599744 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.21fc746e/core
-rw-------    1 jenkins  jenkins  1334210560 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.23a3f425/core
-rw-------    1 jenkins  jenkins  1337454592 Oct 20 14:12 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.8654398f/core
-rw-------    1 jenkins  jenkins  1334177792 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.8a889faf/core
-rw-------    1 jenkins  jenkins  1276592128 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.8fcf36dc/core
-rw-------    1 jenkins  jenkins  1334247424 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.a100d6d3/core
-rw-------    1 jenkins  jenkins  1276538880 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.aca5d378/core
-rw-------    1 jenkins  jenkins  1277603840 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest/test.c26fdd18/core
-rw-------    1 jenkins  jenkins  1334628352 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.00570889/output/core
-rw-------    1 jenkins  jenkins  1378304000 Oct 20 14:23 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.02bd8787/core
-rw-------    1 jenkins  jenkins  1375809536 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.092df429/output/core
-rw-------    1 jenkins  jenkins  1378398208 Oct 20 14:21 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.13a4a2c7/core
-rw-------    1 jenkins  jenkins  1278296064 Oct 20 14:21 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.156e3f89/output/core
-rw-------    1 jenkins  jenkins  1379037184 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.36277153/output/core
-rw-------    1 jenkins  jenkins  1278365696 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.37f10e15/output/core
-rw-------    1 jenkins  jenkins  1375059968 Oct 20 14:19 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.384d1b87/core
-rw-------    1 jenkins  jenkins  1335386112 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.3a16b849/core
-rw-------    1 jenkins  jenkins  1277648896 Oct 20 14:23 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.48a21352/core
-rw-------    1 jenkins  jenkins  1334726656 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.4f127ff4/output/core
-rw-------    1 jenkins  jenkins  1375780864 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.53d4bf29/output/core
-rw-------    1 jenkins  jenkins  1277689856 Oct 20 14:21 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.59892e92/core
-rw-------    1 jenkins  jenkins  1378361344 Oct 20 14:22 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.6fe72113/core
-rw-------    1 jenkins  jenkins  1375711232 Oct 20 14:12 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.76578db5/output/core
-rw-------    1 jenkins  jenkins  1278267392 Oct 20 14:21 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.7c0bfd1e/output/core
-rw-------    1 jenkins  jenkins  1334566912 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.7e31a752/core
-rw-------    1 jenkins  jenkins  1378988032 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.84e2e8be/output/core
-rw-------    1 jenkins  jenkins  1375059968 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.870892f2/core
-rw-------    1 jenkins  jenkins  1375059968 Oct 20 14:15 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.97efae32/core
-rw-------    1 jenkins  jenkins  1339326464 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.99b94af4/output/core
-rw-------    1 jenkins  jenkins  1378336768 Oct 20 14:23 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.b402101c/core
-rw-------    1 jenkins  jenkins  1277652992 Oct 20 14:22 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.b5cbacde/core
-rw-------    1 jenkins  jenkins  1375776768 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.ba727cbe/output/core
-rw-------    1 jenkins  jenkins  1334693888 Oct 20 14:12 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.bc3c1980/output/core
-rw-------    1 jenkins  jenkins  1278218240 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.cac77489/output/core
-rw-------    1 jenkins  jenkins  1334661120 Oct 20 14:19 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.cced1ebd/core
-rw-------    1 jenkins  jenkins  1377849344 Oct 20 14:21 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.cf89b3be/output/core
-rw-------    1 jenkins  jenkins  1334218752 Oct 20 14:16 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.ddd439fd/core
-rw-------    1 jenkins  jenkins  1379057664 Oct 20 14:20 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.f20c824a/output/core
-rw-------    1 jenkins  jenkins  1375059968 Oct 20 14:17 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.f4322c7e/core
-rw-------    1 jenkins  jenkins  1277624320 Oct 20 14:24 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.f9e69be7/core
-rw-------    1 jenkins  jenkins  1277624320 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.52b09503/core
-rw-------    1 jenkins  jenkins  1277472768 Oct 20 14:15 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.63e378d4/core
-rw-------    1 jenkins  jenkins  1277640704 Oct 20 14:18 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.77c50a67/core
-rw-------    1 jenkins  jenkins  1277595648 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.7eb2dc03/core
-rw-------    1 jenkins  jenkins  1281572864 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.a04300a3/core
-rw-------    1 jenkins  jenkins  1277693952 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.a2024454/core
-rw-------    1 jenkins  jenkins  1277693952 Oct 20 14:16 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.b974adf2/core
-rw-------    1 jenkins  jenkins  1277661184 Oct 20 14:17 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.d512ab54/core
-rw-------    1 jenkins  jenkins  1277595648 Oct 20 14:19 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.e91baa90/core
-rw-------    1 jenkins  jenkins  1277562880 Oct 20 14:17 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest/test.fb6204a5/core
-rw-------    1 jenkins  jenkins  1277673472 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest2/test8233265.179965c1/core
-rw-------    1 jenkins  jenkins  1278115840 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest2/test8233265.17d4c9d8/core
-rw-------    1 jenkins  jenkins  1276575744 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3/test8248254.bebc4cf0/core
-rw-------    1 jenkins  jenkins  1334284288 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MultipleJarAppTest/test.ca965e97/core
-rw-------    1 jenkins  jenkins  1334325248 Oct 20 14:14 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/MultipleJarAppTest/test.ca965eb6/core
-rw-------    1 jenkins  jenkins  1277661184 Oct 20 14:13 Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_2/aqa-tests/TKG/output_16347374107942/jdk_tools_1/work/tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest/test.d990cafa/core

@sophia-guo
Copy link
Author

Those jobs have been identified as not working with headless adoptium/aqa-tests#2877.
And in the PR adoptium/aqa-tests#2890 (comment) it has been tested as disabled tools/jpackage/: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/332/. Interesting tests are still running.

@smlambert
Copy link
Contributor

https://ci.adoptopenjdk.net/computer/test-docker-alpine312-x64-2/ - I've marked this machine offline with a link to this issue.

@sxa
Copy link
Member

sxa commented Jan 11, 2022

Brought it back online (It will have affected anything on the physical host, so taking one machine offline wouldn't necessarily have resolved much (except hopefully sdcheduling the next one on a container on another host!) Have also done a bit of a clearup and now brought it back online but we're going to need a way to manage this space - possibly #2369 We'll need to keep an eye on this for the release next week (i.e. I'll try and remember to do some checking/pruning before initiating pipelines)

@sxa sxa added this to the 2022-01 (January) milestone Jan 11, 2022
@smlambert
Copy link
Contributor

smlambert commented Jan 11, 2022

On the purging note, and since I also mentioned to @Haroon-Khel about the Cleanup-Nodes job I added, I can add a schedule to run this on a regular basis. https://ci.adoptopenjdk.net/view/work-in-progress/job/Cleanup-Nodes/ (and related to: #2369). Currently I have only run it manually on a machine by machine basis, but it can also be set to run against all machines, or all machines with particular labels, etc.

@sxa
Copy link
Member

sxa commented Jan 14, 2022

That job doesn't appear to have run successfully and is currently giving org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use method hudson.model.Computer getOfflineCause - should it be working properly?

@sxa
Copy link
Member

sxa commented Feb 7, 2022

Looks to be the jdk_tools tests in extended.openjdk that are chewing up about 30Gb each based on this:

4	Test_openjdk17_hs_extended.openjdk_x86-64_alpine-linux_testList_0.tap
380	jdk_build_1
392	jdk_custom_0
12856	jdk_instrument_0
24540	jdk_io_1
35344	jdk_jdi_0
35352	jdk_jdi_1
21108	jdk_jmx_1
13680	jdk_management_0
13708	jdk_management_1
636	jdk_native_sanity_0
636	jdk_native_sanity_1
98956	jdk_net_0
39172	jdk_nio_0
39280	jdk_nio_1
13776	jdk_security2_0
13784	jdk_security2_1
28576	jdk_security4_1
3752	jdk_security_infra_0
295048	jdk_text_0
295100	jdk_text_1
32321412	jdk_tools_0
32319116	jdk_tools_1
140348	jvm_compiler_0
141200	jvm_compiler_1
308	jvm_native_sanity_0
172	langtools_custom_0
172	langtools_custom_1
3964	runtime_nestmate_1
bash-5.0#

It looks like the jpackage tests are core dumping - each between 80-150Mb are the cumulative effect is to fill up the file system.

@sxa
Copy link
Member

sxa commented Feb 8, 2022

The core files are coming from the native jpackaged executables and the dump can be reproduced fairly easily:

core: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from '/home/sxa/test.31c02c75/output/JavaOptionsEqualsTest/bin/JavaOptionsEqualsTest', real uid: 10001, effective uid: 10001, real gid: 10002, effective gid: 10002, execfn: '/home/sxa/test.31c02c75/output/JavaOptionsEqualsTest/bin/JavaOptionsEqualsTest', platform: 'x86_64'

Running that binary results in:

bash-5.1# /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_16443112427434/jdk_tools_0/work/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest_id0/test.31c02c75/output/JavaOptionsEqualsTest/bin/JavaOptionsEqualsTest
WARNING: Unknown module: other.mod.bar specified to --add-exports
WARNING: Unknown module: me.mymodule.foo specified to --add-exports
jpackage test application
args.length: 0
hello: Output file: [appOutput.txt]
pure virtual method called
terminate called without an active exception
Aborted (core dumped)
bash-5.1# 

@sxa
Copy link
Member

sxa commented Feb 8, 2022

In the absence of a method for disabling individual tests on Alpine being available at the moment, we should probably disable the weekend extended.openjdk runs on this platform to resolve this.

@sxa sxa added this to the 2022-03 (March) milestone Mar 3, 2022
@smlambert
Copy link
Contributor

jdk_tools has been disabled on this platform a month ago. During today's pre-release triage adoptium/aqa-tests#3465, we see that all test jobs are failing with no space left on device. No visibility on what now is taking the space.

@sxa
Copy link
Member

sxa commented Apr 14, 2022

Closing this as the machines have been given extra space as per #2510 (comment) - it can be re-opened later if required.

@sxa sxa closed this as completed Apr 14, 2022
@sxa sxa modified the milestones: 2022-03 (March), 2022-04 (April) Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants