[INFO] crate knusbaum_consul 0.2.0 is already in cache
[INFO] checking knusbaum_consul-0.2.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate knusbaum_consul 0.2.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate knusbaum_consul 0.2.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate knusbaum_consul 0.2.0
[INFO] finished tweaking crates.io crate knusbaum_consul 0.2.0
[INFO] tweaked toml for crates.io crate knusbaum_consul 0.2.0 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 5a12f3b752c66bee398a32e7145975ce957f9e77e318206fcf153718bf941935
[INFO] running `"docker" "start" "-a" "5a12f3b752c66bee398a32e7145975ce957f9e77e318206fcf153718bf941935"`
[INFO] [stderr]     Checking knusbaum_consul v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `std::io::Read`
[INFO] [stderr]  --> src/request.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io::Read;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Read`
[INFO] [stderr]  --> src/request.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io::Read;
[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/agent.rs:44:28
[INFO] [stderr]    |
[INFO] [stderr] 44 |             .map_err(|e| e.description().to_owned())
[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/agent.rs:50:28
[INFO] [stderr]    |
[INFO] [stderr] 50 |             .map_err(|e| e.description().to_owned())
[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/agent.rs:55:28
[INFO] [stderr]    |
[INFO] [stderr] 55 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:67:28
[INFO] [stderr]    |
[INFO] [stderr] 67 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:86:28
[INFO] [stderr]    |
[INFO] [stderr] 86 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:93:28
[INFO] [stderr]    |
[INFO] [stderr] 93 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:44:28
[INFO] [stderr]    |
[INFO] [stderr] 44 |             .map_err(|e| e.description().to_owned())
[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/agent.rs:50:28
[INFO] [stderr]    |
[INFO] [stderr] 50 |             .map_err(|e| e.description().to_owned())
[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/agent.rs:55:28
[INFO] [stderr]    |
[INFO] [stderr] 55 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:67:28
[INFO] [stderr]    |
[INFO] [stderr] 67 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:86:28
[INFO] [stderr]    |
[INFO] [stderr] 86 |             .map_err(|e| e.description().to_owned())?;
[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/agent.rs:93:28
[INFO] [stderr]    |
[INFO] [stderr] 93 |             .map_err(|e| e.description().to_owned())?;
[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/catalog.rs:37:28
[INFO] [stderr]    |
[INFO] [stderr] 37 |             .map_err(|e| e.description().to_owned())
[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/catalog.rs:37:28
[INFO] [stderr]    |
[INFO] [stderr] 37 |             .map_err(|e| e.description().to_owned())
[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/health.rs:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 |             .map_err(|e| e.description().to_owned())
[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/health.rs:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 |             .map_err(|e| e.description().to_owned())
[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/health.rs:41:28
[INFO] [stderr]    |
[INFO] [stderr] 41 |             .map_err(|e| e.description().to_owned())?;
[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/health.rs:41:28
[INFO] [stderr]    |
[INFO] [stderr] 41 |             .map_err(|e| e.description().to_owned())?;
[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/health.rs:82:28
[INFO] [stderr]    |
[INFO] [stderr] 82 |             .map_err(|e| e.description().to_owned())?;
[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/health.rs:82:28
[INFO] [stderr]    |
[INFO] [stderr] 82 |             .map_err(|e| e.description().to_owned())?;
[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/session.rs:41:28
[INFO] [stderr]    |
[INFO] [stderr] 41 |             .map_err(|e| e.description().to_owned())?;
[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/session.rs:46:28
[INFO] [stderr]    |
[INFO] [stderr] 46 |             .map_err(|e| e.description().to_owned())?;
[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/session.rs:41:28
[INFO] [stderr]    |
[INFO] [stderr] 41 |             .map_err(|e| e.description().to_owned())?;
[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/session.rs:46:28
[INFO] [stderr]    |
[INFO] [stderr] 46 |             .map_err(|e| e.description().to_owned())?;
[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/keystore.rs:49:28
[INFO] [stderr]    |
[INFO] [stderr] 49 |             .map_err(|e| e.description().to_owned())?;
[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/keystore.rs:49:28
[INFO] [stderr]    |
[INFO] [stderr] 49 |             .map_err(|e| e.description().to_owned())?;
[INFO] [stderr]    |                            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:22:50
[INFO] [stderr]    |
[INFO] [stderr] 22 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:22:50
[INFO] [stderr]    |
[INFO] [stderr] 22 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:30:50
[INFO] [stderr]    |
[INFO] [stderr] 30 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:30:50
[INFO] [stderr]    |
[INFO] [stderr] 30 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:40:50
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:40:50
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:61:50
[INFO] [stderr]    |
[INFO] [stderr] 61 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]   --> src/request.rs:61:50
[INFO] [stderr]    |
[INFO] [stderr] 61 |         let full_url = format!("{}/{}", self.url.trim_right_matches('/'), endpoint);
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `consul`
[INFO] [stderr]  --> tests/example.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | extern crate consul;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `knusbaum_consul`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5a12f3b752c66bee398a32e7145975ce957f9e77e318206fcf153718bf941935"`
[INFO] running `"docker" "rm" "-f" "5a12f3b752c66bee398a32e7145975ce957f9e77e318206fcf153718bf941935"`
[INFO] [stdout] 5a12f3b752c66bee398a32e7145975ce957f9e77e318206fcf153718bf941935
