[INFO] fetching crate rrun-ssh 0.3.0... [INFO] testing rrun-ssh-0.3.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate rrun-ssh 0.3.0 into /workspace/builds/worker-4-tc1/source [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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rrun-ssh 0.3.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0f9e3206de3478296cbd84eb2e65c9e93905025b23717791ca36f4fd8de842dd [INFO] running `Command { std: "docker" "start" "-a" "0f9e3206de3478296cbd84eb2e65c9e93905025b23717791ca36f4fd8de842dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f9e3206de3478296cbd84eb2e65c9e93905025b23717791ca36f4fd8de842dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f9e3206de3478296cbd84eb2e65c9e93905025b23717791ca36f4fd8de842dd", kill_on_drop: false }` [INFO] [stdout] 0f9e3206de3478296cbd84eb2e65c9e93905025b23717791ca36f4fd8de842dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f5ff5c93ec5b72c98147201d4087add9889e388c64afa9f09eb58506385dc0bc [INFO] running `Command { std: "docker" "start" "-a" "f5ff5c93ec5b72c98147201d4087add9889e388c64afa9f09eb58506385dc0bc", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "f5ff5c93ec5b72c98147201d4087add9889e388c64afa9f09eb58506385dc0bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ff5c93ec5b72c98147201d4087add9889e388c64afa9f09eb58506385dc0bc", kill_on_drop: false }` [INFO] [stdout] f5ff5c93ec5b72c98147201d4087add9889e388c64afa9f09eb58506385dc0bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 809115eff63ec276a860cfc06f2551b2552392b0e739fc018f30690bc89e59a0 [INFO] running `Command { std: "docker" "start" "-a" "809115eff63ec276a860cfc06f2551b2552392b0e739fc018f30690bc89e59a0", 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] Compiling 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: removed in 1.75.0 (you are using 1.89.0-nightly (8de4c7234 2025-06-19)); see for more information [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] 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` [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` [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` [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` [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] 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" "809115eff63ec276a860cfc06f2551b2552392b0e739fc018f30690bc89e59a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "809115eff63ec276a860cfc06f2551b2552392b0e739fc018f30690bc89e59a0", kill_on_drop: false }` [INFO] [stdout] 809115eff63ec276a860cfc06f2551b2552392b0e739fc018f30690bc89e59a0