Pipeline fails - no space left on device

binternet November 29, 2023

When running the pipeline using atlassian/ssh-run:0.2.2 image, the following error occurs:

+ tar -xf vendor.tar.gz
338
tar: vendor/tecnickcom/tcpdf/fonts/cid0kr.php: Wrote only 1536 of 10240 bytes
339
tar: vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z: Cannot write: No space left on device
And then the pipeline fails, what could cause that?

1 answer

0 votes
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 30, 2023

Hello @binternet and thank you for reaching out to Community!

This error message is usually returned when you have insufficient disk space in the machine where you are trying to execute that operation. In your case, it seems there's not enough space in the disk for the tar command to complete.

Could you try to free up some disk space and check if the pipeline succeeds?

If you are using runners, there's also a possibility that the runner's working directory is running out of disk space. In this case, I would suggest checking the troubleshooting steps of the following article : 

If you have any questions, let us know!

Thank you, @binternet !

Patrik S 

binternet November 30, 2023

Hey @Patrik S 
I am using atlassian/ssh-run:0.2.2 runner which is not owned by me, so how can I free the disk space on it?


Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 30, 2023

Hello @binternet ,

The atlassian/ssh-run is what we name a pipe (learn more about pipes).

Essentially, this particular pipe will connect to an external server over SSH and run the command or script you have provided in the pipe variables. It seems like the destination server is running out of space, which is leading to the error you are receiving. Could you check the available disk space in the destination server and free up some space if possible ?

Also, it seems you are using an old version of that pipe. If you would like, you can use the latest version by changing the definition to 

atlassian/ssh-run:0.7.1

Thank you, @binternet !
Patrik S

binternet November 30, 2023

Yaiks! my bad 🤦🏼‍♂️
I did had an issue with disk space on the remote server, issue fixed.
Additionaly, I've upgraded to

atlassian/ssh-run:0.7.1

Thanks!!

Like Patrik S likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events