[INFO] fetching crate rrun-ssh 0.3.0...
[INFO] checking rrun-ssh-0.3.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate rrun-ssh 0.3.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate rrun-ssh 0.3.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate rrun-ssh 0.3.0
[INFO] finished tweaking crates.io crate rrun-ssh 0.3.0
[INFO] tweaked toml for crates.io crate rrun-ssh 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e7f0e5a21f7cf43adfa68d94cb271a3a90c706716be35f95531bfe8b8519bd89
[INFO] running `Command { std: "docker" "start" "-a" "e7f0e5a21f7cf43adfa68d94cb271a3a90c706716be35f95531bfe8b8519bd89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7f0e5a21f7cf43adfa68d94cb271a3a90c706716be35f95531bfe8b8519bd89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7f0e5a21f7cf43adfa68d94cb271a3a90c706716be35f95531bfe8b8519bd89", kill_on_drop: false }`
[INFO] [stdout] e7f0e5a21f7cf43adfa68d94cb271a3a90c706716be35f95531bfe8b8519bd89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de9cc5bd5d0b4105bb0c72f82bca126fb28437f084ee22596ce7e16d9efbb231
[INFO] running `Command { std: "docker" "start" "-a" "de9cc5bd5d0b4105bb0c72f82bca126fb28437f084ee22596ce7e16d9efbb231", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: rrun-ssh v0.3.0 (/opt/rustwide/workdir) ignoring invalid dependency `clippy` which is missing a lib target
[INFO] [stderr]     Checking rrun-ssh v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> src/lib.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![cfg_attr(test, feature(plugin))]
[INFO] [stdout]    |                           ^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/location.rs:36:54
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 let mut prog_args = ProgramArgs::new(try!(args.next().ok_or(())));
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/location.rs:51:41
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 extend_quoted(&mut cmd, try!(remote.path.to_str().ok_or(())));
[INFO] [stdout]    |                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/location.rs:54:45
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     extend_quoted(&mut cmd, try!(arg.to_str().ok_or(())));
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_location.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let path = Path::new(try!(split.next().ok_or(()))).to_path_buf();
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_mounts.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |         while try!(reader.read_line(&mut line)) != 0 {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_mounts.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |         Self::load_reader(try!(File::open("/etc/mtab")))
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_mounts.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Ok(self.into_dir(try!(current_dir())))
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `plugin` in this scope
[INFO] [stdout]   --> src/lib.rs:15:19
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![cfg_attr(test, plugin(clippy))]
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/location.rs:36:54
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 let mut prog_args = ProgramArgs::new(try!(args.next().ok_or(())));
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/location.rs:51:41
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 extend_quoted(&mut cmd, try!(remote.path.to_str().ok_or(())));
[INFO] [stdout]    |                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/location.rs:54:45
[INFO] [stdout]    |
[INFO] [stdout] 54 |                     extend_quoted(&mut cmd, try!(arg.to_str().ok_or(())));
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_location.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let path = Path::new(try!(split.next().ok_or(()))).to_path_buf();
[INFO] [stdout]    |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_mounts.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 |         while try!(reader.read_line(&mut line)) != 0 {
[INFO] [stdout]    |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_mounts.rs:37:27
[INFO] [stdout]    |
[INFO] [stdout] 37 |         Self::load_reader(try!(File::open("/etc/mtab")))
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/remote_mounts.rs:64:26
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Ok(self.into_dir(try!(current_dir())))
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Result<program_args::ProgramArgs, ()>`
[INFO] [stdout]    --> src/location.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         assert_eq!(Location::Local.into_args(args), Ok(test_args));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Result<program_args::ProgramArgs, ()>
[INFO] [stdout]     |         Result<program_args::ProgramArgs, ()>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `program_args::ProgramArgs`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   | pub struct ProgramArgs {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `program_args::ProgramArgs` with `#[derive(PartialEq)]`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(PartialEq)]
[INFO] [stdout] 8   | pub struct ProgramArgs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `program_args::ProgramArgs` doesn't implement `Debug`
[INFO] [stdout]    --> src/location.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         assert_eq!(Location::Local.into_args(args), Ok(test_args));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `program_args::ProgramArgs` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `program_args::ProgramArgs`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `program_args::ProgramArgs` or manually `impl Debug for program_args::ProgramArgs`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Result<T, E>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `program_args::ProgramArgs` with `#[derive(Debug)]`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Debug)]
[INFO] [stdout] 8   | pub struct ProgramArgs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `program_args::ProgramArgs` doesn't implement `Debug`
[INFO] [stdout]    --> src/location.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |         assert_eq!(Location::Local.into_args(args), Ok(test_args));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `program_args::ProgramArgs` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `program_args::ProgramArgs`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `program_args::ProgramArgs` or manually `impl Debug for program_args::ProgramArgs`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Result<T, E>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `program_args::ProgramArgs` with `#[derive(Debug)]`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Debug)]
[INFO] [stdout] 8   | pub struct ProgramArgs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Result<program_args::ProgramArgs, ()>`
[INFO] [stdout]    --> src/location.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |         assert_eq!(Location::Remote(remote).into_args(args), Ok(test_args));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         Result<program_args::ProgramArgs, ()>
[INFO] [stdout]     |         Result<program_args::ProgramArgs, ()>
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `program_args::ProgramArgs`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   | pub struct ProgramArgs {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `program_args::ProgramArgs` with `#[derive(PartialEq)]`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(PartialEq)]
[INFO] [stdout] 8   | pub struct ProgramArgs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `program_args::ProgramArgs` doesn't implement `Debug`
[INFO] [stdout]    --> src/location.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |         assert_eq!(Location::Remote(remote).into_args(args), Ok(test_args));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `program_args::ProgramArgs` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `program_args::ProgramArgs`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `program_args::ProgramArgs` or manually `impl Debug for program_args::ProgramArgs`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Result<T, E>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `program_args::ProgramArgs` with `#[derive(Debug)]`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Debug)]
[INFO] [stdout] 8   | pub struct ProgramArgs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `program_args::ProgramArgs` doesn't implement `Debug`
[INFO] [stdout]    --> src/location.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |         assert_eq!(Location::Remote(remote).into_args(args), Ok(test_args));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `program_args::ProgramArgs` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `program_args::ProgramArgs`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `program_args::ProgramArgs` or manually `impl Debug for program_args::ProgramArgs`
[INFO] [stdout]     = help: the trait `Debug` is implemented for `Result<T, E>`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `program_args::ProgramArgs` with `#[derive(Debug)]`
[INFO] [stdout]    --> src/program_args.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Debug)]
[INFO] [stdout] 8   | pub struct ProgramArgs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `location::Location`
[INFO] [stdout]   --> src/remote_mounts.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir),
[INFO] [stdout] 79 | |                    Location::Local);
[INFO] [stdout]    | |                                   ^
[INFO] [stdout]    | |___________________________________|
[INFO] [stdout]    | |___________________________________location::Location
[INFO] [stdout]    |                                     location::Location
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `location::Location`
[INFO] [stdout]   --> src/location.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Location {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `location::Location` with `#[derive(PartialEq)]`
[INFO] [stdout]   --> src/location.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 + #[derive(PartialEq)]
[INFO] [stdout] 22 | pub enum Location {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]   --> src/remote_mounts.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir),
[INFO] [stdout] 79 | |                    Location::Local);
[INFO] [stdout]    | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]   --> src/remote_mounts.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir),
[INFO] [stdout] 79 | |                    Location::Local);
[INFO] [stdout]    | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `location::Location`
[INFO] [stdout]   --> src/remote_mounts.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir),
[INFO] [stdout] 98 | |                    Location::Local);
[INFO] [stdout]    | |                                   ^
[INFO] [stdout]    | |___________________________________|
[INFO] [stdout]    | |___________________________________location::Location
[INFO] [stdout]    |                                     location::Location
[INFO] [stdout]    |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `location::Location`
[INFO] [stdout]   --> src/location.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Location {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `location::Location` with `#[derive(PartialEq)]`
[INFO] [stdout]   --> src/location.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 + #[derive(PartialEq)]
[INFO] [stdout] 22 | pub enum Location {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]   --> src/remote_mounts.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir),
[INFO] [stdout] 98 | |                    Location::Local);
[INFO] [stdout]    | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]   --> src/remote_mounts.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir),
[INFO] [stdout] 98 | |                    Location::Local);
[INFO] [stdout]    | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]    = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `location::Location`
[INFO] [stdout]    --> src/remote_mounts.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir1),
[INFO] [stdout] 127 | |                    Location::Local);
[INFO] [stdout]     | |                                   ^
[INFO] [stdout]     | |___________________________________|
[INFO] [stdout]     | |___________________________________location::Location
[INFO] [stdout]     |                                     location::Location
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `location::Location`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  | pub enum Location {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `location::Location` with `#[derive(PartialEq)]`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  + #[derive(PartialEq)]
[INFO] [stdout] 22  | pub enum Location {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir1),
[INFO] [stdout] 127 | |                    Location::Local);
[INFO] [stdout]     | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir1),
[INFO] [stdout] 127 | |                    Location::Local);
[INFO] [stdout]     | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `location::Location`
[INFO] [stdout]    --> src/remote_mounts.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir2),
[INFO] [stdout] 129 | |                    Location::Remote(remote2));
[INFO] [stdout]     | |                                             ^
[INFO] [stdout]     | |_____________________________________________|
[INFO] [stdout]     | |_____________________________________________location::Location
[INFO] [stdout]     |                                               location::Location
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `location::Location`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  | pub enum Location {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `location::Location` with `#[derive(PartialEq)]`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  + #[derive(PartialEq)]
[INFO] [stdout] 22  | pub enum Location {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir2),
[INFO] [stdout] 129 | |                    Location::Remote(remote2));
[INFO] [stdout]     | |_____________________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir2),
[INFO] [stdout] 129 | |                    Location::Remote(remote2));
[INFO] [stdout]     | |_____________________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `location::Location`
[INFO] [stdout]    --> src/remote_mounts.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir3),
[INFO] [stdout] 131 | |                    Location::Local);
[INFO] [stdout]     | |                                   ^
[INFO] [stdout]     | |___________________________________|
[INFO] [stdout]     | |___________________________________location::Location
[INFO] [stdout]     |                                     location::Location
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `location::Location`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  | pub enum Location {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `location::Location` with `#[derive(PartialEq)]`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  + #[derive(PartialEq)]
[INFO] [stdout] 22  | pub enum Location {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir3),
[INFO] [stdout] 131 | |                    Location::Local);
[INFO] [stdout]     | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir3),
[INFO] [stdout] 131 | |                    Location::Local);
[INFO] [stdout]     | |___________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `location::Location`
[INFO] [stdout]    --> src/remote_mounts.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir4),
[INFO] [stdout] 133 | |                    Location::Remote(remote4));
[INFO] [stdout]     | |                                             ^
[INFO] [stdout]     | |_____________________________________________|
[INFO] [stdout]     | |_____________________________________________location::Location
[INFO] [stdout]     |                                               location::Location
[INFO] [stdout]     |
[INFO] [stdout] note: an implementation of `PartialEq` might be missing for `location::Location`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  | pub enum Location {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ must implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider annotating `location::Location` with `#[derive(PartialEq)]`
[INFO] [stdout]    --> src/location.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout] 21  + #[derive(PartialEq)]
[INFO] [stdout] 22  | pub enum Location {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir4),
[INFO] [stdout] 133 | |                    Location::Remote(remote4));
[INFO] [stdout]     | |_____________________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `location::Location` doesn't implement `Debug`
[INFO] [stdout]    --> src/remote_mounts.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | /         assert_eq!(RemoteMounts::load_reader(mtab).unwrap().into_dir(dir4),
[INFO] [stdout] 133 | |                    Location::Remote(remote4));
[INFO] [stdout]     | |_____________________________________________^ `location::Location` cannot be formatted using `{:?}`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Debug` is not implemented for `location::Location`
[INFO] [stdout]     = note: add `#[derive(Debug)]` to `location::Location` or manually `impl Debug for location::Location`
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rrun-ssh` (lib test) due to 26 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "de9cc5bd5d0b4105bb0c72f82bca126fb28437f084ee22596ce7e16d9efbb231", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de9cc5bd5d0b4105bb0c72f82bca126fb28437f084ee22596ce7e16d9efbb231", kill_on_drop: false }`
[INFO] [stdout] de9cc5bd5d0b4105bb0c72f82bca126fb28437f084ee22596ce7e16d9efbb231
