Packer Amazon import format

49 views
Skip to first unread message

Morgan Andrew Davis

unread,
Jan 9, 2019, 9:32:36 AM1/9/19
to Packer
I was going through the info for the amazon import post processor, and I came across the format optional configuration that lets you specify the type of file the import should expect. It defaults to ova, but I can't seem to change it to something else. Getting this to work might cut out quite a bit of a project I am working on. Shouldn't the line: "format": "vmdk" change it to expect a vdmk for example? All adding lines like this in the post-processor section does for me is make packer gripe that it doesn't recognize this configuration option. Any advice?

Rickard von Essen

unread,
Jan 9, 2019, 9:38:51 AM1/9/19
to packe...@googlegroups.com
Yes that should work? Can you run a packer build with

PACKER_LOG=1 packer build.... 

That should spew out a lot of information on what packer is doing. Include the first 200 lines or so here. 

On Wed, Jan 9, 2019, 15:32 Morgan Andrew Davis <morgana...@gmail.com wrote:
I was going through the info for the amazon import post processor, and I came across the format optional configuration that lets you specify the type of file the import should expect. It defaults to ova, but I can't seem to change it to something else. Getting this to work might cut out quite a bit of a project I am working on. Shouldn't the line: "format": "vmdk" change it to expect a vdmk for example? All adding lines like this in the post-processor section does for me is make packer gripe that it doesn't recognize this configuration option. Any advice?

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/4ee784ef-a6de-43dd-919f-061b5c343544%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Morgan Andrew Davis

unread,
Jan 9, 2019, 11:09:50 AM1/9/19
to Packer
Can do. Hang tight for a bit. I have the build I have been working with running. It takes a while since there is an import at the end and the file is rather large I think. It doesn't try to change the format for the import since that one just stops before it really does anything. It is just a build and post processor. I'll put it up here when it finishes. Thank you for your time and patience.

Morgan Andrew Davis

