Skip to content

Instantly share code, notes, and snippets.

@michaelw730
Created October 4, 2022 14:31
Show Gist options
  • Save michaelw730/31b70268e29da4dd5dbd7e8b435b3371 to your computer and use it in GitHub Desktop.
Save michaelw730/31b70268e29da4dd5dbd7e8b435b3371 to your computer and use it in GitHub Desktop.
2022/10/04 14:21:08 [INFO] Packer version: 1.8.0 [go1.17.8 linux arm64]
2022/10/04 14:21:08 [TRACE] discovering plugins in /usr/local/bin
2022/10/04 14:21:08 [TRACE] discovering plugins in /home/code/.config/packer/plugins
2022/10/04 14:21:08 [TRACE] discovering plugins in .
2022/10/04 14:21:08 [INFO] PACKER_CONFIG env var not set; checking the default config file path
2022/10/04 14:21:08 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/code/.packerconfig
2022/10/04 14:21:08 [WARN] Config file doesn't exist: /home/code/.packerconfig
2022/10/04 14:21:08 [INFO] Setting cache directory: /home/code/.cache/packer
2022/10/04 14:21:08 [TRACE] validateValue: not active for vpc_id, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for vswitch_id, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for access_key, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for image_name, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for security_group_id, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for vpc_cidr_block, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for resource_group_id, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for secret_key, so skipping
2022/10/04 14:21:08 [TRACE] validateValue: not active for build_number, so skipping
2022/10/04 14:21:08 [TRACE] Starting internal plugin packer-builder-alicloud-ecs
2022/10/04 14:21:08 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-builder-alicloud-ecs"}
2022/10/04 14:21:08 Waiting for RPC address for: /usr/local/bin/packer
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux arm64]
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/code/.packerconfig
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: [WARN] Config file doesn't exist: /home/code/.packerconfig
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: [INFO] Setting cache directory: /home/code/.cache/packer
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: args: []string{"packer-builder-alicloud-ecs"}
2022/10/04 14:21:08 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin4286170181
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: Plugin address: unix /tmp/packer-plugin4286170181
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: Waiting for connection...
2022/10/04 14:21:08 packer-builder-alicloud-ecs plugin: Serving a plugin connection...
Error: Unsupported argument
on test-packer.pkr.hcl line 75:
(source code not available)
An argument named "resource_group_id" is not expected here.
2022/10/04 14:21:08 Build debug mode: true
2022/10/04 14:21:08 Force build: false
2022/10/04 14:21:08 On error:
2022/10/04 14:21:08 Waiting on builds to complete...
==> Wait completed after 3 microseconds
==> Builds finished but no artifacts were created.
on test-packer.pkr.hcl line 75:
(source code not available)
An argument named "resource_group_id" is not expected here.
Debug mode enabled. Builds will not be parallelized.
==> Wait completed after 3 microseconds
==> Builds finished but no artifacts were created.
2022/10/04 14:21:08 [INFO] (telemetry) Finalizing.
2022/10/04 14:21:08 waiting for all plugin processes to complete...
2022/10/04 14:21:08 /usr/local/bin/packer: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment