[INFO] crate rust-consul 0.1.4 is already in cache
[INFO] checking rust-consul-0.1.4 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate rust-consul 0.1.4 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate rust-consul 0.1.4 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate rust-consul 0.1.4
[INFO] finished tweaking crates.io crate rust-consul 0.1.4
[INFO] tweaked toml for crates.io crate rust-consul 0.1.4 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] e752b3f810ce5a7ef34dccd280f2ec0957e65b7343f600523939cf578ae80d35
[INFO] running `"docker" "start" "-a" "e752b3f810ce5a7ef34dccd280f2ec0957e65b7343f600523939cf578ae80d35"`
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking rust-consul v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:136:68
[INFO] [stderr]     |
[INFO] [stderr] 136 |             ProtocolError::BlockingMissing => write!(f, "{}", self.description()),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:6:54
[INFO] [stderr]     |
[INFO] [stderr] 6   | #![deny(missing_docs, missing_debug_implementations, warnings)]
[INFO] [stderr]     |                                                      ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:137:71
[INFO] [stderr]     |
[INFO] [stderr] 137 |             ProtocolError::ContentTypeNotJson => write!(f, "{}", self.description()),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:172:70
[INFO] [stderr]     |
[INFO] [stderr] 172 |             ParseError::UnexpectedJsonFormat => write!(f, "{}", self.description()),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:136:68
[INFO] [stderr]     |
[INFO] [stderr] 136 |             ProtocolError::BlockingMissing => write!(f, "{}", self.description()),
[INFO] [stderr]     |                                                                    ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:6:54
[INFO] [stderr]     |
[INFO] [stderr] 6   | #![deny(missing_docs, missing_debug_implementations, warnings)]
[INFO] [stderr]     |                                                      ^^^^^^^^
[INFO] [stderr]     = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:137:71
[INFO] [stderr]     |
[INFO] [stderr] 137 |             ProtocolError::ContentTypeNotJson => write!(f, "{}", self.description()),
[INFO] [stderr]     |                                                                       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:172:70
[INFO] [stderr]     |
[INFO] [stderr] 172 |             ParseError::UnexpectedJsonFormat => write!(f, "{}", self.description()),
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `rust-consul`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `rust-consul`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e752b3f810ce5a7ef34dccd280f2ec0957e65b7343f600523939cf578ae80d35"`
[INFO] running `"docker" "rm" "-f" "e752b3f810ce5a7ef34dccd280f2ec0957e65b7343f600523939cf578ae80d35"`
[INFO] [stdout] e752b3f810ce5a7ef34dccd280f2ec0957e65b7343f600523939cf578ae80d35
