Last active
December 19, 2015 05:19
-
-
Save cwebberOps/5902932 to your computer and use it in GitHub Desktop.
Packer Fun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╰─$ packer build template.json | |
centos64-vbox output will be in this color. | |
centos64-vmware output will be in this color. | |
centos59-vbox output will be in this color. | |
centos59-vmware output will be in this color. | |
==> centos59-vmware: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos64-vmware: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos59-vmware: Creating virtual machine disk | |
==> centos59-vmware: Building and writing VMX file | |
==> centos59-vmware: Starting HTTP server on port 8793 | |
==> centos59-vmware: Starting virtual machine... | |
==> centos64-vmware: Creating virtual machine disk | |
==> centos64-vmware: Error creating disk: exit status 1 | |
==> centos64-vmware: Deleting output directory... | |
Build 'centos64-vmware' errored: Error creating disk: exit status 1 | |
==> centos59-vmware: Error starting VM: exit status 255 | |
==> centos59-vmware: Waiting 4.746408586s to give VMware time to clean up... | |
==> centos59-vbox: Downloading VirtualBox guest additions. Progress will be shown periodically. | |
==> centos64-vbox: Downloading VirtualBox guest additions. Progress will be shown periodically. | |
==> centos59-vbox: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos59-vbox: Starting HTTP server on port 8081 | |
==> centos59-vbox: Creating virtual machine... | |
==> centos64-vbox: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos59-vbox: Creating hard drive... | |
==> centos59-vbox: Creating forwarded port mapping for SSH (host port 3213) | |
==> centos59-vbox: Executing custom VBoxManage commands... | |
centos59-vbox: Executing: modifyvm packer --memory 384 | |
centos59-vbox: Executing: modifyvm packer --cpus 1 | |
centos59-vbox: Executing: modifyvm packer --ioapic on | |
centos59-vbox: Executing: modifyvm packer --pae on | |
==> centos59-vbox: Starting the virtual machine... | |
==> centos64-vbox: Starting HTTP server on port 8887 | |
==> centos64-vbox: Creating virtual machine... | |
==> centos64-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
==> centos64-vbox: Deleting output directory... | |
Build 'centos64-vbox' errored: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
==> centos59-vbox: Waiting 10s for boot... | |
==> centos59-vmware: Deleting output directory... | |
Build 'centos59-vmware' errored: Error starting VM: exit status 255 | |
==> centos59-vbox: Typing the boot command... | |
==> centos59-vbox: Error sending boot command: VBoxManage error: | |
==> centos59-vbox: Error unregistering ISO: VBoxManage error: VBoxManage: error: Failed to get a console object from the direct session (Unknown Status 0x800706BE) | |
VBoxManage: error: Details: code VBOX_E_VM_ERROR (0x80bb0003), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "LockMachine(a->session, LockType_Shared)" at line 312 of file VBoxManageStorageController.cpp | |
==> centos59-vbox: Unregistering and deleting virtual machine... | |
==> centos59-vbox: Error deleting virtual machine: VBoxManage error: VBoxManage: error: Cannot unregister the machine 'packer' while it is locked | |
VBoxManage: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "Unregister(fDelete ? (CleanupMode_T)CleanupMode_DetachAllReturnHardDisksOnly : (CleanupMode_T)CleanupMode_DetachAllReturnNone, ComSafeArrayAsOutParam(aMedia))" at line 160 of file VBoxManageMisc.cpp | |
==> centos59-vbox: Deleting output directory... | |
Build 'centos59-vbox' errored: Error sending boot command: VBoxManage error: | |
==> Some builds didn't complete successfully and had errors: | |
--> centos64-vmware: Error creating disk: exit status 1 | |
--> centos64-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
--> centos59-vmware: Error starting VM: exit status 255 | |
--> centos59-vbox: Error sending boot command: VBoxManage error: | |
==> Builds finished but no artifacts were created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╰─$ PACKER_LOG=1 packer build template.json | |
2013/07/01 10:43:51 Detected home directory from env var: /Users/christopherwebber | |
2013/07/01 10:43:51 Attempting to open config file: /Users/christopherwebber/.packerconfig | |
2013/07/01 10:43:51 File doesn't exist, but doesn't need to. Ignoring. | |
2013/07/01 10:43:51 Packer config: &{PluginMinPort:0 PluginMaxPort:0 Builders:map[amazon-ebs:packer-builder-amazon-ebs digitalocean:packer-builder-digitalocean virtualbox:packer-builder-virtualbox vmware:packer-builder-vmware] Commands:map[build:packer-command-build validate:packer-command-validate] PostProcessors:map[vagrant:packer-post-processor-vagrant] Provisioners:map[shell:packer-provisioner-shell]} | |
2013/07/01 10:43:51 Setting cache directory: /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache | |
2013/07/01 10:43:51 Environment.Cli: []string{"build", "template.json"} | |
2013/07/01 10:43:51 command + args: []string{"build", "template.json"} | |
2013/07/01 10:43:51 Loading command: build | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-command-build | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-command-build []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-command-build"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-command-build | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Preparing to serve a command plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 Executing command: build | |
2013/07/01 10:43:51 Loading builder: virtualbox | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Reading template: template.json | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Parsing template... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Creating build: centos64-vbox | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Preparing to serve a builder plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10001 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 Loading post-processor: vagrant | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Preparing to serve a post-processor plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10002 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 Loading provisioner: shell | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 Loading builder: vmware | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Creating build: centos64-vmware | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Preparing to serve a provisioner plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10003 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:51 Preparing to serve a builder plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10004 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 Loading post-processor: vagrant | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Preparing to serve a post-processor plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10005 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 Loading provisioner: shell | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 Loading builder: virtualbox | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Preparing to serve a provisioner plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:51 Creating build: centos59-vbox | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10006 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Preparing to serve a builder plugin... | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Plugin minimum port: 10000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Plugin maximum port: 25000 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Plugin address: 127.0.0.1:10007 | |
2013/07/01 10:43:51 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Waiting for connection... | |
2013/07/01 10:43:51 Loading post-processor: vagrant | |
2013/07/01 10:43:51 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:51 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant"} | |
2013/07/01 10:43:51 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:51 Serving a plugin connection... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Preparing to serve a post-processor plugin... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Plugin minimum port: 10000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Plugin maximum port: 25000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Plugin address: 127.0.0.1:10008 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Waiting for connection... | |
2013/07/01 10:43:52 Loading provisioner: shell | |
2013/07/01 10:43:52 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:52 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell"} | |
2013/07/01 10:43:52 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Serving a plugin connection... | |
2013/07/01 10:43:52 Loading builder: vmware | |
2013/07/01 10:43:52 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware | |
2013/07/01 10:43:52 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware"} | |
2013/07/01 10:43:52 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Preparing to serve a provisioner plugin... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Plugin minimum port: 10000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Plugin maximum port: 25000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Plugin address: 127.0.0.1:10009 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Waiting for connection... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Serving a plugin connection... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Creating build: centos59-vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Preparing to serve a builder plugin... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Plugin minimum port: 10000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Plugin maximum port: 25000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Plugin address: 127.0.0.1:10010 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Waiting for connection... | |
2013/07/01 10:43:52 Loading post-processor: vagrant | |
2013/07/01 10:43:52 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:52 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant"} | |
2013/07/01 10:43:52 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Serving a plugin connection... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Preparing to serve a post-processor plugin... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Plugin minimum port: 10000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Plugin maximum port: 25000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Plugin address: 127.0.0.1:10011 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Waiting for connection... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: 2013/07/01 10:43:52 Serving a plugin connection... | |
2013/07/01 10:43:52 Loading provisioner: shell | |
2013/07/01 10:43:52 Creating plugin client for path: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:52 Starting plugin: /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell []string{"/Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell"} | |
2013/07/01 10:43:52 Waiting for RPC address for: %s /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Preparing to serve a provisioner plugin... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Plugin minimum port: 10000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Plugin maximum port: 25000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Plugin address: 127.0.0.1:10012 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Waiting for connection... | |
2013/07/01 10:43:52 ui: centos64-vbox output will be in this color. | |
centos64-vbox output will be in this color. | |
2013/07/01 10:43:52 ui: centos64-vmware output will be in this color. | |
centos64-vmware output will be in this color. | |
2013/07/01 10:43:52 ui: centos59-vbox output will be in this color. | |
centos59-vbox output will be in this color. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: 2013/07/01 10:43:52 Serving a plugin connection... | |
2013/07/01 10:43:52 ui: centos59-vmware output will be in this color. | |
centos59-vmware output will be in this color. | |
2013/07/01 10:43:52 ui: | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 VBoxManage path: /usr/bin/VBoxManage | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Build debug mode: false | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Preparing build: centos64-vbox | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Preparing build: centos64-vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 VBoxManage path: /usr/bin/VBoxManage | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Preparing build: centos59-vbox | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Preparing build: centos59-vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Starting build run: centos64-vbox | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Waiting on builds to complete... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Starting build run: centos64-vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Starting build run: centos59-vbox | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Starting build run: centos59-vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Running builder: virtualbox | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Running builder: vmware | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Running builder: virtualbox | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:52 Running builder: vmware | |
2013/07/01 10:43:52 ui: ==> centos64-vmware: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos64-vmware: Copying or downloading ISO. Progress will be reported periodically. | |
2013/07/01 10:43:52 ui: ==> centos59-vmware: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos59-vmware: Copying or downloading ISO. Progress will be reported periodically. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Acquiring lock to download the ISO. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Verifying checksum of /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/d48c802bc3b8405c633e5de93375d8b63479c3710f0e78bf64e2ef0b6833a909 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Acquiring lock to download the ISO. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Verifying checksum of /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/eb05d9f30dcb7b4e97d55906b4b4d04cd08f94c02d6c5170c96b10564538169a | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 VBoxManage --version output: 4.2.4r81684 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 VirtualBox version: 4.2.4 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Downloading guest addition checksums: http://download.virtualbox.org/virtualbox/4.2.4/SHA256SUMS | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Parsed URL: &url.URL{Scheme:"http", Opaque:"", User:(*url.Userinfo)(nil), Host:"download.virtualbox.org", Path:"/virtualbox/4.2.4/SHA256SUMS", RawQuery:"", Fragment:""} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Downloading: http://download.virtualbox.org/virtualbox/4.2.4/SHA256SUMS | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 VBoxManage --version output: 4.2.4r81684 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 VirtualBox version: 4.2.4 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Downloading guest addition checksums: http://download.virtualbox.org/virtualbox/4.2.4/SHA256SUMS | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Parsed URL: &url.URL{Scheme:"http", Opaque:"", User:(*url.Userinfo)(nil), Host:"download.virtualbox.org", Path:"/virtualbox/4.2.4/SHA256SUMS", RawQuery:"", Fragment:""} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Downloading: http://download.virtualbox.org/virtualbox/4.2.4/SHA256SUMS | |
2013/07/01 10:43:52 ui: ==> centos59-vmware: Creating virtual machine disk | |
==> centos59-vmware: Creating virtual machine disk | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Initial checksum matched, no download needed. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Path to ISO on disk: /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/eb05d9f30dcb7b4e97d55906b4b4d04cd08f94c02d6c5170c96b10564538169a | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Executing: /Applications/VMware Fusion.app/Contents/Library/vmware-vdiskmanager [-c -s 80140M -a lsilogic -t 1 vmware/disk.vmdk] | |
2013/07/01 10:43:52 ui: ==> centos59-vmware: Building and writing VMX file | |
==> centos59-vmware: Building and writing VMX file | |
2013/07/01 10:43:52 ui: ==> centos59-vmware: Starting HTTP server on port 8992 | |
==> centos59-vmware: Starting HTTP server on port 8992 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 stdout: Creating disk 'vmware/disk.vmdk' | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: Virtual disk creation successful. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 stderr: | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Setting custom VMX data... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Setting VMX: 'memsize' = '384' | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Setting VMX: 'numvcpus' = '1' | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Setting VMX: 'cpuid.coresPerSocket' = '1' | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Trying port: 8992 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Looking for available port between 5900 and 6000 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Trying port: 5920 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Found available VNC port: 5920 | |
2013/07/01 10:43:52 ui: ==> centos59-vmware: Starting virtual machine... | |
==> centos59-vmware: Starting virtual machine... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Executing: /Applications/VMware Fusion.app/Contents/Library/vmrun [-T fusion start vmware/packer.vmx gui] | |
2013/07/01 10:43:52 ui: ==> centos59-vbox: Downloading VirtualBox guest additions. Progress will be shown periodically. | |
==> centos59-vbox: Downloading VirtualBox guest additions. Progress will be shown periodically. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"62078e057a4ab56aec5ac086746522b3d94787333d0444169471fa5152c609ed", "*Oracle_VM_VirtualBox_Extension_Pack-4.2.4-81684.vbox-extpack"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"62078e057a4ab56aec5ac086746522b3d94787333d0444169471fa5152c609ed", "*Oracle_VM_VirtualBox_Extension_Pack-4.2.4.vbox-extpack"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"e38bcaba4ce8e1825732bb2fa4cc77f6808090ff76030ed9cce8dd39961ccd2e", "*UserManual.pdf"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"3d7d909a0fe9ac5ffcca6afdd4142b88bad116d2ffed6e95588dbfbcf00ca5e9", "*VBoxGuestAdditions_4.2.4.iso"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Guest additions checksum: 3d7d909a0fe9ac5ffcca6afdd4142b88bad116d2ffed6e95588dbfbcf00ca5e9 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Guest additions URL: http://download.virtualbox.org/virtualbox/4.2.4/VBoxGuestAdditions_4.2.4.iso | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Acquiring lock to download the guest additions ISO. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Verifying checksum of /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/d35f3067de953405f6ce5270e3fa239f809569f37d1137366f84d92551f7b5b9 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"62078e057a4ab56aec5ac086746522b3d94787333d0444169471fa5152c609ed", "*Oracle_VM_VirtualBox_Extension_Pack-4.2.4-81684.vbox-extpack"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"62078e057a4ab56aec5ac086746522b3d94787333d0444169471fa5152c609ed", "*Oracle_VM_VirtualBox_Extension_Pack-4.2.4.vbox-extpack"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"e38bcaba4ce8e1825732bb2fa4cc77f6808090ff76030ed9cce8dd39961ccd2e", "*UserManual.pdf"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Checksum file parts: []string{"3d7d909a0fe9ac5ffcca6afdd4142b88bad116d2ffed6e95588dbfbcf00ca5e9", "*VBoxGuestAdditions_4.2.4.iso"} | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Guest additions checksum: 3d7d909a0fe9ac5ffcca6afdd4142b88bad116d2ffed6e95588dbfbcf00ca5e9 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Guest additions URL: http://download.virtualbox.org/virtualbox/4.2.4/VBoxGuestAdditions_4.2.4.iso | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:52 Acquiring lock to download the guest additions ISO. | |
2013/07/01 10:43:52 ui: ==> centos64-vmware: Creating virtual machine disk | |
==> centos64-vmware: Creating virtual machine disk | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Initial checksum matched, no download needed. | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Path to ISO on disk: /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/d48c802bc3b8405c633e5de93375d8b63479c3710f0e78bf64e2ef0b6833a909 | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 Executing: /Applications/VMware Fusion.app/Contents/Library/vmware-vdiskmanager [-c -s 20480M -a lsilogic -t 1 vmware/disk.vmdk] | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 stdout: Creating disk 'vmware/disk.vmdk' | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 stderr: Failed to create disk: The file already exists (0x270000000c). | |
2013/07/01 10:43:52 ui error: ==> centos64-vmware: Error creating disk: exit status 1 | |
==> centos64-vmware: Error creating disk: exit status 1 | |
2013/07/01 10:43:52 ui: ==> centos64-vmware: Deleting output directory... | |
==> centos64-vmware: Deleting output directory... | |
2013/07/01 10:43:52 ui error: Build 'centos64-vmware' errored: Error creating disk: exit status 1 | |
Build 'centos64-vmware' errored: Error creating disk: exit status 1 | |
2013/07/01 10:43:52 ui error: ==> centos59-vmware: Error starting VM: exit status 255 | |
==> centos59-vmware: Error starting VM: exit status 255 | |
2013/07/01 10:43:52 ui: ==> centos59-vmware: Waiting 4.660540067s to give VMware time to clean up... | |
==> centos59-vmware: Waiting 4.660540067s to give VMware time to clean up... | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 stdout: Error: Cannot open VM: /Users/christopherwebber/projects/packer-dev/puppetos/vmware/packer.vmx, The virtual machine cannot be found | |
2013/07/01 10:43:52 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:52 stderr: | |
2013/07/01 10:43:53 ui: ==> centos59-vbox: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos59-vbox: Copying or downloading ISO. Progress will be reported periodically. | |
2013/07/01 10:43:53 ui: ==> centos64-vbox: Downloading VirtualBox guest additions. Progress will be shown periodically. | |
==> centos64-vbox: Downloading VirtualBox guest additions. Progress will be shown periodically. | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Verifying checksum of /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/d35f3067de953405f6ce5270e3fa239f809569f37d1137366f84d92551f7b5b9 | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Initial checksum matched, no download needed. | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Acquiring lock to download the ISO. | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Verifying checksum of /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/eb05d9f30dcb7b4e97d55906b4b4d04cd08f94c02d6c5170c96b10564538169a | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Initial checksum matched, no download needed. | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Copying ISO to temp location: /var/folders/19/p4jz2wg578x5x0d7bm4f1ymr0000gp/T/packer951685375 | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Path to ISO on disk: /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/eb05d9f30dcb7b4e97d55906b4b4d04cd08f94c02d6c5170c96b10564538169a | |
2013/07/01 10:43:53 ui: ==> centos59-vbox: Starting HTTP server on port 8081 | |
==> centos59-vbox: Starting HTTP server on port 8081 | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Trying port: 8081 | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Suppressing annoying messages in VirtualBox | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Executing VBoxManage: []string{"setextradata", "global", "GUI/RegistrationData", "triesLeft=0"} | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stdout: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stderr: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Executing VBoxManage: []string{"setextradata", "global", "GUI/SuppressMessages", "confirmInputCapture,remindAboutAutoCapture,remindAboutMouseIntegrationOff,remindAboutMouseIntegrationOn,remindAboutWrongColorDepth"} | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stdout: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stderr: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Executing VBoxManage: []string{"setextradata", "global", "GUI/UpdateCheckCount", "60"} | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stdout: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stderr: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Executing VBoxManage: []string{"setextradata", "global", "GUI/UpdateDate", "1 d, 2014-01-01, stable"} | |
2013/07/01 10:43:53 ui: ==> centos59-vbox: Creating virtual machine... | |
==> centos59-vbox: Creating virtual machine... | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stdout: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stderr: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 Executing VBoxManage: []string{"createvm", "--name", "packer", "--ostype", "RedHat_64", "--register"} | |
2013/07/01 10:43:53 ui error: ==> centos59-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
==> centos59-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:53 ui: ==> centos59-vbox: Deleting output directory... | |
==> centos59-vbox: Deleting output directory... | |
2013/07/01 10:43:53 ui error: Build 'centos59-vbox' errored: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
Build 'centos59-vbox' errored: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stdout: | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:53 stderr: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
2013/07/01 10:43:53 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:54 ui: ==> centos64-vbox: Copying or downloading ISO. Progress will be reported periodically. | |
==> centos64-vbox: Copying or downloading ISO. Progress will be reported periodically. | |
2013/07/01 10:43:54 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:54 Initial checksum matched, no download needed. | |
2013/07/01 10:43:54 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:54 Acquiring lock to download the ISO. | |
2013/07/01 10:43:54 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:54 Verifying checksum of /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/d48c802bc3b8405c633e5de93375d8b63479c3710f0e78bf64e2ef0b6833a909 | |
2013/07/01 10:43:54 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:54 Initial checksum matched, no download needed. | |
2013/07/01 10:43:54 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:54 Copying ISO to temp location: /var/folders/19/p4jz2wg578x5x0d7bm4f1ymr0000gp/T/packer176293029 | |
2013/07/01 10:43:55 ui: ==> centos64-vbox: Starting HTTP server on port 8081 | |
==> centos64-vbox: Starting HTTP server on port 8081 | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Path to ISO on disk: /Users/christopherwebber/projects/packer-dev/puppetos/packer_cache/d48c802bc3b8405c633e5de93375d8b63479c3710f0e78bf64e2ef0b6833a909 | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Trying port: 8081 | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Suppressing annoying messages in VirtualBox | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Executing VBoxManage: []string{"setextradata", "global", "GUI/RegistrationData", "triesLeft=0"} | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stdout: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stderr: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Executing VBoxManage: []string{"setextradata", "global", "GUI/SuppressMessages", "confirmInputCapture,remindAboutAutoCapture,remindAboutMouseIntegrationOff,remindAboutMouseIntegrationOn,remindAboutWrongColorDepth"} | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stdout: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stderr: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Executing VBoxManage: []string{"setextradata", "global", "GUI/UpdateCheckCount", "60"} | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stdout: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stderr: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Executing VBoxManage: []string{"setextradata", "global", "GUI/UpdateDate", "1 d, 2014-01-01, stable"} | |
2013/07/01 10:43:55 ui: ==> centos64-vbox: Creating virtual machine... | |
==> centos64-vbox: Creating virtual machine... | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stdout: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stderr: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 Executing VBoxManage: []string{"createvm", "--name", "packer", "--ostype", "RedHat_64", "--register"} | |
2013/07/01 10:43:55 ui error: ==> centos64-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
==> centos64-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:55 ui: ==> centos64-vbox: Deleting output directory... | |
==> centos64-vbox: Deleting output directory... | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stdout: | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: 2013/07/01 10:43:55 stderr: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
2013/07/01 10:43:55 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:55 ui error: Build 'centos64-vbox' errored: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
Build 'centos64-vbox' errored: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:57 Executing: /Applications/VMware Fusion.app/Contents/Library/vmrun [-T fusion list] | |
2013/07/01 10:43:57 ui: ==> centos59-vmware: Deleting output directory... | |
==> centos59-vmware: Deleting output directory... | |
2013/07/01 10:43:57 ui error: Build 'centos59-vmware' errored: Error starting VM: exit status 255 | |
Build 'centos59-vmware' errored: Error starting VM: exit status 255 | |
2013/07/01 10:43:57 ui error: | |
==> Some builds didn't complete successfully and had errors: | |
==> Some builds didn't complete successfully and had errors: | |
2013/07/01 10:43:57 ui error: --> centos64-vmware: Error creating disk: exit status 1 | |
--> centos64-vmware: Error creating disk: exit status 1 | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:57 stdout: Total running VMs: 0 | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: 2013/07/01 10:43:57 stderr: | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: 2013/07/01 10:43:57 Builds completed. Waiting on interrupt barrier... | |
2013/07/01 10:43:57 ui error: --> centos59-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
--> centos59-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:57 ui error: --> centos64-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
--> centos64-vbox: Error creating VM: VBoxManage error: VBoxManage: error: Machine settings file '/Users/christopherwebber/VirtualBox VMs/packer/packer.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "CreateMachine(bstrSettingsFile.raw(), bstrName.raw(), ComSafeArrayAsInParam(groups), bstrOsTypeId.raw(), createFlags.raw(), machine.asOutParam())" at line 263 of file VBoxManageMisc.cpp | |
2013/07/01 10:43:57 ui error: --> centos59-vmware: Error starting VM: exit status 255 | |
--> centos59-vmware: Error starting VM: exit status 255 | |
2013/07/01 10:43:57 ui: | |
==> Builds finished but no artifacts were created. | |
==> Builds finished but no artifacts were created. | |
2013/07/01 10:43:57 waiting for all plugin processes to complete... | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: plugin process exited | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-command-build: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: plugin process exited | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: plugin process exited | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: plugin process exited | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: plugin process exited | |
2013/07/01 10:43:57 rpc: client protocol error: unexpected EOF | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-vmware: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-builder-virtualbox: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-provisioner-shell: plugin process exited | |
2013/07/01 10:43:57 /Users/christopherwebber/projects/packer-dev/bin/packer-post-processor-vagrant: plugin process exited |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provisioners": [ | |
{ | |
"type": "shell", | |
"scripts": [ | |
"scripts/postinstall.sh" | |
], | |
"override": { | |
"centos64-vbox": { | |
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'" | |
}, | |
"centos64-vmware": { | |
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'" | |
}, | |
"centos59-vbox": { | |
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'" | |
}, | |
"centos59-vmware": { | |
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'" | |
} | |
} | |
} | |
], | |
"builders": [ | |
{ | |
"name": "centos64-vbox", | |
"type": "virtualbox", | |
"boot_command": [ | |
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/6/ks.cfg<enter><wait>" | |
], | |
"boot_wait": "10s", | |
"disk_size": 20480, | |
"guest_os_type": "RedHat_64", | |
"http_directory": "http", | |
"iso_md5": "bb9af2aea1344597e11070abe6b1fcd3", | |
"iso_url": "http://mirror.rit.edu/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-netinstall.iso", | |
"ssh_username": "vagrant", | |
"ssh_password": "vagrant", | |
"ssh_port": 22, | |
"ssh_wait_timeout": "10000s", | |
"shutdown_command": "echo '/sbin/halt -h -p' > shutdown.sh; echo 'vagrant'|sudo -S sh 'shutdown.sh'", | |
"guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", | |
"virtualbox_version_file": ".vbox_version", | |
"vboxmanage": [ | |
[ | |
"modifyvm", | |
"{{.Name}}", | |
"--memory", | |
"480" | |
], | |
[ | |
"modifyvm", | |
"{{.Name}}", | |
"--cpus", | |
"1" | |
] | |
] | |
}, | |
{ | |
"name": "centos64-vmware", | |
"type": "vmware", | |
"boot_command": [ | |
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/6/ks.cfg<enter><wait>" | |
], | |
"boot_wait": "10s", | |
"disk_size": 20480, | |
"guest_os_type": "rhel6-64", | |
"http_directory": "http", | |
"iso_md5": "bb9af2aea1344597e11070abe6b1fcd3", | |
"iso_url": "http://mirror.rit.edu/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-netinstall.iso", | |
"ssh_username": "vagrant", | |
"ssh_password": "vagrant", | |
"ssh_port": 22, | |
"ssh_wait_timeout": "10000s", | |
"shutdown_command": "echo '/sbin/halt -h -p' > shutdown.sh; echo 'vagrant'|sudo -S sh 'shutdown.sh'", | |
"vmx_data": { | |
"memsize": "480", | |
"numvcpus": "1", | |
"cpuid.coresPerSocket": "1" | |
} | |
}, | |
{ | |
"name": "centos59-vbox", | |
"type": "virtualbox", | |
"boot_command": [ | |
"linux text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/5/ks-vbox.cfg<enter><wait>" | |
], | |
"boot_wait": "10s", | |
"disk_size": 80140, | |
"guest_os_type": "RedHat_64", | |
"http_directory": "http", | |
"iso_md5": "445cfe6236327450bcbda17319b73559", | |
"iso_url": "http://mirrors.arsc.edu/centos/5.9/isos/x86_64/CentOS-5.9-x86_64-netinstall.iso", | |
"ssh_username": "vagrant", | |
"ssh_password": "vagrant", | |
"ssh_port": 22, | |
"ssh_wait_timeout": "10000s", | |
"shutdown_command": "echo '/sbin/halt -h -p' > shutdown.sh; echo 'vagrant'|sudo -S sh 'shutdown.sh'", | |
"guest_additions_path": "VBoxGuestAdditions.iso", | |
"virtualbox_version_file": ".vbox_version", | |
"vboxmanage": [ | |
[ | |
"modifyvm", | |
"{{.Name}}", | |
"--memory", | |
"384" | |
], | |
[ | |
"modifyvm", | |
"{{.Name}}", | |
"--cpus", | |
"1" | |
], | |
[ | |
"modifyvm", | |
"{{.Name}}", | |
"--ioapic", | |
"on" | |
], | |
[ | |
"modifyvm", | |
"{{.Name}}", | |
"--pae", | |
"on" | |
] | |
] | |
}, | |
{ | |
"name": "centos59-vmware", | |
"type": "vmware", | |
"boot_command": [ | |
"linux text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/5/ks.cfg<enter><wait>" | |
], | |
"boot_wait": "10s", | |
"disk_size": 80140, | |
"guest_os_type": "centos-64", | |
"http_directory": "http", | |
"iso_md5": "445cfe6236327450bcbda17319b73559", | |
"iso_url": "http://mirrors.arsc.edu/centos/5.9/isos/x86_64/CentOS-5.9-x86_64-netinstall.iso", | |
"ssh_username": "vagrant", | |
"ssh_password": "vagrant", | |
"ssh_port": 22, | |
"ssh_wait_timeout": "10000s", | |
"shutdown_command": "echo '/sbin/halt -h -p' > shutdown.sh; echo 'vagrant'|sudo -S sh 'shutdown.sh'", | |
"vmx_data": { | |
"memsize": "384", | |
"numvcpus": "1", | |
"cpuid.coresPerSocket": "1" | |
} | |
} | |
], | |
"post-processors": ["vagrant"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment