[INFO] crate mouscache 0.5.5 is already in cache [INFO] checking mouscache-0.5.5 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate mouscache 0.5.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate mouscache 0.5.5 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mouscache 0.5.5 [INFO] finished tweaking crates.io crate mouscache 0.5.5 [INFO] tweaked toml for crates.io crate mouscache 0.5.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 987407e65dac5fe0e0d1ef91bbf6bd4a6e37ff009f6164df673c1e4315735b1b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "987407e65dac5fe0e0d1ef91bbf6bd4a6e37ff009f6164df673c1e4315735b1b"` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling redis v0.10.0 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking owning_ref v0.4.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking dns-lookup v0.9.1 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking scheduled-thread-pool v0.2.4 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking mouscache v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/redis_cache.rs:68:34 [INFO] [stderr] | [INFO] [stderr] 68 | connection_info: r#try!(host.into_connection_info()), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/redis_cache.rs:68:34 [INFO] [stderr] | [INFO] [stderr] 68 | connection_info: r#try!(host.into_connection_info()), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:33:41 [INFO] [stderr] | [INFO] [stderr] 33 | RedisCacheError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:33:41 [INFO] [stderr] | [INFO] [stderr] 33 | RedisCacheError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/redis_cache.rs:37:60 [INFO] [stderr] | [INFO] [stderr] 37 | Some(source) => write!(fmt, "{}: {}", self.description(), source), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/redis_cache.rs:38:48 [INFO] [stderr] | [INFO] [stderr] 38 | None => write!(fmt, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/redis_cache.rs:37:60 [INFO] [stderr] | [INFO] [stderr] 37 | Some(source) => write!(fmt, "{}: {}", self.description(), source), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/redis_cache.rs:38:48 [INFO] [stderr] | [INFO] [stderr] 38 | None => write!(fmt, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.57s [INFO] running `"docker" "inspect" "987407e65dac5fe0e0d1ef91bbf6bd4a6e37ff009f6164df673c1e4315735b1b"` [INFO] running `"docker" "rm" "-f" "987407e65dac5fe0e0d1ef91bbf6bd4a6e37ff009f6164df673c1e4315735b1b"` [INFO] [stdout] 987407e65dac5fe0e0d1ef91bbf6bd4a6e37ff009f6164df673c1e4315735b1b