/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) [2025-04-15 03:25:25,798 main DEBUG] Creating new machine default. _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root [2025-04-15 03:25:32,877 xterm-mips32/msim INFO] Machine started. [2025-04-15 03:25:32,877 rtr-vterm DEBUG] remaining=600, n=0, interval=5, "Failed to boot into userspace" [2025-04-15 03:25:32,877 xterm-mips32/msim DEBUG] xdotool key alt+s [2025-04-15 03:25:34,297 rtr-xterm-dump DEBUG] remaining=5, n=0, interval=1, "Failed to read XTerm screendump" [2025-04-15 03:25:35,298 rtr-xterm-dump DEBUG] remaining=4, n=1, interval=1, "Failed to read XTerm screendump" [2025-04-15 03:25:36,299 rtr-xterm-dump DEBUG] remaining=3, n=2, interval=1, "Failed to read XTerm screendump" [2025-04-15 03:25:37,300 rtr-xterm-dump DEBUG] remaining=2, n=3, interval=1, "Failed to read XTerm screendump" [2025-04-15 03:25:38,301 rtr-xterm-dump DEBUG] remaining=1, n=4, interval=1, "Failed to read XTerm screendump" [2025-04-15 03:25:39,302 rtr-xterm-dump DEBUG] timed-out, n=5, "Failed to read XTerm screendump" [2025-04-15 03:25:39,302 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