kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
104 stars 97 forks source link

selftests: MM: liburing isn't found #2570

Closed musamaanjum closed 3 months ago

musamaanjum commented 4 months ago

The gup_longterm test is failing for a long time because liburing isn't found at runtime. The liburing is being included in the rootfs in different config files:

Logs from: 3774 07:05:40.369554 # # running ./gup_longterm 3775 07:05:40.372901 # # ---------------------- 3776 07:05:40.403761 # # ./gup_longterm: error while loading shared libraries: liburing.so.1: cannot open shared object file: No such file or directory 3777 07:05:40.408415 # # [FAIL] 3778 07:05:40.411292 # not ok 13 gup_longterm # exit=127

nuclearcat commented 3 months ago

Is issue solved after building compiler images over bookworm?

musamaanjum commented 3 months ago

The issue isn't happening again. It was confirmed on staging. logs