/var/helenos/ci/test-in-vm.py:142: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. scenario = yaml.load(f) [2026-03-18 02:52:24,980 main DEBUG] Creating new machine default. _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root [2026-03-18 02:52:32,158 xterm-mips32/msim INFO] Machine started. [2026-03-18 02:52:32,158 rtr-vterm DEBUG] remaining=600, n=0, interval=5, "Failed to boot into userspace" [2026-03-18 02:52:32,158 xterm-mips32/msim DEBUG] xdotool key alt+s [2026-03-18 02:52:32,931 rtr-xterm-dump DEBUG] remaining=5, n=0, interval=1, "Failed to read XTerm screendump" [2026-03-18 02:52:33,932 rtr-xterm-dump DEBUG] remaining=4, n=1, interval=1, "Failed to read XTerm screendump" [2026-03-18 02:52:34,933 rtr-xterm-dump DEBUG] remaining=3, n=2, interval=1, "Failed to read XTerm screendump" [2026-03-18 02:52:35,934 rtr-xterm-dump DEBUG] remaining=2, n=3, interval=1, "Failed to read XTerm screendump" [2026-03-18 02:52:36,935 rtr-xterm-dump DEBUG] remaining=1, n=4, interval=1, "Failed to read XTerm screendump" [2026-03-18 02:52:37,936 rtr-xterm-dump DEBUG] timed-out, n=5, "Failed to read XTerm screendump" [2026-03-18 02:52:37,936 main ERROR] Scenario aborted: Failed to read XTerm screendump Traceback (most recent call last): File "/var/helenos/ci/test-in-vm.py", line 194, in t.run() File "/var/helenos/ci/htest/tasks.py", line 92, in run self.machine.boot() File "/var/helenos/ci/htest/vm/msim.py", line 163, in boot self.capture_vterm() File "/var/helenos/ci/htest/vm/controller.py", line 165, in capture_vterm lines = self.capture_vterm_impl() File "/var/helenos/ci/htest/vm/msim.py", line 211, in capture_vterm_impl for xxx in retries(timeout=5, interval=1, name="xterm-dump", message="Failed to read XTerm screendump"): File "/var/helenos/ci/htest/utils.py", line 60, in retries raise Exception(message) Exception: Failed to read XTerm screendump Scenario aborted: Failed to read XTerm screendump