Skip to content
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

Crash when cancelling LXD builder #12763

Open
romaindoumenc opened this issue Dec 24, 2023 · 0 comments
Open

Crash when cancelling LXD builder #12763

romaindoumenc opened this issue Dec 24, 2023 · 0 comments
Labels

Comments

@romaindoumenc
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Overview of the Issue

LXD builder crashes when terminated early

Reproduction Steps

Start an LXD builder, and cancel (Ctr-C) early.

Packer version

Packer v1.10.0

Simplified Packer Template

packer {
 required_plugins {
    lxd = {
      source  = "github.com/hashicorp/lxd"
      version = "~> 1"
    }
  }
}

source "lxd" "ubuntu" {
  image  = "ubuntu-minimal:jammy"
}

build {
  name    = "builder"
  sources = [
    "source.lxd.ubuntu"
  ]
}

Operating system and Environment details

Linux 6.5.0-10-generic #10-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 13 13:49:38 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 23.10"
NAME="Ubuntu"
VERSION_ID="23.10"
VERSION="23.10 (Mantic Minotaur)"

crash.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant