Hi Eric, Unfortunately it's hard to say what's going on without a full debug log and a packer.json file that can reproduce this.
My only thought is that perhaps this is related to this issue https://github.com/mitchellh/packer/issues/3920 If you're up for it, you might try running packer with the patch mentioned in this comment https://github.com/mitchellh/packer/issues/3920#issuecomment-250964145 Otherwise, feel free to open an issue on github with additional debugging info. Thanks, --Matt On Wednesday, October 5, 2016 at 9:22:21 AM UTC-7, Eric Robinson wrote: > > HI, > > I am attempting to build an AWS AMI using amazon-instance type builder. > I'm running packer in debug option so I can ssh into the instance and > monitor what's going on. > > $ packer build -debug my_packer_config.json > > Here's a portion of my output: > > ==> amazon-instance: Pausing after run of step 'StepProvision'. Press > enter to continue. > ==> amazon-instance: Uploading X509 Certificate... > ==> amazon-instance: Pausing after run of step 'StepUploadX509Cert'. Press > enter to continue. > ==> amazon-instance: Bundling the volume... > ==> amazon-instance: Running: sudo -i -n ec2-bundle-vol -k /tmp/key.pem -u > 593404624303 -c /tmp/cert.pem -r x86_64 -e /tmp/* -d /tmp -p > image-1475601786 --batch --no-filter > amazon-instance: Setting partition type to bundle "/" with... > amazon-instance: Auto-detecting partition type for "/" > amazon-instance: Partition label detected using parted: "loop" > amazon-instance: Using partition type "none" > amazon-instance: Copying / into the image file /tmp/image-1475601786... > amazon-instance: Excluding: > amazon-instance: /proc > amazon-instance: /sys > amazon-instance: /dev > amazon-instance: /dev/pts > amazon-instance: /proc/sys/fs/binfmt_misc > amazon-instance: /dev > amazon-instance: /media > amazon-instance: /mnt > amazon-instance: /proc > amazon-instance: /sys > amazon-instance: /tmp/analysis-icu9204855453150632888.zip.md5 > amazon-instance: /tmp/image-1475601786 > amazon-instance: /mnt/img-mnt > amazon-instance: Image file created: /tmp/image-1475601786 > amazon-instance: Volume cloning done. > amazon-instance: Bundling image file... > > > The ec2-bundle-vol command finishes and I have a 10G image file along with > 107 "part" files in /tmp. But Packer never moves to the next step and > nothing is copied to my S3 bucket. > > The image file is large and the bundle step took several hours. > > Any ideas what might be going on? > > thanks > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/f62b14a6-74d0-4d1f-8e6b-8d749477291c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
