Init: Failed to insmod '/lib/modules/apr.ko' with args '': Exec format error for android 13

I tried compile android 13 source described in the linaro wiki. I compiled kernel first and then compiled aosp using make TARGET_KERNEL_USE=mainline -j4 command. after compilation I used ./device/linaro/dragonboard/installer/db845c/flash-all-aosp.sh for flashing. but now I have init: Failed to insmod '/lib/modules/apr.ko' with args '': Exec format error while booting. what is the problem ? is there spesific version of android13 which can be installed successfully ?

boot log ise here : https://pastebin.com/wVgDQV4s

regards