Skip to content

refactor: consolidate workstation driver#232

Merged
tenthirtyam merged 1 commit intomainfrom
refactor/consolidate-workstation-driver
Jun 10, 2025
Merged

refactor: consolidate workstation driver#232
tenthirtyam merged 1 commit intomainfrom
refactor/consolidate-workstation-driver

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

@tenthirtyam tenthirtyam commented Jul 19, 2024

Description

  • Consolidates Workstation9Driver and Workstation10Driver to WorkstationrDriver within driver_workstation.go.
  • Addresses the deprecation of syscall.StringToUTF16Ptr with windows.UTF16PtrFromString in readRegString.

Testing

  • Basic
  • End-to-End
**PASS**: VMware Workstation 17.6.2 on Windows 11 Pro 24H2

C:\Users\ryan\Documents\GitHub\packer-plugin-vmware\example>packer build -var-file=pkrvars/debian/fusion-12.pkrvars.hcl .
vmware-iso.debian: output will be in this color.

==> vmware-iso.debian: Retrieving ISO
==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso
==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f
==> vmware-iso.debian: https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f => C:\Users\ryan\Documents\GitHub\packer-plugin-vmware\example\packer_cache\9cd88c83ec68df9014ccac61df061dc75f6446f6.iso
==> vmware-iso.debian: Configuring output and export directories...
==> vmware-iso.debian: Creating temporary RSA SSH key for instance...
==> vmware-iso.debian: Creating virtual machine disks...
==> vmware-iso.debian: Generating the .vmx file...
==> vmware-iso.debian: Starting HTTP server on port 8924
==> vmware-iso.debian: Powering on virtual machine...
==> vmware-iso.debian: Connecting to VNC...
==> vmware-iso.debian: Waiting 10s for boot...
==> vmware-iso.debian: Typing the boot command over VNC...
==> vmware-iso.debian: Waiting for SSH to become available...
==> vmware-iso.debian: Connected to SSH!
==> vmware-iso.debian: Gracefully halting virtual machine...
==> vmware-iso.debian: Waiting for clean up...
==> vmware-iso.debian: Deleting unnecessary files...
==> vmware-iso.debian: Deleting: builds\debian_x86_64\packer-debian.scoreboard
==> vmware-iso.debian: Deleting: builds\debian_x86_64\packer-debian.vmx.lck\M04050.lck
==> vmware-iso.debian: Deleting: builds\debian_x86_64\vmware.log
==> vmware-iso.debian: Compacting all attached virtual disks...
==> vmware-iso.debian: Compacting virtual disk 1
==> vmware-iso.debian: Cleaning VMX prior to finishing up...
==> vmware-iso.debian: Detaching ISO from CD-ROM device sata0:0...
==> vmware-iso.debian: Disabling VNC server...
==> vmware-iso.debian: Skipping export of virtual machine...
Build 'vmware-iso.debian' finished after 21 minutes 47 seconds.

==> Wait completed after 21 minutes 47 seconds

==> Builds finished. The artifacts of successful builds are:
--> vmware-iso.debian: VM files in directory: builds/debian_x86_64

**PASS**: VMware Workstation 17.6.3 on Ubuntu Desktop 24.04

ryan@artemis:~/GolandProjects/packer-plugin-vmware/example$ packer build -force -var-file=pkrvars/debian/fusion-12.pkrvars.hcl .
vmware-iso.debian: output will be in this color.

==> vmware-iso.debian: Retrieving ISO
==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso
==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f
==> vmware-iso.debian: https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f => /home/ryan/.cache/packer/9cd88c83ec68df9014ccac61df061dc75f6446f6.iso
==> vmware-iso.debian: Configuring output and export directories...
==> vmware-iso.debian: Deleting previous output directory...
==> vmware-iso.debian: Creating temporary RSA SSH key for instance...
==> vmware-iso.debian: Creating virtual machine disks...
==> vmware-iso.debian: Generating the .vmx file...
==> vmware-iso.debian: Starting HTTP server on port 8573
==> vmware-iso.debian: Powering on virtual machine...
==> vmware-iso.debian: Connecting to VNC...
==> vmware-iso.debian: Waiting 10s for boot...
==> vmware-iso.debian: Typing the boot command over VNC...
==> vmware-iso.debian: Waiting for SSH to become available...
==> vmware-iso.debian: Connected to SSH!
==> vmware-iso.debian: Gracefully halting virtual machine...
==> vmware-iso.debian: Waiting for clean up...
==> vmware-iso.debian: Deleting unnecessary files...
==> vmware-iso.debian: Deleting: builds/debian_x86_64/packer-debian.scoreboard
==> vmware-iso.debian: Deleting: builds/debian_x86_64/vmware.log
==> vmware-iso.debian: Compacting all attached virtual disks...
==> vmware-iso.debian: Compacting virtual disk 1
==> vmware-iso.debian: Cleaning VMX prior to finishing up...
==> vmware-iso.debian: Detaching ISO from CD-ROM device sata0:0...
==> vmware-iso.debian: Disabling VNC server...
==> vmware-iso.debian: Skipping export of virtual machine...
Build 'vmware-iso.debian' finished after 6 minutes 30 seconds.

==> Wait completed after 6 minutes 30 seconds

==> Builds finished. The artifacts of successful builds are:
--> vmware-iso.debian: VM files in directory: builds/debian_x86_64
ryan@artemis:~/GolandProjects/packer-plugin-vmware/example$ 
ryan@artemis:~/GolandProjects/packer-plugin-vmware/example$ tail -f packer.log
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 [INFO] - vmware-vdiskmanager found at: /usr/bin/vmware-vdiskmanager
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 [INFO] - vmware found at: /usr/bin/vmware
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 [INFO] - vmrun found at: /usr/bin/vmrun
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 [INFO] VMware Workstation: 17.6.3
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 [INFO] Skipping license check for version >= 17.6.2
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 Using driver *common.WorkstationDriver, Success: true
2025/06/06 10:20:27 ui: ==> vmware-iso.debian: Retrieving ISO
2025/06/06 10:20:27 ui: ==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso
2025/06/06 10:20:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:27 Acquiring lock for: https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f (/home/ryan/.cache/packer/9cd88c83ec68df9014ccac61df061dc75f6446f6.iso.lock)
2025/06/06 10:20:27 ui: ==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f
2025/06/06 10:20:38 ui: ==> vmware-iso.debian: https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f => /home/ryan/.cache/packer/9cd88c83ec68df9014ccac61df061dc75f6446f6.iso
2025/06/06 10:20:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:38 Leaving retrieve loop for ISO
2025/06/06 10:20:38 ui: ==> vmware-iso.debian: Configuring output and export directories...
2025/06/06 10:20:38 ui: ==> vmware-iso.debian: Deleting previous output directory...
2025/06/06 10:20:38 ui: ==> vmware-iso.debian: Creating temporary RSA SSH key for instance...
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 No floppy files specified. Floppy disk will not be made.
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 No CD files specified. CD disk will not be made.
2025/06/06 10:20:39 ui: ==> vmware-iso.debian: Creating virtual machine disks...
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Creating disk with Path: builds/debian_x86_64/disk.vmdk and Size: 40000M
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Running: /usr/bin/vmware-vdiskmanager -c -s 40000M -a lsilogic -t 1 builds/debian_x86_64/disk.vmdk
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 stdout: Creating disk 'builds/debian_x86_64/disk.vmdk'
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: Virtual disk creation successful.
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 stderr:
2025/06/06 10:20:39 ui: ==> vmware-iso.debian: Generating the .vmx file...
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Configuring VMX...
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Setting VMX: 'cpuid.coresPerSocket' = '2'
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Suppressing messages in VMX
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] HostIP discovered device matching nat: vmnet8
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Host IP for the virtual machine: 192.168.170.1
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 Found available port: 8081 on IP: 0.0.0.0
2025/06/06 10:20:39 ui: ==> vmware-iso.debian: Starting HTTP server on port 8081
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Looking for available port between 5900 and 6000
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 Found available port: 5941 on IP: 127.0.0.1
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Found available VNC port: 127.0.0.1:5941
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:20:39 ui: ==> vmware-iso.debian: Powering on virtual machine...
2025/06/06 10:20:39 ui: ==> vmware-iso.debian: The virtual machine will be run headless, without a GUI.
==> vmware-iso.debian: To view the virtual machine console, connect using VNC:
==> vmware-iso.debian: 
==> vmware-iso.debian: Endpoint: "vnc://127.0.0.1:5941"
==> vmware-iso.debian: Password: "thClpKcc"
2025/06/06 10:20:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:39 [INFO] Running: /usr/bin/vmrun -T ws start builds/debian_x86_64/packer-debian.vmx nogui
2025/06/06 10:20:40 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:40 stdout:
2025/06/06 10:20:40 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:40 stderr: Warning: program compiled against libxml 212 using older 209
2025/06/06 10:20:40 ui: ==> vmware-iso.debian: Connecting to VNC...
2025/06/06 10:20:41 ui: ==> vmware-iso.debian: Waiting 10s for boot...
2025/06/06 10:20:51 ui: ==> vmware-iso.debian: Typing the boot command over VNC...
2025/06/06 10:20:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:51 [INFO] Waiting 1s
2025/06/06 10:20:52 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:52 Special code '<esc>' found, replacing with: 0xFF1B
2025/06/06 10:20:52 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:52 [INFO] Waiting 1s
2025/06/06 10:20:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:53 Sending char 'a', code 0x61, shift false
2025/06/06 10:20:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:53 Sending char 'u', code 0x75, shift false
2025/06/06 10:20:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:53 Sending char 't', code 0x74, shift false
2025/06/06 10:20:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:53 Sending char 'o', code 0x6F, shift false
2025/06/06 10:20:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:54 Sending char ' ', code 0x20, shift false
2025/06/06 10:20:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:54 Sending char 'p', code 0x70, shift false
2025/06/06 10:20:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:54 Sending char 'r', code 0x72, shift false
2025/06/06 10:20:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:54 Sending char 'e', code 0x65, shift false
2025/06/06 10:20:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:54 Sending char 's', code 0x73, shift false
2025/06/06 10:20:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:55 Sending char 'e', code 0x65, shift false
2025/06/06 10:20:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:55 Sending char 'e', code 0x65, shift false
2025/06/06 10:20:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:55 Sending char 'd', code 0x64, shift false
2025/06/06 10:20:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:55 Sending char '/', code 0x2F, shift false
2025/06/06 10:20:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:55 Sending char 'u', code 0x75, shift false
2025/06/06 10:20:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:56 Sending char 'r', code 0x72, shift false
2025/06/06 10:20:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:56 Sending char 'l', code 0x6C, shift false
2025/06/06 10:20:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:56 Sending char '=', code 0x3D, shift false
2025/06/06 10:20:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:56 Sending char 'h', code 0x68, shift false
2025/06/06 10:20:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:56 Sending char 't', code 0x74, shift false
2025/06/06 10:20:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:57 Sending char 't', code 0x74, shift false
2025/06/06 10:20:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:57 Sending char 'p', code 0x70, shift false
2025/06/06 10:20:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:57 Sending char ':', code 0x3A, shift true
2025/06/06 10:20:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:57 Sending char '/', code 0x2F, shift false
2025/06/06 10:20:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:58 Sending char '/', code 0x2F, shift false
2025/06/06 10:20:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:58 Sending char '1', code 0x31, shift false
2025/06/06 10:20:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:58 Sending char '9', code 0x39, shift false
2025/06/06 10:20:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:58 Sending char '2', code 0x32, shift false
2025/06/06 10:20:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:58 Sending char '.', code 0x2E, shift false
2025/06/06 10:20:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:59 Sending char '1', code 0x31, shift false
2025/06/06 10:20:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:59 Sending char '6', code 0x36, shift false
2025/06/06 10:20:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:59 Sending char '8', code 0x38, shift false
2025/06/06 10:20:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:59 Sending char '.', code 0x2E, shift false
2025/06/06 10:20:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:20:59 Sending char '1', code 0x31, shift false
2025/06/06 10:21:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:00 Sending char '7', code 0x37, shift false
2025/06/06 10:21:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:00 Sending char '0', code 0x30, shift false
2025/06/06 10:21:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:00 Sending char '.', code 0x2E, shift false
2025/06/06 10:21:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:00 Sending char '1', code 0x31, shift false
2025/06/06 10:21:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:00 Sending char ':', code 0x3A, shift true
2025/06/06 10:21:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:01 Sending char '8', code 0x38, shift false
2025/06/06 10:21:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:01 Sending char '0', code 0x30, shift false
2025/06/06 10:21:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:01 Sending char '8', code 0x38, shift false
2025/06/06 10:21:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:01 Sending char '1', code 0x31, shift false
2025/06/06 10:21:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:02 Sending char '/', code 0x2F, shift false
2025/06/06 10:21:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:02 Sending char 'p', code 0x70, shift false
2025/06/06 10:21:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:02 Sending char 'r', code 0x72, shift false
2025/06/06 10:21:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:02 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:02 Sending char 's', code 0x73, shift false
2025/06/06 10:21:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:03 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:03 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:03 Sending char 'd', code 0x64, shift false
2025/06/06 10:21:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:03 Sending char '.', code 0x2E, shift false
2025/06/06 10:21:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:03 Sending char 'c', code 0x63, shift false
2025/06/06 10:21:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:04 Sending char 'f', code 0x66, shift false
2025/06/06 10:21:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:04 Sending char 'g', code 0x67, shift false
2025/06/06 10:21:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:04 Sending char ' ', code 0x20, shift false
2025/06/06 10:21:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:04 Sending char 'n', code 0x6E, shift false
2025/06/06 10:21:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:04 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:05 Sending char 't', code 0x74, shift false
2025/06/06 10:21:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:05 Sending char 'c', code 0x63, shift false
2025/06/06 10:21:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:05 Sending char 'f', code 0x66, shift false
2025/06/06 10:21:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:05 Sending char 'g', code 0x67, shift false
2025/06/06 10:21:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:05 Sending char '/', code 0x2F, shift false
2025/06/06 10:21:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:06 Sending char 'g', code 0x67, shift false
2025/06/06 10:21:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:06 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:06 Sending char 't', code 0x74, shift false
2025/06/06 10:21:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:06 Sending char '_', code 0x5F, shift true
2025/06/06 10:21:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:07 Sending char 'h', code 0x68, shift false
2025/06/06 10:21:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:07 Sending char 'o', code 0x6F, shift false
2025/06/06 10:21:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:07 Sending char 's', code 0x73, shift false
2025/06/06 10:21:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:07 Sending char 't', code 0x74, shift false
2025/06/06 10:21:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:07 Sending char 'n', code 0x6E, shift false
2025/06/06 10:21:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:08 Sending char 'a', code 0x61, shift false
2025/06/06 10:21:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:08 Sending char 'm', code 0x6D, shift false
2025/06/06 10:21:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:08 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:08 Sending char '=', code 0x3D, shift false
2025/06/06 10:21:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:08 Sending char 'p', code 0x70, shift false
2025/06/06 10:21:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:09 Sending char 'a', code 0x61, shift false
2025/06/06 10:21:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:09 Sending char 'c', code 0x63, shift false
2025/06/06 10:21:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:09 Sending char 'k', code 0x6B, shift false
2025/06/06 10:21:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:09 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:09 Sending char 'r', code 0x72, shift false
2025/06/06 10:21:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:10 Sending char '-', code 0x2D, shift false
2025/06/06 10:21:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:10 Sending char 'd', code 0x64, shift false
2025/06/06 10:21:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:10 Sending char 'e', code 0x65, shift false
2025/06/06 10:21:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:10 Sending char 'b', code 0x62, shift false
2025/06/06 10:21:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:10 Sending char 'i', code 0x69, shift false
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 Sending char 'a', code 0x61, shift false
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 Sending char 'n', code 0x6E, shift false
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 Special code '<enter>' found, replacing with: 0xFF0D
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 Lookup up IP information...
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:11 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [DEBUG] Unable to get address during connection step: host is not up
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] Waiting for SSH, up to timeout: 2h46m40s
2025/06/06 10:21:14 ui: ==> vmware-iso.debian: Waiting for SSH to become available...
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 Lookup up IP information...
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:14 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:17 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:17 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:17 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:17 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 Lookup up IP information...
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:22 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:25 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:25 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 Lookup up IP information...
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:30 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:33 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:33 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 Lookup up IP information...
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:38 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 Lookup up IP information...
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:43 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 Lookup up IP information...
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:48 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 Lookup up IP information...
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:53 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 Lookup up IP information...
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:21:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:21:58 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 Lookup up IP information...
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:03 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 Lookup up IP information...
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:08 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 Lookup up IP information...
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:13 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 Lookup up IP information...
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:18 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 Lookup up IP information...
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:24 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 Lookup up IP information...
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:29 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 Lookup up IP information...
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:34 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 Lookup up IP information...
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:39 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 Lookup up IP information...
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:44 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 Lookup up IP information...
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:49 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 Lookup up IP information...
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:54 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 Lookup up IP information...
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:22:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:22:59 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 Lookup up IP information...
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:04 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 Lookup up IP information...
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:09 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 Lookup up IP information...
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:14 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 Lookup up IP information...
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:19 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 Lookup up IP information...
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:24 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 Lookup up IP information...
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:29 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 Lookup up IP information...
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:34 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 Lookup up IP information...
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:39 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 Lookup up IP information...
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:44 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 Lookup up IP information...
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:49 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 Lookup up IP information...
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:54 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 Lookup up IP information...
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:23:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:23:59 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 Lookup up IP information...
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:04 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 Lookup up IP information...
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:09 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 Lookup up IP information...
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:14 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 Lookup up IP information...
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:19 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 Lookup up IP information...
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:24 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 Lookup up IP information...
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:29 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 Lookup up IP information...
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:34 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 Lookup up IP information...
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:39 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 Lookup up IP information...
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:44 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 Lookup up IP information...
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:49 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 Lookup up IP information...
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:54 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 Lookup up IP information...
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:24:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:24:59 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 Lookup up IP information...
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:04 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 Lookup up IP information...
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:09 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 Lookup up IP information...
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:14 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 Lookup up IP information...
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:19 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 Lookup up IP information...
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:24 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 Lookup up IP information...
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:29 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 Lookup up IP information...
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:34 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 Lookup up IP information...
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:39 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 Lookup up IP information...
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:44 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 Lookup up IP information...
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:49 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 Lookup up IP information...
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:54 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 Lookup up IP information...
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:25:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:25:59 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 Lookup up IP information...
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:26:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:04 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:26:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:19 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:26:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:34 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:26:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:34 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 Lookup up IP information...
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:26:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:39 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:26:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:53 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [INFO] Detected IP: 192.168.170.132
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [INFO] Attempting SSH connection to 192.168.170.132:22...
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [DEBUG] reconnecting to TCP connection for SSH
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [DEBUG] handshaking with SSH
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [DEBUG] handshake complete!
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [DEBUG] Opening new ssh session
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [INFO] agent forwarding enabled
2025/06/06 10:26:56 ui: ==> vmware-iso.debian: Connected to SSH!
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 Running the provision hook
2025/06/06 10:26:56 ui: ==> vmware-iso.debian: Gracefully halting virtual machine...
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 Executing shutdown command: echo 'vagrant' | sudo -S shutdown -P now
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [DEBUG] Opening new ssh session
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [DEBUG] starting remote command: echo 'vagrant' | sudo -S shutdown -P now
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 Waiting up to 5m0s for shutdown to complete
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 [ERROR] Remote command exited without exit status or exit signal.
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 stdout: Total running VMs: 1
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:26:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:56 stderr:
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 stdout: Total running VMs: 1
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 stderr:
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 stdout: Total running VMs: 1
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 stderr:
2025/06/06 10:26:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:57 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 stdout: Total running VMs: 1
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 stderr:
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 stdout: Total running VMs: 1
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 stderr:
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 stdout: Total running VMs: 0
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 stderr:
2025/06/06 10:26:58 ui: ==> vmware-iso.debian: Waiting for clean up...
2025/06/06 10:26:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:26:58 No more lock files found. Assuming the virtual machine is clean.
2025/06/06 10:27:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:03 Shutdown of virtual machine has completed.
2025/06/06 10:27:03 ui: ==> vmware-iso.debian: Deleting unnecessary files...
2025/06/06 10:27:03 ui: ==> vmware-iso.debian: Deleting: builds/debian_x86_64/packer-debian.scoreboard
2025/06/06 10:27:03 ui: ==> vmware-iso.debian: Deleting: builds/debian_x86_64/vmware.log
2025/06/06 10:27:03 ui: ==> vmware-iso.debian: Compacting all attached virtual disks...
2025/06/06 10:27:03 ui: ==> vmware-iso.debian: Compacting virtual disk 1
2025/06/06 10:27:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:03 [INFO] Running: /usr/bin/vmware-vdiskmanager -d builds/debian_x86_64/disk.vmdk
  Defragment: 100% done.er-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:13 stdout: Defragment: 0% done.
2025/06/06 10:27:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: Defragmentation completed successfully.
2025/06/06 10:27:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:13 stderr:
2025/06/06 10:27:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:13 [INFO] Running: /usr/bin/vmware-vdiskmanager -k builds/debian_x86_64/disk.vmdk
  Shrink: 100% done.packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 stdout: Shrink: 0% done.
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: Shrink completed successfully.
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 stderr:
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 [INFO] Configuring VMX...
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:27:24 ui: ==> vmware-iso.debian: Cleaning VMX prior to finishing up...
2025/06/06 10:27:24 ui: ==> vmware-iso.debian: Detaching ISO from CD-ROM device sata0:0...
2025/06/06 10:27:24 ui: ==> vmware-iso.debian: Disabling VNC server...
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:27:24 ui: ==> vmware-iso.debian: Skipping export of virtual machine...
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 stdout: Total running VMs: 0
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 stderr:
2025/06/06 10:27:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:27:24 failed to unlock port lockfile: close tcp 127.0.0.1:5941: use of closed network connection
2025/06/06 10:27:24 [INFO] (telemetry) ending vmware-iso.debian
2025/06/06 10:27:24 ui: Build 'vmware-iso.debian' finished after 6 minutes 56 seconds.
2025/06/06 10:27:24 ui: 
==> Wait completed after 6 minutes 56 seconds
2025/06/06 10:27:24 ui: 
==> Builds finished. The artifacts of successful builds are:
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact-count []string{"1"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "builder-id", "mitchellh.vmware"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "id", "packer-debian"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "string", "VM files in directory: builds/debian_x86_64"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "files-count", "15"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "0", "builds/debian_x86_64/disk-s001.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "1", "builds/debian_x86_64/disk-s002.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "2", "builds/debian_x86_64/disk-s003.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "3", "builds/debian_x86_64/disk-s004.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "4", "builds/debian_x86_64/disk-s005.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "5", "builds/debian_x86_64/disk-s006.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "6", "builds/debian_x86_64/disk-s007.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "7", "builds/debian_x86_64/disk-s008.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "8", "builds/debian_x86_64/disk-s009.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "9", "builds/debian_x86_64/disk-s010.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "10", "builds/debian_x86_64/disk.vmdk"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "11", "builds/debian_x86_64/packer-debian.nvram"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "12", "builds/debian_x86_64/packer-debian.vmsd"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "13", "builds/debian_x86_64/packer-debian.vmx"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "file", "14", "builds/debian_x86_64/packer-debian.vmxf"}
2025/06/06 10:27:24 machine readable: vmware-iso.debian,artifact []string{"0", "end"}
2025/06/06 10:27:24 ui: --> vmware-iso.debian: VM files in directory: builds/debian_x86_64
2025/06/06 10:27:24 [INFO] (telemetry) Finalizing.
2025/06/06 10:27:24 waiting for all plugin processes to complete...
2025/06/06 10:27:24 /home/ryan/.config/packer/plugins/github.com/hashicorp/vmware/packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64: plugin process exited


^Z  
[1]+  Stopped                 tail -f packer.log
ryan@artemis:~/GolandProjects/packer-plugin-vmware/example$ tail -f packer.log
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 [INFO] - vmware found at: /usr/bin/vmware
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 [INFO] - vmrun found at: /usr/bin/vmrun
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 [INFO] - vmware-vdiskmanager found at: /usr/bin/vmware-vdiskmanager
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 [INFO] VMware Workstation: 17.6.3
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 [INFO] Skipping license check for version >= 17.6.2
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 Using driver *common.WorkstationDriver, Success: true
2025/06/06 10:29:19 ui: ==> vmware-iso.debian: Retrieving ISO
2025/06/06 10:29:19 ui: ==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso
2025/06/06 10:29:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:19 Acquiring lock for: https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f (/home/ryan/.cache/packer/9cd88c83ec68df9014ccac61df061dc75f6446f6.iso.lock)
2025/06/06 10:29:19 ui: ==> vmware-iso.debian: Trying https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f
2025/06/06 10:29:28 ui: ==> vmware-iso.debian: https://cdimage.debian.org/cdimage/archive/11.7.0/amd64/iso-dvd/debian-11.7.0-amd64-DVD-1.iso?checksum=sha256%3Acfbb1387d92c83f49420eca06e2d11a23e5a817a21a5d614339749634709a32f => /home/ryan/.cache/packer/9cd88c83ec68df9014ccac61df061dc75f6446f6.iso
2025/06/06 10:29:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:28 Leaving retrieve loop for ISO
2025/06/06 10:29:28 ui: ==> vmware-iso.debian: Configuring output and export directories...
2025/06/06 10:29:28 ui: ==> vmware-iso.debian: Deleting previous output directory...
2025/06/06 10:29:29 ui: ==> vmware-iso.debian: Creating temporary RSA SSH key for instance...
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 No floppy files specified. Floppy disk will not be made.
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 No CD files specified. CD disk will not be made.
2025/06/06 10:29:29 ui: ==> vmware-iso.debian: Creating virtual machine disks...
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Creating disk with Path: builds/debian_x86_64/disk.vmdk and Size: 40000M
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Running: /usr/bin/vmware-vdiskmanager -c -s 40000M -a lsilogic -t 1 builds/debian_x86_64/disk.vmdk
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 stdout: Creating disk 'builds/debian_x86_64/disk.vmdk'
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: Virtual disk creation successful.
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 stderr:
2025/06/06 10:29:29 ui: ==> vmware-iso.debian: Generating the .vmx file...
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Configuring VMX...
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Setting VMX: 'cpuid.coresPerSocket' = '2'
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Suppressing messages in VMX
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] HostIP discovered device matching nat: vmnet8
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Host IP for the virtual machine: 192.168.170.1
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 Found available port: 8573 on IP: 0.0.0.0
2025/06/06 10:29:29 ui: ==> vmware-iso.debian: Starting HTTP server on port 8573
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Looking for available port between 5900 and 6000
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 Found available port: 5900 on IP: 127.0.0.1
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Found available VNC port: 127.0.0.1:5900
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:29:29 ui: ==> vmware-iso.debian: Powering on virtual machine...
2025/06/06 10:29:29 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:29 [INFO] Running: /usr/bin/vmrun -T ws start builds/debian_x86_64/packer-debian.vmx gui
2025/06/06 10:29:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:31 stdout:
2025/06/06 10:29:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:31 stderr: Warning: program compiled against libxml 212 using older 209
2025/06/06 10:29:31 ui: ==> vmware-iso.debian: Connecting to VNC...
2025/06/06 10:29:32 ui: ==> vmware-iso.debian: Waiting 10s for boot...
2025/06/06 10:29:42 ui: ==> vmware-iso.debian: Typing the boot command over VNC...
2025/06/06 10:29:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:42 [INFO] Waiting 1s
2025/06/06 10:29:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:43 Special code '<esc>' found, replacing with: 0xFF1B
2025/06/06 10:29:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:43 [INFO] Waiting 1s
2025/06/06 10:29:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:44 Sending char 'a', code 0x61, shift false
2025/06/06 10:29:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:44 Sending char 'u', code 0x75, shift false
2025/06/06 10:29:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:44 Sending char 't', code 0x74, shift false
2025/06/06 10:29:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:44 Sending char 'o', code 0x6F, shift false
2025/06/06 10:29:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:45 Sending char ' ', code 0x20, shift false
2025/06/06 10:29:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:45 Sending char 'p', code 0x70, shift false
2025/06/06 10:29:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:45 Sending char 'r', code 0x72, shift false
2025/06/06 10:29:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:45 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:45 Sending char 's', code 0x73, shift false
2025/06/06 10:29:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:46 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:46 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:46 Sending char 'd', code 0x64, shift false
2025/06/06 10:29:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:46 Sending char '/', code 0x2F, shift false
2025/06/06 10:29:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:46 Sending char 'u', code 0x75, shift false
2025/06/06 10:29:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:47 Sending char 'r', code 0x72, shift false
2025/06/06 10:29:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:47 Sending char 'l', code 0x6C, shift false
2025/06/06 10:29:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:47 Sending char '=', code 0x3D, shift false
2025/06/06 10:29:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:47 Sending char 'h', code 0x68, shift false
2025/06/06 10:29:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:47 Sending char 't', code 0x74, shift false
2025/06/06 10:29:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:48 Sending char 't', code 0x74, shift false
2025/06/06 10:29:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:48 Sending char 'p', code 0x70, shift false
2025/06/06 10:29:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:48 Sending char ':', code 0x3A, shift true
2025/06/06 10:29:48 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:48 Sending char '/', code 0x2F, shift false
2025/06/06 10:29:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:49 Sending char '/', code 0x2F, shift false
2025/06/06 10:29:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:49 Sending char '1', code 0x31, shift false
2025/06/06 10:29:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:49 Sending char '9', code 0x39, shift false
2025/06/06 10:29:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:49 Sending char '2', code 0x32, shift false
2025/06/06 10:29:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:49 Sending char '.', code 0x2E, shift false
2025/06/06 10:29:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:50 Sending char '1', code 0x31, shift false
2025/06/06 10:29:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:50 Sending char '6', code 0x36, shift false
2025/06/06 10:29:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:50 Sending char '8', code 0x38, shift false
2025/06/06 10:29:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:50 Sending char '.', code 0x2E, shift false
2025/06/06 10:29:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:50 Sending char '1', code 0x31, shift false
2025/06/06 10:29:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:51 Sending char '7', code 0x37, shift false
2025/06/06 10:29:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:51 Sending char '0', code 0x30, shift false
2025/06/06 10:29:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:51 Sending char '.', code 0x2E, shift false
2025/06/06 10:29:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:51 Sending char '1', code 0x31, shift false
2025/06/06 10:29:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:51 Sending char ':', code 0x3A, shift true
2025/06/06 10:29:52 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:52 Sending char '8', code 0x38, shift false
2025/06/06 10:29:52 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:52 Sending char '5', code 0x35, shift false
2025/06/06 10:29:52 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:52 Sending char '7', code 0x37, shift false
2025/06/06 10:29:52 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:52 Sending char '3', code 0x33, shift false
2025/06/06 10:29:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:53 Sending char '/', code 0x2F, shift false
2025/06/06 10:29:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:53 Sending char 'p', code 0x70, shift false
2025/06/06 10:29:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:53 Sending char 'r', code 0x72, shift false
2025/06/06 10:29:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:53 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:53 Sending char 's', code 0x73, shift false
2025/06/06 10:29:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:54 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:54 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:54 Sending char 'd', code 0x64, shift false
2025/06/06 10:29:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:54 Sending char '.', code 0x2E, shift false
2025/06/06 10:29:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:54 Sending char 'c', code 0x63, shift false
2025/06/06 10:29:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:55 Sending char 'f', code 0x66, shift false
2025/06/06 10:29:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:55 Sending char 'g', code 0x67, shift false
2025/06/06 10:29:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:55 Sending char ' ', code 0x20, shift false
2025/06/06 10:29:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:55 Sending char 'n', code 0x6E, shift false
2025/06/06 10:29:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:55 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:56 Sending char 't', code 0x74, shift false
2025/06/06 10:29:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:56 Sending char 'c', code 0x63, shift false
2025/06/06 10:29:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:56 Sending char 'f', code 0x66, shift false
2025/06/06 10:29:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:56 Sending char 'g', code 0x67, shift false
2025/06/06 10:29:56 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:56 Sending char '/', code 0x2F, shift false
2025/06/06 10:29:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:57 Sending char 'g', code 0x67, shift false
2025/06/06 10:29:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:57 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:57 Sending char 't', code 0x74, shift false
2025/06/06 10:29:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:57 Sending char '_', code 0x5F, shift true
2025/06/06 10:29:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:58 Sending char 'h', code 0x68, shift false
2025/06/06 10:29:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:58 Sending char 'o', code 0x6F, shift false
2025/06/06 10:29:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:58 Sending char 's', code 0x73, shift false
2025/06/06 10:29:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:58 Sending char 't', code 0x74, shift false
2025/06/06 10:29:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:58 Sending char 'n', code 0x6E, shift false
2025/06/06 10:29:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:59 Sending char 'a', code 0x61, shift false
2025/06/06 10:29:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:59 Sending char 'm', code 0x6D, shift false
2025/06/06 10:29:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:59 Sending char 'e', code 0x65, shift false
2025/06/06 10:29:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:59 Sending char '=', code 0x3D, shift false
2025/06/06 10:29:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:29:59 Sending char 'p', code 0x70, shift false
2025/06/06 10:30:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:00 Sending char 'a', code 0x61, shift false
2025/06/06 10:30:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:00 Sending char 'c', code 0x63, shift false
2025/06/06 10:30:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:00 Sending char 'k', code 0x6B, shift false
2025/06/06 10:30:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:00 Sending char 'e', code 0x65, shift false
2025/06/06 10:30:00 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:00 Sending char 'r', code 0x72, shift false
2025/06/06 10:30:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:01 Sending char '-', code 0x2D, shift false
2025/06/06 10:30:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:01 Sending char 'd', code 0x64, shift false
2025/06/06 10:30:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:01 Sending char 'e', code 0x65, shift false
2025/06/06 10:30:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:01 Sending char 'b', code 0x62, shift false
2025/06/06 10:30:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:01 Sending char 'i', code 0x69, shift false
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 Sending char 'a', code 0x61, shift false
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 Sending char 'n', code 0x6E, shift false
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 Special code '<enter>' found, replacing with: 0xFF0D
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 Lookup up IP information...
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:30:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:02 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:30:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:05 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:08 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:08 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [DEBUG] Unable to get address during connection step: host is not up
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] Waiting for SSH, up to timeout: 2h46m40s
2025/06/06 10:30:23 ui: ==> vmware-iso.debian: Waiting for SSH to become available...
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 Lookup up IP information...
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:30:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:23 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:30:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:25 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:25 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:28 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:30:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:28 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 Lookup up IP information...
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:33 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:37 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:37 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:30:37 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:37 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:37 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:37 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 Lookup up IP information...
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:42 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:45 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:30:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:45 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:45 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:45 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 Lookup up IP information...
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:50 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:53 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:30:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:53 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:53 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:53 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 Lookup up IP information...
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:30:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:30:58 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:01 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:01 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:01 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 Lookup up IP information...
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:06 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:09 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:09 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:09 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:09 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 Lookup up IP information...
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:14 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:17 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:17 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:17 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:17 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:17 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:17 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 Lookup up IP information...
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:22 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:25 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:25 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:25 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 Lookup up IP information...
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:30 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:33 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:33 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:33 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:33 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 Lookup up IP information...
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:38 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:41 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:41 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:41 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:41 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:41 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:41 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 Lookup up IP information...
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:46 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:49 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:49 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:49 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:49 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 Lookup up IP information...
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:54 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:57 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:31:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:57 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:31:57 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:31:57 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 Lookup up IP information...
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:02 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:05 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:05 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:05 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:05 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 Lookup up IP information...
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:10 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:13 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:13 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:13 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:13 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 Lookup up IP information...
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:18 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:19 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:19 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:22 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:22 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:22 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:22 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 Lookup up IP information...
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:27 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:30 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:30 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:30 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:30 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 Lookup up IP information...
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:35 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:35 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:38 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:38 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:38 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 Lookup up IP information...
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:43 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:43 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:46 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:46 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:46 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:46 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 Lookup up IP information...
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:51 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:51 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:54 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:32:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:54 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:54 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:54 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 Lookup up IP information...
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:32:59 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:32:59 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:02 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:02 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:02 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:02 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 Lookup up IP information...
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:07 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:10 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:10 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:10 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:10 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 Lookup up IP information...
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:15 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:18 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:18 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:18 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 Lookup up IP information...
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:23 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:26 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:26 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:26 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 Lookup up IP information...
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:31 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:34 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:34 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:34 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:34 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 Lookup up IP information...
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:39 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:42 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:42 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:42 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:42 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 Lookup up IP information...
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:47 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:47 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:50 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:50 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:50 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 Lookup up IP information...
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:55 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:55 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:58 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:33:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:58 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:33:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:33:58 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 Lookup up IP information...
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:03 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:03 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:06 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:34:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:06 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:06 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:06 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 Lookup up IP information...
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:11 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:11 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:14 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:34:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:14 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:14 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:14 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 Lookup up IP information...
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:19 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:19 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:23 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:34:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:23 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:23 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:23 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 Lookup up IP information...
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:28 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:28 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:31 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:34:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:31 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:31 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:31 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 Lookup up IP information...
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:36 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:36 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:39 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:34:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:39 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:34:39 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:39 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 Lookup up IP information...
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:34:44 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:44 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:34:58 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:34:58 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:35:01 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:01 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:35:04 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:04 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:35:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:07 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:35:07 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:07 [DEBUG] Error getting SSH address: host is not up
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 A network mapper configuration file does not exist in the default path: /etc/vmware/netmap.conf
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 [INFO] Checking alternate path for network mapper configuration file: /etc/vmware/networking
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 [INFO] Located the network mapper configuration file: /etc/vmware/networking
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 [INFO] GuestIP discovered device matching nat: vmnet8
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 Lookup up IP information...
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 [INFO] GuestAddress discovered MAC address: 00:0c:29:29:28:e7
2025/06/06 10:35:12 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:12 [INFO] Trying DHCP leases path: /etc/vmware/vmnet8/dhcpd/dhcpd.leases
2025/06/06 10:35:15 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:15 [INFO] Skipping lease entry #1 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:35:18 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:18 [INFO] Skipping lease entry #2 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:35:21 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:21 [INFO] Skipping lease entry #3 due to being unable to connect to the host (192.168.170.132) with tcp port (22).
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [INFO] Skipping lease entry #4 due to being unable to connect to the host (192.168.170.130) with tcp port (22).
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [INFO] Detected IP: 192.168.170.133
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [INFO] Attempting SSH connection to 192.168.170.133:22...
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [DEBUG] reconnecting to TCP connection for SSH
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [DEBUG] handshaking with SSH
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [DEBUG] handshake complete!
2025/06/06 10:35:24 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:24 [DEBUG] Opening new ssh session
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [INFO] agent forwarding enabled
2025/06/06 10:35:25 ui: ==> vmware-iso.debian: Connected to SSH!
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 Running the provision hook
2025/06/06 10:35:25 ui: ==> vmware-iso.debian: Gracefully halting virtual machine...
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 Executing shutdown command: echo 'vagrant' | sudo -S shutdown -P now
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [DEBUG] Opening new ssh session
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [DEBUG] starting remote command: echo 'vagrant' | sudo -S shutdown -P now
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 Waiting up to 5m0s for shutdown to complete
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [ERROR] Remote command exited without exit status or exit signal.
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 stdout: Total running VMs: 1
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 stderr:
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 stdout: Total running VMs: 1
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 stderr:
2025/06/06 10:35:25 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:25 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 stdout: Total running VMs: 1
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 stderr:
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 stdout: Total running VMs: 1
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: /home/ryan/GolandProjects/packer-plugin-vmware/example/builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 stderr:
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 stdout: Total running VMs: 0
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 stderr:
2025/06/06 10:35:26 ui: ==> vmware-iso.debian: Waiting for clean up...
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 Waiting on lock files: []string{"builds/debian_x86_64/packer-debian.vmx.lck/M09900.lck"}
2025/06/06 10:35:26 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:26 Waiting on lock files: []string{"builds/debian_x86_64/packer-debian.vmx.lck/M09900.lck"}
2025/06/06 10:35:27 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:27 No more lock files found. Assuming the virtual machine is clean.
2025/06/06 10:35:32 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:32 Shutdown of virtual machine has completed.
2025/06/06 10:35:32 ui: ==> vmware-iso.debian: Deleting unnecessary files...
2025/06/06 10:35:32 ui: ==> vmware-iso.debian: Deleting: builds/debian_x86_64/packer-debian.scoreboard
2025/06/06 10:35:32 ui: ==> vmware-iso.debian: Deleting: builds/debian_x86_64/vmware.log
2025/06/06 10:35:32 ui: ==> vmware-iso.debian: Compacting all attached virtual disks...
2025/06/06 10:35:32 ui: ==> vmware-iso.debian: Compacting virtual disk 1
2025/06/06 10:35:32 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:32 [INFO] Running: /usr/bin/vmware-vdiskmanager -d builds/debian_x86_64/disk.vmdk
  Defragment: 100% done.er-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:38 stdout: Defragment: 0% done.
2025/06/06 10:35:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: Defragmentation completed successfully.
2025/06/06 10:35:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:38 stderr:
2025/06/06 10:35:38 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:38 [INFO] Running: /usr/bin/vmware-vdiskmanager -k builds/debian_x86_64/disk.vmdk
  Shrink: 100% done.packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 stdout: Shrink: 0% done.
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: Shrink completed successfully.
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 stderr:
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 [INFO] Configuring VMX...
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:35:50 ui: ==> vmware-iso.debian: Cleaning VMX prior to finishing up...
2025/06/06 10:35:50 ui: ==> vmware-iso.debian: Detaching ISO from CD-ROM device sata0:0...
2025/06/06 10:35:50 ui: ==> vmware-iso.debian: Disabling VNC server...
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 [INFO] Writing VMX to: builds/debian_x86_64/packer-debian.vmx
2025/06/06 10:35:50 ui: ==> vmware-iso.debian: Skipping export of virtual machine...
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 [INFO] Running: /usr/bin/vmrun -T ws list
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 stdout: Total running VMs: 0
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 stderr:
2025/06/06 10:35:50 packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64 plugin: 2025/06/06 10:35:50 failed to unlock port lockfile: close tcp 127.0.0.1:5900: use of closed network connection
2025/06/06 10:35:50 [INFO] (telemetry) ending vmware-iso.debian
2025/06/06 10:35:50 ui: Build 'vmware-iso.debian' finished after 6 minutes 30 seconds.
2025/06/06 10:35:50 ui: 
==> Wait completed after 6 minutes 30 seconds
2025/06/06 10:35:50 ui: 
==> Builds finished. The artifacts of successful builds are:
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact-count []string{"1"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "builder-id", "mitchellh.vmware"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "id", "packer-debian"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "string", "VM files in directory: builds/debian_x86_64"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "files-count", "15"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "0", "builds/debian_x86_64/disk-s001.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "1", "builds/debian_x86_64/disk-s002.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "2", "builds/debian_x86_64/disk-s003.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "3", "builds/debian_x86_64/disk-s004.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "4", "builds/debian_x86_64/disk-s005.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "5", "builds/debian_x86_64/disk-s006.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "6", "builds/debian_x86_64/disk-s007.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "7", "builds/debian_x86_64/disk-s008.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "8", "builds/debian_x86_64/disk-s009.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "9", "builds/debian_x86_64/disk-s010.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "10", "builds/debian_x86_64/disk.vmdk"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "11", "builds/debian_x86_64/packer-debian.nvram"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "12", "builds/debian_x86_64/packer-debian.vmsd"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "13", "builds/debian_x86_64/packer-debian.vmx"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "file", "14", "builds/debian_x86_64/packer-debian.vmxf"}
2025/06/06 10:35:50 machine readable: vmware-iso.debian,artifact []string{"0", "end"}
2025/06/06 10:35:50 ui: --> vmware-iso.debian: VM files in directory: builds/debian_x86_64
2025/06/06 10:35:50 [INFO] (telemetry) Finalizing.
2025/06/06 10:35:50 waiting for all plugin processes to complete...
2025/06/06 10:35:50 /home/ryan/.config/packer/plugins/github.com/hashicorp/vmware/packer-plugin-vmware_v1.2.0-dev_x5.0_linux_amd64: plugin process exited

@tenthirtyam tenthirtyam added this to the v1.1.1 milestone Jul 19, 2024
@tenthirtyam tenthirtyam self-assigned this Jul 19, 2024
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 2 times, most recently from 5cafb40 to d7e0e36 Compare August 9, 2024 18:20
@tenthirtyam tenthirtyam marked this pull request as ready for review August 10, 2024 03:42
@tenthirtyam tenthirtyam requested a review from a team as a code owner August 10, 2024 03:42
@tenthirtyam tenthirtyam marked this pull request as draft August 26, 2024 15:58
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 2 times, most recently from 789045f to 1af8586 Compare September 10, 2024 02:01
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch from 1af8586 to cb66913 Compare December 4, 2024 19:02
@tenthirtyam tenthirtyam changed the title refactor: consolidate workstation driver 🚧 refactor: consolidate workstation driver Dec 4, 2024
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 12 times, most recently from 5a339b7 to fec4960 Compare December 7, 2024 20:22
@tenthirtyam tenthirtyam linked an issue Jan 22, 2025 that may be closed by this pull request
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 3 times, most recently from eb393b0 to 6cfd90a Compare February 26, 2025 01:44
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 15 times, most recently from 283ca55 to 3c0da60 Compare April 30, 2025 17:22
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch from 3c0da60 to de8411e Compare May 9, 2025 13:58
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 4 times, most recently from ac0beaa to 773cbcc Compare May 27, 2025 15:59
@tenthirtyam tenthirtyam force-pushed the refactor/consolidate-workstation-driver branch 2 times, most recently from c706c15 to d8c18ac Compare June 6, 2025 11:22
- Consolidates `Workstation9Driver` and `Workstation10Driver` to `WorkstationrDriver` within `driver_workstation.go`.
- Addresses  the deprecation of `syscall.StringToUTF16Ptr` with `windows.UTF16PtrFromString` in `readRegString`.

Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
@tenthirtyam
Copy link
Copy Markdown
Collaborator Author

tenthirtyam commented Jun 6, 2025

@kp2099 and @JenGoldstrich - at long last 🤣 this pull request that consolidates the Workstation drivers is now ready for review!

Copy link
Copy Markdown

@JenGoldstrich JenGoldstrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I did not run the tests mentioned due to not having a current VMware setup, but if you do the regression testing you mentioned in DMs I'm sure it'll be fine, plus the tests you already ran

@tenthirtyam
Copy link
Copy Markdown
Collaborator Author

Thank you, Jenna! 😄

@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

hypervisor/workstation VMware Workstation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor the Workstation driver license check on Linux

2 participants