Skip to content

Instantly share code, notes, and snippets.

@achilu
Created June 22, 2018 17:08
Show Gist options
  • Save achilu/7c0aadd2c3d3949ab46f1bd8ad70bba9 to your computer and use it in GitHub Desktop.
Save achilu/7c0aadd2c3d3949ab46f1bd8ad70bba9 to your computer and use it in GitHub Desktop.
Packer Log
1;32m==> azure-arm: -> Microsoft.Network/publicIPAddresses : 'pkripqywzv5sr2d'
2018/06/22 07:43:11 packer_1.2.4: 2018/06/22 07:43:11 Azure request method="DELETE" request="https://management.azure.com/subscriptions/*****/resourceGroups/HANARG/providers/Microsoft.Network/publicIPAddresses/pkripqywzv5sr2d?api-version=2018-01-01" body=""
2018/06/22 07:43:12 packer_1.2.4: 2018/06/22 07:43:12 Azure response status="202 Accepted" method="DELETE" request="https://management.azure.com/subscriptions/*****/resourceGroups/HANARG/providers/Microsoft.Network/publicIPAddresses/pkripqywzv5sr2d?api-version=2018-01-01" x-ms-request-id="468e8f35-afef-4188-9732-8c2bcc0bb815" body=""
2018/06/22 07:43:12 packer_1.2.4: 2018/06/22 07:43:12 Azure request method="GET" request="https://management.azure.com/subscriptions/*****/providers/Microsoft.Network/locations/westus/operations/468e8f35-afef-4188-9732-8c2bcc0bb815?api-version=2018-01-01" body=""
2018/06/22 07:43:12 packer_1.2.4: 2018/06/22 07:43:12 Azure response method="GET" request="https://management.azure.com/subscriptions/*****/providers/Microsoft.Network/locations/westus/operations/468e8f35-afef-4188-9732-8c2bcc0bb815?api-version=2018-01-01" x-ms-request-id="216381bb-5a77-4aa8-bf03-7fe67e82e6df" body="{\r\n \"status\": \"InProgress\"\r\n}" status="200 OK"
2018/06/22 07:43:22 packer_1.2.4: 2018/06/22 07:43:22 Azure request method="GET" request="https://management.azure.com/subscriptions/*****/providers/Microsoft.Network/locations/westus/operations/468e8f35-afef-4188-9732-8c2bcc0bb815?api-version=2018-01-01" body=""
2018/06/22 07:43:22 packer_1.2.4: 2018/06/22 07:43:22 Azure response body="{\r\n \"status\": \"Succeeded\"\r\n}" status="200 OK" method="GET" request="https://management.azure.com/subscriptions/*****/providers/Microsoft.Network/locations/westus/operations/468e8f35-afef-4188-9732-8c2bcc0bb815?api-version=2018-01-01" x-ms-request-id="14312793-2c41-4681-87c8-e92f994a66a6"
2018/06/22 07:45:19 [ERR] yamux: keepalive failed: i/o deadline reached
2018/06/22 07:45:19 [INFO] (telemetry) ending azure-arm
Build 'azure-arm' errored: unexpected EOF
2018/06/22 07:45:19 ui error: Build 'azure-arm' errored: unexpected EOF
2018/06/22 07:45:19 Builds completed. Waiting on interrupt barrier...
2018/06/22 07:45:19 machine readable: error-count []string{"1"}
2018/06/22 07:45:19 ui error:
==> Some builds didn't complete successfully and had errors:
2018/06/22 07:45:19 machine readable: azure-arm,error []string{"unexpected EOF"}
2018/06/22 07:45:19 ui error: --> azure-arm: unexpected EOF
==> Some builds didn't complete successfully and had errors:
--> azure-arm: unexpected EOF
2018/06/22 07:45:19 ui:
==> Builds finished but no artifacts were created.
2018/06/22 07:45:19 [INFO] (telemetry) Finalizing.
==> Builds finished but no artifacts were created.
2018/06/22 07:45:20 waiting for all plugin processes to complete...
2018/06/22 07:45:20 /Users/i836161/Downloads/packer_1.2.4: plugin process exited
2018/06/22 07:45:20 /Users/i836161/Downloads/packer_1.2.4: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment