-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packer 1.7.9 runtime panic issue #11512
Comments
Hey @chenrui333, thanks for reaching out to us about this issue! I tried to reproduce this on my m1 mac, by running
What commands are y'all running to build Packer from source, and can you make sure you're running the ARM version, rather than the intel one in Rosetta by running I do notice a warning in my output
Not sure if this is related at all but I'd be curious if you also see this warning. |
Following up this morning I figured out how y'all are building packer using brew test-bot, working to configure my environment to use the PR branch of homebrew-core with 1.7.9 instead, will update you when I've gotten that figured out |
Yeah, we use test-bot for CI, thanks for the help! |
This should be fixed by #11546, the next Packer release should fix this issue |
Closing this, should be resolved in v1.7.10 https://github.com/hashicorp/packer/releases/tag/v1.7.10, please feel free to open a new issue or re-open this one if this issue reoccurs in your pipeline, thanks @azr for the fix! |
Thanks @JenGoldstrich, gonna give a shot. |
Yeah, it builds out fine with 1.7.10 now. |
NOTES: This patch release fixes a crash in m1 caused by the psutils dep, hashicorp/packer#11546, originally reported by the HomeBrew team here hashicorp/packer#11512 IMPROVEMENTS * Print all locals errors when there is a circular error. [GH-11527](hashicorp/packer#11527 BUG FIXES * Prevent duplicate local block creation. * Update psutils dep to avoid crash on Arm64 Macs.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
👋 tried to build from the source code of release 1.7.9, but failed to run on apple m1
full build log, https://github.com/Homebrew/homebrew-core/runs/4885996522
relates to Homebrew/homebrew-core#93447
The text was updated successfully, but these errors were encountered: