Skip to content

Instantly share code, notes, and snippets.

@solocommand
Last active November 13, 2018 16:42
Show Gist options
  • Save solocommand/3b41715835a196da7e1ff77c37669069 to your computer and use it in GitHub Desktop.
Save solocommand/3b41715835a196da7e1ff77c37669069 to your computer and use it in GitHub Desktop.
Terraform Rancher import log
2018/11/13 10:41:21 [INFO] Terraform version: 0.11.10
2018/11/13 10:41:21 [INFO] Go runtime version: go1.11.2
2018/11/13 10:41:21 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.10/bin/terraform", "import", "rancher_stack.existing-stack-name", "1a42893/1st739"}
2018/11/13 10:41:21 [DEBUG] Attempting to open CLI config file: /Users/solocommand/.terraformrc
2018/11/13 10:41:21 Loading CLI configuration from /Users/solocommand/.terraformrc
2018/11/13 10:41:21 [INFO] CLI command args: []string{"import", "rancher_stack.existing-stack-name", "1a42893/1st739"}
2018/11/13 10:41:21 [INFO] command: empty terraform config, returning nil
2018/11/13 10:41:21 [DEBUG] command: no data state file found for backend config
2018/11/13 10:41:21 [DEBUG] New state was assigned lineage "8914ecd6-9640-c52f-5559-799c3b7d2d77"
2018/11/13 10:41:21 [INFO] command: backend initialized: <nil>
2018/11/13 10:41:21 [DEBUG] checking for provider in "."
2018/11/13 10:41:21 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.10/bin"
2018/11/13 10:41:21 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/11/13 10:41:21 [DEBUG] found provider "terraform-provider-rancher_v1.2.1_x4"
2018/11/13 10:41:21 [DEBUG] found plugin override in .terraformrc: "ct", "//Users/solocommand/go/bin/terraform-provider-ct"
2018/11/13 10:41:21 [DEBUG] found valid plugin: "rancher", "1.2.1", "/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4"
2018/11/13 10:41:21 [DEBUG] found valid plugin: "ct", "0.0.0", "//Users/solocommand/go/bin/terraform-provider-ct"
2018/11/13 10:41:21 [DEBUG] checking for provisioner in "."
2018/11/13 10:41:21 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.10/bin"
2018/11/13 10:41:21 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/11/13 10:41:21 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/11/13 10:41:21 [DEBUG] New state was assigned lineage "198611bf-acd1-8dff-1eaa-1a94d2bca1db"
2018/11/13 10:41:21 [TRACE] ConfigTransformer: Starting for path: []
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.ConfigTransformer:
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.ImportStateTransformer:
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
2018/11/13 10:41:21 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/13 10:41:21 [TRACE] Attach provider request: []string{} rancher
2018/11/13 10:41:21 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"rancher", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003d65b0)}
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
2018/11/13 10:41:21 [DEBUG] resource rancher_stack.existing-stack-name using provider provider.rancher
2018/11/13 10:41:21 [DEBUG] resource rancher_stack.existing-stack-name (import id: 1a42893/1st739) using provider provider.rancher
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.PruneProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.ParentProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.graphTransformerMulti:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.ImportProviderValidateTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.CloseProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
provider.rancher (close) - *terraform.graphNodeCloseProvider
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.RootTransformer:
provider.rancher - *terraform.NodeApplyableProvider
provider.rancher (close) - *terraform.graphNodeCloseProvider
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
provider.rancher - *terraform.NodeApplyableProvider
provider.rancher (close) - *terraform.graphNodeCloseProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:41:21 [DEBUG] Starting graph walk: walkImport
2018/11/13 10:41:21 [TRACE] dag/walk: added new vertex: "provider.rancher"
2018/11/13 10:41:21 [TRACE] dag/walk: added new vertex: "provider.rancher (close)"
2018/11/13 10:41:21 [TRACE] dag/walk: added new vertex: "rancher_stack.existing-stack-name"
2018/11/13 10:41:21 [TRACE] dag/walk: added new vertex: "rancher_stack.existing-stack-name (import id: 1a42893/1st739)"
2018/11/13 10:41:21 [TRACE] dag/walk: added edge: "rancher_stack.existing-stack-name" waiting on "provider.rancher"
2018/11/13 10:41:21 [TRACE] dag/walk: added edge: "rancher_stack.existing-stack-name (import id: 1a42893/1st739)" waiting on "provider.rancher"
2018/11/13 10:41:21 [TRACE] dag/walk: added edge: "provider.rancher (close)" waiting on "rancher_stack.existing-stack-name"
2018/11/13 10:41:21 [TRACE] dag/walk: added edge: "provider.rancher (close)" waiting on "rancher_stack.existing-stack-name (import id: 1a42893/1st739)"
2018/11/13 10:41:21 [TRACE] dag/walk: dependencies changed for "rancher_stack.existing-stack-name", sending new deps
2018/11/13 10:41:21 [TRACE] dag/walk: dependencies changed for "rancher_stack.existing-stack-name (import id: 1a42893/1st739)", sending new deps
2018/11/13 10:41:21 [TRACE] dag/walk: dependencies changed for "provider.rancher (close)", sending new deps
2018/11/13 10:41:21 [TRACE] dag/walk: walking "provider.rancher"
2018/11/13 10:41:21 [TRACE] vertex 'root.provider.rancher': walking
2018/11/13 10:41:21 [TRACE] vertex 'root.provider.rancher': evaluating
2018/11/13 10:41:21 [TRACE] [walkImport] Entering eval tree: provider.rancher
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalInitProvider
2018-11-13T10:41:21.737-0600 [DEBUG] plugin: starting plugin: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4 args=[/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4]
2018-11-13T10:41:21.739-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4
2018-11-13T10:41:21.748-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:41:21 [DEBUG] plugin: plugin address: unix /var/folders/_c/mc536pcs7njd1s09kqv2g1dm0000gn/T/plugin574658693
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalInputProvider
2018/11/13 10:41:21 [TRACE] root: eval: terraform.EvalNoop
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:41:21 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-13T10:41:22.574-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:41:22 [INFO] Rancher Client configured for url: https://rancher.mydomain.com
2018/11/13 10:41:22 [TRACE] [walkImport] Exiting eval tree: provider.rancher
2018/11/13 10:41:22 [TRACE] dag/walk: walking "rancher_stack.existing-stack-name"
2018/11/13 10:41:22 [TRACE] vertex 'root.rancher_stack.existing-stack-name': walking
2018/11/13 10:41:22 [TRACE] dag/walk: walking "rancher_stack.existing-stack-name (import id: 1a42893/1st739)"
2018/11/13 10:41:22 [TRACE] vertex 'root.rancher_stack.existing-stack-name (import id: 1a42893/1st739)': walking
2018/11/13 10:41:22 [TRACE] vertex 'root.rancher_stack.existing-stack-name (import id: 1a42893/1st739)': evaluating
2018/11/13 10:41:22 [TRACE] [walkImport] Entering eval tree: rancher_stack.existing-stack-name (import id: 1a42893/1st739)
2018/11/13 10:41:22 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:41:22 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:41:22 [TRACE] root: eval: *terraform.EvalImportState
2018/11/13 10:41:22 [TRACE] [walkImport] Exiting eval tree: rancher_stack.existing-stack-name (import id: 1a42893/1st739)
2018/11/13 10:41:22 [TRACE] vertex 'root.rancher_stack.existing-stack-name (import id: 1a42893/1st739)': expanding/walking dynamic subgraph
2018/11/13 10:41:22 [TRACE] dag/walk: added new vertex: "import rancher_stack.existing-stack-name result: 1st739"
2018/11/13 10:41:22 [TRACE] dag/walk: walking "import rancher_stack.existing-stack-name result: 1st739"
2018/11/13 10:41:22 [TRACE] vertex 'root.import rancher_stack.existing-stack-name result: 1st739': walking
2018/11/13 10:41:22 [TRACE] vertex 'root.import rancher_stack.existing-stack-name result: 1st739': evaluating
2018/11/13 10:41:22 [TRACE] [walkImport] Entering eval tree: import rancher_stack.existing-stack-name result: 1st739
2018/11/13 10:41:22 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:41:22 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:41:22 [TRACE] root: eval: *terraform.EvalRefresh
2018-11-13T10:41:22.576-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:41:22 [INFO] Refreshing Stack: 1st739
2018-11-13T10:41:23.025-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:41:23 [INFO] Rancher Client configured for url: https://rancher.mydomain.com/v2-beta
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: panic: runtime error: invalid memory address or nil pointer dereference
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x165fcd4]
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4:
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: goroutine 114 [running]:
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/rancher.(*Config).EnvironmentClient(0xc420131320, 0xc4204422f0, 0x7, 0x170f0c0, 0xc420246aa0, 0x17a9740)
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/rancher/config.go:45 +0x94
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/rancher.resourceRancherStackRead(0xc4202ced90, 0x17b04c0, 0xc420131320, 0x0, 0x1d74de0)
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/rancher/resource_rancher_stack.go:132 +0x16f
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc420266720, 0xc42012e410, 0x17b04c0, 0xc420131320, 0xc4202d6658, 0xc420131501, 0x80000000018)
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:321 +0x199
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc4202ce770, 0xc42012e3c0, 0xc42012e410, 0x1f436c8, 0x0, 0x18)
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:284 +0x9a
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc4201484a0, 0xc420246170, 0xc420246570, 0x0, 0x0)
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:510 +0x4e
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: reflect.Value.call(0xc4202a6c00, 0xc4201341a0, 0x13, 0x187c3df, 0x4, 0xc4202a0f20, 0x3, 0x3, 0x0, 0x0, ...)
2018-11-13T10:41:23.100-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-11-13T10:41:23.101-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: reflect.Value.Call(0xc4202a6c00, 0xc4201341a0, 0x13, 0xc4202b5f20, 0x3, 0x3, 0x0, 0x0, 0x0)
2018-11-13T10:41:23.101-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-11-13T10:41:23.101-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: net/rpc.(*service).call(0xc42013c500, 0xc42012e140, 0xc42013a230, 0xc42013e600, 0xc420138b00, 0x16e3480, 0xc420246170, 0x16, 0x16e34c0, 0xc420246570, ...)
2018-11-13T10:41:23.101-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-11-13T10:41:23.101-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: created by net/rpc.(*Server).ServeCodec
2018-11-13T10:41:23.101-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/11/13 10:41:23 [ERROR] root: eval: *terraform.EvalRefresh, err: rancher_stack.existing-stack-name: unexpected EOF
2018/11/13 10:41:23 [ERROR] root: eval: *terraform.EvalSequence, err: rancher_stack.existing-stack-name: unexpected EOF
2018/11/13 10:41:23 [TRACE] [walkImport] Exiting eval tree: import rancher_stack.existing-stack-name result: 1st739
2018/11/13 10:41:23 [TRACE] dag/walk: upstream errored, not walking "provider.rancher (close)"
2018-11-13T10:41:23.104-0600 [DEBUG] plugin: plugin process exited: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4
2018/11/13 10:41:23 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-11-13T10:41:23.105-0600 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
$ TF_LOG=trace terraform import rancher_stack.existing-stack-name 1a42893/1st739
2018/11/13 10:37:36 [INFO] Terraform version: 0.11.10
2018/11/13 10:37:36 [INFO] Go runtime version: go1.11.2
2018/11/13 10:37:36 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.10/bin/terraform", "import", "rancher_stack.existing-stack-name", "1a42893/1st739"}
2018/11/13 10:37:36 [DEBUG] Attempting to open CLI config file: /Users/solocommand/.terraformrc
2018/11/13 10:37:36 Loading CLI configuration from /Users/solocommand/.terraformrc
2018/11/13 10:37:36 [INFO] CLI command args: []string{"import", "rancher_stack.existing-stack-name", "1a42893/1st739"}
2018/11/13 10:37:36 [INFO] command: empty terraform config, returning nil
2018/11/13 10:37:36 [DEBUG] command: no data state file found for backend config
2018/11/13 10:37:36 [DEBUG] New state was assigned lineage "f8cc05ab-6a80-6edb-5db8-aca804471d35"
2018/11/13 10:37:36 [INFO] command: backend initialized: <nil>
2018/11/13 10:37:36 [DEBUG] checking for provider in "."
2018/11/13 10:37:36 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.10/bin"
2018/11/13 10:37:36 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/11/13 10:37:36 [DEBUG] found provider "terraform-provider-rancher_v1.2.1_x4"
2018/11/13 10:37:36 [DEBUG] found plugin override in .terraformrc: "ct", "//Users/solocommand/go/bin/terraform-provider-ct"
2018/11/13 10:37:36 [DEBUG] found valid plugin: "ct", "0.0.0", "//Users/solocommand/go/bin/terraform-provider-ct"
2018/11/13 10:37:36 [DEBUG] found valid plugin: "rancher", "1.2.1", "/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4"
2018/11/13 10:37:36 [DEBUG] checking for provisioner in "."
2018/11/13 10:37:36 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.10/bin"
2018/11/13 10:37:36 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/11/13 10:37:36 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/11/13 10:37:36 [DEBUG] New state was assigned lineage "d40124d3-8eb8-575d-c0a2-0819864ca718"
2018/11/13 10:37:36 [TRACE] ConfigTransformer: Starting for path: []
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.ConfigTransformer:
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.ImportStateTransformer:
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
2018/11/13 10:37:36 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/13 10:37:36 [TRACE] Attach provider request: []string{} rancher
2018/11/13 10:37:36 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"rancher", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00041e070)}
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
2018/11/13 10:37:36 [DEBUG] resource rancher_stack.existing-stack-name using provider provider.rancher
2018/11/13 10:37:36 [DEBUG] resource rancher_stack.existing-stack-name (import id: 1a42893/1st739) using provider provider.rancher
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.PruneProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.ParentProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.graphTransformerMulti:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.ImportProviderValidateTransformer:
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.CloseProviderTransformer:
provider.rancher - *terraform.NodeApplyableProvider
provider.rancher (close) - *terraform.graphNodeCloseProvider
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.RootTransformer:
provider.rancher - *terraform.NodeApplyableProvider
provider.rancher (close) - *terraform.graphNodeCloseProvider
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
provider.rancher - *terraform.NodeApplyableProvider
provider.rancher (close) - *terraform.graphNodeCloseProvider
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
rancher_stack.existing-stack-name - *terraform.NodeAbstractResource
provider.rancher - *terraform.NodeApplyableProvider
rancher_stack.existing-stack-name (import id: 1a42893/1st739) - *terraform.graphNodeImportState
provider.rancher - *terraform.NodeApplyableProvider
2018/11/13 10:37:36 [DEBUG] Starting graph walk: walkImport
2018/11/13 10:37:36 [TRACE] dag/walk: added new vertex: "rancher_stack.existing-stack-name (import id: 1a42893/1st739)"
2018/11/13 10:37:36 [TRACE] dag/walk: added new vertex: "provider.rancher"
2018/11/13 10:37:36 [TRACE] dag/walk: added new vertex: "provider.rancher (close)"
2018/11/13 10:37:36 [TRACE] dag/walk: added new vertex: "rancher_stack.existing-stack-name"
2018/11/13 10:37:36 [TRACE] dag/walk: added edge: "rancher_stack.existing-stack-name (import id: 1a42893/1st739)" waiting on "provider.rancher"
2018/11/13 10:37:36 [TRACE] dag/walk: added edge: "provider.rancher (close)" waiting on "rancher_stack.existing-stack-name (import id: 1a42893/1st739)"
2018/11/13 10:37:36 [TRACE] dag/walk: added edge: "provider.rancher (close)" waiting on "rancher_stack.existing-stack-name"
2018/11/13 10:37:36 [TRACE] dag/walk: added edge: "rancher_stack.existing-stack-name" waiting on "provider.rancher"
2018/11/13 10:37:36 [TRACE] dag/walk: dependencies changed for "rancher_stack.existing-stack-name (import id: 1a42893/1st739)", sending new deps
2018/11/13 10:37:36 [TRACE] dag/walk: dependencies changed for "provider.rancher (close)", sending new deps
2018/11/13 10:37:36 [TRACE] dag/walk: dependencies changed for "rancher_stack.existing-stack-name", sending new deps
2018/11/13 10:37:36 [TRACE] dag/walk: walking "provider.rancher"
2018/11/13 10:37:36 [TRACE] vertex 'root.provider.rancher': walking
2018/11/13 10:37:36 [TRACE] vertex 'root.provider.rancher': evaluating
2018/11/13 10:37:36 [TRACE] [walkImport] Entering eval tree: provider.rancher
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalInitProvider
2018-11-13T10:37:36.265-0600 [DEBUG] plugin: starting plugin: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4 args=[/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4]
2018-11-13T10:37:36.269-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4
2018-11-13T10:37:36.278-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:37:36 [DEBUG] plugin: plugin address: unix /var/folders/_c/mc536pcs7njd1s09kqv2g1dm0000gn/T/plugin696129033
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalInputProvider
2018/11/13 10:37:36 [TRACE] root: eval: terraform.EvalNoop
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:37:36 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-13T10:37:37.003-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:37:37 [INFO] Rancher Client configured for url: https://rancher.mydomain.com
2018/11/13 10:37:37 [TRACE] [walkImport] Exiting eval tree: provider.rancher
2018/11/13 10:37:37 [TRACE] dag/walk: walking "rancher_stack.existing-stack-name"
2018/11/13 10:37:37 [TRACE] vertex 'root.rancher_stack.existing-stack-name': walking
2018/11/13 10:37:37 [TRACE] dag/walk: walking "rancher_stack.existing-stack-name (import id: 1a42893/1st739)"
2018/11/13 10:37:37 [TRACE] vertex 'root.rancher_stack.existing-stack-name (import id: 1a42893/1st739)': walking
2018/11/13 10:37:37 [TRACE] vertex 'root.rancher_stack.existing-stack-name (import id: 1a42893/1st739)': evaluating
2018/11/13 10:37:37 [TRACE] [walkImport] Entering eval tree: rancher_stack.existing-stack-name (import id: 1a42893/1st739)
2018/11/13 10:37:37 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:37:37 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:37:37 [TRACE] root: eval: *terraform.EvalImportState
rancher_stack.existing-stack-name: Importing from ID "1a42893/1st739"...
2018/11/13 10:37:37 [TRACE] [walkImport] Exiting eval tree: rancher_stack.existing-stack-name (import id: 1a42893/1st739)
2018/11/13 10:37:37 [TRACE] vertex 'root.rancher_stack.existing-stack-name (import id: 1a42893/1st739)': expanding/walking dynamic subgraph
rancher_stack.existing-stack-name: Import complete!
2018/11/13 10:37:37 [TRACE] dag/walk: added new vertex: "import rancher_stack.existing-stack-name result: 1st739"
2018/11/13 10:37:37 [TRACE] dag/walk: walking "import rancher_stack.existing-stack-name result: 1st739"
2018/11/13 10:37:37 [TRACE] vertex 'root.import rancher_stack.existing-stack-name result: 1st739': walking
2018/11/13 10:37:37 [TRACE] vertex 'root.import rancher_stack.existing-stack-name result: 1st739': evaluating
2018/11/13 10:37:37 [TRACE] [walkImport] Entering eval tree: import rancher_stack.existing-stack-name result: 1st739
2018/11/13 10:37:37 [TRACE] root: eval: *terraform.EvalSequence
2018/11/13 10:37:37 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/13 10:37:37 [TRACE] root: eval: *terraform.EvalRefresh
2018-11-13T10:37:37.005-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:37:37 [INFO] Refreshing Stack: 1st739
Imported rancher_stack (ID: 1st739)
rancher_stack.existing-stack-name: Refreshing state... (ID: 1st739)
2018-11-13T10:37:37.422-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: 2018/11/13 10:37:37 [INFO] Rancher Client configured for url: https://rancher.mydomain.com/v2-beta
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4:
Error: rancher_stack.existing-stack-name (import id: 1a42893/1st739): 1 error(s) occurred:
* import rancher_stack.existing-stack-name result: 1st739: rancher_stack.existing-stack-name: unexpected EOF
panic: runtime error: invalid memory address or nil pointer dereference
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x165fcd4]
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4:
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: goroutine 14 [running]:
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/rancher.(*Config).EnvironmentClient(0xc4202bdbc0, 0xc4204840e6, 0x7, 0x170f0c0, 0xc4203e45a0, 0x17a9740)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/rancher/config.go:45 +0x94
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/rancher.resourceRancherStackRead(0xc4205a2230, 0x17b04c0, 0xc4202bdbc0, 0x0, 0x1d74de0)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/rancher/resource_rancher_stack.go:132 +0x16f
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc4202ac600, 0xc4201242d0, 0x17b04c0, 0xc4202bdbc0, 0xc4202ea588, 0xc420488101, 0x80000000018)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:321 +0x199
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc4202da770, 0xc420124280, 0xc4201242d0, 0x1f43000, 0x0, 0x18)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:284 +0x9a
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc4202ae560, 0xc4203e4010, 0xc4203e42a0, 0x0, 0x0)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:510 +0x4e
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: reflect.Value.call(0xc4202ad140, 0xc4202c03e0, 0x13, 0x187c3df, 0x4, 0xc4202a4f20, 0x3, 0x3, 0x0, 0x2, ...)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: reflect.Value.Call(0xc4202ad140, 0xc4202c03e0, 0x13, 0xc4202bb720, 0x3, 0x3, 0xc4202c0d48, 0x0, 0x0)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: net/rpc.(*service).call(0xc4202aa900, 0xc4202be140, 0xc4202d43c0, 0xc4202dc580, 0xc4202af100, 0x16e3480, 0xc4203e4010, 0x16, 0x16e34c0, 0xc4203e42a0, ...)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: created by net/rpc.(*Server).ServeCodec
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/11/13 10:37:37 [ERROR] root: eval: *terraform.EvalRefresh, err: rancher_stack.existing-stack-name: unexpected EOF
2018/11/13 10:37:37 [ERROR] root: eval: *terraform.EvalSequence, err: rancher_stack.existing-stack-name: unexpected EOF
2018/11/13 10:37:37 [TRACE] [walkImport] Exiting eval tree: import rancher_stack.existing-stack-name result: 1st739
2018/11/13 10:37:37 [TRACE] dag/walk: upstream errored, not walking "provider.rancher (close)"
2018-11-13T10:37:37.499-0600 [DEBUG] plugin: plugin process exited: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4
2018/11/13 10:37:37 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-11-13T10:37:37.499-0600 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
panic: runtime error: invalid memory address or nil pointer dereference
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x165fcd4]
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4:
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: goroutine 14 [running]:
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/rancher.(*Config).EnvironmentClient(0xc4202bdbc0, 0xc4204840e6, 0x7, 0x170f0c0, 0xc4203e45a0, 0x17a9740)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/rancher/config.go:45 +0x94
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/rancher.resourceRancherStackRead(0xc4205a2230, 0x17b04c0, 0xc4202bdbc0, 0x0, 0x1d74de0)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/rancher/resource_rancher_stack.go:132 +0x16f
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc4202ac600, 0xc4201242d0, 0x17b04c0, 0xc4202bdbc0, 0xc4202ea588, 0xc420488101, 0x80000000018)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:321 +0x199
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc4202da770, 0xc420124280, 0xc4201242d0, 0x1f43000, 0x0, 0x18)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:284 +0x9a
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc4202ae560, 0xc4203e4010, 0xc4203e42a0, 0x0, 0x0)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-rancher/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:510 +0x4e
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: reflect.Value.call(0xc4202ad140, 0xc4202c03e0, 0x13, 0x187c3df, 0x4, 0xc4202a4f20, 0x3, 0x3, 0x0, 0x2, ...)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: reflect.Value.Call(0xc4202ad140, 0xc4202c03e0, 0x13, 0xc4202bb720, 0x3, 0x3, 0xc4202c0d48, 0x0, 0x0)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: net/rpc.(*service).call(0xc4202aa900, 0xc4202be140, 0xc4202d43c0, 0xc4202dc580, 0xc4202af100, 0x16e3480, 0xc4203e4010, 0x16, 0x16e34c0, 0xc4203e42a0, ...)
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: created by net/rpc.(*Server).ServeCodec
2018-11-13T10:37:37.495-0600 [DEBUG] plugin.terraform-provider-rancher_v1.2.1_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/11/13 10:37:37 [ERROR] root: eval: *terraform.EvalRefresh, err: rancher_stack.existing-stack-name: unexpected EOF
2018/11/13 10:37:37 [ERROR] root: eval: *terraform.EvalSequence, err: rancher_stack.existing-stack-name: unexpected EOF
2018/11/13 10:37:37 [TRACE] [walkImport] Exiting eval tree: import rancher_stack.existing-stack-name result: 1st739
2018/11/13 10:37:37 [TRACE] dag/walk: upstream errored, not walking "provider.rancher (close)"
2018-11-13T10:37:37.499-0600 [DEBUG] plugin: plugin process exited: path=/Users/solocommand/Documents/Source/native-x/provisioning/rancher/.terraform/plugins/darwin_amd64/terraform-provider-rancher_v1.2.1_x4
2018/11/13 10:37:37 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-11-13T10:37:37.499-0600 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Terraform[1] so that we can fix this.
When reporting bugs, please include your terraform version. That
information is available on the first line of crash.log. You can also
get it by running 'terraform --version' on the command line.
[1]: https://github.com/hashicorp/terraform/issues
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment