Comment 1 for bug 1893167

Revision history for this message
Barry Price (barryprice) wrote :

Still seeing one failure here.

To reproduce, launch a Focal VM, e.g.

$ multipass launch focal -n jujutest
$ multipass shell jujutest

Then within the VM, install dependencies (LP:1893162):

ubuntu@jujutest:~$ sudo apt install brz make tox

Install Juju itself:

ubuntu@jujutest:~$ sudo snap install juju --classic

Clone the latest source, and attempt to run the tests:

ubuntu@jujutest:~$ bzr clone lp:juju-deployer
ubuntu@jujutest:~$ cd juju-deployer
ubuntu@jujutest:~$ make local_test

Here's the output I see:

https://paste.ubuntu.com/p/TQvqYSczSW/

I've submitted another MP, linked, to resolve the YAMLLoadWarning, but that's not the root cause.