Comment 4 for bug 1899180

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: autopkgtest almost always fails in Bionic on amd64

The test switches to set -x for the actual test steps, so we only have very few commands that run before. In fact it only is
1. export LIBVIRT_DEFAULT_URI='lxc:///'
2. systemctl restart libvirtd

The latter is what fails with our: "dependency job for libvirtd.service failed"

That restart is for
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848317
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867379
But we don't see the effect of these bugs, instead we need to track down what dependency issue happens on autopkgtest-infra when running this test.