We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test job failures on test-scaleway-ubuntu1604-x64-1: https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.system_x86-64_linux/212/console
18:31:49 java.nio.file.FileSystemException: /tmp/resource-3979388526680510708: No space left on device
The text was updated successfully, but these errors were encountered:
Ref: https://adoptopenjdk.slack.com/archives/C53GHCXL4/p1590658509194500
I did fairly recently clear it off. Having a look now, it looks like 3.2Gb is taken up from gcov, which hasn't been touched for since 2018.
gcov
root@test-scaleway-ubuntu1604-x64-1:/home/jenkins/workspace# du -ha --time | grep 2018 | sort -h ... 2.0G 2018-07-18 13:37 ./gcov/openjdk-jdk8u/jdk/test 2.2G 2018-07-18 13:37 ./gcov/openjdk-jdk8u/jdk 2.5G 2018-07-18 13:37 ./gcov/openjdk-jdk8u 3.2G 2018-07-27 14:19 ./gcov
Sorry, something went wrong.
Machine has a relatively low amoiunt of disk space compared to some of our others (50Gb) and 35Gb is being used by docker images
Ran docker system prune to ensure nothing of use was being deleted, freed up 22.6GB :-)
docker system prune
Thanks Will
Willsparker
No branches or pull requests
Test job failures on test-scaleway-ubuntu1604-x64-1:
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.system_x86-64_linux/212/console
The text was updated successfully, but these errors were encountered: