Last active
October 18, 2015 19:28
-
-
Save jwieringa/f0aa0285ed2570c07399 to your computer and use it in GitHub Desktop.
terraform 0.6.4 crash log using vsphere provider
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 git:(master) ✗ terraform apply | |
vsphere_virtual_machine.web: Creating... | |
disk.#: "" => "1" | |
disk.0.size: "" => "40" | |
domain: "" => "vsphere.local" | |
memory: "" => "4096" | |
name: "" => "terraform_web" | |
network_interface.#: "" => "1" | |
network_interface.0.ip_address: "" => "<computed>" | |
network_interface.0.label: "" => "10.112.70.0" | |
network_interface.0.subnet_mask: "" => "<computed>" | |
time_zone: "" => "Etc/UTC" | |
vcpu: "" => "2" | |
Error applying plan: | |
1 error(s) occurred: | |
* vsphere_virtual_machine.web: 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: index out of range | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 66 [running]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/builtin/providers/vsphere.resourceVSphereVirtualMachineRead(0x2098885a0, 0xc2e020, 0x2098d3740, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/vsphere/resource_vsphere_virtual_machine.go:425 +0x204d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/builtin/providers/vsphere.resourceVSphereVirtualMachineCreate(0x2098885a0, 0xc2e020, 0x2098d3740, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/vsphere/resource_vsphere_virtual_machine.go:344 +0x1b9f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0x2097cd4c0, 0x2098bcb70, 0x2098a5e20, 0xc2e020, 0x2098d3740, 0x1, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/resource.go:145 +0x2c1 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0x2097e0de0, 0x2098bad80, 0x2098bcb70, 0x2098a5e20, 0x6d5620, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/provider.go:162 +0x1da | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Apply(0x20988ea40, 0x2098aa6c0, 0x2098a5ff0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/resource_provider.go:323 +0x7f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: reflect.Value.call(0x932620, 0xbf5f80, 0x13, 0xc488b0, 0x4, 0x209d37f28, 0x3, 0x3, 0x0, 0x0, ...) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/reflect/value.go:419 +0x10e5 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: reflect.Value.Call(0x932620, 0xbf5f80, 0x13, 0x209d37f28, 0x3, 0x3, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/reflect/value.go:296 +0xbc | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*service).call(0x2097cd540, 0x2097cd500, 0x2096dbc98, 0x209744980, 0x20988ea60, 0x6d55c0, 0x2098aa6c0, 0x16, 0x6d5620, 0x2098a5ff0, ...) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:382 +0x1f7 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/rpc.(*Server).ServeCodec | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:476 +0x44a | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 1 [IO wait]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).Wait(0x2096e0d10, 0x72, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:84 +0x47 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).WaitRead(0x2096e0d10, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:89 +0x43 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*netFD).accept(0x2096e0cb0, 0x0, 0x22096e3d48, 0x2096db248) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_unix.go:419 +0x40b | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*UnixListener).AcceptUnix(0x2096eeda0, 0x362a0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/unixsock_posix.go:282 +0x56 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*UnixListener).Accept(0x2096eeda0, 0x0, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/unixsock_posix.go:293 +0x4c | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/rpc.(*Server).Accept(0x2096db130, 0x22096e46b8, 0x2096eeda0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:33 +0x37 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/plugin.Serve(0x2096db110) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/plugin/server.go:88 +0x7e8 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: main.main() | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/builtin/bins/provider-vsphere/main.go:11 +0x6d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 5 [syscall]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: os/signal.loop() | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/os/signal/signal_unix.go:21 +0x1f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by os/signal.init·1 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/os/signal/signal_unix.go:27 +0x35 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 7 [chan receive]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/plugin.func·007() | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/plugin/server.go:79 +0x69 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/terraform/plugin.Serve | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/plugin/server.go:85 +0x7c4 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 8 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Stream).Read(0x2097063c0, 0x2097be000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).fill(0x20972a780) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:97 +0x1ce | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).Read(0x20972a780, 0x2096db2f0, 0x1, 0x9, 0x2592, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:174 +0x26c | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: io.ReadAtLeast(0x22096e5810, 0x20972a780, 0x2096db2f0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/io/io.go:298 +0xf1 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: io.ReadFull(0x22096e5810, 0x20972a780, 0x2096db2f0, 0x1, 0x9, 0x2c, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/io/io.go:316 +0x6d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.decodeUintReader(0x22096e5810, 0x20972a780, 0x2096db2f0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decode.go:121 +0x99 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).recvMessage(0x209744500, 0x2097b6240) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:76 +0x55 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).decodeTypeSequence(0x209744500, 0x2096eed00, 0x16) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:140 +0x47 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).DecodeValue(0x209744500, 0x716f00, 0x2096eed40, 0x16, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:208 +0x192 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).Decode(0x209744500, 0x716f00, 0x2096eed40, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:185 +0x297 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*gobServerCodec).ReadRequestHeader(0x2097b8210, 0x2096eed40, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:402 +0x5e | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).readRequestHeader(0x20970fd00, 0x22096e5970, 0x2097b8210, 0x0, 0x0, 0x2096eed40, 0x2096db300, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:575 +0x97 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).readRequest(0x20970fd00, 0x22096e5970, 0x2097b8210, 0x209744400, 0x2096eef40, 0x73ac60, 0x0, 0x0, 0x0, 0x0, ...) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:542 +0xa2 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).ServeCodec(0x20970fd00, 0x22096e5970, 0x2097b8210) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:461 +0x6d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).ServeConn(0x20970fd00, 0x22096e5898, 0x2097063c0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:453 +0x208 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/rpc.(*Server).ServeConn(0x2096db130, 0x22096e57b0, 0x209716090) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:76 +0x530 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/terraform/rpc.(*Server).Accept | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:39 +0x173 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 9 [IO wait]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).Wait(0x2096e0df0, 0x72, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:84 +0x47 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).WaitRead(0x2096e0df0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:89 +0x43 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*netFD).Read(0x2096e0d90, 0x2097ba000, 0x1000, 0x1000, 0x0, 0x22096e3d48, 0x2098a5a48) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_unix.go:242 +0x40f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*conn).Read(0x209716090, 0x2097ba000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/net.go:121 +0xdc | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).fill(0x20972a300) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:97 +0x1ce | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).Read(0x20972a300, 0x2096db260, 0xc, 0xc, 0x2098a5b10, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:174 +0x26c | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: io.ReadAtLeast(0x22096e5810, 0x20972a300, 0x2096db260, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/io/io.go:298 +0xf1 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: io.ReadFull(0x22096e5810, 0x20972a300, 0x2096db260, 0xc, 0xc, 0xc, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/io/io.go:316 +0x6d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Session).recvLoop(0x20972c0b0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:408 +0x10d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Session).recv(0x20972c0b0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:396 +0x28 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/yamux.newSession | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:104 +0x499 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 10 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Session).send(0x20972c0b0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:358 +0x554 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/yamux.newSession | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:105 +0x4b3 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 11 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Session).keepalive(0x20972c0b0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:292 +0x230 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/yamux.newSession | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:107 +0x4de | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 13 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Session).AcceptStream(0x20972c0b0, 0x200000005, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/session.go:191 +0x1a8 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/rpc.(*muxBroker).Run(0x2096eef00) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/mux_broker.go:107 +0x37 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/terraform/rpc.(*Server).ServeConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:65 +0x388 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 53 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/yamux.(*Stream).Read(0x209706640, 0x2098a9000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).fill(0x209888420) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:97 +0x1ce | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).Read(0x209888420, 0x2096dbd20, 0x1, 0x9, 0x209849858, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:174 +0x26c | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: io.ReadAtLeast(0x22096e5810, 0x209888420, 0x2096dbd20, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/io/io.go:298 +0xf1 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: io.ReadFull(0x22096e5810, 0x209888420, 0x2096dbd20, 0x1, 0x9, 0x1, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/io/io.go:316 +0x6d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.decodeUintReader(0x22096e5810, 0x209888420, 0x2096dbd20, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decode.go:121 +0x99 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).recvMessage(0x209744d80, 0x2097b6a20) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:76 +0x55 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).decodeTypeSequence(0x209744d80, 0x20988f400, 0x16) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:140 +0x47 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).DecodeValue(0x209744d80, 0x716f00, 0x20988f460, 0x16, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:208 +0x192 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: encoding/gob.(*Decoder).Decode(0x209744d80, 0x716f00, 0x20988f460, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/encoding/gob/decoder.go:185 +0x297 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*gobServerCodec).ReadRequestHeader(0x2097e0f90, 0x20988f460, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:402 +0x5e | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).readRequestHeader(0x2097cd500, 0x22096e5970, 0x2097e0f90, 0x0, 0x0, 0x20988f460, 0x2096dbd00, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:575 +0x97 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).readRequest(0x2097cd500, 0x22096e5970, 0x2097e0f90, 0x209744980, 0x20988ea60, 0x6d55c0, 0x0, 0x0, 0x0, 0x0, ...) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:542 +0xa2 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).ServeCodec(0x2097cd500, 0x22096e5970, 0x2097e0f90) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:461 +0x6d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/rpc.(*Server).ServeConn(0x2097cd500, 0x22096e5898, 0x209706640) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/rpc/server.go:453 +0x208 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/rpc.serve(0x22096e5898, 0x209706640, 0xcecf30, 0x10, 0xbf5ee0, 0x20988ea40) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: github.com/hashicorp/terraform/rpc.func·001() | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 35 [IO wait]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).Wait(0x2097f0610, 0x72, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:84 +0x47 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).WaitRead(0x2097f0610, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:89 +0x43 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*netFD).Read(0x2097f05b0, 0x209875000, 0x1000, 0x1000, 0x0, 0x22096e3d48, 0x2098a53e8) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_unix.go:242 +0x40f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*conn).Read(0x2097170e0, 0x209875000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/net.go:121 +0xdc | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: crypto/tls.(*block).readFromUntil(0x2097f6150, 0x22096e6468, 0x2097170e0, 0x5, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/crypto/tls/conn.go:454 +0xe6 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: crypto/tls.(*Conn).readRecord(0x2096dc840, 0x17, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/crypto/tls/conn.go:539 +0x2da | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: crypto/tls.(*Conn).Read(0x2096dc840, 0x20987a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/crypto/tls/conn.go:904 +0x166 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.noteEOFReader.Read(0x22096e68f8, 0x2096dc840, 0x2097dfa78, 0x20987a000, 0x1000, 0x1000, 0x9157a0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:1270 +0x6e | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*noteEOFReader).Read(0x209884c80, 0x20987a000, 0x1000, 0x1000, 0x2096e2000, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: <autogenerated>:125 +0xd4 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).fill(0x209888540) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:97 +0x1ce | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).Peek(0x209888540, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:132 +0xf0 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*persistConn).readLoop(0x2097dfa20) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:842 +0xa4 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/http.(*Transport).dialConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:660 +0xc9f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 48 [IO wait]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).Wait(0x2098526f0, 0x72, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:84 +0x47 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*pollDesc).WaitRead(0x2098526f0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_poll_runtime.go:89 +0x43 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*netFD).Read(0x209852690, 0x209893000, 0x1000, 0x1000, 0x0, 0x22096e3d48, 0x2097e4548) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/fd_unix.go:242 +0x40f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.(*conn).Read(0x209716398, 0x209893000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/net.go:121 +0xdc | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: crypto/tls.(*block).readFromUntil(0x2098bc990, 0x22096e6468, 0x209716398, 0x5, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/crypto/tls/conn.go:454 +0xe6 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: crypto/tls.(*Conn).readRecord(0x2096dc2c0, 0x17, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/crypto/tls/conn.go:539 +0x2da | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: crypto/tls.(*Conn).Read(0x2096dc2c0, 0x2097ac000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/crypto/tls/conn.go:904 +0x166 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.noteEOFReader.Read(0x22096e68f8, 0x2096dc2c0, 0x20989e058, 0x2097ac000, 0x1000, 0x1000, 0x9157a0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:1270 +0x6e | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*noteEOFReader).Read(0x2098ab640, 0x2097ac000, 0x1000, 0x1000, 0x2096e2000, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: <autogenerated>:125 +0xd4 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).fill(0x2098b1740) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:97 +0x1ce | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: bufio.(*Reader).Peek(0x2098b1740, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/bufio/bufio.go:132 +0xf0 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*persistConn).readLoop(0x20989e000) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:842 +0xa4 | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/http.(*Transport).dialConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:660 +0xc9f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 36 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*persistConn).writeLoop(0x2097dfa20) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:945 +0x41d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/http.(*Transport).dialConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:661 +0xcbc | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 33 [sleep]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net.func·019() | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/dnsclient_unix.go:240 +0x5a | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net.loadConfig | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/dnsclient_unix.go:269 +0x20c | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 62 [runnable]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*persistConn).readLoop(0x2097dec60) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:928 +0x9ce | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/http.(*Transport).dialConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:660 +0xc9f | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 49 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*persistConn).writeLoop(0x20989e000) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:945 +0x41d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/http.(*Transport).dialConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:661 +0xcbc | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: goroutine 63 [select]: | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: net/http.(*persistConn).writeLoop(0x2097dec60) | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:945 +0x41d | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: created by net/http.(*Transport).dialConn | |
2015/10/18 15:10:28 [DEBUG] terraform-provider-vsphere: /opt/go/src/net/http/transport.go:661 +0xcbc | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalIf | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalIf | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/10/18 15:10:28 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/10/18 15:10:28 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred: | |
* vsphere_virtual_machine.web: unexpected EOF | |
2015/10/18 15:10:28 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred: | |
* vsphere_virtual_machine.web: unexpected EOF | |
2015/10/18 15:10:28 [ERROR] root: eval: *terraform.EvalOpFilter, err: 1 error(s) occurred: | |
* vsphere_virtual_machine.web: unexpected EOF | |
2015/10/18 15:10:28 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred: | |
* vsphere_virtual_machine.web: unexpected EOF | |
2015/10/18 15:10:28 [DEBUG] /Users/jwieringa/bin/terraform-provider-vsphere: plugin process exited | |
2015/10/18 15:10:28 [DEBUG] vertex provider.vsphere (close), got dep: vsphere_virtual_machine.web | |
2015/10/18 15:10:28 [DEBUG] vertex root, got dep: provider.vsphere (close) | |
2015/10/18 15:10:28 [DEBUG] waiting for all plugin processes to complete... | |
2015/10/18 15:10:28 [DEBUG] /Users/jwieringa/bin/terraform-provisioner-file: plugin process exited | |
2015/10/18 15:10:28 [DEBUG] /Users/jwieringa/bin/terraform-provisioner-local-exec: plugin process exited | |
2015/10/18 15:10:28 [DEBUG] /Users/jwieringa/bin/terraform-provisioner-remote-exec: plugin process exited | |
2015/10/18 15:10:28 [DEBUG] /Users/jwieringa/bin/terraform-provisioner-chef: plugin process exited | |
!!!!!!!!!!!!!!!!!!!!!!!!!!! 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