[INFO] fetching crate rrun-ssh 0.3.0... [INFO] checking rrun-ssh-0.3.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate rrun-ssh 0.3.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate rrun-ssh 0.3.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 20 packages to latest compatible versions [INFO] [stderr] Adding arrayvec v0.5.2 (available: v0.7.6) [INFO] [stderr] Adding base64 v0.13.1 (available: v0.22.1) [INFO] [stderr] Adding blake2b_simd v0.5.11 (available: v1.0.2) [INFO] [stderr] Adding constant_time_eq v0.1.5 (available: v0.3.1) [INFO] [stderr] Adding dirs v1.0.5 (available: v5.0.1) [INFO] [stderr] Adding getrandom v0.1.16 (available: v0.2.15) [INFO] [stderr] Adding redox_syscall v0.1.57 (available: v0.5.6) [INFO] [stderr] Adding redox_users v0.3.5 (available: v0.4.6) [INFO] [stderr] Adding rust-argon2 v0.8.3 (available: v2.1.0) [INFO] [stderr] Adding term v0.5.2 (available: v1.0.0) [INFO] [stderr] Adding wasi v0.9.0+wasi-snapshot-preview1 (available: v0.13.2+wasi-0.2.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_users v0.3.5 [INFO] [stderr] Downloaded blake2b_simd v0.5.11 [INFO] [stderr] Downloaded term v0.5.2 [INFO] [stderr] Downloaded rust-argon2 v0.8.3 [INFO] [stderr] Downloaded clippy v0.0.302 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8225344b611dc208581ad3d5e2debe4885f6114f87582d79b2518b10bb917e06 [INFO] running `Command { std: "docker" "start" "-a" "8225344b611dc208581ad3d5e2debe4885f6114f87582d79b2518b10bb917e06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8225344b611dc208581ad3d5e2debe4885f6114f87582d79b2518b10bb917e06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8225344b611dc208581ad3d5e2debe4885f6114f87582d79b2518b10bb917e06", kill_on_drop: false }` [INFO] [stdout] 8225344b611dc208581ad3d5e2debe4885f6114f87582d79b2518b10bb917e06 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa2fb956e8251e06ed7d0ea09b86ff54b7de95eae22c6e7154d049b69610aaf1 [INFO] running `Command { std: "docker" "start" "-a" "aa2fb956e8251e06ed7d0ea09b86ff54b7de95eae22c6e7154d049b69610aaf1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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] 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[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] 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` [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 [INFO] [stdout] | Result [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] warning: 7 warnings emitted [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`, which is required by `Result: Debug` [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` [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`, which is required by `Result: Debug` [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` [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` [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 [INFO] [stdout] | Result [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`, which is required by `Result: Debug` [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` [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`, which is required by `Result: Debug` [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` [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] error: aborting due to 26 previous errors; 7 warnings emitted [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 27 previous errors; 7 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "aa2fb956e8251e06ed7d0ea09b86ff54b7de95eae22c6e7154d049b69610aaf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa2fb956e8251e06ed7d0ea09b86ff54b7de95eae22c6e7154d049b69610aaf1", kill_on_drop: false }` [INFO] [stdout] aa2fb956e8251e06ed7d0ea09b86ff54b7de95eae22c6e7154d049b69610aaf1