[INFO] fetching crate blooemu 0.2.1...
[INFO] checking blooemu-0.2.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate blooemu 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate blooemu 0.2.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate blooemu 0.2.1
[INFO] finished tweaking crates.io crate blooemu 0.2.1
[INFO] tweaked toml for crates.io crate blooemu 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 154 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 005bc3f3040ed0935c4fd8f3beea3210385bd7e912378e7f7a700b805095dd96
[INFO] running `Command { std: "docker" "start" "-a" "005bc3f3040ed0935c4fd8f3beea3210385bd7e912378e7f7a700b805095dd96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "005bc3f3040ed0935c4fd8f3beea3210385bd7e912378e7f7a700b805095dd96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "005bc3f3040ed0935c4fd8f3beea3210385bd7e912378e7f7a700b805095dd96", kill_on_drop: false }`
[INFO] [stdout] 005bc3f3040ed0935c4fd8f3beea3210385bd7e912378e7f7a700b805095dd96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e745b36f65f98487ee3ba19bc4e70c901de01ca383616ac3d3aecb6f69b05cdd
[INFO] running `Command { std: "docker" "start" "-a" "e745b36f65f98487ee3ba19bc4e70c901de01ca383616ac3d3aecb6f69b05cdd", kill_on_drop: false }`
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]     Checking fastrand v2.2.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking pnet_base v0.35.0
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking endi v1.1.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking pnet_macros_support v0.35.0
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling pnet v0.35.0
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking itoa v1.0.14
[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 log v0.4.22
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking sha1 v0.10.6
[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]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling zvariant_derive v4.2.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]    Compiling pnet_macros v0.35.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking pnet_packet v0.35.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking async-io v2.4.0
[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.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `procfs`
[INFO] [stdout]  --> src/process.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use procfs::process::{all_processes, Process, ProcessStat};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `procfs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `procfs`
[INFO] [stdout]  --> src/process.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use procfs::process::{all_processes, Process, ProcessStat};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `procfs`
[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/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:63:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:55:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:121:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:120:1
[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/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:63:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:55:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:121:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/std/src/os/mod.rs:120:1
[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 undeclared crate or module `x11_dl`
[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[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 undeclared crate or module `x11_dl`
[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 `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[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[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] 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] 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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `blooemu` (lib) due to 8 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e745b36f65f98487ee3ba19bc4e70c901de01ca383616ac3d3aecb6f69b05cdd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e745b36f65f98487ee3ba19bc4e70c901de01ca383616ac3d3aecb6f69b05cdd", kill_on_drop: false }`
[INFO] [stdout] e745b36f65f98487ee3ba19bc4e70c901de01ca383616ac3d3aecb6f69b05cdd
