[INFO] fetching crate kanben 0.1.3...
[INFO] testing kanben-0.1.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate kanben 0.1.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate kanben 0.1.3
[INFO] finished tweaking crates.io crate kanben 0.1.3
[INFO] tweaked toml for crates.io crate kanben 0.1.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kanben 0.1.3 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kanben 0.1.3 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" "+beta-2025-09-21" "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-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ac346eb36907e8b454c058e761def7239c1b08d8e434d9956f8d5fb321d0553
[INFO] running `Command { std: "docker" "start" "-a" "2ac346eb36907e8b454c058e761def7239c1b08d8e434d9956f8d5fb321d0553", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ac346eb36907e8b454c058e761def7239c1b08d8e434d9956f8d5fb321d0553", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ac346eb36907e8b454c058e761def7239c1b08d8e434d9956f8d5fb321d0553", kill_on_drop: false }`
[INFO] [stdout] 2ac346eb36907e8b454c058e761def7239c1b08d8e434d9956f8d5fb321d0553
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7387e343a781bcebd1ce4bf8c8170a42c47615ed2a3016f7acd204274974bdef
[INFO] running `Command { std: "docker" "start" "-a" "7387e343a781bcebd1ce4bf8c8170a42c47615ed2a3016f7acd204274974bdef", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.70
[INFO] [stderr]    Compiling proc-macro2 v1.0.13
[INFO] [stderr]    Compiling syn v1.0.22
[INFO] [stderr]    Compiling version_check v0.9.1
[INFO] [stderr]    Compiling serde v1.0.110
[INFO] [stderr]    Compiling ryu v1.0.4
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling unicode-width v0.1.7
[INFO] [stderr]    Compiling itoa v0.4.5
[INFO] [stderr]    Compiling minimad v0.4.3
[INFO] [stderr]    Compiling os_str_bytes v2.3.1
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling crossterm_utils v0.2.4
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling dirs-sys v0.3.4
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling quote v1.0.6
[INFO] [stderr]    Compiling crossterm_screen v0.2.5
[INFO] [stderr]    Compiling crossterm_cursor v0.2.6
[INFO] [stderr]    Compiling crossterm_style v0.3.3
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling crossterm_terminal v0.2.6
[INFO] [stderr]    Compiling crossterm_input v0.3.9
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling crossterm v0.9.6
[INFO] [stderr]    Compiling termimad v0.5.1
[INFO] [stderr]    Compiling sled v0.31.0
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling libmath v0.2.1
[INFO] [stdout] error[E0308]: `if` and `else` have incompatible types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.31.0/src/config.rs:552:20
[INFO] [stdout]     |
[INFO] [stdout] 550 |               let try_lock = if self.read_only {
[INFO] [stdout]     |                              ----------------- `if` and `else` have incompatible types
[INFO] [stdout] 551 |                   file.try_lock_shared()
[INFO] [stdout]     |                   ---------------------- expected because of this
[INFO] [stdout] 552 |               } else if cfg!(feature = "testing") {
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] ...   |
[INFO] [stdout] 560 | |                 file.try_lock_exclusive()
[INFO] [stdout] 561 | |             };
[INFO] [stdout]     | |_____________^ expected `Result<(), TryLockError>`, found `Result<(), Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `std::result::Result<_, std::fs::TryLockError>`
[INFO] [stdout]                found enum `std::result::Result<_, std::io::Error>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sled` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7387e343a781bcebd1ce4bf8c8170a42c47615ed2a3016f7acd204274974bdef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7387e343a781bcebd1ce4bf8c8170a42c47615ed2a3016f7acd204274974bdef", kill_on_drop: false }`
[INFO] [stdout] 7387e343a781bcebd1ce4bf8c8170a42c47615ed2a3016f7acd204274974bdef
