[INFO] fetching crate mockiato 0.9.5... [INFO] testing mockiato-0.9.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate mockiato 0.9.5 into /workspace/builds/worker-64/source [INFO] validating manifest of crates.io crate mockiato 0.9.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-64/source/rust-toolchain [INFO] started tweaking crates.io crate mockiato 0.9.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate mockiato 0.9.5 [INFO] tweaked toml for crates.io crate mockiato 0.9.5 written to /workspace/builds/worker-64/source/Cargo.toml [INFO] crate crates.io crate mockiato 0.9.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8db350317472971b935b0ed67136f77d25a8e870cfd7a5d4eaadb1bf79f62cdd [INFO] running `Command { std: "docker" "start" "-a" "8db350317472971b935b0ed67136f77d25a8e870cfd7a5d4eaadb1bf79f62cdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8db350317472971b935b0ed67136f77d25a8e870cfd7a5d4eaadb1bf79f62cdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8db350317472971b935b0ed67136f77d25a8e870cfd7a5d4eaadb1bf79f62cdd", kill_on_drop: false }` [INFO] [stdout] 8db350317472971b935b0ed67136f77d25a8e870cfd7a5d4eaadb1bf79f62cdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ab297badd492c1f9de2c0ddd89cbe5c85c405e94d2a49de6bf03ee6b8d15fc0 [INFO] running `Command { std: "docker" "start" "-a" "3ab297badd492c1f9de2c0ddd89cbe5c85c405e94d2a49de6bf03ee6b8d15fc0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling nearly_eq v0.2.4 [INFO] [stderr] Compiling nameof v1.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling mockiato-codegen v0.9.5 [INFO] [stderr] Compiling mockiato v0.9.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/return_value/panic.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | Some(message) => panic!(message), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] 21 | Some(message) => panic!("{}", message), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | f.debug_struct(name_of!(type Method<'mock, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | .field(name_of!(name in Self), &self.name) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | .field(name_of!(calls in Self), &self.calls) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | .field(name_of!(call_order in Self), &self.call_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | f.debug_struct(name_of!(type MethodCallBuilder<'mock, 'a, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | .field(name_of!(call in Self), &self.call) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | f.debug_struct(name_of!(type MethodCall<'mock, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 136 | .field(name_of!(expected_calls in Self), &self.expected_calls) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | name_of!(actual_number_of_calls in Self), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | .field(name_of!(matcher in Self), &self.matcher) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | .field(name_of!(return_value in Self), &self.return_value) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | f.debug_struct(name_of!(type NearlyEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | name_of!(accuracy in Self), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:86:24 [INFO] [stdout] | [INFO] [stdout] 86 | f.debug_struct(name_of!(type PartialEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | f.debug_struct(name_of!(type OwnedPartialEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/unordered_vec_eq.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | f.debug_tuple(name_of!(type UnorderedVecArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.22s [INFO] running `Command { std: "docker" "inspect" "3ab297badd492c1f9de2c0ddd89cbe5c85c405e94d2a49de6bf03ee6b8d15fc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ab297badd492c1f9de2c0ddd89cbe5c85c405e94d2a49de6bf03ee6b8d15fc0", kill_on_drop: false }` [INFO] [stdout] 3ab297badd492c1f9de2c0ddd89cbe5c85c405e94d2a49de6bf03ee6b8d15fc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2483a9e02ea649ff8e49e2e6b3a69efd546274d189307ac2c0302a7278f36fa5 [INFO] running `Command { std: "docker" "start" "-a" "2483a9e02ea649ff8e49e2e6b3a69efd546274d189307ac2c0302a7278f36fa5", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/return_value/panic.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | Some(message) => panic!(message), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] 21 | Some(message) => panic!("{}", message), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | f.debug_struct(name_of!(type Method<'mock, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | .field(name_of!(name in Self), &self.name) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | .field(name_of!(calls in Self), &self.calls) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | .field(name_of!(call_order in Self), &self.call_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | f.debug_struct(name_of!(type MethodCallBuilder<'mock, 'a, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | .field(name_of!(call in Self), &self.call) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | f.debug_struct(name_of!(type MethodCall<'mock, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 136 | .field(name_of!(expected_calls in Self), &self.expected_calls) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | name_of!(actual_number_of_calls in Self), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | .field(name_of!(matcher in Self), &self.matcher) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | .field(name_of!(return_value in Self), &self.return_value) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | f.debug_struct(name_of!(type NearlyEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | name_of!(accuracy in Self), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:86:24 [INFO] [stdout] | [INFO] [stdout] 86 | f.debug_struct(name_of!(type PartialEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | f.debug_struct(name_of!(type OwnedPartialEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/unordered_vec_eq.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | f.debug_tuple(name_of!(type UnorderedVecArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mockiato v0.9.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/return_value/panic.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | Some(message) => panic!(message), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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] 21 | Some(message) => panic!("{}", message), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | f.debug_struct(name_of!(type Method<'mock, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | .field(name_of!(name in Self), &self.name) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | .field(name_of!(calls in Self), &self.calls) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | .field(name_of!(call_order in Self), &self.call_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 25 | f.debug_struct(name_of!(type MethodCallBuilder<'mock, 'a, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | .field(name_of!(call in Self), &self.call) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | f.debug_struct(name_of!(type MethodCall<'mock, A, R>)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 136 | .field(name_of!(expected_calls in Self), &self.expected_calls) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | name_of!(actual_number_of_calls in Self), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | .field(name_of!(matcher in Self), &self.matcher) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/method_call.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | .field(name_of!(return_value in Self), &self.return_value) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | f.debug_struct(name_of!(type NearlyEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/nearly_eq.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | name_of!(accuracy in Self), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:86:24 [INFO] [stdout] | [INFO] [stdout] 86 | f.debug_struct(name_of!(type PartialEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | f.debug_struct(name_of!(type OwnedPartialEqArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/partial_eq.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused closure that must be used [INFO] [stdout] --> src/matcher/unordered_vec_eq.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | f.debug_tuple(name_of!(type UnorderedVecArgumentMatcher)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: closures are lazy and do nothing unless called [INFO] [stdout] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.59s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/mockiato-d033460ee649ae66) [INFO] [stderr] Executable tests/ambiguous_call.rs (/opt/rustwide/target/debug/deps/ambiguous_call-65e6573b530f6e1d) [INFO] [stderr] Executable tests/any_matcher.rs (/opt/rustwide/target/debug/deps/any_matcher-595036f5d85abdf0) [INFO] [stderr] Executable tests/auto_derive_trait_bounds.rs (/opt/rustwide/target/debug/deps/auto_derive_trait_bounds-d06916c71fad1ceb) [INFO] [stderr] Executable tests/cloneable_mocks.rs (/opt/rustwide/target/debug/deps/cloneable_mocks-f83a7f16158c3230) [INFO] [stderr] Executable tests/default.rs (/opt/rustwide/target/debug/deps/default-d5b2a1bb5de3868d) [INFO] [stderr] Executable tests/default_impl.rs (/opt/rustwide/target/debug/deps/default_impl-872f0e58f0502fd7) [INFO] [stderr] Executable tests/display_impl_for_partial_eq_matcher.rs (/opt/rustwide/target/debug/deps/display_impl_for_partial_eq_matcher-72d85eaef74a691b) [INFO] [stderr] Executable tests/expectations_with_references_work.rs (/opt/rustwide/target/debug/deps/expectations_with_references_work-7a9eb5abf632b361) [INFO] [stderr] Executable tests/generic_types.rs (/opt/rustwide/target/debug/deps/generic_types-f6ee34245096a39d) [INFO] [stderr] Executable tests/hashmap.rs (/opt/rustwide/target/debug/deps/hashmap-59de421a254655ce) [INFO] [stderr] Executable tests/method_decls.rs (/opt/rustwide/target/debug/deps/method_decls-1e7a077cda3519b0) [INFO] [stderr] Executable tests/non_static_references_work.rs (/opt/rustwide/target/debug/deps/non_static_references_work-01a2e3260db6fad2) [INFO] [stderr] Executable tests/panic_with_no_expected_calls.rs (/opt/rustwide/target/debug/deps/panic_with_no_expected_calls-7abc2e2902acd7a1) [INFO] [stderr] Executable tests/remote_trait_with_path.rs (/opt/rustwide/target/debug/deps/remote_trait_with_path-a03884e68af38774) [INFO] [stderr] Executable tests/remote_trait_without_path.rs (/opt/rustwide/target/debug/deps/remote_trait_without_path-e6860d9c2a81b6c6) [INFO] [stderr] Executable tests/return_values_with_references_work.rs (/opt/rustwide/target/debug/deps/return_values_with_references_work-bcbaaad142afb7be) [INFO] [stderr] Executable tests/returns_once.rs (/opt/rustwide/target/debug/deps/returns_once-bcc1c7acbe6f135f) [INFO] [stderr] Executable tests/sequential_calls.rs (/opt/rustwide/target/debug/deps/sequential_calls-35e825d425f6b423) [INFO] [stderr] Executable tests/static_attr.rs (/opt/rustwide/target/debug/deps/static_attr-ca4a99ffe429077d) [INFO] [stderr] Executable tests/static_references_with_generics.rs (/opt/rustwide/target/debug/deps/static_references_with_generics-75cb6b7aaa16379a) [INFO] [stderr] Executable tests/test.rs (/opt/rustwide/target/debug/deps/test-d4d1329bf149c65b) [INFO] [stderr] Executable tests/trait_method_with_more_than_one_argument.rs (/opt/rustwide/target/debug/deps/trait_method_with_more_than_one_argument-5416fb17bca2447c) [INFO] [stderr] Executable tests/trait_nested_in_fn.rs (/opt/rustwide/target/debug/deps/trait_nested_in_fn-5270a7d966a51c12) [INFO] [stderr] Executable tests/trait_with_debug_bound_can_be_formatted.rs (/opt/rustwide/target/debug/deps/trait_with_debug_bound_can_be_formatted-8a1e284c5362ff0b) [INFO] [stderr] Executable tests/unordered_vec.rs (/opt/rustwide/target/debug/deps/unordered_vec-c2caab26f0a9f7fe) [INFO] [stderr] Executable tests/unsafe_traits_work.rs (/opt/rustwide/target/debug/deps/unsafe_traits_work-b482418c8134ac26) [INFO] [stderr] Executable tests/visibility.rs (/opt/rustwide/target/debug/deps/visibility-503965847cfad421) [INFO] [stderr] Executable tests/works_with_dead_code_lint.rs (/opt/rustwide/target/debug/deps/works_with_dead_code_lint-78b0888903bd363e) [INFO] [stderr] Executable unittests examples/downcasting.rs (/opt/rustwide/target/debug/examples/downcasting-17e3bdab20d7bf03) [INFO] running `Command { std: "docker" "inspect" "2483a9e02ea649ff8e49e2e6b3a69efd546274d189307ac2c0302a7278f36fa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2483a9e02ea649ff8e49e2e6b3a69efd546274d189307ac2c0302a7278f36fa5", kill_on_drop: false }` [INFO] [stdout] 2483a9e02ea649ff8e49e2e6b3a69efd546274d189307ac2c0302a7278f36fa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a16bf1a8e348fabfa5ad830dc73776ec724d5b949725d9b8e156675953e908cf [INFO] running `Command { std: "docker" "start" "-a" "a16bf1a8e348fabfa5ad830dc73776ec724d5b949725d9b8e156675953e908cf", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/return_value/panic.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | Some(message) => panic!(message), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [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] 21 | Some(message) => panic!("{}", message), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | f.debug_struct(name_of!(type Method<'mock, A, R>)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method.rs:34:20 [INFO] [stderr] | [INFO] [stderr] 34 | .field(name_of!(name in Self), &self.name) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method.rs:35:20 [INFO] [stderr] | [INFO] [stderr] 35 | .field(name_of!(calls in Self), &self.calls) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | .field(name_of!(call_order in Self), &self.call_order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:25:24 [INFO] [stderr] | [INFO] [stderr] 25 | f.debug_struct(name_of!(type MethodCallBuilder<'mock, 'a, A, R>)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | .field(name_of!(call in Self), &self.call) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:135:24 [INFO] [stderr] | [INFO] [stderr] 135 | f.debug_struct(name_of!(type MethodCall<'mock, A, R>)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:136:20 [INFO] [stderr] | [INFO] [stderr] 136 | .field(name_of!(expected_calls in Self), &self.expected_calls) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:138:17 [INFO] [stderr] | [INFO] [stderr] 138 | name_of!(actual_number_of_calls in Self), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:141:20 [INFO] [stderr] | [INFO] [stderr] 141 | .field(name_of!(matcher in Self), &self.matcher) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/method_call.rs:142:20 [INFO] [stderr] | [INFO] [stderr] 142 | .field(name_of!(return_value in Self), &self.return_value) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/nearly_eq.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | f.debug_struct(name_of!(type NearlyEqArgumentMatcher)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/nearly_eq.rs:111:20 [INFO] [stderr] | [INFO] [stderr] 111 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/nearly_eq.rs:113:17 [INFO] [stderr] | [INFO] [stderr] 113 | name_of!(accuracy in Self), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/partial_eq.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | f.debug_struct(name_of!(type PartialEqArgumentMatcher)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/partial_eq.rs:87:20 [INFO] [stderr] | [INFO] [stderr] 87 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/partial_eq.rs:128:24 [INFO] [stderr] | [INFO] [stderr] 128 | f.debug_struct(name_of!(type OwnedPartialEqArgumentMatcher)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/partial_eq.rs:129:20 [INFO] [stderr] | [INFO] [stderr] 129 | .field(name_of!(value in Self), &MaybeDebugWrapper(&self.value)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `name_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused closure that must be used [INFO] [stderr] --> src/matcher/unordered_vec_eq.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | f.debug_tuple(name_of!(type UnorderedVecArgumentMatcher)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: closures are lazy and do nothing unless called [INFO] [stderr] = note: this warning originates in the macro `$crate::name_of_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `mockiato` (lib) generated 20 warnings [INFO] [stderr] warning: `mockiato` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mockiato-d033460ee649ae66) [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test expected_calls::test::any_has_no_max_value ... ok [INFO] [stdout] test expected_calls::test::any_is_displayed_correctly ... ok [INFO] [stdout] test expected_calls::test::at_least_does_not_match_values_below_minimum ... ok [INFO] [stdout] test expected_calls::test::at_least_has_no_max_value ... ok [INFO] [stdout] test expected_calls::test::at_least_is_displayed_correctly ... ok [INFO] [stdout] test expected_calls::test::at_least_matches_values_above_minimum ... ok [INFO] [stdout] test expected_calls::test::at_least_matches_minimum_value ... ok [INFO] [stdout] test expected_calls::test::at_least_zero_is_displayed_correctly ... ok [INFO] [stdout] test expected_calls::test::at_most_does_not_match_values_above_maximum ... ok [INFO] [stdout] test expected_calls::test::at_most_has_max_value ... ok [INFO] [stdout] test expected_calls::test::at_most_matches_maximum ... ok [INFO] [stdout] test expected_calls::test::at_most_matches_values_below_maximum ... ok [INFO] [stdout] test expected_calls::test::between_does_not_match_end_value ... ok [INFO] [stdout] test expected_calls::test::between_does_not_match_values_outside_of_range ... ok [INFO] [stdout] test expected_calls::test::between_does_not_match_when_start_equals_end ... ok [INFO] [stdout] test expected_calls::test::between_has_max_value ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_does_not_match_values_outside_of_range ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_has_max_value ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_end_value ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_start_value ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_values_in_range ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_when_start_equals_end ... ok [INFO] [stdout] test expected_calls::test::between_matches_start_value ... ok [INFO] [stdout] test expected_calls::test::between_matches_values_in_range ... ok [INFO] [stdout] test expected_calls::test::between_max_value_does_not_underflow ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_full_range ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_inclusive_range ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_int ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_range_to ... ok [INFO] [stdout] test expected_calls::test::exact_does_not_match_other_values ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_range_from ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_range ... ok [INFO] [stdout] test expected_calls::test::exact_has_max_value ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equal_to_different_float_with_highest_accuracy ... ok [INFO] [stdout] test expected_calls::test::exact_matches_specified_value ... ok [INFO] [stdout] test expected_calls::test::ranges_with_bigger_start_than_end_do_not_match ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equal_to_different_float_with_same_accuracy_as_difference ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equivalent_to_different_float ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_nearly_equal_to_itself_with_highest_accuracy ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_nearly_equal_to_itself ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_nearly_equal_to_different_float_with_low_accuracy ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::does_not_work_with_different_lengths ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::accepts_empty_slices ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_nearly_equivalent_to_slightly_different_float ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equal_to_different_float_with_no_accuracy ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::rejects_slices_that_have_different_items ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::rejects_slices_with_different_lengths ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::rejects_when_actual_slice_has_extra_elements ... ok [INFO] [stdout] test method::test::errors_when_matching_call_is_called_more_than_expected ... ok [INFO] [stdout] test method::test::call_errors_if_more_than_one_call_matches ... ok [INFO] [stdout] test method::test::call_calls_matching_method_call ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::works_with_duplicated_items ... ok [INFO] [stdout] test method::test::ordered_expectations_fail_if_first_call_does_not_match ... ok [INFO] [stdout] test method::test::unordered_expectations_fail_with_multiple_matching_calls ... ok [INFO] [stdout] test method::test::call_errors_if_no_calls_match ... ok [INFO] [stdout] test method::test::unordered_expectations_work_with_one_matching_expected_call ... ok [INFO] [stdout] test method::test::ordered_expectations_use_first_matching_call_regardless_of_other_expected_calls ... ok [INFO] [stdout] test method::test::verify_is_ok_if_expectations_are_empty ... ok [INFO] [stdout] test return_value::cloned::test::test_cloned_returns_expected_value ... ok [INFO] [stdout] test method_call::test::matches_expected_arguments_returns_false ... ok [INFO] [stdout] test method_call::test::was_called_expected_number_of_times_returns_true ... ok [INFO] [stdout] test method_call::test::call_uses_return_value ... ok [INFO] [stdout] test method::test::verify_errors_if_expectations_not_met ... ok [INFO] [stdout] test method_call::test::matches_expected_arguments_returns_true ... ok [INFO] [stdout] test method_call::test::was_called_expected_number_of_times_returns_false ... ok [INFO] [stdout] test method::test::verify_is_ok_if_expectations_are_met ... ok [INFO] [stdout] test return_value::once::test::returns_expected_value ... ok [INFO] [stdout] test method_call::test::call_panics_if_no_return_value_is_specified - should panic ... ok [INFO] [stdout] test return_value::once::test::panics_when_called_more_than_once - should panic ... ok [INFO] [stdout] test return_value::panic::test::test_panic_panicks - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/ambiguous_call.rs (/opt/rustwide/target/debug/deps/ambiguous_call-65e6573b530f6e1d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/any_matcher.rs (/opt/rustwide/target/debug/deps/any_matcher-595036f5d85abdf0) [INFO] [stderr] Running tests/auto_derive_trait_bounds.rs (/opt/rustwide/target/debug/deps/auto_derive_trait_bounds-d06916c71fad1ceb) [INFO] [stdout] [INFO] [stderr] Running tests/cloneable_mocks.rs (/opt/rustwide/target/debug/deps/cloneable_mocks-f83a7f16158c3230) [INFO] [stdout] running 1 test [INFO] [stdout] test cloneable_mocks_work ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test cloneable_mocks_work ... ok [INFO] [stderr] Running tests/default.rs (/opt/rustwide/target/debug/deps/default-d5b2a1bb5de3868d) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test default_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/default_impl.rs (/opt/rustwide/target/debug/deps/default_impl-872f0e58f0502fd7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running tests/display_impl_for_partial_eq_matcher.rs (/opt/rustwide/target/debug/deps/display_impl_for_partial_eq_matcher-72d85eaef74a691b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running tests/expectations_with_references_work.rs (/opt/rustwide/target/debug/deps/expectations_with_references_work-7a9eb5abf632b361) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test cloneable_mocks_work ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/generic_types.rs (/opt/rustwide/target/debug/deps/generic_types-f6ee34245096a39d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test trait_with_generic_type_argument_can_be_mocked ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running tests/hashmap.rs (/opt/rustwide/target/debug/deps/hashmap-59de421a254655ce) [INFO] [stdout] [INFO] [stderr] Running tests/method_decls.rs (/opt/rustwide/target/debug/deps/method_decls-1e7a077cda3519b0) [INFO] [stdout] running 1 test [INFO] [stdout] test works_with_hashmap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/non_static_references_work.rs (/opt/rustwide/target/debug/deps/non_static_references_work-01a2e3260db6fad2) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/panic_with_no_expected_calls.rs (/opt/rustwide/target/debug/deps/panic_with_no_expected_calls-7abc2e2902acd7a1) [INFO] [stdout] test test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/remote_trait_with_path.rs (/opt/rustwide/target/debug/deps/remote_trait_with_path-a03884e68af38774) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test remote_trait ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/remote_trait_without_path.rs (/opt/rustwide/target/debug/deps/remote_trait_without_path-e6860d9c2a81b6c6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test remote_trait ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/return_values_with_references_work.rs (/opt/rustwide/target/debug/deps/return_values_with_references_work-bcbaaad142afb7be) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/returns_once.rs (/opt/rustwide/target/debug/deps/returns_once-bcc1c7acbe6f135f) [INFO] [stdout] test test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test mocked_method_returns_expected_value ... ok [INFO] [stdout] test setup_of_method_panics_when_times_is_specified_after_return_value - should panic ... ok [INFO] [stderr] Running tests/sequential_calls.rs (/opt/rustwide/target/debug/deps/sequential_calls-35e825d425f6b423) [INFO] [stdout] test mocked_method_panics_when_invoked_more_than_once - should panic ... ok [INFO] [stdout] test setup_of_method_panics_when_times_is_specified_before_return_value - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test sequential_calls ... ok [INFO] [stdout] test sequential_calls_work_with_expected_call_amount_with_no_upper_limit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/static_attr.rs (/opt/rustwide/target/debug/deps/static_attr-ca4a99ffe429077d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/static_references_with_generics.rs (/opt/rustwide/target/debug/deps/static_references_with_generics-75cb6b7aaa16379a) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_static_references_works_together_with_generic_types ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-d4d1329bf149c65b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test ... ok [INFO] [stderr] Running tests/trait_method_with_more_than_one_argument.rs (/opt/rustwide/target/debug/deps/trait_method_with_more_than_one_argument-5416fb17bca2447c) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/trait_nested_in_fn.rs (/opt/rustwide/target/debug/deps/trait_nested_in_fn-5270a7d966a51c12) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running tests/trait_with_debug_bound_can_be_formatted.rs (/opt/rustwide/target/debug/deps/trait_with_debug_bound_can_be_formatted-8a1e284c5362ff0b) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test trait_with_debug_bound_can_be_formatted ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/unordered_vec.rs (/opt/rustwide/target/debug/deps/unordered_vec-c2caab26f0a9f7fe) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test unordered_slice_matcher_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/unsafe_traits_work.rs (/opt/rustwide/target/debug/deps/unsafe_traits_work-b482418c8134ac26) [INFO] [stdout] [INFO] [stderr] Running tests/visibility.rs (/opt/rustwide/target/debug/deps/visibility-503965847cfad421) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running tests/works_with_dead_code_lint.rs (/opt/rustwide/target/debug/deps/works_with_dead_code_lint-78b0888903bd363e) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests examples/downcasting.rs (/opt/rustwide/target/debug/examples/downcasting-17e3bdab20d7bf03) [INFO] [stdout] running 1 test [INFO] [stdout] test object_behavior_can_be_downcast ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests mockiato [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - (line 82) - compile ... ok [INFO] [stdout] test src/matcher/any.rs - matcher::any::Argument::any (line 10) ... ok [INFO] [stdout] test src/lib.rs - (line 64) ... ok [INFO] [stdout] test src/lib.rs - (line 41) ... ok [INFO] [stdout] test src/matcher/partial_eq.rs - matcher::partial_eq::Argument::partial_eq_owned (line 36) ... ok [INFO] [stdout] test src/matcher/unordered_vec_eq.rs - matcher::unordered_vec_eq::Argument::unordered_vec_eq (line 14) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/matcher/nearly_eq.rs - matcher::nearly_eq::Argument::nearly_eq (line 14) ... ok [INFO] [stdout] test src/matcher/nearly_eq.rs - matcher::nearly_eq::Argument::nearly_eq_with_accuracy (line 48) ... ok [INFO] [stdout] test src/matcher/partial_eq.rs - matcher::partial_eq::Argument::partial_eq (line 11) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a16bf1a8e348fabfa5ad830dc73776ec724d5b949725d9b8e156675953e908cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a16bf1a8e348fabfa5ad830dc73776ec724d5b949725d9b8e156675953e908cf", kill_on_drop: false }` [INFO] [stdout] a16bf1a8e348fabfa5ad830dc73776ec724d5b949725d9b8e156675953e908cf