[INFO] fetching crate ghp 0.1.2...
[INFO] checking ghp-0.1.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ghp 0.1.2 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate ghp 0.1.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ghp 0.1.2
[INFO] finished tweaking crates.io crate ghp 0.1.2
[INFO] tweaked toml for crates.io crate ghp 0.1.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clippy v0.0.302
[INFO] [stderr]   Downloaded walkdir v0.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0511b94cdaef1f592ed31ae4138cfb820ab961184ce0a59583e21354bce33723
[INFO] running `Command { std: "docker" "start" "-a" "0511b94cdaef1f592ed31ae4138cfb820ab961184ce0a59583e21354bce33723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0511b94cdaef1f592ed31ae4138cfb820ab961184ce0a59583e21354bce33723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0511b94cdaef1f592ed31ae4138cfb820ab961184ce0a59583e21354bce33723", kill_on_drop: false }`
[INFO] [stdout] 0511b94cdaef1f592ed31ae4138cfb820ab961184ce0a59583e21354bce33723
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1cf6ac5a42ab1a490f83e442684039e3276ca2a431aa72683fce7331f367b801
[INFO] running `Command { std: "docker" "start" "-a" "1cf6ac5a42ab1a490f83e442684039e3276ca2a431aa72683fce7331f367b801", kill_on_drop: false }`
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking walkdir v0.1.8
[INFO] [stderr]     Checking ghp v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(Import::new(stdin, branch, &dir, message).import());
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(cmd.kill());
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut cmd = try!(Command::new("git")
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(self.start_commit());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         try!(self.stdin.write("\n".as_bytes()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 try!(self.add_file(entry.path()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         try!(self.write(&format!("commit refs/heads/{}\n", branch)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         try!(self.write(&format!("committer {} <{}> now\n",
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         try!(self.write(&format!("data {}\n{}\n", message.len(), message)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         try!(self.write("deleteall\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let name = try!(self.get_config("user.name"));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let email = try!(self.get_config("user.email"));
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 try!(self.write(&format!("from {}\n", &*rev.replace("\n", ""))));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         try!(self.write(&format!("data {}\n", metadata.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         try!(self.stdin.write(&bytes));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         try!(self.write("\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let mut file = try!(File::open(filename));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let metadata = try!(file.metadata());
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |             try!(self.write(&format!("M 100755 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             try!(self.write(&format!("M 100644 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |             try!(file.read(&mut bytes));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 |         Ok(try!(self.stdin.write(&val.as_bytes())))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:164:22
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:169:12
[INFO] [stdout]     |
[INFO] [stdout] 169 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(Import::new(stdin, branch, &dir, message).import());
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(cmd.kill());
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut cmd = try!(Command::new("git")
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(self.start_commit());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         try!(self.stdin.write("\n".as_bytes()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 try!(self.add_file(entry.path()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:52:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Error::Io(ref err) => err.description(),
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         try!(self.write(&format!("commit refs/heads/{}\n", branch)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         try!(self.write(&format!("committer {} <{}> now\n",
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:53:45
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Error::FromUtf8(ref err) => err.description(),
[INFO] [stdout]    |                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         try!(self.write(&format!("data {}\n{}\n", message.len(), message)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         try!(self.write("deleteall\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let name = try!(self.get_config("user.name"));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let email = try!(self.get_config("user.email"));
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 try!(self.write(&format!("from {}\n", &*rev.replace("\n", ""))));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         try!(self.write(&format!("data {}\n", metadata.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         try!(self.stdin.write(&bytes));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         try!(self.write("\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let mut file = try!(File::open(filename));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let metadata = try!(file.metadata());
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |             try!(self.write(&format!("M 100755 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             try!(self.write(&format!("M 100644 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |             try!(file.read(&mut bytes));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 |         Ok(try!(self.stdin.write(&val.as_bytes())))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:164:22
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:169:12
[INFO] [stdout]     |
[INFO] [stdout] 169 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:52:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Error::Io(ref err) => err.description(),
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:53:45
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Error::FromUtf8(ref err) => err.description(),
[INFO] [stdout]    |                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ghp` (lib) due to 30 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ghp` (lib test) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "1cf6ac5a42ab1a490f83e442684039e3276ca2a431aa72683fce7331f367b801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1cf6ac5a42ab1a490f83e442684039e3276ca2a431aa72683fce7331f367b801", kill_on_drop: false }`
[INFO] [stdout] 1cf6ac5a42ab1a490f83e442684039e3276ca2a431aa72683fce7331f367b801
[INFO] checking ghp-0.1.2 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate ghp 0.1.2 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate ghp 0.1.2 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ghp 0.1.2
[INFO] finished tweaking crates.io crate ghp 0.1.2
[INFO] tweaked toml for crates.io crate ghp 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acb43a78e637fbe4024e3513dc2a66a50dda700a1c614655b50146d1913637c7
[INFO] running `Command { std: "docker" "start" "-a" "acb43a78e637fbe4024e3513dc2a66a50dda700a1c614655b50146d1913637c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acb43a78e637fbe4024e3513dc2a66a50dda700a1c614655b50146d1913637c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acb43a78e637fbe4024e3513dc2a66a50dda700a1c614655b50146d1913637c7", kill_on_drop: false }`
[INFO] [stdout] acb43a78e637fbe4024e3513dc2a66a50dda700a1c614655b50146d1913637c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fac9a5293f3efddf605c21cf2e4419c619ebd21eb17af65428f8b28395a4b8f
[INFO] running `Command { std: "docker" "start" "-a" "7fac9a5293f3efddf605c21cf2e4419c619ebd21eb17af65428f8b28395a4b8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking walkdir v0.1.8
[INFO] [stderr]     Checking ghp v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(Import::new(stdin, branch, &dir, message).import());
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(cmd.kill());
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut cmd = try!(Command::new("git")
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(self.start_commit());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         try!(self.stdin.write("\n".as_bytes()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 try!(self.add_file(entry.path()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         try!(self.write(&format!("commit refs/heads/{}\n", branch)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         try!(self.write(&format!("committer {} <{}> now\n",
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         try!(self.write(&format!("data {}\n{}\n", message.len(), message)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         try!(self.write("deleteall\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let name = try!(self.get_config("user.name"));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let email = try!(self.get_config("user.email"));
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 try!(self.write(&format!("from {}\n", &*rev.replace("\n", ""))));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         try!(self.write(&format!("data {}\n", metadata.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         try!(self.stdin.write(&bytes));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         try!(self.write("\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let mut file = try!(File::open(filename));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let metadata = try!(file.metadata());
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |             try!(self.write(&format!("M 100755 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             try!(self.write(&format!("M 100644 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |             try!(file.read(&mut bytes));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 |         Ok(try!(self.stdin.write(&val.as_bytes())))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:164:22
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:169:12
[INFO] [stdout]     |
[INFO] [stdout] 169 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     try!(Import::new(stdin, branch, &dir, message).import());
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:4:9
[INFO] [stdout]    |
[INFO] [stdout] 4  | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     try!(cmd.kill());
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:14:19
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut cmd = try!(Command::new("git")
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         try!(self.start_commit());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         try!(self.stdin.write("\n".as_bytes()));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 try!(self.add_file(entry.path()));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         try!(self.write(&format!("commit refs/heads/{}\n", branch)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         try!(self.write(&format!("committer {} <{}> now\n",
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         try!(self.write(&format!("data {}\n{}\n", message.len(), message)));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         try!(self.write("deleteall\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let name = try!(self.get_config("user.name"));
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let email = try!(self.get_config("user.email"));
[INFO] [stdout]    |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/import.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 try!(self.write(&format!("from {}\n", &*rev.replace("\n", ""))));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         try!(self.write(&format!("data {}\n", metadata.len())));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |         try!(self.stdin.write(&bytes));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         try!(self.write("\n"));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let mut file = try!(File::open(filename));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let metadata = try!(file.metadata());
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |             try!(self.write(&format!("M 100755 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             try!(self.write(&format!("M 100644 inline {}\n", filename_str)));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |             try!(file.read(&mut bytes));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:149:22
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 156 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:160:12
[INFO] [stdout]     |
[INFO] [stdout] 160 |         Ok(try!(self.stdin.write(&val.as_bytes())))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:164:22
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let output = try!(Command::new("git")
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/import.rs:169:12
[INFO] [stdout]     |
[INFO] [stdout] 169 |         Ok(try!(String::from_utf8(output.stdout)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[deny(bare_trait_objects)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:52:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Error::Io(ref err) => err.description(),
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:53:45
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Error::FromUtf8(ref err) => err.description(),
[INFO] [stdout]    |                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:52:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |             Error::Io(ref err) => err.description(),
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:53:45
[INFO] [stdout]    |
[INFO] [stdout] 53 |             Error::FromUtf8(ref err) => err.description(),
[INFO] [stdout]    |                                             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ghp` (lib) due to 30 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ghp` (lib test) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "7fac9a5293f3efddf605c21cf2e4419c619ebd21eb17af65428f8b28395a4b8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fac9a5293f3efddf605c21cf2e4419c619ebd21eb17af65428f8b28395a4b8f", kill_on_drop: false }`
[INFO] [stdout] 7fac9a5293f3efddf605c21cf2e4419c619ebd21eb17af65428f8b28395a4b8f
