Skip to content

Instantly share code, notes, and snippets.

@deogracia
Created May 9, 2016 20:46
Show Gist options
  • Save deogracia/ff3ae2e1fef16eaa3e0c8e980b0cadcd to your computer and use it in GitHub Desktop.
Save deogracia/ff3ae2e1fef16eaa3e0c8e980b0cadcd to your computer and use it in GitHub Desktop.
packer 0.10.1 validate error
{
"variables": {
"iso_url": "",
"iso_checksum_url": "https://mirrors.kernel.org/archlinux/iso/2016.05.01/sha1sums.txt",
"iso_checksum_type": "sha1",
"ssh_timeout": "20m"
},
"builders": [
{
"type": "virtualbox-iso",
"iso_url": "{{ user `iso_url` }}",
"iso_checksum_url": "{{ user `iso_checksum_url` }}",
"iso_checksum_type": "{{ user `iso_checksum_type` }}",
"guest_os_type": "ArchLinux_64",
"guest_additions_mode": "disable",
"http_directory": "srv",
"boot_wait": "5s",
"boot_command": [
"<enter><wait10><wait10>",
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/install-base.sh<enter><wait5>",
"/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer<enter><wait5>",
"/usr/bin/bash ./install-base.sh<enter>"
],
"disk_size": 20480,
"hard_drive_interface": "sata",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_timeout": "{{ user `ssh_timeout` }}",
"shutdown_command": "sudo systemctl start poweroff.timer",
"headless" : "{{ user `headless`}}"
}
]
}
2016/05/09 22:15:52 [INFO] Packer version: 0.10.1
2016/05/09 22:15:52 Packer Target OS/Arch: linux amd64
2016/05/09 22:15:52 Built with Go Version: go1.6.2
2016/05/09 22:15:52 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:52 Using internal plugin for parallels-pvm
2016/05/09 22:15:52 Using internal plugin for virtualbox-iso
2016/05/09 22:15:52 Using internal plugin for vmware-vmx
2016/05/09 22:15:52 Using internal plugin for googlecompute
2016/05/09 22:15:52 Using internal plugin for openstack
2016/05/09 22:15:52 Using internal plugin for virtualbox-ovf
2016/05/09 22:15:52 Using internal plugin for amazon-chroot
2016/05/09 22:15:52 Using internal plugin for amazon-instance
2016/05/09 22:15:52 Using internal plugin for docker
2016/05/09 22:15:52 Using internal plugin for file
2016/05/09 22:15:52 Using internal plugin for azure-arm
2016/05/09 22:15:52 Using internal plugin for qemu
2016/05/09 22:15:52 Using internal plugin for vmware-iso
2016/05/09 22:15:52 Using internal plugin for amazon-ebs
2016/05/09 22:15:52 Using internal plugin for digitalocean
2016/05/09 22:15:52 Using internal plugin for null
2016/05/09 22:15:52 Using internal plugin for parallels-iso
2016/05/09 22:15:52 Using internal plugin for ansible-local
2016/05/09 22:15:52 Using internal plugin for powershell
2016/05/09 22:15:52 Using internal plugin for puppet-server
2016/05/09 22:15:52 Using internal plugin for salt-masterless
2016/05/09 22:15:52 Using internal plugin for ansible
2016/05/09 22:15:52 Using internal plugin for chef-client
2016/05/09 22:15:52 Using internal plugin for chef-solo
2016/05/09 22:15:52 Using internal plugin for file
2016/05/09 22:15:52 Using internal plugin for puppet-masterless
2016/05/09 22:15:52 Using internal plugin for shell
2016/05/09 22:15:52 Using internal plugin for shell-local
2016/05/09 22:15:52 Using internal plugin for windows-restart
2016/05/09 22:15:52 Using internal plugin for windows-shell
2016/05/09 22:15:52 Using internal plugin for atlas
2016/05/09 22:15:52 Using internal plugin for docker-import
2016/05/09 22:15:52 Using internal plugin for docker-tag
2016/05/09 22:15:52 Using internal plugin for vagrant
2016/05/09 22:15:52 Using internal plugin for vagrant-cloud
2016/05/09 22:15:52 Using internal plugin for vsphere
2016/05/09 22:15:52 Using internal plugin for amazon-import
2016/05/09 22:15:52 Using internal plugin for artifice
2016/05/09 22:15:52 Using internal plugin for compress
2016/05/09 22:15:52 Using internal plugin for docker-push
2016/05/09 22:15:52 Using internal plugin for docker-save
2016/05/09 22:15:52 Using internal plugin for shell-local
2016/05/09 22:15:52 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:52 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:15:52 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:15:52 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance] PostProcessors:map[atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push] Provisioners:map[puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell]}
2016/05/09 22:15:52 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:15:52 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:52 Loading builder: virtualbox-iso
2016/05/09 22:15:52 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:15:52 Current exe path: /usr/bin/packer
2016/05/09 22:15:52 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:15:52 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-builder-virtualbox-iso"}
2016/05/09 22:15:52 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:15:52 packer: 2016/05/09 22:15:52 [INFO] Packer version: 0.10.1
2016/05/09 22:15:52 packer: 2016/05/09 22:15:52 Packer Target OS/Arch: linux amd64
2016/05/09 22:15:52 packer: 2016/05/09 22:15:52 Built with Go Version: go1.6.2
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-instance
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for azure-arm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for openstack
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-vmx
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for googlecompute
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for null
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-pvm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for qemu
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-ovf
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-chroot
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-ebs
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for digitalocean
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-restart
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-solo
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for powershell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-server
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for salt-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-client
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for artifice
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for atlas
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-save
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for compress
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-push
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-tag
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant-cloud
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vsphere
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot] PostProcessors:map[docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere] Provisioners:map[salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client]}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 args: []string{"packer-builder-virtualbox-iso"}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin minimum port: 10000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin maximum port: 25000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin address: unix /tmp/packer-plugin731791302
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Waiting for connection...
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Serving a plugin connection...
2016/05/09 22:15:53 Loading provisioner: shell
2016/05/09 22:15:53 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:15:53 Current exe path: /usr/bin/packer
2016/05/09 22:15:53 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:15:53 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2016/05/09 22:15:53 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [INFO] Packer version: 0.10.1
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer Target OS/Arch: linux amd64
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Built with Go Version: go1.6.2
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-vmx
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-chroot
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-ebs
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-pvm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for qemu
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for azure-arm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for openstack
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-instance
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for digitalocean
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for googlecompute
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for null
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-ovf
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for salt-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-restart
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-client
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-solo
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for powershell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-server
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for compress
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-push
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant-cloud
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vsphere
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for atlas
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-save
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-tag
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for artifice
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso] PostProcessors:map[compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice] Provisioners:map[ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell]}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 args: []string{"packer-provisioner-shell"}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin minimum port: 10000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin maximum port: 25000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin address: unix /tmp/packer-plugin402449291
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Waiting for connection...
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Serving a plugin connection...
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 Loading provisioner: shell
2016/05/09 22:15:53 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:15:53 Current exe path: /usr/bin/packer
2016/05/09 22:15:53 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:15:53 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2016/05/09 22:15:53 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [INFO] Packer version: 0.10.1
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer Target OS/Arch: linux amd64
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Built with Go Version: go1.6.2
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for azure-arm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for googlecompute
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for qemu
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-ebs
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for null
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-pvm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for openstack
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-ovf
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-chroot
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-instance
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for digitalocean
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-vmx
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-restart
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-server
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for salt-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-client
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-solo
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for powershell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for atlas
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-push
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-save
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-tag
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vsphere
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant-cloud
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for artifice
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for compress
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance] PostProcessors:map[artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local] Provisioners:map[chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file]}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 args: []string{"packer-provisioner-shell"}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin minimum port: 10000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin maximum port: 25000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin address: unix /tmp/packer-plugin213170207
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Waiting for connection...
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Serving a plugin connection...
2016/05/09 22:15:53 Loading post-processor: vagrant
2016/05/09 22:15:53 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:15:53 Current exe path: /usr/bin/packer
2016/05/09 22:15:53 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:15:53 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-post-processor-vagrant"}
2016/05/09 22:15:53 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [INFO] Packer version: 0.10.1
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer Target OS/Arch: linux amd64
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Built with Go Version: go1.6.2
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-chroot
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for azure-arm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for openstack
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-ovf
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for googlecompute
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-vmx
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-ebs
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for digitalocean
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for qemu
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vmware-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-instance
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for null
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for parallels-pvm
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for virtualbox-iso
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-solo
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for powershell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for puppet-server
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-restart
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for ansible
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for chef-client
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for file
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for salt-masterless
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for windows-shell
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for compress
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-push
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-save
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-tag
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vagrant-cloud
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for amazon-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for artifice
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for atlas
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for docker-import
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for shell-local
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Using internal plugin for vsphere
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso] PostProcessors:map[atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice] Provisioners:map[ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell]}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 args: []string{"packer-post-processor-vagrant"}
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin minimum port: 10000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin maximum port: 25000
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Detected home directory from env var: /home/lfelicite
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Plugin address: unix /tmp/packer-plugin958828193
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Waiting for connection...
2016/05/09 22:15:53 packer: 2016/05/09 22:15:53 Serving a plugin connection...
2016/05/09 22:15:53 Preparing build: virtualbox-iso
2016/05/09 22:16:06 packer: panic: runtime error: index out of range
2016/05/09 22:16:06 packer:
2016/05/09 22:16:06 packer: goroutine 3 [running]:
2016/05/09 22:16:06 packer: panic(0x12a1da0, 0xc82000e0e0)
2016/05/09 22:16:06 packer: /usr/lib/go/src/runtime/panic.go:481 +0x3e6
2016/05/09 22:16:06 packer: github.com/mitchellh/packer/common.(*ISOConfig).parseCheckSumFile(0xc82022a850, 0xc8200e74b8, 0x0, 0x0)
2016/05/09 22:16:06 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:153 +0x9ea
2016/05/09 22:16:06 packer: github.com/mitchellh/packer/common.(*ISOConfig).Prepare(0xc82022a850, 0xc82022ab80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:16:06 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:78 +0x1f58
2016/05/09 22:16:06 packer: github.com/mitchellh/packer/builder/virtualbox/iso.(*Builder).Prepare(0xc82022a800, 0xc820010440, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:16:06 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/builder/virtualbox/iso/builder.go:76 +0x309
2016/05/09 22:16:06 packer: github.com/mitchellh/packer/packer/rpc.(*BuilderServer).Prepare(0xc8202cfc20, 0xc820010400, 0xc820010640, 0x0, 0x0)
2016/05/09 22:16:06 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/packer/rpc/builder.go:78 +0x81
2016/05/09 22:16:06 packer: reflect.Value.call(0x11c9980, 0x13400e8, 0x13, 0x1518700, 0x4, 0xc8200e7ed8, 0x3, 0x3, 0x0, 0x0, ...)
2016/05/09 22:16:06 packer: /usr/lib/go/src/reflect/value.go:435 +0x120d
2016/05/09 22:16:06 packer: reflect.Value.Call(0x11c9980, 0x13400e8, 0x13, 0xc8200e7ed8, 0x3, 0x3, 0x0, 0x0, 0x0)
2016/05/09 22:16:06 packer: /usr/lib/go/src/reflect/value.go:303 +0xb1
2016/05/09 22:16:06 packer: net/rpc.(*service).call(0xc820157b00, 0xc820157ac0, 0xc82030e100, 0xc820159100, 0xc8200d97c0, 0xfafe00, 0xc820010400, 0x16, 0xfafe60, 0xc820010640, ...)
2016/05/09 22:16:06 packer: /usr/lib/go/src/net/rpc/server.go:383 +0x1c2
2016/05/09 22:16:06 packer: created by net/rpc.(*Server).ServeCodec
2016/05/09 22:16:06 packer: /usr/lib/go/src/net/rpc/server.go:477 +0x49d
2016/05/09 22:16:06 /usr/bin/packer: plugin process exited
2016/05/09 22:16:06 Build 'virtualbox-iso' prepare failure: unexpected EOF
2016/05/09 22:16:06 ui error: Template validation failed. Errors are shown below.
2016/05/09 22:16:06 ui error: Errors validating build 'virtualbox-iso'. unexpected EOF
2016/05/09 22:16:06 waiting for all plugin processes to complete...
2016/05/09 22:16:06 /usr/bin/packer: plugin process exited
2016/05/09 22:16:06 /usr/bin/packer: plugin process exited
2016/05/09 22:16:06 /usr/bin/packer: plugin process exited
2016/05/09 22:32:58 [INFO] Packer version: 0.10.1
2016/05/09 22:32:58 Packer Target OS/Arch: linux amd64
2016/05/09 22:32:58 Built with Go Version: go1.6.2
2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 Using internal plugin for amazon-instance
2016/05/09 22:32:59 Using internal plugin for docker
2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 Using internal plugin for googlecompute
2016/05/09 22:32:59 Using internal plugin for openstack
2016/05/09 22:32:59 Using internal plugin for vmware-iso
2016/05/09 22:32:59 Using internal plugin for amazon-ebs
2016/05/09 22:32:59 Using internal plugin for parallels-pvm
2016/05/09 22:32:59 Using internal plugin for null
2016/05/09 22:32:59 Using internal plugin for virtualbox-iso
2016/05/09 22:32:59 Using internal plugin for virtualbox-ovf
2016/05/09 22:32:59 Using internal plugin for vmware-vmx
2016/05/09 22:32:59 Using internal plugin for digitalocean
2016/05/09 22:32:59 Using internal plugin for azure-arm
2016/05/09 22:32:59 Using internal plugin for parallels-iso
2016/05/09 22:32:59 Using internal plugin for qemu
2016/05/09 22:32:59 Using internal plugin for amazon-chroot
2016/05/09 22:32:59 Using internal plugin for ansible-local
2016/05/09 22:32:59 Using internal plugin for chef-client
2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 Using internal plugin for windows-shell
2016/05/09 22:32:59 Using internal plugin for shell
2016/05/09 22:32:59 Using internal plugin for ansible
2016/05/09 22:32:59 Using internal plugin for chef-solo
2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 Using internal plugin for powershell
2016/05/09 22:32:59 Using internal plugin for puppet-masterless
2016/05/09 22:32:59 Using internal plugin for puppet-server
2016/05/09 22:32:59 Using internal plugin for salt-masterless
2016/05/09 22:32:59 Using internal plugin for windows-restart
2016/05/09 22:32:59 Using internal plugin for vsphere
2016/05/09 22:32:59 Using internal plugin for artifice
2016/05/09 22:32:59 Using internal plugin for compress
2016/05/09 22:32:59 Using internal plugin for docker-import
2016/05/09 22:32:59 Using internal plugin for docker-push
2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 Using internal plugin for vagrant-cloud
2016/05/09 22:32:59 Using internal plugin for amazon-import
2016/05/09 22:32:59 Using internal plugin for atlas
2016/05/09 22:32:59 Using internal plugin for docker-save
2016/05/09 22:32:59 Using internal plugin for docker-tag
2016/05/09 22:32:59 Using internal plugin for vagrant
2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm] PostProcessors:map[vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save] Provisioners:map[chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client]}
2016/05/09 22:32:59 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 Loading builder: virtualbox-iso
2016/05/09 22:32:59 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:32:59 Current exe path: /usr/bin/packer
2016/05/09 22:32:59 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:32:59 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-builder-virtualbox-iso"}
2016/05/09 22:32:59 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [INFO] Packer version: 0.10.1
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer Target OS/Arch: linux amd64
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Built with Go Version: go1.6.2
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for digitalocean
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for googlecompute
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for qemu
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-ovf
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-chroot
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for azure-arm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for null
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for openstack
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-vmx
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-pvm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-ebs
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-instance
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-client
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-server
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for salt-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for powershell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-restart
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-solo
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vsphere
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for artifice
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for atlas
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for compress
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-save
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant-cloud
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-push
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-tag
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm] PostProcessors:map[atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save] Provisioners:map[windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo]}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 args: []string{"packer-builder-virtualbox-iso"}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin minimum port: 10000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin maximum port: 25000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin address: unix /tmp/packer-plugin935347395
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Waiting for connection...
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Serving a plugin connection...
2016/05/09 22:32:59 Loading provisioner: shell
2016/05/09 22:32:59 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:32:59 Current exe path: /usr/bin/packer
2016/05/09 22:32:59 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:32:59 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2016/05/09 22:32:59 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [INFO] Packer version: 0.10.1
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer Target OS/Arch: linux amd64
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Built with Go Version: go1.6.2
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for qemu
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-ebs
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for azure-arm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for googlecompute
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for null
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-chroot
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for openstack
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-pvm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-instance
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for digitalocean
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-ovf
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-vmx
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for powershell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-server
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-restart
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-solo
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for salt-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-client
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-push
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-tag
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant-cloud
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for artifice
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for atlas
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for compress
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vsphere
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-save
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm] PostProcessors:map[shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant] Provisioners:map[puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless]}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 args: []string{"packer-provisioner-shell"}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin minimum port: 10000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin maximum port: 25000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin address: unix /tmp/packer-plugin925487638
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Waiting for connection...
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Serving a plugin connection...
2016/05/09 22:32:59 Loading provisioner: shell
2016/05/09 22:32:59 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:32:59 Current exe path: /usr/bin/packer
2016/05/09 22:32:59 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:32:59 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2016/05/09 22:32:59 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [INFO] Packer version: 0.10.1
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer Target OS/Arch: linux amd64
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Built with Go Version: go1.6.2
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-chroot
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for azure-arm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for qemu
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-ovf
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for digitalocean
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for null
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for openstack
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for googlecompute
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-pvm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-vmx
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-ebs
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-instance
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for powershell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-server
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for salt-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-client
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-solo
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-restart
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant-cloud
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vsphere
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for artifice
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for atlas
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for compress
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-push
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-save
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-tag
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file] PostProcessors:map[docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import] Provisioners:map[windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo]}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 args: []string{"packer-provisioner-shell"}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin minimum port: 10000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin maximum port: 25000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin address: unix /tmp/packer-plugin089219241
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Waiting for connection...
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Serving a plugin connection...
2016/05/09 22:32:59 Loading post-processor: vagrant
2016/05/09 22:32:59 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:32:59 Current exe path: /usr/bin/packer
2016/05/09 22:32:59 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:32:59 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-post-processor-vagrant"}
2016/05/09 22:32:59 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [INFO] Packer version: 0.10.1
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer Target OS/Arch: linux amd64
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Built with Go Version: go1.6.2
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-ebs
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-instance
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for qemu
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for digitalocean
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for null
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for openstack
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-chroot
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for azure-arm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for googlecompute
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for virtualbox-ovf
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-vmx
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for parallels-pvm
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vmware-iso
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-restart
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for windows-shell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for ansible-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for powershell
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for puppet-server
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for salt-masterless
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-client
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for chef-solo
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for file
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-push
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-save
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-tag
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for shell-local
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant-cloud
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vsphere
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for amazon-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for atlas
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for compress
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for docker-import
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for vagrant
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Using internal plugin for artifice
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null] PostProcessors:map[docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice] Provisioners:map[ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file]}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 args: []string{"packer-post-processor-vagrant"}
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin minimum port: 10000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin maximum port: 25000
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Plugin address: unix /tmp/packer-plugin905293059
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Waiting for connection...
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Detected home directory from env var: /home/lfelicite
2016/05/09 22:32:59 packer: 2016/05/09 22:32:59 Serving a plugin connection...
2016/05/09 22:32:59 Preparing build: virtualbox-iso
2016/05/09 22:33:01 packer: panic: runtime error: index out of range
2016/05/09 22:33:01 packer:
2016/05/09 22:33:01 packer: goroutine 16 [running]:
2016/05/09 22:33:01 packer: panic(0x12a1da0, 0xc82000e0e0)
2016/05/09 22:33:01 packer: /usr/lib/go/src/runtime/panic.go:481 +0x3e6
2016/05/09 22:33:01 packer: github.com/mitchellh/packer/common.(*ISOConfig).parseCheckSumFile(0xc8201f1050, 0xc8200cb4b8, 0x0, 0x0)
2016/05/09 22:33:01 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:153 +0x9ea
2016/05/09 22:33:01 packer: github.com/mitchellh/packer/common.(*ISOConfig).Prepare(0xc8201f1050, 0xc8201f1380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:33:01 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:78 +0x1f58
2016/05/09 22:33:01 packer: github.com/mitchellh/packer/builder/virtualbox/iso.(*Builder).Prepare(0xc8201f1000, 0xc82029b5e0, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:33:01 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/builder/virtualbox/iso/builder.go:76 +0x309
2016/05/09 22:33:01 packer: github.com/mitchellh/packer/packer/rpc.(*BuilderServer).Prepare(0xc82029b4e0, 0xc82029b5a0, 0xc82029b7e0, 0x0, 0x0)
2016/05/09 22:33:01 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/packer/rpc/builder.go:78 +0x81
2016/05/09 22:33:01 packer: reflect.Value.call(0x11c9980, 0x13400e8, 0x13, 0x1518700, 0x4, 0xc8200cbed8, 0x3, 0x3, 0x0, 0x0, ...)
2016/05/09 22:33:01 packer: /usr/lib/go/src/reflect/value.go:435 +0x120d
2016/05/09 22:33:01 packer: reflect.Value.Call(0x11c9980, 0x13400e8, 0x13, 0xc8200cbed8, 0x3, 0x3, 0x0, 0x0, 0x0)
2016/05/09 22:33:01 packer: /usr/lib/go/src/reflect/value.go:303 +0xb1
2016/05/09 22:33:01 packer: net/rpc.(*service).call(0xc820157780, 0xc820157740, 0xc82014a208, 0xc82007b400, 0xc820150240, 0xfafe00, 0xc82029b5a0, 0x16, 0xfafe60, 0xc82029b7e0, ...)
2016/05/09 22:33:01 packer: /usr/lib/go/src/net/rpc/server.go:383 +0x1c2
2016/05/09 22:33:01 packer: created by net/rpc.(*Server).ServeCodec
2016/05/09 22:33:01 packer: /usr/lib/go/src/net/rpc/server.go:477 +0x49d
2016/05/09 22:33:01 Build 'virtualbox-iso' prepare failure: unexpected EOF
2016/05/09 22:33:01 ui error: Template validation failed. Errors are shown below.
2016/05/09 22:33:01 ui error: Errors validating build 'virtualbox-iso'. unexpected EOF
2016/05/09 22:33:01 waiting for all plugin processes to complete...
2016/05/09 22:33:01 /usr/bin/packer: plugin process exited
2016/05/09 22:33:01 /usr/bin/packer: plugin process exited
2016/05/09 22:33:01 /usr/bin/packer: plugin process exited
2016/05/09 22:33:01 /usr/bin/packer: plugin process exited
2016/05/09 22:41:16 [INFO] Packer version: 0.10.1
2016/05/09 22:41:16 Packer Target OS/Arch: linux amd64
2016/05/09 22:41:16 Built with Go Version: go1.6.2
2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 Using internal plugin for amazon-ebs
2016/05/09 22:41:16 Using internal plugin for null
2016/05/09 22:41:16 Using internal plugin for virtualbox-ovf
2016/05/09 22:41:16 Using internal plugin for azure-arm
2016/05/09 22:41:16 Using internal plugin for digitalocean
2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 Using internal plugin for googlecompute
2016/05/09 22:41:16 Using internal plugin for qemu
2016/05/09 22:41:16 Using internal plugin for amazon-instance
2016/05/09 22:41:16 Using internal plugin for docker
2016/05/09 22:41:16 Using internal plugin for openstack
2016/05/09 22:41:16 Using internal plugin for parallels-pvm
2016/05/09 22:41:16 Using internal plugin for vmware-iso
2016/05/09 22:41:16 Using internal plugin for amazon-chroot
2016/05/09 22:41:16 Using internal plugin for parallels-iso
2016/05/09 22:41:16 Using internal plugin for virtualbox-iso
2016/05/09 22:41:16 Using internal plugin for vmware-vmx
2016/05/09 22:41:16 Using internal plugin for ansible
2016/05/09 22:41:16 Using internal plugin for chef-solo
2016/05/09 22:41:16 Using internal plugin for puppet-masterless
2016/05/09 22:41:16 Using internal plugin for puppet-server
2016/05/09 22:41:16 Using internal plugin for salt-masterless
2016/05/09 22:41:16 Using internal plugin for shell
2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 Using internal plugin for windows-restart
2016/05/09 22:41:16 Using internal plugin for ansible-local
2016/05/09 22:41:16 Using internal plugin for chef-client
2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 Using internal plugin for powershell
2016/05/09 22:41:16 Using internal plugin for windows-shell
2016/05/09 22:41:16 Using internal plugin for atlas
2016/05/09 22:41:16 Using internal plugin for docker-import
2016/05/09 22:41:16 Using internal plugin for docker-save
2016/05/09 22:41:16 Using internal plugin for vagrant
2016/05/09 22:41:16 Using internal plugin for vagrant-cloud
2016/05/09 22:41:16 Using internal plugin for amazon-import
2016/05/09 22:41:16 Using internal plugin for compress
2016/05/09 22:41:16 Using internal plugin for docker-push
2016/05/09 22:41:16 Using internal plugin for docker-tag
2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 Using internal plugin for vsphere
2016/05/09 22:41:16 Using internal plugin for artifice
2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null] PostProcessors:map[docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local] Provisioners:map[ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless]}
2016/05/09 22:41:16 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 Loading builder: virtualbox-iso
2016/05/09 22:41:16 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:41:16 Current exe path: /usr/bin/packer
2016/05/09 22:41:16 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:41:16 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-builder-virtualbox-iso"}
2016/05/09 22:41:16 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [INFO] Packer version: 0.10.1
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer Target OS/Arch: linux amd64
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Built with Go Version: go1.6.2
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-chroot
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-ebs
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-pvm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-ovf
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-vmx
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for azure-arm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for null
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for openstack
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-instance
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for digitalocean
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for googlecompute
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for qemu
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-client
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-server
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for salt-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-solo
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for powershell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-restart
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-save
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-tag
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for atlas
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for compress
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant-cloud
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vsphere
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for artifice
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-push
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack] PostProcessors:map[docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import] Provisioners:map[chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless]}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 args: []string{"packer-builder-virtualbox-iso"}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin minimum port: 10000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin maximum port: 25000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin address: unix /tmp/packer-plugin991421427
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Waiting for connection...
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Serving a plugin connection...
2016/05/09 22:41:16 Loading provisioner: shell
2016/05/09 22:41:16 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:41:16 Current exe path: /usr/bin/packer
2016/05/09 22:41:16 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:41:16 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2016/05/09 22:41:16 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [INFO] Packer version: 0.10.1
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer Target OS/Arch: linux amd64
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Built with Go Version: go1.6.2
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-chroot
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for googlecompute
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for openstack
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-pvm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-instance
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for null
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for qemu
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for digitalocean
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-ovf
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-vmx
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-ebs
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for azure-arm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for salt-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-solo
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-server
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-restart
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-client
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for powershell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for atlas
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for compress
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-push
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-tag
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vsphere
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-save
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant-cloud
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for artifice
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker] PostProcessors:map[vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant] Provisioners:map[windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell]}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 args: []string{"packer-provisioner-shell"}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin minimum port: 10000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin maximum port: 25000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin address: unix /tmp/packer-plugin203557418
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Waiting for connection...
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Serving a plugin connection...
2016/05/09 22:41:16 Loading provisioner: shell
2016/05/09 22:41:16 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:41:16 Current exe path: /usr/bin/packer
2016/05/09 22:41:16 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:41:16 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2016/05/09 22:41:16 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [INFO] Packer version: 0.10.1
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer Target OS/Arch: linux amd64
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Built with Go Version: go1.6.2
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-chroot
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for azure-arm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for digitalocean
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-vmx
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for qemu
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-ovf
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for googlecompute
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-pvm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-ebs
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-instance
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for null
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for openstack
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-restart
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-client
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for salt-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-solo
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for powershell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-server
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant-cloud
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for artifice
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for atlas
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-save
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-tag
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vsphere
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for compress
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-push
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack] PostProcessors:map[docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local] Provisioners:map[ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client]}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 args: []string{"packer-provisioner-shell"}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin minimum port: 10000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin maximum port: 25000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin address: unix /tmp/packer-plugin169422429
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Waiting for connection...
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Serving a plugin connection...
2016/05/09 22:41:16 Loading post-processor: vagrant
2016/05/09 22:41:16 Plugin could not be found. Checking same directory as executable.
2016/05/09 22:41:16 Current exe path: /usr/bin/packer
2016/05/09 22:41:16 Creating plugin client for path: /usr/bin/packer
2016/05/09 22:41:16 Starting plugin: /usr/bin/packer []string{"/usr/bin/packer", "plugin", "packer-post-processor-vagrant"}
2016/05/09 22:41:16 Waiting for RPC address for: /usr/bin/packer
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [INFO] Packer version: 0.10.1
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer Target OS/Arch: linux amd64
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Built with Go Version: go1.6.2
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-instance
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for azure-arm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for digitalocean
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for openstack
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-pvm
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for null
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for qemu
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-vmx
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-chroot
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for googlecompute
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for parallels-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-ebs
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for virtualbox-ovf
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vmware-iso
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for powershell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for salt-masterless
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for ansible-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-client
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for file
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for chef-solo
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for puppet-server
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for windows-restart
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for artifice
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-push
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-save
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for shell-local
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for amazon-import
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for atlas
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for compress
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for docker-tag
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vagrant-cloud
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Using internal plugin for vsphere
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Attempting to open config file: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 [WARN] Config file doesn't exist: /home/lfelicite/.packerconfig
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Packer config: &{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 Builders:map[virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf docker:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file openstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs vmware-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot] PostProcessors:map[vagrant-cloud:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice docker-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas] Provisioners:map[salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local ansible:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell chef-solo:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo powershell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell puppet-server:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server chef-client:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless]}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Setting cache directory: /home/lfelicite/Travail/projects/perso/packer-template/chakra-linux/packer_cache
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Detected home directory from env var: /home/lfelicite
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 args: []string{"packer-post-processor-vagrant"}
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin minimum port: 10000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin maximum port: 25000
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Plugin address: unix /tmp/packer-plugin495563841
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Waiting for connection...
2016/05/09 22:41:16 packer: 2016/05/09 22:41:16 Serving a plugin connection...
2016/05/09 22:41:16 Preparing build: virtualbox-iso
2016/05/09 22:41:18 packer: Template validation failed. Errors are shown below.
Errors validating build 'virtualbox-iso'. unexpected EOF
panic: runtime error: index out of range
2016/05/09 22:41:18 packer:
2016/05/09 22:41:18 packer: goroutine 23 [running]:
2016/05/09 22:41:18 packer: panic(0x12a1da0, 0xc82000e0e0)
2016/05/09 22:41:18 packer: /usr/lib/go/src/runtime/panic.go:481 +0x3e6
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/common.(*ISOConfig).parseCheckSumFile(0xc820205450, 0xc8200eb4b8, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:153 +0x9ea
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/common.(*ISOConfig).Prepare(0xc820205450, 0xc820205780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:78 +0x1f58
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/builder/virtualbox/iso.(*Builder).Prepare(0xc820205400, 0xc820177340, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/builder/virtualbox/iso/builder.go:76 +0x309
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/packer/rpc.(*BuilderServer).Prepare(0xc8203180e0, 0xc820177300, 0xc820177540, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/packer/rpc/builder.go:78 +0x81
2016/05/09 22:41:18 packer: reflect.Value.call(0x11c9980, 0x13400e8, 0x13, 0x1518700, 0x4, 0xc8200ebed8, 0x3, 0x3, 0x0, 0x0, ...)
2016/05/09 22:41:18 packer: /usr/lib/go/src/reflect/value.go:435 +0x120d
2016/05/09 22:41:18 packer: reflect.Value.Call(0x11c9980, 0x13400e8, 0x13, 0xc8200ebed8, 0x3, 0x3, 0x0, 0x0, 0x0)
2016/05/09 22:41:18 packer: /usr/lib/go/src/reflect/value.go:303 +0xb1
2016/05/09 22:41:18 packer: net/rpc.(*service).call(0xc820222940, 0xc820222900, 0xc8203140a8, 0xc820242580, 0xc8203181a0, 0xfafe00, 0xc820177300, 0x16, 0xfafe60, 0xc820177540, ...)
2016/05/09 22:41:18 packer: /usr/lib/go/src/net/rpc/server.go:383 +0x1c2
2016/05/09 22:41:18 packer: created by net/rpc.(*Server).ServeCodec
2016/05/09 22:41:18 packer: /usr/lib/go/src/net/rpc/server.go:477 +0x49d
2016/05/09 22:41:18 Build 'virtualbox-iso' prepare failure: unexpected EOF
2016/05/09 22:41:18 ui error: Template validation failed. Errors are shown below.
2016/05/09 22:41:18 ui error: Errors validating build 'virtualbox-iso'. unexpected EOF
2016/05/09 22:41:18 waiting for all plugin processes to complete...
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
panic: runtime error: index out of range
2016/05/09 22:41:18 packer:
2016/05/09 22:41:18 packer: goroutine 23 [running]:
2016/05/09 22:41:18 packer: panic(0x12a1da0, 0xc82000e0e0)
2016/05/09 22:41:18 packer: /usr/lib/go/src/runtime/panic.go:481 +0x3e6
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/common.(*ISOConfig).parseCheckSumFile(0xc820205450, 0xc8200eb4b8, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:153 +0x9ea
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/common.(*ISOConfig).Prepare(0xc820205450, 0xc820205780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/common/iso_config.go:78 +0x1f58
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/builder/virtualbox/iso.(*Builder).Prepare(0xc820205400, 0xc820177340, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/builder/virtualbox/iso/builder.go:76 +0x309
2016/05/09 22:41:18 packer: github.com/mitchellh/packer/packer/rpc.(*BuilderServer).Prepare(0xc8203180e0, 0xc820177300, 0xc820177540, 0x0, 0x0)
2016/05/09 22:41:18 packer: /tmp/ccrbuild-1000/packer-io/packer-io/src/src/github.com/mitchellh/packer/packer/rpc/builder.go:78 +0x81
2016/05/09 22:41:18 packer: reflect.Value.call(0x11c9980, 0x13400e8, 0x13, 0x1518700, 0x4, 0xc8200ebed8, 0x3, 0x3, 0x0, 0x0, ...)
2016/05/09 22:41:18 packer: /usr/lib/go/src/reflect/value.go:435 +0x120d
2016/05/09 22:41:18 packer: reflect.Value.Call(0x11c9980, 0x13400e8, 0x13, 0xc8200ebed8, 0x3, 0x3, 0x0, 0x0, 0x0)
2016/05/09 22:41:18 packer: /usr/lib/go/src/reflect/value.go:303 +0xb1
2016/05/09 22:41:18 packer: net/rpc.(*service).call(0xc820222940, 0xc820222900, 0xc8203140a8, 0xc820242580, 0xc8203181a0, 0xfafe00, 0xc820177300, 0x16, 0xfafe60, 0xc820177540, ...)
2016/05/09 22:41:18 packer: /usr/lib/go/src/net/rpc/server.go:383 +0x1c2
2016/05/09 22:41:18 packer: created by net/rpc.(*Server).ServeCodec
2016/05/09 22:41:18 packer: /usr/lib/go/src/net/rpc/server.go:477 +0x49d
2016/05/09 22:41:18 Build 'virtualbox-iso' prepare failure: unexpected EOF
2016/05/09 22:41:18 ui error: Template validation failed. Errors are shown below.
2016/05/09 22:41:18 ui error: Errors validating build 'virtualbox-iso'. unexpected EOF
2016/05/09 22:41:18 waiting for all plugin processes to complete...
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
2016/05/09 22:41:18 /usr/bin/packer: plugin process exited
!!!!!!!!!!!!!!!!!!!!!!!!!!! PACKER CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Packer crashed! This is always indicative of a bug within Packer.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Packer[1] so that we can fix this.
[1]: https://github.com/mitchellh/packer/issues
!!!!!!!!!!!!!!!!!!!!!!!!!!! PACKER CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment