[INFO] crate redis-asio 0.1.0-alpha is already in cache [INFO] checking redis-asio-0.1.0-alpha against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate redis-asio 0.1.0-alpha into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate redis-asio 0.1.0-alpha on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate redis-asio 0.1.0-alpha [INFO] finished tweaking crates.io crate redis-asio 0.1.0-alpha [INFO] tweaked toml for crates.io crate redis-asio 0.1.0-alpha written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate redis-asio 0.1.0-alpha already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9d374cf0b2ffe36e9db31528c16ef0e3ca75d5dff705f3b1c9079298dc7be035 [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" "9d374cf0b2ffe36e9db31528c16ef0e3ca75d5dff705f3b1c9079298dc7be035"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking redis-asio v0.1.0-alpha (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/base/connection.rs:45:81 [INFO] [stderr] | [INFO] [stderr] 45 | .map_err(|err| RedisError::new(RedisErrorKind::ConnectionError, err.description().to_string())) [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/stream/stream.rs:307:36 [INFO] [stderr] | [INFO] [stderr] 307 | ... && err.description().contains("BUSYGROUP") { [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/base/connection.rs:45:81 [INFO] [stderr] | [INFO] [stderr] 45 | .map_err(|err| RedisError::new(RedisErrorKind::ConnectionError, err.description().to_string())) [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/base/error.rs:44:72 [INFO] [stderr] | [INFO] [stderr] 44 | RedisError { error: RedisErrorKind::ConnectionError, desc: err.description().to_string() } [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/stream/stream.rs:307:36 [INFO] [stderr] | [INFO] [stderr] 307 | ... && err.description().contains("BUSYGROUP") { [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/base/value.rs:104:98 [INFO] [stderr] | [INFO] [stderr] 104 | format!("Couldn't convert the Redis value: \"{:?}\". Reason: \"{}\"", value, err.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/base/value.rs:218:62 [INFO] [stderr] | [INFO] [stderr] 218 | RedisError::new(RedisErrorKind::IncorrectConversion, err.description().to_string()) [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/base/error.rs:44:72 [INFO] [stderr] | [INFO] [stderr] 44 | RedisError { error: RedisErrorKind::ConnectionError, desc: err.description().to_string() } [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/base/codec/decode.rs:193:72 [INFO] [stderr] | [INFO] [stderr] 193 | format!("Could not parse a status from bytes: {}", err.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/base/codec/decode.rs:210:87 [INFO] [stderr] | [INFO] [stderr] 210 | format!("Could not parse an i64 from the {:?}, error: {}", value, err.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/base/value.rs:104:98 [INFO] [stderr] | [INFO] [stderr] 104 | format!("Couldn't convert the Redis value: \"{:?}\". Reason: \"{}\"", value, err.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/base/value.rs:218:62 [INFO] [stderr] | [INFO] [stderr] 218 | RedisError::new(RedisErrorKind::IncorrectConversion, err.description().to_string()) [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/base/codec/decode.rs:193:72 [INFO] [stderr] | [INFO] [stderr] 193 | format!("Could not parse a status from bytes: {}", err.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/base/codec/decode.rs:210:87 [INFO] [stderr] | [INFO] [stderr] 210 | format!("Could not parse an i64 from the {:?}, error: {}", value, err.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/stream/entry.rs:187:53 [INFO] [stderr] | [INFO] [stderr] 187 | RedisError::new(RedisErrorKind::ParseError, err.description().to_string()) [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/stream/entry.rs:187:53 [INFO] [stderr] | [INFO] [stderr] 187 | RedisError::new(RedisErrorKind::ParseError, err.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.06s [INFO] running `"docker" "inspect" "9d374cf0b2ffe36e9db31528c16ef0e3ca75d5dff705f3b1c9079298dc7be035"` [INFO] running `"docker" "rm" "-f" "9d374cf0b2ffe36e9db31528c16ef0e3ca75d5dff705f3b1c9079298dc7be035"` [INFO] [stdout] 9d374cf0b2ffe36e9db31528c16ef0e3ca75d5dff705f3b1c9079298dc7be035