lkrg-org / lkrg

Linux Kernel Runtime Guard
https://lkrg.org
Other
404 stars 72 forks source link

Ubuntu-based CI failures (systemd-container : Depends: systemd (= 249.11-0ubuntu3) but 249.11-0ubuntu3.1 is to be installed) #199

Closed solardiz closed 2 years ago

solardiz commented 2 years ago

@vt-alt JFYI, today these have started failing as:

Run sudo apt-get install -y debootstrap qemu-system-x86 systemd-container expect sysvbanner
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 systemd-container : Depends: systemd (= 249.11-0ubuntu3) but 249.11-0ubuntu3.1 is to be installed
                     Recommends: libnss-mymachines but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Error: Process completed with exit code 100.

Hopefully, this is temporary and no action on our part is needed.

vt-alt commented 2 years ago

Maybe this is related to this https://github.com/actions/virtual-environments/issues/5806

solardiz commented 2 years ago

Maybe this is related to this actions/virtual-environments#5806

Looks related indeed, although somehow for us the issue occurred just today whereas for them it occurred 2 weeks ago.

vt-alt commented 2 years ago

Perhaps because of "phased update" 20% of users.

solardiz commented 2 years ago

Looks like this issue is gone. Closing.