Skip to content

Commit 0afe9ca

Browse files
Merge pull request #251819 from ericd-mst-github/erd-aib-troubleshoot
updating AIB json template
2 parents 2113c86 + df69c02 commit 0afe9ca

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

articles/virtual-machines/linux/image-builder-troubleshoot.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article helps you troubleshoot common problems and errors you
44
author: kof-f
55
ms.author: kofiforson
66
ms.reviewer: erd
7-
ms.date: 07/31/2023
7+
ms.date: 09/18/2023
88
ms.topic: troubleshooting
99
ms.service: virtual-machines
1010
ms.subservice: image-builder
@@ -604,22 +604,37 @@ Increase the build VM size.
604604
#### Warning
605605

606606
```text
607-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT Build 'azure-arm' errored: Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded
608-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER ERR ==> Some builds didn't complete successfully and had errors:
609-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT
610-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER ERR 2020/04/30 22:29:23 machine readable: azure-arm,error []string{"Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded"}
611-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT ==> Some builds didn't complete successfully and had errors:
612-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER ERR ==> Builds finished but no artifacts were created.
613-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT --> azure-arm: Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded
614-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER ERR 2020/04/30 22:29:23 Cancelling builder after context cancellation context canceled
615-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT
616-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER ERR 2020/04/30 22:29:23 [INFO] (telemetry) Finalizing.
617-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT ==> Builds finished but no artifacts were created.
618-
[a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER ERR 2020/04/30 22:29:24 waiting for all plugin processes to complete...
619-
Done exporting Packer logs to Azure for Packer prefix: [a170b40d-2d77-4ac3-8719-72cdc35cf889] PACKER OUT
607+
[<log_id>] PACKER 2023/09/14 19:01:18 ui: Build 'azure-arm' finished after 3 minutes 13 seconds.
608+
[<log_id>] PACKER 2023/09/14 19:01:18 ui:
609+
[<log_id>] PACKER ==> Wait completed after 3 minutes 13 seconds
610+
[<log_id>] PACKER 2023/09/14 19:01:18 ui:
611+
[<log_id>] PACKER ==> Builds finished but no artifacts were created.
612+
[<log_id>] PACKER 2023/09/14 19:01:18 [INFO] (telemetry) Finalizing.
613+
[<log_id>] PACKER 2023/09/14 19:01:19 waiting for all plugin processes to complete...
614+
[<log_id>] PACKER 2023/09/14 19:01:19 /aib/packerInput/packer-plugin-azure: plugin process exited
615+
[<log_id>] PACKER 2023/09/14 19:01:19 /aib/packerInput/packer: plugin process exited
616+
[<log_id>] PACKER 2023/09/14 19:01:19 /aib/packerInput/packer: plugin process exited
617+
[<log_id>] PACKER 2023/09/14 19:01:19 /aib/packerInput/packer: plugin process exited
618+
[<log_id>] PACKER Done exporting Packer logs to Azure Storage.
620619
```
621620

622621

622+
#### Solution
623+
624+
The above warning can safely be ignored.
625+
626+
### Skipping image creation
627+
628+
#### Warning
629+
630+
```text
631+
[<log_id>] PACKER 2023/09/14 19:00:18 ui: ==> azure-arm: -> Snapshot ID : '/subscriptions/<subscription_id>/resourceGroups/<resourcegroup_name>/providers/Microsoft.Compute/snapshots/<snapshot_name>'
632+
[<log_id>] PACKER 2023/09/14 19:00:18 ui: ==> azure-arm: Skipping image creation...
633+
[<log_id>] PACKER 2023/09/14 19:00:18 ui: ==> azure-arm:
634+
[<log_id>] PACKER ==> azure-arm: Deleting individual resources ...
635+
[<log_id>] PACKER 2023/09/14 19:00:18 packer-plugin-azure plugin: 202
636+
```
637+
623638
#### Solution
624639

625640
The above warning can safely be ignored.

0 commit comments

Comments
 (0)