Hi,
I have problem building an Ubuntu VM on a remote ESXi using Packer. The VM
always failed to finish the configuration and getting terminated after
"Timeout waiting for SSH.". I see "[DEBUG] Error getting SSH address: No
interface on the VM has an IP address ready" message in the Packer debug
log but the IP address has already been assigned to the VM as I can see
from the "esxcli --formatter csv network vm port list -w <VM world ID>"
output and it can be reached via ping. Here is my template
https://gist.github.com/giiift/012404a732d81cbc95e2487cbfcdfea9.
~ # esxcli --formatter csv network vm port list -w 11088749
>
>
>> ActiveFilters,DVPortID,IPAddress,MACAddress,PortID,Portgroup,TeamUplink,UplinkPortID,vSwitch,
>
> ,,172.17.0.23,00:0c:29:6e:e9:ce,33554444,BPS
>> Network,vmnic0,33554434,vSwitch0,
>
>
I tried both static IP and dynamic IP from DHCP but they all failed with
the same error. The debug log is as attached.
Below is my environment:
- Packer v1.1.0
- VMware ESXi 5.5.0 Releasebuild-3116895
Does anyone has any idea how to fix my problem?
Regards.
--
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/d7dc133f-f52c-4dec-99f5-c59a770fef0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2017/10/02 15:35:16 [INFO] Packer version: 1.1.0
2017/10/02 15:35:16 Packer Target OS/Arch: linux amd64
2017/10/02 15:35:16 Built with Go Version: go1.9
2017/10/02 15:35:16 Detected home directory from env var: /home/ansibleadm
2017/10/02 15:35:16 Using internal plugin for amazon-ebs
2017/10/02 15:35:16 Using internal plugin for qemu
2017/10/02 15:35:16 Using internal plugin for vmware-vmx
2017/10/02 15:35:16 Using internal plugin for azure-arm
2017/10/02 15:35:16 Using internal plugin for null
2017/10/02 15:35:16 Using internal plugin for oracle-oci
2017/10/02 15:35:16 Using internal plugin for amazon-ebssurrogate
2017/10/02 15:35:16 Using internal plugin for amazon-instance
2017/10/02 15:35:16 Using internal plugin for digitalocean
2017/10/02 15:35:16 Using internal plugin for googlecompute
2017/10/02 15:35:16 Using internal plugin for lxc
2017/10/02 15:35:16 Using internal plugin for profitbricks
2017/10/02 15:35:16 Using internal plugin for parallels-iso
2017/10/02 15:35:16 Using internal plugin for virtualbox-iso
2017/10/02 15:35:16 Using internal plugin for vmware-iso
2017/10/02 15:35:16 Using internal plugin for alicloud-ecs
2017/10/02 15:35:16 Using internal plugin for cloudstack
2017/10/02 15:35:16 Using internal plugin for triton
2017/10/02 15:35:16 Using internal plugin for hyperv-iso
2017/10/02 15:35:16 Using internal plugin for lxd
2017/10/02 15:35:16 Using internal plugin for oneandone
2017/10/02 15:35:16 Using internal plugin for parallels-pvm
2017/10/02 15:35:16 Using internal plugin for amazon-chroot
2017/10/02 15:35:16 Using internal plugin for virtualbox-ovf
2017/10/02 15:35:16 Using internal plugin for amazon-ebsvolume
2017/10/02 15:35:16 Using internal plugin for docker
2017/10/02 15:35:16 Using internal plugin for file
2017/10/02 15:35:16 Using internal plugin for openstack
2017/10/02 15:35:16 Using internal plugin for ansible
2017/10/02 15:35:16 Using internal plugin for powershell
2017/10/02 15:35:16 Using internal plugin for windows-restart
2017/10/02 15:35:16 Using internal plugin for ansible-local
2017/10/02 15:35:16 Using internal plugin for converge
2017/10/02 15:35:16 Using internal plugin for file
2017/10/02 15:35:16 Using internal plugin for puppet-server
2017/10/02 15:35:16 Using internal plugin for shell
2017/10/02 15:35:16 Using internal plugin for shell-local
2017/10/02 15:35:16 Using internal plugin for chef-client
2017/10/02 15:35:16 Using internal plugin for chef-solo
2017/10/02 15:35:16 Using internal plugin for puppet-masterless
2017/10/02 15:35:16 Using internal plugin for salt-masterless
2017/10/02 15:35:16 Using internal plugin for windows-shell
2017/10/02 15:35:16 Using internal plugin for artifice
2017/10/02 15:35:16 Using internal plugin for docker-push
2017/10/02 15:35:16 Using internal plugin for googlecompute-export
2017/10/02 15:35:16 Using internal plugin for manifest
2017/10/02 15:35:16 Using internal plugin for vagrant-cloud
2017/10/02 15:35:16 Using internal plugin for alicloud-import
2017/10/02 15:35:16 Using internal plugin for docker-save
2017/10/02 15:35:16 Using internal plugin for shell-local
2017/10/02 15:35:16 Using internal plugin for vsphere
2017/10/02 15:35:16 Using internal plugin for checksum
2017/10/02 15:35:16 Using internal plugin for docker-import
2017/10/02 15:35:16 Using internal plugin for docker-tag
2017/10/02 15:35:16 Using internal plugin for vagrant
2017/10/02 15:35:16 Using internal plugin for vsphere-template
2017/10/02 15:35:16 Using internal plugin for amazon-import
2017/10/02 15:35:16 Using internal plugin for compress
2017/10/02 15:35:16 Using internal plugin for atlas
2017/10/02 15:35:16 Detected home directory from env var: /home/ansibleadm
2017/10/02 15:35:16 Attempting to open config file:
/home/ansibleadm/.packerconfig
2017/10/02 15:35:16 [WARN] Config file doesn't exist:
/home/ansibleadm/.packerconfig
2017/10/02 15:35:16 Packer config: &{DisableCheckpoint:false
DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000
Builders:map[amazon-chroot:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
docker:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker
file:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file
vmware-iso:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso
oneandone:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oneandone
virtualbox-ovf:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
azure-arm:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm
parallels-iso:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
cloudstack:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-cloudstack
lxd:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxd
triton:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-triton
amazon-ebs:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs
vmware-vmx:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
null:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null
googlecompute:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
lxc:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxc
virtualbox-iso:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
parallels-pvm:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
openstack:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack
amazon-ebssurrogate:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebssurrogate
digitalocean:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
hyperv-iso:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-iso
amazon-ebsvolume:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebsvolume
oracle-oci:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-oci
profitbricks:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-profitbricks
amazon-instance:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
alicloud-ecs:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-alicloud-ecs
qemu:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu]
PostProcessors:map[artifice:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
docker-push:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
alicloud-import:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-alicloud-import
shell-local:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
checksum:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-checksum
vagrant:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
vsphere-template:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere-template
googlecompute-export:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-export
vagrant-cloud:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud
docker-tag:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag
amazon-import:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
manifest:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-manifest
docker-import:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import
compress:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
docker-save:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
vsphere:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere
atlas:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-atlas]
Provisioners:map[powershell:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell
ansible-local:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local
shell-local:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
chef-client:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client
puppet-masterless:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
ansible:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible
puppet-server:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server
salt-masterless:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
file:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file
shell:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell
chef-solo:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo
windows-restart:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart
converge:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-converge
windows-shell:/home/ansibleadm/packer_pkg/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell]}
2017/10/02 15:35:16 Detected home directory from env var: /home/ansibleadm
2017/10/02 15:35:16 Setting cache directory:
/home/ansibleadm/packer_test/packer_cache
2017/10/02 15:35:16 Loading builder: vmware-iso
2017/10/02 15:35:16 Plugin could not be found. Checking same directory as
executable.
2017/10/02 15:35:16 Current exe path: /home/ansibleadm/packer_pkg/packer
2017/10/02 15:35:16 Creating plugin client for path:
/home/ansibleadm/packer_pkg/packer
2017/10/02 15:35:16 Starting plugin: /home/ansibleadm/packer_pkg/packer
[]string{"/home/ansibleadm/packer_pkg/packer", "plugin",
"packer-builder-vmware-iso"}
2017/10/02 15:35:16 Waiting for RPC address for:
/home/ansibleadm/packer_pkg/packer
2017/10/02 15:35:16 Detected home directory from env var: /home/ansibleadm
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 [INFO] Packer version: 1.1.0
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Packer Target OS/Arch: linux
amd64
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Built with Go Version: go1.9
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Detected home directory from
env var: /home/ansibleadm
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Attempting to open config file:
/home/ansibleadm/.packerconfig
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 [WARN] Config file doesn't
exist: /home/ansibleadm/.packerconfig
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Packer config:
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Detected home directory from
env var: /home/ansibleadm
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Setting cache directory:
/home/ansibleadm/packer_test/packer_cache
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 args:
[]string{"packer-builder-vmware-iso"}
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Plugin minimum port: 10000
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Plugin maximum port: 25000
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Plugin address: unix
/tmp/packer-plugin127445096
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Waiting for connection...
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Serving a plugin connection...
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Detected home directory from
env var: /home/ansibleadm
2017/10/02 15:35:16 ui: [1;32mvmware-iso output will be in this color.[0m
2017/10/02 15:35:16 ui:
2017/10/02 15:35:16 Build debug mode: false
2017/10/02 15:35:16 Force build: false
2017/10/02 15:35:16 On error:
2017/10/02 15:35:16 Preparing build: vmware-iso
2017/10/02 15:35:16 Waiting on builds to complete...
2017/10/02 15:35:16 Starting build run: vmware-iso
2017/10/02 15:35:16 Running builder: vmware-iso
2017/10/02 15:35:16 [INFO] (telemetry) Starting builder vmware-iso
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 reconnecting to TCP connection
for SSH
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 handshaking with SSH
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Keyboard interactive challenge:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 -- User:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 -- Instructions:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 -- Question 1: Password:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Keyboard interactive challenge:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 -- User:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 -- Instructions:
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 handshake complete!
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 [INFO] no local agent socket,
will not connect agent
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 opening new ssh session
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 starting remote command: esxcli
--formatter csv system version get
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 Connected to VMware ESXi 5.5.0
Releasebuild-3116895
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 opening new ssh session
2017/10/02 15:35:16 packer: 2017/10/02 15:35:16 starting remote command: esxcli
--formatter csv system settings advanced list -o /Net/GuestIPHack
2017/10/02 15:35:17 ui: [1;32m==> vmware-iso: Downloading or copying ISO[0m
2017/10/02 15:35:17 ui: [0;32m vmware-iso: Downloading or copying:
file:///home/ansibleadm/os_iso/ubuntu-16.04-server-amd64.iso[0m
2017/10/02 15:35:17 packer: 2017/10/02 15:35:17 Acquiring lock to download:
file:///home/ansibleadm/os_iso/ubuntu-16.04-server-amd64.iso
2017/10/02 15:35:17 packer: 2017/10/02 15:35:17 Parsed URL:
&url.URL{Scheme:"file", Opaque:"", User:(*url.Userinfo)(nil), Host:"",
Path:"/home/ansibleadm/os_iso/ubuntu-16.04-server-amd64.iso", RawPath:"",
ForceQuery:false, RawQuery:"", Fragment:""}
2017/10/02 15:35:17 packer: 2017/10/02 15:35:17 [DEBUG] Using local file:
/home/ansibleadm/os_iso/ubuntu-16.04-server-amd64.iso
2017/10/02 15:35:17 packer: 2017/10/02 15:35:17 Verifying checksum of
/home/ansibleadm/os_iso/ubuntu-16.04-server-amd64.iso
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 opening new ssh session
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 starting remote command: test
-e /vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Remote command exited with '1':
test -e /vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 opening new ssh session
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 starting remote command: mkdir
-p /vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware
2017/10/02 15:35:20 ui: [1;32m==> vmware-iso: Creating floppy disk...[0m
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Floppy path:
/tmp/packer832606887
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Initializing block device
backed by temporary file
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Formatting the block device
with a FAT filesystem...
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Initializing FAT filesystem on
block device
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Reading the root directory from
the filesystem
2017/10/02 15:35:20 ui: [0;32m vmware-iso: Copying files flatly from
floppy_files[0m
2017/10/02 15:35:20 ui: [0;32m vmware-iso: Copying file:
http/preseed.cfg[0m
2017/10/02 15:35:20 ui: [0;32m vmware-iso: Done copying files from
floppy_files[0m
2017/10/02 15:35:20 ui: [0;32m vmware-iso: Collecting paths from
floppy_dirs[0m
2017/10/02 15:35:20 ui: [0;32m vmware-iso: Resulting paths from floppy_dirs
: [][0m
2017/10/02 15:35:20 ui: [0;32m vmware-iso: Done copying paths from
floppy_dirs[0m
2017/10/02 15:35:20 ui: [1;32m==> vmware-iso: Uploading Floppy to remote
machine...[0m
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Remote uploading:
/tmp/packer832606887
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 opening new ssh session
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 starting remote command: mkdir
-p /vmfs/volumes/datastore1/packer
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Verifying checksum of
/vmfs/volumes/datastore1/packer/packer832606887
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 opening new ssh session
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 starting remote command:
sha256sum -c
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Remote command exited with '1':
sha256sum -c
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 opening new ssh session
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Starting remote scp process:
scp -vt /vmfs/volumes/datastore1/packer
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Started SCP session, beginning
transfers...
2017/10/02 15:35:20 packer: 2017/10/02 15:35:20 Copying input data into
temporary file so we can read the length
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 [DEBUG] scp: Uploading
packer832606887: perms=C0644 size=1474560
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 SCP session complete, closing
stdin pipe.
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 Waiting for SSH session to
complete.
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 scp stderr (length 36): Sink:
C0644 1474560 packer832606887
2017/10/02 15:35:21 ui: [1;32m==> vmware-iso: Uploading ISO to remote
machine...[0m
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 Remote uploading:
/home/ansibleadm/os_iso/ubuntu-16.04-server-amd64.iso
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 opening new ssh session
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 starting remote command: mkdir
-p /vmfs/volumes/datastore1/packer
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 Verifying checksum of
/vmfs/volumes/datastore1/packer/ubuntu-16.04-server-amd64.iso
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 opening new ssh session
2017/10/02 15:35:21 packer: 2017/10/02 15:35:21 starting remote command:
sha256sum -c
2017/10/02 15:35:40 packer: 2017/10/02 15:35:40 Initial checksum matched, no
upload needed.
2017/10/02 15:35:40 ui: [1;32m==> vmware-iso: Creating virtual machine disk[0m
2017/10/02 15:35:40 packer: 2017/10/02 15:35:40 opening new ssh session
2017/10/02 15:35:40 packer: 2017/10/02 15:35:40 starting remote command:
vmkfstools -c 20480M -d thin -a lsilogic
/vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware/packer-ubuntu.vmdk
2017/10/02 15:35:41 ui: [1;32m==> vmware-iso: Building and writing VMX file[0m
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Writing VMX to:
/tmp/packer-vmx373834097/packer-ubuntu-16.04-amd64.vmx
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX:
'ethernet0.startConnected' = 'TRUE'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX:
'ethernet0.virtualDev' = 'vmxnet3'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX:
'ethernet0.networkName' = 'BPS Network'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX:
'cpuid.coresPerSocker' = '1'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX: 'memsize' = '1024'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX: 'numvcpus' = '1'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Setting VMX:
'ethernet0.present' = 'TRUE'
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Floppy path present, setting in
VMX
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Writing VMX to:
/tmp/packer-vmx373834097/packer-ubuntu-16.04-amd64.vmx
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Suppressing messages in VMX
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Trying port: 8896
2017/10/02 15:35:41 ui: [1;32m==> vmware-iso: Starting HTTP server on port
8896[0m
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Looking for available port
between 5900 and 6000
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 opening new ssh session
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 starting remote command: esxcli
--formatter csv network ip connection list
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::5989, port 5989 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
fe80:2::6eae:8bff:fe58:3036:427, port 427 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
172.17.0.93:427, port 427 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
0.0.0.0:443, port 443 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::443, port 443 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
0.0.0.0:80, port 80 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::80, port 80 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::22, port 22 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
0.0.0.0:22, port 22 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::902, port 902 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
0.0.0.0:902, port 902 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
::1:2233, port 2233 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::8100, port 8100 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 ESXi listening on address
:::8000, port 8000 unavailable for VNC
2017/10/02 15:35:41 packer: 2017/10/02 15:35:41 Trying address:
172.17.0.93:5900...
2017/10/02 15:35:42 ui: [1;32m==> vmware-iso: Registering remote VM...[0m
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 Found available VNC port: 5900
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 Writing VMX to:
/tmp/packer-vmx373834097/packer-ubuntu-16.04-amd64.vmx
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 opening new ssh session
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 Starting remote scp process:
scp -vt /vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 Started SCP session, beginning
transfers...
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 Copying input data into
temporary file so we can read the length
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 [DEBUG] scp: Uploading
packer-ubuntu-16.04-amd64.vmx: perms=C0644 size=2577
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 SCP session complete, closing
stdin pipe.
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 Waiting for SSH session to
complete.
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 scp stderr (length 47): Sink:
C0644 2577 packer-ubuntu-16.04-amd64.vmx
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 opening new ssh session
2017/10/02 15:35:42 packer: 2017/10/02 15:35:42 starting remote command:
vim-cmd solo/registervm
/vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware/packer-ubuntu-16.04-amd64.vmx
2017/10/02 15:35:43 ui: [1;32m==> vmware-iso: Starting virtual machine...[0m
2017/10/02 15:35:43 ui: [0;32m vmware-iso: The VM will be run headless,
without a GUI. If you want to
vmware-iso: view the screen of the VM, connect via VNC with the password
"gd8FZvaL" to
vmware-iso: vnc://172.17.0.93:5900[0m
2017/10/02 15:35:43 packer: 2017/10/02 15:35:43 opening new ssh session
2017/10/02 15:35:43 packer: 2017/10/02 15:35:43 starting remote command:
vim-cmd vmsvc/power.on 75
2017/10/02 15:35:45 packer: 2017/10/02 15:35:45 opening new ssh session
2017/10/02 15:35:45 packer: 2017/10/02 15:35:45 starting remote command:
vim-cmd vmsvc/power.getstate 75
2017/10/02 15:35:45 ui: [1;32m==> vmware-iso: Waiting 10s for boot...[0m
2017/10/02 15:35:55 ui: [1;32m==> vmware-iso: Connecting to VM via VNC[0m
2017/10/02 15:35:55 packer: 2017/10/02 15:35:55 Connected to VNC desktop:
packer-ubuntu-16.04-amd64
2017/10/02 15:35:55 packer: 2017/10/02 15:35:55 Host IP for the VMware machine:
192.168.198.13
2017/10/02 15:35:55 ui: [1;32m==> vmware-iso: Typing the boot command over
VNC...[0m
2017/10/02 15:35:55 packer: 2017/10/02 15:35:55 Special code '<enter>' found,
replacing with: 65293
2017/10/02 15:35:56 packer: 2017/10/02 15:35:56 Special code '<wait>' found,
sleeping one second
2017/10/02 15:35:57 packer: 2017/10/02 15:35:57 Special code '<f6>' found,
replacing with: 65475
2017/10/02 15:35:57 packer: 2017/10/02 15:35:57 Special code '<esc>' found,
replacing with: 65307
2017/10/02 15:35:57 packer: 2017/10/02 15:35:57 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:57 packer: 2017/10/02 15:35:57 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:57 packer: 2017/10/02 15:35:57 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:58 packer: 2017/10/02 15:35:58 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:58 packer: 2017/10/02 15:35:58 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:58 packer: 2017/10/02 15:35:58 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:58 packer: 2017/10/02 15:35:58 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:58 packer: 2017/10/02 15:35:58 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:59 packer: 2017/10/02 15:35:59 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:59 packer: 2017/10/02 15:35:59 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:59 packer: 2017/10/02 15:35:59 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:59 packer: 2017/10/02 15:35:59 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:35:59 packer: 2017/10/02 15:35:59 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:00 packer: 2017/10/02 15:36:00 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:00 packer: 2017/10/02 15:36:00 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:00 packer: 2017/10/02 15:36:00 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:00 packer: 2017/10/02 15:36:00 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:01 packer: 2017/10/02 15:36:01 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:01 packer: 2017/10/02 15:36:01 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:01 packer: 2017/10/02 15:36:01 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:01 packer: 2017/10/02 15:36:01 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:01 packer: 2017/10/02 15:36:01 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:02 packer: 2017/10/02 15:36:02 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:02 packer: 2017/10/02 15:36:02 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:02 packer: 2017/10/02 15:36:02 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:02 packer: 2017/10/02 15:36:02 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:02 packer: 2017/10/02 15:36:02 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:03 packer: 2017/10/02 15:36:03 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:03 packer: 2017/10/02 15:36:03 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:03 packer: 2017/10/02 15:36:03 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:03 packer: 2017/10/02 15:36:03 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:03 packer: 2017/10/02 15:36:03 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:04 packer: 2017/10/02 15:36:04 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:04 packer: 2017/10/02 15:36:04 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:04 packer: 2017/10/02 15:36:04 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:04 packer: 2017/10/02 15:36:04 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:04 packer: 2017/10/02 15:36:04 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:05 packer: 2017/10/02 15:36:05 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:05 packer: 2017/10/02 15:36:05 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:05 packer: 2017/10/02 15:36:05 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:05 packer: 2017/10/02 15:36:05 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:05 packer: 2017/10/02 15:36:05 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:06 packer: 2017/10/02 15:36:06 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:06 packer: 2017/10/02 15:36:06 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:06 packer: 2017/10/02 15:36:06 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:06 packer: 2017/10/02 15:36:06 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:06 packer: 2017/10/02 15:36:06 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:07 packer: 2017/10/02 15:36:07 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:07 packer: 2017/10/02 15:36:07 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:07 packer: 2017/10/02 15:36:07 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:07 packer: 2017/10/02 15:36:07 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:08 packer: 2017/10/02 15:36:08 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:08 packer: 2017/10/02 15:36:08 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:08 packer: 2017/10/02 15:36:08 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:08 packer: 2017/10/02 15:36:08 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:08 packer: 2017/10/02 15:36:08 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:09 packer: 2017/10/02 15:36:09 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:09 packer: 2017/10/02 15:36:09 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:09 packer: 2017/10/02 15:36:09 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:09 packer: 2017/10/02 15:36:09 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:09 packer: 2017/10/02 15:36:09 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:10 packer: 2017/10/02 15:36:10 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:10 packer: 2017/10/02 15:36:10 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:10 packer: 2017/10/02 15:36:10 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:10 packer: 2017/10/02 15:36:10 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:10 packer: 2017/10/02 15:36:10 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:11 packer: 2017/10/02 15:36:11 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:11 packer: 2017/10/02 15:36:11 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:11 packer: 2017/10/02 15:36:11 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:11 packer: 2017/10/02 15:36:11 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:11 packer: 2017/10/02 15:36:11 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:12 packer: 2017/10/02 15:36:12 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:12 packer: 2017/10/02 15:36:12 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:12 packer: 2017/10/02 15:36:12 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:12 packer: 2017/10/02 15:36:12 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:13 packer: 2017/10/02 15:36:13 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:13 packer: 2017/10/02 15:36:13 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:13 packer: 2017/10/02 15:36:13 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:13 packer: 2017/10/02 15:36:13 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:13 packer: 2017/10/02 15:36:13 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:14 packer: 2017/10/02 15:36:14 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:14 packer: 2017/10/02 15:36:14 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:14 packer: 2017/10/02 15:36:14 Special code '<bs>' found,
replacing with: 65288
2017/10/02 15:36:14 packer: 2017/10/02 15:36:14 Sending char '/', code 47,
shift false
2017/10/02 15:36:14 packer: 2017/10/02 15:36:14 Sending char 'i', code 105,
shift false
2017/10/02 15:36:15 packer: 2017/10/02 15:36:15 Sending char 'n', code 110,
shift false
2017/10/02 15:36:15 packer: 2017/10/02 15:36:15 Sending char 's', code 115,
shift false
2017/10/02 15:36:15 packer: 2017/10/02 15:36:15 Sending char 't', code 116,
shift false
2017/10/02 15:36:15 packer: 2017/10/02 15:36:15 Sending char 'a', code 97,
shift false
2017/10/02 15:36:15 packer: 2017/10/02 15:36:15 Sending char 'l', code 108,
shift false
2017/10/02 15:36:16 packer: 2017/10/02 15:36:16 Sending char 'l', code 108,
shift false
2017/10/02 15:36:16 packer: 2017/10/02 15:36:16 Sending char '/', code 47,
shift false
2017/10/02 15:36:16 packer: 2017/10/02 15:36:16 Sending char 'v', code 118,
shift false
2017/10/02 15:36:16 packer: 2017/10/02 15:36:16 Sending char 'm', code 109,
shift false
2017/10/02 15:36:16 packer: 2017/10/02 15:36:16 Sending char 'l', code 108,
shift false
2017/10/02 15:36:17 packer: 2017/10/02 15:36:17 Sending char 'i', code 105,
shift false
2017/10/02 15:36:17 packer: 2017/10/02 15:36:17 Sending char 'n', code 110,
shift false
2017/10/02 15:36:17 packer: 2017/10/02 15:36:17 Sending char 'u', code 117,
shift false
2017/10/02 15:36:17 packer: 2017/10/02 15:36:17 Sending char 'z', code 122,
shift false
2017/10/02 15:36:17 packer: 2017/10/02 15:36:17 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:18 packer: 2017/10/02 15:36:18 Sending char ' ', code 32,
shift false
2017/10/02 15:36:19 packer: 2017/10/02 15:36:19 Sending char 'f', code 102,
shift false
2017/10/02 15:36:19 packer: 2017/10/02 15:36:19 Sending char 'i', code 105,
shift false
2017/10/02 15:36:19 packer: 2017/10/02 15:36:19 Sending char 'l', code 108,
shift false
2017/10/02 15:36:19 packer: 2017/10/02 15:36:19 Sending char 'e', code 101,
shift false
2017/10/02 15:36:20 packer: 2017/10/02 15:36:20 Sending char '=', code 61,
shift false
2017/10/02 15:36:20 packer: 2017/10/02 15:36:20 Sending char '/', code 47,
shift false
2017/10/02 15:36:20 packer: 2017/10/02 15:36:20 Sending char 'f', code 102,
shift false
2017/10/02 15:36:20 packer: 2017/10/02 15:36:20 Sending char 'l', code 108,
shift false
2017/10/02 15:36:20 packer: 2017/10/02 15:36:20 Sending char 'o', code 111,
shift false
2017/10/02 15:36:21 packer: 2017/10/02 15:36:21 Sending char 'p', code 112,
shift false
2017/10/02 15:36:21 packer: 2017/10/02 15:36:21 Sending char 'p', code 112,
shift false
2017/10/02 15:36:21 packer: 2017/10/02 15:36:21 Sending char 'y', code 121,
shift false
2017/10/02 15:36:21 packer: 2017/10/02 15:36:21 Sending char '/', code 47,
shift false
2017/10/02 15:36:21 packer: 2017/10/02 15:36:21 Sending char 'p', code 112,
shift false
2017/10/02 15:36:22 packer: 2017/10/02 15:36:22 Sending char 'r', code 114,
shift false
2017/10/02 15:36:22 packer: 2017/10/02 15:36:22 Sending char 'e', code 101,
shift false
2017/10/02 15:36:22 packer: 2017/10/02 15:36:22 Sending char 's', code 115,
shift false
2017/10/02 15:36:22 packer: 2017/10/02 15:36:22 Sending char 'e', code 101,
shift false
2017/10/02 15:36:22 packer: 2017/10/02 15:36:22 Sending char 'e', code 101,
shift false
2017/10/02 15:36:23 packer: 2017/10/02 15:36:23 Sending char 'd', code 100,
shift false
2017/10/02 15:36:23 packer: 2017/10/02 15:36:23 Sending char '.', code 46,
shift false
2017/10/02 15:36:23 packer: 2017/10/02 15:36:23 Sending char 'c', code 99,
shift false
2017/10/02 15:36:23 packer: 2017/10/02 15:36:23 Sending char 'f', code 102,
shift false
2017/10/02 15:36:23 packer: 2017/10/02 15:36:23 Sending char 'g', code 103,
shift false
2017/10/02 15:36:24 packer: 2017/10/02 15:36:24 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:25 packer: 2017/10/02 15:36:25 Sending char ' ', code 32,
shift false
2017/10/02 15:36:25 packer: 2017/10/02 15:36:25 Sending char 'h', code 104,
shift false
2017/10/02 15:36:25 packer: 2017/10/02 15:36:25 Sending char 'o', code 111,
shift false
2017/10/02 15:36:25 packer: 2017/10/02 15:36:25 Sending char 's', code 115,
shift false
2017/10/02 15:36:25 packer: 2017/10/02 15:36:25 Sending char 't', code 116,
shift false
2017/10/02 15:36:26 packer: 2017/10/02 15:36:26 Sending char 'n', code 110,
shift false
2017/10/02 15:36:26 packer: 2017/10/02 15:36:26 Sending char 'a', code 97,
shift false
2017/10/02 15:36:26 packer: 2017/10/02 15:36:26 Sending char 'm', code 109,
shift false
2017/10/02 15:36:26 packer: 2017/10/02 15:36:26 Sending char 'e', code 101,
shift false
2017/10/02 15:36:27 packer: 2017/10/02 15:36:27 Sending char '=', code 61,
shift false
2017/10/02 15:36:27 packer: 2017/10/02 15:36:27 Sending char 'p', code 112,
shift false
2017/10/02 15:36:27 packer: 2017/10/02 15:36:27 Sending char 'a', code 97,
shift false
2017/10/02 15:36:27 packer: 2017/10/02 15:36:27 Sending char 'c', code 99,
shift false
2017/10/02 15:36:27 packer: 2017/10/02 15:36:27 Sending char 'k', code 107,
shift false
2017/10/02 15:36:28 packer: 2017/10/02 15:36:28 Sending char 'e', code 101,
shift false
2017/10/02 15:36:28 packer: 2017/10/02 15:36:28 Sending char 'r', code 114,
shift false
2017/10/02 15:36:28 packer: 2017/10/02 15:36:28 Sending char '-', code 45,
shift false
2017/10/02 15:36:28 packer: 2017/10/02 15:36:28 Sending char 'u', code 117,
shift false
2017/10/02 15:36:28 packer: 2017/10/02 15:36:28 Sending char 'b', code 98,
shift false
2017/10/02 15:36:29 packer: 2017/10/02 15:36:29 Sending char 'u', code 117,
shift false
2017/10/02 15:36:29 packer: 2017/10/02 15:36:29 Sending char 'n', code 110,
shift false
2017/10/02 15:36:29 packer: 2017/10/02 15:36:29 Sending char 't', code 116,
shift false
2017/10/02 15:36:29 packer: 2017/10/02 15:36:29 Sending char 'u', code 117,
shift false
2017/10/02 15:36:29 packer: 2017/10/02 15:36:29 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:30 packer: 2017/10/02 15:36:30 Sending char ' ', code 32,
shift false
2017/10/02 15:36:31 packer: 2017/10/02 15:36:31 Sending char 'c', code 99,
shift false
2017/10/02 15:36:31 packer: 2017/10/02 15:36:31 Sending char 'o', code 111,
shift false
2017/10/02 15:36:31 packer: 2017/10/02 15:36:31 Sending char 'n', code 110,
shift false
2017/10/02 15:36:31 packer: 2017/10/02 15:36:31 Sending char 's', code 115,
shift false
2017/10/02 15:36:31 packer: 2017/10/02 15:36:31 Sending char 'o', code 111,
shift false
2017/10/02 15:36:32 packer: 2017/10/02 15:36:32 Sending char 'l', code 108,
shift false
2017/10/02 15:36:32 packer: 2017/10/02 15:36:32 Sending char 'e', code 101,
shift false
2017/10/02 15:36:32 packer: 2017/10/02 15:36:32 Sending char '-', code 45,
shift false
2017/10/02 15:36:32 packer: 2017/10/02 15:36:32 Sending char 's', code 115,
shift false
2017/10/02 15:36:32 packer: 2017/10/02 15:36:32 Sending char 'e', code 101,
shift false
2017/10/02 15:36:33 packer: 2017/10/02 15:36:33 Sending char 't', code 116,
shift false
2017/10/02 15:36:33 packer: 2017/10/02 15:36:33 Sending char 'u', code 117,
shift false
2017/10/02 15:36:33 packer: 2017/10/02 15:36:33 Sending char 'p', code 112,
shift false
2017/10/02 15:36:33 packer: 2017/10/02 15:36:33 Sending char '/', code 47,
shift false
2017/10/02 15:36:34 packer: 2017/10/02 15:36:34 Sending char 'a', code 97,
shift false
2017/10/02 15:36:34 packer: 2017/10/02 15:36:34 Sending char 's', code 115,
shift false
2017/10/02 15:36:34 packer: 2017/10/02 15:36:34 Sending char 'k', code 107,
shift false
2017/10/02 15:36:34 packer: 2017/10/02 15:36:34 Sending char '_', code 95,
shift true
2017/10/02 15:36:34 packer: 2017/10/02 15:36:34 Sending char 'd', code 100,
shift false
2017/10/02 15:36:35 packer: 2017/10/02 15:36:35 Sending char 'e', code 101,
shift false
2017/10/02 15:36:35 packer: 2017/10/02 15:36:35 Sending char 't', code 116,
shift false
2017/10/02 15:36:35 packer: 2017/10/02 15:36:35 Sending char 'e', code 101,
shift false
2017/10/02 15:36:35 packer: 2017/10/02 15:36:35 Sending char 'c', code 99,
shift false
2017/10/02 15:36:35 packer: 2017/10/02 15:36:35 Sending char 't', code 116,
shift false
2017/10/02 15:36:36 packer: 2017/10/02 15:36:36 Sending char '=', code 61,
shift false
2017/10/02 15:36:36 packer: 2017/10/02 15:36:36 Sending char 'f', code 102,
shift false
2017/10/02 15:36:36 packer: 2017/10/02 15:36:36 Sending char 'a', code 97,
shift false
2017/10/02 15:36:36 packer: 2017/10/02 15:36:36 Sending char 'l', code 108,
shift false
2017/10/02 15:36:36 packer: 2017/10/02 15:36:36 Sending char 's', code 115,
shift false
2017/10/02 15:36:37 packer: 2017/10/02 15:36:37 Sending char 'e', code 101,
shift false
2017/10/02 15:36:37 packer: 2017/10/02 15:36:37 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:38 packer: 2017/10/02 15:36:38 Sending char ' ', code 32,
shift false
2017/10/02 15:36:38 packer: 2017/10/02 15:36:38 Sending char 'd', code 100,
shift false
2017/10/02 15:36:38 packer: 2017/10/02 15:36:38 Sending char 'e', code 101,
shift false
2017/10/02 15:36:38 packer: 2017/10/02 15:36:38 Sending char 'b', code 98,
shift false
2017/10/02 15:36:39 packer: 2017/10/02 15:36:39 Sending char 'c', code 99,
shift false
2017/10/02 15:36:39 packer: 2017/10/02 15:36:39 Sending char 'o', code 111,
shift false
2017/10/02 15:36:39 packer: 2017/10/02 15:36:39 Sending char 'n', code 110,
shift false
2017/10/02 15:36:39 packer: 2017/10/02 15:36:39 Sending char 'f', code 102,
shift false
2017/10/02 15:36:40 packer: 2017/10/02 15:36:40 Sending char '/', code 47,
shift false
2017/10/02 15:36:40 packer: 2017/10/02 15:36:40 Sending char 'f', code 102,
shift false
2017/10/02 15:36:40 packer: 2017/10/02 15:36:40 Sending char 'r', code 114,
shift false
2017/10/02 15:36:40 packer: 2017/10/02 15:36:40 Sending char 'o', code 111,
shift false
2017/10/02 15:36:40 packer: 2017/10/02 15:36:40 Sending char 'n', code 110,
shift false
2017/10/02 15:36:41 packer: 2017/10/02 15:36:41 Sending char 't', code 116,
shift false
2017/10/02 15:36:41 packer: 2017/10/02 15:36:41 Sending char 'e', code 101,
shift false
2017/10/02 15:36:41 packer: 2017/10/02 15:36:41 Sending char 'n', code 110,
shift false
2017/10/02 15:36:41 packer: 2017/10/02 15:36:41 Sending char 'd', code 100,
shift false
2017/10/02 15:36:41 packer: 2017/10/02 15:36:41 Sending char '=', code 61,
shift false
2017/10/02 15:36:42 packer: 2017/10/02 15:36:42 Sending char 'n', code 110,
shift false
2017/10/02 15:36:42 packer: 2017/10/02 15:36:42 Sending char 'o', code 111,
shift false
2017/10/02 15:36:42 packer: 2017/10/02 15:36:42 Sending char 'n', code 110,
shift false
2017/10/02 15:36:42 packer: 2017/10/02 15:36:42 Sending char 'i', code 105,
shift false
2017/10/02 15:36:42 packer: 2017/10/02 15:36:42 Sending char 'n', code 110,
shift false
2017/10/02 15:36:43 packer: 2017/10/02 15:36:43 Sending char 't', code 116,
shift false
2017/10/02 15:36:43 packer: 2017/10/02 15:36:43 Sending char 'e', code 101,
shift false
2017/10/02 15:36:43 packer: 2017/10/02 15:36:43 Sending char 'r', code 114,
shift false
2017/10/02 15:36:43 packer: 2017/10/02 15:36:43 Sending char 'a', code 97,
shift false
2017/10/02 15:36:43 packer: 2017/10/02 15:36:43 Sending char 'c', code 99,
shift false
2017/10/02 15:36:44 packer: 2017/10/02 15:36:44 Sending char 't', code 116,
shift false
2017/10/02 15:36:44 packer: 2017/10/02 15:36:44 Sending char 'i', code 105,
shift false
2017/10/02 15:36:44 packer: 2017/10/02 15:36:44 Sending char 'v', code 118,
shift false
2017/10/02 15:36:44 packer: 2017/10/02 15:36:44 Sending char 'e', code 101,
shift false
2017/10/02 15:36:44 packer: 2017/10/02 15:36:44 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:45 packer: 2017/10/02 15:36:45 Sending char ' ', code 32,
shift false
2017/10/02 15:36:46 packer: 2017/10/02 15:36:46 Sending char 'd', code 100,
shift false
2017/10/02 15:36:46 packer: 2017/10/02 15:36:46 Sending char 'e', code 101,
shift false
2017/10/02 15:36:46 packer: 2017/10/02 15:36:46 Sending char 'b', code 98,
shift false
2017/10/02 15:36:46 packer: 2017/10/02 15:36:46 Sending char 'i', code 105,
shift false
2017/10/02 15:36:47 packer: 2017/10/02 15:36:47 Sending char 'a', code 97,
shift false
2017/10/02 15:36:47 packer: 2017/10/02 15:36:47 Sending char 'n', code 110,
shift false
2017/10/02 15:36:47 packer: 2017/10/02 15:36:47 Sending char '-', code 45,
shift false
2017/10/02 15:36:47 packer: 2017/10/02 15:36:47 Sending char 'i', code 105,
shift false
2017/10/02 15:36:47 packer: 2017/10/02 15:36:47 Sending char 'n', code 110,
shift false
2017/10/02 15:36:48 packer: 2017/10/02 15:36:48 Sending char 's', code 115,
shift false
2017/10/02 15:36:48 packer: 2017/10/02 15:36:48 Sending char 't', code 116,
shift false
2017/10/02 15:36:48 packer: 2017/10/02 15:36:48 Sending char 'a', code 97,
shift false
2017/10/02 15:36:48 packer: 2017/10/02 15:36:48 Sending char 'l', code 108,
shift false
2017/10/02 15:36:48 packer: 2017/10/02 15:36:48 Sending char 'l', code 108,
shift false
2017/10/02 15:36:49 packer: 2017/10/02 15:36:49 Sending char 'e', code 101,
shift false
2017/10/02 15:36:49 packer: 2017/10/02 15:36:49 Sending char 'r', code 114,
shift false
2017/10/02 15:36:49 packer: 2017/10/02 15:36:49 Sending char '=', code 61,
shift false
2017/10/02 15:36:49 packer: 2017/10/02 15:36:49 Sending char 'e', code 101,
shift false
2017/10/02 15:36:49 packer: 2017/10/02 15:36:49 Sending char 'n', code 110,
shift false
2017/10/02 15:36:50 packer: 2017/10/02 15:36:50 Sending char '_', code 95,
shift true
2017/10/02 15:36:50 packer: 2017/10/02 15:36:50 Sending char 'U', code 85,
shift true
2017/10/02 15:36:50 packer: 2017/10/02 15:36:50 Sending char 'S', code 83,
shift true
2017/10/02 15:36:50 packer: 2017/10/02 15:36:50 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:51 packer: 2017/10/02 15:36:51 Sending char ' ', code 32,
shift false
2017/10/02 15:36:51 packer: 2017/10/02 15:36:51 Sending char 'f', code 102,
shift false
2017/10/02 15:36:52 packer: 2017/10/02 15:36:52 Sending char 'b', code 98,
shift false
2017/10/02 15:36:52 packer: 2017/10/02 15:36:52 Sending char '=', code 61,
shift false
2017/10/02 15:36:52 packer: 2017/10/02 15:36:52 Sending char 'f', code 102,
shift false
2017/10/02 15:36:52 packer: 2017/10/02 15:36:52 Sending char 'a', code 97,
shift false
2017/10/02 15:36:53 packer: 2017/10/02 15:36:53 Sending char 'l', code 108,
shift false
2017/10/02 15:36:53 packer: 2017/10/02 15:36:53 Sending char 's', code 115,
shift false
2017/10/02 15:36:53 packer: 2017/10/02 15:36:53 Sending char 'e', code 101,
shift false
2017/10/02 15:36:53 packer: 2017/10/02 15:36:53 Special code '<wait>' found,
sleeping one second
2017/10/02 15:36:54 packer: 2017/10/02 15:36:54 Sending char ' ', code 32,
shift false
2017/10/02 15:36:54 packer: 2017/10/02 15:36:54 Sending char 'k', code 107,
shift false
2017/10/02 15:36:55 packer: 2017/10/02 15:36:55 Sending char 'd', code 100,
shift false
2017/10/02 15:36:55 packer: 2017/10/02 15:36:55 Sending char 'b', code 98,
shift false
2017/10/02 15:36:55 packer: 2017/10/02 15:36:55 Sending char '-', code 45,
shift false
2017/10/02 15:36:55 packer: 2017/10/02 15:36:55 Sending char 'c', code 99,
shift false
2017/10/02 15:36:55 packer: 2017/10/02 15:36:55 Sending char 'h', code 104,
shift false
2017/10/02 15:36:56 packer: 2017/10/02 15:36:56 Sending char 'o', code 111,
shift false
2017/10/02 15:36:56 packer: 2017/10/02 15:36:56 Sending char 'o', code 111,
shift false
2017/10/02 15:36:56 packer: 2017/10/02 15:36:56 Sending char 's', code 115,
shift false
2017/10/02 15:36:56 packer: 2017/10/02 15:36:56 Sending char 'e', code 101,
shift false
2017/10/02 15:36:56 packer: 2017/10/02 15:36:56 Sending char 'r', code 114,
shift false
2017/10/02 15:36:57 packer: 2017/10/02 15:36:57 Sending char '/', code 47,
shift false
2017/10/02 15:36:57 packer: 2017/10/02 15:36:57 Sending char 'm', code 109,
shift false
2017/10/02 15:36:57 packer: 2017/10/02 15:36:57 Sending char 'e', code 101,
shift false
2017/10/02 15:36:57 packer: 2017/10/02 15:36:57 Sending char 't', code 116,
shift false
2017/10/02 15:36:57 packer: 2017/10/02 15:36:57 Sending char 'h', code 104,
shift false
2017/10/02 15:36:58 packer: 2017/10/02 15:36:58 Sending char 'o', code 111,
shift false
2017/10/02 15:36:58 packer: 2017/10/02 15:36:58 Sending char 'd', code 100,
shift false
2017/10/02 15:36:58 packer: 2017/10/02 15:36:58 Sending char '=', code 61,
shift false
2017/10/02 15:36:58 packer: 2017/10/02 15:36:58 Sending char 'u', code 117,
shift false
2017/10/02 15:36:58 packer: 2017/10/02 15:36:58 Sending char 's', code 115,
shift false
2017/10/02 15:36:59 packer: 2017/10/02 15:36:59 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:00 packer: 2017/10/02 15:37:00 Sending char ' ', code 32,
shift false
2017/10/02 15:37:00 packer: 2017/10/02 15:37:00 Sending char 'k', code 107,
shift false
2017/10/02 15:37:00 packer: 2017/10/02 15:37:00 Sending char 'e', code 101,
shift false
2017/10/02 15:37:00 packer: 2017/10/02 15:37:00 Sending char 'y', code 121,
shift false
2017/10/02 15:37:01 packer: 2017/10/02 15:37:01 Sending char 'b', code 98,
shift false
2017/10/02 15:37:01 packer: 2017/10/02 15:37:01 Sending char 'o', code 111,
shift false
2017/10/02 15:37:01 packer: 2017/10/02 15:37:01 Sending char 'a', code 97,
shift false
2017/10/02 15:37:01 packer: 2017/10/02 15:37:01 Sending char 'r', code 114,
shift false
2017/10/02 15:37:01 packer: 2017/10/02 15:37:01 Sending char 'd', code 100,
shift false
2017/10/02 15:37:02 packer: 2017/10/02 15:37:02 Sending char '-', code 45,
shift false
2017/10/02 15:37:02 packer: 2017/10/02 15:37:02 Sending char 'c', code 99,
shift false
2017/10/02 15:37:02 packer: 2017/10/02 15:37:02 Sending char 'o', code 111,
shift false
2017/10/02 15:37:02 packer: 2017/10/02 15:37:02 Sending char 'n', code 110,
shift false
2017/10/02 15:37:02 packer: 2017/10/02 15:37:02 Sending char 'f', code 102,
shift false
2017/10/02 15:37:03 packer: 2017/10/02 15:37:03 Sending char 'i', code 105,
shift false
2017/10/02 15:37:03 packer: 2017/10/02 15:37:03 Sending char 'g', code 103,
shift false
2017/10/02 15:37:03 packer: 2017/10/02 15:37:03 Sending char 'u', code 117,
shift false
2017/10/02 15:37:03 packer: 2017/10/02 15:37:03 Sending char 'r', code 114,
shift false
2017/10/02 15:37:03 packer: 2017/10/02 15:37:03 Sending char 'a', code 97,
shift false
2017/10/02 15:37:04 packer: 2017/10/02 15:37:04 Sending char 't', code 116,
shift false
2017/10/02 15:37:04 packer: 2017/10/02 15:37:04 Sending char 'i', code 105,
shift false
2017/10/02 15:37:04 packer: 2017/10/02 15:37:04 Sending char 'o', code 111,
shift false
2017/10/02 15:37:04 packer: 2017/10/02 15:37:04 Sending char 'n', code 110,
shift false
2017/10/02 15:37:04 packer: 2017/10/02 15:37:04 Sending char '/', code 47,
shift false
2017/10/02 15:37:05 packer: 2017/10/02 15:37:05 Sending char 'l', code 108,
shift false
2017/10/02 15:37:05 packer: 2017/10/02 15:37:05 Sending char 'a', code 97,
shift false
2017/10/02 15:37:05 packer: 2017/10/02 15:37:05 Sending char 'y', code 121,
shift false
2017/10/02 15:37:05 packer: 2017/10/02 15:37:05 Sending char 'o', code 111,
shift false
2017/10/02 15:37:05 packer: 2017/10/02 15:37:05 Sending char 'u', code 117,
shift false
2017/10/02 15:37:06 packer: 2017/10/02 15:37:06 Sending char 't', code 116,
shift false
2017/10/02 15:37:06 packer: 2017/10/02 15:37:06 Sending char '=', code 61,
shift false
2017/10/02 15:37:06 packer: 2017/10/02 15:37:06 Sending char 'U', code 85,
shift true
2017/10/02 15:37:06 packer: 2017/10/02 15:37:06 Sending char 'S', code 83,
shift true
2017/10/02 15:37:07 packer: 2017/10/02 15:37:07 Sending char 'A', code 65,
shift true
2017/10/02 15:37:07 packer: 2017/10/02 15:37:07 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:08 packer: 2017/10/02 15:37:08 Sending char ' ', code 32,
shift false
2017/10/02 15:37:08 packer: 2017/10/02 15:37:08 Sending char 'k', code 107,
shift false
2017/10/02 15:37:08 packer: 2017/10/02 15:37:08 Sending char 'e', code 101,
shift false
2017/10/02 15:37:08 packer: 2017/10/02 15:37:08 Sending char 'y', code 121,
shift false
2017/10/02 15:37:09 packer: 2017/10/02 15:37:09 Sending char 'b', code 98,
shift false
2017/10/02 15:37:09 packer: 2017/10/02 15:37:09 Sending char 'o', code 111,
shift false
2017/10/02 15:37:09 packer: 2017/10/02 15:37:09 Sending char 'a', code 97,
shift false
2017/10/02 15:37:09 packer: 2017/10/02 15:37:09 Sending char 'r', code 114,
shift false
2017/10/02 15:37:09 packer: 2017/10/02 15:37:09 Sending char 'd', code 100,
shift false
2017/10/02 15:37:10 packer: 2017/10/02 15:37:10 Sending char '-', code 45,
shift false
2017/10/02 15:37:10 packer: 2017/10/02 15:37:10 Sending char 'c', code 99,
shift false
2017/10/02 15:37:10 packer: 2017/10/02 15:37:10 Sending char 'o', code 111,
shift false
2017/10/02 15:37:10 packer: 2017/10/02 15:37:10 Sending char 'n', code 110,
shift false
2017/10/02 15:37:10 packer: 2017/10/02 15:37:10 Sending char 'f', code 102,
shift false
2017/10/02 15:37:11 packer: 2017/10/02 15:37:11 Sending char 'i', code 105,
shift false
2017/10/02 15:37:11 packer: 2017/10/02 15:37:11 Sending char 'g', code 103,
shift false
2017/10/02 15:37:11 packer: 2017/10/02 15:37:11 Sending char 'u', code 117,
shift false
2017/10/02 15:37:11 packer: 2017/10/02 15:37:11 Sending char 'r', code 114,
shift false
2017/10/02 15:37:11 packer: 2017/10/02 15:37:11 Sending char 'a', code 97,
shift false
2017/10/02 15:37:12 packer: 2017/10/02 15:37:12 Sending char 't', code 116,
shift false
2017/10/02 15:37:12 packer: 2017/10/02 15:37:12 Sending char 'i', code 105,
shift false
2017/10/02 15:37:12 packer: 2017/10/02 15:37:12 Sending char 'o', code 111,
shift false
2017/10/02 15:37:12 packer: 2017/10/02 15:37:12 Sending char 'n', code 110,
shift false
2017/10/02 15:37:12 packer: 2017/10/02 15:37:12 Sending char '/', code 47,
shift false
2017/10/02 15:37:13 packer: 2017/10/02 15:37:13 Sending char 'v', code 118,
shift false
2017/10/02 15:37:13 packer: 2017/10/02 15:37:13 Sending char 'a', code 97,
shift false
2017/10/02 15:37:13 packer: 2017/10/02 15:37:13 Sending char 'r', code 114,
shift false
2017/10/02 15:37:13 packer: 2017/10/02 15:37:13 Sending char 'i', code 105,
shift false
2017/10/02 15:37:14 packer: 2017/10/02 15:37:14 Sending char 'a', code 97,
shift false
2017/10/02 15:37:14 packer: 2017/10/02 15:37:14 Sending char 'n', code 110,
shift false
2017/10/02 15:37:14 packer: 2017/10/02 15:37:14 Sending char 't', code 116,
shift false
2017/10/02 15:37:14 packer: 2017/10/02 15:37:14 Sending char '=', code 61,
shift false
2017/10/02 15:37:14 packer: 2017/10/02 15:37:14 Sending char 'U', code 85,
shift true
2017/10/02 15:37:15 packer: 2017/10/02 15:37:15 Sending char 'S', code 83,
shift true
2017/10/02 15:37:15 packer: 2017/10/02 15:37:15 Sending char 'A', code 65,
shift true
2017/10/02 15:37:15 packer: 2017/10/02 15:37:15 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:16 packer: 2017/10/02 15:37:16 Sending char ' ', code 32,
shift false
2017/10/02 15:37:16 packer: 2017/10/02 15:37:16 Sending char 'i', code 105,
shift false
2017/10/02 15:37:16 packer: 2017/10/02 15:37:16 Sending char 'n', code 110,
shift false
2017/10/02 15:37:17 packer: 2017/10/02 15:37:17 Sending char 'i', code 105,
shift false
2017/10/02 15:37:17 packer: 2017/10/02 15:37:17 Sending char 't', code 116,
shift false
2017/10/02 15:37:17 packer: 2017/10/02 15:37:17 Sending char 'r', code 114,
shift false
2017/10/02 15:37:17 packer: 2017/10/02 15:37:17 Sending char 'd', code 100,
shift false
2017/10/02 15:37:17 packer: 2017/10/02 15:37:17 Sending char '=', code 61,
shift false
2017/10/02 15:37:18 packer: 2017/10/02 15:37:18 Sending char '/', code 47,
shift false
2017/10/02 15:37:18 packer: 2017/10/02 15:37:18 Sending char 'i', code 105,
shift false
2017/10/02 15:37:18 packer: 2017/10/02 15:37:18 Sending char 'n', code 110,
shift false
2017/10/02 15:37:18 packer: 2017/10/02 15:37:18 Sending char 's', code 115,
shift false
2017/10/02 15:37:18 packer: 2017/10/02 15:37:18 Sending char 't', code 116,
shift false
2017/10/02 15:37:19 packer: 2017/10/02 15:37:19 Sending char 'a', code 97,
shift false
2017/10/02 15:37:19 packer: 2017/10/02 15:37:19 Sending char 'l', code 108,
shift false
2017/10/02 15:37:19 packer: 2017/10/02 15:37:19 Sending char 'l', code 108,
shift false
2017/10/02 15:37:19 packer: 2017/10/02 15:37:19 Sending char '/', code 47,
shift false
2017/10/02 15:37:19 packer: 2017/10/02 15:37:19 Sending char 'i', code 105,
shift false
2017/10/02 15:37:20 packer: 2017/10/02 15:37:20 Sending char 'n', code 110,
shift false
2017/10/02 15:37:20 packer: 2017/10/02 15:37:20 Sending char 'i', code 105,
shift false
2017/10/02 15:37:20 packer: 2017/10/02 15:37:20 Sending char 't', code 116,
shift false
2017/10/02 15:37:20 packer: 2017/10/02 15:37:20 Sending char 'r', code 114,
shift false
2017/10/02 15:37:21 packer: 2017/10/02 15:37:21 Sending char 'd', code 100,
shift false
2017/10/02 15:37:21 packer: 2017/10/02 15:37:21 Sending char '.', code 46,
shift false
2017/10/02 15:37:21 packer: 2017/10/02 15:37:21 Sending char 'g', code 103,
shift false
2017/10/02 15:37:21 packer: 2017/10/02 15:37:21 Sending char 'z', code 122,
shift false
2017/10/02 15:37:21 packer: 2017/10/02 15:37:21 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:22 packer: 2017/10/02 15:37:22 Sending char ' ', code 32,
shift false
2017/10/02 15:37:23 packer: 2017/10/02 15:37:23 Sending char 'l', code 108,
shift false
2017/10/02 15:37:23 packer: 2017/10/02 15:37:23 Sending char 'o', code 111,
shift false
2017/10/02 15:37:23 packer: 2017/10/02 15:37:23 Sending char 'c', code 99,
shift false
2017/10/02 15:37:23 packer: 2017/10/02 15:37:23 Sending char 'a', code 97,
shift false
2017/10/02 15:37:23 packer: 2017/10/02 15:37:23 Sending char 'l', code 108,
shift false
2017/10/02 15:37:24 packer: 2017/10/02 15:37:24 Sending char 'e', code 101,
shift false
2017/10/02 15:37:24 packer: 2017/10/02 15:37:24 Sending char '=', code 61,
shift false
2017/10/02 15:37:24 packer: 2017/10/02 15:37:24 Sending char 'e', code 101,
shift false
2017/10/02 15:37:24 packer: 2017/10/02 15:37:24 Sending char 'n', code 110,
shift false
2017/10/02 15:37:24 packer: 2017/10/02 15:37:24 Sending char '_', code 95,
shift true
2017/10/02 15:37:25 packer: 2017/10/02 15:37:25 Sending char 'U', code 85,
shift true
2017/10/02 15:37:25 packer: 2017/10/02 15:37:25 Sending char 'S', code 83,
shift true
2017/10/02 15:37:25 packer: 2017/10/02 15:37:25 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:26 packer: 2017/10/02 15:37:26 Sending char ' ', code 32,
shift false
2017/10/02 15:37:26 packer: 2017/10/02 15:37:26 Sending char 'g', code 103,
shift false
2017/10/02 15:37:26 packer: 2017/10/02 15:37:26 Sending char 'r', code 114,
shift false
2017/10/02 15:37:27 packer: 2017/10/02 15:37:27 Sending char 'u', code 117,
shift false
2017/10/02 15:37:27 packer: 2017/10/02 15:37:27 Sending char 'b', code 98,
shift false
2017/10/02 15:37:27 packer: 2017/10/02 15:37:27 Sending char '-', code 45,
shift false
2017/10/02 15:37:27 packer: 2017/10/02 15:37:27 Sending char 'i', code 105,
shift false
2017/10/02 15:37:27 packer: 2017/10/02 15:37:27 Sending char 'n', code 110,
shift false
2017/10/02 15:37:28 packer: 2017/10/02 15:37:28 Sending char 's', code 115,
shift false
2017/10/02 15:37:28 packer: 2017/10/02 15:37:28 Sending char 't', code 116,
shift false
2017/10/02 15:37:28 packer: 2017/10/02 15:37:28 Sending char 'a', code 97,
shift false
2017/10/02 15:37:28 packer: 2017/10/02 15:37:28 Sending char 'l', code 108,
shift false
2017/10/02 15:37:29 packer: 2017/10/02 15:37:29 Sending char 'l', code 108,
shift false
2017/10/02 15:37:29 packer: 2017/10/02 15:37:29 Sending char 'e', code 101,
shift false
2017/10/02 15:37:29 packer: 2017/10/02 15:37:29 Sending char 'r', code 114,
shift false
2017/10/02 15:37:29 packer: 2017/10/02 15:37:29 Sending char '/', code 47,
shift false
2017/10/02 15:37:29 packer: 2017/10/02 15:37:29 Sending char 'b', code 98,
shift false
2017/10/02 15:37:30 packer: 2017/10/02 15:37:30 Sending char 'o', code 111,
shift false
2017/10/02 15:37:30 packer: 2017/10/02 15:37:30 Sending char 'o', code 111,
shift false
2017/10/02 15:37:30 packer: 2017/10/02 15:37:30 Sending char 't', code 116,
shift false
2017/10/02 15:37:30 packer: 2017/10/02 15:37:30 Sending char 'd', code 100,
shift false
2017/10/02 15:37:30 packer: 2017/10/02 15:37:30 Sending char 'e', code 101,
shift false
2017/10/02 15:37:31 packer: 2017/10/02 15:37:31 Sending char 'v', code 118,
shift false
2017/10/02 15:37:31 packer: 2017/10/02 15:37:31 Sending char '=', code 61,
shift false
2017/10/02 15:37:31 packer: 2017/10/02 15:37:31 Sending char '/', code 47,
shift false
2017/10/02 15:37:31 packer: 2017/10/02 15:37:31 Sending char 'd', code 100,
shift false
2017/10/02 15:37:31 packer: 2017/10/02 15:37:31 Sending char 'e', code 101,
shift false
2017/10/02 15:37:32 packer: 2017/10/02 15:37:32 Sending char 'v', code 118,
shift false
2017/10/02 15:37:32 packer: 2017/10/02 15:37:32 Sending char '/', code 47,
shift false
2017/10/02 15:37:32 packer: 2017/10/02 15:37:32 Sending char 's', code 115,
shift false
2017/10/02 15:37:32 packer: 2017/10/02 15:37:32 Sending char 'd', code 100,
shift false
2017/10/02 15:37:32 packer: 2017/10/02 15:37:32 Sending char 'a', code 97,
shift false
2017/10/02 15:37:33 packer: 2017/10/02 15:37:33 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:34 packer: 2017/10/02 15:37:34 Sending char ' ', code 32,
shift false
2017/10/02 15:37:34 packer: 2017/10/02 15:37:34 Sending char 'n', code 110,
shift false
2017/10/02 15:37:34 packer: 2017/10/02 15:37:34 Sending char 'o', code 111,
shift false
2017/10/02 15:37:34 packer: 2017/10/02 15:37:34 Sending char 'a', code 97,
shift false
2017/10/02 15:37:35 packer: 2017/10/02 15:37:35 Sending char 'p', code 112,
shift false
2017/10/02 15:37:35 packer: 2017/10/02 15:37:35 Sending char 'i', code 105,
shift false
2017/10/02 15:37:35 packer: 2017/10/02 15:37:35 Sending char 'c', code 99,
shift false
2017/10/02 15:37:35 packer: 2017/10/02 15:37:35 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:36 packer: 2017/10/02 15:37:36 Sending char ' ', code 32,
shift false
2017/10/02 15:37:36 packer: 2017/10/02 15:37:36 Sending char '-', code 45,
shift false
2017/10/02 15:37:37 packer: 2017/10/02 15:37:37 Sending char '-', code 45,
shift false
2017/10/02 15:37:37 packer: 2017/10/02 15:37:37 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:38 packer: 2017/10/02 15:37:38 Special code '<enter>' found,
replacing with: 65293
2017/10/02 15:37:38 packer: 2017/10/02 15:37:38 Special code '<wait>' found,
sleeping one second
2017/10/02 15:37:39 packer: 2017/10/02 15:37:39 [INFO] Waiting for SSH, up to
timeout: 5m0s
2017/10/02 15:37:39 ui: [1;32m==> vmware-iso: Waiting for SSH to become
available...[0m
2017/10/02 15:37:39 packer: 2017/10/02 15:37:39 opening new ssh session
2017/10/02 15:37:39 packer: 2017/10/02 15:37:39 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:37:39 packer: 2017/10/02 15:37:39 opening new ssh session
2017/10/02 15:37:39 packer: 2017/10/02 15:37:39 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:37:39 packer: 2017/10/02 15:37:39 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:37:44 packer: 2017/10/02 15:37:44 opening new ssh session
2017/10/02 15:37:44 packer: 2017/10/02 15:37:44 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:37:45 packer: 2017/10/02 15:37:45 opening new ssh session
2017/10/02 15:37:45 packer: 2017/10/02 15:37:45 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:37:45 packer: 2017/10/02 15:37:45 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:37:50 packer: 2017/10/02 15:37:50 opening new ssh session
2017/10/02 15:37:50 packer: 2017/10/02 15:37:50 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:37:50 packer: 2017/10/02 15:37:50 opening new ssh session
2017/10/02 15:37:50 packer: 2017/10/02 15:37:50 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:37:51 packer: 2017/10/02 15:37:51 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:37:56 packer: 2017/10/02 15:37:56 opening new ssh session
2017/10/02 15:37:56 packer: 2017/10/02 15:37:56 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:37:56 packer: 2017/10/02 15:37:56 opening new ssh session
2017/10/02 15:37:56 packer: 2017/10/02 15:37:56 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:37:56 packer: 2017/10/02 15:37:56 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:01 packer: 2017/10/02 15:38:01 opening new ssh session
2017/10/02 15:38:01 packer: 2017/10/02 15:38:01 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:01 packer: 2017/10/02 15:38:01 opening new ssh session
2017/10/02 15:38:01 packer: 2017/10/02 15:38:01 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:03 packer: 2017/10/02 15:38:03 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:08 packer: 2017/10/02 15:38:08 opening new ssh session
2017/10/02 15:38:08 packer: 2017/10/02 15:38:08 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:08 packer: 2017/10/02 15:38:08 opening new ssh session
2017/10/02 15:38:08 packer: 2017/10/02 15:38:08 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:09 packer: 2017/10/02 15:38:09 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:14 packer: 2017/10/02 15:38:14 opening new ssh session
2017/10/02 15:38:14 packer: 2017/10/02 15:38:14 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:14 packer: 2017/10/02 15:38:14 opening new ssh session
2017/10/02 15:38:14 packer: 2017/10/02 15:38:14 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:16 packer: 2017/10/02 15:38:16 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:21 packer: 2017/10/02 15:38:21 opening new ssh session
2017/10/02 15:38:21 packer: 2017/10/02 15:38:21 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:21 packer: 2017/10/02 15:38:21 opening new ssh session
2017/10/02 15:38:21 packer: 2017/10/02 15:38:21 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:22 packer: 2017/10/02 15:38:22 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:27 packer: 2017/10/02 15:38:27 opening new ssh session
2017/10/02 15:38:27 packer: 2017/10/02 15:38:27 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:27 packer: 2017/10/02 15:38:27 opening new ssh session
2017/10/02 15:38:27 packer: 2017/10/02 15:38:27 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:29 packer: 2017/10/02 15:38:29 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:34 packer: 2017/10/02 15:38:34 opening new ssh session
2017/10/02 15:38:34 packer: 2017/10/02 15:38:34 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:34 packer: 2017/10/02 15:38:34 opening new ssh session
2017/10/02 15:38:34 packer: 2017/10/02 15:38:34 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:35 packer: 2017/10/02 15:38:35 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:40 packer: 2017/10/02 15:38:40 opening new ssh session
2017/10/02 15:38:40 packer: 2017/10/02 15:38:40 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:41 packer: 2017/10/02 15:38:41 opening new ssh session
2017/10/02 15:38:41 packer: 2017/10/02 15:38:41 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:42 packer: 2017/10/02 15:38:42 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:47 packer: 2017/10/02 15:38:47 opening new ssh session
2017/10/02 15:38:47 packer: 2017/10/02 15:38:47 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:47 packer: 2017/10/02 15:38:47 opening new ssh session
2017/10/02 15:38:47 packer: 2017/10/02 15:38:47 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:48 packer: 2017/10/02 15:38:48 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:38:53 packer: 2017/10/02 15:38:53 opening new ssh session
2017/10/02 15:38:53 packer: 2017/10/02 15:38:53 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:38:54 packer: 2017/10/02 15:38:54 opening new ssh session
2017/10/02 15:38:54 packer: 2017/10/02 15:38:54 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:38:55 packer: 2017/10/02 15:38:55 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:00 packer: 2017/10/02 15:39:00 opening new ssh session
2017/10/02 15:39:00 packer: 2017/10/02 15:39:00 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:00 packer: 2017/10/02 15:39:00 opening new ssh session
2017/10/02 15:39:00 packer: 2017/10/02 15:39:00 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:01 packer: 2017/10/02 15:39:01 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:06 packer: 2017/10/02 15:39:06 opening new ssh session
2017/10/02 15:39:06 packer: 2017/10/02 15:39:06 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:07 packer: 2017/10/02 15:39:07 opening new ssh session
2017/10/02 15:39:07 packer: 2017/10/02 15:39:07 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:08 packer: 2017/10/02 15:39:08 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:13 packer: 2017/10/02 15:39:13 opening new ssh session
2017/10/02 15:39:13 packer: 2017/10/02 15:39:13 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:13 packer: 2017/10/02 15:39:13 opening new ssh session
2017/10/02 15:39:13 packer: 2017/10/02 15:39:13 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:15 packer: 2017/10/02 15:39:15 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:20 packer: 2017/10/02 15:39:20 opening new ssh session
2017/10/02 15:39:20 packer: 2017/10/02 15:39:20 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:20 packer: 2017/10/02 15:39:20 opening new ssh session
2017/10/02 15:39:20 packer: 2017/10/02 15:39:20 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:21 packer: 2017/10/02 15:39:21 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:26 packer: 2017/10/02 15:39:26 opening new ssh session
2017/10/02 15:39:26 packer: 2017/10/02 15:39:26 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:26 packer: 2017/10/02 15:39:26 opening new ssh session
2017/10/02 15:39:26 packer: 2017/10/02 15:39:26 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:28 packer: 2017/10/02 15:39:28 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:33 packer: 2017/10/02 15:39:33 opening new ssh session
2017/10/02 15:39:33 packer: 2017/10/02 15:39:33 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:33 packer: 2017/10/02 15:39:33 opening new ssh session
2017/10/02 15:39:33 packer: 2017/10/02 15:39:33 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:34 packer: 2017/10/02 15:39:34 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:39 packer: 2017/10/02 15:39:39 opening new ssh session
2017/10/02 15:39:39 packer: 2017/10/02 15:39:39 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:39 packer: 2017/10/02 15:39:39 opening new ssh session
2017/10/02 15:39:39 packer: 2017/10/02 15:39:39 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:41 packer: 2017/10/02 15:39:41 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:46 packer: 2017/10/02 15:39:46 opening new ssh session
2017/10/02 15:39:46 packer: 2017/10/02 15:39:46 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:46 packer: 2017/10/02 15:39:46 opening new ssh session
2017/10/02 15:39:46 packer: 2017/10/02 15:39:46 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:47 packer: 2017/10/02 15:39:47 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:52 packer: 2017/10/02 15:39:52 opening new ssh session
2017/10/02 15:39:52 packer: 2017/10/02 15:39:52 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:52 packer: 2017/10/02 15:39:52 opening new ssh session
2017/10/02 15:39:53 packer: 2017/10/02 15:39:53 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:39:54 packer: 2017/10/02 15:39:54 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:39:59 packer: 2017/10/02 15:39:59 opening new ssh session
2017/10/02 15:39:59 packer: 2017/10/02 15:39:59 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:39:59 packer: 2017/10/02 15:39:59 opening new ssh session
2017/10/02 15:39:59 packer: 2017/10/02 15:39:59 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:00 packer: 2017/10/02 15:40:00 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:05 packer: 2017/10/02 15:40:05 opening new ssh session
2017/10/02 15:40:05 packer: 2017/10/02 15:40:05 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:06 packer: 2017/10/02 15:40:06 opening new ssh session
2017/10/02 15:40:06 packer: 2017/10/02 15:40:06 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:07 packer: 2017/10/02 15:40:07 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:12 packer: 2017/10/02 15:40:12 opening new ssh session
2017/10/02 15:40:12 packer: 2017/10/02 15:40:12 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:12 packer: 2017/10/02 15:40:12 opening new ssh session
2017/10/02 15:40:12 packer: 2017/10/02 15:40:12 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:13 packer: 2017/10/02 15:40:13 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:18 packer: 2017/10/02 15:40:18 opening new ssh session
2017/10/02 15:40:18 packer: 2017/10/02 15:40:18 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:19 packer: 2017/10/02 15:40:19 opening new ssh session
2017/10/02 15:40:19 packer: 2017/10/02 15:40:19 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:20 packer: 2017/10/02 15:40:20 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:25 packer: 2017/10/02 15:40:25 opening new ssh session
2017/10/02 15:40:25 packer: 2017/10/02 15:40:25 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:25 packer: 2017/10/02 15:40:25 opening new ssh session
2017/10/02 15:40:25 packer: 2017/10/02 15:40:25 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:27 packer: 2017/10/02 15:40:27 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:32 packer: 2017/10/02 15:40:32 opening new ssh session
2017/10/02 15:40:32 packer: 2017/10/02 15:40:32 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:32 packer: 2017/10/02 15:40:32 opening new ssh session
2017/10/02 15:40:32 packer: 2017/10/02 15:40:32 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:33 packer: 2017/10/02 15:40:33 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:38 packer: 2017/10/02 15:40:38 opening new ssh session
2017/10/02 15:40:38 packer: 2017/10/02 15:40:38 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:38 packer: 2017/10/02 15:40:38 opening new ssh session
2017/10/02 15:40:38 packer: 2017/10/02 15:40:38 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:40 packer: 2017/10/02 15:40:40 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:45 packer: 2017/10/02 15:40:45 opening new ssh session
2017/10/02 15:40:45 packer: 2017/10/02 15:40:45 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:45 packer: 2017/10/02 15:40:45 opening new ssh session
2017/10/02 15:40:45 packer: 2017/10/02 15:40:45 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:46 packer: 2017/10/02 15:40:46 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:51 packer: 2017/10/02 15:40:51 opening new ssh session
2017/10/02 15:40:51 packer: 2017/10/02 15:40:51 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:51 packer: 2017/10/02 15:40:51 opening new ssh session
2017/10/02 15:40:51 packer: 2017/10/02 15:40:51 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:53 packer: 2017/10/02 15:40:53 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:40:58 packer: 2017/10/02 15:40:58 opening new ssh session
2017/10/02 15:40:58 packer: 2017/10/02 15:40:58 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:40:58 packer: 2017/10/02 15:40:58 opening new ssh session
2017/10/02 15:40:58 packer: 2017/10/02 15:40:58 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:40:59 packer: 2017/10/02 15:40:59 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:04 packer: 2017/10/02 15:41:04 opening new ssh session
2017/10/02 15:41:04 packer: 2017/10/02 15:41:04 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:04 packer: 2017/10/02 15:41:04 opening new ssh session
2017/10/02 15:41:04 packer: 2017/10/02 15:41:04 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:06 packer: 2017/10/02 15:41:06 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:11 packer: 2017/10/02 15:41:11 opening new ssh session
2017/10/02 15:41:11 packer: 2017/10/02 15:41:11 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:11 packer: 2017/10/02 15:41:11 opening new ssh session
2017/10/02 15:41:11 packer: 2017/10/02 15:41:11 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:12 packer: 2017/10/02 15:41:12 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:17 packer: 2017/10/02 15:41:17 opening new ssh session
2017/10/02 15:41:17 packer: 2017/10/02 15:41:17 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:17 packer: 2017/10/02 15:41:17 opening new ssh session
2017/10/02 15:41:18 packer: 2017/10/02 15:41:18 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:19 packer: 2017/10/02 15:41:19 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:24 packer: 2017/10/02 15:41:24 opening new ssh session
2017/10/02 15:41:24 packer: 2017/10/02 15:41:24 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:24 packer: 2017/10/02 15:41:24 opening new ssh session
2017/10/02 15:41:24 packer: 2017/10/02 15:41:24 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:25 packer: 2017/10/02 15:41:25 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:30 packer: 2017/10/02 15:41:30 opening new ssh session
2017/10/02 15:41:30 packer: 2017/10/02 15:41:30 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:31 packer: 2017/10/02 15:41:31 opening new ssh session
2017/10/02 15:41:31 packer: 2017/10/02 15:41:31 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:32 packer: 2017/10/02 15:41:32 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:37 packer: 2017/10/02 15:41:37 opening new ssh session
2017/10/02 15:41:37 packer: 2017/10/02 15:41:37 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:37 packer: 2017/10/02 15:41:37 opening new ssh session
2017/10/02 15:41:37 packer: 2017/10/02 15:41:37 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:38 packer: 2017/10/02 15:41:38 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:43 packer: 2017/10/02 15:41:43 opening new ssh session
2017/10/02 15:41:43 packer: 2017/10/02 15:41:43 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:44 packer: 2017/10/02 15:41:44 opening new ssh session
2017/10/02 15:41:44 packer: 2017/10/02 15:41:44 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:45 packer: 2017/10/02 15:41:45 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:50 packer: 2017/10/02 15:41:50 opening new ssh session
2017/10/02 15:41:50 packer: 2017/10/02 15:41:50 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:50 packer: 2017/10/02 15:41:50 opening new ssh session
2017/10/02 15:41:50 packer: 2017/10/02 15:41:50 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:51 packer: 2017/10/02 15:41:51 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:41:56 packer: 2017/10/02 15:41:56 opening new ssh session
2017/10/02 15:41:56 packer: 2017/10/02 15:41:56 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:41:57 packer: 2017/10/02 15:41:57 opening new ssh session
2017/10/02 15:41:57 packer: 2017/10/02 15:41:57 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:41:58 packer: 2017/10/02 15:41:58 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:03 packer: 2017/10/02 15:42:03 opening new ssh session
2017/10/02 15:42:03 packer: 2017/10/02 15:42:03 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:42:03 packer: 2017/10/02 15:42:03 opening new ssh session
2017/10/02 15:42:03 packer: 2017/10/02 15:42:03 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:42:05 packer: 2017/10/02 15:42:05 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:10 packer: 2017/10/02 15:42:10 opening new ssh session
2017/10/02 15:42:10 packer: 2017/10/02 15:42:10 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:42:10 packer: 2017/10/02 15:42:10 opening new ssh session
2017/10/02 15:42:10 packer: 2017/10/02 15:42:10 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:42:11 packer: 2017/10/02 15:42:11 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:16 packer: 2017/10/02 15:42:16 opening new ssh session
2017/10/02 15:42:16 packer: 2017/10/02 15:42:16 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:42:16 packer: 2017/10/02 15:42:16 opening new ssh session
2017/10/02 15:42:16 packer: 2017/10/02 15:42:16 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:42:18 packer: 2017/10/02 15:42:18 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:23 packer: 2017/10/02 15:42:23 opening new ssh session
2017/10/02 15:42:23 packer: 2017/10/02 15:42:23 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:42:23 packer: 2017/10/02 15:42:23 opening new ssh session
2017/10/02 15:42:23 packer: 2017/10/02 15:42:23 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:42:24 packer: 2017/10/02 15:42:24 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:29 packer: 2017/10/02 15:42:29 opening new ssh session
2017/10/02 15:42:29 packer: 2017/10/02 15:42:29 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:42:29 packer: 2017/10/02 15:42:29 opening new ssh session
2017/10/02 15:42:29 packer: 2017/10/02 15:42:29 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:42:31 packer: 2017/10/02 15:42:31 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:36 packer: 2017/10/02 15:42:36 opening new ssh session
2017/10/02 15:42:36 packer: 2017/10/02 15:42:36 starting remote command: esxcli
--formatter csv network vm list
2017/10/02 15:42:36 packer: 2017/10/02 15:42:36 opening new ssh session
2017/10/02 15:42:36 packer: 2017/10/02 15:42:36 starting remote command: esxcli
--formatter csv network vm port list -w 11088749
2017/10/02 15:42:37 packer: 2017/10/02 15:42:37 [DEBUG] Error getting SSH
address: No interface on the VM has an IP address ready
2017/10/02 15:42:39 ui error: [1;31m==> vmware-iso: Timeout waiting for
SSH.[0m
2017/10/02 15:42:39 packer: 2017/10/02 15:42:39 opening new ssh session
2017/10/02 15:42:39 packer: 2017/10/02 15:42:39 [DEBUG] SSH wait cancelled.
Exiting loop.
2017/10/02 15:42:39 packer: 2017/10/02 15:42:39 starting remote command:
vim-cmd vmsvc/power.getstate 75
2017/10/02 15:42:39 ui: [1;32m==> vmware-iso: Stopping virtual machine...[0m
2017/10/02 15:42:39 packer: 2017/10/02 15:42:39 opening new ssh session
2017/10/02 15:42:39 packer: 2017/10/02 15:42:39 starting remote command:
vim-cmd vmsvc/power.off 75
2017/10/02 15:42:41 ui: [1;32m==> vmware-iso: Unregistering virtual
machine...[0m
2017/10/02 15:42:41 packer: 2017/10/02 15:42:41 opening new ssh session
2017/10/02 15:42:41 packer: 2017/10/02 15:42:41 starting remote command:
vim-cmd vmsvc/unregister 75
2017/10/02 15:42:41 packer: 2017/10/02 15:42:41 Deleting floppy disk:
/tmp/packer832606887
2017/10/02 15:42:41 packer: 2017/10/02 15:42:41 opening new ssh session
2017/10/02 15:42:41 packer: 2017/10/02 15:42:41 starting remote command: test
-e /vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware
2017/10/02 15:42:42 ui: [1;32m==> vmware-iso: Deleting output directory...[0m
2017/10/02 15:42:42 packer: 2017/10/02 15:42:42 opening new ssh session
2017/10/02 15:42:42 packer: 2017/10/02 15:42:42 starting remote command: rm -rf
/vmfs/volumes/datastore1/packer_ubuntu_16.04_amd64_vmware
2017/10/02 15:42:42 [INFO] (telemetry) ending vmware-iso
2017/10/02 15:42:42 [INFO] (telemetry) found error: Timeout waiting for SSH.
2017/10/02 15:42:42 ui error: [1;31mBuild 'vmware-iso' errored: Timeout
waiting for SSH.[0m
2017/10/02 15:42:42 Builds completed. Waiting on interrupt barrier...
2017/10/02 15:42:42 machine readable: error-count []string{"1"}
2017/10/02 15:42:42 ui error:
==> Some builds didn't complete successfully and had errors:
2017/10/02 15:42:42 machine readable: vmware-iso,error []string{"Timeout
waiting for SSH."}
2017/10/02 15:42:42 ui error: --> vmware-iso: Timeout waiting for SSH.
2017/10/02 15:42:42 ui:
==> Builds finished but no artifacts were created.
2017/10/02 15:42:43 [WARN] (telemetry) Error finalizing report. This is safe to
ignore. Post https://checkpoint-api.hashicorp.com/v1/telemetry/packer: context
deadline exceeded
2017/10/02 15:42:43 waiting for all plugin processes to complete...
2017/10/02 15:42:43 /home/ansibleadm/packer_pkg/packer: plugin process exited