Skip to content

Instantly share code, notes, and snippets.

@Crapworks
Created August 25, 2017 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Crapworks/701e8141b5b1410e50ec918d5fbcdb8b to your computer and use it in GitHub Desktop.
Save Crapworks/701e8141b5b1410e50ec918d5fbcdb8b to your computer and use it in GitHub Desktop.
openstack_lb_listener_v2.listener: Creating...
admin_state_up: "" => "true"
connection_limit: "" => "<computed>"
default_pool_id: "" => "<computed>"
loadbalancer_id: "" => "752321c6-3a06-4f2b-88e1-68a354649ae9"
name: "" => "<computed>"
protocol: "" => "HTTP"
protocol_port: "" => "80"
region: "" => "<computed>"
tenant_id: "" => "<computed>"
openstack_networking_router_interface_v2.interface: Creation complete (ID: 9e034d9b-756a-4fcf-b2fd-52536bdd1183)
openstack_compute_instance_v2.webserver: Still creating... (20s elapsed)
openstack_lb_listener_v2.listener: Still creating... (10s elapsed)
openstack_compute_instance_v2.webserver: Still creating... (30s elapsed)
openstack_lb_listener_v2.listener: Creation complete (ID: b81b5d0d-59bc-42bb-ba0e-6947261ebb63)
openstack_lb_pool_v2.pool: Creating...
admin_state_up: "" => "true"
lb_method: "" => "ROUND_ROBIN"
listener_id: "" => "b81b5d0d-59bc-42bb-ba0e-6947261ebb63"
protocol: "" => "HTTP"
region: "" => "<computed>"
tenant_id: "" => "<computed>"
openstack_compute_instance_v2.webserver: Still creating... (40s elapsed)
openstack_lb_pool_v2.pool: Still creating... (10s elapsed)
openstack_compute_instance_v2.webserver: Still creating... (50s elapsed)
openstack_lb_pool_v2.pool: Still creating... (20s elapsed)
openstack_lb_pool_v2.pool: Creation complete (ID: a5160474-706a-4b23-94b4-0700e97fb49d)
openstack_lb_monitor_v2.monitor: Creating...
admin_state_up: "" => "true"
delay: "" => "20"
expected_codes: "" => "<computed>"
http_method: "" => "<computed>"
max_retries: "" => "5"
pool_id: "" => "a5160474-706a-4b23-94b4-0700e97fb49d"
region: "" => "<computed>"
tenant_id: "" => "<computed>"
timeout: "" => "10"
type: "" => "HTTP"
url_path: "" => "<computed>"
openstack_compute_instance_v2.webserver: Still creating... (1m0s elapsed)
openstack_lb_monitor_v2.monitor: Still creating... (10s elapsed)
Error applying plan:
2 error(s) occurred:
* openstack_lb_monitor_v2.monitor: 1 error(s) occurred:
* openstack_lb_monitor_v2.monitor: unexpected EOF
* openstack_compute_instance_v2.webserver: 1 error(s) occurred:
* openstack_compute_instance_v2.webserver: unexpected EOF
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
panic: runtime error: invalid memory address or nil pointer dereference
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xae3db8]
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4:
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: goroutine 399 [running]:
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: github.com/terraform-providers/terraform-provider-openstack/openstack.resourceMonitorV2Create(0xc420428000, 0xc82e40, 0xc42000ab00, 0x0, 0xc42038fdc8)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /home/christian/go/src/github.com/terraform-providers/terraform-provider-openstack/openstack/resource_openstack_lb_monitor_v2.go:145 +0x9c8
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: github.com/terraform-providers/terraform-provider-openstack/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc42027c060, 0xc4204cf270, 0xc4202c4e20, 0xc82e40, 0xc42000ab00, 0x1, 0x28, 0xc42048cea0)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /home/christian/go/src/github.com/terraform-providers/terraform-provider-openstack/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:193 +0x449
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: github.com/terraform-providers/terraform-provider-openstack/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc42001f570, 0xc4204cf220, 0xc4204cf270, 0xc4202c4e20, 0x7f690e32a000, 0x0, 0xc4201e1ba0)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /home/christian/go/src/github.com/terraform-providers/terraform-provider-openstack/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:259 +0x9b
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: github.com/terraform-providers/terraform-provider-openstack/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Apply(0xc4202c4f60, 0xc4202c4d80, 0xc420362660, 0x0, 0x0)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /home/christian/go/src/github.com/terraform-providers/terraform-provider-openstack/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:488 +0x57
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: reflect.Value.call(0xc4201edaa0, 0xc4203c9938, 0x13, 0xcd1e30, 0x4, 0xc42046cf20, 0x3, 0x3, 0x0, 0xc420345dd0, ...)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /usr/lib/go/src/reflect/value.go:434 +0x91f
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: reflect.Value.Call(0xc4201edaa0, 0xc4203c9938, 0x13, 0xc42002df20, 0x3, 0x3, 0xc42050a000, 0x5fa933, 0xc42041c380)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /usr/lib/go/src/reflect/value.go:302 +0xa4
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: net/rpc.(*service).call(0xc420496780, 0xc420496740, 0xc420314c08, 0xc420242f80, 0xc420441b00, 0xb7e7e0, 0xc4202c4d80, 0x16, 0xb7e820, 0xc420362660, ...)
2017-08-25T11:12:26.442+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /usr/lib/go/src/net/rpc/server.go:387 +0x144
2017-08-25T11:12:26.443+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: created by net/rpc.(*Server).ServeCodec
2017-08-25T11:12:26.443+0200 [DEBUG] plugin.terraform-provider-openstack_v0.2.0_x4: /usr/lib/go/src/net/rpc/server.go:481 +0x404
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalWriteState
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalIf
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalWriteState
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalApplyPost
2017/08/25 11:12:26 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* openstack_lb_monitor_v2.monitor: unexpected EOF
2017/08/25 11:12:26 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* openstack_lb_monitor_v2.monitor: unexpected EOF
2017/08/25 11:12:26 [TRACE] [walkApply] Exiting eval tree: openstack_lb_monitor_v2.monitor
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalWriteState
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalIf
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalWriteState
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/08/25 11:12:26 [TRACE] root: eval: *terraform.EvalApplyPost
2017/08/25 11:12:26 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* openstack_compute_instance_v2.webserver: unexpected EOF
2017/08/25 11:12:26 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* openstack_compute_instance_v2.webserver: unexpected EOF
2017/08/25 11:12:26 [TRACE] [walkApply] Exiting eval tree: openstack_compute_instance_v2.webserver
2017/08/25 11:12:26 [TRACE] dag/walk: upstream errored, not walking "openstack_compute_floatingip_associate_v2.fip_1"
2017/08/25 11:12:26 [TRACE] dag/walk: upstream errored, not walking "openstack_lb_member_v2.member"
2017/08/25 11:12:26 [TRACE] dag/walk: upstream errored, not walking "openstack_compute_volume_attach_v2.volume_attach"
2017/08/25 11:12:26 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2017/08/25 11:12:26 [TRACE] dag/walk: upstream errored, not walking "provider.openstack (close)"
2017/08/25 11:12:26 [TRACE] dag/walk: upstream errored, not walking "root"
2017/08/25 11:12:26 [TRACE] Preserving existing state lineage "e6e95284-c35b-43b4-9507-d986807df2f6"
2017/08/25 11:12:26 [TRACE] Preserving existing state lineage "e6e95284-c35b-43b4-9507-d986807df2f6"
2017/08/25 11:12:26 [TRACE] Preserving existing state lineage "e6e95284-c35b-43b4-9507-d986807df2f6"
2017-08-25T11:12:26.448+0200 [DEBUG] plugin: plugin process exited: path=/home/christian/Source/git/work/terraform-otc/full/.terraform/plugins/linux_amd64/terraform-provider-openstack_v0.2.0_x4
2017/08/25 11:12:26 [DEBUG] plugin: waiting for all plugin processes to complete...
2017-08-25T11:12:26.458+0200 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
2017-08-25T11:12:26.459+0200 [DEBUG] plugin: plugin process exited: path=/home/christian/Source/git/work/terraform-otc/full/.terraform/plugins/linux_amd64/terraform-provider-template_v0.1.1_x4
!!!!!!!!!!!!!!!!!!!!!!!!!!! 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