[INFO] fetching crate darkredis 0.6.1... [INFO] checking darkredis-0.6.1 against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] extracting crate darkredis 0.6.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate darkredis 0.6.1 on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate darkredis 0.6.1 [INFO] finished tweaking crates.io crate darkredis 0.6.1 [INFO] tweaked toml for crates.io crate darkredis 0.6.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate darkredis 0.6.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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] 54e300118e017732800cf5c0870aeb39277b609c71aaee172c1ad36952c790bd [INFO] running `"docker" "start" "-a" "54e300118e017732800cf5c0870aeb39277b609c71aaee172c1ad36952c790bd"` [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking tokio v0.2.8 [INFO] [stderr] Checking criterion v0.3.0 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking darkredis v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / quick_error! { [INFO] [stderr] 2 | | ///The `darkredis` error type. [INFO] [stderr] 3 | | #[derive(Debug)] [INFO] [stderr] 4 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / quick_error! { [INFO] [stderr] 2 | | ///The `darkredis` error type. [INFO] [stderr] 3 | | #[derive(Debug)] [INFO] [stderr] 4 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / quick_error! { [INFO] [stderr] 2 | | ///The `darkredis` error type. [INFO] [stderr] 3 | | #[derive(Debug)] [INFO] [stderr] 4 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / quick_error! { [INFO] [stderr] 2 | | ///The `darkredis` error type. [INFO] [stderr] 3 | | #[derive(Debug)] [INFO] [stderr] 4 | | pub enum Error { [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `darkredis::test` [INFO] [stderr] --> benches/pipelining.rs:2:17 [INFO] [stderr] | [INFO] [stderr] 2 | use darkredis::{test::*, CommandList, Connection, Result, Value}; [INFO] [stderr] | ^^^^ could not find `test` in `darkredis` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `TEST_ADDRESS` in this scope [INFO] [stderr] --> benches/pipelining.rs:20:25 [INFO] [stderr] | [INFO] [stderr] 20 | Connection::connect(TEST_ADDRESS, None).await.unwrap() [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> benches/pipelining.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Connection::connect(TEST_ADDRESS, None).await.unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `darkredis`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `serialize_bench` found for struct `darkredis::command::Command<'_>` in the current scope [INFO] [stderr] --> benches/command.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | black_box(command.serialize_bench()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `darkredis::command::Command<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `serialize_bench` found for struct `darkredis::command::CommandList<'_>` in the current scope [INFO] [stderr] --> benches/command.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | black_box(command.serialize_bench()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `darkredis::command::CommandList<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `darkredis`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "54e300118e017732800cf5c0870aeb39277b609c71aaee172c1ad36952c790bd"` [INFO] running `"docker" "rm" "-f" "54e300118e017732800cf5c0870aeb39277b609c71aaee172c1ad36952c790bd"` [INFO] [stdout] 54e300118e017732800cf5c0870aeb39277b609c71aaee172c1ad36952c790bd