Open jaymzmac opened 1 year ago
This appears to be coming from the Decode function imported from github.com/hashicorp/packer-plugin-sdk/template/config. While this is an upstream issue, this message may be able to be suppressed as it's not impacting the desired results.
I'll test my proposed changes and submit a pull request to address this one and link an upstream issue.
Update: After a couple hours of down the rabbithole I've not be able to track down the exact cause and either a fix or workaround. Might need to "phone a friend" @lbajolet-hashicorp for later assistance.
Overview of the Issue
After running the vsphere post-processor, the packer build fails while trying to clean up the artifact:
The OVF is successfully uploaded to vCenter, and the VM files (.ovf, .vmdk, etc) are successfully deleted from the local filesystem where packer runs, but nonetheless the build fails and exits with code 1.
If I set keep_input_artifact to
true
, then the build completes successfully with no errors, but obviously the VM files are kept on the local filesystem.This bug report is perhaps a duplicate (https://github.com/hashicorp/packer/issues/11101).
Reproduction Steps
Configure the vsphere post-processor as per the simplified buildfile provided below. Ensure the keep_input_artifact option is set to false (which is the default setting) in order to reproduce the issue.
Packer Version
1.8.7
Plugin Version and Builders
1.1.2, vsphere-iso
VMware vSphere Version
7.0U3
Simplified Packer Buildfile
Log