I'm trying to run a Packer build command from an Ubuntu VM on windows. And
get these errors:
2019/04/26 14:01:26 Build 'amazon-ebs' prepare failure: 3 errors occurred:
* unknown configuration key: "decode_authorization_messages"
* unknown configuration key: "ena_support"
* unknown configuration key: "ssh_interface"
In the Packer log(attached full debug log) i see lines about missing
plugins, but it's not clear for me where to get these plugins from.
Can you pls help to figure out what's wrong?
Thanks!
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of
those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/packer-tool/506a5422-4dd2-4e87-908c-a075c7b56ab2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2019/04/26 14:07:02 [INFO] Packer version: 1.0.4
2019/04/26 14:07:02 Packer Target OS/Arch: linux amd64
2019/04/26 14:07:02 Built with Go Version: go1.8.3
2019/04/26 14:07:02 Detected home directory from env var: /home/bgyomorei
2019/04/26 14:07:02 Using internal plugin for hyperv-iso
2019/04/26 14:07:02 Using internal plugin for vmware-vmx
2019/04/26 14:07:02 Using internal plugin for virtualbox-iso
2019/04/26 14:07:02 Using internal plugin for amazon-ebsvolume
2019/04/26 14:07:02 Using internal plugin for cloudstack
2019/04/26 14:07:02 Using internal plugin for parallels-iso
2019/04/26 14:07:02 Using internal plugin for parallels-pvm
2019/04/26 14:07:02 Using internal plugin for file
2019/04/26 14:07:02 Using internal plugin for googlecompute
2019/04/26 14:07:02 Using internal plugin for qemu
2019/04/26 14:07:02 Using internal plugin for amazon-chroot
2019/04/26 14:07:02 Using internal plugin for amazon-instance
2019/04/26 14:07:02 Using internal plugin for digitalocean
2019/04/26 14:07:02 Using internal plugin for docker
2019/04/26 14:07:02 Using internal plugin for null
2019/04/26 14:07:02 Using internal plugin for openstack
2019/04/26 14:07:02 Using internal plugin for virtualbox-ovf
2019/04/26 14:07:02 Using internal plugin for vmware-iso
2019/04/26 14:07:02 Using internal plugin for alicloud-ecs
2019/04/26 14:07:02 Using internal plugin for amazon-ebs
2019/04/26 14:07:02 Using internal plugin for amazon-ebssurrogate
2019/04/26 14:07:02 Using internal plugin for azure-arm
2019/04/26 14:07:02 Using internal plugin for windows-shell
2019/04/26 14:07:02 Using internal plugin for chef-client
2019/04/26 14:07:02 Using internal plugin for chef-solo
2019/04/26 14:07:02 Using internal plugin for file
2019/04/26 14:07:02 Using internal plugin for converge
2019/04/26 14:07:02 Using internal plugin for shell
2019/04/26 14:07:02 Using internal plugin for powershell
2019/04/26 14:07:02 Using internal plugin for puppet-masterless
2019/04/26 14:07:02 Using internal plugin for puppet-server
2019/04/26 14:07:02 Using internal plugin for shell-local
2019/04/26 14:07:02 Using internal plugin for windows-restart
2019/04/26 14:07:02 Using internal plugin for ansible
2019/04/26 14:07:02 Using internal plugin for ansible-local
2019/04/26 14:07:02 Using internal plugin for salt-masterless
2019/04/26 14:07:02 Using internal plugin for docker-save
2019/04/26 14:07:02 Using internal plugin for checksum
2019/04/26 14:07:02 Using internal plugin for docker-import
2019/04/26 14:07:02 Using internal plugin for docker-tag
2019/04/26 14:07:02 Using internal plugin for googlecompute-export
2019/04/26 14:07:02 Using internal plugin for manifest
2019/04/26 14:07:02 Using internal plugin for alicloud-import
2019/04/26 14:07:02 Using internal plugin for atlas
2019/04/26 14:07:02 Using internal plugin for compress
2019/04/26 14:07:02 Using internal plugin for shell-local
2019/04/26 14:07:02 Using internal plugin for vagrant-cloud
2019/04/26 14:07:02 Using internal plugin for vsphere
2019/04/26 14:07:02 Using internal plugin for amazon-import
2019/04/26 14:07:02 Using internal plugin for artifice
2019/04/26 14:07:02 Using internal plugin for docker-push
2019/04/26 14:07:02 Using internal plugin for vagrant
2019/04/26 14:07:02 Detected home directory from env var: /home/bgyomorei
2019/04/26 14:07:02 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:02 [WARN] Config file doesn't exist:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:02 Packer config: &{DisableCheckpoint:false
DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000
Builders:map[vmware-vmx:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
virtualbox-ovf:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
digitalocean:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
null:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null
cloudstack:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-cloudstack
parallels-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
file:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file
googlecompute:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
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
alicloud-ecs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-alicloud-ecs
parallels-pvm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
qemu:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu
amazon-chroot:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
amazon-instance:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
amazon-ebssurrogate:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebssurrogate
azure-arm:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm
hyperv-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-iso
virtualbox-iso:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
amazon-ebsvolume:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebsvolume
amazon-ebs:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs]
PostProcessors:map[docker-tag:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag
googlecompute-export:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-export
shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
docker-save:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
checksum:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-checksum
artifice:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
docker-push:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
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
alicloud-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-alicloud-import
vagrant:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
compress:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
vsphere:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere
amazon-import:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
manifest:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-manifest
atlas:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas]
Provisioners:map[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
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
shell-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
ansible-local:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local
salt-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell
windows-shell:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell
converge:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-converge
puppet-masterless:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
windows-restart:/usr/bin/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart]}
2019/04/26 14:07:02 Detected home directory from env var: /home/bgyomorei
2019/04/26 14:07:02 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:02 Detected home directory from env var: /home/bgyomorei
2019/04/26 14:07:02 Loading builder: amazon-ebs
2019/04/26 14:07:02 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:02 Current exe path: /usr/bin/packer
2019/04/26 14:07:02 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:02 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-builder-amazon-ebs"}
2019/04/26 14:07:02 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [INFO] Packer version: 1.0.4
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Built with Go Version: go1.8.3
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 args:
[]string{"packer-builder-amazon-ebs"}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin minimum port: 10000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin maximum port: 25000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin address: unix
/tmp/packer-plugin908891599
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Waiting for connection...
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Serving a plugin connection...
2019/04/26 14:07:02 Loading provisioner: shell
2019/04/26 14:07:02 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:02 Current exe path: /usr/bin/packer
2019/04/26 14:07:02 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:02 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2019/04/26 14:07:02 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [INFO] Packer version: 1.0.4
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Built with Go Version: go1.8.3
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 args:
[]string{"packer-provisioner-shell"}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin minimum port: 10000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin maximum port: 25000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin address: unix
/tmp/packer-plugin970391072
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Waiting for connection...
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Serving a plugin connection...
2019/04/26 14:07:02 Loading provisioner: file
2019/04/26 14:07:02 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:02 Current exe path: /usr/bin/packer
2019/04/26 14:07:02 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:02 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-file"}
2019/04/26 14:07:02 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [INFO] Packer version: 1.0.4
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Built with Go Version: go1.8.3
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 args:
[]string{"packer-provisioner-file"}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin minimum port: 10000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin maximum port: 25000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin address: unix
/tmp/packer-plugin335145806
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Waiting for connection...
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Serving a plugin connection...
2019/04/26 14:07:02 Loading provisioner: ansible-local
2019/04/26 14:07:02 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:02 Current exe path: /usr/bin/packer
2019/04/26 14:07:02 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:02 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-ansible-local"}
2019/04/26 14:07:02 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [INFO] Packer version: 1.0.4
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Built with Go Version: go1.8.3
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 args:
[]string{"packer-provisioner-ansible-local"}
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin minimum port: 10000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin maximum port: 25000
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Plugin address: unix
/tmp/packer-plugin731643391
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Waiting for connection...
2019/04/26 14:07:02 packer: 2019/04/26 14:07:02 Serving a plugin connection...
2019/04/26 14:07:02 Loading provisioner: shell
2019/04/26 14:07:02 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:02 Current exe path: /usr/bin/packer
2019/04/26 14:07:02 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:02 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2019/04/26 14:07:02 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [INFO] Packer version: 1.0.4
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Built with Go Version: go1.8.3
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 args:
[]string{"packer-provisioner-shell"}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin minimum port: 10000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin maximum port: 25000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin address: unix
/tmp/packer-plugin800201489
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Waiting for connection...
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Serving a plugin connection...
2019/04/26 14:07:03 Loading provisioner: shell
2019/04/26 14:07:03 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:03 Current exe path: /usr/bin/packer
2019/04/26 14:07:03 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:03 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2019/04/26 14:07:03 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [INFO] Packer version: 1.0.4
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Built with Go Version: go1.8.3
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 args:
[]string{"packer-provisioner-shell"}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin minimum port: 10000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin maximum port: 25000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin address: unix
/tmp/packer-plugin926134775
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Waiting for connection...
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Serving a plugin connection...
2019/04/26 14:07:03 Loading provisioner: file
2019/04/26 14:07:03 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:03 Current exe path: /usr/bin/packer
2019/04/26 14:07:03 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:03 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-file"}
2019/04/26 14:07:03 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [INFO] Packer version: 1.0.4
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Built with Go Version: go1.8.3
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 args:
[]string{"packer-provisioner-file"}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin minimum port: 10000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin maximum port: 25000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin address: unix
/tmp/packer-plugin017931182
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Waiting for connection...
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Serving a plugin connection...
2019/04/26 14:07:03 Loading provisioner: shell
2019/04/26 14:07:03 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:03 Current exe path: /usr/bin/packer
2019/04/26 14:07:03 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:03 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-provisioner-shell"}
2019/04/26 14:07:03 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [INFO] Packer version: 1.0.4
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Built with Go Version: go1.8.3
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 args:
[]string{"packer-provisioner-shell"}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin minimum port: 10000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin maximum port: 25000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin address: unix
/tmp/packer-plugin989225856
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Waiting for connection...
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Serving a plugin connection...
2019/04/26 14:07:03 Loading post-processor: manifest
2019/04/26 14:07:03 Plugin could not be found. Checking same directory as
executable.
2019/04/26 14:07:03 Current exe path: /usr/bin/packer
2019/04/26 14:07:03 Creating plugin client for path: /usr/bin/packer
2019/04/26 14:07:03 Starting plugin: /usr/bin/packer
[]string{"/usr/bin/packer", "plugin", "packer-post-processor-manifest"}
2019/04/26 14:07:03 Waiting for RPC address for: /usr/bin/packer
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [INFO] Packer version: 1.0.4
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer Target OS/Arch: linux
amd64
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Built with Go Version: go1.8.3
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Attempting to open config file:
/home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 [WARN] Config file doesn't
exist: /home/bgyomorei/.packerconfig
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Setting cache directory:
/mnt/c/w/hcom/p/PRET/930/hcom-packer/services/base/packer/packer_cache
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 args:
[]string{"packer-post-processor-manifest"}
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin minimum port: 10000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin maximum port: 25000
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Detected home directory from
env var: /home/bgyomorei
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Plugin address: unix
/tmp/packer-plugin098184458
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Waiting for connection...
2019/04/26 14:07:03 packer: 2019/04/26 14:07:03 Serving a plugin connection...
2019/04/26 14:07:03 ui: [1;32mamazon-ebs output will be in this color.[0m
2019/04/26 14:07:03 ui:
2019/04/26 14:07:03 Build debug mode: false
2019/04/26 14:07:03 Force build: false
2019/04/26 14:07:03 On error:
2019/04/26 14:07:03 Preparing build: amazon-ebs
[1;32mamazon-ebs output will be in this color.[0m
2019/04/26 14:07:03 Build 'amazon-ebs' prepare failure: 3 errors occurred:
* unknown configuration key: "decode_authorization_messages"
* unknown configuration key: "ena_support"
* unknown configuration key: "ssh_interface"
2019/04/26 14:07:03 ui error: 3 errors occurred:
* unknown configuration key: "decode_authorization_messages"
* unknown configuration key: "ena_support"
* unknown configuration key: "ssh_interface"
3 errors occurred:
2019/04/26 14:07:03 waiting for all plugin processes to complete...
* unknown configuration key: "decode_authorization_messages"
* unknown configuration key: "ena_support"
* unknown configuration key: "ssh_interface"
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited
2019/04/26 14:07:03 /usr/bin/packer: plugin process exited