-
Notifications
You must be signed in to change notification settings - Fork 761
Description
Some helix agents failing with Bad return status for module build on kernel: 6.5.0-1022-azure (x86_64) when installing some packages with sudo apt-get -o DPkg::Lock::Timeout=120 install -y libgbm1 libxkbcommon0:
Loading new lttng-modules-2.13.8 DKMS files...
Building for 6.5.0-1022-azure
Building initial module for 6.5.0-1022-azure
Error! Bad return status for module build on kernel: 6.5.0-1022-azure (x86_64)
Consult /var/lib/dkms/lttng-modules/2.13.8/build/make.log for more information.
dpkg: error processing package lttng-modules-dkms (--configure):
installed lttng-modules-dkms package post-installation script subprocess returned error exit status 10
Only some helix agents seem to fail. For example - failure case from a failing build. And a working case from a working build.
This has been happening pretty randomly, but frequently enough to be blocking dotnet/aspire PRs. This helix run has all passing jobs.
I haven't been able to connect to a helix-repro-vm to reproduce the issue. Does it sound like an issue with some particular running VMs, or the image itself? The suggested alternative was dotnet/dnceng#3122 - which would mean that we can drop this apt-get invocation.
(moved from dotnet/dnceng#3140)