Skip to content

Instantly share code, notes, and snippets.

@Asharas
Last active November 13, 2020 16:51
Show Gist options
  • Save Asharas/3dd1e199eab599b855cd895bb2bd02b5 to your computer and use it in GitHub Desktop.
Save Asharas/3dd1e199eab599b855cd895bb2bd02b5 to your computer and use it in GitHub Desktop.
packer logs
2020/11/13 17:37:42 [INFO] Packer version: 1.6.5 [go1.15.3 linux amd64]
2020/11/13 17:37:42 Checking 'PACKER_CONFIG' for a config file path
2020/11/13 17:37:42 'PACKER_CONFIG' not set; checking the default config file path
2020/11/13 17:37:42 Attempting to open config file: /home/user/.packerconfig
2020/11/13 17:37:42 [WARN] Config file doesn't exist: /home/user/.packerconfig
2020/11/13 17:37:42 Setting cache directory: /home/user/git/infra/packer/packer_cache
2020/11/13 17:37:42 Creating plugin client for path: /usr/local/bin/packer
2020/11/13 17:37:42 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-builder-proxmox"}
2020/11/13 17:37:42 Waiting for RPC address for: /usr/local/bin/packer
2020/11/13 17:37:42 packer-builder-proxmox plugin: [INFO] Packer version: 1.6.5 [go1.15.3 linux amd64]
2020/11/13 17:37:42 packer-builder-proxmox plugin: Checking 'PACKER_CONFIG' for a config file path
2020/11/13 17:37:42 packer-builder-proxmox plugin: 'PACKER_CONFIG' not set; checking the default config file path
2020/11/13 17:37:42 packer-builder-proxmox plugin: Attempting to open config file: /home/user/.packerconfig
2020/11/13 17:37:42 packer-builder-proxmox plugin: [WARN] Config file doesn't exist: /home/user/.packerconfig
2020/11/13 17:37:42 packer-builder-proxmox plugin: Setting cache directory: /home/user/git/infra/packer/packer_cache
2020/11/13 17:37:42 packer-builder-proxmox plugin: args: []string{"packer-builder-proxmox"}
2020/11/13 17:37:42 packer-builder-proxmox plugin: Plugin address: unix /tmp/packer-plugin918411605
2020/11/13 17:37:42 packer-builder-proxmox plugin: Waiting for connection...
2020/11/13 17:37:42 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin918411605
2020/11/13 17:37:42 packer-builder-proxmox plugin: Serving a plugin connection...
2020/11/13 17:37:42 Creating plugin client for path: /usr/local/bin/packer
2020/11/13 17:37:42 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-ansible"}
2020/11/13 17:37:42 Waiting for RPC address for: /usr/local/bin/packer
2020/11/13 17:37:42 packer-provisioner-ansible plugin: [INFO] Packer version: 1.6.5 [go1.15.3 linux amd64]
2020/11/13 17:37:42 packer-provisioner-ansible plugin: Checking 'PACKER_CONFIG' for a config file path
2020/11/13 17:37:42 packer-provisioner-ansible plugin: 'PACKER_CONFIG' not set; checking the default config file path
2020/11/13 17:37:42 packer-provisioner-ansible plugin: Attempting to open config file: /home/user/.packerconfig
2020/11/13 17:37:42 packer-provisioner-ansible plugin: [WARN] Config file doesn't exist: /home/user/.packerconfig
2020/11/13 17:37:42 packer-provisioner-ansible plugin: Setting cache directory: /home/user/git/infra/packer/packer_cache
2020/11/13 17:37:42 packer-provisioner-ansible plugin: args: []string{"packer-provisioner-ansible"}
2020/11/13 17:37:42 packer-provisioner-ansible plugin: Plugin address: unix /tmp/packer-plugin930116709
2020/11/13 17:37:42 packer-provisioner-ansible plugin: Waiting for connection...
2020/11/13 17:37:42 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin930116709
2020/11/13 17:37:42 packer-provisioner-ansible plugin: Serving a plugin connection...
2020/11/13 17:37:42 Preparing build: proxmox
2020/11/13 17:37:42 packer-builder-proxmox plugin: Number of sockets 0 is too small, using default: 1
2020/11/13 17:37:42 packer-builder-proxmox plugin: OS not set, using default 'other'
2020/11/13 17:37:42 packer-builder-proxmox plugin: Disk 0 cache mode not set, using default 'none'
2020/11/13 17:37:42 packer-provisioner-ansible plugin: ansible-playbook version: 2.9.15
2020/11/13 17:37:42 Build debug mode: false
2020/11/13 17:37:42 Force build: false
2020/11/13 17:37:42 On error:
2020/11/13 17:37:42 Waiting on builds to complete...
proxmox: output will be in this color.
2020/11/13 17:37:42 Starting build run: proxmox
2020/11/13 17:37:42 Running builder: proxmox
2020/11/13 17:37:42 [INFO] (telemetry) Starting builder proxmox
2020/11/13 17:37:43 packer-builder-proxmox plugin: No URLs were provided to Step Download. Continuing...
==> proxmox: Creating VM
==> proxmox: No VM ID given, getting next free from Proxmox
==> proxmox: Starting VM
2020/11/13 17:37:45 packer-builder-proxmox plugin: Found available port: 8388 on IP: 0.0.0.0
==> proxmox: Starting HTTP server on port 8388
==> proxmox: Waiting 10s for boot
==> proxmox: Typing the boot command
2020/11/13 17:37:59 packer-builder-proxmox plugin: [DEBUG] Unable to get address during connection step: 500 QEMU guest agent is not running
2020/11/13 17:37:59 packer-builder-proxmox plugin: [INFO] Waiting for SSH, up to timeout: 30m0s
==> proxmox: Waiting for SSH to become available...
2020/11/13 17:38:02 packer-builder-proxmox plugin: [DEBUG] Error getting SSH address: 500 QEMU guest agent is not running
2020/11/13 17:38:10 packer-builder-proxmox plugin: [DEBUG] Error getting SSH address: 500 QEMU guest agent is not running
2020/11/13 17:38:18 packer-builder-proxmox plugin: [DEBUG] Error getting SSH address: 500 QEMU guest agent is not running
2020/11/13 17:38:28 packer-builder-proxmox plugin: [DEBUG] Error getting SSH address: 500 QEMU guest agent is not running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment