[00:00] I just build a package of github main and 1 test is failing: test_get_status_systemd_failure [00:00] tests/unittests/cmd/test_status.py:144: AssertionError [00:01] > assert details.running_status == status.RunningStatus.DONE [00:01] E AssertionError: assert == tus.DONE: 'done'> [00:13] it obviously relates to #4864 [01:57] Running tox on tip of main I see all unit tests passing right now for me; I wonder if there's a race condition in the test? [02:17] @falcojr: ^^^ [02:19] Yeah, I saw that on a daily build failure but couldn't repro locally. Haven't had the time to dig deeper unfortunately. I should be able to get it fixed tomorrow [02:20] ok [02:20] minimal: pastebin of a pip freeze could help [02:20] pip freeze? [02:20] If it's related to a specific version [02:21] Nm if using OS packages. If using virtualenv with python, "pip freeze" lists the versions of your dependencies [02:21] this is on Alpine so I'm using OS-supplied packages rather than via pip [02:22] Gotcha, nevermind then [02:23] the last build I did was 6 days ago and the old things changed are (a) recent changes to cloud-init main and (b) OS updating pytest from 8.0.0 to 8.0.1 [02:23] s/old/only/ [17:01] ~falcojr: thanks for the fix. The issue makes sense as Alpine doesn't have systemd [17:02] np, glad to get it fixed!