canonical / charm-duplicity

A charm that provides functionality for both manual and automatic backups for a deployed application
0 stars 3 forks source link

charm-duplicity fails running xenial functional tests #16

Closed jneo8 closed 11 months ago

jneo8 commented 11 months ago

I cloned the duplicity charm and when I run make functional, the build process succeeds, however, it is unable to finish running the functional tests.

Steps:   1) git clone https://git.launchpad.net/charm-duplicity   2) cd charm-duplicity   3) make functional

My Env:   - running on focal (zuul-ubuntu-focal-daily-amd64-server-20220322-disk1.img)   - using charmcraft 2.0.0

From this, it seems that install hook failed when running the xenial test.

Running juju debug-log --include duplicity/0 --replay, we see https://pastebin.ubuntu.com/p/9wwxf3K3YQ/

It is running into a syntax error with MarkupSafe(2.0.1) using f-strings because it is using python 3.5

I have also attached a juju-crashdump of the zaza model.


Imported from Launchpad using lp2gh.

jneo8 commented 11 months ago

(by dash3)

jneo8 commented 11 months ago

(by rgildein) Marking as "Won't Fix" since we already dropped support for Xenial.