When running the pipeline using atlassian/ssh-run:0.2.2 image, the following error occurs:
+ tar -xf vendor.tar.gz
tar: vendor/tecnickcom/tcpdf/fonts/cid0kr.php: Wrote only 1536 of 10240 bytes
tar: vendor/tecnickcom/tcpdf/fonts/dejavusansmonob.z: Cannot write: No space left on device
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.