[INFO] updating cached repository https://github.com/udoprog/futures-cache [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 989962ecdc779fcf6592623a3a7a744ea760ef07 [INFO] testing udoprog/futures-cache against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fudoprog%2Ffutures-cache" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/udoprog/futures-cache on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/udoprog/futures-cache [INFO] finished tweaking git repo https://github.com/udoprog/futures-cache [INFO] tweaked toml for git repo https://github.com/udoprog/futures-cache written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f4e9b657a8d34e8023b447f726bf0007f116729fec5e1809b9380fbaab2422bb [INFO] running `"docker" "start" "-a" "f4e9b657a8d34e8023b447f726bf0007f116729fec5e1809b9380fbaab2422bb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling sled v0.30.3 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling serde-hashkey v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde_cbor v0.10.2 [INFO] [stderr] Compiling futures-cache v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.78s [INFO] running `"docker" "inspect" "f4e9b657a8d34e8023b447f726bf0007f116729fec5e1809b9380fbaab2422bb"` [INFO] running `"docker" "rm" "-f" "f4e9b657a8d34e8023b447f726bf0007f116729fec5e1809b9380fbaab2422bb"` [INFO] [stdout] f4e9b657a8d34e8023b447f726bf0007f116729fec5e1809b9380fbaab2422bb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 67afd1fbb40f5a43c232643068e339a8df90e05a801225764efef6b5fda3b453 [INFO] running `"docker" "start" "-a" "67afd1fbb40f5a43c232643068e339a8df90e05a801225764efef6b5fda3b453"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro-nested v0.1.5 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling pin-project v0.4.20 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling 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" "67afd1fbb40f5a43c232643068e339a8df90e05a801225764efef6b5fda3b453"` [INFO] running `"docker" "rm" "-f" "67afd1fbb40f5a43c232643068e339a8df90e05a801225764efef6b5fda3b453"` [INFO] [stdout] 67afd1fbb40f5a43c232643068e339a8df90e05a801225764efef6b5fda3b453