Skip to content

QEMUv8 Xen FF-A CI job fails with "rcu: INFO: rcu_preempt detected stalls" #7394

Closed
@jforissier

Description

@jforissier

From https://github.com/OP-TEE/optee_os/actions/runs/14962427164/job/42026468432?pr=7393:

2025-05-12T02:58:07.6573652Z cd /__w/optee_os/optee_repo_qemu_v8/build/../out/bin && \
2025-05-12T02:58:07.6574431Z 	export QEMU=/__w/optee_os/optee_repo_qemu_v8/build/../qemu/build/qemu-system-aarch64 && \
2025-05-12T02:58:07.6577058Z 	export QEMU_CHECK_ARGS="-nographic -smp 4 -cpu max,sme=off,pauth-impdef=on -d unimp -semihosting-config enable=on,target=native -m 3072 -bios bl1.bin -initrd rootfs.cpio.gz -kernel Image -append 'console=ttyAMA0,38400 keep_bootcon root=/dev/vda2 ' -drive if=none,file=/__w/optee_os/optee_repo_qemu_v8/build/../out/bin/xen.ext4,format=raw,id=hd1 -device virtio-blk-device,drive=hd1 -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0,max-bytes=1024,period=1000 -netdev user,id=vmnic -device virtio-net-device,netdev=vmnic -machine virt,acpi=off,secure=on,mte=off,gic-version=3,virtualization=true  -serial mon:stdio -serial file:serial1.log -fsdev local,id=fsdev0,path=../..,security_model=none -device virtio-9p-device,fsdev=fsdev0,mount_tag=host" && \
2025-05-12T02:58:07.6579660Z 	export XEN_BOOT=y && \
2025-05-12T02:58:07.6579860Z 	export XEN_FFA=y && \
2025-05-12T02:58:07.6580058Z 	export RUST_ENABLE=y && \
2025-05-12T02:58:07.6580383Z 	expect /__w/optee_os/optee_repo_qemu_v8/build/../build/qemu-check.exp --  || \
2025-05-12T02:58:07.6580725Z 	(if [ "" ]; then \
2025-05-12T02:58:07.6580922Z 		echo "== $PWD/serial0.log:"; \
2025-05-12T02:58:07.6581137Z 		cat serial0.log; \
2025-05-12T02:58:07.6581333Z 		echo "== end of $PWD/serial0.log:"; \
2025-05-12T02:58:07.6581582Z 		echo "== $PWD/serial1.log:"; \
2025-05-12T02:58:07.6581794Z 		cat serial1.log; \
2025-05-12T02:58:07.6581981Z 		echo "== end of $PWD/serial1.log:"; \
2025-05-12T02:58:07.6582207Z 	fi; false)
2025-05-12T02:58:20.9711152Z Starting QEMU... done, guest is booted (Xen Dom0).
2025-05-12T02:58:20.9712356Z Running: xtest ...
2025-05-12T02:58:47.5259520Z ############ Kernel error: 'rcu: INFO: rcu_preempt detected stalls'
2025-05-12T02:58:47.5285334Z make: *** [Makefile:661: check] Error 1
2025-05-12T02:58:47.6640326Z ##[error]Process completed with exit code 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions