-
Notifications
You must be signed in to change notification settings - Fork 560
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
Failure due to data exceeding the limit of 491994 byte #1257
Comments
@erez-levi Thanks! Do you have a summary generated for this build?: https://docs.docker.com/build/ci/github-actions/build-summary/ If so can you attach the |
@crazy-max Hi, I attached all of the files from this as attachments |
Ok so no |
those files are exported from the .dockerbuild after I went over them to make sure I am not exposing anything private from my org, so those are the contents of the .dockerbuild as you requested |
@erez-levi For "Workflow logs" can you show the full logs of And
As well. |
Builder info
buildx-version:
docker info:
lmk if I missed any info |
Looking at builder info, I guess you're using https://github.com/docker/setup-buildx-action in your workflow. Can you add -
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: latest
Looking at the os in docker info, I guess you're on a self-hosted runner? Can you show the full YAML workflow please? |
|
its a self hosted runner indeed, we use arc for that |
Same here, we are using ARC and we're hitting this issue too. |
Using hosted runners and got the same issue |
@tri-bao Do you have a link to your repo please? |
@crazy-max We can't share the link. It's a private repo of an org |
Error from our public repo: https://github.com/smartcontractkit/chainlink/actions/runs/11823026225/job/32941422115
|
This has been fixed in moby/buildkit#5530, will be available in next patch release of BuildKit. |
Should be fixed with latest BuildKit stable (0.17.2) |
Thanks @crazy-max To use this version on Github action, do we need to await for the new version of |
Yes latest image has been updated so no changes required in the setup-buildx-action step. You can look at |
Contributing guidelines
I've found a bug, and:
Description
Starting to encounter this issue when running the action:
Error: buildx failed with: ERROR: failed to solve: Internal: rpc error: code = Internal desc = received 4294967293-bytes data exceeding the limit 491994 bytes
It started after I added the load: true parameter to my action but I didn't manage to reproduce it to know if that is indeed what triggered it, when it fails a rerun is always successful afterwards which isn't expected.
Expected behaviour
Build should run smoothly without this error
Actual behaviour
Getting this error in the beginning of the docker build:
Error: buildx failed with: ERROR: failed to solve: Internal: rpc error: code = Internal desc = received 4294967293-bytes data exceeding the limit 491994 bytes
When rerunning it the build is successful
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
BuildKit logs
Additional info
buildkit-4.txt
buildkit-3.txt
buildkit-5.txt
buildkit-2txt.txt
buildkit-1.txt
The text was updated successfully, but these errors were encountered: