[INFO] cloning repository https://github.com/Brodino96/hotkeys
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Brodino96/hotkeys" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrodino96%2Fhotkeys", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrodino96%2Fhotkeys'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c15e482bc825b856c651c41439500b98b0f84f0d
[INFO] checking Brodino96/hotkeys against try#87f2ecc56b5f6032b075c8934ebc77f28d57183c for pr-148190
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrodino96%2Fhotkeys" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Brodino96/hotkeys
[INFO] finished tweaking git repo https://github.com/Brodino96/hotkeys
[INFO] tweaked toml for git repo https://github.com/Brodino96/hotkeys written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Brodino96/hotkeys on toolchain 87f2ecc56b5f6032b075c8934ebc77f28d57183c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Brodino96/hotkeys 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" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ca9ab735024e89cb047fa037971d0516fe320b2b45c44b1a80d11184e3a325b
[INFO] running `Command { std: "docker" "start" "-a" "7ca9ab735024e89cb047fa037971d0516fe320b2b45c44b1a80d11184e3a325b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ca9ab735024e89cb047fa037971d0516fe320b2b45c44b1a80d11184e3a325b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ca9ab735024e89cb047fa037971d0516fe320b2b45c44b1a80d11184e3a325b", kill_on_drop: false }`
[INFO] [stdout] 7ca9ab735024e89cb047fa037971d0516fe320b2b45c44b1a80d11184e3a325b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+87f2ecc56b5f6032b075c8934ebc77f28d57183c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45cad5801657599efd24deebcc0ccebe3ccb2c14df0709e2cb54d32bb2c5dd90
[INFO] running `Command { std: "docker" "start" "-a" "45cad5801657599efd24deebcc0ccebe3ccb2c14df0709e2cb54d32bb2c5dd90", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking once_cell v1.21.0
[INFO] [stderr]     Checking windows-link v0.1.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking windows-strings v0.3.1
[INFO] [stderr]     Checking windows-result v0.3.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.3.1
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling enumflags2_derive v0.7.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling windows-interface v0.59.0
[INFO] [stderr]    Compiling windows-implement v0.59.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-trait v0.1.87
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking windows-core v0.60.1
[INFO] [stderr]     Checking windows-collections v0.1.1
[INFO] [stderr]     Checking windows-numerics v0.1.1
[INFO] [stderr]     Checking windows-future v0.1.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking windows v0.60.0
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]     Checking win-hotkeys v0.5.0
[INFO] [stderr]     Checking async-signal v0.2.10
[INFO] [stderr]     Checking async-process v2.3.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking zvariant_utils v3.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.11
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling zvariant_derive v5.4.0
[INFO] [stderr]    Compiling winres v0.1.12
[INFO] [stderr]    Compiling hotkeys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling zvariant v5.4.0
[INFO] [stderr] error: failed to run custom build command for `hotkeys v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/hotkeys-0a4145e884007477/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   package.metadata does not exist
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (975) panicked at build.rs:10:19:
[INFO] [stderr]   called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5cd5e2f78862 - std[52045bcf8610ede8]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5cd5e2f78862 - std[52045bcf8610ede8]::backtrace_rs::backtrace::trace_unsynchronized::<std[52045bcf8610ede8]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5cd5e2f78862 - std[52045bcf8610ede8]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/sys/backtrace.rs:68:9
[INFO] [stderr]      3:     0x5cd5e2f78862 - <<std[52045bcf8610ede8]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[b0205bc8f40a162d]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/sys/backtrace.rs:38:26
[INFO] [stderr]      4:     0x5cd5e2f8c0a7 - <core[b0205bc8f40a162d]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5cd5e2f8c0a7 - core[b0205bc8f40a162d]::fmt::write
[INFO] [stderr]      6:     0x5cd5e2f7d1c6 - std[52045bcf8610ede8]::io::default_write_fmt::<std[52045bcf8610ede8]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/io/mod.rs:614:11
[INFO] [stderr]      7:     0x5cd5e2f7d1c6 - <std[52045bcf8610ede8]::sys::stdio::unix::Stderr as std[52045bcf8610ede8]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/io/mod.rs:1969:13
[INFO] [stderr]      8:     0x5cd5e2f5cf8f - <std[52045bcf8610ede8]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/sys/backtrace.rs:41:9
[INFO] [stderr]      9:     0x5cd5e2f5cf8f - std[52045bcf8610ede8]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5cd5e2f73ec1 - std[52045bcf8610ede8]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5cd5e2f7407b - std[52045bcf8610ede8]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x5cd5e2f5d048 - std[52045bcf8610ede8]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x5cd5e2f52209 - std[52045bcf8610ede8]::sys::backtrace::__rust_end_short_backtrace::<std[52045bcf8610ede8]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/sys/backtrace.rs:176:18
[INFO] [stderr]     14:     0x5cd5e2f5daad - __rustc[b76eeeb8293e78f3]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x5cd5e2f8c75c - core[b0205bc8f40a162d]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5cd5e2f8c4d2 - core[b0205bc8f40a162d]::result::unwrap_failed
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/core/src/result.rs:1867:5
[INFO] [stderr]     17:     0x5cd5e2ef547f - build_script_build[dd3cc3fe43a19a04]::main
[INFO] [stderr]     18:     0x5cd5e2ef59d3 - <fn() as core[b0205bc8f40a162d]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     19:     0x5cd5e2ef5356 - std[52045bcf8610ede8]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     20:     0x5cd5e2ef5369 - std[52045bcf8610ede8]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     21:     0x5cd5e2f7303a - <&dyn core[b0205bc8f40a162d]::ops::function::Fn<(), Output = i32> + core[b0205bc8f40a162d]::panic::unwind_safe::RefUnwindSafe + core[b0205bc8f40a162d]::marker::Sync as core[b0205bc8f40a162d]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     22:     0x5cd5e2f7303a - std[52045bcf8610ede8]::panicking::catch_unwind::do_call::<&dyn core[b0205bc8f40a162d]::ops::function::Fn<(), Output = i32> + core[b0205bc8f40a162d]::panic::unwind_safe::RefUnwindSafe + core[b0205bc8f40a162d]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:581:40
[INFO] [stderr]     23:     0x5cd5e2f7303a - std[52045bcf8610ede8]::panicking::catch_unwind::<i32, &dyn core[b0205bc8f40a162d]::ops::function::Fn<(), Output = i32> + core[b0205bc8f40a162d]::panic::unwind_safe::RefUnwindSafe + core[b0205bc8f40a162d]::marker::Sync>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:544:19
[INFO] [stderr]     24:     0x5cd5e2f7303a - std[52045bcf8610ede8]::panic::catch_unwind::<&dyn core[b0205bc8f40a162d]::ops::function::Fn<(), Output = i32> + core[b0205bc8f40a162d]::panic::unwind_safe::RefUnwindSafe + core[b0205bc8f40a162d]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x5cd5e2f7303a - std[52045bcf8610ede8]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x5cd5e2f7303a - std[52045bcf8610ede8]::panicking::catch_unwind::do_call::<std[52045bcf8610ede8]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:581:40
[INFO] [stderr]     27:     0x5cd5e2f7303a - std[52045bcf8610ede8]::panicking::catch_unwind::<isize, std[52045bcf8610ede8]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panicking.rs:544:19
[INFO] [stderr]     28:     0x5cd5e2f7303a - std[52045bcf8610ede8]::panic::catch_unwind::<std[52045bcf8610ede8]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x5cd5e2f7303a - std[52045bcf8610ede8]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/87f2ecc56b5f6032b075c8934ebc77f28d57183c/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x5cd5e2ef50e1 - std[52045bcf8610ede8]::rt::lang_start::<()>
[INFO] [stderr]     31:     0x5cd5e2ef5a35 - main
[INFO] [stderr]     32:     0x7710c5b301ca - <unknown>
[INFO] [stderr]     33:     0x7710c5b3028b - __libc_start_main
[INFO] [stderr]     34:     0x5cd5e2ef4ff5 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "45cad5801657599efd24deebcc0ccebe3ccb2c14df0709e2cb54d32bb2c5dd90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45cad5801657599efd24deebcc0ccebe3ccb2c14df0709e2cb54d32bb2c5dd90", kill_on_drop: false }`
[INFO] [stdout] 45cad5801657599efd24deebcc0ccebe3ccb2c14df0709e2cb54d32bb2c5dd90
