You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a bug that the documentation does not mention anything about my problem
I have found a bug that there are no open or closed issues that are related to my problem
I have provided version/information about my environment and done my best to provide a reproducer
Description of bug
Bug description
Hello, we are using docker build in our Azure Devops pipeline. We recently started to see a lot "error: failed to solve: DeadlineExceeded: context deadline exceeded" at the very end of the docker build process. Not every time it fails, but intermittent.
I have checked this issue #4327. The title is similar but it seems that we hit a different problem.
Sorry for the vague issue, it looks to me that the main docker build process is done, and the error happened during "unpacking"? I could not reproduce this on my local machine so I am guessing it might be hardware related but I would like to get some idea what error could happen at this stage and what can be the cause?
Thanks in advance.
The Error Message:
#16 exporting to image
#16 exporting layers
#16 exporting layers 196.1s done
#16 exporting manifest sha256:fb9dc3cf390b85bc6e61087220867593d4f72ac34ccc71a9a28d803412848629 0.0s done
#16 exporting config sha256:110dd9bc89e59618f0fde0befabbd7844192ff9aa707f4f98d643d6a7632d66c 0.0s done
#16 naming to ***/imagemultiseverity-cuda-standard_nc6s_v3:20250128.5 done
#16 unpacking to ***/imagemultiseverity-cuda-standard_nc6s_v3:20250128.5
#16 unpacking to ***/imagemultiseverity-cuda-standard_nc6s_v3:20250128.5 40.8s done
#16 DONE 237.0s
error: failed to solve: DeadlineExceeded: context deadline exceeded
Please post the error with --debug . Should have stacktraces then.
unpacking to
What's the setup you are using. Unpacking in here should mean extracting to containerd image store. Although from progress, it seems that unpacking/exporting phase finished successfully.
Hello @tonistiigi thanks for replying. I am using an Azure Devops build task and it seems that that specific task does not provide debug flag, I am checking with the support engineer team to see if they can add the flag. will update this thread once I get the output.
Hello @tonistiigi We have an interesting problem with the --debug flag. The docker cmd in the pipeline returns (The cmd has a lot labels, to make it easy to read, I removed them)
I see another issue mentioned that --debug must be after docker and before build docker/docs#20540 but I ran the docker command locally, it seems that I can put --debug anywhere in the docker build command.
The docker version in the pipeline and my local machine are the same: 24.0.9. Any idea why the debug flag is not recognized?
Contributing guidelines and issue reporting guide
Well-formed report checklist
Description of bug
Bug description
Hello, we are using docker build in our Azure Devops pipeline. We recently started to see a lot "error: failed to solve: DeadlineExceeded: context deadline exceeded" at the very end of the docker build process. Not every time it fails, but intermittent.
I have checked this issue #4327. The title is similar but it seems that we hit a different problem.
Sorry for the vague issue, it looks to me that the main docker build process is done, and the error happened during "unpacking"? I could not reproduce this on my local machine so I am guessing it might be hardware related but I would like to get some idea what error could happen at this stage and what can be the cause?
Thanks in advance.
The Error Message:
And this successful run took even longer time:
Our dockerfile is not complicated, attaching it here:
Reproduction
Unfortunately, I could not reproduce this on my local machine, so I guess it might be related to hardware.
Version information
The text was updated successfully, but these errors were encountered: