[INFO] updating cached repository https://github.com/MichaelAquilina/trello-rs [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] 95e7033c0ca1bea607a954b31636cd6fb0c72960 [INFO] checking MichaelAquilina/trello-rs against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelAquilina%2Ftrello-rs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MichaelAquilina/trello-rs on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MichaelAquilina/trello-rs [INFO] finished tweaking git repo https://github.com/MichaelAquilina/trello-rs [INFO] tweaked toml for git repo https://github.com/MichaelAquilina/trello-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/MichaelAquilina/trello-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 45a5a3ad3d596f4c3d126c0c286b0a5c6f7d9ce67604e871908eca75c83bd57f [INFO] running `"docker" "start" "-a" "45a5a3ad3d596f4c3d126c0c286b0a5c6f7d9ce67604e871908eca75c83bd57f"` [INFO] [stderr] Checking simple-error v0.2.1 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking tokio-threadpool v0.1.17 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking rustyline v6.0.0 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking simplelog v0.7.4 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking assert-json-diff v1.0.1 [INFO] [stderr] Checking mockito v0.22.0 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking trello-rs v1.21.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/trello/trello_error.rs:26:46 [INFO] [stderr] | [INFO] [stderr] 26 | TrelloError::Reqwest(err) => err.description(), [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/trello/trello_error.rs:27:47 [INFO] [stderr] | [INFO] [stderr] 27 | TrelloError::UrlParse(err) => 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/trello/trello_error.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | TrelloError::Io(err) => 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/trello/trello_error.rs:26:46 [INFO] [stderr] | [INFO] [stderr] 26 | TrelloError::Reqwest(err) => err.description(), [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/trello/trello_error.rs:27:47 [INFO] [stderr] | [INFO] [stderr] 27 | TrelloError::UrlParse(err) => 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/trello/trello_error.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | TrelloError::Io(err) => 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/main.rs:45:35 [INFO] [stderr] | [INFO] [stderr] 45 | eprintln!("{}", error.description()); [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/main.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | eprintln!("{}", error.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/main.rs:45:35 [INFO] [stderr] | [INFO] [stderr] 45 | eprintln!("{}", error.description()); [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/main.rs:48:35 [INFO] [stderr] | [INFO] [stderr] 48 | eprintln!("{}", error.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/subcommands.rs:104:35 [INFO] [stderr] | [INFO] [stderr] 104 | eprintln!("{}", 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/subcommands.rs:104:35 [INFO] [stderr] | [INFO] [stderr] 104 | eprintln!("{}", e.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `"docker" "inspect" "45a5a3ad3d596f4c3d126c0c286b0a5c6f7d9ce67604e871908eca75c83bd57f"` [INFO] running `"docker" "rm" "-f" "45a5a3ad3d596f4c3d126c0c286b0a5c6f7d9ce67604e871908eca75c83bd57f"` [INFO] [stdout] 45a5a3ad3d596f4c3d126c0c286b0a5c6f7d9ce67604e871908eca75c83bd57f