-
-
Notifications
You must be signed in to change notification settings - Fork 981
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
423 Locked error since version 0.67.5 #3430
Comments
Hi @Duvieusam, thanks for the reporting, this is known issue #3420, we are working on a fix. This error message does not affect the workflow in any way, just ignore it. |
@levkohimins The annoying side-effect is that it results in failed GitHub jobs even though, like you mentioned, there is no real failure. So, it's great to know that someone's already working on a fix :) |
This is a major issue, please fix this ASAP |
+1 |
Resolved in v0.68.0-beta2024100801 release. |
Describe the bug
Since version 0.67.5 we experience an error during init phase.
We are running terragrunt in Gitlab CI job.
Here is the output:
The job was working before version 0.67.5.
Steps To Reproduce
Here is the command line that led to the error:
Versions
Additional context
I do think that the error may comes from the way Gitlab runners handle ouput logs. This may not be detected correctly by the regular expression that tests terraform init the first time.
The text was updated successfully, but these errors were encountered: