[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#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandy-k%2Fboard" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/andy-k/board on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4f6de1a172e50fe69957b6fb55cbab1aa1f134d955bf766ef374f273f1906de [INFO] running `Command { std: "docker" "start" "-a" "c4f6de1a172e50fe69957b6fb55cbab1aa1f134d955bf766ef374f273f1906de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4f6de1a172e50fe69957b6fb55cbab1aa1f134d955bf766ef374f273f1906de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4f6de1a172e50fe69957b6fb55cbab1aa1f134d955bf766ef374f273f1906de", kill_on_drop: false }` [INFO] [stdout] c4f6de1a172e50fe69957b6fb55cbab1aa1f134d955bf766ef374f273f1906de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1c0a3545b577cacce642a89c461e0272f15d97204fb5ce928f05426e20bca1c [INFO] running `Command { std: "docker" "start" "-a" "b1c0a3545b577cacce642a89c461e0272f15d97204fb5ce928f05426e20bca1c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling serde_core v1.0.226 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling serde v1.0.226 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling fd-lock v4.0.4 [INFO] [stderr] Compiling rustyline v17.0.1 [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 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 "leave") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b1c0a3545b577cacce642a89c461e0272f15d97204fb5ce928f05426e20bca1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1c0a3545b577cacce642a89c461e0272f15d97204fb5ce928f05426e20bca1c", kill_on_drop: false }` [INFO] [stdout] b1c0a3545b577cacce642a89c461e0272f15d97204fb5ce928f05426e20bca1c