[INFO] crate futures-cache 0.9.0 is already in cache [INFO] checking futures-cache-0.9.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate futures-cache 0.9.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate futures-cache 0.9.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate futures-cache 0.9.0 [INFO] finished tweaking crates.io crate futures-cache 0.9.0 [INFO] tweaked toml for crates.io crate futures-cache 0.9.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b440f99b1aa1a862024afb53e4bd06c58f81dc3ec3d9eef2b8b0878c765142c0 [INFO] running `"docker" "start" "-a" "b440f99b1aa1a862024afb53e4bd06c58f81dc3ec3d9eef2b8b0878c765142c0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking serde-hashkey v0.2.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking serde_cbor v0.10.2 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking sled v0.30.3 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking futures-cache v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'sled::db::Db::start_default': replaced by `sled::open` [INFO] [stderr] --> src/lib.rs:648:18 [INFO] [stderr] | [INFO] [stderr] 648 | let db = sled::Db::start_default(path)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: try expression alternatives have incompatible types [INFO] [stderr] --> src/lib.rs:649:12 [INFO] [stderr] | [INFO] [stderr] 649 | Ok(db.open_tree("test")?) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::Arc`, found struct `sled::tree::Tree` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::sync::Arc` [INFO] [stderr] found struct `sled::tree::Tree` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `futures-cache`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b440f99b1aa1a862024afb53e4bd06c58f81dc3ec3d9eef2b8b0878c765142c0"` [INFO] running `"docker" "rm" "-f" "b440f99b1aa1a862024afb53e4bd06c58f81dc3ec3d9eef2b8b0878c765142c0"` [INFO] [stdout] b440f99b1aa1a862024afb53e4bd06c58f81dc3ec3d9eef2b8b0878c765142c0