[INFO] cloning repository https://github.com/Faynot/Blooemu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Faynot/Blooemu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFaynot%2FBlooemu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFaynot%2FBlooemu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f6c50b4d1ecba54ffd747d62e9de4cca58874092
[INFO] checking Faynot/Blooemu against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFaynot%2FBlooemu" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Faynot/Blooemu
[INFO] finished tweaking git repo https://github.com/Faynot/Blooemu
[INFO] tweaked toml for git repo https://github.com/Faynot/Blooemu written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Faynot/Blooemu on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Faynot/Blooemu already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e764b650627f3b2b9db4d286fd15ff024ea721612307405e7d457711c437dab4
[INFO] running `Command { std: "docker" "start" "-a" "e764b650627f3b2b9db4d286fd15ff024ea721612307405e7d457711c437dab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e764b650627f3b2b9db4d286fd15ff024ea721612307405e7d457711c437dab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e764b650627f3b2b9db4d286fd15ff024ea721612307405e7d457711c437dab4", kill_on_drop: false }`
[INFO] [stdout] e764b650627f3b2b9db4d286fd15ff024ea721612307405e7d457711c437dab4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 603b1a6f5efad9da1250c5bb2cf46f26e6f8bc7136d00f9d0d59249db9c71dea
[INFO] running `Command { std: "docker" "start" "-a" "603b1a6f5efad9da1250c5bb2cf46f26e6f8bc7136d00f9d0d59249db9c71dea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking pnet_base v0.35.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking endi v1.1.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking pnet_macros_support v0.35.0
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling pnet v0.35.0
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-broadcast v0.7.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking pnet_sys v0.35.0
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling pnet_macros v0.35.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking pnet_packet v0.35.0
[INFO] [stderr]     Checking polling v3.7.3
[INFO] [stderr]     Checking async-io v2.3.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking pnet_transport v0.35.0
[INFO] [stderr]     Checking enumflags2 v0.7.10
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking pnet_datalink v0.35.0
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking notify-rust v4.11.3
[INFO] [stderr]     Checking blooemu v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `procfs`
[INFO] [stdout]  --> src/process.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use procfs::process::{all_processes, Process, ProcessStat};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `procfs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `procfs`, use `cargo add procfs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/file_system.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:63:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:55:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:121:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:120:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `procfs`
[INFO] [stdout]  --> src/process.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use procfs::process::{all_processes, Process, ProcessStat};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `procfs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `procfs`, use `cargo add procfs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `x11_dl`
[INFO] [stdout]   --> src/mouse_position.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |         use x11_dl::xlib;
[INFO] [stdout]    |             ^^^^^^ use of unresolved module or unlinked crate `x11_dl`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `x11_dl`, use `cargo add x11_dl` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `process::get_pid`
[INFO] [stdout]    --> src/lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout] 39  |     get_pid,
[INFO] [stdout]     |     ^^^^^^^ no `get_pid` in `process`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/process.rs:579:8
[INFO] [stdout]     |
[INFO] [stdout] 579 | pub fn get_pid(task_name: &str) -> Option<u32> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]    --> src/process.rs:578:7
[INFO] [stdout]     |
[INFO] [stdout] 578 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/file_system.rs:6:14
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:63:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:55:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:121:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/2b39fe756f52bc2825bf5b2bfc385cab922dae10/library/std/src/os/mod.rs:120:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_pid` in this scope
[INFO] [stdout]    --> src/process.rs:516:15
[INFO] [stdout]     |
[INFO] [stdout] 516 |     let pid = get_pid(task_name)?;
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use crate::utils::get_pid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_pid` in this scope
[INFO] [stdout]    --> src/process.rs:567:15
[INFO] [stdout]     |
[INFO] [stdout] 567 |     let pid = get_pid(task_name)?;
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use crate::utils::get_pid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]   --> src/process.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use std::time::Duration;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::fs::symlink`
[INFO] [stdout]  --> src/file_system.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::os::unix::fs::symlink;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `x11_dl`
[INFO] [stdout]   --> src/mouse_position.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |         use x11_dl::xlib;
[INFO] [stdout]    |             ^^^^^^ use of unresolved module or unlinked crate `x11_dl`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `x11_dl`, use `cargo add x11_dl` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `process::get_pid`
[INFO] [stdout]    --> src/lib.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout] 39  |     get_pid,
[INFO] [stdout]     |     ^^^^^^^ no `get_pid` in `process`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/process.rs:579:8
[INFO] [stdout]     |
[INFO] [stdout] 579 | pub fn get_pid(task_name: &str) -> Option<u32> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] note: the item is gated behind the `windows` feature
[INFO] [stdout]    --> src/process.rs:578:7
[INFO] [stdout]     |
[INFO] [stdout] 578 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_pid` in this scope
[INFO] [stdout]    --> src/process.rs:516:15
[INFO] [stdout]     |
[INFO] [stdout] 516 |     let pid = get_pid(task_name)?;
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use crate::utils::get_pid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `get_pid` in this scope
[INFO] [stdout]    --> src/process.rs:567:15
[INFO] [stdout]     |
[INFO] [stdout] 567 |     let pid = get_pid(task_name)?;
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use crate::utils::get_pid;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]   --> src/process.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use std::time::Duration;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::fs::symlink`
[INFO] [stdout]  --> src/file_system.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::os::unix::fs::symlink;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `all_processes` in this scope
[INFO] [stdout]   --> src/utils.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |     for process in all_processes().unwrap() {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OsString: From<CString>` is not satisfied
[INFO] [stdout]   --> src/file_system.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 45 |     Ok(owner.into())
[INFO] [stdout]    |              ^^^^ the trait `From<CString>` is not implemented for `OsString`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              `OsString` implements `From<&T>`
[INFO] [stdout]              `OsString` implements `From<Box<OsStr>>`
[INFO] [stdout]              `OsString` implements `From<Cow<'_, OsStr>>`
[INFO] [stdout]              `OsString` implements `From<PathBuf>`
[INFO] [stdout]              `OsString` implements `From<std::string::String>`
[INFO] [stdout]    = note: required for `CString` to implement `Into<OsString>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `all_processes` in this scope
[INFO] [stdout]   --> src/utils.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |     for process in all_processes().unwrap() {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `OsString: From<CString>` is not satisfied
[INFO] [stdout]   --> src/file_system.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 45 |     Ok(owner.into())
[INFO] [stdout]    |              ^^^^ the trait `From<CString>` is not implemented for `OsString`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `From<T>`:
[INFO] [stdout]              `OsString` implements `From<&T>`
[INFO] [stdout]              `OsString` implements `From<Box<OsStr>>`
[INFO] [stdout]              `OsString` implements `From<Cow<'_, OsStr>>`
[INFO] [stdout]              `OsString` implements `From<PathBuf>`
[INFO] [stdout]              `OsString` implements `From<std::string::String>`
[INFO] [stdout]    = note: required for `CString` to implement `Into<OsString>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buttons`
[INFO] [stdout]   --> src/popups.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     buttons: Option<&str>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buttons`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `no_callback`
[INFO] [stdout]   --> src/popups.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     no_callback: Option<fn()>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_no_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buttons`
[INFO] [stdout]   --> src/popups.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     buttons: Option<&str>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_buttons`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `no_callback`
[INFO] [stdout]   --> src/popups.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     no_callback: Option<fn()>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_no_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blooemu` (lib) due to 8 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blooemu` (lib test) due to 8 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "603b1a6f5efad9da1250c5bb2cf46f26e6f8bc7136d00f9d0d59249db9c71dea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "603b1a6f5efad9da1250c5bb2cf46f26e6f8bc7136d00f9d0d59249db9c71dea", kill_on_drop: false }`
[INFO] [stdout] 603b1a6f5efad9da1250c5bb2cf46f26e6f8bc7136d00f9d0d59249db9c71dea
