We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had a pack command crash for unrelated reasons, which left the lxd instance running. When running craftapp pack again I got the following error:
pack
craftapp pack
Launching managed ubuntu 22.04 instance... Starting instance Failed to start 'craftapp-hello-on-amd64-for-amd64-1'. Full execution log: '/home/ubuntu/.local/state/craftapp/log/craftapp-20240703-093523.724743.log'
Run craftapp pack, and in another terminal run craftapp pack in the same directory again
n/a
2024-07-03 09:35:29.737 craft_providers.lxd.errors.LXDError: Failed to start 'craftapp-hello-on-amd64-for-amd64-1'. 2024-07-03 09:35:29.737 * Command that failed: 'lxc --project craftapp start local:craftapp-hello-on-amd64-for-amd64-1' 2024-07-03 09:35:29.737 * Command exit code: 1 2024-07-03 09:35:29.737 * Command standard error output: b'Error: The instance is already running\n'
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3093.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
Bug Description
I had a
pack
command crash for unrelated reasons, which left the lxd instance running. When runningcraftapp pack
again I got the following error:To Reproduce
Run
craftapp pack
, and in another terminal runcraftapp pack
in the same directory againpart yaml
Relevant log output
The text was updated successfully, but these errors were encountered: