Skip to content

Use Xephyr in automated tests #118

Use Xephyr in automated tests

Use Xephyr in automated tests #118

Triggered via pull request December 5, 2024 19:11
@ntBrentBre
synchronize #37
xephyr-tests
Status Failure
Total duration 1m 10s
Artifacts

test.yml

on: pull_request
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

5 errors
this loop never actually loops: src/main.rs#L2934
error: this loop never actually loops --> src/main.rs:2934:18 | 2934 | let ok = loop { | __________________^ 2935 | | unsafe { 2936 | | let Ok((xcon, _)) = Connection::connect(None) else { 2937 | | eprintln!("rwm: cannot get xcb connection"); ... | 2976 | | break true; 2977 | | }; | |_________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#never_loop = note: `#[deny(clippy::never_loop)]` on by default
spawned process is never `wait()`ed on: src/main.rs#L2924
error: spawned process is never `wait()`ed on --> src/main.rs:2924:13 | 2924 | Command::new("Xephyr").arg("-ac").arg(":1").spawn().unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: consider calling `.wait()` = note: not doing so might leave behind zombie processes = note: see https://doc.rust-lang.org/stable/std/process/struct.Child.html#warning = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zombie_processes = note: `-D clippy::zombie-processes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::zombie_processes)]`
macos-13 / nightly
Process completed with exit code 101.
ubuntu-latest / nightly
The job was canceled because "nightly_macos-13" failed.
ubuntu-latest / nightly
The operation was canceled.