Getting "error: ext4_allocate_best_fit_partial: failed to allocate 2 blocks, out of space?" on firmware-selector.openwrt.org

I get this error for Raspberry Pi 4B/400/4CM (64bit) while building snapshot image

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a72/telephony/Packages.gz
Updated list of available packages in /home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../../../../../../../../home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/dl/openwrt_telephony
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a72/telephony/Packages.sig
Signature check passed.
Downloading file:packages/Packages
Updated list of available packages in /home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../../../../../../../../home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check failed.
Remove wrong Signature file.
Pseudo file "/dev" exists in source filesystem "/home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/dev".
Ignoring, exclude it (-e/-ef) to override.
error: ext4_allocate_best_fit_partial: failed to allocate 2 blocks, out of space?
make[3]: *** [/home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/include/image.mk:328: /home/aparcar/asu/worker1/cache/SNAPSHOT/bcm27xx/bcm2711/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/root.ext4] Error 1
make[2]: *** [Makefile:188: build_image] Error 2
make[1]: *** [Makefile:126: _call_image] Error 2
make: *** [Makefile:242: image] Error 2

Packages:

base-files
bcm27xx-gpu-fw
busybox
ca-bundle
cypress-firmware-43455-sdio
cypress-nvram-43455-sdio-rpi-4b
dnsmasq
dropbear
e2fsprogs
firewall4
fstools
iwinfo
kmod-brcmfmac
kmod-fs-vfat
kmod-nft-offload
kmod-nls-cp437
kmod-nls-iso8859-1
kmod-sound-arm-bcm2835
kmod-sound-core
kmod-usb-hid
kmod-usb-net-lan78xx
libc
libgcc
libustream-wolfssl
logd
mkf2fs
mtd
netifd
nftables
odhcp6c
odhcpd-ipv6only
opkg
partx-utils
ppp
ppp-mod-pppoe
procd
procd-seccomp
procd-ujail
uci
uclient-fetch
urandom-seed
wpad-basic-wolfssl
kmod-usb-net-rtl8152
kmod-usb-net-asix
kmod-usb-net-asix-ax88179
luci-ssl
luci-app-upnp
tcpdump
iputils-ping
coreutils-date
coreutils-sleep
kmod-crypto-md5
kmod-netem
adguardhome
luci-app-aria2
webui-aria2
luci-app-samba4
qosify
kmod-sched
kmod-tcp-bbr
bash
curl
luci-proto-relay
ca-certificates

If I remove the luci-app-samba4 pkg it successfully builds the image.
Note: The error only occurs for the snapshot build. Any thoughts?