[INFO] fetching crate exposed 0.0.1-beta...
[INFO] testing exposed-0.0.1-beta against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate exposed 0.0.1-beta into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate exposed 0.0.1-beta
[INFO] finished tweaking crates.io crate exposed 0.0.1-beta
[INFO] tweaked toml for crates.io crate exposed 0.0.1-beta written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate exposed 0.0.1-beta on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 23 packages to latest compatible versions
[INFO] [stderr]       Adding ndk-sys v0.5.0+25.2.9519653 (available: v0.6.0+11769913)
[INFO] [stderr]       Adding windows-sys v0.52.0 (available: v0.61.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff4e6c8c2260a7edd330adae86dad1498429d22e00666f3fa37b38387130af00
[INFO] running `Command { std: "docker" "start" "-a" "ff4e6c8c2260a7edd330adae86dad1498429d22e00666f3fa37b38387130af00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff4e6c8c2260a7edd330adae86dad1498429d22e00666f3fa37b38387130af00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff4e6c8c2260a7edd330adae86dad1498429d22e00666f3fa37b38387130af00", kill_on_drop: false }`
[INFO] [stdout] ff4e6c8c2260a7edd330adae86dad1498429d22e00666f3fa37b38387130af00
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 192743479f347bc70f1a2e3c48642ab17dfe2177b4115b8ed77ac98d99935927
[INFO] running `Command { std: "docker" "start" "-a" "192743479f347bc70f1a2e3c48642ab17dfe2177b4115b8ed77ac98d99935927", kill_on_drop: false }`
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling exposed v0.0.1-beta (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling unsafe-utilities v0.1.0
[INFO] [stderr]    Compiling exposed-macro v0.1.0
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/window/_x11/event_handler.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout] 214 |         if ONCE.fetch_add(1, Ordering::SeqCst) == 0 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
[INFO] running `Command { std: "docker" "inspect" "192743479f347bc70f1a2e3c48642ab17dfe2177b4115b8ed77ac98d99935927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "192743479f347bc70f1a2e3c48642ab17dfe2177b4115b8ed77ac98d99935927", kill_on_drop: false }`
[INFO] [stdout] 192743479f347bc70f1a2e3c48642ab17dfe2177b4115b8ed77ac98d99935927
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d9d6c2678dd842f0a8ee0ad7d7c02e5b54d328e742732bdcef8302845ae6fdb
[INFO] running `Command { std: "docker" "start" "-a" "2d9d6c2678dd842f0a8ee0ad7d7c02e5b54d328e742732bdcef8302845ae6fdb", kill_on_drop: false }`
[INFO] [stderr]    Compiling exposed v0.0.1-beta (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/window/_x11/event_handler.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout] 214 |         if ONCE.fetch_add(1, Ordering::SeqCst) == 0 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/window/_x11/event_handler.rs:214:12
[INFO] [stdout]     |
[INFO] [stdout] 214 |         if ONCE.fetch_add(1, Ordering::SeqCst) == 0 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "2d9d6c2678dd842f0a8ee0ad7d7c02e5b54d328e742732bdcef8302845ae6fdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d9d6c2678dd842f0a8ee0ad7d7c02e5b54d328e742732bdcef8302845ae6fdb", kill_on_drop: false }`
[INFO] [stdout] 2d9d6c2678dd842f0a8ee0ad7d7c02e5b54d328e742732bdcef8302845ae6fdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a74f99ac404f2535f4909896e950e02409931069a71f3c722c1fe21356e21936
[INFO] running `Command { std: "docker" "start" "-a" "a74f99ac404f2535f4909896e950e02409931069a71f3c722c1fe21356e21936", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stdout] 
[INFO] [stderr]    --> src/window/_x11/event_handler.rs:214:12
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 214 |         if ONCE.fetch_add(1, Ordering::SeqCst) == 0 {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `exposed` (lib) generated 1 warning
[INFO] [stderr] warning: `exposed` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exposed-1e078507639c8a16)
[INFO] [stderr]    Doc-tests exposed
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/window/keys.rs - window::keys::Key (line 136) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/window/keys.rs - window::keys::Key (line 136) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows_sys`
[INFO] [stdout]    --> src/window/keys.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | use windows_sys::Win32::UI::Input::KeyboardAndMouse::VK_ESCAPE;
[INFO] [stdout]     |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ndk_sys`
[INFO] [stdout]    --> src/window/keys.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 141 | use ndk_sys::AKEYCODE_ESCAPE;
[INFO] [stdout]     |     ^^^^^^^ use of unresolved module or unlinked crate `ndk_sys`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndk_sys`, use `cargo add ndk_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Key` in this scope
[INFO] [stdout]    --> src/window/keys.rs:138:11
[INFO] [stdout]     |
[INFO] [stdout] 138 | let key = Key(VK_ESCAPE as u64);
[INFO] [stdout]     |           ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]     |
[INFO] [stdout] 136 + use exposed::window::Key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Key` in this scope
[INFO] [stdout]    --> src/window/keys.rs:142:11
[INFO] [stdout]     |
[INFO] [stdout] 142 | let key = Key(AKEYCODE_ESCAPE as u64);
[INFO] [stdout]     |           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a local variable with a similar name exists (notice the capitalization)
[INFO] [stdout]     |
[INFO] [stdout] 142 - let key = Key(AKEYCODE_ESCAPE as u64);
[INFO] [stdout] 142 + let key = key(AKEYCODE_ESCAPE as u64);
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]     |
[INFO] [stdout] 136 + use exposed::window::Key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `KEY`
[INFO] [stdout]    --> src/window/keys.rs:139:16
[INFO] [stdout]     |
[INFO] [stdout] 139 | assert!(key == KEY::ESCAPE);
[INFO] [stdout]     |                ^^^ use of undeclared type `KEY`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `KEY`
[INFO] [stdout]    --> src/window/keys.rs:143:16
[INFO] [stdout]     |
[INFO] [stdout] 143 | assert!(key == KEY::ESCAPE);
[INFO] [stdout]     |                ^^^ use of undeclared type `KEY`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/window/keys.rs - window::keys::Key (line 136)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a74f99ac404f2535f4909896e950e02409931069a71f3c722c1fe21356e21936", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a74f99ac404f2535f4909896e950e02409931069a71f3c722c1fe21356e21936", kill_on_drop: false }`
[INFO] [stdout] a74f99ac404f2535f4909896e950e02409931069a71f3c722c1fe21356e21936
