/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-04-24 02:50:29,438 main DEBUG] Creating new machine default. _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root [2026-04-24 02:50:36,952 xterm-mips32/msim INFO] Machine started. [2026-04-24 02:50:36,953 rtr-vterm DEBUG] remaining=600, n=0, interval=5, "Failed to boot into userspace" [2026-04-24 02:50:36,953 xterm-mips32/msim DEBUG] xdotool key alt+s [2026-04-24 02:50:37,423 rtr-xterm-dump DEBUG] remaining=5, n=0, interval=1, "Failed to read XTerm screendump" [2026-04-24 02:50:38,424 rtr-xterm-dump DEBUG] remaining=4, n=1, interval=1, "Failed to read XTerm screendump" [2026-04-24 02:50:39,425 rtr-xterm-dump DEBUG] remaining=3, n=2, interval=1, "Failed to read XTerm screendump" [2026-04-24 02:50:40,426 rtr-xterm-dump DEBUG] remaining=2, n=3, interval=1, "Failed to read XTerm screendump" [2026-04-24 02:50:41,427 rtr-xterm-dump DEBUG] remaining=1, n=4, interval=1, "Failed to read XTerm screendump" [2026-04-24 02:50:42,428 rtr-xterm-dump DEBUG] timed-out, n=5, "Failed to read XTerm screendump" [2026-04-24 02:50:42,428 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