[INFO] crate sdk-cds 0.4.0 is already in cache
[INFO] checking sdk-cds-0.4.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate sdk-cds 0.4.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate sdk-cds 0.4.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate sdk-cds 0.4.0
[INFO] finished tweaking crates.io crate sdk-cds 0.4.0
[INFO] tweaked toml for crates.io crate sdk-cds 0.4.0 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate crates.io crate sdk-cds 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 932cf0a3aea783e527a36d292474dd8869193c6b636aab15bab3dd96c60747e1
[INFO] running `"docker" "start" "-a" "932cf0a3aea783e527a36d292474dd8869193c6b636aab15bab3dd96c60747e1"`
[INFO] [stderr]    Compiling syn v1.0.7
[INFO] [stderr]     Checking pin-project-lite v0.1.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-timer v1.0.3
[INFO] [stderr]     Checking async-macros v1.0.0
[INFO] [stderr]     Checking openssl v0.10.25
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.16
[INFO] [stderr]     Checking publicsuffix v1.5.3
[INFO] [stderr]     Checking cookie v0.12.0
[INFO] [stderr]     Checking sluice v0.4.2
[INFO] [stderr]     Checking async-std v0.99.12
[INFO] [stderr]     Checking tokio-reactor v0.1.10
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking num-integer v0.1.41
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking native-tls v0.2.3
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking isahc v0.7.6
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling synstructure v0.12.2
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]    Compiling serde_derive v1.0.102
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]     Checking futures-util v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking serde v1.0.102
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking surf v1.0.3
[INFO] [stderr]     Checking jsonwebtoken v6.0.1
[INFO] [stderr]     Checking reqwest v0.9.22
[INFO] [stderr]     Checking sdk-cds v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `std::env`
[INFO] [stderr]   --> src/service/mod.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     use std::env;
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 57 | from_error_str!(IOError, Error, Error::IoError);
[INFO] [stderr]    | ------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 58 | from_error_str!(reqwest::Error, Error, Error::ReqwestError);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 | from_error_str!(InvalidMethod, Error, Error::InvalidMethod);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 62 | from_error_str!(serde_json::error::Error, Error, Error::JsonError);
[INFO] [stderr]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 63 | from_error_str!(jwt::errors::Error, Error, Error::JWTError);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                   $targetvar(s.description().to_string())
[INFO] [stderr]    |                                ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 64 | / from_error_str!(
[INFO] [stderr] 65 | |     Box<dyn std::error::Error + std::marker::Send + std::marker::Sync>,
[INFO] [stderr] 66 | |     Error,
[INFO] [stderr] 67 | |     Error::Custom
[INFO] [stderr] 68 | | );
[INFO] [stderr]    | |__- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 57 | from_error_str!(IOError, Error, Error::IoError);
[INFO] [stderr]    | ------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 58 | from_error_str!(reqwest::Error, Error, Error::ReqwestError);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 | from_error_str!(InvalidMethod, Error, Error::InvalidMethod);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 62 | from_error_str!(serde_json::error::Error, Error, Error::JsonError);
[INFO] [stderr]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                 $targetvar(s.description().to_string())
[INFO] [stderr]    |                              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 63 | from_error_str!(jwt::errors::Error, Error, Error::JWTError);
[INFO] [stderr]    | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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:23:30
[INFO] [stderr]    |
[INFO] [stderr] 23 |                   $targetvar(s.description().to_string())
[INFO] [stderr]    |                                ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 64 | / from_error_str!(
[INFO] [stderr] 65 | |     Box<dyn std::error::Error + std::marker::Send + std::marker::Sync>,
[INFO] [stderr] 66 | |     Error,
[INFO] [stderr] 67 | |     Error::Custom
[INFO] [stderr] 68 | | );
[INFO] [stderr]    | |__- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `"docker" "inspect" "932cf0a3aea783e527a36d292474dd8869193c6b636aab15bab3dd96c60747e1"`
[INFO] running `"docker" "rm" "-f" "932cf0a3aea783e527a36d292474dd8869193c6b636aab15bab3dd96c60747e1"`
[INFO] [stdout] 932cf0a3aea783e527a36d292474dd8869193c6b636aab15bab3dd96c60747e1
