-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
commands taking too long to respond in MacOS Mojave 10.14.6 (18G103) #23458
Comments
Hi @guillemlc, are you still seeing this behaviour? It may have been a brief issue with the route to our checkpoint endpoint that's now past, and I've been unable to duplicate it on a number of 10.14 machines or VMs. |
Yes, @pkolyvas it is still behaving the same way:
|
Hey @guillemlc I'm sorry you're still experiencing this issue. It looks like some ongoing network connectivity issues to our We don't believe this is a bug. You can speed up your runs by disabling Checkpoint either within a config or by setting an environment variable: If you'd like to continue discussing this, I'd invite you to join us at our community forums. |
FYI, OK, I will follow up in the community forum. I guess that you are implying that I have some configuration issue on my side. While that may be the case, Terraform command is failing to come back on a reasonable time with the error, nevertheless. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
I would expect Terraform to either succeed and fail immediately. More than 3 seconds for command is unacceptable.
Actual Behavior
So, as you can see, commands seems to be failing because of this:
Checkpoint error: Get https://checkpoint-api.hashicorp.com/v1/check/terraform?arch=amd64&os=darwin&signature=fcc0431b-ff6a-ab58-73e3-c9ed18233eb0&version=0.12.16: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
I try to curl, and it works fine:
time terraform foo
2019/11/21 19:38:15 [INFO] Terraform version: 0.12.16
2019/11/21 19:38:15 [INFO] Go runtime version: go1.12.13
2019/11/21 19:38:15 [INFO] CLI args: []string{"/usr/local/bin/terraform", "foo"}
2019/11/21 19:38:15 [DEBUG] Attempting to open CLI config file: /Users/gliartecano/.terraformrc
2019/11/21 19:38:15 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/11/21 19:38:15 [INFO] CLI command args: []string{"foo"}
Usage: terraform [-version] [-help] [args]
The available commands for execution are listed below.
The most common, useful commands are shown first, followed by
less common or more advanced commands. If you're just getting
started with Terraform, stick with the common commands. For the
other commands, please read the help and docs before usage.
...
real 0m31.981s
user 0m0.062s
sys 0m0.075s
The text was updated successfully, but these errors were encountered: