[INFO] fetching crate timegate 0.1.0... [INFO] testing timegate-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate timegate 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate timegate 0.1.0 [INFO] finished tweaking crates.io crate timegate 0.1.0 [INFO] tweaked toml for crates.io crate timegate 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate timegate 0.1.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 60 packages to latest compatible versions [INFO] [stderr] Adding sled v0.31.0 (available: v0.34.7) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sled v0.31.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44636534c53e19ac3819c397b900f4ad55ffbb35c5657ac464ddc90b1b32e6a4 [INFO] running `Command { std: "docker" "start" "-a" "44636534c53e19ac3819c397b900f4ad55ffbb35c5657ac464ddc90b1b32e6a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44636534c53e19ac3819c397b900f4ad55ffbb35c5657ac464ddc90b1b32e6a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44636534c53e19ac3819c397b900f4ad55ffbb35c5657ac464ddc90b1b32e6a4", kill_on_drop: false }` [INFO] [stdout] 44636534c53e19ac3819c397b900f4ad55ffbb35c5657ac464ddc90b1b32e6a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dfba63e7c8bf6f1c2b25faf8227f61c0d192f5f711ee2ee53e8cd5ad950b1f54 [INFO] running `Command { std: "docker" "start" "-a" "dfba63e7c8bf6f1c2b25faf8227f61c0d192f5f711ee2ee53e8cd5ad950b1f54", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling parking_lot_core v0.7.3 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling sled v0.31.0 [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 synstructure v0.13.2 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.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" "dfba63e7c8bf6f1c2b25faf8227f61c0d192f5f711ee2ee53e8cd5ad950b1f54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfba63e7c8bf6f1c2b25faf8227f61c0d192f5f711ee2ee53e8cd5ad950b1f54", kill_on_drop: false }` [INFO] [stdout] dfba63e7c8bf6f1c2b25faf8227f61c0d192f5f711ee2ee53e8cd5ad950b1f54