[INFO] cloning repository https://github.com/surbina/fox-monitor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/surbina/fox-monitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsurbina%2Ffox-monitor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsurbina%2Ffox-monitor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1161fa9e1ce14f9aa5e200fecda02b357f4dab18 [INFO] checking surbina/fox-monitor against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsurbina%2Ffox-monitor" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/surbina/fox-monitor [INFO] finished tweaking git repo https://github.com/surbina/fox-monitor [INFO] tweaked toml for git repo https://github.com/surbina/fox-monitor written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/surbina/fox-monitor on toolchain f70ee28831acc074c109afab32d287057c3eca46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/surbina/fox-monitor 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" "+f70ee28831acc074c109afab32d287057c3eca46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 201d1be118d8862ec0be3e01a46eb0224633965c9dc357c07624914f00baeb00 [INFO] running `Command { std: "docker" "start" "-a" "201d1be118d8862ec0be3e01a46eb0224633965c9dc357c07624914f00baeb00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "201d1be118d8862ec0be3e01a46eb0224633965c9dc357c07624914f00baeb00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "201d1be118d8862ec0be3e01a46eb0224633965c9dc357c07624914f00baeb00", kill_on_drop: false }` [INFO] [stdout] 201d1be118d8862ec0be3e01a46eb0224633965c9dc357c07624914f00baeb00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d321f6100594b6178ab335dc0bce50afb61674a8d1fff87ed798be290045121 [INFO] running `Command { std: "docker" "start" "-a" "0d321f6100594b6178ab335dc0bce50afb61674a8d1fff87ed798be290045121", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling binrw_derive v0.12.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling binrw v0.12.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking data-encoding v2.8.0 [INFO] [stderr] Checking bytemuck v1.22.0 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking bimap v0.6.3 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking clap_builder v4.5.32 [INFO] [stderr] Checking jiff v0.2.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking flume v0.11.1 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling cc v1.2.17 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking ctrlc v3.4.5 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling lz4-sys v1.11.1+lz4-1.10.0 [INFO] [stderr] Checking sysinfo v0.33.1 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking env_logger v0.11.7 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tokio v1.44.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling delegate v0.13.2 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] error: could not compile `binrw_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f70ee28831acc074c109afab32d287057c3eca46/bin/rustc --crate-name binrw_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/binrw_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="owo-colors"' --cfg 'feature="verbose-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "owo-colors", "verbose-backtrace"))' -C metadata=adb9bd4e8da05e89 -C extra-filename=-9abf28c732b20f2b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern either=/opt/rustwide/target/debug/deps/libeither-06ecbe394e9269f6.rlib --extern owo_colors=/opt/rustwide/target/debug/deps/libowo_colors-d2bea73102016499.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b451938b75364d7d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-66c7922d13bf33d9.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-9de9ec545dcf604f.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --cfg nightly` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0d321f6100594b6178ab335dc0bce50afb61674a8d1fff87ed798be290045121", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d321f6100594b6178ab335dc0bce50afb61674a8d1fff87ed798be290045121", kill_on_drop: false }` [INFO] [stdout] 0d321f6100594b6178ab335dc0bce50afb61674a8d1fff87ed798be290045121