unread,
Jan 9, 2019, 12:01:45 PM1/9/19
to Packer
Here you go. Not sure if it is more or less than 200 lines, but here you are.
PACKER_LOG=1 packer build examplepacker.json                                                                                                                                                                                   
2019/01/09 10:03:53 [INFO] Packer version: 1.3.2                                                                                                                                                                                 
2019/01/09 10:03:53 Packer Target OS/Arch: windows amd64                                                                                                                                                                         
2019/01/09 10:03:53 Built with Go Version: go1.11.1                                                                                                                                                                              
2019/01/09 10:03:53 Using internal plugin for hcloud                                                                                                                                                                             
2019/01/09 10:03:53 Using internal plugin for profitbricks                                                                                                                                                                       
2019/01/09 10:03:53 Using internal plugin for docker                                                                                                                                                                             
2019/01/09 10:03:53 Using internal plugin for lxd                                                                                                                                                                                
2019/01/09 10:03:53 Using internal plugin for parallels-iso                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for qemu                                                                                                                                                                               
2019/01/09 10:03:53 Using internal plugin for vmware-vmx                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for amazon-chroot                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for googlecompute                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for hyperv-vmcx                                                                                                                                                                        
2019/01/09 10:03:53 Using internal plugin for lxc                                                                                                                                                                                
2019/01/09 10:03:53 Using internal plugin for oracle-classic                                                                                                                                                                     
2019/01/09 10:03:53 Using internal plugin for vmware-iso                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for alicloud-ecs                                                                                                                                                                       
2019/01/09 10:03:53 Using internal plugin for amazon-ebsvolume                                                                                                                                                                   
2019/01/09 10:03:53 Using internal plugin for ncloud                                                                                                                                                                             
2019/01/09 10:03:53 Using internal plugin for null                                                                                                                                                                               
2019/01/09 10:03:53 Using internal plugin for parallels-pvm                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for scaleway                                                                                                                                                                           
2019/01/09 10:03:53 Using internal plugin for file                                                                                                                                                                               
2019/01/09 10:03:53 Using internal plugin for hyperv-iso                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for openstack                                                                                                                                                                          
2019/01/09 10:03:53 Using internal plugin for triton                                                                                                                                                                             
2019/01/09 10:03:53 Using internal plugin for amazon-instance                                                                                                                                                                    
2019/01/09 10:03:53 Using internal plugin for azure-arm                                                                                                                                                                          
2019/01/09 10:03:53 Using internal plugin for oneandone                                                                                                                                                                          
2019/01/09 10:03:53 Using internal plugin for virtualbox-iso                                                                                                                                                                     
2019/01/09 10:03:53 Using internal plugin for virtualbox-ovf                                                                                                                                                                     
2019/01/09 10:03:53 Using internal plugin for amazon-ebs                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for amazon-ebssurrogate                                                                                                                                                                
2019/01/09 10:03:53 Using internal plugin for cloudstack                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for digitalocean                                                                                                                                                                       
2019/01/09 10:03:53 Using internal plugin for oracle-oci                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for file                                                                                                                                                                               
2019/01/09 10:03:53 Using internal plugin for puppet-masterless                                                                                                                                                                  
2019/01/09 10:03:53 Using internal plugin for windows-shell                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for chef-client                                                                                                                                                                        
2019/01/09 10:03:53 Using internal plugin for chef-solo                                                                                                                                                                          
2019/01/09 10:03:53 Using internal plugin for puppet-server                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for windows-restart                                                                                                                                                                    
2019/01/09 10:03:53 Using internal plugin for ansible-local                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for converge                                                                                                                                                                           
2019/01/09 10:03:53 Using internal plugin for powershell                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for salt-masterless                                                                                                                                                                    
2019/01/09 10:03:53 Using internal plugin for ansible                                                                                                                                                                            
2019/01/09 10:03:53 Using internal plugin for shell                                                                                                                                                                              
2019/01/09 10:03:53 Using internal plugin for shell-local                                                                                                                                                                        
2019/01/09 10:03:53 Using internal plugin for vsphere                                                                                                                                                                            
2019/01/09 10:03:53 Using internal plugin for docker-push                                                                                                                                                                        
2019/01/09 10:03:53 Using internal plugin for vagrant                                                                                                                                                                            
2019/01/09 10:03:53 Using internal plugin for docker-save                                                                                                                                                                        
2019/01/09 10:03:53 Using internal plugin for vagrant-cloud                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for vsphere-template                                                                                                                                                                   
2019/01/09 10:03:53 Using internal plugin for alicloud-import                                                                                                                                                                    
2019/01/09 10:03:53 Using internal plugin for amazon-import                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for docker-import                                                                                                                                                                      
2019/01/09 10:03:53 Using internal plugin for docker-tag                                                                                                                                                                         
2019/01/09 10:03:53 Using internal plugin for googlecompute-export                                                                                                                                                               
2019/01/09 10:03:53 Using internal plugin for artifice                                                                                                                                                                           
2019/01/09 10:03:53 Using internal plugin for compress                                                                                                                                                                           
2019/01/09 10:03:53 Using internal plugin for manifest                                                                                                                                                                           
2019/01/09 10:03:53 Using internal plugin for shell-local                                                                                                                                                                        
2019/01/09 10:03:53 Using internal plugin for checksum                                                                                                                                                                           
2019/01/09 10:03:53 Using internal plugin for googlecompute-import                                                                                                                                                               
2019/01/09 10:03:53 Attempting to open config file: C:\Users\Morgan Davis\AppDat                                                                                                                                                 
a\Roaming\packer.config                                                                                                                                                                                                          
2019/01/09 10:03:53 [WARN] Config file doesn't exist: C:\Users\Morgan Davis\AppD                                                                                                                                                 
ata\Roaming\packer.config                                                                                                                                                                                                        
2019/01/09 10:03:53 Packer config: &{DisableCheckpoint:false DisableCheckpointSi                                                                                                                                                 
gnature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[ncloud:C:\Use                                                                                                                                                 
rs\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder                                                                                                                                                 
-ncloud digitalocean:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin                                                                                                                                                 
-PACKERSPACE-packer-builder-digitalocean lxd:C:\Users\Morgan Davis\Desktop\packe                                                                                                                                                 
r.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxd amazon-chroot:C:\Users\M                                                                                                                                                 
organ Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-ama                                                                                                                                                 
zon-chroot vmware-iso:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugi                                                                                                                                                 
n-PACKERSPACE-packer-builder-vmware-iso parallels-pvm:C:\Users\Morgan Davis\Desk                                                                                                                                                 
top\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm file:                                                                                                                                                 
C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-b                                                                                                                                                 
uilder-file amazon-instance:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE                                                                                                                                                 
-plugin-PACKERSPACE-packer-builder-amazon-instance azure-arm:C:\Users\Morgan Dav                                                                                                                                                 
is\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm cl                                                                                                                                                 
oudstack:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE                                                                                                                                                 
-packer-builder-cloudstack hcloud:C:\Users\Morgan Davis\Desktop\packer.exe-PACKE                                                                                                                                                 
RSPACE-plugin-PACKERSPACE-packer-builder-hcloud scaleway:C:\Users\Morgan Davis\D                                                                                                                                                 
esktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-scaleway opensta                                                                                                                                                 
ck:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packe                                                                                                                                                 
r-builder-openstack triton:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-                                                                                                                                                 
plugin-PACKERSPACE-packer-builder-triton docker:C:\Users\Morgan Davis\Desktop\pa                                                                                                                                                 
cker.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker parallels-iso:C:\U                                                                                                                                                 
sers\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-build                                                                                                                                                 
er-parallels-iso vmware-vmx:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE                                                                                                                                                 
-plugin-PACKERSPACE-packer-builder-vmware-vmx alicloud-ecs:C:\Users\Morgan Davis                                                                                                                                                 
\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-alicloud-ecs a                                                                                                                                                 
mazon-ebsvolume:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACK                                                                                                                                                 
ERSPACE-packer-builder-amazon-ebsvolume amazon-ebssurrogate:C:\Users\Morgan Davi                                                                                                                                                 
s\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebssur                                                                                                                                                 
rogate qemu:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSP                                                                                                                                                 
ACE-packer-builder-qemu lxc:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE                                                                                                                                                 
-plugin-PACKERSPACE-packer-builder-lxc oracle-classic:C:\Users\Morgan Davis\Desk                                                                                                                                                 
top\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-classic null                                                                                                                                                 
:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-                                                                                                                                                 
builder-null hyperv-iso:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plu                                                                                                                                                 
gin-PACKERSPACE-packer-builder-hyperv-iso virtualbox-ovf:C:\Users\Morgan Davis\D                                                                                                                                                 
esktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf a                                                                                                                                                 
mazon-ebs:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPAC                                                                                                                                                 
E-packer-builder-amazon-ebs hyperv-vmcx:C:\Users\Morgan Davis\Desktop\packer.exe                                                                                                                                                 
-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-vmcx oneandone:C:\Users\Mo                                                                                                                                                 
rgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-onea                                                                                                                                                 
ndone virtualbox-iso:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin                                                                                                                                                 
-PACKERSPACE-packer-builder-virtualbox-iso oracle-oci:C:\Users\Morgan Davis\Desk                                                                                                                                                 
top\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-oci profitbr                                                                                                                                                 
icks:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-pac                                                                                                                                                 
ker-builder-profitbricks googlecompute:C:\Users\Morgan Davis\Desktop\packer.exe-                                                                                                                                                 
PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute] PostProcessors:map[                                                                                                                                                 
docker-push:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSP                                                                                                                                                 
ACE-packer-post-processor-docker-push artifice:C:\Users\Morgan Davis\Desktop\pac                                                                                                                                                 
ker.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice manifest:C                                                                                                                                                 
:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-po                                                                                                                                                 
st-processor-manifest vsphere:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPA                                                                                                                                                 
CE-plugin-PACKERSPACE-packer-post-processor-vsphere shell-local:C:\Users\Morgan                                                                                                                                                  
Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-sh                                                                                                                                                 
ell-local checksum:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-P                                                                                                                                                 
ACKERSPACE-packer-post-processor-checksum vagrant:C:\Users\Morgan Davis\Desktop\                                                                                                                                                 
packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant docker-i                                                                                                                                                 
mport:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-pa                                                                                                                                                 
cker-post-processor-docker-import docker-tag:C:\Users\Morgan Davis\Desktop\packe                                                                                                                                                 
r.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag compress:C                                                                                                                                                 
:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-po                                                                                                                                                 
st-processor-compress alicloud-import:C:\Users\Morgan Davis\Desktop\packer.exe-P                                                                                                                                                 
ACKERSPACE-plugin-PACKERSPACE-packer-post-processor-alicloud-import vagrant-clou                                                                                                                                                 
d:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer                                                                                                                                                 
-post-processor-vagrant-cloud vsphere-template:C:\Users\Morgan Davis\Desktop\pac                                                                                                                                                 
ker.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere-template am                                                                                                                                                 
azon-import:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSP                                                                                                                                                 
ACE-packer-post-processor-amazon-import googlecompute-export:C:\Users\Morgan Dav                                                                                                                                                 
is\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googl                                                                                                                                                 
ecompute-export googlecompute-import:C:\Users\Morgan Davis\Desktop\packer.exe-PA                                                                                                                                                 
CKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-import docker-s                                                                                                                                                 
ave:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-pack                                                                                                                                                 
er-post-processor-docker-save] Provisioners:map[puppet-server:C:\Users\Morgan Da                                                                                                                                                 
vis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-                                                                                                                                                 
server powershell:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PA                                                                                                                                                 
CKERSPACE-packer-provisioner-powershell chef-solo:C:\Users\Morgan Davis\Desktop\                                                                                                                                                 
packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo windows-r                                                                                                                                                 
estart:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-p                                                                                                                                                 
acker-provisioner-windows-restart ansible-local:C:\Users\Morgan Davis\Desktop\pa                                                                                                                                                 
cker.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local converg                                                                                                                                                 
e:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer                                                                                                                                                 
-provisioner-converge salt-masterless:C:\Users\Morgan Davis\Desktop\packer.exe-P                                                                                                                                                 
ACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless shell:C:\Users\                                                                                                                                                 
Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisione                                                                                                                                                 
r-shell chef-client:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-                                                                                                                                                 
PACKERSPACE-packer-provisioner-chef-client file:C:\Users\Morgan Davis\Desktop\pa                                                                                                                                                 
cker.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file puppet-masterles                                                                                                                                                 
s:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer                                                                                                                                                 
-provisioner-puppet-masterless windows-shell:C:\Users\Morgan Davis\Desktop\packe                                                                                                                                                 
r.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell ansible:C:                                                                                                                                                 
\Users\Morgan Davis\Desktop\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-pro                                                                                                                                                 
visioner-ansible shell-local:C:\Users\Morgan Davis\Desktop\packer.exe-PACKERSPAC                                                                                                                                                 
E-plugin-PACKERSPACE-packer-provisioner-shell-local]}                                                                                                                                                                            
2019/01/09 10:03:53 Setting cache directory: C:\Users\Morgan Davis\Documents\Ato                                                                                                                                                 
micorp stuff\centos-master\packer_cache                                                                                                                                                                                          
2019/01/09 10:03:53 Loading builder: virtualbox-ovf                                                                                                                                                                              
2019/01/09 10:03:53 Plugin could not be found. Checking same directory as execut                                                                                                                                                 
able.                                                                                                                                                                                                                            
2019/01/09 10:03:53 Current exe path: C:\Users\Morgan Davis\Desktop\packer.exe                                                                                                                                                   
2019/01/09 10:03:53 Creating plugin client for path: C:\Users\Morgan Davis\Deskt                                                                                                                                                 
op\packer.exe                                                                                                                                                                                                                    
2019/01/09 10:03:53 Starting plugin: C:\Users\Morgan Davis\Desktop\packer.exe []                                                                                                                                                 
string{"C:\\Users\\Morgan Davis\\Desktop\\packer.exe", "plugin", "packer-builder                                                                                                                                                 
-virtualbox-ovf"}                                                                                                                                                                                                                
2019/01/09 10:03:53 Waiting for RPC address for: C:\Users\Morgan Davis\Desktop\p                                                                                                                                                 
acker.exe                                                                                                                                                                                                                        
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 [INFO] Packer version: 1.3.2                                                                                                                                                 
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Packer Target OS/Arch: windo                                                                                                                                                 
ws amd64                                                                                                                                                                                                                         
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Built with Go Version: go1.1                                                                                                                                                 
1.1                                                                                                                                                                                                                              
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Attempting to open config fi                                                                                                                                                 
le: C:\Users\Morgan Davis\AppData\Roaming\packer.config                                                                                                                                                                          
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 [WARN] Config file doesn't e                                                                                                                                                 
xist: C:\Users\Morgan Davis\AppData\Roaming\packer.config                                                                                                                                                                        
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Packer config: &{DisableChec                                                                                                                                                 
kpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:                                                                                                                                                 
25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}                                                                                                                                                                    
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Setting cache directory: C:\                                                                                                                                                 
Users\Morgan Davis\Documents\Atomicorp stuff\centos-master\packer_cache                                                                                                                                                          
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 args: []string{"packer-build                                                                                                                                                 
er-virtualbox-ovf"}                                                                                                                                                                                                              
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Plugin minimum port: 10000                                                                                                                                                   
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Plugin maximum port: 25000                                                                                                                                                   
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Plugin address: tcp 127.0.0.                                                                                                                                                 
1:10000                                                                                                                                                                                                                          
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Waiting for connection...                                                                                                                                                    
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Serving a plugin connection.                                                                                                                                                 
..                                                                                                                                                                                                                               
2019/01/09 10:03:53 Loading post-processor: amazon-import                                                                                                                                                                        
2019/01/09 10:03:53 Plugin could not be found. Checking same directory as execut                                                                                                                                                 
able.                                                                                                                                                                                                                            
2019/01/09 10:03:53 Current exe path: C:\Users\Morgan Davis\Desktop\packer.exe                                                                                                                                                   
2019/01/09 10:03:53 Creating plugin client for path: C:\Users\Morgan Davis\Deskt                                                                                                                                                 
op\packer.exe                                                                                                                                                                                                                    
2019/01/09 10:03:53 Starting plugin: C:\Users\Morgan Davis\Desktop\packer.exe []                                                                                                                                                 
string{"C:\\Users\\Morgan Davis\\Desktop\\packer.exe", "plugin", "packer-post-pr                                                                                                                                                 
ocessor-amazon-import"}                                                                                                                                                                                                          
2019/01/09 10:03:53 Waiting for RPC address for: C:\Users\Morgan Davis\Desktop\p                                                                                                                                                 
acker.exe                                                                                                                                                                                                                        
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 [INFO] Packer version: 1.3.2                                                                                                                                                 
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Packer Target OS/Arch: windo                                                                                                                                                 
ws amd64                                                                                                                                                                                                                         
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Built with Go Version: go1.1                                                                                                                                                 
1.1                                                                                                                                                                                                                              
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Attempting to open config fi                                                                                                                                                 
le: C:\Users\Morgan Davis\AppData\Roaming\packer.config                                                                                                                                                                          
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 [WARN] Config file doesn't e                                                                                                                                                 
xist: C:\Users\Morgan Davis\AppData\Roaming\packer.config                                                                                                                                                                        
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Packer config: &{DisableChec                                                                                                                                                 
kpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:                                                                                                                                                 
25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}                                                                                                                                                                    
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Setting cache directory: C:\                                                                                                                                                 
Users\Morgan Davis\Documents\Atomicorp stuff\centos-master\packer_cache                                                                                                                                                          
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 args: []string{"packer-post-                                                                                                                                                 
processor-amazon-import"}                                                                                                                                                                                                        
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Plugin minimum port: 10000                                                                                                                                                   
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Plugin maximum port: 25000                                                                                                                                                   
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Plugin address: tcp 127.0.0.                                                                                                                                                 
1:10000                                                                                                                                                                                                                          
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Waiting for connection...                                                                                                                                                    
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Serving a plugin connection.                                                                                                                                                 
..                                                                                                                                                                                                                               
2019/01/09 10:03:53 Build debug mode: false                                                                                                                                                                                      
2019/01/09 10:03:53 Force build: false                                                                                                                                                                                           
2019/01/09 10:03:53 On error:                                                                                                                                                                                                    
2019/01/09 10:03:53 Preparing build: virtualbox-ovf                                                                                                                                                                              
virtualbox-ovf output will be in this color.                                                                                                                                                                                     
                                                                                                                                                                                                                                 
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 Found region us-east-1                                                                                                                                                       
2019/01/09 10:03:53 packer.exe: 2019/01/09 10:03:53 [INFO] AWS Auth provider use                                                                                                                                                 
d: "StaticProvider"                                                                                                                                                                                                              
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 {{virtualbox-ovf virtualbox-                                                                                                                                                 
ovf false false  map[] []} {  false   us-east-1  false fal                                                                                                                                                 
se  0xc00048a000 } packertestbucket packer-import-{{timestamp}}.ova false m                                                                                                                                                 
ap[Description:packer/boxcutter amazon-import 1547046233]   [] []   { map[c                                                                                                                                                 
lean_ami_name:0xd80470] map[] [] false virtualbox-ovf virtualbox-ovf C:\Users\Mo                                                                                                                                                 
rgan Davis\Documents\Atomicorp stuff\centos-master\examplepacker.json}}                                                                                                                                                          
2019/01/09 10:03:54 Waiting on builds to complete...                                                                                                                                                                             
2019/01/09 10:03:54 Starting build run: virtualbox-ovf                                                                                                                                                                           
2019/01/09 10:03:54 Running builder: virtualbox-ovf                                                                                                                                                                              
2019/01/09 10:03:54 [INFO] (telemetry) Starting builder virtualbox-ovf                                                                                                                                                           
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 [DEBUG] builder/virtualbox:                                                                                                                                                  
VBOX_MSI_INSTALL_PATH = C:\Program Files\Oracle\VirtualBox\                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 VBoxManage path: C:\Program                                                                                                                                                  
Files\Oracle\VirtualBox\VBoxManage.exe                                                                                                                                                                                           
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 Suppressing annoying message                                                                                                                                                 
s in VirtualBox                                                                                                                                                                                                                  
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 Executing VBoxManage: []stri                                                                                                                                                 
ng{"setextradata", "global", "GUI/RegistrationData", "triesLeft=0"}                                                                                                                                                              
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 stdout:                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 stderr:                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 Executing VBoxManage: []stri                                                                                                                                                 
ng{"setextradata", "global", "GUI/SuppressMessages", "confirmInputCapture,remind                                                                                                                                                 
AboutAutoCapture,remindAboutMouseIntegrationOff,remindAboutMouseIntegrationOn,re                                                                                                                                                 
mindAboutWrongColorDepth"}                                                                                                                                                                                                       
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 stdout:                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 stderr:                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 Executing VBoxManage: []stri                                                                                                                                                 
ng{"setextradata", "global", "GUI/UpdateCheckCount", "60"}                                                                                                                                                                       
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 stdout:                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 stderr:                                                                                                                                                                      
2019/01/09 10:03:54 packer.exe: 2019/01/09 10:03:54 Executing VBoxManage: []stri                                                                                                                                                 
ng{"setextradata", "global", "GUI/UpdateDate", "1 d, 2020-01-01, stable"}                                                                                                                                                        
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 stdout:                                                                                                                                                                      
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 stderr:                                                                                                                                                                      
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 No floppy files specified. F                                                                                                                                                 
loppy disk will not be made.                                                                                                                                                                                                     
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 VBoxManage --version output:                                                                                                                                                 
 5.2.22r126460                                                                                                                                                                                                                   
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 VirtualBox version: 5.2.22                                                                                                                                                   
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 guest_additions_url is blank                                                                                                                                                 
; querying driver for iso.                                                                                                                                                                                                       
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Found Default Guest Addition                                                                                                                                                 
s ISO: C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso                                                                                                                                                                 
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Guest additions URL: file://                                                                                                                                                 
/C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso                                                                                                                                                                     
==> virtualbox-ovf: Retrieving Guest additions                                                                                                                                                                                   
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Acquiring lock to download:                                                                                                                                                  
file:///C:/Program%20Files/Oracle/VirtualBox/VBoxGuestAdditions.iso                                                                                                                                                              
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Parsed URL: &url.URL{Scheme:                                                                                                                                                 
"file", Opaque:"", User:(*url.Userinfo)(nil), Host:"", Path:"/C:/Program Files/O                                                                                                                                                 
racle/VirtualBox/VBoxGuestAdditions.iso", RawPath:"", ForceQuery:false, RawQuery                                                                                                                                                 
:"", Fragment:""}                                                                                                                                                                                                                
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 [DEBUG] Using local file: C:                                                                                                                                                 
/Program Files/Oracle/VirtualBox/VBoxGuestAdditions.iso                                                                                                                                                                          
    virtualbox-ovf: Using file in-place: file:///C:/Program%20Files/Oracle/Virtu                                                                                                                                                 
alBox/VBoxGuestAdditions.iso                                                                                                                                                                                                     
==> virtualbox-ovf: Retrieving OVF/OVA                                                                                                                                                                                           
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Acquiring lock to download:                                                                                                                                                  
file:///C:/Users/Morgan%20Davis/Documents/Atomicorp%20stuff/centos-master/atomic                                                                                                                                                 
orp-aeo-hub.ova                                                                                                                                                                                                                  
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Parsed URL: &url.URL{Scheme:                                                                                                                                                 
"file", Opaque:"", User:(*url.Userinfo)(nil), Host:"", Path:"/C:/Users/Morgan Da                                                                                                                                                 
vis/Documents/Atomicorp stuff/centos-master/atomicorp-aeo-hub.ova", RawPath:"",                                                                                                                                                  
ForceQuery:false, RawQuery:"", Fragment:""}                                                                                                                                                                                      
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 [DEBUG] Using local file: C:                                                                                                                                                 
/Users/Morgan Davis/Documents/Atomicorp stuff/centos-master/atomicorp-aeo-hub.ov                                                                                                                                                 
a                                                                                                                                                                                                                                
    virtualbox-ovf: Using file in-place: file:///C:/Users/Morgan%20Davis/Documen                                                                                                                                                 
ts/Atomicorp%20stuff/centos-master/atomicorp-aeo-hub.ova                                                                                                                                                                         
==> virtualbox-ovf: Importing VM: C:/Users/Morgan Davis/Documents/Atomicorp stuf                                                                                                                                                 
f/centos-master/atomicorp-aeo-hub.ova                                                                                                                                                                                            
2019/01/09 10:03:55 packer.exe: 2019/01/09 10:03:55 Executing VBoxManage: []stri                                                                                                                                                 
ng{"import", "C:/Users/Morgan Davis/Documents/Atomicorp stuff/centos-master/atom                                                                                                                                                 
icorp-aeo-hub.ova", "--vsys", "0", "--vmname", "packer-virtualbox-ovf-1547046233                                                                                                                                                 
"}                                                                                                                                                                                                                               
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 stdout: Disks:                                                                                                                                                               
2019/01/09 10:05:16 packer.exe:   vmdisk1       1024    2559639552      http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized       atomicorp-aeo-hub-disk1.vmdk    950354432       -1                       
2019/01/09 10:05:16 packer.exe:                                                                                                                                                                                                  
2019/01/09 10:05:16 packer.exe: Virtual system 0:                                                                                                                                                                                
2019/01/09 10:05:16 packer.exe:  0: Suggested OS type: "RedHat_64"                                                                                                                                                               
2019/01/09 10:05:16 packer.exe:     (change with "--vsys 0 --ostype "; use "list ostypes" to list all possible values)                                                                                                     
2019/01/09 10:05:16 packer.exe:  1: VM name specified with --vmname: "packer-virtualbox-ovf-1547046233"                                                                                                                          
2019/01/09 10:05:16 packer.exe:  2: Number of CPUs: 4                                                                                                                                                                            
2019/01/09 10:05:16 packer.exe:     (change with "--vsys 0 --cpus ")                                                                                                                                                          
2019/01/09 10:05:16 packer.exe:  3: Guest memory: 8192 MB                                                                                                                                                                        
2019/01/09 10:05:16 packer.exe:     (change with "--vsys 0 --memory ")                                                                                                                                                       
2019/01/09 10:05:16 packer.exe:  4: Network adapter: orig nat, config 5, extra type=nat                                                                                                                                          
2019/01/09 10:05:16 packer.exe:  5: CD-ROM                                                                                                                                                                                       
2019/01/09 10:05:16 packer.exe:     (disable with "--vsys 0 --unit 5 --ignore")                                                                                                                                                  
2019/01/09 10:05:16 packer.exe:  6: SCSI controller, type LsiLogic                                                                                                                                                               
2019/01/09 10:05:16 packer.exe:     (change with "--vsys 0 --unit 6 --scsitype {BusLogic|LsiLogic}";                                                                                                                             
2019/01/09 10:05:16 packer.exe:     disable with "--vsys 0 --unit 6 --ignore")                                                                                                                                                   
2019/01/09 10:05:16 packer.exe:  7: IDE controller, type PIIX4                                                                                                                                                                   
2019/01/09 10:05:16 packer.exe:     (disable with "--vsys 0 --unit 7 --ignore")                                                                                                                                                  
2019/01/09 10:05:16 packer.exe:  8: Hard disk image: source image=atomicorp-aeo-hub-disk1.vmdk, target path=C:\Users\Morgan Davis\VirtualBox VMs\vm_2\atomicorp-aeo-hub-disk1.vmdk, controller=6;channel=0                       
2019/01/09 10:05:16 packer.exe:     (change target path with "--vsys 0 --unit 8 --disk path";                                                                                                                                    
2019/01/09 10:05:16 packer.exe:     disable with "--vsys 0 --unit 8 --ignore")                                                                                                                                                   
2019/01/09 10:05:16 packer.exe: Successfully imported the appliance.                                                                                                                                                             
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%                                                                                                      
2019/01/09 10:05:16 packer.exe: Interpreting C:\Users\Morgan Davis\Documents\Atomicorp stuff\centos-master\atomicorp-aeo-hub.ova...                                                                                              
2019/01/09 10:05:16 packer.exe: OK.                                                                                                                                                                                              
2019/01/09 10:05:16 packer.exe: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%                                                                                                                                  
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Not attaching guest additions since we're uploading.                                                                                                                         
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Looking for available port between 5900 and 6000 on 127.0.0.1                                                                                                                
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Trying port: 5919                                                                                                                                                            
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Executing VBoxManage: []string{"modifyvm", "packer-virtualbox-ovf-1547046233", "--vrdeaddress", "127.0.0.1", "--vrdeauthtype", "null", "--vrde", "on", "--vrdeport", "5919"} 
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 stdout:                                                                                                                                                                      
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 stderr:                                                                                                                                                                      
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 No floppy disk, not attaching.                                                                                                                                               
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Looking for available communicator (SSH, WinRM, etc) port between 2222 and 4444                                                                                              
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Trying port: 3491                                                                                                                                                            
==> virtualbox-ovf: Creating forwarded port mapping for communicator (SSH, WinRM, etc) (host port 3491)                                                                                                                          
2019/01/09 10:05:16 packer.exe: 2019/01/09 10:05:16 Executing VBoxManage: []string{"modifyvm", "packer-virtualbox-ovf-1547046233", "--natpf1", "packercomm,tcp,127.0.0.1,3491,,22"}                                              
2019/01/09 10:05:17 packer.exe: 2019/01/09 10:05:17 stdout:                                                                                                                                                                      
2019/01/09 10:05:17 packer.exe: 2019/01/09 10:05:17 stderr:                                                                                                                                                                      
==> virtualbox-ovf: Starting the virtual machine...                                                                                                                                                                              
2019/01/09 10:05:17 packer.exe: 2019/01/09 10:05:17 Executing VBoxManage: []string{"startvm", "packer-virtualbox-ovf-1547046233", "--type", "gui"}                                                                               
2019/01/09 10:05:28 packer.exe: 2019/01/09 10:05:28 stdout: Waiting for VM "packer-virtualbox-ovf-1547046233" to power on...                                                                                                     
2019/01/09 10:05:28 packer.exe: VM "packer-virtualbox-ovf-1547046233" has been successfully started.                                                                                                                             
2019/01/09 10:05:28 packer.exe: 2019/01/09 10:05:28 stderr:                                                                                                                                                                      
==> virtualbox-ovf: Waiting 10s for boot...                                                                                                                                                                                      
==> virtualbox-ovf: Typing the boot command...                                                                                                                                                                                   
==> virtualbox-ovf: Using ssh communicator to connect: 127.0.0.1                                                                                                                                                                 
2019/01/09 10:05:38 packer.exe: 2019/01/09 10:05:38 [INFO] Waiting for SSH, up to timeout: 2h46m40s                                                                                                                              
==> virtualbox-ovf: Waiting for SSH to become available...                                                                                                                                                                       
2019/01/09 10:05:38 packer.exe: 2019/01/09 10:05:38 [INFO] Attempting SSH connection...                                                                                                                                          
2019/01/09 10:05:38 packer.exe: 2019/01/09 10:05:38 [DEBUG] reconnecting to TCP connection for SSH                                                                                                                               
2019/01/09 10:05:38 packer.exe: 2019/01/09 10:05:38 [DEBUG] handshaking with SSH                                                                                                                                                 
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [DEBUG] handshake complete!                                                                                                                                                  
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [INFO] no local agent socket, will not connect agent                                                                                                                         
==> virtualbox-ovf: Connected to SSH!                                                                                                                                                                                            
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 VBoxManage --version output: 5.2.22r126460                                                                                                                                   
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 VirtualBox version: 5.2.22                                                                                                                                                   
==> virtualbox-ovf: Uploading VirtualBox version info (5.2.22)                                                                                                                                                                   
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [DEBUG] Opening new ssh session                                                                                                                                              
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [DEBUG] Starting remote scp process:  scp -vt .                                                                                                                              
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [DEBUG] Started SCP session, beginning transfers...                                                                                                                          
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [DEBUG] Copying input data into temporary file so we can read the length                                                                                                     
2019/01/09 10:06:25 packer.exe: 2019/01/09 10:06:25 [DEBUG] scp: Uploading .vbox_version: perms=C0644 size=6                                                                                                                     
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 [DEBUG] SCP session complete, closing stdin pipe.                                                                                                                            
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 [DEBUG] Waiting for SSH session to complete.                                                                                                                                 
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 [DEBUG] scp stderr (length 28): Sink: C0644 6 .vbox_version                                                                                                                  
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 VBoxManage --version output: 5.2.22r126460                                                                                                                                   
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 VirtualBox version: 5.2.22                                                                                                                                                   
==> virtualbox-ovf: Uploading VirtualBox guest additions ISO...                                                                                                                                                                  
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 [DEBUG] Opening new ssh session                                                                                                                                              
2019/01/09 10:06:26 packer.exe: 2019/01/09 10:06:26 [DEBUG] Starting remote scp process:  scp -vt .                                                                                                                              
2019/01/09 10:06:32 packer.exe: 2019/01/09 10:06:32 [DEBUG] Started SCP session, beginning transfers...                                                                                                                          
2019/01/09 10:06:32 packer.exe: 2019/01/09 10:06:32 [DEBUG] Copying input data into temporary file so we can read the length                                                                                                     
2019/01/09 10:06:34 packer.exe: 2019/01/09 10:06:34 [DEBUG] scp: Uploading VBoxGuestAdditions.iso: perms=C0644 size=58013696                                                                                                     
2019/01/09 10:06:39 packer.exe: 2019/01/09 10:06:39 [DEBUG] SCP session complete, closing stdin pipe.                                                                                                                            
2019/01/09 10:06:39 packer.exe: 2019/01/09 10:06:39 [DEBUG] Waiting for SSH session to complete.                                                                                                                                 
2019/01/09 10:06:48 packer.exe: 2019/01/09 10:06:48 [DEBUG] scp stderr (length 44): Sink: C0644 58013696 VBoxGuestAdditions.iso                                                                                                  
2019/01/09 10:06:48 packer.exe: 2019/01/09 10:06:48 Running the provision hook                                                                                                                                                   
==> virtualbox-ovf: Gracefully halting virtual machine...                                                                                                                                                                        
2019/01/09 10:06:48 packer.exe: 2019/01/09 10:06:48 Executing shutdown command: echo 'atomicorp' | sudo -S shutdown -P now                                                                                                       
2019/01/09 10:06:48 packer.exe: 2019/01/09 10:06:48 [DEBUG] Opening new ssh session                                                                                                                                              
2019/01/09 10:06:48 packer.exe: 2019/01/09 10:06:48 [DEBUG] starting remote command: echo 'atomicorp' | sudo -S shutdown -P now                                                                                                  
2019/01/09 10:06:49 packer.exe: 2019/01/09 10:06:49 [ERROR] Remote command exited without exit status or exit signal.                                                                                                            
2019/01/09 10:06:49 packer.exe: 2019/01/09 10:06:49 Waiting max 5m0s for shutdown to complete                                                                                                                                    
2019/01/09 10:06:54 packer.exe: 2019/01/09 10:06:54 VM shut down.                                                                                                                                                                
2019/01/09 10:06:54 packer.exe: 2019/01/09 10:06:54 1 second timeout to ensure VM is really shutdown                                                                                                                             
==> virtualbox-ovf: Preparing to export machine...                                                                                                                                                                               
    virtualbox-ovf: Deleting forwarded port mapping for the communicator (SSH, WinRM, etc) (host port 3491)                                                                                                                      
2019/01/09 10:06:55 packer.exe: 2019/01/09 10:06:55 Executing VBoxManage: []string{"modifyvm", "packer-virtualbox-ovf-1547046233", "--natpf1", "delete", "packercomm"}                                                           
2019/01/09 10:06:55 packer.exe: 2019/01/09 10:06:55 stdout:                                                                                                                                                                      
2019/01/09 10:06:55 packer.exe: 2019/01/09 10:06:55 stderr:                                                                                                                                                                      
==> virtualbox-ovf: Exporting virtual machine...                                                                                                                                                                                 
    virtualbox-ovf: Executing: export packer-virtualbox-ovf-1547046233 --output output-virtualbox-ovf\packer-virtualbox-ovf-1547046233.ova                                                                                       
2019/01/09 10:06:55 packer.exe: 2019/01/09 10:06:55 Executing VBoxManage: []string{"export", "packer-virtualbox-ovf-1547046233", "--output", "output-virtualbox-ovf\\packer-virtualbox-ovf-1547046233.ova"}                      
2019/01/09 10:09:42 packer.exe: 2019/01/09 10:09:42 stdout: Successfully exported 1 machine(s).                                                                                                                                  
2019/01/09 10:09:42 packer.exe: 2019/01/09 10:09:42 stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%                                                                                                      
==> virtualbox-ovf: Deregistering and deleting imported VM...                                                                                                                                                                    
2019/01/09 10:09:42 packer.exe: 2019/01/09 10:09:42 Executing VBoxManage: []string{"unregistervm", "packer-virtualbox-ovf-1547046233", "--delete"}                                                                               
2019/01/09 10:09:43 packer.exe: 2019/01/09 10:09:43 stdout:                                                                                                                                                                      
2019/01/09 10:09:43 packer.exe: 2019/01/09 10:09:43 stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%                                                                                                      
2019/01/09 10:09:43 [INFO] (telemetry) ending virtualbox-ovf                                                                                                                                                                     
2019/01/09 10:09:43 [INFO] (telemetry) Starting post-processor amazon-import                                                                                                                                                     
==> virtualbox-ovf: Running post-processor: amazon-import                                                                                                                                                                        
2019/01/09 10:09:43 packer.exe: 2019/01/09 10:09:43 Rendered s3_key_name as packer-import-1547046233.ova                                                                                                                         
2019/01/09 10:09:43 packer.exe: 2019/01/09 10:09:43 Looking for OVA in artifact                                                                                                                                                  
2019/01/09 10:09:43 packer.exe: 2019/01/09 10:09:43 Opening file output-virtualbox-ovf\packer-virtualbox-ovf-1547046233.ova to upload                                                                                            
    virtualbox-ovf (amazon-import): Uploading output-virtualbox-ovf\packer-virtualbox-ovf-1547046233.ova to s3://packertestbucket/packer-import-1547046233.ova                                                                   
    virtualbox-ovf (amazon-import): Completed upload of output-virtualbox-ovf\packer-virtualbox-ovf-1547046233.ova to s3://packertestbucket/packer-import-1547046233.ova                                                         
2019/01/09 10:35:58 packer.exe: 2019/01/09 10:35:58 Calling EC2 to import from s3://packertestbucket/packer-import-1547046233.ova                                                                                                
    virtualbox-ovf (amazon-import): Started import of s3://packertestbucket/packer-import-1547046233.ova, task id import-ami-03ad3f0e34dc5e94d                                                                                   
    virtualbox-ovf (amazon-import): Waiting for task import-ami-03ad3f0e34dc5e94d to complete (may take a while)                                                                                                                 
2019/01/09 11:55:31 [INFO] (telemetry) ending amazon-import                                                                                                                                                                      
2019/01/09 11:55:31 Deleting original artifact for build 'virtualbox-ovf'                                                                                                                                                        
2019/01/09 11:55:31 ui error: Build 'virtualbox-ovf' errored: 1 error(s) occurred:                                                                                                                                               
                                                                                                                                                                                                                                 
Build 'virtualbox-ovf' errored: 1 error(s) occurred:                                                                                                                                                                             
                                                                                                                                                                                                                                 
* Post-processor failed: Import task import-ami-03ad3f0e34dc5e94d failed with error: ResourceNotReady: failed waiting for successful resource state                                                                              
* Post-processor failed: Import task import-ami-03ad3f0e34dc5e94d failed with error: ResourceNotReady: failed waiting for successful resource state                                                                              
2019/01/09 11:55:31 Builds completed. Waiting on interrupt barrier...                                                                                                                                                            
2019/01/09 11:55:31 machine readable: error-count []string{"1"}                                                                                                                                                                  
2019/01/09 11:55:31 ui error:                                                                                                                                                                                                    
==> Some builds didn't complete successfully and had errors:                                                                                                                                                                     
2019/01/09 11:55:31 machine readable: virtualbox-ovf,error []string{"1 error(s) occurred:\n\n* Post-processor failed: Import task import-ami-03ad3f0e34dc5e94d failed with error: ResourceNotReady: failed waiting for successful
 resource state"}                                                                                                                                                                                                                
2019/01/09 11:55:31 ui error: --> virtualbox-ovf: 1 error(s) occurred:                                                                                                                                                           
                                                                                                                                                                                                                                 
* Post-processor failed: Import task import-ami-03ad3f0e34dc5e94d failed with error: ResourceNotReady: failed waiting for successful resource state                                                                              
==> Builds finished but no artifacts were created.                                                                                                                                                                               
2019/01/09 11:55:31 [INFO] (telemetry) Finalizing.                                                                                                                                                                               
                                                                                                                                                                                                                                 
==> Some builds didn't complete successfully and had errors:                                                                                                                                                                     
--> virtualbox-ovf: 1 error(s) occurred:                                                                                                                                                                                         
                                                                                                                                                                                                                                 
* Post-processor failed: Import task import-ami-03ad3f0e34dc5e94d failed with error: ResourceNotReady: failed waiting for successful resource state                                                                              
                                                                                                                                                                                                                                 
==> Builds finished but no artifacts were created.                                                                                                                                                                               
2019/01/09 11:55:31 waiting for all plugin processes to complete...                                                                                                                                                              
2019/01/09 11:55:31 C:\Users\Morgan Davis\Desktop\packer.exe: plugin process exited                                                                                                                                              
2019/01/09 11:55:31 C:\Users\Morgan Davis\Desktop\packer.exe: plugin process exited

On Wednesday, January 9, 2019 at 9:38:51 AM UTC-5, Rickard von Essen wrote:

Morgan Andrew Davis

unread,
Jan 9, 2019, 12:03:25 PM1/9/19
to Packer
It looks like a lot of it might have been cut off. Is this enough or should I try again?

Rickard von Essen

unread,
Jan 9, 2019, 12:06:42 PM1/9/19
to packe...@googlegroups.com
Everything looks fine, but you need to upgrade. Format support was added in 1.3.3, see

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.

Morgan Andrew Davis

unread,
Jan 9, 2019, 12:08:22 PM1/9/19
to Packer
Hadn't realized it had been updated. I'll update and come back if It doesn't help me. Thank you for your time.
Reply all
Reply to author
Forward
0 new messages