Skip to content

Instantly share code, notes, and snippets.

@NasAmin
Created March 19, 2019 17:03
Show Gist options
  • Save NasAmin/e87226dc1ebefe1f9960b48708b36450 to your computer and use it in GitHub Desktop.
Save NasAmin/e87226dc1ebefe1f9960b48708b36450 to your computer and use it in GitHub Desktop.
Gist for Terraform
019-03-19T17:01:11.072Z [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/03/19 17:01:11 [WARN] retryable error: unknown error Post http://10.249.198.227:5985/wsman: dial tcp 10.249.198.227:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-03-19T17:01:11.072Z [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/03/19 17:01:11 [INFO] sleeping for 20s
2019/03/19 17:01:13 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)", waiting for: "module.base.vsphere_virtual_machine.vm"
2019/03/19 17:01:13 [TRACE] dag/walk: vertex "provisioner.local-exec (close)", waiting for: "module.base.vsphere_virtual_machine.vm"
2019/03/19 17:01:13 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2019/03/19 17:01:13 [TRACE] dag/walk: vertex "provider.vsphere (close)", waiting for: "module.base.vsphere_virtual_machine.vm"
2019/03/19 17:01:13 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "module.base.vsphere_virtual_machine.vm"
2019/03/19 17:01:31 [ERROR] root.base: eval: *terraform.EvalApplyProvisioners, err: timeout - last error: unknown error Post http://10.249.198.227:5985/wsman: dial tcp 10.249.198.227:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019/03/19 17:01:31 [ERROR] root.base: eval: *terraform.EvalSequence, err: timeout - last error: unknown error Post http://10.249.198.227:5985/wsman: dial tcp 10.249.198.227:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019/03/19 17:01:31 [TRACE] [walkApply] Exiting eval tree: module.base.vsphere_virtual_machine.vm
2019/03/19 17:01:31 [TRACE] dag/walk: upstream errored, not walking "provisioner.local-exec (close)"
2019/03/19 17:01:31 [TRACE] dag/walk: upstream errored, not walking "provider.vsphere (close)"
2019/03/19 17:01:31 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2019/03/19 17:01:31 [TRACE] dag/walk: upstream errored, not walking "provisioner.remote-exec (close)"
2019/03/19 17:01:31 [TRACE] dag/walk: upstream errored, not walking "root"
2019/03/19 17:01:31 [TRACE] Preserving existing state lineage "307f7ec4-2ef8-b208-d291-d7bb7990bf36"
2019/03/19 17:01:31 [TRACE] Preserving existing state lineage "307f7ec4-2ef8-b208-d291-d7bb7990bf36"
2019/03/19 17:01:31 [TRACE] Preserving existing state lineage "307f7ec4-2ef8-b208-d291-d7bb7990bf36"
2019/03/19 17:01:31 [TRACE] Preserving existing state lineage "307f7ec4-2ef8-b208-d291-d7bb7990bf36"
2019/03/19 17:01:31 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-03-19T17:01:31.430Z [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/03/19 17:01:31 [ERR] plugin: plugin server: accept tcp 127.0.0.1:10002: use of closed network connection
2019-03-19T17:01:31.430Z [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/03/19 17:01:31 [DEBUG] plugin: waiting for all plugin processes to complete...
E2019-03-19T17:01:31.430Z [DEBUG] plugin.terraform.exe: local-exec-provisioner (internal) 2019/03/19 17:01:31 [ERR] plugin: plugin server: accept tcp 127.0.0.1:10001: use of closed network connection
r2019-03-19T17:01:31.430Z [DEBUG] plugin.terraform.exe: local-exec-provisioner (internal) 2019/03/19 17:01:31 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-03-19T17:01:31.430Z [DEBUG] plugin.terraform-provider-vsphere_v1.10.0_x4.exe: 2019/03/19 17:01:31 [ERR] plugin: plugin server: accept tcp 127.0.0.1:10000: use of closed network connection
ror:2019/03/19 17:01:31 [ERR] yamux: Failed to read stream data: read tcp 127.0.0.1:60108->127.0.0.1:10001: wsarecv: An existing connection was forcibly closed by the remote host.
2019/03/19 17:01:31 [ERR] yamux: Failed to write header: write tcp 127.0.0.1:60108->127.0.0.1:10001: use of closed network connection
2019-03-19T17:01:31.453Z [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2019-03-19T17:01:31.460Z [DEBUG] plugin: plugin process exited: path=D:\CIwork\configuration-as-code\ciinfrastructurescripts\build-slaves\terraform\Dev\.terraform\plugins\windows_amd64\terraform-provider-vsphere_v1.10.0_x4.exe
2019-03-19T17:01:31.465Z [DEBUG] plugin: plugin process exited: path="C:\Program Files\terraform\terraform.exe"
E2019-03-19T17:01:31.467Z [DEBUG] plugin: plugin process exited: path="C:\Program Files\terraform\terraform.exe"
rror applying plan:
1 error(s) occurred:
* module.base.vsphere_virtual_machine.vm: timeout - last error: unknown error Post http://10.249.198.227:5985/wsman: dial tcp 10.249.198.227:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment