I set information in post_manage, like
"vboxmanage_post": [
["modifyvm", "{{.Name}}", "--vrde", "off"],
["modifyvm", "{{.Name}}", "--nic1", "nat"],
...
["modifyvm", "{{.Name}}", "--cableconnected2", "on"]But they are lost in translation. I have to re-set them on the command line, after having imported the VM: VBoxManage modifyvm $VM_NAME --vrde off VBoxManage modifyvm $VM_NAME --nic1 nat ... VBoxManage modifyvm $VM_NAME --cableconnected2 on I attached the ovf as produced by Packer via VirtualBox export and the logs. Below is the diff between the machine imported before and after the modifyVM commands (via the shell) 30c30 < <RemoteDisplay *enabled="true"*> --- > <RemoteDisplay> 40c40 < <Adapter slot="0" enabled="true" MACAddress="08002775709D" *cable="false"* promiscuousModePolicy="AllowAll" type="virtio"> --- > <Adapter slot="0" enabled="true" MACAddress="08002775709D" promiscuousModePolicy="AllowAll" type="virtio"> 43c43 < <Adapter slot="1" enabled="true" MACAddress="080027867BF6" *cable="false"* promiscuousModePolicy="AllowAll" type="virtio"> --- > <Adapter slot="1" enabled="true" MACAddress="080027867BF6" promiscuousModePolicy="AllowAll" type="virtio"> Not sure if it is a VirtualBox or a Packer issue. I will try to play with import/export to know more. In the mean time maybe someone already had the issue ??? I did not find much on Google. Using: - Packer 0.10.1 - VirtualBox 5.1.2 - Fedora 23 -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/6cf3a5ef-deba-4d9e-82ac-32348af68653%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
2016-07-24_00h03_vb-fedora-24-np.ovf
Description: Binary data
2016/07/24 00:03:03 [INFO] Packer version: 0.10.1
2016/07/24 00:03:03 Packer Target OS/Arch: linux amd64
2016/07/24 00:03:03 Built with Go Version: go1.6.2
2016/07/24 00:03:03 Detected home directory from env var: /home/bruno
2016/07/24 00:03:03 Using internal plugin for amazon-chroot
2016/07/24 00:03:03 Using internal plugin for googlecompute
2016/07/24 00:03:03 Using internal plugin for amazon-ebs
2016/07/24 00:03:03 Using internal plugin for docker
2016/07/24 00:03:03 Using internal plugin for file
2016/07/24 00:03:03 Using internal plugin for null
2016/07/24 00:03:03 Using internal plugin for virtualbox-iso
2016/07/24 00:03:03 Using internal plugin for virtualbox-ovf
2016/07/24 00:03:03 Using internal plugin for vmware-iso
2016/07/24 00:03:03 Using internal plugin for amazon-instance
2016/07/24 00:03:03 Using internal plugin for openstack
2016/07/24 00:03:03 Using internal plugin for parallels-pvm
2016/07/24 00:03:03 Using internal plugin for azure-arm
2016/07/24 00:03:03 Using internal plugin for digitalocean
2016/07/24 00:03:03 Using internal plugin for parallels-iso
2016/07/24 00:03:03 Using internal plugin for qemu
2016/07/24 00:03:03 Using internal plugin for vmware-vmx
2016/07/24 00:03:03 Using internal plugin for file
2016/07/24 00:03:03 Using internal plugin for powershell
2016/07/24 00:03:03 Using internal plugin for salt-masterless
2016/07/24 00:03:03 Using internal plugin for windows-shell
2016/07/24 00:03:03 Using internal plugin for ansible
2016/07/24 00:03:03 Using internal plugin for chef-solo
2016/07/24 00:03:03 Using internal plugin for puppet-masterless
2016/07/24 00:03:03 Using internal plugin for puppet-server
2016/07/24 00:03:03 Using internal plugin for shell
2016/07/24 00:03:03 Using internal plugin for shell-local
2016/07/24 00:03:03 Using internal plugin for windows-restart
2016/07/24 00:03:03 Using internal plugin for ansible-local
2016/07/24 00:03:03 Using internal plugin for chef-client
2016/07/24 00:03:03 Using internal plugin for docker-import
2016/07/24 00:03:03 Using internal plugin for docker-push
2016/07/24 00:03:03 Using internal plugin for docker-save
2016/07/24 00:03:03 Using internal plugin for vagrant
2016/07/24 00:03:03 Using internal plugin for vagrant-cloud
2016/07/24 00:03:03 Using internal plugin for vsphere
2016/07/24 00:03:03 Using internal plugin for atlas
2016/07/24 00:03:03 Using internal plugin for compress
2016/07/24 00:03:03 Using internal plugin for docker-tag
2016/07/24 00:03:03 Using internal plugin for shell-local
2016/07/24 00:03:03 Using internal plugin for amazon-import
2016/07/24 00:03:03 Using internal plugin for artifice
2016/07/24 00:03:03 Detected home directory from env var: /home/bruno
2016/07/24 00:03:03 Attempting to open config file: /home/bruno/.packerconfig
2016/07/24 00:03:03 [WARN] Config file doesn't exist: /home/bruno/.packerconfig
2016/07/24 00:03:03 Packer config: &{DisableCheckpoint:false
DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000
Builders:map[parallels-pvm:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
digitalocean:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
virtualbox-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
virtualbox-ovf:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
amazon-instance:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
parallels-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
vmware-vmx:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
googlecompute:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
null:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null
openstack:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack
azure-arm:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm
qemu:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu
amazon-chroot:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
amazon-ebs:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs
vmware-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso
docker:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker
file:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file]
PostProcessors:map[artifice:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
docker-save:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
vagrant:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
vsphere:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere
atlas:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas
shell-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
amazon-import:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
docker-import:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import
docker-push:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
vagrant-cloud:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud
compress:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
docker-tag:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag]
Provisioners:map[powershell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell
chef-solo:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo
puppet-masterless:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
chef-client:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client
puppet-server:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server
shell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell
shell-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
windows-restart:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart
file:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file
salt-masterless:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
windows-shell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell
ansible:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible
ansible-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local]}
2016/07/24 00:03:03 Setting cache directory:
/home/bruno/dev/virtua/VM-images-packer/packer_cache
2016/07/24 00:03:03 Detected home directory from env var: /home/bruno
2016/07/24 00:03:03 Loading builder: virtualbox-iso
2016/07/24 00:03:03 Plugin could not be found. Checking same directory as
executable.
2016/07/24 00:03:03 Current exe path: /opt/packer/packer
2016/07/24 00:03:03 Creating plugin client for path: /opt/packer/packer
2016/07/24 00:03:03 Starting plugin: /opt/packer/packer
[]string{"/opt/packer/packer", "plugin", "packer-builder-virtualbox-iso"}
2016/07/24 00:03:03 Waiting for RPC address for: /opt/packer/packer
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 [INFO] Packer version: 0.10.1
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Packer Target OS/Arch: linux
amd64
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Built with Go Version: go1.6.2
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Detected home directory from
env var: /home/bruno
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-ebs
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for docker
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
openstack
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for qemu
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
digitalocean
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for file
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
virtualbox-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
virtualbox-ovf
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-instance
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
azure-arm
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for null
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
parallels-pvm
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-chroot
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
googlecompute
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
parallels-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vmware-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vmware-vmx
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
ansible-local
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
chef-client
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
chef-solo
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
powershell
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
salt-masterless
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
windows-restart
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
ansible
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for file
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
puppet-masterless
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
puppet-server
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for shell
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
shell-local
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
windows-shell
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
compress
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-import
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-push
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-save
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
shell-local
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vagrant
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vsphere
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
artifice
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for atlas
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-tag
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vagrant-cloud
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-import
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Detected home directory from
env var: /home/bruno
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Attempting to open config file:
/home/bruno/.packerconfig
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 [WARN] Config file doesn't
exist: /home/bruno/.packerconfig
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000
Builders:map[file:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file
amazon-chroot:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
amazon-ebs:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs
virtualbox-ovf:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
null:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null
vmware-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso
openstack:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack
digitalocean:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
virtualbox-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
azure-arm:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm
parallels-pvm:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
vmware-vmx:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
qemu:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu
amazon-instance:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
googlecompute:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
parallels-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
docker:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker]
PostProcessors:map[docker-save:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
docker-tag:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag
compress:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
docker-import:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import
docker-push:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
artifice:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
atlas:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas
vagrant-cloud:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud
amazon-import:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
shell-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
vagrant:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
vsphere:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere]
Provisioners:map[ansible-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local
chef-client:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client
chef-solo:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo
windows-restart:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart
puppet-masterless:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
puppet-server:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server
shell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell
shell-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
windows-shell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell
powershell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell
salt-masterless:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
ansible:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible
file:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file]}
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Setting cache directory:
/home/bruno/dev/virtua/VM-images-packer/packer_cache
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 args:
[]string{"packer-builder-virtualbox-iso"}
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Plugin minimum port: 10000
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Plugin maximum port: 25000
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Plugin address: unix
/tmp/packer-plugin391333928
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Waiting for connection...
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Detected home directory from
env var: /home/bruno
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Serving a plugin connection...
2016/07/24 00:03:03 Loading provisioner: shell
2016/07/24 00:03:03 Plugin could not be found. Checking same directory as
executable.
2016/07/24 00:03:03 Current exe path: /opt/packer/packer
2016/07/24 00:03:03 Creating plugin client for path: /opt/packer/packer
2016/07/24 00:03:03 Starting plugin: /opt/packer/packer
[]string{"/opt/packer/packer", "plugin", "packer-provisioner-shell"}
2016/07/24 00:03:03 Waiting for RPC address for: /opt/packer/packer
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 [INFO] Packer version: 0.10.1
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Packer Target OS/Arch: linux
amd64
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Built with Go Version: go1.6.2
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Detected home directory from
env var: /home/bruno
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-ebs
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-instance
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
googlecompute
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for null
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
openstack
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
virtualbox-ovf
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vmware-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vmware-vmx
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
azure-arm
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
digitalocean
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for qemu
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for docker
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
parallels-pvm
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
parallels-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
virtualbox-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-chroot
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for file
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
shell-local
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
windows-shell
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
ansible
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for file
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
powershell
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
puppet-masterless
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
puppet-server
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for shell
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
ansible-local
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
chef-client
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
chef-solo
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
salt-masterless
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
windows-restart
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vagrant-cloud
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
artifice
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
compress
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-import
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-push
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
shell-local
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vsphere
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
amazon-import
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for atlas
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-save
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
docker-tag
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Using internal plugin for
vagrant
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Detected home directory from
env var: /home/bruno
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Attempting to open config file:
/home/bruno/.packerconfig
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 [WARN] Config file doesn't
exist: /home/bruno/.packerconfig
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000
Builders:map[qemu:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu
parallels-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
virtualbox-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
file:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file
virtualbox-ovf:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
vmware-iso:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso
vmware-vmx:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
digitalocean:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
parallels-pvm:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
amazon-ebs:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs
amazon-instance:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
openstack:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack
azure-arm:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm
docker:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker
amazon-chroot:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
googlecompute:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
null:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null]
PostProcessors:map[shell-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
atlas:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas
artifice:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
compress:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
docker-import:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import
amazon-import:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
docker-save:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
docker-tag:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag
vagrant:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
vagrant-cloud:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud
docker-push:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
vsphere:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere]
Provisioners:map[shell-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
file:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file
puppet-masterless:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
chef-solo:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo
chef-client:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client
salt-masterless:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
windows-shell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell
ansible:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible
powershell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell
puppet-server:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server
shell:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell
ansible-local:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local
windows-restart:/opt/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart]}
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Setting cache directory:
/home/bruno/dev/virtua/VM-images-packer/packer_cache
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 args:
[]string{"packer-provisioner-shell"}
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Plugin minimum port: 10000
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Plugin maximum port: 25000
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Plugin address: unix
/tmp/packer-plugin670656305
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Waiting for connection...
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Detected home directory from
env var: /home/bruno
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Serving a plugin connection...
2016/07/24 00:03:03 ui: [1;32mvb-fedora-24-np output will be in this color.[0m
2016/07/24 00:03:03 ui:
2016/07/24 00:03:03 Build debug mode: false
2016/07/24 00:03:03 Force build: false
2016/07/24 00:03:03 Preparing build: vb-fedora-24-np
2016/07/24 00:03:03 Waiting on builds to complete...
2016/07/24 00:03:03 Starting build run: vb-fedora-24-np
2016/07/24 00:03:03 Running builder: virtualbox-iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 VBoxManage path:
/usr/bin/VBoxManage
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 VBoxManage --version output:
5.1.2r108956
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 VirtualBox version: 5.1.2
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Found Default Guest Additions
ISO: /usr/share/virtualbox/VBoxGuestAdditions.iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Guest additions URL:
file:///usr/share/virtualbox/VBoxGuestAdditions.iso
2016/07/24 00:03:03 ui: [1;32m==> vb-fedora-24-np: Downloading or copying
Guest additions[0m
2016/07/24 00:03:03 ui: [0;32m vb-fedora-24-np: Downloading or copying:
file:///usr/share/virtualbox/VBoxGuestAdditions.iso[0m
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Acquiring lock to download:
file:///usr/share/virtualbox/VBoxGuestAdditions.iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Parsed URL:
&url.URL{Scheme:"file", Opaque:"", User:(*url.Userinfo)(nil), Host:"",
Path:"/usr/share/virtualbox/VBoxGuestAdditions.iso", RawPath:"", RawQuery:"",
Fragment:""}
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 [DEBUG] Using local file:
/usr/share/virtualbox/VBoxGuestAdditions.iso
2016/07/24 00:03:03 ui: [1;32m==> vb-fedora-24-np: Downloading or copying
ISO[0m
2016/07/24 00:03:03 ui: [0;32m vb-fedora-24-np: Downloading or copying:
http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/iso/Fedora-Server-netinst-x86_64-24-1.2.iso[0m
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Acquiring lock to download:
http://download.fedoraproject.org/pub/fedora/linux/releases/24/Server/x86_64/iso/Fedora-Server-netinst-x86_64-24-1.2.iso
2016/07/24 00:03:03 packer: 2016/07/24 00:03:03 Verifying checksum of
/home/bruno/dev/virtua/VM-images-packer/packer_cache/aeea57f5f26146219af0871f77681bc9af14231c7ad6bf3c22acf3b66c0bb4ba.iso
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 [DEBUG] Initial checksum
matched, no download needed.
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 No floppy files specified.
Floppy disk will not be made.
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Trying port: 8980
2016/07/24 00:03:06 ui: [1;32m==> vb-fedora-24-np: Starting HTTP server on
port 8980[0m
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Suppressing annoying messages
in VirtualBox
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"setextradata", "global", "GUI/UpdateDate", "1 d, 2017-01-01, stable"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"setextradata", "global", "GUI/RegistrationData", "triesLeft=0"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"setextradata", "global", "GUI/SuppressMessages",
"confirmInputCapture,remindAboutAutoCapture,remindAboutMouseIntegrationOff,remindAboutMouseIntegrationOn,remindAboutWrongColorDepth"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"setextradata", "global", "GUI/UpdateCheckCount", "60"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 ui: [1;32m==> vb-fedora-24-np: Creating virtual
machine...[0m
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"createvm", "--name", "vb-fedora-24-np", "--ostype", "Fedora_64",
"--register"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout: Virtual machine
'vb-fedora-24-np' is created and registered.
2016/07/24 00:03:06 packer: UUID: b98877ea-9fa7-4141-af32-ba73a72de3ce
2016/07/24 00:03:06 packer: Settings file:
'/home/bruno/VirtualBoxVM/vb-fedora-24-np/vb-fedora-24-np.vbox'
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--boot1", "disk", "--boot2", "dvd",
"--boot3", "none", "--boot4", "none"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--cpus", "1"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--memory", "512"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 ui: [1;32m==> vb-fedora-24-np: Creating hard drive...[0m
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"createhd", "--filename",
"output-vb-fedora-24-np/vb-fedora-24-np.vdi", "--size", "30000", "--format",
"VDI", "--variant", "Standard"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout: Medium created. UUID:
856a3ae1-ff3f-4890-abc2-d2b195712c3a
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"storagectl", "vb-fedora-24-np", "--name", "IDE Controller", "--add",
"ide"}
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stdout:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 stderr:
2016/07/24 00:03:06 packer: 2016/07/24 00:03:06 Executing VBoxManage:
[]string{"storageattach", "vb-fedora-24-np", "--storagectl", "IDE Controller",
"--port", "0", "--device", "0", "--type", "hdd", "--medium",
"output-vb-fedora-24-np/vb-fedora-24-np.vdi"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"storageattach", "vb-fedora-24-np", "--storagectl", "IDE Controller",
"--port", "0", "--device", "1", "--type", "dvddrive", "--medium",
"/home/bruno/dev/virtua/VM-images-packer/packer_cache/aeea57f5f26146219af0871f77681bc9af14231c7ad6bf3c22acf3b66c0bb4ba.iso"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Not attaching guest additions
since we're uploading.
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Looking for available port
between 5900 and 6000
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Trying port: 5938
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--vrdeaddress", "127.0.0.1",
"--vrdeauthtype", "null", "--vrde", "on", "--vrdeport", "5938"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 No floppy disk, not attaching.
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Looking for available
communicator (SSH, WinRM, etc) port between 2222 and 4444
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Trying port: 3865
2016/07/24 00:03:07 ui: [1;32m==> vb-fedora-24-np: Creating forwarded port
mapping for communicator (SSH, WinRM, etc) (host port 3865)[0m
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--natpf1",
"packercomm,tcp,127.0.0.1,3865,,22"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 ui: [1;32m==> vb-fedora-24-np: Executing custom VBoxManage
commands...[0m
2016/07/24 00:03:07 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --memory 1024[0m
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--memory", "1024"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --cpus 1[0m
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--cpus", "1"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --paravirtprovider kvm[0m
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--paravirtprovider", "kvm"}
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stdout:
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 stderr:
2016/07/24 00:03:07 ui: [1;32m==> vb-fedora-24-np: Starting the virtual
machine...[0m
2016/07/24 00:03:07 ui: [0;32m vb-fedora-24-np: The VM will be run
headless, without a GUI. If you want to
vb-fedora-24-np: view the screen of the VM, connect via VRDP without a
password to
vb-fedora-24-np: 127.0.0.1:5938[0m
2016/07/24 00:03:07 packer: 2016/07/24 00:03:07 Executing VBoxManage:
[]string{"startvm", "vb-fedora-24-np", "--type", "headless"}
2016/07/24 00:03:08 packer: 2016/07/24 00:03:08 stdout: Waiting for VM
"vb-fedora-24-np" to power on...
2016/07/24 00:03:08 packer: VM "vb-fedora-24-np" has been successfully started.
2016/07/24 00:03:08 packer: 2016/07/24 00:03:08 stderr:
2016/07/24 00:03:08 ui: [1;32m==> vb-fedora-24-np: Waiting 5s for boot...[0m
2016/07/24 00:03:13 ui: [1;32m==> vb-fedora-24-np: Typing the boot
command...[0m
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Special code '<tab>' found,
replacing with: [0f 8f]
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char ' ', code '[39
b9]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0f"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8f"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "39"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b9"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'i', code '[17
97]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'n', code '[31
b1]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 's', code '[1f
9f]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 't', code '[14
94]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '.', code '[34
b4]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'k', code '[25
a5]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 's', code '[1f
9f]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '=', code '[0d
8d]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'h', code '[23
a3]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 't', code '[14
94]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 't', code '[14
94]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'p', code '[19
99]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char ':', code '[2a 27
aa a7]', shift true
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '/', code '[35
b5]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '/', code '[35
b5]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '1', code '[02
82]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '0', code '[0b
8b]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '.', code '[34
b4]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '0', code '[0b
8b]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '.', code '[34
b4]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '2', code '[03
83]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '.', code '[34
b4]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '2', code '[03
83]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char ':', code '[2a 27
aa a7]', shift true
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '8', code '[09
89]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '9', code '[0a
8a]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '8', code '[09
89]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '0', code '[0b
8b]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '/', code '[35
b5]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'f', code '[21
a1]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'e', code '[12
92]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'd', code '[20
a0]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'o', code '[18
98]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'r', code '[13
93]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'a', code '[1e
9e]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '-', code '[0c
8c]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'n', code '[31
b1]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'p', code '[19
99]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '.', code '[34
b4]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'k', code '[25
a5]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 's', code '[1f
9f]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char '.', code '[34
b4]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'c', code '[2e
ae]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'f', code '[21
a1]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Sending char 'g', code '[22
a2]', shift false
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "17"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "97"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "31"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b1"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "1f"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "9f"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "14"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "94"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "34"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b4"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "25"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a5"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "1f"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "9f"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0d"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8d"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "23"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a3"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "14"}
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stdout:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 stderr:
2016/07/24 00:03:13 packer: 2016/07/24 00:03:13 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "94"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "14"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "94"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "19"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "99"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "2a"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "27"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "aa"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a7"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "35"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b5"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "35"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b5"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "02"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "82"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0b"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8b"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "34"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b4"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0b"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8b"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "34"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b4"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "03"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "83"}
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stdout:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 stderr:
2016/07/24 00:03:14 packer: 2016/07/24 00:03:14 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "34"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b4"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "03"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "83"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "2a"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "27"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "aa"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a7"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "09"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "89"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0a"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8a"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "09"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "89"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0b"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8b"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "35"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b5"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "21"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a1"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "12"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "92"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "20"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a0"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "18"}
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stdout:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 stderr:
2016/07/24 00:03:15 packer: 2016/07/24 00:03:15 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "98"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "13"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "93"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "1e"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "9e"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "0c"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "8c"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "31"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b1"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "19"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "99"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "34"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b4"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "25"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a5"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "1f"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "9f"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "34"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "b4"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "2e"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "ae"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "21"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a1"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "22"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "a2"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Special code '<enter>' found,
replacing with: [1c 9c]
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "1c"}
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stdout:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 stderr:
2016/07/24 00:03:16 packer: 2016/07/24 00:03:16 Executing VBoxManage:
[]string{"controlvm", "vb-fedora-24-np", "keyboardputscancode", "9c"}
2016/07/24 00:03:17 packer: 2016/07/24 00:03:17 stdout:
2016/07/24 00:03:17 packer: 2016/07/24 00:03:17 stderr:
2016/07/24 00:03:17 packer: 2016/07/24 00:03:17 [INFO] Waiting for SSH, up to
timeout: 15m0s
2016/07/24 00:03:17 ui: [1;32m==> vb-fedora-24-np: Waiting for SSH to become
available...[0m
2016/07/24 00:03:17 packer: 2016/07/24 00:03:17 [INFO] Attempting SSH
connection...
2016/07/24 00:03:17 packer: 2016/07/24 00:03:17 reconnecting to TCP connection
for SSH
2016/07/24 00:03:17 packer: 2016/07/24 00:03:17 handshaking with SSH
2016/07/24 00:03:37 packer: 2016/07/24 00:03:37 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34556->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:03:37 packer: 2016/07/24 00:03:37 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34556->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:03:44 packer: 2016/07/24 00:03:44 [INFO] Attempting SSH
connection...
2016/07/24 00:03:44 packer: 2016/07/24 00:03:44 reconnecting to TCP connection
for SSH
2016/07/24 00:03:44 packer: 2016/07/24 00:03:44 handshaking with SSH
2016/07/24 00:03:44 packer: 2016/07/24 00:03:44 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34616->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:03:44 packer: 2016/07/24 00:03:44 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34616->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:03:51 packer: 2016/07/24 00:03:51 [INFO] Attempting SSH
connection...
2016/07/24 00:03:51 packer: 2016/07/24 00:03:51 reconnecting to TCP connection
for SSH
2016/07/24 00:03:51 packer: 2016/07/24 00:03:51 handshaking with SSH
2016/07/24 00:03:51 packer: 2016/07/24 00:03:51 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34626->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:03:51 packer: 2016/07/24 00:03:51 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34626->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:03:58 packer: 2016/07/24 00:03:58 [INFO] Attempting SSH
connection...
2016/07/24 00:03:58 packer: 2016/07/24 00:03:58 reconnecting to TCP connection
for SSH
2016/07/24 00:03:58 packer: 2016/07/24 00:03:58 handshaking with SSH
2016/07/24 00:03:58 packer: 2016/07/24 00:03:58 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34636->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:03:58 packer: 2016/07/24 00:03:58 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34636->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:05 packer: 2016/07/24 00:04:05 [INFO] Attempting SSH
connection...
2016/07/24 00:04:05 packer: 2016/07/24 00:04:05 reconnecting to TCP connection
for SSH
2016/07/24 00:04:05 packer: 2016/07/24 00:04:05 handshaking with SSH
2016/07/24 00:04:05 packer: 2016/07/24 00:04:05 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34642->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:05 packer: 2016/07/24 00:04:05 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34642->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:12 packer: 2016/07/24 00:04:12 [INFO] Attempting SSH
connection...
2016/07/24 00:04:12 packer: 2016/07/24 00:04:12 reconnecting to TCP connection
for SSH
2016/07/24 00:04:12 packer: 2016/07/24 00:04:12 handshaking with SSH
2016/07/24 00:04:12 packer: 2016/07/24 00:04:12 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34650->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:12 packer: 2016/07/24 00:04:12 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34650->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:19 packer: 2016/07/24 00:04:19 [INFO] Attempting SSH
connection...
2016/07/24 00:04:19 packer: 2016/07/24 00:04:19 reconnecting to TCP connection
for SSH
2016/07/24 00:04:19 packer: 2016/07/24 00:04:19 handshaking with SSH
2016/07/24 00:04:19 packer: 2016/07/24 00:04:19 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34658->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:19 packer: 2016/07/24 00:04:19 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34658->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:26 packer: 2016/07/24 00:04:26 [INFO] Attempting SSH
connection...
2016/07/24 00:04:26 packer: 2016/07/24 00:04:26 reconnecting to TCP connection
for SSH
2016/07/24 00:04:26 packer: 2016/07/24 00:04:26 handshaking with SSH
2016/07/24 00:04:26 packer: 2016/07/24 00:04:26 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34676->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:26 packer: 2016/07/24 00:04:26 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34676->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:33 packer: 2016/07/24 00:04:33 [INFO] Attempting SSH
connection...
2016/07/24 00:04:33 packer: 2016/07/24 00:04:33 reconnecting to TCP connection
for SSH
2016/07/24 00:04:33 packer: 2016/07/24 00:04:33 handshaking with SSH
2016/07/24 00:04:33 packer: 2016/07/24 00:04:33 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34680->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:33 packer: 2016/07/24 00:04:33 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34680->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:40 packer: 2016/07/24 00:04:40 [INFO] Attempting SSH
connection...
2016/07/24 00:04:40 packer: 2016/07/24 00:04:40 reconnecting to TCP connection
for SSH
2016/07/24 00:04:40 packer: 2016/07/24 00:04:40 handshaking with SSH
2016/07/24 00:04:40 packer: 2016/07/24 00:04:40 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34686->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:40 packer: 2016/07/24 00:04:40 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34686->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:47 packer: 2016/07/24 00:04:47 [INFO] Attempting SSH
connection...
2016/07/24 00:04:47 packer: 2016/07/24 00:04:47 reconnecting to TCP connection
for SSH
2016/07/24 00:04:47 packer: 2016/07/24 00:04:47 handshaking with SSH
2016/07/24 00:04:47 packer: 2016/07/24 00:04:47 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34692->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:47 packer: 2016/07/24 00:04:47 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34692->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:04:54 packer: 2016/07/24 00:04:54 [INFO] Attempting SSH
connection...
2016/07/24 00:04:54 packer: 2016/07/24 00:04:54 reconnecting to TCP connection
for SSH
2016/07/24 00:04:54 packer: 2016/07/24 00:04:54 handshaking with SSH
2016/07/24 00:04:54 packer: 2016/07/24 00:04:54 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34696->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:04:54 packer: 2016/07/24 00:04:54 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34696->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:01 packer: 2016/07/24 00:05:01 [INFO] Attempting SSH
connection...
2016/07/24 00:05:01 packer: 2016/07/24 00:05:01 reconnecting to TCP connection
for SSH
2016/07/24 00:05:01 packer: 2016/07/24 00:05:01 handshaking with SSH
2016/07/24 00:05:01 packer: 2016/07/24 00:05:01 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34702->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:01 packer: 2016/07/24 00:05:01 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34702->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:08 packer: 2016/07/24 00:05:08 [INFO] Attempting SSH
connection...
2016/07/24 00:05:08 packer: 2016/07/24 00:05:08 reconnecting to TCP connection
for SSH
2016/07/24 00:05:08 packer: 2016/07/24 00:05:08 handshaking with SSH
2016/07/24 00:05:08 packer: 2016/07/24 00:05:08 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34708->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:08 packer: 2016/07/24 00:05:08 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34708->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:15 packer: 2016/07/24 00:05:15 [INFO] Attempting SSH
connection...
2016/07/24 00:05:15 packer: 2016/07/24 00:05:15 reconnecting to TCP connection
for SSH
2016/07/24 00:05:15 packer: 2016/07/24 00:05:15 handshaking with SSH
2016/07/24 00:05:15 packer: 2016/07/24 00:05:15 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34714->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:15 packer: 2016/07/24 00:05:15 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34714->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:22 packer: 2016/07/24 00:05:22 [INFO] Attempting SSH
connection...
2016/07/24 00:05:22 packer: 2016/07/24 00:05:22 reconnecting to TCP connection
for SSH
2016/07/24 00:05:22 packer: 2016/07/24 00:05:22 handshaking with SSH
2016/07/24 00:05:22 packer: 2016/07/24 00:05:22 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34720->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:22 packer: 2016/07/24 00:05:22 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34720->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:29 packer: 2016/07/24 00:05:29 [INFO] Attempting SSH
connection...
2016/07/24 00:05:29 packer: 2016/07/24 00:05:29 reconnecting to TCP connection
for SSH
2016/07/24 00:05:29 packer: 2016/07/24 00:05:29 handshaking with SSH
2016/07/24 00:05:29 packer: 2016/07/24 00:05:29 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34726->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:29 packer: 2016/07/24 00:05:29 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34726->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:36 packer: 2016/07/24 00:05:36 [INFO] Attempting SSH
connection...
2016/07/24 00:05:36 packer: 2016/07/24 00:05:36 reconnecting to TCP connection
for SSH
2016/07/24 00:05:36 packer: 2016/07/24 00:05:36 handshaking with SSH
2016/07/24 00:05:36 packer: 2016/07/24 00:05:36 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34732->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:36 packer: 2016/07/24 00:05:36 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34732->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:43 packer: 2016/07/24 00:05:43 [INFO] Attempting SSH
connection...
2016/07/24 00:05:43 packer: 2016/07/24 00:05:43 reconnecting to TCP connection
for SSH
2016/07/24 00:05:43 packer: 2016/07/24 00:05:43 handshaking with SSH
2016/07/24 00:05:43 packer: 2016/07/24 00:05:43 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34742->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:43 packer: 2016/07/24 00:05:43 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34742->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:50 packer: 2016/07/24 00:05:50 [INFO] Attempting SSH
connection...
2016/07/24 00:05:50 packer: 2016/07/24 00:05:50 reconnecting to TCP connection
for SSH
2016/07/24 00:05:50 packer: 2016/07/24 00:05:50 handshaking with SSH
2016/07/24 00:05:50 packer: 2016/07/24 00:05:50 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34748->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:50 packer: 2016/07/24 00:05:50 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34748->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:05:57 packer: 2016/07/24 00:05:57 [INFO] Attempting SSH
connection...
2016/07/24 00:05:57 packer: 2016/07/24 00:05:57 reconnecting to TCP connection
for SSH
2016/07/24 00:05:57 packer: 2016/07/24 00:05:57 handshaking with SSH
2016/07/24 00:05:57 packer: 2016/07/24 00:05:57 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34754->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:05:57 packer: 2016/07/24 00:05:57 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34754->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:04 packer: 2016/07/24 00:06:04 [INFO] Attempting SSH
connection...
2016/07/24 00:06:04 packer: 2016/07/24 00:06:04 reconnecting to TCP connection
for SSH
2016/07/24 00:06:04 packer: 2016/07/24 00:06:04 handshaking with SSH
2016/07/24 00:06:04 packer: 2016/07/24 00:06:04 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34758->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:04 packer: 2016/07/24 00:06:04 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34758->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:11 packer: 2016/07/24 00:06:11 [INFO] Attempting SSH
connection...
2016/07/24 00:06:11 packer: 2016/07/24 00:06:11 reconnecting to TCP connection
for SSH
2016/07/24 00:06:11 packer: 2016/07/24 00:06:11 handshaking with SSH
2016/07/24 00:06:11 packer: 2016/07/24 00:06:11 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34764->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:11 packer: 2016/07/24 00:06:11 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34764->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:18 packer: 2016/07/24 00:06:18 [INFO] Attempting SSH
connection...
2016/07/24 00:06:18 packer: 2016/07/24 00:06:18 reconnecting to TCP connection
for SSH
2016/07/24 00:06:18 packer: 2016/07/24 00:06:18 handshaking with SSH
2016/07/24 00:06:18 packer: 2016/07/24 00:06:18 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34770->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:18 packer: 2016/07/24 00:06:18 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34770->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:25 packer: 2016/07/24 00:06:25 [INFO] Attempting SSH
connection...
2016/07/24 00:06:25 packer: 2016/07/24 00:06:25 reconnecting to TCP connection
for SSH
2016/07/24 00:06:25 packer: 2016/07/24 00:06:25 handshaking with SSH
2016/07/24 00:06:25 packer: 2016/07/24 00:06:25 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34774->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:25 packer: 2016/07/24 00:06:25 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34774->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:32 packer: 2016/07/24 00:06:32 [INFO] Attempting SSH
connection...
2016/07/24 00:06:32 packer: 2016/07/24 00:06:32 reconnecting to TCP connection
for SSH
2016/07/24 00:06:32 packer: 2016/07/24 00:06:32 handshaking with SSH
2016/07/24 00:06:32 packer: 2016/07/24 00:06:32 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34780->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:32 packer: 2016/07/24 00:06:32 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34780->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:39 packer: 2016/07/24 00:06:39 [INFO] Attempting SSH
connection...
2016/07/24 00:06:39 packer: 2016/07/24 00:06:39 reconnecting to TCP connection
for SSH
2016/07/24 00:06:39 packer: 2016/07/24 00:06:39 handshaking with SSH
2016/07/24 00:06:39 packer: 2016/07/24 00:06:39 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34790->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:39 packer: 2016/07/24 00:06:39 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34790->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:46 packer: 2016/07/24 00:06:46 [INFO] Attempting SSH
connection...
2016/07/24 00:06:46 packer: 2016/07/24 00:06:46 reconnecting to TCP connection
for SSH
2016/07/24 00:06:46 packer: 2016/07/24 00:06:46 handshaking with SSH
2016/07/24 00:06:46 packer: 2016/07/24 00:06:46 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34800->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:46 packer: 2016/07/24 00:06:46 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34800->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:06:53 packer: 2016/07/24 00:06:53 [INFO] Attempting SSH
connection...
2016/07/24 00:06:53 packer: 2016/07/24 00:06:53 reconnecting to TCP connection
for SSH
2016/07/24 00:06:53 packer: 2016/07/24 00:06:53 handshaking with SSH
2016/07/24 00:06:53 packer: 2016/07/24 00:06:53 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34804->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:06:53 packer: 2016/07/24 00:06:53 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34804->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:07:00 packer: 2016/07/24 00:07:00 [INFO] Attempting SSH
connection...
2016/07/24 00:07:00 packer: 2016/07/24 00:07:00 reconnecting to TCP connection
for SSH
2016/07/24 00:07:00 packer: 2016/07/24 00:07:00 handshaking with SSH
2016/07/24 00:07:00 packer: 2016/07/24 00:07:00 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34862->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:07:00 packer: 2016/07/24 00:07:00 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34862->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:07:07 packer: 2016/07/24 00:07:07 [INFO] Attempting SSH
connection...
2016/07/24 00:07:07 packer: 2016/07/24 00:07:07 reconnecting to TCP connection
for SSH
2016/07/24 00:07:07 packer: 2016/07/24 00:07:07 handshaking with SSH
2016/07/24 00:07:14 packer: 2016/07/24 00:07:14 handshake error: ssh: handshake
failed: read tcp 127.0.0.1:34868->127.0.0.1:3865: read: connection reset by peer
2016/07/24 00:07:14 packer: 2016/07/24 00:07:14 [DEBUG] SSH handshake err: ssh:
handshake failed: read tcp 127.0.0.1:34868->127.0.0.1:3865: read: connection
reset by peer
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 [INFO] Attempting SSH
connection...
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 reconnecting to TCP connection
for SSH
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 handshaking with SSH
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 handshake complete!
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 opening new ssh session
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 [INFO] agent forwarding enabled
2016/07/24 00:07:21 ui: [1;32m==> vb-fedora-24-np: Connected to SSH![0m
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 VBoxManage --version output:
5.1.2r108956
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 VirtualBox version: 5.1.2
2016/07/24 00:07:21 ui: [1;32m==> vb-fedora-24-np: Uploading VirtualBox
version info (5.1.2)[0m
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 opening new ssh session
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Starting remote scp process:
scp -vt .
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Started SCP session, beginning
transfers...
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Copying input data into
temporary file so we can read the length
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 [DEBUG] scp: Uploading
.vbox_version: perms=C0644 size=5
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 SCP session complete, closing
stdin pipe.
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Waiting for SSH session to
complete.
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 scp stderr (length 28): Sink:
C0644 5 .vbox_version
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 VBoxManage --version output:
5.1.2r108956
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 VirtualBox version: 5.1.2
2016/07/24 00:07:21 ui: [1;32m==> vb-fedora-24-np: Uploading VirtualBox guest
additions ISO...[0m
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 opening new ssh session
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Starting remote scp process:
scp -vt .
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Started SCP session, beginning
transfers...
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 Copying input data into
temporary file so we can read the length
2016/07/24 00:07:21 packer: 2016/07/24 00:07:21 [DEBUG] scp: Uploading
VBoxGuestAdditions.iso: perms=C0644 size=58503168
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 SCP session complete, closing
stdin pipe.
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Waiting for SSH session to
complete.
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 scp stderr (length 44): Sink:
C0644 58503168 VBoxGuestAdditions.iso
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Running the provision hook
2016/07/24 00:07:22 ui: [1;32m==> vb-fedora-24-np: Provisioning with shell
script: provisioners/shell/virtualbox.sh[0m
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Opening
provisioners/shell/virtualbox.sh for reading
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 opening new ssh session
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 [INFO] 517 bytes written for
'uploadData'
2016/07/24 00:07:22 [INFO] 517 bytes written for 'uploadData'
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Starting remote scp process:
scp -vt /tmp
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Started SCP session, beginning
transfers...
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Copying input data into
temporary file so we can read the length
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 [DEBUG] scp: Uploading
script_5885.sh: perms=C0644 size=517
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 SCP session complete, closing
stdin pipe.
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 Waiting for SSH session to
complete.
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 scp stderr (length 31): Sink:
C0644 517 script_5885.sh
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 opening new ssh session
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 starting remote command: chmod
0755 /tmp/script_5885.sh
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 remote command exited with '0':
chmod 0755 /tmp/script_5885.sh
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 [INFO] RPC endpoint:
Communicator ended with: 0
2016/07/24 00:07:22 [INFO] RPC client: Communicator ended with: 0
2016/07/24 00:07:22 [INFO] RPC endpoint: Communicator ended with: 0
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 [INFO] RPC client: Communicator
ended with: 0
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 opening new ssh session
2016/07/24 00:07:22 packer: 2016/07/24 00:07:22 starting remote command: chmod
+x /tmp/script_5885.sh; PACKER_BUILD_NAME='vb-fedora-24-np'
PACKER_BUILDER_TYPE='virtualbox-iso' /tmp/script_5885.sh
2016/07/24 00:07:22 ui: [0;32m vb-fedora-24-np: + sudo systemctl start
dkms[0m
2016/07/24 00:07:22 ui: [0;32m vb-fedora-24-np: + sudo systemctl enable
dkms[0m
2016/07/24 00:07:22 ui: [0;32m vb-fedora-24-np: Created symlink from
/etc/systemd/system/multi-user.target.wants/dkms.service to
/usr/lib/systemd/system/dkms.service.[0m
2016/07/24 00:07:22 ui: [0;32m vb-fedora-24-np: + sudo mount -o loop,ro
/home/toto/VBoxGuestAdditions.iso /mnt/[0m
2016/07/24 00:07:22 ui: [0;32m vb-fedora-24-np: + sudo
/mnt/VBoxLinuxAdditions.run[0m
2016/07/24 00:07:23 ui: [0;32m vb-fedora-24-np: Verifying archive
integrity... All good.[0m
2016/07/24 00:07:23 ui: [0;32m vb-fedora-24-np: Uncompressing VirtualBox
5.1.2 Guest Additions for Linux...........[0m
2016/07/24 00:07:23 ui: [0;32m vb-fedora-24-np: VirtualBox Guest Additions
installer[0m
2016/07/24 00:07:23 ui: [0;32m vb-fedora-24-np: Copying additional
installer modules ...[0m
2016/07/24 00:07:24 ui: [0;32m vb-fedora-24-np: Installing additional
modules ...[0m
2016/07/24 00:07:24 ui: [0;32m vb-fedora-24-np: vboxadd.sh: Building Guest
Additions kernel modules.[0m
2016/07/24 00:08:17 ui: [0;32m vb-fedora-24-np: vboxadd.sh: Starting the
VirtualBox Guest Additions.[0m
2016/07/24 00:08:17 ui: [0;32m vb-fedora-24-np:[0m
2016/07/24 00:08:17 ui: [0;32m vb-fedora-24-np: Could not find the X.Org or
XFree86 Window System, skipping.[0m
2016/07/24 00:08:17 ui: [0;32m vb-fedora-24-np: + sudo umount /mnt/[0m
2016/07/24 00:08:17 ui: [0;32m vb-fedora-24-np: + rm -f
/home/toto/VBoxGuestAdditions.iso[0m
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 remote command exited with '0':
chmod +x /tmp/script_5885.sh; PACKER_BUILD_NAME='vb-fedora-24-np'
PACKER_BUILDER_TYPE='virtualbox-iso' /tmp/script_5885.sh
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 [INFO] RPC endpoint:
Communicator ended with: 0
2016/07/24 00:08:17 [INFO] RPC client: Communicator ended with: 0
2016/07/24 00:08:17 [INFO] RPC endpoint: Communicator ended with: 0
2016/07/24 00:08:17 [INFO] 109 bytes written for 'stdout'
2016/07/24 00:08:17 [INFO] 617 bytes written for 'stderr'
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 [INFO] 109 bytes written for
'stdout'
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 [INFO] 617 bytes written for
'stderr'
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 [INFO] RPC client: Communicator
ended with: 0
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 opening new ssh session
2016/07/24 00:08:17 packer: 2016/07/24 00:08:17 starting remote command: rm -f
/tmp/script_5885.sh
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 remote command exited with '0':
rm -f /tmp/script_5885.sh
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 [INFO] RPC endpoint:
Communicator ended with: 0
2016/07/24 00:08:18 [INFO] RPC client: Communicator ended with: 0
2016/07/24 00:08:18 [INFO] RPC endpoint: Communicator ended with: 0
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 [INFO] RPC client: Communicator
ended with: 0
2016/07/24 00:08:18 ui: [1;32m==> vb-fedora-24-np: Gracefully halting virtual
machine...[0m
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 Executing shutdown command:
sudo systemctl poweroff
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 opening new ssh session
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 starting remote command: sudo
systemctl poweroff
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 remote command exited with '0':
sudo systemctl poweroff
2016/07/24 00:08:18 packer: 2016/07/24 00:08:18 Waiting max 5m0s for shutdown
to complete
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 VM shut down.
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"storageattach", "vb-fedora-24-np", "--storagectl", "IDE Controller",
"--port", "0", "--device", "1", "--medium", "none"}
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stdout:
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stderr:
2016/07/24 00:08:21 ui: [1;32m==> vb-fedora-24-np: Executing custom VBoxManage
commands...[0m
2016/07/24 00:08:21 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --vrde off[0m
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--vrde", "off"}
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stdout:
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stderr:
2016/07/24 00:08:21 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --nic1 nat[0m
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--nic1", "nat"}
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stdout:
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stderr:
2016/07/24 00:08:21 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --nic2 hostonly[0m
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--nic2", "hostonly"}
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stdout:
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stderr:
2016/07/24 00:08:21 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --hostonlyadapter2 vboxnet0[0m
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--hostonlyadapter2", "vboxnet0"}
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stdout:
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stderr:
2016/07/24 00:08:21 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --nictype1 virtio[0m
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--nictype1", "virtio"}
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stdout:
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 stderr:
2016/07/24 00:08:21 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --nictype2 virtio[0m
2016/07/24 00:08:21 packer: 2016/07/24 00:08:21 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--nictype2", "virtio"}
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stdout:
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stderr:
2016/07/24 00:08:22 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --nicpromisc1 allow-all[0m
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--nicpromisc1", "allow-all"}
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stdout:
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stderr:
2016/07/24 00:08:22 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --nicpromisc2 allow-all[0m
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--nicpromisc2", "allow-all"}
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stdout:
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stderr:
2016/07/24 00:08:22 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --cableconnected1 on[0m
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--cableconnected1", "on"}
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stdout:
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stderr:
2016/07/24 00:08:22 ui: [0;32m vb-fedora-24-np: Executing: modifyvm
vb-fedora-24-np --cableconnected2 on[0m
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--cableconnected2", "on"}
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stdout:
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 stderr:
2016/07/24 00:08:22 packer: 2016/07/24 00:08:22 1 second timeout to ensure VM
is really shutdown
2016/07/24 00:08:23 ui: [1;32m==> vb-fedora-24-np: Preparing to export
machine...[0m
2016/07/24 00:08:23 ui: [0;32m vb-fedora-24-np: Deleting forwarded port
mapping for the communicator (SSH, WinRM, etc) (host port 3865)[0m
2016/07/24 00:08:23 packer: 2016/07/24 00:08:23 Executing VBoxManage:
[]string{"modifyvm", "vb-fedora-24-np", "--natpf1", "delete", "packercomm"}
2016/07/24 00:08:23 packer: 2016/07/24 00:08:23 stdout:
2016/07/24 00:08:23 packer: 2016/07/24 00:08:23 stderr:
2016/07/24 00:08:23 ui: [1;32m==> vb-fedora-24-np: Exporting virtual
machine...[0m
2016/07/24 00:08:23 ui: [0;32m vb-fedora-24-np: Executing: export
vb-fedora-24-np --output output-vb-fedora-24-np/vb-fedora-24-np.ovf[0m
2016/07/24 00:08:23 packer: 2016/07/24 00:08:23 Executing VBoxManage:
[]string{"export", "vb-fedora-24-np", "--output",
"output-vb-fedora-24-np/vb-fedora-24-np.ovf"}
2016/07/24 00:09:14 packer: 2016/07/24 00:09:14 stdout: Successfully exported 1
machine(s).
2016/07/24 00:09:14 packer: 2016/07/24 00:09:14 stderr:
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
2016/07/24 00:09:15 packer: 2016/07/24 00:09:15 Executing VBoxManage:
[]string{"storageattach", "vb-fedora-24-np", "--storagectl", "IDE Controller",
"--port", "0", "--device", "1", "--medium", "none"}
2016/07/24 00:09:15 packer: 2016/07/24 00:09:15 stdout:
2016/07/24 00:09:15 packer: 2016/07/24 00:09:15 stderr: VBoxManage: error: No
storage device attached to device slot 1 on port 0 of controller 'IDE
Controller'
2016/07/24 00:09:15 packer: VBoxManage: error: Details: code
VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component SessionMachine, interface
IMachine, callee nsISupports
2016/07/24 00:09:15 packer: VBoxManage: error: Context:
"DetachDevice(Bstr(pszCtl).raw(), port, device)" at line 393 of file
VBoxManageStorageController.cpp
2016/07/24 00:09:15 ui: [1;32m==> vb-fedora-24-np: Unregistering and deleting
virtual machine...[0m
2016/07/24 00:09:15 packer: 2016/07/24 00:09:15 Executing VBoxManage:
[]string{"unregistervm", "vb-fedora-24-np", "--delete"}
2016/07/24 00:09:15 packer: 2016/07/24 00:09:15 stdout:
2016/07/24 00:09:15 packer: 2016/07/24 00:09:15 stderr:
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
2016/07/24 00:09:15 ui: [1;32mBuild 'vb-fedora-24-np' finished.[0m
2016/07/24 00:09:15 Builds completed. Waiting on interrupt barrier...
2016/07/24 00:09:15 ui:
==> Builds finished. The artifacts of successful builds are:
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact-count
[]string{"1"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"builder-id", "mitchellh.virtualbox"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"id", "VM"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"string", "VM files in directory: output-vb-fedora-24-np"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"files-count", "2"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"file", "0", "output-vb-fedora-24-np/vb-fedora-24-np-disk1.vmdk"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"file", "1", "output-vb-fedora-24-np/vb-fedora-24-np.ovf"}
2016/07/24 00:09:15 machine readable: vb-fedora-24-np,artifact []string{"0",
"end"}
2016/07/24 00:09:15 ui: --> vb-fedora-24-np: VM files in directory:
output-vb-fedora-24-np
2016/07/24 00:09:15 waiting for all plugin processes to complete...
2016/07/24 00:09:15 /opt/packer/packer: plugin process exited
2016/07/24 00:09:15 /opt/packer/packer: plugin process exited
