You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing certain packages causes apt to try to restart services; when this happens, the build is cancelled.
This is not isolated; several people have (incorrectly) reported this in #9959 if you check the last 3-4 comments it's people hitting this issue, not the 4 minute timeout which was the original report.
Description
Installing certain packages causes apt to try to restart services; when this happens, the build is cancelled.
This is not isolated; several people have (incorrectly) reported this in #9959 if you check the last 3-4 comments it's people hitting this issue, not the 4 minute timeout which was the original report.
Platforms affected
Runner images affected
Image version and build link
apt-get install valgrind
: https://github.com/randombit/botan/actions/runs/9374504770/job/25810702531?pr=4098apt-get install g++-multilib linux-libc-dev libc6-dev-i386
: https://github.com/randombit/botan/actions/runs/9374504770/job/25810703776?pr=4098Is it regression?
Works in 22.04
Expected behavior
The build runs rather than self-cancelling
Actual behavior
This appears in the log
Then the job is cancelled.
Repro steps
Perform somewhere in your CI scripts
Other packages also work, it just needs to be something that will pull in an update which then cause apt to try to restart services.
The text was updated successfully, but these errors were encountered: