Skip to content

ci(lcd_qemu_rgb_panel): test example in CI

Sign in for the full log view
GitHub Actions / Test Results failed Oct 31, 2024 in 0s

1 errors in 3s

1 tests  ±0   0 ✅ ±0   3s ⏱️ ±0s
4 suites ±0   0 💤 ±0 
4 files   ±0   0 ❌ ±0   1 🔥 ±0 

Results for commit 2120772. ± Comparison against earlier commit 24b1310.

Annotations

Check failure on line 13 in esp_lcd_qemu_rgb/examples/lcd_qemu_rgb_panel/pytest_lcd_qemu_rgb_panel.py

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_qemu_rgb_panel[idf,qemu--display sdl] (esp_lcd_qemu_rgb.examples.lcd_qemu_rgb_panel.pytest_lcd_qemu_rgb_panel) with error

test_results/test_results_esp32_qemu_latest/test_results_esp32_qemu_latest.xml [took 0s]
Raw output
failed on setup with "subprocess.CalledProcessError: Command '['qemu-system-xtensa', '--version']' returned non-zero exit status 127."
/usr/local/lib/python3.11/site-packages/pytest_embedded/plugin.py:408: in wrapper
    return func(*args, **kwargs)
/usr/local/lib/python3.11/site-packages/pytest_embedded/plugin.py:1104: in app
    return app_fn(**locals())
/usr/local/lib/python3.11/site-packages/pytest_embedded/dut_factory.py:394: in app_fn
    return cls(**_drop_none_kwargs(kwargs))
/usr/local/lib/python3.11/site-packages/pytest_embedded_qemu/app.py:166: in __init__
    self.create_image()
/usr/local/lib/python3.11/site-packages/pytest_embedded_qemu/app.py:209: in create_image
    image_maker = IdfFlashImageMaker(self, self.image_path, qemu_version=self.qemu_version)
/usr/local/lib/python3.11/site-packages/pytest_embedded_qemu/app.py:184: in qemu_version
    s = subprocess.check_output([self.qemu_prog_path, '--version'], encoding='utf-8')
/usr/local/lib/python3.11/subprocess.py:466: in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
/usr/local/lib/python3.11/subprocess.py:571: in run
    raise CalledProcessError(retcode, process.args,
E   subprocess.CalledProcessError: Command '['qemu-system-xtensa', '--version']' returned non-zero exit status 127.