-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
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
error: failed to solve: failed to compute cache key: failed to copy: invalid status response 416 #558
Comments
Getting this somewhat regularly now, any idea what might be happening? https://github.com/dfinity/internet-identity/runs/5156407802?check_suite_focus=true#step:4:2065 |
@nmattia Looks linked to the GitHub Cache API. @dhadka @chrispat We saw that one too few days ago with @tonistiigi. Any ideas? |
It's gotten less frequent, but still running into it every now and then: https://github.com/dfinity/internet-identity/runs/5553785037?check_suite_focus=true |
Got a similar problem too: https://github.com/litentry/litentry-parachain/runs/5576261715?check_suite_focus=true |
I’m also facing this issue across multiple projects 😞 this is the setup we’re using
|
We updated the error message for this case in v0.10.1 with extra info. If you have received this error after that then please post the message here. |
@tonistiigi to clarify, this is |
@nmattia BuildKit 0.10.1 which is the latest stable so it should be the one used in your workflow if you have not enforced a specific BuildKit image in |
Got this on buildkit CI.
But the URL is already expired so I can't inspect what is wrong with that blob. Maybe you have better visibility to give some ideas. I wonder if bug could be that this is asking for the range exactly at the end of the file. |
Now I am unable to use either ADD or COPY in my Dockerfile so the build process fails.
I used Dockerfile file in the home folder or under another folder, nothing changed. |
same
build failed, must
|
Also running into this, both locally and in github actions |
I got the error as well. Any idea how to solve the error? |
Never mind. I figured it out. My COPY command should be because techtrends is under project directory |
I've never had issues with this COPY line before but it's happening consistently when building with
Update: Seems this was just because |
I've got the current problem that the This error happened the first time, when switching from build to buildx to enable multi-arch builds (which is quite painful anyway with qemu). I've tried several things to avoid that error:
Sadly none of those combination was working. To compile the operator during building time of the image we use a ubi8-minimal based rust builder. Multi-Arch is tried to be archived leveraging Do I overlook something or is this an actual problem? It fails with: Nevermind: |
I'm getting this same issue consistently, even with the latest buildkit:
|
@Maleware There is no such path |
I am also facing this docker build command's issue. When I run: The following is what I got:
|
Here is my Dockerfile
|
Co-authored-by: Chris N <[email protected]>
Co-authored-by: Chris N <[email protected]>
Co-authored-by: Chris N <[email protected]>
Co-authored-by: Chris N <[email protected]>
EDIT: |
Oh, thank you. I have resolved the issue.
…On Sun, Oct 23, 2022 at 4:56 PM Jorin Vermeulen ***@***.***> wrote:
Same issue here, building works fine locally.
Failed build:
https://github.com/Shoutz0r/frontend/actions/runs/3308523917/jobs/5460967584
Dockerfile:
https://github.com/Shoutz0r/frontend/blob/4d2d50968d0a222f512f4c16660547c7f6df0b78/Dockerfile
—
Reply to this email directly, view it on GitHub
<#558 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSVXERW3USIQK6RRH3CE2LWEWRBLANCNFSM5N2TSRZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Closing this issue as many comments are not related to the initial report. @nmattia If you still encounter this issue, can you provide another repro with also BuildKit logs? Thanks. |
@crazy-max will do thanks! |
I set the https://github.com/frank-pian/OCCT/blob/occ-api/.github/workflows/build.yml
|
Co-authored-by: Chris N <[email protected]>
Co-authored-by: Chris N <[email protected]>
Co-authored-by: Chris N <[email protected]>
Co-authored-by: Chris N <[email protected]>
I just got this error tonight. If anyone stumbles across this in the future, adding |
We are getting this error --- happens every once in a while in our GH Actions for whatever reason:
We have not been able to solve it and our builds are stalled. |
Same here. https://github.com/theAkito/docker-murmur/actions/runs/5627573725/job/15250407075#step:7:6824 What's the actual reason behind this issue? |
This does not look related, can you open a new issue please? |
Behaviour
Got an error while computing the cache key:
This was transient and I'm not sure how to reproduce it. Here is the GitHub actions run: https://github.com/dfinity/internet-identity/runs/5110353933?check_suite_focus=true
I reckon that might be a
buildx
issue more than abuild-push-action
issue; happy to migrate the ticket if you confirm.The text was updated successfully, but these errors were encountered: