mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
107bfe1075
Compiling cloud-hypervisor v41.0.0 (/home/rob/src/cloud-hypervisor) warning: spawned process is never `wait()`ed on --> tests/integration.rs:4250:31 | 4250 | let mut socat_child = socat_command.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: `#[warn(clippy::zombie_processes)]` on by default warning: spawned process is never `wait()`ed on --> tests/integration.rs:6687:9 | 6687 | / Command::new("/usr/local/bin/spdk-nvme/nvmf_tgt") 6688 | | .args(["-i", "0", "-m", "0x1"]) 6689 | | .spawn() 6690 | | .unwrap(); | | ^- help: try: `.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 warning: `cloud-hypervisor` (test "integration") generated 2 warnings Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
||
---|---|---|
.. | ||
integration.rs |