github.com/juju/juju/cmd/juju/application/deployer.(*deployBundle).checkExplicitSeries(0xc00071c240, 0xc0005a7f00)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Committed
|
High
|
Nicolas Vinuesa |
Bug Description
When trying to deploy a bundle (see attachment) the client crashes with the following stacktrace:
$ juju deploy ./bundles/
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1d00108]
goroutine 1 [running]:
github.
github.
github.
github.
github.
github.
github.
github.
github.
github.
main.main()
$ snap info juju | grep installed
installed: 3.2-beta2 (22890) 80MB -
$ juju --version
3.2-beta2-
$ juju status -m controller
Model Controller Cloud/Region Version SLA Timestamp
controller juju-controller
App Version Status Scale Charm Channel Rev Exposed Message
controller active 1 juju-controller 3.2/stable 14 no
Unit Workload Agent Machine Public address Ports Message
controller/0* active idle 0 10.13.3.12
Machine State Address Inst id Base AZ Message
0 started 10.13.3.12 manual: ubuntu@20.04 Manually provisioned machine
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 3.2-rc1 |
Changed in juju: | |
assignee: | nobody → Nicolas Vinuesa (nvinuesa) |
status: | Triaged → In Progress |
tags: | added: cdo-qa cdo-release-blocker foundations-engine |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
milestone: | 3.2-rc1 → 3.2-beta3 |
Reverting the client to beta1 solved the issue.
$ sudo snap revert juju lpar/jammy- antelope- ovn-edge. yaml --map-machines= existing --force
juju reverted to 3.2-beta1
$ juju deploy ./bundles/
Located charm "ceph-mon" in charm-hub, channel quincy/stable
Located charm "ceph-osd" in charm-hub, channel quincy/stable
Located charm "ceph-radosgw" in charm-hub, channel quincy/stable
...