Skip to content

Instantly share code, notes, and snippets.

@jmmeacham
Last active March 23, 2021 14:17
Show Gist options
  • Save jmmeacham/a01963fa5234fa6f0fd2503c606e281e to your computer and use it in GitHub Desktop.
Save jmmeacham/a01963fa5234fa6f0fd2503c606e281e to your computer and use it in GitHub Desktop.
root@9b436d85ab20:/builder# PACKER_LOG=1 packer build windows-10.json
2021/03/23 14:16:50 [INFO] Packer version: 1.7.0 [go1.15.8 linux amd64]
2021/03/23 14:16:50 [TRACE] discovering plugins in /usr/bin
2021/03/23 14:16:50 [TRACE] discovering plugins in /root/.packer.d/plugins
2021/03/23 14:16:50 [TRACE] discovering plugins in .
2021/03/23 14:16:50 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2021/03/23 14:16:50 [INFO] PACKER_CONFIG env var set; attempting to open config file: /root/.packerconfig
2021/03/23 14:16:50 [WARN] Config file doesn't exist: /root/.packerconfig
2021/03/23 14:16:50 [INFO] Setting cache directory: /builder/packer_cache
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value:
2021/03/23 14:16:50 Deleting kv.Value: kvm64
2021/03/23 14:16:50 Deleting kv.Value: true
2021/03/23 14:16:50 Deleting kv.Value: {{ env `proxmox_password`}}
2021/03/23 14:16:50 Deleting kv.Value: StaffVMs
2021/03/23 14:16:50 Deleting kv.Value: proxmox01
2021/03/23 14:16:50 Deleting kv.Value: {{ env `proxmox_url`}}
2021/03/23 14:16:50 Deleting kv.Value: 2
2021/03/23 14:16:50 Deleting kv.Value: {{ env `proxmox_username`}}
2021/03/23 14:16:50 Deleting kv.Value: 4
2021/03/23 14:16:50 Deleting kv.Value: 20G
2021/03/23 14:16:50 Deleting kv.Value: 2048
2021/03/23 14:16:50 Deleting kv.Value: 4h
Error:
Failed to interpolate "winrm_username": "{{ user `winrm_username` }}"; error:
template: root:1:3: executing "root" at <user `winrm_username`>: error calling
user: Error: variable not set: winrm_username: Please make sure that the
variable you're referencing has been defined; Packer treats all variables used
to interpolate other user variables as required.
2021/03/23 14:16:50 [INFO] (telemetry) Finalizing.
Failed to interpolate "winrm_username": "{{ user `winrm_username` }}"; error:
template: root:1:3: executing "root" at <user `winrm_username`>: error calling
user: Error: variable not set: winrm_username: Please make sure that the
variable you're referencing has been defined; Packer treats all variables used
to interpolate other user variables as required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment