Created
April 13, 2021 23:04
-
-
Save doherty100/ad20d50bfad77df79018c01bd69eed35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021/04/13 22:57:34 [INFO] Terraform version: 0.14.10 | |
2021/04/13 22:57:34 [INFO] Go runtime version: go1.15.6 | |
2021/04/13 22:57:34 [INFO] CLI args: []string{"/usr/local/terraform/terraform", "apply", "--auto-approve"} | |
2021/04/13 22:57:34 [DEBUG] Attempting to open CLI config file: /home/roger/.terraformrc | |
2021/04/13 22:57:34 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021/04/13 22:57:34 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/04/13 22:57:34 [DEBUG] ignoring non-existing provider search directory /home/roger/.terraform.d/plugins | |
2021/04/13 22:57:34 [DEBUG] ignoring non-existing provider search directory /home/roger/.local/share/terraform/plugins | |
2021/04/13 22:57:34 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins | |
2021/04/13 22:57:34 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins | |
2021/04/13 22:57:34 [INFO] CLI command args: []string{"apply", "--auto-approve"} | |
2021/04/13 22:57:34 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2021/04/13 22:57:34 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2021/04/13 22:57:34 [DEBUG] New state was assigned lineage "53f20726-f865-09b4-871b-b6e7b83930ec" | |
2021/04/13 22:57:34 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2021/04/13 22:57:34 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2021/04/13 22:57:34 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers | |
2021/04/13 22:57:34 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers | |
2021/04/13 22:57:34 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/azurerm v2.55.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64 | |
2021/04/13 22:57:34 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/random v3.1.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64 | |
2021/04/13 22:57:34 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/random 3.1.0 | |
2021/04/13 22:57:34 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/azurerm 2.55.0 | |
2021/04/13 22:57:37 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers | |
2021/04/13 22:57:37 [DEBUG] checking for provisioner in "." | |
2021/04/13 22:57:37 [DEBUG] checking for provisioner in "/usr/local/terraform" | |
2021/04/13 22:57:37 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory | |
2021/04/13 22:57:37 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2021/04/13 22:57:37 [INFO] backend/local: starting Apply operation | |
2021/04/13 22:57:37 [TRACE] backend/local: requesting state manager for workspace "default" | |
2021/04/13 22:57:37 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2021/04/13 22:57:37 [TRACE] backend/local: requesting state lock for workspace "default" | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2021/04/13 22:57:37 [TRACE] backend/local: reading remote state for workspace "default" | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay | |
2021/04/13 22:57:37 [TRACE] statemgr.Filesystem: read nil snapshot | |
2021/04/13 22:57:37 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2021/04/13 22:57:37 [TRACE] backend/local: building context for current working directory | |
2021/04/13 22:57:37 [TRACE] terraform.NewContext: starting | |
2021/04/13 22:57:37 [TRACE] terraform.NewContext: loading provider schemas | |
2021/04/13 22:57:37 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azurerm" | |
2021-04-13T22:57:37.713Z [INFO] plugin: configuring client automatic mTLS | |
2021-04-13T22:57:37.744Z [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64/terraform-provider-azurerm_v2.55.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64/terraform-provider-azurerm_v2.55.0_x5] | |
2021-04-13T22:57:37.765Z [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64/terraform-provider-azurerm_v2.55.0_x5 pid=1073 | |
2021-04-13T22:57:37.765Z [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64/terraform-provider-azurerm_v2.55.0_x5 | |
2021/04/13 22:57:37 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/random" | |
2021-04-13T22:57:37.768Z [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.55.0/linux_amd64/terraform-provider-azurerm_v2.55.0_x5 pid=1073 error="signal: segmentation fault" | |
2021-04-13T22:57:37.779Z [INFO] plugin: configuring client automatic mTLS | |
2021-04-13T22:57:37.810Z [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5] | |
2021-04-13T22:57:37.848Z [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=1074 | |
2021-04-13T22:57:37.848Z [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 | |
2021-04-13T22:57:38.393Z [INFO] plugin.terraform-provider-random_v3.1.0_x5: configuring server automatic mTLS: timestamp=2021-04-13T22:57:38.393Z | |
2021-04-13T22:57:38.434Z [DEBUG] plugin.terraform-provider-random_v3.1.0_x5: plugin address: address=/tmp/plugin421673178 network=unix timestamp=2021-04-13T22:57:38.434Z | |
2021-04-13T22:57:38.434Z [DEBUG] plugin: using plugin: version=5 | |
2021/04/13 22:57:38 [TRACE] GRPCProvider: GetSchema | |
2021-04-13T22:57:38.491Z [TRACE] plugin.stdio: waiting for stdio data | |
2021/04/13 22:57:38 [TRACE] GRPCProvider: Close | |
2021-04-13T22:57:38.497Z [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2021-04-13T22:57:38.502Z [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.0/linux_amd64/terraform-provider-random_v3.1.0_x5 pid=1074 | |
2021-04-13T22:57:38.502Z [DEBUG] plugin: plugin exited | |
2021/04/13 22:57:38 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info | |
2021/04/13 22:57:38 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock | |
2021-04-13T22:57:38.520Z [WARN] plugin: plugin failed to exit gracefully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment