Skip to content

Instantly share code, notes, and snippets.

@snapo
Created August 20, 2018 20:25
Show Gist options
  • Save snapo/c869a5a592665f4852e8b88d99365772 to your computer and use it in GitHub Desktop.
Save snapo/c869a5a592665f4852e8b88d99365772 to your computer and use it in GitHub Desktop.
2018/08/20 22:16:08 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/08/20 22:16:08 [INFO] Go runtime version: go1.10.1
2018/08/20 22:16:08 [INFO] CLI args: []string{"C:\\terraform\\terraform.exe", "apply"}
2018/08/20 22:16:08 [DEBUG] Attempting to open CLI config file: C:\Users\mike\AppData\Roaming\terraform.rc
2018/08/20 22:16:08 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/20 22:16:08 [INFO] CLI command args: []string{"apply"}
2018/08/20 22:16:08 [INFO] command: empty terraform config, returning nil
2018/08/20 22:16:08 [DEBUG] command: no data state file found for backend config
2018/08/20 22:16:08 [DEBUG] New state was assigned lineage "e80c8334-caa0-becb-ab65-ca923bdd288b"
2018/08/20 22:16:08 [INFO] command: backend initialized: <nil>
2018/08/20 22:16:08 [DEBUG] checking for provider in "."
2018/08/20 22:16:08 [DEBUG] checking for provider in "C:\\terraform"
2018/08/20 22:16:08 [DEBUG] checking for provider in "terraform.d/plugins/windows_amd64"
2018/08/20 22:16:08 [WARN] found legacy provider "terraform-provider-virtualbox.exe"
2018/08/20 22:16:08 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:16:08 [DEBUG] found valid plugin: "virtualbox", "0.0.0", "C:\\terraform\\terraform.d\\plugins\\windows_amd64\\terraform-provider-virtualbox.exe"
2018/08/20 22:16:08 [DEBUG] checking for provisioner in "."
2018/08/20 22:16:08 [DEBUG] checking for provisioner in "C:\\terraform"
2018/08/20 22:16:08 [DEBUG] checking for provisioner in "terraform.d/plugins/windows_amd64"
2018/08/20 22:16:08 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:16:08 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/20 22:16:08 [INFO] backend/local: starting Apply operation
2018/08/20 22:16:08 [INFO] terraform: building graph: GraphTypeInput
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master": virtualbox_vm.master
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker": virtualbox_vm.worker
2018/08/20 22:16:08 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:16:08 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:16:08 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:16:08 [DEBUG] Starting graph walk: walkInput
2018-08-20T22:16:08.550+0200 [DEBUG] plugin: starting plugin: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe args=[C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe]
2018-08-20T22:16:08.554+0200 [DEBUG] plugin: waiting for RPC address: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018-08-20T22:16:08.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: plugin address: timestamp=2018-08-20T22:16:08.567+0200 address=127.0.0.1:10000 network=tcp
2018/08/20 22:16:08 [INFO] terraform: building graph: GraphTypeValidate
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master": virtualbox_vm.master
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker": virtualbox_vm.worker
2018/08/20 22:16:08 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:16:08 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:16:08 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:16:08 [TRACE] Graph after step *terraform.ReferenceTransformer:
output.IPAddrMaster - *terraform.NodeApplyableOutput
virtualbox_vm.master - *terraform.NodeValidatableResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
virtualbox_vm.worker - *terraform.NodeValidatableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master - *terraform.NodeValidatableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker - *terraform.NodeValidatableResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:16:08 [DEBUG] Starting graph walk: walkValidate
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[0]": virtualbox_vm.worker[0]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[3]": virtualbox_vm.master[3]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[1]": virtualbox_vm.worker[1]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[0]": virtualbox_vm.master[0]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[1]": virtualbox_vm.master[1]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[2]": virtualbox_vm.worker[2]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[2]": virtualbox_vm.master[2]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[3]": virtualbox_vm.worker[3]
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:16:08 [TRACE] Graph after step *terraform.ReferenceTransformer:
virtualbox_vm.master[0] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.master[1] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.master[2] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.master[3] - *terraform.NodeValidatableResourceInstance
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:16:08 [TRACE] Graph after step *terraform.ReferenceTransformer:
virtualbox_vm.worker[0] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.worker[1] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.worker[2] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.worker[3] - *terraform.NodeValidatableResourceInstance
2018/08/20 22:16:08 [INFO] backend/local: apply calling Refresh
2018/08/20 22:16:08 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: []
2018/08/20 22:16:08 [TRACE] Graph after step *terraform.ReferenceTransformer:
output.IPAddrMaster - *terraform.NodeApplyableOutput
output.IPAddrWorker - *terraform.NodeApplyableOutput
2018/08/20 22:16:08 [DEBUG] Starting graph walk: walkRefresh
2018/08/20 22:16:08 [INFO] backend/local: apply calling Plan
2018/08/20 22:16:08 [INFO] terraform: building graph: GraphTypePlan
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker": virtualbox_vm.worker
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master": virtualbox_vm.master
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:16:08 [DEBUG] Starting graph walk: walkPlan
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[0]": virtualbox_vm.master[0]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[1]": virtualbox_vm.master[1]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[2]": virtualbox_vm.master[2]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.master[3]": virtualbox_vm.master[3]
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[2]": virtualbox_vm.worker[2]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[3]": virtualbox_vm.worker[3]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[0]": virtualbox_vm.worker[0]
2018/08/20 22:16:08 [DEBUG] Resource state not found for "virtualbox_vm.worker[1]": virtualbox_vm.worker[1]
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:16:08 [TRACE] vertex 'root.virtualbox_vm.master[1]': evaluating
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:16:08 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:16:08 [TRACE] [walkPlan] Entering eval tree: virtualbox_vm.master[1]
2018/08/20 22:16:08 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/08/20 22:16:10 [INFO] terraform: building graph: GraphTypeApply
mputed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.master.2
cpus: "" => "1"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "512 mib"
name: "" => "master-03" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.master.3
cpus: "" => "1"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "512 mib"
name: "" => "master-04" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.0
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-01" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.1
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-02" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.2
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-03" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.3
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-04" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
tra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"master-03", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"512 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"worker-04", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
work_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cpus":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
f{Old:"", New:"512 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
ff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
f{Old:"", New:"512 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.worker[3]": virtualbox_vm.worker[3]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.worker[2]": virtualbox_vm.worker[2]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.worker[1]": virtualbox_vm.worker[1]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.worker[0]": virtualbox_vm.worker[0]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.master[0]": virtualbox_vm.master[0]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.master[1]": virtualbox_vm.master[1]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.master[3]": virtualbox_vm.master[3]
2018/08/20 22:16:10 [DEBUG] Resource state not found for "virtualbox_vm.master[2]": virtualbox_vm.master[2]
2018/08/20 22:16:10 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.master[2] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] resource virtualbox_vm.master[3] using provider provider.virtualbox
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[2] virtualbox_vm.master[1] virtualbox_vm.master[0] virtualbox_vm.master[3]]
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[3] virtualbox_vm.worker[2] virtualbox_vm.worker[1] virtualbox_vm.worker[0]]
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:16:10 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
box_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
NodeApplyableResource
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
rm.NodeApplyableResource
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
ableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
ource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:16:10 [DEBUG] Starting graph walk: walkApply
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.worker.3: executing Apply
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.master.2: executing Apply
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.master.1: executing Apply
2018-08-20T22:16:10.767+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.771+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.774+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.774+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.worker.2: executing Apply
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.worker.0: executing Apply
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.master.0: executing Apply
2018/08/20 22:16:10 [DEBUG] apply: virtualbox_vm.master.3: executing Apply
2018-08-20T22:16:10.803+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name worker-04 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:10.807+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name master-03 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:10.811+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name master-02 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:10.817+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.819+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.824+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.826+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:16:10.827+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name worker-02 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:10.860+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:16:10.910+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name worker-03 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:10.910+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:16:10.962+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:16:10.962+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-04\box-disk1.vmdk
2018-08-20T22:16:11.009+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:16:11.010+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name worker-01 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:11.059+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:16:11.104+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:16:11.151+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:16:11.199+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:16:11.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:16:11.286+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:16:11.331+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:16:11.331+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name master-04 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:11.376+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:16:11.421+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-04 --machinereadable
2018-08-20T22:16:11.421+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage createvm --name master-01 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:16:11.476+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:16:16.676+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-03\box-disk1.vmdk
2018-08-20T22:16:16.683+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl worker-04 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:16.728+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach worker-04 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-04\box-disk1.vmdk
2018-08-20T22:16:16.766+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:16.771+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata worker-04 user_data {
2018-08-20T22:16:16.772+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:16.772+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:16.772+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:16.813+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm worker-04 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:16.855+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:16:16.898+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm worker-04 --type headless
2018-08-20T22:16:19.482+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: 14f4cac6-dc65-4df4-9236-e5e4586a715e
2018-08-20T22:16:19.482+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (worker-04) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:19.482+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:22.341+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-02\box-disk1.vmdk
2018-08-20T22:16:22.341+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl master-03 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:22.389+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach master-03 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-03\box-disk1.vmdk
2018-08-20T22:16:22.429+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:22.435+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata master-03 user_data {
2018-08-20T22:16:22.435+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:22.435+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:22.435+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:22.481+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm master-03 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:22.490+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:16:22.540+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:16:22.541+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:16:22.582+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:22.590+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm master-03 --type headless
2018-08-20T22:16:22.612+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:16:25.295+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: 44d3e5e5-efd8-46c2-85fa-3702f20d4354
2018-08-20T22:16:25.295+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (master-03) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:25.295+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:25.618+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:16:25.665+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:16:25.710+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:25.751+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:16:27.972+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-02\box-disk1.vmdk
2018-08-20T22:16:27.973+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl master-02 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:28.041+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach master-02 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-02\box-disk1.vmdk
2018-08-20T22:16:28.084+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:28.090+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata master-02 user_data {
2018-08-20T22:16:28.090+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:28.090+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:28.090+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:28.137+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm master-02 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:28.187+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:16:28.231+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm master-02 --type headless
2018-08-20T22:16:28.304+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:16:28.351+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:16:28.384+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:28.417+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:16:30.894+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b
2018-08-20T22:16:30.894+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (master-02) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:30.894+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:31.425+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:16:31.476+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:16:31.511+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:31.541+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:16:31.759+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:16:31.805+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:16:31.837+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:31.870+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:31.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:31.937+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:16:31.985+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:16:32.031+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:16:32.065+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:32.108+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:32.143+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:33.715+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl worker-02 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:33.716+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-03\box-disk1.vmdk
2018-08-20T22:16:33.768+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach worker-02 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-02\box-disk1.vmdk
2018-08-20T22:16:33.809+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:33.815+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata worker-02 user_data {
2018-08-20T22:16:33.815+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:33.815+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:33.815+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:33.875+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm worker-02 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:33.901+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:16:33.963+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:16:33.963+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:16:34.012+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:34.018+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm worker-02 --type headless
2018-08-20T22:16:34.051+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:16:36.635+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1
2018-08-20T22:16:36.635+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (worker-02) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:36.635+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:37.057+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:16:37.106+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:16:37.140+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:37.170+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:16:37.548+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:16:37.600+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:16:37.634+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:37.672+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:37.710+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:37.748+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:16:37.799+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:16:37.854+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:16:37.891+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:37.932+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:37.981+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:39.644+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:16:39.697+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:16:39.732+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:39.761+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:16:39.799+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-01\box-disk1.vmdk
2018-08-20T22:16:39.799+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl worker-03 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:39.850+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach worker-03 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-03\box-disk1.vmdk
2018-08-20T22:16:39.892+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:39.898+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata worker-03 user_data {
2018-08-20T22:16:39.898+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:39.898+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:39.898+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:39.947+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm worker-03 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:39.996+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:16:40.040+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm worker-03 --type headless
2018-08-20T22:16:42.730+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: 3c76cdf7-e1a9-44eb-9f15-3741477ffd57
2018-08-20T22:16:42.730+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (worker-03) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:42.730+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:42.769+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:16:42.820+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:16:42.855+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:42.884+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:16:43.177+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:16:43.227+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:16:43.262+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:43.306+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:43.345+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:43.390+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:16:43.460+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:16:43.517+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:16:43.554+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:43.591+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:43.634+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:45.585+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-04\box-disk1.vmdk
2018-08-20T22:16:45.586+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl worker-01 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:45.636+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach worker-01 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-01\box-disk1.vmdk
2018-08-20T22:16:45.679+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:45.685+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata worker-01 user_data {
2018-08-20T22:16:45.685+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:45.685+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:45.685+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:45.728+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm worker-01 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:45.736+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:16:45.781+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:16:45.784+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:16:45.815+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:45.828+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm worker-01 --type headless
2018-08-20T22:16:45.844+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:16:48.646+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: db075579-2cb3-4d79-b3dd-5dfc581d0d7c
2018-08-20T22:16:48.646+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (worker-01) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:48.646+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:48.850+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:16:48.912+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:16:48.912+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:16:48.976+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:16:48.978+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:49.015+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:16:49.017+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:49.053+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:49.087+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:49.123+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:16:49.177+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:16:49.229+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:16:49.263+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:49.298+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:49.339+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:51.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-01\box-disk1.vmdk
2018-08-20T22:16:51.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl master-04 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:51.291+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach master-04 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-04\box-disk1.vmdk
2018-08-20T22:16:51.330+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:51.337+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata master-04 user_data {
2018-08-20T22:16:51.337+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:51.337+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:51.337+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:51.386+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm master-04 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:51.431+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-04 --machinereadable
2018-08-20T22:16:51.476+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm master-04 --type headless
2018-08-20T22:16:51.654+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:16:51.722+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:16:51.769+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:51.820+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:16:54.210+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: c3540ad8-e2d0-41a6-8c4d-5e84653b5fce
2018-08-20T22:16:54.210+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (master-04) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:16:54.210+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:16:54.830+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:16:54.879+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:16:54.914+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:54.943+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:16:55.022+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:16:55.071+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:16:55.108+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:55.145+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:55.179+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:55.214+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:16:55.262+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:16:55.308+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:16:55.341+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:55.376+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:16:55.410+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:16:56.900+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storagectl master-01 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:16:56.953+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage storageattach master-01 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-01\box-disk1.vmdk
2018-08-20T22:16:56.993+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:16:56.999+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage setextradata master-01 user_data {
2018-08-20T22:16:56.999+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:16:56.999+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:16:56.999+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:16:57.062+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage modifyvm master-01 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:16:57.156+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:16:57.229+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:45: executing: VBoxManage startvm master-01 --type headless
2018-08-20T22:16:57.230+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:16:57.303+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-04 user_data
2018-08-20T22:16:57.373+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:16:57.426+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:17:00.250+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:329: [DEBUG] Resource ID: 008435b5-e162-411f-91f8-0d19cccb84d6
2018-08-20T22:17:00.250+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-resource_vm.go:740: [INFO] Waiting for VM (master-01) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:17:00.250+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:17:00.437+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:17:00.491+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-04 user_data
2018-08-20T22:17:00.527+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:00.558+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:17:00.950+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:17:00.997+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:17:01.030+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:01.064+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:01.099+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:01.136+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:17:01.183+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:17:01.230+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:17:01.263+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:01.298+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:01.332+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:03.263+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:03.316+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:17:03.348+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:03.377+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:17:06.384+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:06.437+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:17:06.472+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:06.501+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:17:06.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:17:06.622+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-04 user_data
2018-08-20T22:17:06.661+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:06.700+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:06.735+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:06.771+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:17:06.818+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:17:06.866+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-04 user_data
2018-08-20T22:17:06.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:06.938+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:06.974+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:12.511+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:12.564+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:17:12.599+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:12.637+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:12.672+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:12.710+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:12.758+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:12.805+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:17:12.837+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:12.871+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:12.912+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10760-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018/08/20 22:17:12 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-08-20T22:17:12.956+0200 [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2018-08-20T22:17:12.964+0200 [DEBUG] plugin: plugin process exited: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018/08/20 22:17:22 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/08/20 22:17:22 [INFO] Go runtime version: go1.10.1
2018/08/20 22:17:22 [INFO] CLI args: []string{"C:\\terraform\\terraform.exe", "destroy"}
2018/08/20 22:17:22 [DEBUG] Attempting to open CLI config file: C:\Users\mike\AppData\Roaming\terraform.rc
2018/08/20 22:17:22 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/20 22:17:22 [INFO] CLI command args: []string{"destroy"}
2018/08/20 22:17:22 [INFO] command: empty terraform config, returning nil
2018/08/20 22:17:22 [DEBUG] command: no data state file found for backend config
2018/08/20 22:17:22 [DEBUG] New state was assigned lineage "81339690-7e48-4b49-722a-8bc09113292a"
2018/08/20 22:17:22 [INFO] command: backend initialized: <nil>
2018/08/20 22:17:22 [DEBUG] checking for provider in "."
2018/08/20 22:17:22 [DEBUG] checking for provider in "C:\\terraform"
2018/08/20 22:17:22 [DEBUG] checking for provider in "terraform.d/plugins/windows_amd64"
2018/08/20 22:17:22 [WARN] found legacy provider "terraform-provider-virtualbox.exe"
2018/08/20 22:17:22 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:17:22 [DEBUG] found valid plugin: "virtualbox", "0.0.0", "C:\\terraform\\terraform.d\\plugins\\windows_amd64\\terraform-provider-virtualbox.exe"
2018/08/20 22:17:22 [DEBUG] checking for provisioner in "."
2018/08/20 22:17:22 [DEBUG] checking for provisioner in "C:\\terraform"
2018/08/20 22:17:22 [DEBUG] checking for provisioner in "terraform.d/plugins/windows_amd64"
2018/08/20 22:17:22 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:17:22 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/20 22:17:22 [INFO] backend/local: starting Apply operation
2018/08/20 22:17:22 [INFO] terraform: building graph: GraphTypeInput
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aeb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aea00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:17:22 [TRACE] Graph after step *terraform.ProviderTransformer:
output.IPAddrMaster - *terraform.NodeApplyableOutput
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:22 [DEBUG] Starting graph walk: walkInput
2018-08-20T22:17:22.854+0200 [DEBUG] plugin: starting plugin: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe args=[C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe]
2018-08-20T22:17:22.858+0200 [DEBUG] plugin: waiting for RPC address: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018-08-20T22:17:22.873+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: plugin address: timestamp=2018-08-20T22:17:22.873+0200 address=127.0.0.1:10000 network=tcp
2018/08/20 22:17:22 [INFO] terraform: building graph: GraphTypeValidate
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aeb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aea00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:17:22 [DEBUG] Starting graph walk: walkValidate
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aeb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aea00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aeb90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aea50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ae960), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aeaa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ae9b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424aeaf0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:17:22 [TRACE] Graph after step *terraform.TargetsTransformer:
virtualbox_vm.worker[0] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.worker[1] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.worker[2] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.worker[3] - *terraform.NodeValidatableResourceInstance
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:17:22 [INFO] backend/local: apply calling Refresh
2018/08/20 22:17:22 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:22 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:17:22 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:17:22 [TRACE] Graph after step *terraform.ReferenceTransformer:
output.IPAddrMaster - *terraform.NodeApplyableOutput
virtualbox_vm.master - *terraform.NodeRefreshableManagedResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
virtualbox_vm.worker - *terraform.NodeRefreshableManagedResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master - *terraform.NodeRefreshableManagedResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker - *terraform.NodeRefreshableManagedResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:17:22 [DEBUG] Starting graph walk: walkRefresh
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af3b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af2c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424af400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:17:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018-08-20T22:17:22.908+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:17:22.956+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:17:23.016+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:17:23.077+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:17:23.127+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:17:23.190+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo master-04 --machinereadable
2018-08-20T22:17:23.253+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:17:23.307+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:17:23.354+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:23.411+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:17:23.411+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:17:23.449+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.464+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:17:23.464+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:17:23.483+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.500+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.516+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:17:23.516+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:17:23.519+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.536+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.549+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.570+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:17:23.570+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:17:23.571+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.585+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.605+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.620+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:17:23.620+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:17:23.621+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.641+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.656+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.671+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:17:23.671+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata master-04 user_data
2018-08-20T22:17:23.676+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.691+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.708+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.724+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:17:23.725+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:17:23.726+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.745+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.762+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.775+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:17:23.781+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.798+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.809+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:17:23.833+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:17:23.844+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:17:23.877+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018/08/20 22:17:23 [INFO] backend/local: apply calling Plan
2018/08/20 22:17:23 [INFO] terraform: building graph: GraphTypePlanDestroy
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042755040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042754690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042754a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042776870), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042755040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042776870), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042754e60), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042776be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042754690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042754a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042754e60), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042776be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] Attaching resource state to "virtualbox_vm.master[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:23 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[3] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[3] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[2] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[2] using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[0] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.worker[1] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[1] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[2] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[3] (destroy) using provider provider.virtualbox
2018/08/20 22:17:23 [DEBUG] resource virtualbox_vm.master[0] (destroy) using provider provider.virtualbox
3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
rker[3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
orker[3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[0] virtualbox_vm.master[3] virtualbox_vm.master[1] virtualbox_vm.master[2] virtualbox_vm.master[3] (destroy) virtualbox_vm.master[0] (destroy) virtualbox_vm.master[1] (destroy) virtualbox_vm.master[2] (destroy)]
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[0] virtualbox_vm.worker[2] virtualbox_vm.worker[3] virtualbox_vm.worker[1] virtualbox_vm.worker[3] (destroy) virtualbox_vm.worker[2] (destroy) virtualbox_vm.worker[0] (destroy) virtualbox_vm.worker[1] (destroy)]
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2] (destroy)" references: []
2018/08/20 22:17:23 [DEBUG] Starting graph walk: walkPlanDestroy
2018/08/20 22:17:23 [DEBUG] command: asking for input: "Do you really want to destroy?"
2018/08/20 22:17:25 [INFO] terraform: building graph: GraphTypeApply
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422645a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422645f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422644b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[2] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[3] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[0] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[1] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[2] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[3] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[1] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[0] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422645f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422645f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422644b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422645a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422645a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0422644b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] Attaching resource state to "virtualbox_vm.master[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042264460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:17:25 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[3] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[0] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[1] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[2] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[3] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[0] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[2] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[3] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[1] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.master[2] (destroy) using provider provider.virtualbox
2018/08/20 22:17:25 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
rker[3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
orker[3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[1] virtualbox_vm.master[3] virtualbox_vm.master[0] virtualbox_vm.master[2] virtualbox_vm.master[3] (destroy) virtualbox_vm.master[2] (destroy) virtualbox_vm.master[1] (destroy) virtualbox_vm.master[0] (destroy)]
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[3] virtualbox_vm.worker[1] virtualbox_vm.worker[2] virtualbox_vm.worker[0] virtualbox_vm.worker[1] (destroy) virtualbox_vm.worker[3] (destroy) virtualbox_vm.worker[0] (destroy) virtualbox_vm.worker[2] (destroy)]
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[2] (destroy) virtualbox_vm.master[3] (destroy) virtualbox_vm.master[0] (destroy) virtualbox_vm.master[1] (destroy)]
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[2] (destroy) virtualbox_vm.worker[3] (destroy) virtualbox_vm.worker[1] (destroy) virtualbox_vm.worker[0] (destroy)]
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[3] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0] (destroy)" references: []
2018/08/20 22:17:25 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1] (destroy)" references: []
tput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
leOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
t
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
ter - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
*terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
- *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
box - *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
form.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
ut
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:17:25 [DEBUG] Starting graph walk: walkDestroy
2018/08/20 22:17:25 [DEBUG] apply: virtualbox_vm.worker.2: executing Apply
2018/08/20 22:17:25 [TRACE] root: eval: *terraform.EvalOpFilter
2018/08/20 22:17:25 [DEBUG] apply: virtualbox_vm.master.3: executing Apply
2018/08/20 22:17:25 [DEBUG] apply: virtualbox_vm.worker.1: executing Apply
2018-08-20T22:17:25.517+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 008435b5-e162-411f-91f8-0d19cccb84d6 --machinereadable
2018-08-20T22:17:25.570+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm master-01 poweroff
2018-08-20T22:17:25.570+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 9f32bf20-45c3-4d49-bbd8-bf696e82aa9b --machinereadable
2018-08-20T22:17:25.624+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 3c76cdf7-e1a9-44eb-9f15-3741477ffd57 --machinereadable
2018-08-20T22:17:25.624+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm master-02 poweroff
2018-08-20T22:17:25.677+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm worker-03 poweroff
2018-08-20T22:17:25.677+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo c3540ad8-e2d0-41a6-8c4d-5e84653b5fce --machinereadable
2018-08-20T22:17:25.735+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm master-04 poweroff
2018-08-20T22:17:25.735+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo db075579-2cb3-4d79-b3dd-5dfc581d0d7c --machinereadable
2018-08-20T22:17:25.761+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm master-01 --delete
2018-08-20T22:17:25.788+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm master-02 --delete
2018-08-20T22:17:25.805+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo cb17d7ba-818b-4f8c-8156-d64c2d7bb9f1 --machinereadable
2018-08-20T22:17:25.805+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm worker-01 poweroff
2018-08-20T22:17:25.856+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm worker-03 --delete
2018-08-20T22:17:25.864+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 44d3e5e5-efd8-46c2-85fa-3702f20d4354 --machinereadable
2018-08-20T22:17:25.864+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm worker-02 poweroff
2018-08-20T22:17:25.920+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:75: executing: VBoxManage showvminfo 14f4cac6-dc65-4df4-9236-e5e4586a715e --machinereadable
2018-08-20T22:17:25.920+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm master-03 poweroff
2018-08-20T22:17:25.967+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm master-04 --delete
2018-08-20T22:17:25.992+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage controlvm worker-04 poweroff
2018-08-20T22:17:26.080+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm worker-01 --delete
2018-08-20T22:17:26.095+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm master-03 --delete
2018-08-20T22:17:26.145+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm worker-02 --delete
2018-08-20T22:17:26.185+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-13744-vbm.go:45: executing: VBoxManage unregistervm worker-04 --delete
2018/08/20 22:17:26 [DEBUG] plugin: waiting for all plugin processes to complete...
2018/08/20 22:17:26 [ERR] yamux: Failed to read stream data: read tcp 127.0.0.1:61036->127.0.0.1:10000: wsarecv: An existing connection was forcibly closed by the remote host.
2018-08-20T22:17:26.512+0200 [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2018/08/20 22:17:26 [ERR] yamux: Failed to write header: write tcp 127.0.0.1:61036->127.0.0.1:10000: use of closed network connection
2018-08-20T22:17:26.520+0200 [DEBUG] plugin: plugin process exited: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018/08/20 22:17:58 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/08/20 22:17:58 [INFO] Go runtime version: go1.10.1
2018/08/20 22:17:58 [INFO] CLI args: []string{"C:\\terraform\\terraform.exe", "apply"}
2018/08/20 22:17:58 [DEBUG] Attempting to open CLI config file: C:\Users\mike\AppData\Roaming\terraform.rc
2018/08/20 22:17:58 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/20 22:17:58 [INFO] CLI command args: []string{"apply"}
2018/08/20 22:17:58 [INFO] command: empty terraform config, returning nil
2018/08/20 22:17:58 [DEBUG] command: no data state file found for backend config
2018/08/20 22:17:58 [DEBUG] New state was assigned lineage "31f567aa-e255-ac29-07b4-9f67ca5dd5a4"
2018/08/20 22:17:58 [INFO] command: backend initialized: <nil>
2018/08/20 22:17:58 [DEBUG] checking for provider in "."
2018/08/20 22:17:58 [DEBUG] checking for provider in "C:\\terraform"
2018/08/20 22:17:58 [DEBUG] checking for provider in "terraform.d/plugins/windows_amd64"
2018/08/20 22:17:58 [WARN] found legacy provider "terraform-provider-virtualbox.exe"
2018/08/20 22:17:58 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:17:58 [DEBUG] found valid plugin: "virtualbox", "0.0.0", "C:\\terraform\\terraform.d\\plugins\\windows_amd64\\terraform-provider-virtualbox.exe"
2018/08/20 22:17:58 [DEBUG] checking for provisioner in "."
2018/08/20 22:17:58 [DEBUG] checking for provisioner in "C:\\terraform"
2018/08/20 22:17:58 [DEBUG] checking for provisioner in "terraform.d/plugins/windows_amd64"
2018/08/20 22:17:58 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:17:58 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/20 22:17:58 [INFO] backend/local: starting Apply operation
2018/08/20 22:17:58 [INFO] terraform: building graph: GraphTypeInput
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master": virtualbox_vm.master
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker": virtualbox_vm.worker
2018/08/20 22:17:58 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:58 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:58 [DEBUG] Starting graph walk: walkInput
2018-08-20T22:17:58.465+0200 [DEBUG] plugin: starting plugin: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe args=[C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe]
2018-08-20T22:17:58.469+0200 [DEBUG] plugin: waiting for RPC address: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018-08-20T22:17:58.485+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: plugin address: timestamp=2018-08-20T22:17:58.484+0200 address=127.0.0.1:10000 network=tcp
2018/08/20 22:17:58 [INFO] terraform: building graph: GraphTypeValidate
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master": virtualbox_vm.master
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker": virtualbox_vm.worker
2018/08/20 22:17:58 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:58 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:17:58 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:17:58 [DEBUG] Starting graph walk: walkValidate
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[6]": virtualbox_vm.worker[6]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[7]": virtualbox_vm.worker[7]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[0]": virtualbox_vm.worker[0]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[1]": virtualbox_vm.worker[1]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[2]": virtualbox_vm.worker[2]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[3]": virtualbox_vm.worker[3]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[4]": virtualbox_vm.worker[4]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[5]": virtualbox_vm.worker[5]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master[0]": virtualbox_vm.master[0]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master[1]": virtualbox_vm.master[1]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:17:58 [TRACE] [walkValidate] Entering eval tree: virtualbox_vm.worker[2]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:17:58 [TRACE] root: eval: *terraform.EvalSequence
2018/08/20 22:17:58 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/08/20 22:17:58 [INFO] backend/local: apply calling Refresh
2018/08/20 22:17:58 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: []
2018/08/20 22:17:58 [DEBUG] Starting graph walk: walkRefresh
2018/08/20 22:17:58 [INFO] backend/local: apply calling Plan
2018/08/20 22:17:58 [INFO] terraform: building graph: GraphTypePlan
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master": virtualbox_vm.master
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker": virtualbox_vm.worker
2018/08/20 22:17:58 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:17:58 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:17:58 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:17:58 [DEBUG] Starting graph walk: walkPlan
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master[0]": virtualbox_vm.master[0]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[4]": virtualbox_vm.worker[4]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.master[1]": virtualbox_vm.master[1]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[5]": virtualbox_vm.worker[5]
2018/08/20 22:17:58 [TRACE] Graph after step *terraform.TargetsTransformer:
virtualbox_vm.master[0] - *terraform.NodePlannableResourceInstance
virtualbox_vm.master[1] - *terraform.NodePlannableResourceInstance
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[6]": virtualbox_vm.worker[6]
2018/08/20 22:17:58 [TRACE] Graph after step *terraform.ReferenceTransformer:
virtualbox_vm.master[0] - *terraform.NodePlannableResourceInstance
virtualbox_vm.master[1] - *terraform.NodePlannableResourceInstance
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[7]": virtualbox_vm.worker[7]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[0]": virtualbox_vm.worker[0]
2018/08/20 22:17:58 [DEBUG] Resource state not found for "virtualbox_vm.worker[3]": virtualbox_vm.worker[3]
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:17:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:17:58 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/08/20 22:18:00 [INFO] terraform: building graph: GraphTypeApply
mputed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.0
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-01" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.1
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-02" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.2
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-03" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.3
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-04" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.4
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-05" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.5
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-06" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.6
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-07" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
CREATE: virtualbox_vm.worker.7
cpus: "" => "2"
image: "" => "./virtualbox-ubuntu.box" (forces new resource)
memory: "" => "1024 mib"
name: "" => "worker-08" (forces new resource)
network_adapter.#: "" => "1"
network_adapter.0.device: "" => "IntelPro1000MTServer"
network_adapter.0.host_interface: "" => "Intel(R) I211 Gigabit Network Connection #2"
network_adapter.0.ipv4_address: "" => "<computed>"
network_adapter.0.ipv4_address_available: "" => "<computed>"
network_adapter.0.mac_address: "" => "<computed>"
network_adapter.0.status: "" => "<computed>"
network_adapter.0.type: "" => "bridged"
status: "" => "running"
url: "" => "https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box" (forces new resource)
user_data: "" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
quiresNew:true, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"worker-05", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/20 22:18:00 [TRACE] DiffTransformer: Resource "virtualbox_vm.master.0": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cpus":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"master-01", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"512 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/20 22:18:00 [TRACE] DiffTransformer: Resource "virtualbox_vm.worker.1": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"1024 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "cpus":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"worker-02", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/20 22:18:00 [TRACE] DiffTransformer: Resource "virtualbox_vm.worker.2": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"network_adapter.0.status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"worker-03", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cpus":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"1024 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
, Sensitive:false, Type:0x0}, "cpus":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.host_interface":*terraform.ResourceAttrDiff{Old:"", New:"Intel(R) I211 Gigabit Network Connection #2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"worker-06", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"1024 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
{}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "network_adapter.0.ipv4_address_available":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "url":*terraform.ResourceAttrDiff{Old:"", New:"https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20180802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
worker-07", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"1024 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "image":*terraform.ResourceAttrDiff{Old:"", New:"./virtualbox-ubuntu.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.mac_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "memory":*terraform.ResourceAttrDiff{Old:"", New:"1024 mib", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.device":*terraform.ResourceAttrDiff{Old:"", New:"IntelPro1000MTServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"worker-01", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[1]": virtualbox_vm.worker[1]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[2]": virtualbox_vm.worker[2]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[4]": virtualbox_vm.worker[4]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.master[0]": virtualbox_vm.master[0]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.master[1]": virtualbox_vm.master[1]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[3]": virtualbox_vm.worker[3]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[5]": virtualbox_vm.worker[5]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[7]": virtualbox_vm.worker[7]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[6]": virtualbox_vm.worker[6]
2018/08/20 22:18:00 [DEBUG] Resource state not found for "virtualbox_vm.worker[0]": virtualbox_vm.worker[0]
2018/08/20 22:18:00 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[5] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[7] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[6] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.worker[4] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[0] virtualbox_vm.master[1]]
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[6] virtualbox_vm.worker[0] virtualbox_vm.worker[4] virtualbox_vm.worker[3] virtualbox_vm.worker[5] virtualbox_vm.worker[7] virtualbox_vm.worker[1] virtualbox_vm.worker[2]]
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:18:00 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
ider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
irtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
NodeApplyableResource
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
rm.NodeApplyableResource
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
ableResource
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
ApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:18:00 [DEBUG] Starting graph walk: walkApply
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.worker.5: executing Apply
2018/08/20 22:18:00 [TRACE] root: eval: *terraform.EvalApply
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.master.1: executing Apply
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.master.0: executing Apply
2018-08-20T22:18:00.675+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.676+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.679+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.682+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.682+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.worker.4: executing Apply
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.worker.6: executing Apply
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.worker.1: executing Apply
2018/08/20 22:18:00 [TRACE] root: eval: *terraform.EvalApply
2018/08/20 22:18:00 [DEBUG] apply: virtualbox_vm.worker.0: executing Apply
2018-08-20T22:18:00.715+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-06 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.717+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-04 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.727+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.729+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.731+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.742+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:00.744+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name master-02 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.745+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-03 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.745+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name master-01 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.770+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:00.826+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:00.827+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-05 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.876+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:00.876+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-02 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:00.928+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:00.929+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-06\box-disk1.vmdk
2018-08-20T22:18:00.976+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:00.976+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-01 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018/08/20 22:18:01 [DEBUG] apply: virtualbox_vm.worker.7: executing Apply
2018-08-20T22:18:01.025+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:18:01.070+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:18:01.121+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:18:01.166+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:18:01.210+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:18:01.254+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:18:01.297+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:18:01.344+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:18:01.344+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-07 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:01.393+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:18:06.988+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-04\box-disk1.vmdk
2018-08-20T22:18:06.988+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-06 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:06.989+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:18:07.083+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-06 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-06\box-disk1.vmdk
2018-08-20T22:18:07.083+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:07.142+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:07.149+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-06 user_data {
2018-08-20T22:18:07.149+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:07.149+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:07.149+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:07.160+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:18:07.210+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-06 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:07.219+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:18:07.281+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:18:07.334+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:18:07.334+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-06 --type headless
2018-08-20T22:18:07.383+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:18:07.443+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:18:07.484+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:18:07.526+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:18:07.567+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:18:07.609+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage createvm --name worker-08 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:18:07.655+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-08 --machinereadable
2018-08-20T22:18:09.709+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40
2018-08-20T22:18:09.709+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-06) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:09.709+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:12.715+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:18:12.800+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:18:12.860+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:12.897+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:12.996+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-04 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:12.996+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-02\box-disk1.vmdk
2018-08-20T22:18:13.069+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-04 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-04\box-disk1.vmdk
2018-08-20T22:18:13.132+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:13.139+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-04 user_data {
2018-08-20T22:18:13.139+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:13.139+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:13.139+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:13.196+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-04 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:13.244+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:18:13.289+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-04 --type headless
2018-08-20T22:18:15.638+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: c59d7c55-97a9-4d91-89a0-2578ed414076
2018-08-20T22:18:15.638+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-04) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:15.638+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:15.904+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:18:15.951+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:18:15.989+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:16.018+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:18.646+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-01\box-disk1.vmdk
2018-08-20T22:18:18.648+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl master-02 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:18.649+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:18:18.696+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach master-02 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-02\box-disk1.vmdk
2018-08-20T22:18:18.703+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:18:18.736+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:18.737+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:18.743+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata master-02 user_data {
2018-08-20T22:18:18.743+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:18.743+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:18.743+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:18.766+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:18.785+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm master-02 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:18.845+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:18:18.905+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm master-02 --type headless
2018-08-20T22:18:21.681+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 56f77ffa-bfc8-4df2-9001-2f4389b9826b
2018-08-20T22:18:21.681+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (master-02) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:21.681+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:21.772+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:18:21.820+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:18:21.853+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:21.882+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:22.025+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:18:22.074+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:18:22.107+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:22.141+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:22.175+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:22.211+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:18:22.259+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:18:22.305+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:18:22.337+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:22.374+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:22.408+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:24.697+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:18:24.704+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-03\box-disk1.vmdk
2018-08-20T22:18:24.704+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl master-01 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:24.759+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:18:24.781+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach master-01 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-01\box-disk1.vmdk
2018-08-20T22:18:24.795+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:24.827+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:24.829+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:24.834+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata master-01 user_data {
2018-08-20T22:18:24.834+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:24.834+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:24.834+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:24.876+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm master-01 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:24.922+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:18:24.970+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm master-01 --type headless
2018-08-20T22:18:27.838+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:18:27.886+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:18:27.889+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:18:27.920+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:27.938+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:18:27.948+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:27.970+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:27.987+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 0b493fd1-855b-46cb-a75e-391af72c82ce
2018-08-20T22:18:27.987+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (master-01) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:27.987+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:28.004+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:28.037+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:28.072+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:18:28.119+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:18:28.168+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:18:28.206+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:28.241+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:28.278+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:30.413+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-05\box-disk1.vmdk
2018-08-20T22:18:30.414+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-03 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:30.468+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-03 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-03\box-disk1.vmdk
2018-08-20T22:18:30.508+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:30.514+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-03 user_data {
2018-08-20T22:18:30.514+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:30.514+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:30.514+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:30.560+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-03 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:30.605+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:18:30.650+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-03 --type headless
2018-08-20T22:18:30.994+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:18:31.041+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:18:31.074+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:31.110+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:33.208+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 283d9a29-22db-42cb-8336-72047ec674bd
2018-08-20T22:18:33.208+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-03) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:33.208+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:33.958+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:18:34.013+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:18:34.051+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:34.091+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:34.119+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:18:34.129+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:34.173+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:18:34.173+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:18:34.209+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:34.221+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:18:34.237+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:34.268+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:18:34.300+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:34.334+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:34.368+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:36.148+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-02\box-disk1.vmdk
2018-08-20T22:18:36.148+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-05 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:36.195+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-05 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-05\box-disk1.vmdk
2018-08-20T22:18:36.217+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:18:36.234+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:36.241+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-05 user_data {
2018-08-20T22:18:36.241+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:36.241+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:36.241+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:36.266+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:18:36.284+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-05 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:36.298+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:36.327+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:36.330+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:18:36.381+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-05 --type headless
2018-08-20T22:18:38.996+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: b1ba9666-5bbd-4264-bb55-6da0e670c2ed
2018-08-20T22:18:38.996+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-05) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:38.996+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:39.336+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:18:39.383+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:18:39.417+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:39.452+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:40.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:18:40.293+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:18:40.327+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:40.355+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 10s before next try
2018-08-20T22:18:41.809+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-02 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:41.812+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-01\box-disk1.vmdk
2018-08-20T22:18:41.856+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-02 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-02\box-disk1.vmdk
2018-08-20T22:18:41.897+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:41.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-02 user_data {
2018-08-20T22:18:41.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:41.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:41.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:41.947+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-02 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:42.002+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:18:42.072+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:18:42.072+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:18:42.124+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:42.149+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-02 --type headless
2018-08-20T22:18:42.167+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:44.867+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1
2018-08-20T22:18:44.867+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-02) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:44.867+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:45.174+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:18:45.227+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:18:45.260+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:45.291+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:45.462+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:18:45.518+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:18:45.552+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:45.588+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:45.623+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:45.660+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:18:45.706+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:18:45.753+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:18:45.786+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:45.821+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:45.854+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:47.876+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:18:47.939+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:18:47.955+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-07\box-disk1.vmdk
2018-08-20T22:18:47.955+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-01 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:47.978+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:48.005+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:48.006+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-01 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-01\box-disk1.vmdk
2018-08-20T22:18:48.048+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:48.054+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-01 user_data {
2018-08-20T22:18:48.054+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:48.054+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:48.054+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:48.098+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-01 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:48.145+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:18:48.194+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-01 --type headless
2018-08-20T22:18:50.362+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:18:50.421+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:18:50.474+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:50.524+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:50.593+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:50.639+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:18:50.697+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:18:50.759+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:18:50.807+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:50.862+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:50.911+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:51.012+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:18:51.071+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:18:51.103+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:51.132+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:51.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 6b5a4639-23bc-4ad3-a90a-8350a4462501
2018-08-20T22:18:51.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-01) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:51.245+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:51.297+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:18:51.349+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:18:51.383+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:51.417+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:51.453+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:51.487+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:18:51.535+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:18:51.593+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:18:51.626+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:51.661+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:51.697+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:53.656+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-07 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:53.656+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\worker-08\box-disk1.vmdk
2018-08-20T22:18:53.705+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-07 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-07\box-disk1.vmdk
2018-08-20T22:18:53.746+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:53.756+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-07 user_data {
2018-08-20T22:18:53.756+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:53.756+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:53.756+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:53.804+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-07 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:53.852+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:18:53.899+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-07 --type headless
2018-08-20T22:18:54.252+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:18:54.315+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:18:54.365+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:54.406+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:18:56.503+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 9650bf20-c886-40fc-a644-a45c4aa85863
2018-08-20T22:18:56.503+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-07) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:18:56.503+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:18:57.141+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:18:57.188+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:18:57.221+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:57.255+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:57.289+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:57.325+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:18:57.372+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:18:57.422+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:18:57.422+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:18:57.458+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:57.470+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:18:57.494+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:18:57.503+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:57.528+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:18:57.536+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:18:59.326+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storagectl worker-08 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:18:59.387+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage storageattach worker-08 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\worker-08\box-disk1.vmdk
2018-08-20T22:18:59.437+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:18:59.444+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage setextradata worker-08 user_data {
2018-08-20T22:18:59.444+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:18:59.444+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:18:59.444+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:18:59.487+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage modifyvm worker-08 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:18:59.512+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:18:59.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo worker-08 --machinereadable
2018-08-20T22:18:59.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:18:59.604+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:18:59.613+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:45: executing: VBoxManage startvm worker-08 --type headless
2018-08-20T22:18:59.635+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:19:02.506+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:329: [DEBUG] Resource ID: 4f78878e-22de-4728-9ce1-771c62a7feca
2018-08-20T22:19:02.506+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-resource_vm.go:740: [INFO] Waiting for VM (worker-08) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:02.506+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:02.641+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:02.687+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:02.725+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:02.754+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:19:03.542+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:03.589+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:19:03.621+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:03.656+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:03.690+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:03.726+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:03.772+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:03.817+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:19:03.851+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:03.885+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:03.919+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:05.520+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:05.574+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:05.610+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:05.643+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:19:08.651+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:08.700+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:08.733+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:08.761+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:19:08.761+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:08.808+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:08.841+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:08.878+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:08.912+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:08.947+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:08.995+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:09.044+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:09.076+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:09.112+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:09.150+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:14.779+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:14.841+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:14.881+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:14.922+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:14.957+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:14.994+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:15.040+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:15.088+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:15.123+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:15.157+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:15.202+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-10648-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/V4/IP
2018/08/20 22:19:15 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-08-20T22:19:15.258+0200 [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2018-08-20T22:19:15.269+0200 [DEBUG] plugin: plugin process exited: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018/08/20 22:19:21 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/08/20 22:19:21 [INFO] Go runtime version: go1.10.1
2018/08/20 22:19:21 [INFO] CLI args: []string{"C:\\terraform\\terraform.exe", "apply"}
2018/08/20 22:19:21 [DEBUG] Attempting to open CLI config file: C:\Users\mike\AppData\Roaming\terraform.rc
2018/08/20 22:19:21 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/20 22:19:21 [INFO] CLI command args: []string{"apply"}
2018/08/20 22:19:21 [INFO] command: empty terraform config, returning nil
2018/08/20 22:19:21 [DEBUG] command: no data state file found for backend config
2018/08/20 22:19:21 [DEBUG] New state was assigned lineage "2668e4ee-55d4-3813-f0ae-f0f5604f091d"
2018/08/20 22:19:21 [INFO] command: backend initialized: <nil>
2018/08/20 22:19:21 [DEBUG] checking for provider in "."
2018/08/20 22:19:21 [DEBUG] checking for provider in "C:\\terraform"
2018/08/20 22:19:21 [DEBUG] checking for provider in "terraform.d/plugins/windows_amd64"
2018/08/20 22:19:21 [WARN] found legacy provider "terraform-provider-virtualbox.exe"
2018/08/20 22:19:21 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:19:21 [DEBUG] found valid plugin: "virtualbox", "0.0.0", "C:\\terraform\\terraform.d\\plugins\\windows_amd64\\terraform-provider-virtualbox.exe"
2018/08/20 22:19:21 [DEBUG] checking for provisioner in "."
2018/08/20 22:19:21 [DEBUG] checking for provisioner in "C:\\terraform"
2018/08/20 22:19:21 [DEBUG] checking for provisioner in "terraform.d/plugins/windows_amd64"
2018/08/20 22:19:21 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:19:21 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/20 22:19:21 [INFO] backend/local: starting Apply operation
2018/08/20 22:19:21 [INFO] terraform: building graph: GraphTypeInput
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fecd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fed70), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:19:21 [DEBUG] Starting graph walk: walkInput
2018-08-20T22:19:21.161+0200 [DEBUG] plugin: starting plugin: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe args=[C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe]
2018-08-20T22:19:21.165+0200 [DEBUG] plugin: waiting for RPC address: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018-08-20T22:19:21.183+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: plugin address: timestamp=2018-08-20T22:19:21.183+0200 address=127.0.0.1:10000 network=tcp
2018/08/20 22:19:21 [INFO] terraform: building graph: GraphTypeValidate
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fed70), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fecd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:19:21 [DEBUG] Starting graph walk: walkValidate
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423feaa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423feaf0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423feb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fec80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fed70), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423feb90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423febe0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423fec30), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:21 [TRACE] Graph after step *terraform.ReferenceTransformer:
virtualbox_vm.master[0] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.master[1] - *terraform.NodeValidatableResourceInstance
virtualbox_vm.master[2] - *terraform.NodeValidatableResourceInstance
2018/08/20 22:19:21 [INFO] backend/local: apply calling Refresh
2018/08/20 22:19:21 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2960), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:19:21 [DEBUG] Starting graph walk: walkRefresh
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2960), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2820), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e29b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Resource state not found for "virtualbox_vm.master[2]": virtualbox_vm.master[2]
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e27d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [TRACE] vertex 'root.virtualbox_vm.master[2]': walking
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2910), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2a50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2870), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e28c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:19:21 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:19:21 [TRACE] Graph after step *terraform.ReferenceTransformer:
virtualbox_vm.worker[0] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[1] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[2] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[3] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[4] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[5] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[6] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[7] - *terraform.NodeRefreshableManagedResourceInstance
2018/08/20 22:19:21 [TRACE] Graph after step *terraform.RootTransformer:
root - terraform.graphNodeRoot
virtualbox_vm.worker[0] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[1] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[2] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[3] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[4] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[5] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[6] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[7] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[0] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[1] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[2] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[3] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[4] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[5] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[6] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[7] - *terraform.NodeRefreshableManagedResourceInstance
2018-08-20T22:19:21.225+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:19:21.274+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:19:21.325+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:19:21.377+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:19:21.429+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-08 --machinereadable
2018-08-20T22:19:21.481+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:19:21.532+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:19:21.592+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:19:21.652+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:19:21.711+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:19:21.771+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:19:21.837+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:19:21.837+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:19:21.872+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:21.893+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:19:21.893+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:19:21.913+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:21.930+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:21.947+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:19:21.947+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:19:21.950+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:21.966+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:21.985+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.003+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:22.006+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:19:22.006+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.020+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.046+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.060+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:19:22.062+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:22.062+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.082+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.098+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.115+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:19:22.115+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:19:22.120+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.135+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.151+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.168+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:22.168+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:19:22.171+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.187+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.205+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.219+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:19:22.219+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:19:22.223+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.241+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.255+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.272+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:22.272+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:19:22.278+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.290+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.313+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.321+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:22.326+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.348+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.359+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:22.383+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:22.395+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:22.429+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/V4/IP
2018/08/20 22:19:22 [INFO] backend/local: apply calling Plan
2018/08/20 22:19:22 [INFO] terraform: building graph: GraphTypePlan
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f4fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f5130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:19:22 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:22 [DEBUG] Starting graph walk: walkPlan
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f4fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f4ff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f4f00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Resource state not found for "virtualbox_vm.master[2]": virtualbox_vm.master[2]
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f50e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f5130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [TRACE] dag/walk: walking "virtualbox_vm.master[2]"
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f5180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f5090), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f5040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0421f4eb0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:22 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:22 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/08/20 22:19:24 [INFO] terraform: building graph: GraphTypeApply
tualbox_vm.worker.2
memory: "1.0 gib" => "1024 mib"
user_data: "{\r\r\n \"role\": \"worker\",\r\r\n \"foo\": \"bar\"\r\r\n}" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
UPDATE: virtualbox_vm.worker.3
memory: "1.0 gib" => "1024 mib"
user_data: "{\r\r\n \"role\": \"worker\",\r\r\n \"foo\": \"bar\"\r\r\n}" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
UPDATE: virtualbox_vm.worker.4
memory: "1.0 gib" => "1024 mib"
user_data: "{\r\r\n \"role\": \"worker\",\r\r\n \"foo\": \"bar\"\r\r\n}" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
UPDATE: virtualbox_vm.worker.5
memory: "1.0 gib" => "1024 mib"
user_data: "{\r\r\n \"role\": \"worker\",\r\r\n \"foo\": \"bar\"\r\r\n}" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
UPDATE: virtualbox_vm.worker.6
memory: "1.0 gib" => "1024 mib"
user_data: "{\r\r\n \"role\": \"worker\",\r\r\n \"foo\": \"bar\"\r\r\n}" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
UPDATE: virtualbox_vm.worker.7
memory: "1.0 gib" => "1024 mib"
user_data: "{\r\r\n \"role\": \"worker\",\r\r\n \"foo\": \"bar\"\r\r\n}" => "{\r\n \"role\": \"worker\",\r\n \"foo\": \"bar\"\r\n}"
0802.0.0/providers/virtualbox.box", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"master-03", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_adapter.0.type":*terraform.ResourceAttrDiff{Old:"", New:"bridged", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_adapter.0.ipv4_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "status":*terraform.ResourceAttrDiff{Old:"", New:"running", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2c30), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2d70), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2dc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2e10), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2d20), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2c80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423e2cd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:24 [DEBUG] Resource state not found for "virtualbox_vm.master[2]": virtualbox_vm.master[2]
2018/08/20 22:19:24 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.master[2] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[4] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[7] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[5] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] resource virtualbox_vm.worker[6] using provider provider.virtualbox
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[0] virtualbox_vm.master[1] virtualbox_vm.master[2]]
2018/08/20 22:19:24 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[6] virtualbox_vm.worker[0] virtualbox_vm.worker[3] virtualbox_vm.worker[7] virtualbox_vm.worker[5] virtualbox_vm.worker[1] virtualbox_vm.worker[4] virtualbox_vm.worker[2]]
.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
leProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
ider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
NodeApplyableResource
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
rm.NodeApplyableResource
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
ableResource
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
virtualbox_vm.master[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
m.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeApplyableResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:19:24 [DEBUG] Starting graph walk: walkApply
2018/08/20 22:19:24 [DEBUG] apply: virtualbox_vm.master.1: executing Apply
2018/08/20 22:19:24 [DEBUG] apply: virtualbox_vm.worker.6: executing Apply
2018/08/20 22:19:24 [DEBUG] apply: virtualbox_vm.worker.2: executing Apply
2018/08/20 22:19:24 [DEBUG] apply: virtualbox_vm.worker.5: executing Apply
2018/08/20 22:19:24 [TRACE] root: eval: *terraform.EvalApply
2018/08/20 22:19:24 [DEBUG] apply: virtualbox_vm.worker.4: executing Apply
2018-08-20T22:19:24.960+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:19:24.964+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage list vms
2018-08-20T22:19:25.012+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:25.012+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm master-02 poweroff
2018-08-20T22:19:25.068+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:25.068+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-07 poweroff
2018-08-20T22:19:25.124+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-08 poweroff
2018-08-20T22:19:25.124+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:19:25.148+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.155+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata master-02 user_data {
2018-08-20T22:19:25.155+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.155+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.155+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.189+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm master-01 poweroff
2018-08-20T22:19:25.189+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:19:25.192+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm master-02 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.227+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.236+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-07 user_data {
2018-08-20T22:19:25.236+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.236+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.236+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.246+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-03 poweroff
2018-08-20T22:19:25.246+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:19:25.273+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-07 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.298+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.307+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-06 poweroff
2018-08-20T22:19:25.307+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:19:25.310+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-08 user_data {
2018-08-20T22:19:25.310+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.310+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.310+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.343+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.356+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-08 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.356+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata master-01 user_data {
2018-08-20T22:19:25.356+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.356+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.356+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.373+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-05 poweroff
2018-08-20T22:19:25.373+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:19:25.393+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm master-01 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.432+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:25.432+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-02 poweroff
2018-08-20T22:19:25.459+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.467+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-03 user_data {
2018-08-20T22:19:25.467+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.467+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.467+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.491+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-01 poweroff
2018-08-20T22:19:25.492+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.495+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:19:25.501+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-06 user_data {
2018-08-20T22:19:25.501+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.501+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.501+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.515+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-03 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.536+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-06 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.548+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:19:25.560+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-05 user_data {
2018-08-20T22:19:25.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.568+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.601+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:19:25.601+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm master-02 --type headless
2018-08-20T22:19:25.611+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-05 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.660+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-07 --type headless
2018-08-20T22:19:25.660+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-08 --machinereadable
2018-08-20T22:19:25.663+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.671+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-02 user_data {
2018-08-20T22:19:25.671+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.671+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.671+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.711+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-02 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.717+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:19:25.717+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-08 --type headless
2018-08-20T22:19:25.734+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:25.741+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-01 user_data {
2018-08-20T22:19:25.741+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:25.741+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:25.741+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:25.774+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm master-01 --type headless
2018-08-20T22:19:25.775+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:19:25.779+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-01 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:25.825+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:19:25.878+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:19:25.879+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-03 --type headless
2018-08-20T22:19:25.930+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-06 --type headless
2018-08-20T22:19:25.930+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:19:25.986+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:19:25.986+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-05 --type headless
2018-08-20T22:19:26.037+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:19:26.037+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-02 --type headless
2018-08-20T22:19:26.089+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:19:26.089+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-01 --type headless
2018-08-20T22:19:26.137+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:19:26.184+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:19:26.228+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:19:26.273+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:19:26.318+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:19:26.366+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:19:26.413+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-08 --machinereadable
2018-08-20T22:19:26.463+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage createvm --name master-03 --register --basefolder C:\Users\mike\.terraform\virtualbox\machine
2018-08-20T22:19:26.525+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:19:26.572+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage clonehd C:\Users\mike\.terraform\virtualbox\gold\virtualbox-ubuntu\box-disk1.vmdk C:\Users\mike\.terraform\virtualbox\machine\master-03\box-disk1.vmdk
2018-08-20T22:19:28.090+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (master-02) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.090+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.197+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-08) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.197+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.216+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-07) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.216+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.329+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (master-01) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.329+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.442+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-03) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.442+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.500+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-06) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.500+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.563+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-05) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.563+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.628+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-02) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.628+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:28.740+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-01) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:28.740+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:31.097+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:19:31.159+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:19:31.204+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:31.206+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.263+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:31.263+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:31.315+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.339+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:19:31.339+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:31.397+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.404+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:19:31.465+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:31.465+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:19:31.514+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.519+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:19:31.590+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:31.590+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:19:31.647+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.651+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018/08/20 22:19:31 [DEBUG] apply: virtualbox_vm.worker.3: executing Apply
2018-08-20T22:19:31.734+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:19:31.734+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:19:31.797+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.803+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:19:31.803+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:31.859+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.887+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:19:31.887+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:31.944+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:31.947+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:19:32.011+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:19:32.012+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:19:32.074+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:32.074+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:19:32.075+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:32.132+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:32.136+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:19:32.137+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:32.187+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:32.218+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:32.218+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage controlvm worker-04 poweroff
2018-08-20T22:19:32.293+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:19:32.293+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:19:32.348+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:32.365+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:19:32.387+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:32.405+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata worker-04 user_data {
2018-08-20T22:19:32.405+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:32.405+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:32.405+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:32.448+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:19:32.468+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm worker-04 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 2 --memory 1024 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:32.538+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:19:32.538+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:19:32.597+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:32.613+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:19:32.695+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:19:32.785+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:19:32.786+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:32.838+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:32.870+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:19:32.980+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:19:32.980+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:19:33.042+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:33.080+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:19:33.083+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm worker-04 --type headless
2018-08-20T22:19:33.194+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:19:33.197+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:19:33.293+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:33.325+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:33.331+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:19:33.417+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:33.456+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:19:33.543+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:33.580+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage storagectl master-03 --name SATA --add sata --portcount 2 --controller IntelAHCI --hostiocache on --bootable on
2018-08-20T22:19:33.691+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage storageattach master-03 --storagectl SATA --port 0 --device 0 --type hdd --medium C:\Users\mike\.terraform\virtualbox\machine\master-03\box-disk1.vmdk
2018-08-20T22:19:33.785+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:565: [DEBUG] Network adapter: {Network:bridged Hardware:82545EM HostInterface:Intel(R) I211 Gigabit Network Connection #2 MacAddr:}
2018-08-20T22:19:33.802+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage setextradata master-03 user_data {
2018-08-20T22:19:33.802+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "role": "worker",
2018-08-20T22:19:33.802+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: "foo": "bar"
2018-08-20T22:19:33.802+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: }
2018-08-20T22:19:33.918+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage modifyvm master-03 --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux_64 --cpus 1 --memory 512 --vram 20 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --hpet off --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux on --accelerate3d off --boot1 disk --boot2 none --boot3 none --boot4 none --nic1 bridged --nictype1 82545EM --cableconnected1 on --bridgeadapter1 Intel(R) I211 Gigabit Network Connection #2
2018-08-20T22:19:34.072+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:19:34.218+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:45: executing: VBoxManage startvm master-03 --type headless
2018-08-20T22:19:36.756+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (worker-04) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:36.756+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:38.474+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:329: [DEBUG] Resource ID: ef278745-d8af-481c-80d7-b5000ddb4e52
2018-08-20T22:19:38.474+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-resource_vm.go:740: [INFO] Waiting for VM (master-03) to have network_adapter.0.ipv4_address_available of [yes]
2018-08-20T22:19:38.474+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:52: [DEBUG] Waiting for state to become: [yes]
2018-08-20T22:19:39.766+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:19:39.858+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:19:39.938+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:40.008+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:19:40.095+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:19:40.180+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:19:40.239+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:41.487+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:19:41.563+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:19:41.620+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:41.669+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:193: [TRACE] Waiting 3s before next try
2018-08-20T22:19:44.676+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:19:44.728+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:19:44.769+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:44.801+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-state.go:193: [TRACE] Waiting 6s before next try
2018-08-20T22:19:50.809+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:19:50.867+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:19:50.903+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:50.946+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:50.984+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:51.021+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:19:51.076+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:19:51.126+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:19:51.161+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:51.196+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:51.231+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-6040-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018/08/20 22:19:51 [DEBUG] plugin: waiting for all plugin processes to complete...
2018/08/20 22:19:51 [ERR] yamux: Failed to read stream data: read tcp 127.0.0.1:61039->127.0.0.1:10000: wsarecv: An existing connection was forcibly closed by the remote host.
2018-08-20T22:19:51.282+0200 [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2018/08/20 22:19:51 [ERR] yamux: Failed to write header: write tcp 127.0.0.1:61039->127.0.0.1:10000: use of closed network connection
2018-08-20T22:19:51.290+0200 [DEBUG] plugin: plugin process exited: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018/08/20 22:19:58 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/08/20 22:19:58 [INFO] Go runtime version: go1.10.1
2018/08/20 22:19:58 [INFO] CLI args: []string{"C:\\terraform\\terraform.exe", "destroy"}
2018/08/20 22:19:58 [DEBUG] Attempting to open CLI config file: C:\Users\mike\AppData\Roaming\terraform.rc
2018/08/20 22:19:58 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/08/20 22:19:58 [INFO] CLI command args: []string{"destroy"}
2018/08/20 22:19:58 [INFO] command: empty terraform config, returning nil
2018/08/20 22:19:58 [DEBUG] command: no data state file found for backend config
2018/08/20 22:19:58 [DEBUG] New state was assigned lineage "5fcedb1e-8d91-3f48-d59b-00b8ac5c6f89"
2018/08/20 22:19:58 [INFO] command: backend initialized: <nil>
2018/08/20 22:19:58 [DEBUG] checking for provider in "."
2018/08/20 22:19:58 [DEBUG] checking for provider in "C:\\terraform"
2018/08/20 22:19:58 [DEBUG] checking for provider in "terraform.d/plugins/windows_amd64"
2018/08/20 22:19:58 [WARN] found legacy provider "terraform-provider-virtualbox.exe"
2018/08/20 22:19:58 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:19:58 [DEBUG] found valid plugin: "virtualbox", "0.0.0", "C:\\terraform\\terraform.d\\plugins\\windows_amd64\\terraform-provider-virtualbox.exe"
2018/08/20 22:19:58 [DEBUG] checking for provisioner in "."
2018/08/20 22:19:58 [DEBUG] checking for provisioner in "C:\\terraform"
2018/08/20 22:19:58 [DEBUG] checking for provisioner in "terraform.d/plugins/windows_amd64"
2018/08/20 22:19:58 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2018/08/20 22:19:58 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/08/20 22:19:58 [INFO] backend/local: starting Apply operation
2018/08/20 22:19:58 [INFO] terraform: building graph: GraphTypeInput
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423157c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315680), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:19:58 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:19:58 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:19:58 [DEBUG] Starting graph walk: walkInput
2018-08-20T22:19:58.468+0200 [DEBUG] plugin: starting plugin: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe args=[C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe]
2018-08-20T22:19:58.472+0200 [DEBUG] plugin: waiting for RPC address: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
2018-08-20T22:19:58.490+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: plugin address: timestamp=2018-08-20T22:19:58.489+0200 address=127.0.0.1:10000 network=tcp
2018/08/20 22:19:58 [INFO] terraform: building graph: GraphTypeValidate
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423157c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315680), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:19:58 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:19:58 [DEBUG] Starting graph walk: walkValidate
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315590), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423155e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315720), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315770), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315680), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423154f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423156d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315540), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0423157c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042315810), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:58 [TRACE] vertex 'root.virtualbox_vm.worker[4]': evaluating
2018/08/20 22:19:58 [INFO] backend/local: apply calling Refresh
2018/08/20 22:19:58 [INFO] terraform: building graph: GraphTypeRefresh
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0426048c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604870), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
orm.NodeRefreshableManagedResource
2018/08/20 22:19:58 [DEBUG] resource virtualbox_vm.master using provider provider.virtualbox
2018/08/20 22:19:58 [DEBUG] resource virtualbox_vm.worker using provider provider.virtualbox
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master]
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker]
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master" references: []
2018/08/20 22:19:58 [DEBUG] Starting graph walk: walkRefresh
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0426049b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0426048c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604a00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604b40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604a50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
ox_vm.master[1]': walking
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604af0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604960), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:19:58 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:19:58 [TRACE] Graph after step *terraform.ReferenceTransformer:
virtualbox_vm.worker[0] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[1] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[2] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[3] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[4] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[5] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[6] - *terraform.NodeRefreshableManagedResourceInstance
virtualbox_vm.worker[7] - *terraform.NodeRefreshableManagedResourceInstance
2018-08-20T22:19:58.530+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo master-01 --machinereadable
2018-08-20T22:19:58.578+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo master-03 --machinereadable
2018-08-20T22:19:58.628+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo master-02 --machinereadable
2018-08-20T22:19:58.678+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-04 --machinereadable
2018-08-20T22:19:58.731+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-01 --machinereadable
2018-08-20T22:19:58.782+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-06 --machinereadable
2018-08-20T22:19:58.834+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-08 --machinereadable
2018-08-20T22:19:58.886+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-02 --machinereadable
2018-08-20T22:19:58.941+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-05 --machinereadable
2018-08-20T22:19:58.995+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-07 --machinereadable
2018-08-20T22:19:59.058+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:19:59.117+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata master-01 user_data
2018-08-20T22:19:59.118+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:19:59.153+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.174+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:19:59.174+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata master-03 user_data
2018-08-20T22:19:59.190+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.209+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.225+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:19:59.225+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata master-02 user_data
2018-08-20T22:19:59.226+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.244+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.263+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.277+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:19:59.277+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-04 user_data
2018-08-20T22:19:59.281+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.299+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.316+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.329+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:19:59.330+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-01 user_data
2018-08-20T22:19:59.338+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get master-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.353+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.367+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.383+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:19:59.383+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-06 user_data
2018-08-20T22:19:59.403+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-04 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.415+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.427+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.443+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:19:59.443+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-08 user_data
2018-08-20T22:19:59.453+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-01 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.467+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.486+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.503+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:19:59.503+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-02 user_data
2018-08-20T22:19:59.511+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-06 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.523+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.540+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.556+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:19:59.557+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-05 user_data
2018-08-20T22:19:59.562+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-08 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.578+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.595+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.609+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo worker-03 --machinereadable
2018-08-20T22:19:59.609+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-07 user_data
2018-08-20T22:19:59.614+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-02 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.636+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.648+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.657+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:19:59.672+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-05 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.683+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.704+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage getextradata worker-03 user_data
2018-08-20T22:19:59.717+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-07 /VirtualBox/GuestInfo/Net/0/V4/IP
2018-08-20T22:19:59.737+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/MAC
2018-08-20T22:19:59.774+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/Status
2018-08-20T22:19:59.809+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:60: executing: VBoxManage guestproperty get worker-03 /VirtualBox/GuestInfo/Net/0/V4/IP
2018/08/20 22:19:59 [INFO] backend/local: apply calling Plan
2018/08/20 22:19:59 [INFO] terraform: building graph: GraphTypePlanDestroy
vm.master[0] - *terraform.NodePlanDestroyableResource
virtualbox_vm.master[1] - *terraform.NodePlanDestroyableResource
virtualbox_vm.master[2] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[0] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[1] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[2] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[3] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[4] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[5] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[6] - *terraform.NodePlanDestroyableResource
virtualbox_vm.worker[7] - *terraform.NodePlanDestroyableResource
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605950), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425605a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425605a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0426055e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0426055e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604e10), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.master[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042604e10), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605950), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605c70), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605b80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605b80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ada90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605c70), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ad590), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.master[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ad590), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ade00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ade00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.master[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042605180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0424ada90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:19:59 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[4] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[3] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[2] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.master[2] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.master[2] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[5] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[5] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.master[1] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[6] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[6] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[0] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.master[0] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[7] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[7] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[1] (destroy) using provider provider.virtualbox
2018/08/20 22:19:59 [DEBUG] resource virtualbox_vm.worker[4] using provider provider.virtualbox
4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
rker[4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
orker[4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[2] virtualbox_vm.master[1] virtualbox_vm.master[0] virtualbox_vm.master[2] (destroy) virtualbox_vm.master[1] (destroy) virtualbox_vm.master[0] (destroy)]
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[5] virtualbox_vm.worker[1] virtualbox_vm.worker[3] virtualbox_vm.worker[7] virtualbox_vm.worker[6] virtualbox_vm.worker[0] virtualbox_vm.worker[4] virtualbox_vm.worker[2] virtualbox_vm.worker[5] (destroy) virtualbox_vm.worker[3] (destroy) virtualbox_vm.worker[2] (destroy) virtualbox_vm.worker[0] (destroy) virtualbox_vm.worker[7] (destroy) virtualbox_vm.worker[6] (destroy) virtualbox_vm.worker[1] (destroy) virtualbox_vm.worker[4] (destroy)]
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:19:59 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4] (destroy)" references: []
2018/08/20 22:19:59 [DEBUG] Starting graph walk: walkPlanDestroy
2018/08/20 22:19:59 [DEBUG] command: asking for input: "Do you really want to destroy?"
2018/08/20 22:20:01 [INFO] terraform: building graph: GraphTypeApply
ox_vm.worker[5]
2018/08/20 22:20:01 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"worker", Type:"virtualbox_vm", RawCount:(*config.RawConfig)(0xc0421640e0), RawConfig:(*config.RawConfig)(0xc0421cc230), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/20 22:20:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: virtualbox_vm.master[2]
2018/08/20 22:20:01 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"master", Type:"virtualbox_vm", RawCount:(*config.RawConfig)(0xc042164070), RawConfig:(*config.RawConfig)(0xc042126150), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/08/20 22:20:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: virtualbox_vm.worker[3]
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425605f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560730), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560500), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425604b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[2] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[3] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[0] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[4] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[2] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[5] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[1] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[1] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[0] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[6] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[7] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560730), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[6]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[1] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425604b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560500), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[7] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[5] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560500), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[2] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425604b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[0]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425605f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[0] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0425605f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.master[1]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560730), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[4] (destroy)": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] Attaching resource state to "virtualbox_vm.worker[3]": &terraform.ResourceState{Type:"virtualbox_vm", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc042560460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.virtualbox", mu:sync.Mutex{state:0, sema:0x0}}
2018/08/20 22:20:01 [DEBUG] adding missing provider: virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[4] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[3] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[1] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[7] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[4] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[3] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[6] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[1] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[1] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[0] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[2] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[5] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[6] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[1] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[2] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[0] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[0] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[7] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[2] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[5] (destroy) using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.worker[0] using provider provider.virtualbox
2018/08/20 22:20:01 [DEBUG] resource virtualbox_vm.master[2] (destroy) using provider provider.virtualbox
4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
rker[4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
orker[4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] - *terraform.NodeAbstractResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[1] virtualbox_vm.master[2] virtualbox_vm.master[0] virtualbox_vm.master[1] (destroy) virtualbox_vm.master[0] (destroy) virtualbox_vm.master[2] (destroy)]
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[3] virtualbox_vm.worker[7] virtualbox_vm.worker[4] virtualbox_vm.worker[1] virtualbox_vm.worker[2] virtualbox_vm.worker[5] virtualbox_vm.worker[6] virtualbox_vm.worker[0] virtualbox_vm.worker[4] (destroy) virtualbox_vm.worker[3] (destroy) virtualbox_vm.worker[6] (destroy) virtualbox_vm.worker[0] (destroy) virtualbox_vm.worker[1] (destroy) virtualbox_vm.worker[7] (destroy) virtualbox_vm.worker[2] (destroy) virtualbox_vm.worker[5] (destroy)]
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0]" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2] (destroy)" references: []
virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "provider.virtualbox" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "output.IPAddrWorker" references: [virtualbox_vm.worker[6] (destroy) virtualbox_vm.worker[7] (destroy) virtualbox_vm.worker[5] (destroy) virtualbox_vm.worker[3] (destroy) virtualbox_vm.worker[1] (destroy) virtualbox_vm.worker[4] (destroy) virtualbox_vm.worker[2] (destroy) virtualbox_vm.worker[0] (destroy)]
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[6] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[7] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[1] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[5] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[3] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "output.IPAddrMaster" references: [virtualbox_vm.master[1] (destroy) virtualbox_vm.master[0] (destroy) virtualbox_vm.master[2] (destroy)]
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[1] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[0] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[4] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[2] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.master[2] (destroy)" references: []
2018/08/20 22:20:01 [DEBUG] ReferenceTransformer: "virtualbox_vm.worker[0] (destroy)" references: []
yResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
lbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
- *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
ker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
lbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
x_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
provider.virtualbox - *terraform.NodeApplyableProvider
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
worker[6] (destroy) - *terraform.NodeDestroyResource
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.virtualbox (close) - *terraform.graphNodeCloseProvider
virtualbox_vm.master[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.master[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrMaster - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[0] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[1] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[2] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[3] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[4] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[5] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[6] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
virtualbox_vm.worker[7] (destroy) - *terraform.NodeDestroyResource
output.IPAddrWorker - *terraform.NodeApplyableOutput
provider.virtualbox - *terraform.NodeApplyableProvider
2018/08/20 22:20:01 [DEBUG] Starting graph walk: walkDestroy
2018/08/20 22:20:01 [DEBUG] apply: virtualbox_vm.worker.3: executing Apply
2018/08/20 22:20:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/20 22:20:01 [DEBUG] apply: virtualbox_vm.master.0: executing Apply
2018/08/20 22:20:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/20 22:20:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/20 22:20:01 [DEBUG] apply: virtualbox_vm.worker.1: executing Apply
2018/08/20 22:20:01 [DEBUG] apply: virtualbox_vm.worker.4: executing Apply
2018/08/20 22:20:01 [TRACE] root: eval: *terraform.EvalIf
2018/08/20 22:20:01 [DEBUG] apply: virtualbox_vm.worker.2: executing Apply
2018/08/20 22:20:01 [DEBUG] apply: virtualbox_vm.worker.0: executing Apply
2018-08-20T22:20:01.444+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 9650bf20-c886-40fc-a644-a45c4aa85863 --machinereadable
2018-08-20T22:20:01.494+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-07 poweroff
2018-08-20T22:20:01.494+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo c59d7c55-97a9-4d91-89a0-2578ed414076 --machinereadable
2018-08-20T22:20:01.546+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 9e383cfc-77f8-4e34-9ddb-bf96cb4a1f40 --machinereadable
2018-08-20T22:20:01.546+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-04 poweroff
2018-08-20T22:20:01.599+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 56f77ffa-bfc8-4df2-9001-2f4389b9826b --machinereadable
2018-08-20T22:20:01.599+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-06 poweroff
2018-08-20T22:20:01.657+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 0b493fd1-855b-46cb-a75e-391af72c82ce --machinereadable
2018-08-20T22:20:01.657+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm master-02 poweroff
2018-08-20T22:20:01.682+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-07 --delete
2018-08-20T22:20:01.714+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo ef278745-d8af-481c-80d7-b5000ddb4e52 --machinereadable
2018-08-20T22:20:01.714+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm master-01 poweroff
2018-08-20T22:20:01.773+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 0cc80c41-b14e-4b0d-9df1-0ae9deafaff1 --machinereadable
2018-08-20T22:20:01.773+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm master-03 poweroff
2018-08-20T22:20:01.776+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-04 --delete
2018-08-20T22:20:01.836+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo b1ba9666-5bbd-4264-bb55-6da0e670c2ed --machinereadable
2018-08-20T22:20:01.836+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-02 poweroff
2018-08-20T22:20:01.858+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-06 --delete
2018-08-20T22:20:01.897+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 283d9a29-22db-42cb-8336-72047ec674bd --machinereadable
2018-08-20T22:20:01.897+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-05 poweroff
2018-08-20T22:20:01.917+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm master-02 --delete
2018-08-20T22:20:01.958+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 6b5a4639-23bc-4ad3-a90a-8350a4462501 --machinereadable
2018-08-20T22:20:01.958+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-03 poweroff
2018-08-20T22:20:01.982+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm master-01 --delete
2018-08-20T22:20:02.016+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:75: executing: VBoxManage showvminfo 4f78878e-22de-4728-9ce1-771c62a7feca --machinereadable
2018-08-20T22:20:02.016+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-01 poweroff
2018-08-20T22:20:02.050+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm master-03 --delete
2018-08-20T22:20:02.070+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage controlvm worker-08 poweroff
2018-08-20T22:20:02.115+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-02 --delete
2018-08-20T22:20:02.196+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-05 --delete
2018-08-20T22:20:02.324+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-03 --delete
2018-08-20T22:20:02.394+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-01 --delete
2018-08-20T22:20:02.478+0200 [DEBUG] plugin.terraform-provider-virtualbox.exe: pid-14544-vbm.go:45: executing: VBoxManage unregistervm worker-08 --delete
2018/08/20 22:20:02 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-08-20T22:20:02.673+0200 [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2018-08-20T22:20:02.681+0200 [DEBUG] plugin: plugin process exited: path=C:\terraform\terraform.d\plugins\windows_amd64\terraform-provider-virtualbox.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment