The postinstall intercept hook 'update_font_cache' failed

I try buiding a rootfs in WSL2 ubuntu-20.04 by following steps
Building Bootloader for Cyclone V and Arria 10 | Documentation | RocketBoards.org

test@md62y2bc:/cv/build$ bitbake core-image-minimal
Loading cache: 100% |#################################################################################################################################| Time: 0:00:00
Loaded 1658 entries from dependency cache.
Parsing recipes: 100% |###############################################################################################################################| Time: 0:00:00
Parsing of 905 .bb files complete (897 cached, 8 parsed). 1666 targets, 74 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = “2.0.0”
BUILD_SYS = “x86_64-linux”
NATIVELSBSTRING = “universal”
TARGET_SYS = “arm-poky-linux-gnueabi”
MACHINE = “cyclone5”
DISTRO = “poky”
DISTRO_VERSION = “4.0.11”
TUNE_FEATURES = “arm vfp cortexa9 neon thumb callconvention-hard”
TARGET_FPU = “hard”
meta
meta-poky
meta-yocto-bsp
meta-intel-fpga = “:”

Initialising tasks: 100% |############################################################################################################################| Time: 0:00:01
Sstate summary: Wanted 2 Local 0 Mirrors 0 Missed 2 Current 1154 (0% match, 99% complete)
NOTE: Executing Tasks
ERROR: core-image-minimal-1.0-r0 do_rootfs: The postinstall intercept hook ‘update_font_cache’ failed, details in /cv/build/tmp/work/cyclone5-poky-linux-gnueabi/core
-image-minimal/1.0-r0/temp/log.do_rootfs
ERROR: Logfile of failure stored in: /cv/build/tmp/work/cyclone5-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.6997
ERROR: Task (/cv/poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 3006 tasks of which 3005 didn’t need to be rerun and 1 failed.

Summary: 1 task failed:
/cv/poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs
Summary: There was 1 ERROR message, returning a non-zero exit code.

Any one get same problem about this?

I soleve it by rerun all commands at a non-root user.
It may cause by some ower or mode problem. see more at following.
15174 – The postinstall intercept hook ‘update_font_cache’ failed (yoctoproject.org)