I’m getting the following error when pushing code to resin using: git push resin master
The authenticity of host 'git.resin.io (54.165.162.194)' can't be established.
ECDSA key fingerprint is SHA256:NfwmqnKId5cx1RWpebbEuuM87bCJbdyhzRnqFES9Nnw.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'git.resin.io,54.165.162.194' (ECDSA) to the list of known hosts.
Counting objects: 20, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (17/17), done.
Writing objects: 100% (20/20), 19.30 KiB | 0 bytes/s, done.
Total 20 (delta 15), reused 8 (delta 3)
remote: error: file write error (No space left on device)
remote: fatal: unable to write sha1 file
error: unpack failed: unpack-objects abnormal exit
To xxx@git.resin.io:g_xxx_xxx/xxx.git
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'g_xxx_xxx@git.resin.io:g_xxx_xxx/xxx.git'
The command was working a couple of days ago. Any ideas?
I’m trying to push an update and I’m getting a similar error message. Not sure if it’s the same issue - any tips?
[Info] Building on ARM01
[Info] Pulling old image for caching purposes
[Info] Fetching base image
[==================================================>] 100%
[Info] Building Standard Dockerfile project
[Error] Build failed: (HTTP code 500) server error - {"message":"mkdir
/var/lib/docker/tmp/docker-builder597425943: no space left on device"}
[Info] Uploading successful layers to registry for caching purposes
@MiluchOK@sheng we have performed space cleanup on the affected service in our backend and the build pipeline should be back to normal now. Please let us know if you still have any issues. We are actively looking into how to prevent this from happening again.
Hey, I’m experiencing this issue today, 5 push attemps all five end up with the same error:
remote: fatal: write error: No space left on device
error: remote unpack failed: index-pack abnormal exit
Thanks for reporting this @tom .
Could you provide us some extra info about your application.
Is it a multicontainers one?
How large is the release that you are trying to push?
Are you pushing by using git push or are you using the balena CLI?