Skip to content

Use Xephyr in automated tests #115

Use Xephyr in automated tests

Use Xephyr in automated tests #115

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

check.yml

on: pull_request
nightly / fmt
12s
nightly / fmt
nightly / doc
29s
nightly / doc
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
this loop never actually loops: src/main.rs#L2933
error: this loop never actually loops --> src/main.rs:2933:18 | 2933 | let ok = loop { | __________________^ 2934 | | unsafe { 2935 | | let Ok((xcon, _)) = Connection::connect(None) else { 2936 | | eprintln!("rwm: cannot get xcb connection"); ... | 2975 | | break true; 2976 | | }; | |_________^ | = 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#L2923
error: spawned process is never `wait()`ed on --> src/main.rs:2923:23 | 2923 | let mut cmd = Command::new("Xephyr").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)]`
nightly / clippy
Clippy had exited with the 101 exit code
nightly / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
nightly / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
nightly / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636