[INFO] fetching crate ferrous 0.1.0... [INFO] testing ferrous-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ferrous 0.1.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate ferrous 0.1.0 [INFO] finished tweaking crates.io crate ferrous 0.1.0 [INFO] tweaked toml for crates.io crate ferrous 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ferrous 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding time v0.1.45 (available: v0.3.42) [INFO] [stderr] Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0743c023e9ef8a0c8cc3c8fcb68284e9b1970b3530e852397a8d2aea02a9201f [INFO] running `Command { std: "docker" "start" "-a" "0743c023e9ef8a0c8cc3c8fcb68284e9b1970b3530e852397a8d2aea02a9201f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0743c023e9ef8a0c8cc3c8fcb68284e9b1970b3530e852397a8d2aea02a9201f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0743c023e9ef8a0c8cc3c8fcb68284e9b1970b3530e852397a8d2aea02a9201f", kill_on_drop: false }` [INFO] [stdout] 0743c023e9ef8a0c8cc3c8fcb68284e9b1970b3530e852397a8d2aea02a9201f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afbbb44b90d2eb6aae98ccf3076feadd45359b42d49f25882e43386d05284671 [INFO] running `Command { std: "docker" "start" "-a" "afbbb44b90d2eb6aae98ccf3076feadd45359b42d49f25882e43386d05284671", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ferrous v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | thread::sleep_ms(self.polling_interval); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:138:21 [INFO] [stdout] | [INFO] [stdout] 138 | thread::sleep_ms(self.polling_interval); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dsl/assertions.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | func: Box A>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 | func: Box A>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/dsl/matchers/equals.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Equals { [INFO] [stdout] | -- ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Equals<'a, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/dsl/matchers/contain.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Contain { [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Contain<'a, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(matcher.failure_message(self.actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 20 | panic!("{}", matcher.failure_message(self.actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | panic!(matcher.negated_failure_message(self.actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 26 | panic!("{}", matcher.negated_failure_message(self.actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | panic!(matcher.failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 69 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 89 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:98:24 [INFO] [stdout] | [INFO] [stdout] 98 | panic!(matcher.failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 98 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 107 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] running `Command { std: "docker" "inspect" "afbbb44b90d2eb6aae98ccf3076feadd45359b42d49f25882e43386d05284671", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afbbb44b90d2eb6aae98ccf3076feadd45359b42d49f25882e43386d05284671", kill_on_drop: false }` [INFO] [stdout] afbbb44b90d2eb6aae98ccf3076feadd45359b42d49f25882e43386d05284671 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65cec4e7e317e6f5a4b4cf6d8d019bfc9d43b90fda4b872c6cfbe6141eaf237b [INFO] running `Command { std: "docker" "start" "-a" "65cec4e7e317e6f5a4b4cf6d8d019bfc9d43b90fda4b872c6cfbe6141eaf237b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ferrous v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | thread::sleep_ms(self.polling_interval); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:138:21 [INFO] [stdout] | [INFO] [stdout] 138 | thread::sleep_ms(self.polling_interval); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dsl/assertions.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | func: Box A>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 | func: Box A>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/dsl/matchers/equals.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Equals { [INFO] [stdout] | -- ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Equals<'a, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/dsl/matchers/contain.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Contain { [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Contain<'a, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(matcher.failure_message(self.actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 20 | panic!("{}", matcher.failure_message(self.actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | panic!(matcher.negated_failure_message(self.actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 26 | panic!("{}", matcher.negated_failure_message(self.actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | panic!(matcher.failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 69 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 89 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:98:24 [INFO] [stdout] | [INFO] [stdout] 98 | panic!(matcher.failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 98 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 107 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | thread::sleep_ms(self.polling_interval); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:138:21 [INFO] [stdout] | [INFO] [stdout] 138 | thread::sleep_ms(self.polling_interval); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:172:21 [INFO] [stdout] | [INFO] [stdout] 172 | thread::sleep_ms(500); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | thread::sleep_ms(500); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:249:21 [INFO] [stdout] | [INFO] [stdout] 249 | thread::sleep_ms(500); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stdout] --> src/dsl/assertions.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | thread::sleep_ms(500); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dsl/assertions.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | func: Box A>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 | func: Box A>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/dsl/matchers/equals.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Equals { [INFO] [stdout] | -- ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Equals<'a, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/dsl/matchers/contain.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Contain { [INFO] [stdout] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(expected: &'a E) -> Contain<'a, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | panic!(matcher.failure_message(self.actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 20 | panic!("{}", matcher.failure_message(self.actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | panic!(matcher.negated_failure_message(self.actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 26 | panic!("{}", matcher.negated_failure_message(self.actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | panic!(matcher.failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 69 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 89 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:98:24 [INFO] [stdout] | [INFO] [stdout] 98 | panic!(matcher.failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 98 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/dsl/assertions.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 107 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "65cec4e7e317e6f5a4b4cf6d8d019bfc9d43b90fda4b872c6cfbe6141eaf237b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65cec4e7e317e6f5a4b4cf6d8d019bfc9d43b90fda4b872c6cfbe6141eaf237b", kill_on_drop: false }` [INFO] [stdout] 65cec4e7e317e6f5a4b4cf6d8d019bfc9d43b90fda4b872c6cfbe6141eaf237b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 953f3f03b8ad3f51c637d8d1376c66a15c4c40c7a2a65cf1126a02c9919220fd [INFO] running `Command { std: "docker" "start" "-a" "953f3f03b8ad3f51c637d8d1376c66a15c4c40c7a2a65cf1126a02c9919220fd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stderr] --> src/dsl/assertions.rs:123:21 [INFO] [stderr] | [INFO] [stderr] 123 | thread::sleep_ms(self.polling_interval); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stderr] --> src/dsl/assertions.rs:138:21 [INFO] [stderr] | [INFO] [stderr] 138 | thread::sleep_ms(self.polling_interval); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dsl/assertions.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | func: Box A>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 38 | func: Box A>, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/dsl/matchers/equals.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(expected: &'a E) -> Equals { [INFO] [stderr] | -- ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(expected: &'a E) -> Equals<'a, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/dsl/matchers/contain.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(expected: &'a E) -> Contain { [INFO] [stderr] | -- ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(expected: &'a E) -> Contain<'a, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/dsl/assertions.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | panic!(matcher.failure_message(self.actual)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 20 | panic!("{}", matcher.failure_message(self.actual)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/dsl/assertions.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | panic!(matcher.negated_failure_message(self.actual)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 26 | panic!("{}", matcher.negated_failure_message(self.actual)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/dsl/assertions.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | panic!(matcher.failure_message(&actual)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 69 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/dsl/assertions.rs:89:28 [INFO] [stderr] | [INFO] [stderr] 89 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 89 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/dsl/assertions.rs:98:24 [INFO] [stderr] | [INFO] [stderr] 98 | panic!(matcher.failure_message(&actual)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 98 | panic!("{}", matcher.failure_message(&actual)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/dsl/assertions.rs:107:24 [INFO] [stderr] | [INFO] [stderr] 107 | panic!(matcher.negated_failure_message(&actual)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to `Display` the message [INFO] [stderr] | [INFO] [stderr] 107 | panic!("{}", matcher.negated_failure_message(&actual)); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `ferrous` (lib) generated 11 warnings (run `cargo fix --lib -p ferrous` to apply 9 suggestions) [INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stderr] --> src/dsl/assertions.rs:172:21 [INFO] [stderr] | [INFO] [stderr] 172 | thread::sleep_ms(500); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stderr] --> src/dsl/assertions.rs:205:21 [INFO] [stderr] | [INFO] [stderr] 205 | thread::sleep_ms(500); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stderr] --> src/dsl/assertions.rs:249:21 [INFO] [stderr] | [INFO] [stderr] 249 | thread::sleep_ms(500); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep` [INFO] [stderr] --> src/dsl/assertions.rs:282:21 [INFO] [stderr] | [INFO] [stderr] 282 | thread::sleep_ms(500); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ferrous` (lib test) generated 15 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferrous-32e1cc060c68793a) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test dsl::matchers::contain::tests::test_equal_failure_msg ... ok [INFO] [stdout] test dsl::matchers::equals::tests::test_equal_matches ... ok [INFO] [stdout] test dsl::matchers::equals::tests::test_equal_failure_msg ... ok [INFO] [stdout] test dsl::matchers::contain::tests::test_equal_matches ... ok [INFO] [stdout] test dsl::matchers::equals::tests::test_equal_negated_failure_msg ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_none_failure_msg ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_none_matches_fail ... ok [INFO] [stdout] test dsl::matchers::contain::tests::test_equal_negated_failure_msg ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_none_negated_failure_msg ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_some_failure_msg ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_none_matches ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_some_negated_failure_msg ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_err_failure_msg ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_err_matches_fails ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_err_matches ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_ok_matches ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_ok_matches_fail ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_err_negated_failure_msg ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_ok_negated_failure_msg ... ok [INFO] [stdout] test dsl::matchers::result::tests::test_ok_failure_msg ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_some_matches ... ok [INFO] [stdout] test dsl::matchers::option::tests::test_some_matches_fails ... ok [INFO] [stdout] test dsl::assertions::tests::test_consistently_negated_fail - should panic ... ok [INFO] [stdout] test dsl::assertions::tests::test_consistently_fail - should panic ... ok [INFO] [stdout] test dsl::assertions::tests::test_eventually_negated ... ok [INFO] [stdout] test dsl::assertions::tests::test_eventually ... ok [INFO] [stdout] test dsl::assertions::tests::test_eventually_negated_timeout - should panic ... ok [INFO] [stdout] test dsl::assertions::tests::test_consistently ... ok [INFO] [stdout] test dsl::assertions::tests::test_consistently_negated ... ok [INFO] [stdout] test dsl::assertions::tests::test_eventually_timeout - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-cc797b05c38d714d) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test test_eventually_should_err ... ok [INFO] [stdout] test test_expect_to_custom ... ok [INFO] [stdout] test test_expect_to_err ... ok [INFO] [stdout] test test_expect_to_none ... ok [INFO] [stdout] test test_expect_to ... ok [INFO] [stdout] test test_expect_not_to ... ok [INFO] [stdout] test test_expect_to_ok ... ok [INFO] [stdout] test test_expect_to_some ... ok [INFO] [stdout] test test_consistently_should_not_err_panic - should panic ... ok [INFO] [stdout] test test_expect_not_to_err_panic - should panic ... ok [INFO] [stdout] test test_expect_not_to_none_panic - should panic ... ok [INFO] [stdout] test test_expect_not_to_panic - should panic ... ok [INFO] [stdout] test test_expect_not_to_some_panic - should panic ... ok [INFO] [stdout] test test_expect_to_contain_panic - should panic ... ok [INFO] [stdout] test test_expect_to_err_panic - should panic ... ok [INFO] [stdout] test test_expect_not_to_ok_panic - should panic ... ok [INFO] [stdout] test test_expect_to_none_panic - should panic ... ok [INFO] [stdout] test test_expect_to_ok_panic - should panic ... ok [INFO] [stdout] test test_expect_to_some_panic - should panic ... ok [INFO] [stdout] test test_expect_to_panic - should panic ... ok [INFO] [stdout] test test_expect_to_custom_panic - should panic ... ok [INFO] [stdout] test test_expect_to_contain ... ok [INFO] [stdout] test test_eventually_should_not_err_panic - should panic ... ok [INFO] [stdout] test test_consistently_should_err ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s [INFO] [stdout] [INFO] [stderr] Doc-tests ferrous [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/dsl/mod.rs - dsl (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "953f3f03b8ad3f51c637d8d1376c66a15c4c40c7a2a65cf1126a02c9919220fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "953f3f03b8ad3f51c637d8d1376c66a15c4c40c7a2a65cf1126a02c9919220fd", kill_on_drop: false }` [INFO] [stdout] 953f3f03b8ad3f51c637d8d1376c66a15c4c40c7a2a65cf1126a02c9919220fd