adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

test-ibmcloud-ubuntu1604-x64-1 'Unable to delete '/home/jenkins/workspace/Grinder/jdkbinary'' #3574

Closed sophia-guo closed 1 month ago

sophia-guo commented 1 month ago

test-ibmcloud-ubuntu1604-x64-1 'Unable to delete '/home/jenkins/workspace/Grinder/jdkbinary'', which makes it unavailable to use for test.

https://ci.adoptium.net/view/Test_grinder/job/Grinder/10140/console

sophia-guo commented 1 month ago

@Haroon-Khel Could you take a look to delete the workspace I suspect reproducible created something wrong?

Haroon-Khel commented 1 month ago

j2sdk-image in /home/jenkins/workspace/Grinder/jdkbinary is owned by root which is why jenkins is unable to delete it. Do you know how/why it was created? Or how it came to be owned by root?

Haroon-Khel commented 1 month ago
root@test-ibmcloud-ubuntu1604-x64-1:~# ls -la /home/jenkins/workspace/Grinder/jdkbinary
total 12
drwxr-xr-x 3 root    root    4096 May 29 20:09 .
drwxrwxr-x 4 jenkins jenkins 4096 May 29 20:09 ..
drwxr-xr-x 2 root    root    4096 May 29 20:09 j2sdk-image
Haroon-Khel commented 1 month ago

I've removed it so you can rerun your job

sophia-guo commented 1 month ago

https://github.com/adoptium/infrastructure/issues/3574#issuecomment-2140162375

No, no idea.