when i check the build progress in vmware console , 
installation window stuck at looking form user details.
not sure if my preseed file data is getting fed to the template.
need help!

pfa all the required files

-- 
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/2e604808-6e2f-410e-b5c4-2656a9356f86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: Ubuntu18.04.json
Description: application/json

choose-mirror-bin mirror/http/proxy string
d-i base-installer/kernel/override-image string linux-server
d-i clock-setup/utc boolean true
d-i clock-setup/utc-auto boolean true
d-i finish-install/reboot_in_progress note
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i partman-auto/disk string /dev/sda
d-i partman-auto-lvm/guided_size string max
d-i partman-auto/choose_recipe select atomic
d-i partman-auto/method string lvm
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm_write_new_label boolean true
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev 
libreadline-dev zlib1g-dev linux-source dkms nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
tasksel tasksel/first multiselect standard, ubuntu-server
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string ubuntu18.04.1new
d-i netcfg/get_domain string in.ibm.com
d-i netcfg/wireless_wep string
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string us
d-i keyboard-configuration/modelcode string pc105
d-i debian-installer/locale string en_US
d-i passwd/root-login boolean true
d-i passwd/root-password password Work42ls
d-i passwd/root-password-again password Work42ls
d-i passwd/user-fullname string dstadmin template
d-i passwd/username string dstadmin
d-i passwd/user-password password Welcome1@
d-i passwd/user-password-again password Welcome1@
d-i user-setup/allow-password-weak boolean true
d-i user-setup/encrypt-home boolean false
d-i preseed/late_command string \
in-target sed -i 's/PermitRootLogin.*/PermitRootLogin yes/g' 
/etc/ssh/sshd_config

Started by an SCM change
Building remotely on PACKER_HOST (packer-host) in workspace 
/var/jenkins/workspace/Packer_Pipeline
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url [email protected]:Innovation-Lab/packer.git # 
 > timeout=10
Fetching upstream changes from [email protected]:Innovation-Lab/packer.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials packer_host
 > git fetch --tags --progress [email protected]:Innovation-Lab/packer.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f39756c0f4d2746c5bbf89710997b10b1bc735ce 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f39756c0f4d2746c5bbf89710997b10b1bc735ce
 > git rev-list c9011b6a736c90391b3f0b6045fff75ebe0bece0 # timeout=10
[Packer_Pipeline] $ /bin/sh -xe /tmp/hudson3938265781605517260.sh
+ cd /var/jenkins/workspace/Packer_Pipeline/scripts/shell/
+ ./Jenkins_Pipeline.sh
starting loop
inside loop
2018/09/19 13:00:10 [INFO] Packer version: 1.3.1
2018/09/19 13:00:10 Packer Target OS/Arch: linux amd64
2018/09/19 13:00:10 Built with Go Version: go1.11
2018/09/19 13:00:10 [DEBUG] Discovered plugin: vsphere-iso = 
/usr/local/packer/packer-builder-vsphere-iso.exe
2018/09/19 13:00:10 [DEBUG] Discovered plugin: vsphere-iso = 
/usr/local/packer/packer-builder-vsphere-iso.linux
2018/09/19 13:00:10 Detected home directory from env var: /root
2018/09/19 13:00:10 Using internal plugin for file
2018/09/19 13:00:10 Using internal plugin for oracle-oci
2018/09/19 13:00:10 Using internal plugin for cloudstack
2018/09/19 13:00:10 Using internal plugin for parallels-pvm
2018/09/19 13:00:10 Using internal plugin for vmware-vmx
2018/09/19 13:00:10 Using internal plugin for oneandone
2018/09/19 13:00:10 Using internal plugin for azure-arm
2018/09/19 13:00:10 Using internal plugin for digitalocean
2018/09/19 13:00:10 Using internal plugin for oracle-classic
2018/09/19 13:00:10 Using internal plugin for amazon-chroot
2018/09/19 13:00:10 Using internal plugin for docker
2018/09/19 13:00:10 Using internal plugin for triton
2018/09/19 13:00:10 Using internal plugin for amazon-ebs
2018/09/19 13:00:10 Using internal plugin for amazon-instance
2018/09/19 13:00:10 Using internal plugin for hyperv-vmcx
2018/09/19 13:00:10 Using internal plugin for lxc
2018/09/19 13:00:10 Using internal plugin for lxd
2018/09/19 13:00:10 Using internal plugin for openstack
2018/09/19 13:00:10 Using internal plugin for amazon-ebsvolume
2018/09/19 13:00:10 Using internal plugin for parallels-iso
2018/09/19 13:00:10 Using internal plugin for virtualbox-ovf
2018/09/19 13:00:10 Using internal plugin for ncloud
2018/09/19 13:00:10 Using internal plugin for hyperv-iso
2018/09/19 13:00:10 Using internal plugin for profitbricks
2018/09/19 13:00:10 Using internal plugin for qemu
2018/09/19 13:00:10 Using internal plugin for vmware-iso
2018/09/19 13:00:10 Using internal plugin for googlecompute
2018/09/19 13:00:10 Using internal plugin for amazon-ebssurrogate
2018/09/19 13:00:10 Using internal plugin for null
2018/09/19 13:00:10 Using internal plugin for scaleway
2018/09/19 13:00:10 Using internal plugin for virtualbox-iso
2018/09/19 13:00:10 Using internal plugin for alicloud-ecs
2018/09/19 13:00:10 Using internal plugin for chef-solo
2018/09/19 13:00:10 Using internal plugin for converge
2018/09/19 13:00:10 Using internal plugin for salt-masterless
2018/09/19 13:00:10 Using internal plugin for shell
2018/09/19 13:00:10 Using internal plugin for shell-local
2018/09/19 13:00:10 Using internal plugin for ansible
2018/09/19 13:00:10 Using internal plugin for powershell
2018/09/19 13:00:10 Using internal plugin for puppet-server
2018/09/19 13:00:10 Using internal plugin for windows-shell
2018/09/19 13:00:10 Using internal plugin for puppet-masterless
2018/09/19 13:00:10 Using internal plugin for chef-client
2018/09/19 13:00:10 Using internal plugin for file
2018/09/19 13:00:10 Using internal plugin for windows-restart
2018/09/19 13:00:10 Using internal plugin for ansible-local
2018/09/19 13:00:10 Using internal plugin for googlecompute-export
2018/09/19 13:00:10 Using internal plugin for manifest
2018/09/19 13:00:10 Using internal plugin for vagrant
2018/09/19 13:00:10 Using internal plugin for vsphere-template
2018/09/19 13:00:10 Using internal plugin for amazon-import
2018/09/19 13:00:10 Using internal plugin for compress
2018/09/19 13:00:10 Using internal plugin for docker-save
2018/09/19 13:00:10 Using internal plugin for artifice
2018/09/19 13:00:10 Using internal plugin for docker-tag
2018/09/19 13:00:10 Using internal plugin for alicloud-import
2018/09/19 13:00:10 Using internal plugin for checksum
2018/09/19 13:00:10 Using internal plugin for shell-local
2018/09/19 13:00:10 Using internal plugin for vagrant-cloud
2018/09/19 13:00:10 Using internal plugin for vsphere
2018/09/19 13:00:10 Using internal plugin for docker-import
2018/09/19 13:00:10 Using internal plugin for docker-push
2018/09/19 13:00:10 Using internal plugin for googlecompute-import
2018/09/19 13:00:10 Detected home directory from env var: /root
2018/09/19 13:00:10 Attempting to open config file: /root/.packerconfig
2018/09/19 13:00:10 [WARN] Config file doesn't exist: /root/.packerconfig
2018/09/19 13:00:10 Packer config: &{DisableCheckpoint:false 
DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 
Builders:map[scaleway:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-scaleway
 
hyperv-vmcx:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-vmcx
 
profitbricks:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-profitbricks
 
alicloud-ecs:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-alicloud-ecs
 
amazon-chroot:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
 
amazon-ebsvolume:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebsvolume
 
parallels-iso:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
 
hyperv-iso:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-iso
 
vmware-vmx:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
 
azure-arm:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm
 
docker:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker
 
amazon-instance:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
 
amazon-ebssurrogate:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebssurrogate
 
oracle-oci:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-oci
 
digitalocean:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
 
triton:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-triton
 lxd:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxd 
qemu:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu
 
null:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null
 
virtualbox-iso:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
 
cloudstack:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-cloudstack
 
openstack:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack
 
googlecompute:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
 
oneandone:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oneandone
 
file:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file
 
parallels-pvm:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
 vsphere-iso:/usr/local/packer/packer-builder-vsphere-iso.linux 
amazon-ebs:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs
 lxc:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxc 
virtualbox-ovf:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
 
ncloud:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-ncloud
 
vmware-iso:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso
 
oracle-classic:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-classic]
 
PostProcessors:map[docker-push:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
 
googlecompute-export:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-export
 
vagrant:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
 
amazon-import:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
 
artifice:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
 
alicloud-import:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-alicloud-import
 
vagrant-cloud:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud
 
manifest:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-manifest
 
compress:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
 
docker-save:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
 
shell-local:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
 
docker-import:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import
 
docker-tag:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag
 
checksum:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-checksum
 
vsphere-template:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere-template
 
vsphere:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere
 
googlecompute-import:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-import]
 
Provisioners:map[chef-solo:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo
 
converge:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-converge
 
salt-masterless:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
 
shell:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell
 
shell-local:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
 
ansible:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible
 
powershell:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell
 
ansible-local:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local
 
puppet-server:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server
 
chef-client:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client
 
windows-shell:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell
 
puppet-masterless:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
 
file:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file
 
windows-restart:/usr/local/packer/packer-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart]}
2018/09/19 13:00:10 Detected home directory from env var: /root
2018/09/19 13:00:10 Setting cache directory: 
/var/jenkins/workspace/Packer_Pipeline/initial_commit/packer_cache
2018/09/19 13:00:10 Detected home directory from env var: /root
2018/09/19 13:00:10 Loading builder: vmware-iso
2018/09/19 13:00:10 Plugin could not be found. Checking same directory as 
executable.
2018/09/19 13:00:10 Current exe path: /usr/local/packer/packer
2018/09/19 13:00:10 Creating plugin client for path: /usr/local/packer/packer
2018/09/19 13:00:10 Starting plugin: /usr/local/packer/packer 
[]string{"/usr/local/packer/packer", "plugin", "packer-builder-vmware-iso"}
2018/09/19 13:00:10 Waiting for RPC address for: /usr/local/packer/packer
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [INFO] Packer version: 1.3.1
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Packer Target OS/Arch: linux 
amd64
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Built with Go Version: go1.11
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Detected home directory from 
env var: /root
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Attempting to open config file: 
/root/.packerconfig
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [WARN] Config file doesn't 
exist: /root/.packerconfig
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Packer config: 
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Detected home directory from 
env var: /root
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Setting cache directory: 
/var/jenkins/workspace/Packer_Pipeline/initial_commit/packer_cache
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 args: 
[]string{"packer-builder-vmware-iso"}
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Detected home directory from 
env var: /root
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Plugin minimum port: 10000
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Plugin maximum port: 25000
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Plugin address: unix 
/tmp/packer-plugin459733665
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Waiting for connection...
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Serving a plugin connection...
2018/09/19 13:00:10 Loading provisioner: shell
2018/09/19 13:00:10 Plugin could not be found. Checking same directory as 
executable.
2018/09/19 13:00:10 Current exe path: /usr/local/packer/packer
2018/09/19 13:00:10 Creating plugin client for path: /usr/local/packer/packer
2018/09/19 13:00:10 Starting plugin: /usr/local/packer/packer 
[]string{"/usr/local/packer/packer", "plugin", "packer-provisioner-shell"}
2018/09/19 13:00:10 Waiting for RPC address for: /usr/local/packer/packer
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [INFO] Packer version: 1.3.1
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Packer Target OS/Arch: linux 
amd64
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Built with Go Version: go1.11
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Detected home directory from 
env var: /root
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Attempting to open config file: 
/root/.packerconfig
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [WARN] Config file doesn't 
exist: /root/.packerconfig
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Packer config: 
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Detected home directory from 
env var: /root
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Setting cache directory: 
/var/jenkins/workspace/Packer_Pipeline/initial_commit/packer_cache
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 args: 
[]string{"packer-provisioner-shell"}
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Detected home directory from 
env var: /root
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Plugin minimum port: 10000
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Plugin maximum port: 25000
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Plugin address: unix 
/tmp/packer-plugin638987279
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Waiting for connection...
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Serving a plugin connection...
2018/09/19 13:00:10 Build debug mode: false
2018/09/19 13:00:10 Force build: true
2018/09/19 13:00:10 On error: 
2018/09/19 13:00:10 Preparing build: Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ output will be in this color.

2018/09/19 13:00:10 Waiting on builds to complete...
2018/09/19 13:00:10 Starting build run: Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
2018/09/19 13:00:10 Running builder: vmware-iso
2018/09/19 13:00:10 [INFO] (telemetry) Starting builder vmware-iso
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [DEBUG] reconnecting to TCP 
connection for SSH
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [DEBUG] handshaking with SSH
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Keyboard interactive challenge:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 -- User:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 -- Instructions:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 -- Question 1: Password:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 Keyboard interactive challenge:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 -- User:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 -- Instructions:
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [DEBUG] handshake complete!
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [INFO] no local agent socket, 
will not connect agent
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [DEBUG] Opening new ssh session
2018/09/19 13:00:10 packer: 2018/09/19 13:00:10 [DEBUG] starting remote 
command: esxcli --formatter csv system version get
2018/09/19 13:00:11 packer: 2018/09/19 13:00:11 Connected to VMware ESXi 6.5.0 
Releasebuild-8294253
2018/09/19 13:00:11 packer: 2018/09/19 13:00:11 [DEBUG] Opening new ssh session
2018/09/19 13:00:11 packer: 2018/09/19 13:00:11 [DEBUG] starting remote 
command: esxcli --formatter csv system settings advanced list -o 
/Net/GuestIPHack
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Retrieving ISO
2018/09/19 13:00:12 packer: 2018/09/19 13:00:12 Acquiring lock to download: 
http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/ubuntu-18.04.1-server-amd64.iso
2018/09/19 13:00:12 packer: 2018/09/19 13:00:12 Verifying checksum of 
/var/jenkins/workspace/Packer_Pipeline/initial_commit/packer_cache/44e4ca61f935a51dfc16468915d54af83a5a7a6ad9a6edfe7d9da8f224fcbcc9.iso
    Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Found already downloaded, 
initial checksum matched, no download needed: 
http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/ubuntu-18.04.1-server-amd64.iso
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [DEBUG] Opening new ssh session
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [DEBUG] starting remote 
command: test -e /vmfs/volumes/BZICPSDD1/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [ERROR] Remote command exited 
with '1': test -e /vmfs/volumes/BZICPSDD1/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [DEBUG] Opening new ssh session
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [DEBUG] starting remote 
command: mkdir -p /vmfs/volumes/BZICPSDD1/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 No floppy files specified. 
Floppy disk will not be made.
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [DEBUG] Opening new ssh session
2018/09/19 13:00:19 packer: 2018/09/19 13:00:19 [DEBUG] starting remote 
command: sha256sum -c
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Remote cache was verified 
skipping remote upload...
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Creating required virtual 
machine disks
2018/09/19 13:00:44 packer: 2018/09/19 13:00:44 [INFO] Creating disk with Path: 
Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ/disk.vmdk and Size: 52100M
2018/09/19 13:00:44 packer: 2018/09/19 13:00:44 [DEBUG] Opening new ssh session
2018/09/19 13:00:44 packer: 2018/09/19 13:00:44 [DEBUG] starting remote 
command: vmkfstools -c 52100M -d thin -a lsilogic 
/vmfs/volumes/BZICPSDD1/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ/disk.vmdk
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Building and writing VMX 
file
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Writing VMX to: 
/tmp/packer-vmx243543948/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ.vmx
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Setting VMX: 
'cpuid.coresPerSocket' = '1'
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Setting VMX: 'memsize' = '4096'
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Setting VMX: 
'ethernet0.networkName' = 'Private VMnetwork'
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Setting VMX: 'numvcpus' = '2'
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Writing VMX to: 
/tmp/packer-vmx243543948/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ.vmx
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Suppressing messages in VMX
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Trying port: 8774
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Starting HTTP server on port 
8774
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Looking for available port 
between 5900 and 6000
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Opening new ssh session
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] starting remote 
command: esxcli --formatter csv network ip connection list
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:9080, port 9080 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:22, port 22 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:8000, port 8000 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
9.109.190.35:427, port 427 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:443, port 443 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:80, port 80 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:902, port 902 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 ESXi listening on address 
0.0.0.0:8300, port 8300 unavailable for VNC
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Trying address: 
9.109.190.35:5900...
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Found available VNC port: 5900
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 Writing VMX to: 
/tmp/packer-vmx243543948/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ.vmx
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Registering remote VM...
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Opening new ssh session
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Starting remote scp 
process:  scp -vt /vmfs/volumes/BZICPSDD1/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Started SCP session, 
beginning transfers...
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Copying input data into 
temporary file so we can read the length
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] scp: Uploading 
Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ.vmx: perms=C0644 size=2999
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] SCP session complete, 
closing stdin pipe.
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Waiting for SSH session 
to complete.
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] scp stderr (length 58): 
Sink: C0644 2999 Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ.vmx
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] Opening new ssh session
2018/09/19 13:00:45 packer: 2018/09/19 13:00:45 [DEBUG] starting remote 
command: vim-cmd solo/registervm 
/vmfs/volumes/BZICPSDD1/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ/Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ.vmx
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Starting virtual machine...
    Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: view the screen of the VM, connect 
via VNC with the password "" to
    Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: vnc://9.109.190.35:5900
    Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: The VM will be run headless, 
without a GUI. If you want to
2018/09/19 13:00:46 packer: 2018/09/19 13:00:46 [DEBUG] Opening new ssh session
    Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: view the screen of the VM, connect 
via VNC with the password "" to
2018/09/19 13:00:46 packer: 2018/09/19 13:00:46 [DEBUG] starting remote 
command: vim-cmd vmsvc/power.on 199
    Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: vnc://9.109.190.35:5900
2018/09/19 13:00:48 packer: 2018/09/19 13:00:48 [DEBUG] Opening new ssh session
2018/09/19 13:00:48 packer: 2018/09/19 13:00:48 [DEBUG] starting remote 
command: vim-cmd vmsvc/power.getstate 199
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Waiting 10s for boot...
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Connecting to VM via VNC 
(9.109.190.35:5900)
2018/09/19 13:00:58 packer: 2018/09/19 13:00:58 Connected to VNC desktop: 
Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ
2018/09/19 13:00:58 packer: 2018/09/19 13:00:58 Host IP for the VMware machine: 
9.109.190.34
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Typing the boot command over 
VNC...
2018/09/19 13:00:58 packer: 2018/09/19 13:00:58 Special code '<esc>' found, 
replacing with: 0xFF1B
2018/09/19 13:00:58 packer: 2018/09/19 13:00:58 [INFO] Waiting 1s
2018/09/19 13:00:59 packer: 2018/09/19 13:00:59 Special code '<esc>' found, 
replacing with: 0xFF1B
2018/09/19 13:01:00 packer: 2018/09/19 13:01:00 [INFO] Waiting 1s
2018/09/19 13:01:01 packer: 2018/09/19 13:01:01 Special code '<enter>' found, 
replacing with: 0xFF0D
2018/09/19 13:01:01 packer: 2018/09/19 13:01:01 [INFO] Waiting 1s
2018/09/19 13:01:02 packer: 2018/09/19 13:01:02 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:02 packer: 2018/09/19 13:01:02 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:02 packer: 2018/09/19 13:01:02 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:02 packer: 2018/09/19 13:01:02 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:03 packer: 2018/09/19 13:01:03 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:03 packer: 2018/09/19 13:01:03 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:03 packer: 2018/09/19 13:01:03 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:03 packer: 2018/09/19 13:01:03 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:03 packer: 2018/09/19 13:01:03 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:04 packer: 2018/09/19 13:01:04 Sending char 'v', code 0x76, 
shift false
2018/09/19 13:01:04 packer: 2018/09/19 13:01:04 Sending char 'm', code 0x6D, 
shift false
2018/09/19 13:01:04 packer: 2018/09/19 13:01:04 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:04 packer: 2018/09/19 13:01:04 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:04 packer: 2018/09/19 13:01:04 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:05 packer: 2018/09/19 13:01:05 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:05 packer: 2018/09/19 13:01:05 Sending char 'z', code 0x7A, 
shift false
2018/09/19 13:01:05 packer: 2018/09/19 13:01:05 [INFO] Waiting 1s
2018/09/19 13:01:06 packer: 2018/09/19 13:01:06 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:06 packer: 2018/09/19 13:01:06 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:06 packer: 2018/09/19 13:01:06 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:07 packer: 2018/09/19 13:01:07 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:07 packer: 2018/09/19 13:01:07 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:07 packer: 2018/09/19 13:01:07 [INFO] Waiting 1s
2018/09/19 13:01:08 packer: 2018/09/19 13:01:08 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:08 packer: 2018/09/19 13:01:08 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:08 packer: 2018/09/19 13:01:08 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:09 packer: 2018/09/19 13:01:09 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:09 packer: 2018/09/19 13:01:09 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:09 packer: 2018/09/19 13:01:09 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:09 packer: 2018/09/19 13:01:09 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:09 packer: 2018/09/19 13:01:09 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:10 packer: 2018/09/19 13:01:10 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:01:10 packer: 2018/09/19 13:01:10 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:10 packer: 2018/09/19 13:01:10 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:10 packer: 2018/09/19 13:01:10 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:10 packer: 2018/09/19 13:01:10 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:11 packer: 2018/09/19 13:01:11 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:01:11 packer: 2018/09/19 13:01:11 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:11 packer: 2018/09/19 13:01:11 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:11 packer: 2018/09/19 13:01:11 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:11 packer: 2018/09/19 13:01:11 Sending char 'k', code 0x6B, 
shift false
2018/09/19 13:01:12 packer: 2018/09/19 13:01:12 Sending char '_', code 0x5F, 
shift true
2018/09/19 13:01:12 packer: 2018/09/19 13:01:12 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:12 packer: 2018/09/19 13:01:12 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:12 packer: 2018/09/19 13:01:12 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:13 packer: 2018/09/19 13:01:13 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:13 packer: 2018/09/19 13:01:13 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:13 packer: 2018/09/19 13:01:13 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:13 packer: 2018/09/19 13:01:13 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:13 packer: 2018/09/19 13:01:13 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:01:14 packer: 2018/09/19 13:01:14 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:14 packer: 2018/09/19 13:01:14 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:14 packer: 2018/09/19 13:01:14 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:14 packer: 2018/09/19 13:01:14 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:14 packer: 2018/09/19 13:01:14 [INFO] Waiting 1s
2018/09/19 13:01:15 packer: 2018/09/19 13:01:15 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:16 packer: 2018/09/19 13:01:16 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:16 packer: 2018/09/19 13:01:16 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:16 packer: 2018/09/19 13:01:16 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:16 packer: 2018/09/19 13:01:16 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:16 packer: 2018/09/19 13:01:16 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:17 packer: 2018/09/19 13:01:17 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:17 packer: 2018/09/19 13:01:17 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:17 packer: 2018/09/19 13:01:17 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:01:17 packer: 2018/09/19 13:01:17 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:17 packer: 2018/09/19 13:01:17 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:18 packer: 2018/09/19 13:01:18 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:18 packer: 2018/09/19 13:01:18 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:18 packer: 2018/09/19 13:01:18 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:01:18 packer: 2018/09/19 13:01:18 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:18 packer: 2018/09/19 13:01:18 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:19 packer: 2018/09/19 13:01:19 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:19 packer: 2018/09/19 13:01:19 Sending char 'y', code 0x79, 
shift false
2018/09/19 13:01:19 packer: 2018/09/19 13:01:19 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:19 packer: 2018/09/19 13:01:19 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:19 packer: 2018/09/19 13:01:19 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:20 packer: 2018/09/19 13:01:20 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:20 packer: 2018/09/19 13:01:20 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:20 packer: 2018/09/19 13:01:20 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:20 packer: 2018/09/19 13:01:20 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:20 packer: 2018/09/19 13:01:20 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:21 packer: 2018/09/19 13:01:21 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:21 packer: 2018/09/19 13:01:21 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:21 packer: 2018/09/19 13:01:21 [INFO] Waiting 1s
2018/09/19 13:01:22 packer: 2018/09/19 13:01:22 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:22 packer: 2018/09/19 13:01:22 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:22 packer: 2018/09/19 13:01:22 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:23 packer: 2018/09/19 13:01:23 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:23 packer: 2018/09/19 13:01:23 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:23 packer: 2018/09/19 13:01:23 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:23 packer: 2018/09/19 13:01:23 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:23 packer: 2018/09/19 13:01:23 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:24 packer: 2018/09/19 13:01:24 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:01:24 packer: 2018/09/19 13:01:24 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:24 packer: 2018/09/19 13:01:24 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:24 packer: 2018/09/19 13:01:24 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:24 packer: 2018/09/19 13:01:24 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:25 packer: 2018/09/19 13:01:25 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:01:25 packer: 2018/09/19 13:01:25 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:25 packer: 2018/09/19 13:01:25 Sending char 'm', code 0x6D, 
shift false
2018/09/19 13:01:25 packer: 2018/09/19 13:01:25 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:25 packer: 2018/09/19 13:01:25 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:26 packer: 2018/09/19 13:01:26 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:26 packer: 2018/09/19 13:01:26 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:26 packer: 2018/09/19 13:01:26 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:26 packer: 2018/09/19 13:01:26 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:26 packer: 2018/09/19 13:01:26 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:27 packer: 2018/09/19 13:01:27 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:27 packer: 2018/09/19 13:01:27 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:27 packer: 2018/09/19 13:01:27 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:01:27 packer: 2018/09/19 13:01:27 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:27 packer: 2018/09/19 13:01:27 Sending char '1', code 0x31, 
shift false
2018/09/19 13:01:28 packer: 2018/09/19 13:01:28 Sending char '0', code 0x30, 
shift false
2018/09/19 13:01:28 packer: 2018/09/19 13:01:28 Sending char '5', code 0x35, 
shift false
2018/09/19 13:01:28 packer: 2018/09/19 13:01:28 [INFO] Waiting 1s
2018/09/19 13:01:29 packer: 2018/09/19 13:01:29 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:29 packer: 2018/09/19 13:01:29 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:29 packer: 2018/09/19 13:01:29 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:30 packer: 2018/09/19 13:01:30 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:01:30 packer: 2018/09/19 13:01:30 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:30 packer: 2018/09/19 13:01:30 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:30 packer: 2018/09/19 13:01:30 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:30 packer: 2018/09/19 13:01:30 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:01:31 packer: 2018/09/19 13:01:31 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:31 packer: 2018/09/19 13:01:31 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:01:31 packer: 2018/09/19 13:01:31 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:31 packer: 2018/09/19 13:01:31 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:31 packer: 2018/09/19 13:01:31 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:32 packer: 2018/09/19 13:01:32 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:32 packer: 2018/09/19 13:01:32 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:32 packer: 2018/09/19 13:01:32 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:32 packer: 2018/09/19 13:01:32 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:32 packer: 2018/09/19 13:01:32 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:33 packer: 2018/09/19 13:01:33 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:33 packer: 2018/09/19 13:01:33 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:33 packer: 2018/09/19 13:01:33 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:33 packer: 2018/09/19 13:01:33 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:33 packer: 2018/09/19 13:01:33 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:34 packer: 2018/09/19 13:01:34 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:34 packer: 2018/09/19 13:01:34 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:34 packer: 2018/09/19 13:01:34 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:34 packer: 2018/09/19 13:01:34 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:35 packer: 2018/09/19 13:01:35 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:35 packer: 2018/09/19 13:01:35 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:35 packer: 2018/09/19 13:01:35 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:35 packer: 2018/09/19 13:01:35 Sending char 'v', code 0x76, 
shift false
2018/09/19 13:01:35 packer: 2018/09/19 13:01:35 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:36 packer: 2018/09/19 13:01:36 [INFO] Waiting 1s
2018/09/19 13:01:37 packer: 2018/09/19 13:01:37 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:37 packer: 2018/09/19 13:01:37 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:37 packer: 2018/09/19 13:01:37 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:37 packer: 2018/09/19 13:01:37 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:01:37 packer: 2018/09/19 13:01:37 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:38 packer: 2018/09/19 13:01:38 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:38 packer: 2018/09/19 13:01:38 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:38 packer: 2018/09/19 13:01:38 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:01:38 packer: 2018/09/19 13:01:38 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:38 packer: 2018/09/19 13:01:38 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:39 packer: 2018/09/19 13:01:39 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:39 packer: 2018/09/19 13:01:39 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:39 packer: 2018/09/19 13:01:39 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:39 packer: 2018/09/19 13:01:39 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:39 packer: 2018/09/19 13:01:39 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:40 packer: 2018/09/19 13:01:40 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:40 packer: 2018/09/19 13:01:40 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:40 packer: 2018/09/19 13:01:40 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:40 packer: 2018/09/19 13:01:40 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:40 packer: 2018/09/19 13:01:40 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:41 packer: 2018/09/19 13:01:41 Sending char '_', code 0x5F, 
shift true
2018/09/19 13:01:41 packer: 2018/09/19 13:01:41 Sending char 'U', code 0x55, 
shift true
2018/09/19 13:01:41 packer: 2018/09/19 13:01:41 Sending char 'S', code 0x53, 
shift true
2018/09/19 13:01:42 packer: 2018/09/19 13:01:42 [INFO] Waiting 1s
2018/09/19 13:01:43 packer: 2018/09/19 13:01:43 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:43 packer: 2018/09/19 13:01:43 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:01:43 packer: 2018/09/19 13:01:43 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:01:43 packer: 2018/09/19 13:01:43 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:44 packer: 2018/09/19 13:01:44 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:01:44 packer: 2018/09/19 13:01:44 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:44 packer: 2018/09/19 13:01:44 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:44 packer: 2018/09/19 13:01:44 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:44 packer: 2018/09/19 13:01:44 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:45 packer: 2018/09/19 13:01:45 [INFO] Waiting 1s
2018/09/19 13:01:46 packer: 2018/09/19 13:01:46 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:46 packer: 2018/09/19 13:01:46 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:46 packer: 2018/09/19 13:01:46 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:46 packer: 2018/09/19 13:01:46 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:46 packer: 2018/09/19 13:01:46 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:47 packer: 2018/09/19 13:01:47 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:47 packer: 2018/09/19 13:01:47 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:47 packer: 2018/09/19 13:01:47 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:47 packer: 2018/09/19 13:01:47 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:47 packer: 2018/09/19 13:01:47 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:48 packer: 2018/09/19 13:01:48 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:48 packer: 2018/09/19 13:01:48 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:48 packer: 2018/09/19 13:01:48 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:48 packer: 2018/09/19 13:01:48 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:48 packer: 2018/09/19 13:01:48 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:49 packer: 2018/09/19 13:01:49 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:01:49 packer: 2018/09/19 13:01:49 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:49 packer: 2018/09/19 13:01:49 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:49 packer: 2018/09/19 13:01:49 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:01:49 packer: 2018/09/19 13:01:49 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:01:50 packer: 2018/09/19 13:01:50 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:50 packer: 2018/09/19 13:01:50 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:50 packer: 2018/09/19 13:01:50 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:50 packer: 2018/09/19 13:01:50 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:01:50 packer: 2018/09/19 13:01:50 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:01:51 packer: 2018/09/19 13:01:51 Sending char 'z', code 0x7A, 
shift false
2018/09/19 13:01:51 packer: 2018/09/19 13:01:51 [INFO] Waiting 1s
2018/09/19 13:01:52 packer: 2018/09/19 13:01:52 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:52 packer: 2018/09/19 13:01:52 Sending char 'k', code 0x6B, 
shift false
2018/09/19 13:01:52 packer: 2018/09/19 13:01:52 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:01:52 packer: 2018/09/19 13:01:52 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:53 packer: 2018/09/19 13:01:53 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:01:53 packer: 2018/09/19 13:01:53 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:53 packer: 2018/09/19 13:01:53 Sending char 'h', code 0x68, 
shift false
2018/09/19 13:01:53 packer: 2018/09/19 13:01:53 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:53 packer: 2018/09/19 13:01:53 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:54 packer: 2018/09/19 13:01:54 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:54 packer: 2018/09/19 13:01:54 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:54 packer: 2018/09/19 13:01:54 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:54 packer: 2018/09/19 13:01:54 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:01:54 packer: 2018/09/19 13:01:54 Sending char 'm', code 0x6D, 
shift false
2018/09/19 13:01:55 packer: 2018/09/19 13:01:55 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:55 packer: 2018/09/19 13:01:55 Sending char 't', code 0x74, 
shift false
2018/09/19 13:01:55 packer: 2018/09/19 13:01:55 Sending char 'h', code 0x68, 
shift false
2018/09/19 13:01:55 packer: 2018/09/19 13:01:55 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:55 packer: 2018/09/19 13:01:55 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:56 packer: 2018/09/19 13:01:56 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:01:56 packer: 2018/09/19 13:01:56 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:01:56 packer: 2018/09/19 13:01:56 Sending char 's', code 0x73, 
shift false
2018/09/19 13:01:56 packer: 2018/09/19 13:01:56 [INFO] Waiting 1s
2018/09/19 13:01:57 packer: 2018/09/19 13:01:57 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:01:57 packer: 2018/09/19 13:01:57 Sending char 'k', code 0x6B, 
shift false
2018/09/19 13:01:58 packer: 2018/09/19 13:01:58 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:01:58 packer: 2018/09/19 13:01:58 Sending char 'y', code 0x79, 
shift false
2018/09/19 13:01:58 packer: 2018/09/19 13:01:58 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:01:58 packer: 2018/09/19 13:01:58 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:01:58 packer: 2018/09/19 13:01:58 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:01:59 packer: 2018/09/19 13:01:59 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:01:59 packer: 2018/09/19 13:01:59 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:01:59 packer: 2018/09/19 13:01:59 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:01:59 packer: 2018/09/19 13:01:59 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:01:59 packer: 2018/09/19 13:01:59 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:00 packer: 2018/09/19 13:02:00 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:00 packer: 2018/09/19 13:02:00 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:02:00 packer: 2018/09/19 13:02:00 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:00 packer: 2018/09/19 13:02:00 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:00 packer: 2018/09/19 13:02:00 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:01 packer: 2018/09/19 13:02:01 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:01 packer: 2018/09/19 13:02:01 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:01 packer: 2018/09/19 13:02:01 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:01 packer: 2018/09/19 13:02:01 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:01 packer: 2018/09/19 13:02:01 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:02 packer: 2018/09/19 13:02:02 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:02 packer: 2018/09/19 13:02:02 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:02 packer: 2018/09/19 13:02:02 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:02:02 packer: 2018/09/19 13:02:02 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:02 packer: 2018/09/19 13:02:02 Sending char 'y', code 0x79, 
shift false
2018/09/19 13:02:03 packer: 2018/09/19 13:02:03 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:03 packer: 2018/09/19 13:02:03 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:03 packer: 2018/09/19 13:02:03 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:03 packer: 2018/09/19 13:02:03 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:03 packer: 2018/09/19 13:02:03 Sending char 'U', code 0x55, 
shift true
2018/09/19 13:02:04 packer: 2018/09/19 13:02:04 Sending char 'S', code 0x53, 
shift true
2018/09/19 13:02:04 packer: 2018/09/19 13:02:04 Sending char 'A', code 0x41, 
shift true
2018/09/19 13:02:05 packer: 2018/09/19 13:02:05 [INFO] Waiting 1s
2018/09/19 13:02:06 packer: 2018/09/19 13:02:06 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:06 packer: 2018/09/19 13:02:06 Sending char 'k', code 0x6B, 
shift false
2018/09/19 13:02:06 packer: 2018/09/19 13:02:06 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:06 packer: 2018/09/19 13:02:06 Sending char 'y', code 0x79, 
shift false
2018/09/19 13:02:06 packer: 2018/09/19 13:02:06 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:02:07 packer: 2018/09/19 13:02:07 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:07 packer: 2018/09/19 13:02:07 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:07 packer: 2018/09/19 13:02:07 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:07 packer: 2018/09/19 13:02:07 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:02:07 packer: 2018/09/19 13:02:07 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:02:08 packer: 2018/09/19 13:02:08 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:02:08 packer: 2018/09/19 13:02:08 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:08 packer: 2018/09/19 13:02:08 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:08 packer: 2018/09/19 13:02:08 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:02:08 packer: 2018/09/19 13:02:08 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:09 packer: 2018/09/19 13:02:09 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:09 packer: 2018/09/19 13:02:09 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:09 packer: 2018/09/19 13:02:09 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:09 packer: 2018/09/19 13:02:09 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:09 packer: 2018/09/19 13:02:09 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:10 packer: 2018/09/19 13:02:10 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:10 packer: 2018/09/19 13:02:10 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:10 packer: 2018/09/19 13:02:10 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:10 packer: 2018/09/19 13:02:10 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:10 packer: 2018/09/19 13:02:10 Sending char 'v', code 0x76, 
shift false
2018/09/19 13:02:11 packer: 2018/09/19 13:02:11 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:11 packer: 2018/09/19 13:02:11 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:11 packer: 2018/09/19 13:02:11 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:11 packer: 2018/09/19 13:02:11 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:11 packer: 2018/09/19 13:02:11 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:12 packer: 2018/09/19 13:02:12 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:12 packer: 2018/09/19 13:02:12 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:12 packer: 2018/09/19 13:02:12 Sending char 'U', code 0x55, 
shift true
2018/09/19 13:02:12 packer: 2018/09/19 13:02:12 Sending char 'S', code 0x53, 
shift true
2018/09/19 13:02:13 packer: 2018/09/19 13:02:13 Sending char 'A', code 0x41, 
shift true
2018/09/19 13:02:13 packer: 2018/09/19 13:02:13 [INFO] Waiting 1s
2018/09/19 13:02:14 packer: 2018/09/19 13:02:14 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:14 packer: 2018/09/19 13:02:14 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:02:15 packer: 2018/09/19 13:02:15 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:15 packer: 2018/09/19 13:02:15 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:02:15 packer: 2018/09/19 13:02:15 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:15 packer: 2018/09/19 13:02:15 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:02:15 packer: 2018/09/19 13:02:15 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:16 packer: 2018/09/19 13:02:16 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:16 packer: 2018/09/19 13:02:16 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:16 packer: 2018/09/19 13:02:16 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:16 packer: 2018/09/19 13:02:16 Sending char '_', code 0x5F, 
shift true
2018/09/19 13:02:17 packer: 2018/09/19 13:02:17 Sending char 'U', code 0x55, 
shift true
2018/09/19 13:02:17 packer: 2018/09/19 13:02:17 Sending char 'S', code 0x53, 
shift true
2018/09/19 13:02:17 packer: 2018/09/19 13:02:17 [INFO] Waiting 1s
2018/09/19 13:02:18 packer: 2018/09/19 13:02:18 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:19 packer: 2018/09/19 13:02:19 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:19 packer: 2018/09/19 13:02:19 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:19 packer: 2018/09/19 13:02:19 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:19 packer: 2018/09/19 13:02:19 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:02:19 packer: 2018/09/19 13:02:19 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:02:20 packer: 2018/09/19 13:02:20 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:20 packer: 2018/09/19 13:02:20 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:20 packer: 2018/09/19 13:02:20 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:20 packer: 2018/09/19 13:02:20 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:20 packer: 2018/09/19 13:02:20 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:21 packer: 2018/09/19 13:02:21 Sending char '_', code 0x5F, 
shift true
2018/09/19 13:02:21 packer: 2018/09/19 13:02:21 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:02:21 packer: 2018/09/19 13:02:21 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:21 packer: 2018/09/19 13:02:21 Sending char 'm', code 0x6D, 
shift false
2018/09/19 13:02:22 packer: 2018/09/19 13:02:22 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:22 packer: 2018/09/19 13:02:22 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:22 packer: 2018/09/19 13:02:22 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:22 packer: 2018/09/19 13:02:22 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:22 packer: 2018/09/19 13:02:22 Sending char 'v', code 0x76, 
shift false
2018/09/19 13:02:23 packer: 2018/09/19 13:02:23 Sending char 'm', code 0x6D, 
shift false
2018/09/19 13:02:23 packer: 2018/09/19 13:02:23 [INFO] Waiting 1s
2018/09/19 13:02:24 packer: 2018/09/19 13:02:24 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:24 packer: 2018/09/19 13:02:24 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:24 packer: 2018/09/19 13:02:24 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:24 packer: 2018/09/19 13:02:24 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:25 packer: 2018/09/19 13:02:25 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:02:25 packer: 2018/09/19 13:02:25 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:02:25 packer: 2018/09/19 13:02:25 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:25 packer: 2018/09/19 13:02:25 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:25 packer: 2018/09/19 13:02:25 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:26 packer: 2018/09/19 13:02:26 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:26 packer: 2018/09/19 13:02:26 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:26 packer: 2018/09/19 13:02:26 Sending char '_', code 0x5F, 
shift true
2018/09/19 13:02:26 packer: 2018/09/19 13:02:26 Sending char 'h', code 0x68, 
shift false
2018/09/19 13:02:27 packer: 2018/09/19 13:02:27 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:27 packer: 2018/09/19 13:02:27 Sending char 's', code 0x73, 
shift false
2018/09/19 13:02:27 packer: 2018/09/19 13:02:27 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:27 packer: 2018/09/19 13:02:27 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:28 packer: 2018/09/19 13:02:28 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:28 packer: 2018/09/19 13:02:28 Sending char 'm', code 0x6D, 
shift false
2018/09/19 13:02:28 packer: 2018/09/19 13:02:28 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:28 packer: 2018/09/19 13:02:28 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:28 packer: 2018/09/19 13:02:28 Sending char 'U', code 0x55, 
shift true
2018/09/19 13:02:29 packer: 2018/09/19 13:02:29 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:02:29 packer: 2018/09/19 13:02:29 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:29 packer: 2018/09/19 13:02:29 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:29 packer: 2018/09/19 13:02:29 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:30 packer: 2018/09/19 13:02:30 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:30 packer: 2018/09/19 13:02:30 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:02:30 packer: 2018/09/19 13:02:30 Sending char '1', code 0x31, 
shift false
2018/09/19 13:02:30 packer: 2018/09/19 13:02:30 Sending char '8', code 0x38, 
shift false
2018/09/19 13:02:30 packer: 2018/09/19 13:02:30 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:02:31 packer: 2018/09/19 13:02:31 Sending char '0', code 0x30, 
shift false
2018/09/19 13:02:31 packer: 2018/09/19 13:02:31 Sending char '4', code 0x34, 
shift false
2018/09/19 13:02:31 packer: 2018/09/19 13:02:31 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:02:31 packer: 2018/09/19 13:02:31 Sending char '1', code 0x31, 
shift false
2018/09/19 13:02:31 packer: 2018/09/19 13:02:31 [INFO] Waiting 1s
2018/09/19 13:02:32 packer: 2018/09/19 13:02:32 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:33 packer: 2018/09/19 13:02:33 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:33 packer: 2018/09/19 13:02:33 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:33 packer: 2018/09/19 13:02:33 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:33 packer: 2018/09/19 13:02:33 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:02:33 packer: 2018/09/19 13:02:33 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:02:34 packer: 2018/09/19 13:02:34 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:34 packer: 2018/09/19 13:02:34 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:34 packer: 2018/09/19 13:02:34 Sending char 's', code 0x73, 
shift false
2018/09/19 13:02:34 packer: 2018/09/19 13:02:34 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:34 packer: 2018/09/19 13:02:34 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:35 packer: 2018/09/19 13:02:35 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:02:35 packer: 2018/09/19 13:02:35 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:02:35 packer: 2018/09/19 13:02:35 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:35 packer: 2018/09/19 13:02:35 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:35 packer: 2018/09/19 13:02:35 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:36 packer: 2018/09/19 13:02:36 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:02:36 packer: 2018/09/19 13:02:36 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:36 packer: 2018/09/19 13:02:36 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:36 packer: 2018/09/19 13:02:36 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:36 packer: 2018/09/19 13:02:36 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:02:37 packer: 2018/09/19 13:02:37 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:37 packer: 2018/09/19 13:02:37 Sending char 'v', code 0x76, 
shift false
2018/09/19 13:02:37 packer: 2018/09/19 13:02:37 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:37 packer: 2018/09/19 13:02:37 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:37 packer: 2018/09/19 13:02:37 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:02:38 packer: 2018/09/19 13:02:38 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:38 packer: 2018/09/19 13:02:38 Sending char 'v', code 0x76, 
shift false
2018/09/19 13:02:38 packer: 2018/09/19 13:02:38 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:38 packer: 2018/09/19 13:02:38 Sending char 's', code 0x73, 
shift false
2018/09/19 13:02:38 packer: 2018/09/19 13:02:38 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:02:39 packer: 2018/09/19 13:02:39 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:39 packer: 2018/09/19 13:02:39 [INFO] Waiting 1s
2018/09/19 13:02:40 packer: 2018/09/19 13:02:40 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:40 packer: 2018/09/19 13:02:40 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:40 packer: 2018/09/19 13:02:40 Sending char 'o', code 0x6F, 
shift false
2018/09/19 13:02:40 packer: 2018/09/19 13:02:40 Sending char 'a', code 0x61, 
shift false
2018/09/19 13:02:41 packer: 2018/09/19 13:02:41 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:02:41 packer: 2018/09/19 13:02:41 Sending char 'i', code 0x69, 
shift false
2018/09/19 13:02:41 packer: 2018/09/19 13:02:41 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:02:41 packer: 2018/09/19 13:02:41 [INFO] Waiting 1s
2018/09/19 13:02:42 packer: 2018/09/19 13:02:42 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:02:42 packer: 2018/09/19 13:02:42 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:43 packer: 2018/09/19 13:02:43 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:43 packer: 2018/09/19 13:02:43 Sending char 's', code 0x73, 
shift false
2018/09/19 13:02:43 packer: 2018/09/19 13:02:43 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:43 packer: 2018/09/19 13:02:43 Sending char 'e', code 0x65, 
shift false
2018/09/19 13:02:43 packer: 2018/09/19 13:02:43 Sending char 'd', code 0x64, 
shift false
2018/09/19 13:02:44 packer: 2018/09/19 13:02:44 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:44 packer: 2018/09/19 13:02:44 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:44 packer: 2018/09/19 13:02:44 Sending char 'r', code 0x72, 
shift false
2018/09/19 13:02:44 packer: 2018/09/19 13:02:44 Sending char 'l', code 0x6C, 
shift false
2018/09/19 13:02:44 packer: 2018/09/19 13:02:44 Sending char '=', code 0x3D, 
shift false
2018/09/19 13:02:45 packer: 2018/09/19 13:02:45 Sending char 'h', code 0x68, 
shift false
2018/09/19 13:02:45 packer: 2018/09/19 13:02:45 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:45 packer: 2018/09/19 13:02:45 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:45 packer: 2018/09/19 13:02:45 Sending char 'p', code 0x70, 
shift false
2018/09/19 13:02:45 packer: 2018/09/19 13:02:45 Sending char ':', code 0x3A, 
shift true
2018/09/19 13:02:46 packer: 2018/09/19 13:02:46 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:46 packer: 2018/09/19 13:02:46 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:46 packer: 2018/09/19 13:02:46 Sending char '9', code 0x39, 
shift false
2018/09/19 13:02:46 packer: 2018/09/19 13:02:46 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:02:47 packer: 2018/09/19 13:02:47 Sending char '1', code 0x31, 
shift false
2018/09/19 13:02:47 packer: 2018/09/19 13:02:47 Sending char '0', code 0x30, 
shift false
2018/09/19 13:02:47 packer: 2018/09/19 13:02:47 Sending char '9', code 0x39, 
shift false
2018/09/19 13:02:47 packer: 2018/09/19 13:02:47 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:02:47 packer: 2018/09/19 13:02:47 Sending char '1', code 0x31, 
shift false
2018/09/19 13:02:48 packer: 2018/09/19 13:02:48 Sending char '9', code 0x39, 
shift false
2018/09/19 13:02:48 packer: 2018/09/19 13:02:48 Sending char '0', code 0x30, 
shift false
2018/09/19 13:02:48 packer: 2018/09/19 13:02:48 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:02:48 packer: 2018/09/19 13:02:48 Sending char '3', code 0x33, 
shift false
2018/09/19 13:02:48 packer: 2018/09/19 13:02:48 Sending char '4', code 0x34, 
shift false
2018/09/19 13:02:49 packer: 2018/09/19 13:02:49 Sending char '/', code 0x2F, 
shift false
2018/09/19 13:02:49 packer: 2018/09/19 13:02:49 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:49 packer: 2018/09/19 13:02:49 Sending char 'b', code 0x62, 
shift false
2018/09/19 13:02:49 packer: 2018/09/19 13:02:49 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:49 packer: 2018/09/19 13:02:49 Sending char 'n', code 0x6E, 
shift false
2018/09/19 13:02:50 packer: 2018/09/19 13:02:50 Sending char 't', code 0x74, 
shift false
2018/09/19 13:02:50 packer: 2018/09/19 13:02:50 Sending char 'u', code 0x75, 
shift false
2018/09/19 13:02:50 packer: 2018/09/19 13:02:50 Sending char '1', code 0x31, 
shift false
2018/09/19 13:02:50 packer: 2018/09/19 13:02:50 Sending char '8', code 0x38, 
shift false
2018/09/19 13:02:50 packer: 2018/09/19 13:02:50 Sending char '.', code 0x2E, 
shift false
2018/09/19 13:02:51 packer: 2018/09/19 13:02:51 Sending char 'c', code 0x63, 
shift false
2018/09/19 13:02:51 packer: 2018/09/19 13:02:51 Sending char 'f', code 0x66, 
shift false
2018/09/19 13:02:51 packer: 2018/09/19 13:02:51 Sending char 'g', code 0x67, 
shift false
2018/09/19 13:02:51 packer: 2018/09/19 13:02:51 [INFO] Waiting 1s
2018/09/19 13:02:52 packer: 2018/09/19 13:02:52 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:52 packer: 2018/09/19 13:02:52 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:02:53 packer: 2018/09/19 13:02:53 Sending char '-', code 0x2D, 
shift false
2018/09/19 13:02:53 packer: 2018/09/19 13:02:53 Sending char ' ', code 0x20, 
shift false
2018/09/19 13:02:53 packer: 2018/09/19 13:02:53 [INFO] Waiting 1s
2018/09/19 13:02:54 packer: 2018/09/19 13:02:54 Special code '<enter>' found, 
replacing with: 0xFF0D
2018/09/19 13:02:54 packer: 2018/09/19 13:02:54 [INFO] Waiting 1s
2018/09/19 13:02:55 packer: 2018/09/19 13:02:55 [DEBUG] Opening new ssh session
2018/09/19 13:02:55 packer: 2018/09/19 13:02:55 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:02:56 packer: 2018/09/19 13:02:56 [DEBUG] Opening new ssh session
2018/09/19 13:02:56 packer: 2018/09/19 13:02:56 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:02:57 packer: 2018/09/19 13:02:57 [DEBUG] Unable to get address 
during connection step: No interface on the VM has an IP address ready
2018/09/19 13:02:57 packer: 2018/09/19 13:02:57 [INFO] Waiting for SSH, up to 
timeout: 2h0m0s
==> Linux_UBUNTU18_04_1_x86-64_ICP_MD3BZ: Waiting for SSH to become 
available...
2018/09/19 13:02:57 packer: 2018/09/19 13:02:57 [DEBUG] Opening new ssh session
2018/09/19 13:02:57 packer: 2018/09/19 13:02:57 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:02:58 packer: 2018/09/19 13:02:58 [DEBUG] Opening new ssh session
2018/09/19 13:02:58 packer: 2018/09/19 13:02:58 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:02:59 packer: 2018/09/19 13:02:59 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:04 packer: 2018/09/19 13:03:04 [DEBUG] Opening new ssh session
2018/09/19 13:03:04 packer: 2018/09/19 13:03:04 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:05 packer: 2018/09/19 13:03:05 [DEBUG] Opening new ssh session
2018/09/19 13:03:05 packer: 2018/09/19 13:03:05 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:05 packer: 2018/09/19 13:03:05 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:10 packer: 2018/09/19 13:03:10 [DEBUG] Opening new ssh session
2018/09/19 13:03:10 packer: 2018/09/19 13:03:10 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:11 packer: 2018/09/19 13:03:11 [DEBUG] Opening new ssh session
2018/09/19 13:03:11 packer: 2018/09/19 13:03:11 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:12 packer: 2018/09/19 13:03:12 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:17 packer: 2018/09/19 13:03:17 [DEBUG] Opening new ssh session
2018/09/19 13:03:17 packer: 2018/09/19 13:03:17 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:18 packer: 2018/09/19 13:03:18 [DEBUG] Opening new ssh session
2018/09/19 13:03:18 packer: 2018/09/19 13:03:18 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:19 packer: 2018/09/19 13:03:19 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:24 packer: 2018/09/19 13:03:24 [DEBUG] Opening new ssh session
2018/09/19 13:03:24 packer: 2018/09/19 13:03:24 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:25 packer: 2018/09/19 13:03:25 [DEBUG] Opening new ssh session
2018/09/19 13:03:25 packer: 2018/09/19 13:03:25 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:26 packer: 2018/09/19 13:03:26 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:31 packer: 2018/09/19 13:03:31 [DEBUG] Opening new ssh session
2018/09/19 13:03:31 packer: 2018/09/19 13:03:31 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:32 packer: 2018/09/19 13:03:32 [DEBUG] Opening new ssh session
2018/09/19 13:03:32 packer: 2018/09/19 13:03:32 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:33 packer: 2018/09/19 13:03:33 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:38 packer: 2018/09/19 13:03:38 [DEBUG] Opening new ssh session
2018/09/19 13:03:38 packer: 2018/09/19 13:03:38 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:39 packer: 2018/09/19 13:03:39 [DEBUG] Opening new ssh session
2018/09/19 13:03:39 packer: 2018/09/19 13:03:39 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:40 packer: 2018/09/19 13:03:40 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:45 packer: 2018/09/19 13:03:45 [DEBUG] Opening new ssh session
2018/09/19 13:03:45 packer: 2018/09/19 13:03:45 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:45 packer: 2018/09/19 13:03:45 [DEBUG] Opening new ssh session
2018/09/19 13:03:45 packer: 2018/09/19 13:03:45 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:46 packer: 2018/09/19 13:03:46 Connection refused when 
connecting to: 192.168.56.41
2018/09/19 13:03:46 packer: 2018/09/19 13:03:46 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:51 packer: 2018/09/19 13:03:51 [DEBUG] Opening new ssh session
2018/09/19 13:03:51 packer: 2018/09/19 13:03:51 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:52 packer: 2018/09/19 13:03:52 [DEBUG] Opening new ssh session
2018/09/19 13:03:52 packer: 2018/09/19 13:03:52 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:03:53 packer: 2018/09/19 13:03:53 Connection refused when 
connecting to: 192.168.56.41
2018/09/19 13:03:53 packer: 2018/09/19 13:03:53 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:03:58 packer: 2018/09/19 13:03:58 [DEBUG] Opening new ssh session
2018/09/19 13:03:58 packer: 2018/09/19 13:03:58 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:03:59 packer: 2018/09/19 13:03:59 [DEBUG] Opening new ssh session
2018/09/19 13:03:59 packer: 2018/09/19 13:03:59 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:04:01 packer: 2018/09/19 13:04:01 Connection refused when 
connecting to: 192.168.56.41
2018/09/19 13:04:01 packer: 2018/09/19 13:04:01 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:04:06 packer: 2018/09/19 13:04:06 [DEBUG] Opening new ssh session
2018/09/19 13:04:06 packer: 2018/09/19 13:04:06 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:04:06 packer: 2018/09/19 13:04:06 [DEBUG] Opening new ssh session
2018/09/19 13:04:06 packer: 2018/09/19 13:04:06 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
2018/09/19 13:04:07 packer: 2018/09/19 13:04:07 Connection refused when 
connecting to: 192.168.56.41
2018/09/19 13:04:07 packer: 2018/09/19 13:04:07 [DEBUG] Error getting SSH 
address: No interface on the VM has an IP address ready
2018/09/19 13:04:12 packer: 2018/09/19 13:04:12 [DEBUG] Opening new ssh session
2018/09/19 13:04:12 packer: 2018/09/19 13:04:12 [DEBUG] starting remote 
command: esxcli --formatter csv network vm list
2018/09/19 13:04:13 packer: 2018/09/19 13:04:13 [DEBUG] Opening new ssh session
2018/09/19 13:04:13 packer: 2018/09/19 13:04:13 [DEBUG] starting remote 
command: esxcli --formatter csv network vm port list -w 1373063
Build was aborted

Reply via email to