Created
June 6, 2017 21:10
-
-
Save snick/1af3abe993a60639a302c5e1f8331a70 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ terraform apply | |
digitalocean_droplet.yyy: Refreshing state... (ID: xxx) | |
digitalocean_droplet.xxx: Refreshing state... (ID: xxx) | |
digitalocean_domain.xxx: Refreshing state... (ID: cavaagency.com) | |
digitalocean_record.xxx_mx1: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_txt1: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_ns2: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx7: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_m: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx2: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_www: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx5: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx3: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_ns3: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx4: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx6: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_ns1: Refreshing state... (ID: xxx) | |
Error refreshing state: 1 error(s) occurred: | |
* digitalocean_record.xxx_mx6: 1 error(s) occurred: | |
* digitalocean_record.xxx_mx6: digitalocean_record.xxx_mx6: unexpected EOF | |
panic: runtime error: invalid memory address or nil pointer dereference | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2f15a67] | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: goroutine 172 [running]: | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/builtin/providers/digitalocean.resourceDigitalOceanRecordRead(0xc420688000, 0x55e3f80, 0xc4201bc160, 0x0, 0x89254c0) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/digitalocean/resource_digitalocean_record.go:127 +0x1d7 | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc420327e60, 0xc4200165f0, 0x55e3f80, 0xc4201bc160, 0xc4203d2230, 0xc420575f01, 0x0) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/resource.go:314 +0x21d | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc42027a7e0, 0xc420016500, 0xc4200165f0, 0x9d210d0, 0x0, 0x0) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/provider.go:267 +0x91 | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc420301440, 0xc42052e1f0, 0xc42052e550, 0x0, 0x0) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/plugin/resource_provider.go:510 +0x4e | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: reflect.Value.call(0xc42029f620, 0xc4201ca1c8, 0x13, 0x5e1a6f7, 0x4, 0xc4209f6f20, 0x3, 0x3, 0x0, 0xc4208b0330, ...) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/go/src/reflect/value.go:434 +0x91f | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: reflect.Value.Call(0xc42029f620, 0xc4201ca1c8, 0x13, 0xc420866f20, 0x3, 0x3, 0xc42051d860, 0x0, 0x0) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/go/src/reflect/value.go:302 +0xa4 | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: net/rpc.(*service).call(0xc42056a440, 0xc42056a400, 0xc42036cde0, 0xc4203afa00, 0xc4203abb60, 0x4f6a980, 0xc42052e1f0, 0x16, 0x4f6a9c0, 0xc42052e550, ...) | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/go/src/net/rpc/server.go:387 +0x144 | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: created by net/rpc.(*Server).ServeCodec | |
2017/06/07 00:02:01 [DEBUG] plugin: terraform: /opt/go/src/net/rpc/server.go:481 +0x404 | |
2017/06/07 00:02:01 [ERROR] root: eval: *terraform.EvalRefresh, err: digitalocean_record.xxx_mx6: unexpected EOF | |
2017/06/07 00:02:01 [ERROR] root: eval: *terraform.EvalSequence, err: digitalocean_record.xxx_mx6: unexpected EOF | |
2017/06/07 00:02:01 [TRACE] [walkRefresh] Exiting eval tree: digitalocean_record.xxx_mx6 | |
2017/06/07 00:02:01 [DEBUG] plugin: /usr/local/bin/terraform: plugin process exited | |
2017/06/07 00:02:01 [DEBUG] dag/walk: upstream errored, not walking "provider.digitalocean (close)" | |
2017/06/07 00:02:01 [DEBUG] plugin: waiting for all plugin processes to complete... | |
2017/06/07 00:02:01 [WARN] plugin: error closing client during Kill: 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