You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a remote checksum file. packer had a network error while downloading the file, but it still continued. All of the expected images were built, but packer exited with an error code (so github actions saw a failure).
Either:
packer couldn't verify the checksum but continued anyhow (scary, since I can't be sure what it was working with)
packer retried download and succeeded, but still exited with a failure (merely annoying, since now I have to re-run)
Reproduction Steps
Hard to reproduce - depends on checksum file download failure.
Plugin and Packer version
I'm using packer 1.8.7 in Github actions by way of hashicorp/setup-packer@v2.0.0 with the qemu builder.
Overview of the Issue
I'm using a remote checksum file. packer had a network error while downloading the file, but it still continued. All of the expected images were built, but packer exited with an error code (so github actions saw a failure).
Either:
Reproduction Steps
Hard to reproduce - depends on checksum file download failure.
Plugin and Packer version
I'm using packer 1.8.7 in Github actions by way of
hashicorp/setup-packer@v2.0.0
with the qemu builder.Simplified Packer Buildfile
The relevant part of my sources is:
Operating system and Environment details
Running in github actions on
ubuntu-latest-8-cores
with nested kvm enabled.Log Fragments and crash.log files
Relevant bit of logs:
The text was updated successfully, but these errors were encountered: