-
-
Notifications
You must be signed in to change notification settings - Fork 644
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 downloading dockerfile artifact #21696
Comments
Your very last line tells a whole story: |
Sorry for the trouble. A few questions:
|
Sorry for the late reply, had a lot of fires to put out the past two weeks.
|
@StealthBadger747 hopefully my highlighting of |
Describe the bug
This only started happening very recently, as far as I know not much has changed in our build environment and the build process has stayed pretty much the same. But basically it seems like it is unable to download the
dockerfile
dependency for some reason. I have ssh'd into the build runner and have run curl on the url and that works so it doesn't look like a connectivity issue and this has persisted over many runs over the past two days with a 100% failure rate.I have found a workaround in enabling the experimental
rust_parser
which builds the dockerfile properly.Pants version
Which version of Pants are you using?
I have tried 2.21.0 / 2.22.1 and 2.23.0
The logs are the same for all versions.
OS
Are you encountering the bug on MacOS, Linux, or both?
Only on linux in a self hosted GHA runner (runs-on)
Additional info
Add any other information about the problem here, such as attachments or links to gists, if relevant.
The text was updated successfully, but these errors were encountered: