Hello everyone,

I’m new in Packer world and I’m stuck in a few days trying to create an 
hyperv image using CoreOS as ‘iso’.
Here’s the template that I’m using right now:

{
"description": "CoreOS image for a VirtualBox platform.",

"builders": [{
  "type": "hyperv-iso",
  "iso_url": 
"https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso";,
  "iso_checksum": "5d41fe61404f298a87f303d766b84d3b",
  "iso_checksum_type": "md5",
  "ssh_username": "packer",
  "ssh_password": "packer",
  "vm_name": "testvm",
  "memory": 3000,
   "ssh_timeout" : "10m",
  "shutdown_command": "echo 'packer' | sudo -S shutdown -P now",
  "boot_wait": "50s",
  "http_directory": "./extra/files",
  "boot_command": [
    "sudo -i<enter>",
    "systemctl stop sshd.socket<enter>",
    "wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/install.yml<enter>",
    "coreos-install -d /dev/sda -C {{user `channel`}} -c install.yml<enter>",
        "reboot"
        ]
}]

}

Error: [DEBUG] Error getting SSH address: No ip address
Timeout waiting for SSH.


Full packer_log attached.

-- 


Your privacy is important to us. That is why we have taken appropriate 
measures to ensure the data you provide to us is kept secure. To learn more 
about how we process your personal information, how we comply with 
applicable data protection laws, and care for the security and privacy of 
your personal data, please review our Privacy Policy 
<https://www.motorolasolutions.com/en_us/about/privacy-policy.html#privacystatement>.
 
If you have any questions related to data protection and compliance with 
applicable laws, please contact us at our Security Operations Center at 
1-302-444-9838 or mail us at: 

Attention: Privacy Compliance Program, P.O. 
Box 59263, Schaumburg, IL USA, 60159-0263

-- 
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 packer-tool+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/50eea96a-3d64-4d90-9a6c-5bb4d48edc85%40googlegroups.com.
PS C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates> packer 
build coreostemplate.json
2019/10/07 15:17:15 [INFO] Packer version: 1.5.0-dev
2019/10/07 15:17:15 Packer Target OS/Arch: windows amd64
2019/10/07 15:17:15 Built with Go Version: go1.13.1
2019/10/07 15:17:15 Detected home directory from env var: 
C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 Using internal plugin for osc-bsusurrogate
2019/10/07 15:17:15 Using internal plugin for parallels-pvm
2019/10/07 15:17:15 Using internal plugin for ucloud-uhost
2019/10/07 15:17:15 Using internal plugin for amazon-ebssurrogate
2019/10/07 15:17:15 Using internal plugin for azure-arm
2019/10/07 15:17:15 Using internal plugin for cloudstack
2019/10/07 15:17:15 Using internal plugin for openstack
2019/10/07 15:17:15 Using internal plugin for parallels-iso
2019/10/07 15:17:15 Using internal plugin for triton
2019/10/07 15:17:15 Using internal plugin for virtualbox-iso
2019/10/07 15:17:15 Using internal plugin for virtualbox-ovf
2019/10/07 15:17:15 Using internal plugin for alicloud-ecs
2019/10/07 15:17:15 Using internal plugin for file
2019/10/07 15:17:15 Using internal plugin for hyperone
2019/10/07 15:17:15 Using internal plugin for oracle-oci
2019/10/07 15:17:15 Using internal plugin for amazon-instance
2019/10/07 15:17:15 Using internal plugin for osc-bsuvolume
2019/10/07 15:17:15 Using internal plugin for oracle-classic
2019/10/07 15:17:15 Using internal plugin for proxmox
2019/10/07 15:17:15 Using internal plugin for virtualbox-vm
2019/10/07 15:17:15 Using internal plugin for vmware-iso
2019/10/07 15:17:15 Using internal plugin for amazon-ebsvolume
2019/10/07 15:17:15 Using internal plugin for docker
2019/10/07 15:17:15 Using internal plugin for jdcloud
2019/10/07 15:17:15 Using internal plugin for lxd
2019/10/07 15:17:15 Using internal plugin for vmware-vmx
2019/10/07 15:17:15 Using internal plugin for null
2019/10/07 15:17:15 Using internal plugin for osc-chroot
2019/10/07 15:17:15 Using internal plugin for amazon-ebs
2019/10/07 15:17:15 Using internal plugin for digitalocean
2019/10/07 15:17:15 Using internal plugin for hcloud
2019/10/07 15:17:15 Using internal plugin for hyperv-iso
2019/10/07 15:17:15 Using internal plugin for yandex
2019/10/07 15:17:15 Using internal plugin for hyperv-vmcx
2019/10/07 15:17:15 Using internal plugin for linode
2019/10/07 15:17:15 Using internal plugin for lxc
2019/10/07 15:17:15 Using internal plugin for scaleway
2019/10/07 15:17:15 Using internal plugin for vagrant
2019/10/07 15:17:15 Using internal plugin for amazon-chroot
2019/10/07 15:17:15 Using internal plugin for ncloud
2019/10/07 15:17:15 Using internal plugin for oneandone
2019/10/07 15:17:15 Using internal plugin for profitbricks
2019/10/07 15:17:15 Using internal plugin for googlecompute
2019/10/07 15:17:15 Using internal plugin for osc-bsu
2019/10/07 15:17:15 Using internal plugin for qemu
2019/10/07 15:17:15 Using internal plugin for tencentcloud-cvm
2019/10/07 15:17:15 Using internal plugin for ansible
2019/10/07 15:17:15 Using internal plugin for ansible-local
2019/10/07 15:17:15 Using internal plugin for breakpoint
2019/10/07 15:17:15 Using internal plugin for shell-local
2019/10/07 15:17:15 Using internal plugin for windows-shell
2019/10/07 15:17:15 Using internal plugin for chef-client
2019/10/07 15:17:15 Using internal plugin for inspec
2019/10/07 15:17:15 Using internal plugin for powershell
2019/10/07 15:17:15 Using internal plugin for puppet-server
2019/10/07 15:17:15 Using internal plugin for windows-restart
2019/10/07 15:17:15 Using internal plugin for converge
2019/10/07 15:17:15 Using internal plugin for shell
2019/10/07 15:17:15 Using internal plugin for chef-solo
2019/10/07 15:17:15 Using internal plugin for file
2019/10/07 15:17:15 Using internal plugin for puppet-masterless
2019/10/07 15:17:15 Using internal plugin for salt-masterless
2019/10/07 15:17:15 Using internal plugin for sleep
2019/10/07 15:17:15 Using internal plugin for docker-import
2019/10/07 15:17:15 Using internal plugin for googlecompute-export
2019/10/07 15:17:15 Using internal plugin for vsphere
2019/10/07 15:17:15 Using internal plugin for artifice
2019/10/07 15:17:15 Using internal plugin for checksum
2019/10/07 15:17:15 Using internal plugin for shell-local
2019/10/07 15:17:15 Using internal plugin for docker-save
2019/10/07 15:17:15 Using internal plugin for docker-tag
2019/10/07 15:17:15 Using internal plugin for vagrant-cloud
2019/10/07 15:17:15 Using internal plugin for vsphere-template
2019/10/07 15:17:15 Using internal plugin for compress
2019/10/07 15:17:15 Using internal plugin for exoscale-import
2019/10/07 15:17:15 Using internal plugin for digitalocean-import
2019/10/07 15:17:15 Using internal plugin for docker-push
2019/10/07 15:17:15 Using internal plugin for googlecompute-import
2019/10/07 15:17:15 Using internal plugin for manifest
2019/10/07 15:17:15 Using internal plugin for vagrant
2019/10/07 15:17:15 Using internal plugin for alicloud-import
2019/10/07 15:17:15 Using internal plugin for amazon-import
2019/10/07 15:17:15 Detected home directory from env var: 
C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 Attempting to open config file: 
C:\Users\andremoraes\AppData\Roaming\packer.config
2019/10/07 15:17:15 [WARN] Config file doesn't exist: 
C:\Users\andremoraes\AppData\Roaming\packer.config
2019/10/07 15:17:15 Packer config: &{DisableCheckpoint:false 
DisableCheckpointSignature:false PluginMinPort:10000 PluginMaxPort:25000 
Builders:map[alicloud-ecs:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-alicloud-ecs
 amazon-chroot:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-chroot
 amazon-ebs:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebs
 amazon-ebssurrogate:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebssurrogate
 amazon-ebsvolume:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-ebsvolume
 amazon-instance:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-amazon-instance
 azure-arm:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-azure-arm 
cloudstack:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-cloudstack
 digitalocean:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-digitalocean
 docker:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-docker 
file:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-file 
googlecompute:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-googlecompute
 hcloud:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hcloud 
hyperone:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperone 
hyperv-iso:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-iso
 hyperv-vmcx:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-hyperv-vmcx
 jdcloud:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-jdcloud 
linode:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-linode 
lxc:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxc 
lxd:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-lxd 
ncloud:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-ncloud 
null:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-null 
oneandone:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oneandone 
openstack:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-openstack 
oracle-classic:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-classic
 oracle-oci:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-oracle-oci
 osc-bsu:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-osc-bsu 
osc-bsusurrogate:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-osc-bsusurrogate
 osc-bsuvolume:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-osc-bsuvolume
 osc-chroot:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-osc-chroot
 parallels-iso:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-iso
 parallels-pvm:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-parallels-pvm
 profitbricks:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-profitbricks
 proxmox:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-proxmox 
qemu:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-qemu 
scaleway:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-scaleway 
tencentcloud-cvm:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-tencentcloud-cvm
 triton:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-triton 
ucloud-uhost:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-ucloud-uhost
 vagrant:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vagrant 
virtualbox-iso:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-iso
 virtualbox-ovf:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-ovf
 virtualbox-vm:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-virtualbox-vm
 vmware-iso:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-iso
 vmware-vmx:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-vmware-vmx
 yandex:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-builder-yandex] 
PostProcessors:map[alicloud-import:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-alicloud-import
 amazon-import:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-amazon-import
 artifice:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-artifice
 checksum:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-checksum
 compress:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-compress
 digitalocean-import:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-digitalocean-import
 docker-import:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-import
 docker-push:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-push
 docker-save:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-save
 docker-tag:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-docker-tag
 exoscale-import:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-exoscale-import
 googlecompute-export:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-export
 googlecompute-import:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-googlecompute-import
 manifest:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-manifest
 shell-local:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-shell-local
 vagrant:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant
 vagrant-cloud:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vagrant-cloud
 vsphere:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere
 vsphere-template:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-post-processor-vsphere-template]
 Provisioners:map[ansible:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible
 ansible-local:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-ansible-local
 breakpoint:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-breakpoint
 chef-client:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-client
 chef-solo:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-chef-solo
 converge:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-converge
 file:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-file 
inspec:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-inspec
 powershell:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-powershell
 puppet-masterless:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-masterless
 puppet-server:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-puppet-server
 salt-masterless:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-salt-masterless
 shell:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell 
shell-local:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-shell-local
 sleep:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-sleep 
windows-restart:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-restart
 windows-shell:C:\Program 
Files\Packer\packer.exe-PACKERSPACE-plugin-PACKERSPACE-packer-provisioner-windows-shell]}
2019/10/07 15:17:15 Detected home directory from env var: 
C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 Detected home directory from env var: 
C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 Setting cache directory: 
C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache
cannot determind if process is in background: Process background check error: 
not implemented yet
2019/10/07 15:17:15 Loading builder: hyperv-iso
2019/10/07 15:17:15 Plugin could not be found. Checking same directory as 
executable.
2019/10/07 15:17:15 Current exe path: C:\Program Files\Packer\packer.exe
2019/10/07 15:17:15 Creating plugin client for path: C:\Program 
Files\Packer\packer.exe
2019/10/07 15:17:15 Starting plugin: C:\Program Files\Packer\packer.exe 
[]string{"C:\\Program Files\\Packer\\packer.exe", "plugin", 
"packer-builder-hyperv-iso"}
2019/10/07 15:17:15 Waiting for RPC address for: C:\Program 
Files\Packer\packer.exe
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 [INFO] Packer version: 
1.5.0-dev
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Packer Target OS/Arch: 
windows amd64
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Built with Go Version: 
go1.13.1
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Detected home directory 
from env var: C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Attempting to open config 
file: C:\Users\andremoraes\AppData\Roaming\packer.config
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 [WARN] Config file doesn't 
exist: C:\Users\andremoraes\AppData\Roaming\packer.config
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Packer config: 
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Detected home directory 
from env var: C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Detected home directory 
from env var: C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Setting cache directory: 
C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 args: 
[]string{"packer-builder-hyperv-iso"}
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Plugin minimum port: 10000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Plugin maximum port: 25000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Plugin address: tcp 
127.0.0.1:10000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Waiting for connection...
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Serving a plugin 
connection...
2019/10/07 15:17:15 Loading provisioner: shell
2019/10/07 15:17:15 Plugin could not be found. Checking same directory as 
executable.
2019/10/07 15:17:15 Current exe path: C:\Program Files\Packer\packer.exe
2019/10/07 15:17:15 Creating plugin client for path: C:\Program 
Files\Packer\packer.exe
2019/10/07 15:17:15 Starting plugin: C:\Program Files\Packer\packer.exe 
[]string{"C:\\Program Files\\Packer\\packer.exe", "plugin", 
"packer-provisioner-shell"}
2019/10/07 15:17:15 Waiting for RPC address for: C:\Program 
Files\Packer\packer.exe
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 [INFO] Packer version: 
1.5.0-dev
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Packer Target OS/Arch: 
windows amd64
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Built with Go Version: 
go1.13.1
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Detected home directory 
from env var: C:\Users\andremoraes\AppData\Roaming
hyperv-iso output will be in this color.
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Attempting to open config 
file: C:\Users\andremoraes\AppData\Roaming\packer.config

2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 [WARN] Config file doesn't 
exist: C:\Users\andremoraes\AppData\Roaming\packer.config
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Packer config: 
&{DisableCheckpoint:false DisableCheckpointSignature:false PluginMinPort:10000 
PluginMaxPort:25000 Builders:map[] PostProcessors:map[] Provisioners:map[]}
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Detected home directory 
from env var: C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Detected home directory 
from env var: C:\Users\andremoraes\AppData\Roaming
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Setting cache directory: 
C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 args: 
[]string{"packer-provisioner-shell"}
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Plugin minimum port: 10000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Plugin maximum port: 25000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Plugin address: tcp 
127.0.0.1:10000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Waiting for connection...
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 Serving a plugin 
connection...
2019/10/07 15:17:15 Build debug mode: false
2019/10/07 15:17:15 Force build: false
2019/10/07 15:17:15 On error:
2019/10/07 15:17:15 Preparing build: hyperv-iso
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 DiskSize: 40960
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 DiskBlockSize: 32
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 RamSize: 3000
2019/10/07 15:17:15 packer.exe: 2019/10/07 15:17:15 VMName: testvm
2019/10/07 15:17:19 packer.exe: 2019/10/07 15:17:19 Using switch 
packer-hyperv-iso
2019/10/07 15:17:19 packer.exe: 2019/10/07 15:17:19 SwitchName: 
packer-hyperv-iso
2019/10/07 15:17:19 Waiting on builds to complete...
2019/10/07 15:17:19 Starting build run: hyperv-iso
2019/10/07 15:17:19 Running builder: hyperv-iso
2019/10/07 15:17:19 [INFO] (telemetry) Starting builder hyperv-iso
2019/10/07 15:17:19 packer.exe: 2019/10/07 15:17:19 Enter method: 
verifyPSVersion
2019/10/07 15:17:19 packer.exe: 2019/10/07 15:17:19 $host.version.Major output: 
5
2019/10/07 15:17:19 packer.exe: 2019/10/07 15:17:19 Enter method: 
verifyPSHypervModule
2019/10/07 15:17:20 packer.exe: 2019/10/07 15:17:20 Enter method: 
verifyHypervPermissions
==> hyperv-iso: Creating build directory...
2019/10/07 15:17:20 packer.exe: 2019/10/07 15:17:20 Created build directory: 
C:\Users\ANDREM~1\AppData\Local\Temp\hyperv054899361
==> hyperv-iso: Retrieving ISO
2019/10/07 15:17:20 packer.exe: 2019/10/07 15:17:20 Acquiring lock for: 
https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso?checksum=md5%3A5d41fe61404f298a87f303d766b84d3b
 
(C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache\50c37a6656671a700da24a514ebb9e801ff98e50.iso.lock)
==> hyperv-iso: Trying 
https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso
==> hyperv-iso: Trying 
https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso?checksum=md5%3A5d41fe61404f298a87f303d766b84d3b
2019/10/07 15:17:22 packer.exe: 2019/10/07 15:17:22 Leaving retrieve loop for 
ISO
==> hyperv-iso: 
https://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso?checksum=md5%3A5d41fe61404f298a87f303d766b84d3b
 => 
C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache\50c37a6656671a700da24a514ebb9e801ff98e50.iso
==> hyperv-iso: Starting HTTP server on port 8006
2019/10/07 15:17:22 packer.exe: 2019/10/07 15:17:22 No floppy files specified. 
Floppy disk will not be made.
==> hyperv-iso: Creating switch 'packer-hyperv-iso' if required...
2019/10/07 15:17:22 packer.exe: 2019/10/07 15:17:22 Found available port: 8006 
on IP: 0.0.0.0
==> hyperv-iso:     switch 'packer-hyperv-iso' already exists. Will not delete 
on cleanup...
==> hyperv-iso: Creating virtual machine...
2019/10/07 15:17:23 packer.exe: 2019/10/07 15:17:23 No existing virtual 
harddrive, not attaching.
==> hyperv-iso: Enabling Integration Service...
==> hyperv-iso: Setting boot drive to os dvd drive 
C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache\50c37a6656671a700da24a514ebb9e801ff98e50.iso
 ...
==> hyperv-iso: Mounting os dvd drive 
C:\Users\andremoraes\Downloads\coreos-packer-master\packer-templates\packer_cache\50c37a6656671a700da24a514ebb9e801ff98e50.iso
 ...
2019/10/07 15:17:33 packer.exe: 2019/10/07 15:17:33 No floppy disk, not 
attaching.
==> hyperv-iso: Skipping mounting Integration Services Setup Disk...
==> hyperv-iso: Mounting secondary DVD images...
==> hyperv-iso: Configuring vlan...
==> hyperv-iso: Determine Host IP for HyperV machine...
==> hyperv-iso: Host IP for the HyperV machine: 192.168.56.1
==> hyperv-iso: Attempting to connect with vmconnect...
==> hyperv-iso: Starting the virtual machine...
==> hyperv-iso: Waiting 50s for boot...
==> hyperv-iso: Typing the boot command...
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'u', code 
'1696', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'd', code 
'20a0', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'o', code 
'1898', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '-', code 
'0c8c', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'i', code 
'1797', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Special code 'Press' 
'<enter>' found, replacing with: &{[1c] [9c]}
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'y', code 
'1595', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'e', code 
'1292', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'm', code 
'32b2', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'c', code 
'2eae', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'o', code 
'1898', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'p', code 
'1999', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'h', code 
'23a3', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'd', code 
'20a0', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '.', code 
'34b4', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'o', code 
'1898', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'c', code 
'2eae', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'k', code 
'25a5', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'e', code 
'1292', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Special code 'Press' 
'<enter>' found, replacing with: &{[1c] [9c]}
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'w', code 
'1191', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'g', code 
'22a2', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'e', code 
'1292', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'h', code 
'23a3', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'p', code 
'1999', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ':', code 
'2a27aaa7', shift true
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '/', code 
'35b5', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '/', code 
'35b5', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '1', code 
'0282', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '9', code 
'0a8a', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '2', code 
'0383', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '.', code 
'34b4', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '1', code 
'0282', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '6', code 
'0787', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '8', code 
'0989', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '.', code 
'34b4', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '5', code 
'0686', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '6', code 
'0787', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '.', code 
'34b4', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '1', code 
'0282', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ':', code 
'2a27aaa7', shift true
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '8', code 
'0989', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '0', code 
'0b8b', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '0', code 
'0b8b', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '6', code 
'0787', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '/', code 
'35b5', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'i', code 
'1797', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'n', code 
'31b1', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'a', code 
'1e9e', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '.', code 
'34b4', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'y', code 
'1595', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'm', code 
'32b2', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Special code 'Press' 
'<enter>' found, replacing with: &{[1c] [9c]}
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'c', code 
'2eae', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'o', code 
'1898', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'r', code 
'1393', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'e', code 
'1292', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'o', code 
'1898', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '-', code 
'0c8c', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'i', code 
'1797', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'n', code 
'31b1', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'a', code 
'1e9e', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '-', code 
'0c8c', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'd', code 
'20a0', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '/', code 
'35b5', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'd', code 
'20a0', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'e', code 
'1292', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'v', code 
'2faf', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '/', code 
'35b5', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'd', code 
'20a0', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'a', code 
'1e9e', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '-', code 
'0c8c', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'C', code 
'2a2eaaae', shift true
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '-', code 
'0c8c', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'c', code 
'2eae', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char ' ', code 
'39b9', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'i', code 
'1797', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'n', code 
'31b1', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 's', code 
'1f9f', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 't', code 
'1494', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'a', code 
'1e9e', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char '.', code 
'34b4', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'y', code 
'1595', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'm', code 
'32b2', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Sending char 'l', code 
'26a6', shift false
2019/10/07 15:18:28 packer.exe: 2019/10/07 15:18:28 Special code 'Press' 
'<enter>' found, replacing with: &{[1c] [9c]}
2019/10/07 15:18:35 packer.exe: 2019/10/07 15:18:35 [DEBUG] Unable to get 
address during connection step: No ip address.
==> hyperv-iso: Waiting for SSH to become available...
2019/10/07 15:18:35 packer.exe: 2019/10/07 15:18:35 [INFO] Waiting for SSH, up 
to timeout: 10m0s
2019/10/07 15:18:37 packer.exe: 2019/10/07 15:18:37 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:18:44 packer.exe: 2019/10/07 15:18:44 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:18:52 packer.exe: 2019/10/07 15:18:52 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:18:59 packer.exe: 2019/10/07 15:18:59 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:07 packer.exe: 2019/10/07 15:19:07 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:14 packer.exe: 2019/10/07 15:19:14 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:22 packer.exe: 2019/10/07 15:19:22 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:29 packer.exe: 2019/10/07 15:19:29 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:36 packer.exe: 2019/10/07 15:19:36 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:44 packer.exe: 2019/10/07 15:19:44 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:51 packer.exe: 2019/10/07 15:19:51 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:19:59 packer.exe: 2019/10/07 15:19:59 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:06 packer.exe: 2019/10/07 15:20:06 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:14 packer.exe: 2019/10/07 15:20:14 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:21 packer.exe: 2019/10/07 15:20:21 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:29 packer.exe: 2019/10/07 15:20:29 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:36 packer.exe: 2019/10/07 15:20:36 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:43 packer.exe: 2019/10/07 15:20:43 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:51 packer.exe: 2019/10/07 15:20:51 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:20:59 packer.exe: 2019/10/07 15:20:59 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:06 packer.exe: 2019/10/07 15:21:06 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:13 packer.exe: 2019/10/07 15:21:13 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:21 packer.exe: 2019/10/07 15:21:21 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:29 packer.exe: 2019/10/07 15:21:29 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:36 packer.exe: 2019/10/07 15:21:36 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:44 packer.exe: 2019/10/07 15:21:44 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:51 packer.exe: 2019/10/07 15:21:51 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:21:59 packer.exe: 2019/10/07 15:21:59 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:06 packer.exe: 2019/10/07 15:22:06 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:14 packer.exe: 2019/10/07 15:22:14 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:21 packer.exe: 2019/10/07 15:22:21 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:29 packer.exe: 2019/10/07 15:22:29 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:36 packer.exe: 2019/10/07 15:22:36 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:43 packer.exe: 2019/10/07 15:22:43 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:51 packer.exe: 2019/10/07 15:22:51 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:22:58 packer.exe: 2019/10/07 15:22:58 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:06 packer.exe: 2019/10/07 15:23:06 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:13 packer.exe: 2019/10/07 15:23:13 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:21 packer.exe: 2019/10/07 15:23:21 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:28 packer.exe: 2019/10/07 15:23:28 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:36 packer.exe: 2019/10/07 15:23:36 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:43 packer.exe: 2019/10/07 15:23:43 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:51 packer.exe: 2019/10/07 15:23:51 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:23:58 packer.exe: 2019/10/07 15:23:58 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:05 packer.exe: 2019/10/07 15:24:05 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:13 packer.exe: 2019/10/07 15:24:13 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:20 packer.exe: 2019/10/07 15:24:20 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:27 packer.exe: 2019/10/07 15:24:27 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:35 packer.exe: 2019/10/07 15:24:35 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:42 packer.exe: 2019/10/07 15:24:42 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:50 packer.exe: 2019/10/07 15:24:50 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:24:57 packer.exe: 2019/10/07 15:24:57 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:04 packer.exe: 2019/10/07 15:25:04 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:12 packer.exe: 2019/10/07 15:25:12 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:19 packer.exe: 2019/10/07 15:25:19 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:26 packer.exe: 2019/10/07 15:25:26 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:34 packer.exe: 2019/10/07 15:25:34 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:41 packer.exe: 2019/10/07 15:25:41 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:49 packer.exe: 2019/10/07 15:25:49 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:25:56 packer.exe: 2019/10/07 15:25:56 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:04 packer.exe: 2019/10/07 15:26:04 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:11 packer.exe: 2019/10/07 15:26:11 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:18 packer.exe: 2019/10/07 15:26:18 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:26 packer.exe: 2019/10/07 15:26:26 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:33 packer.exe: 2019/10/07 15:26:33 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:41 packer.exe: 2019/10/07 15:26:41 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:48 packer.exe: 2019/10/07 15:26:48 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:26:55 packer.exe: 2019/10/07 15:26:55 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:03 packer.exe: 2019/10/07 15:27:03 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:10 packer.exe: 2019/10/07 15:27:10 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:18 packer.exe: 2019/10/07 15:27:18 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:25 packer.exe: 2019/10/07 15:27:25 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:33 packer.exe: 2019/10/07 15:27:33 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:40 packer.exe: 2019/10/07 15:27:40 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:48 packer.exe: 2019/10/07 15:27:48 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:27:57 packer.exe: 2019/10/07 15:27:57 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:28:08 packer.exe: 2019/10/07 15:28:08 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:28:18 packer.exe: 2019/10/07 15:28:18 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:28:29 packer.exe: 2019/10/07 15:28:29 [DEBUG] Error getting SSH 
address: No ip address.
==> hyperv-iso: Timeout waiting for SSH.
==> hyperv-iso: Disconnecting from vmconnect...
2019/10/07 15:28:39 packer.exe: 2019/10/07 15:28:39 [DEBUG] Error getting SSH 
address: No ip address.
2019/10/07 15:28:39 packer.exe: 2019/10/07 15:28:39 [DEBUG] SSH wait cancelled. 
Exiting loop.
==> hyperv-iso: Clean up os dvd drive...
==> hyperv-iso: Unregistering and deleting virtual machine...
==> hyperv-iso: Deleting output directory...
==> hyperv-iso: Deleting build directory...
2019/10/07 15:28:43 [INFO] (telemetry) ending hyperv-iso
Build 'hyperv-iso' errored: Timeout waiting for SSH.
2019/10/07 15:28:43 machine readable: error-count []string{"1"}
==> Some builds didn't complete successfully and had errors:

2019/10/07 15:28:43 machine readable: hyperv-iso,error []string{"Timeout 
waiting for SSH."}
==> Some builds didn't complete successfully and had errors:
--> hyperv-iso: Timeout waiting for SSH.

==> Builds finished but no artifacts were created.
==> Builds finished but no artifacts were created.
2019/10/07 15:28:43 [INFO] (telemetry) Finalizing.
2019/10/07 15:28:44 waiting for all plugin processes to complete...
2019/10/07 15:28:44 C:\Program Files\Packer\packer.exe: plugin process exited
2019/10/07 15:28:44 C:\Program Files\Packer\packer.exe: plugin process exited

Reply via email to