Replies: 2 comments
-
No, but if you have a reproducer you can post it and we can take a look what condition causes it. This can happen when buildkit runs two steps in parallel but then realizes after some event that one of them is not needed anymore because of a cache match further ahead. Then it cancels the other step. Normally we have protections for detecting such cases so you wouldn't see this often. We have been seeing some new reports of this after introducing mergeop so maybe you are using it as well? But nobody has provided a reproducer afaik. |
Beta Was this translation helpful? Give feedback.
-
Thanks you for those hints and information! I'll see if I could find a repro. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to build images for two platforms: linux/amd64 and linux/arm64
Now when I run
docker buildx build
sometimes I get CANCELED for one of those platforms, sometimes for the other:Should I'll be worried about this?
Beta Was this translation helpful? Give feedback.
All reactions