[INFO] cloning repository https://github.com/andy-k/board
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andy-k/board" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandy-k%2Fboard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandy-k%2Fboard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 682dbe78141105b674cdc668da6f4ba437978b8c
[INFO] building andy-k/board against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandy-k%2Fboard" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/andy-k/board
[INFO] finished tweaking git repo https://github.com/andy-k/board
[INFO] tweaked toml for git repo https://github.com/andy-k/board written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andy-k/board on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andy-k/board 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbacf54cd687877c7bb60061f493d9972676ae5397dc3a8a981d763248933c4a
[INFO] running `Command { std: "docker" "start" "-a" "cbacf54cd687877c7bb60061f493d9972676ae5397dc3a8a981d763248933c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbacf54cd687877c7bb60061f493d9972676ae5397dc3a8a981d763248933c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbacf54cd687877c7bb60061f493d9972676ae5397dc3a8a981d763248933c4a", kill_on_drop: false }`
[INFO] [stdout] cbacf54cd687877c7bb60061f493d9972676ae5397dc3a8a981d763248933c4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 778e4c9041d10239f0ee073c135e80fbf91550ac3db5330724ef485a248be6c3
[INFO] running `Command { std: "docker" "start" "-a" "778e4c9041d10239f0ee073c135e80fbf91550ac3db5330724ef485a248be6c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling rustyline-derive v0.11.1
[INFO] [stderr]    Compiling rustyline v17.0.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling wolges v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `wolges` (bin "auto")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name auto --edition=2024 src/main_auto.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc73cb39b46e179f -C extra-filename=-1ebbcee26c32a2b5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern csv=/opt/rustwide/target/debug/deps/libcsv-ed4e87f7fd4854e0.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-689718cf66d51789.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-9f0b18e20265c697.rlib --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-c7f9b4da7c2daea4.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-b5cbf3466ca804c3.rlib --extern rustyline_derive=/opt/rustwide/target/debug/deps/librustyline_derive-66880461c92ec119.so --extern serde=/opt/rustwide/target/debug/deps/libserde-bb5f447b92b2802f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2ecc97b7895a4858.rlib --extern shell_words=/opt/rustwide/target/debug/deps/libshell_words-bdf0d47a515455ff.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-aa75f32d79dd2936.rlib --extern wolges=/opt/rustwide/target/debug/deps/libwolges-a267038633905c0e.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `wolges` (bin "leave")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name leave --edition=2024 src/main_leave.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6277a5b351318c0f -C extra-filename=-14bc14c0f8cfd28c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern csv=/opt/rustwide/target/debug/deps/libcsv-ed4e87f7fd4854e0.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-689718cf66d51789.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-9f0b18e20265c697.rlib --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-c7f9b4da7c2daea4.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-b5cbf3466ca804c3.rlib --extern rustyline_derive=/opt/rustwide/target/debug/deps/librustyline_derive-66880461c92ec119.so --extern serde=/opt/rustwide/target/debug/deps/libserde-bb5f447b92b2802f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2ecc97b7895a4858.rlib --extern shell_words=/opt/rustwide/target/debug/deps/libshell_words-bdf0d47a515455ff.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-aa75f32d79dd2936.rlib --extern wolges=/opt/rustwide/target/debug/deps/libwolges-a267038633905c0e.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "778e4c9041d10239f0ee073c135e80fbf91550ac3db5330724ef485a248be6c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "778e4c9041d10239f0ee073c135e80fbf91550ac3db5330724ef485a248be6c3", kill_on_drop: false }`
[INFO] [stdout] 778e4c9041d10239f0ee073c135e80fbf91550ac3db5330724ef485a248be6c3
