[INFO] fetching crate mockiato 0.9.5... [INFO] testing mockiato-0.9.5 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nameof v1.1.0 [INFO] [stderr] Downloaded nearly_eq v0.2.4 [INFO] [stderr] Downloaded mockiato-codegen v0.9.5 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3494fc7efb990cc86dab9f59d2007b9fd7faa311ba8ba053b69c16d65e76ceae [INFO] running `Command { std: "docker" "start" "-a" "3494fc7efb990cc86dab9f59d2007b9fd7faa311ba8ba053b69c16d65e76ceae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3494fc7efb990cc86dab9f59d2007b9fd7faa311ba8ba053b69c16d65e76ceae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3494fc7efb990cc86dab9f59d2007b9fd7faa311ba8ba053b69c16d65e76ceae", kill_on_drop: false }` [INFO] [stdout] 3494fc7efb990cc86dab9f59d2007b9fd7faa311ba8ba053b69c16d65e76ceae [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b11cb1ca86de6f35e6f7a91a83a1dfcfda4cf859ecb4c80205f983022ac3d01a [INFO] running `Command { std: "docker" "start" "-a" "b11cb1ca86de6f35e6f7a91a83a1dfcfda4cf859ecb4c80205f983022ac3d01a", kill_on_drop: false }` [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 nameof v1.1.0 [INFO] [stderr] Compiling nearly_eq v0.2.4 [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 mockiato-codegen v0.9.5 [INFO] [stderr] Compiling mockiato v0.9.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.2 [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 16.30s [INFO] running `Command { std: "docker" "inspect" "b11cb1ca86de6f35e6f7a91a83a1dfcfda4cf859ecb4c80205f983022ac3d01a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b11cb1ca86de6f35e6f7a91a83a1dfcfda4cf859ecb4c80205f983022ac3d01a", kill_on_drop: false }` [INFO] [stdout] b11cb1ca86de6f35e6f7a91a83a1dfcfda4cf859ecb4c80205f983022ac3d01a [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b02a4988a23ddde7fd75bb619bb85af69212f3136b83c440ff60418db4d39bc9 [INFO] running `Command { std: "docker" "start" "-a" "b02a4988a23ddde7fd75bb619bb85af69212f3136b83c440ff60418db4d39bc9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling mockiato v0.9.5 (/opt/rustwide/workdir) [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] [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 6.40s [INFO] running `Command { std: "docker" "inspect" "b02a4988a23ddde7fd75bb619bb85af69212f3136b83c440ff60418db4d39bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b02a4988a23ddde7fd75bb619bb85af69212f3136b83c440ff60418db4d39bc9", kill_on_drop: false }` [INFO] [stdout] b02a4988a23ddde7fd75bb619bb85af69212f3136b83c440ff60418db4d39bc9 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 360381283e1080d8a64b35b8cc71c7cbc6ba00f01c053da2fb7bde005e24b852 [INFO] running `Command { std: "docker" "start" "-a" "360381283e1080d8a64b35b8cc71c7cbc6ba00f01c053da2fb7bde005e24b852", 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.58s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mockiato-4e2022e598d4d566) [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test expected_calls::test::at_least_is_displayed_correctly ... ok [INFO] [stdout] test expected_calls::test::at_least_matches_minimum_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::any_has_no_max_value ... ok [INFO] [stdout] test expected_calls::test::at_least_matches_values_above_minimum ... ok [INFO] [stdout] test expected_calls::test::at_most_does_not_match_values_above_maximum ... 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::at_least_zero_is_displayed_correctly ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_values_in_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_does_not_match_values_outside_of_range ... ok [INFO] [stdout] test expected_calls::test::at_least_has_no_max_value ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_when_start_equals_end ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_start_value ... ok [INFO] [stdout] test expected_calls::test::between_inclusive_matches_end_value ... ok [INFO] [stdout] test expected_calls::test::between_does_not_match_end_value ... ok [INFO] [stdout] test expected_calls::test::at_most_matches_values_below_maximum ... ok [INFO] [stdout] test expected_calls::test::at_most_matches_maximum ... ok [INFO] [stdout] test expected_calls::test::at_most_has_max_value ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_full_range ... ok [INFO] [stdout] test expected_calls::test::between_matches_start_value ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_range ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_int ... ok [INFO] [stdout] test expected_calls::test::between_max_value_does_not_underflow ... ok [INFO] [stdout] test expected_calls::test::exact_has_max_value ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_nearly_equal_to_different_float_with_low_accuracy ... ok [INFO] [stdout] test expected_calls::test::between_matches_values_in_range ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_nearly_equivalent_to_slightly_different_float ... 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_to ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equal_to_different_float_with_highest_accuracy ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equivalent_to_different_float ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::does_not_work_with_different_lengths ... 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::unordered_vec_eq::test::rejects_slices_with_different_lengths ... ok [INFO] [stdout] test method::test::call_calls_matching_method_call ... ok [INFO] [stdout] test method::test::call_errors_if_more_than_one_call_matches ... ok [INFO] [stdout] test expected_calls::test::exact_matches_specified_value ... ok [INFO] [stdout] test method::test::call_errors_if_no_calls_match ... ok [INFO] [stdout] test expected_calls::test::ranges_with_bigger_start_than_end_do_not_match ... ok [INFO] [stdout] test method_call::test::was_called_expected_number_of_times_returns_true ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::accepts_empty_slices ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::rejects_slices_that_have_different_items ... ok [INFO] [stdout] test method::test::ordered_expectations_fail_if_first_call_does_not_match ... ok [INFO] [stdout] test method::test::verify_is_ok_if_expectations_are_empty ... 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_itself_with_highest_accuracy ... ok [INFO] [stdout] test method_call::test::call_uses_return_value ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::works_with_duplicated_items ... ok [INFO] [stdout] test method_call::test::matches_expected_arguments_returns_false ... ok [INFO] [stdout] test method::test::verify_is_ok_if_expectations_are_met ... ok [INFO] [stdout] test method::test::verify_errors_if_expectations_not_met ... ok [INFO] [stdout] test method::test::unordered_expectations_work_with_one_matching_expected_call ... ok [INFO] [stdout] test method::test::unordered_expectations_fail_with_multiple_matching_calls ... ok [INFO] [stdout] test method_call::test::was_called_expected_number_of_times_returns_false ... ok [INFO] [stdout] test method::test::ordered_expectations_use_first_matching_call_regardless_of_other_expected_calls ... ok [INFO] [stdout] test method_call::test::matches_expected_arguments_returns_true ... ok [INFO] [stdout] test expected_calls::test::can_be_converted_from_inclusive_range ... ok [INFO] [stdout] test method::test::errors_when_matching_call_is_called_more_than_expected ... ok [INFO] [stdout] test matcher::unordered_vec_eq::test::rejects_when_actual_slice_has_extra_elements ... ok [INFO] [stdout] test expected_calls::test::exact_does_not_match_other_values ... ok [INFO] [stdout] test return_value::cloned::test::test_cloned_returns_expected_value ... ok [INFO] [stdout] test matcher::nearly_eq::test::float_is_not_nearly_equal_to_different_float_with_no_accuracy ... ok [INFO] [stdout] test return_value::once::test::returns_expected_value ... 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] test method_call::test::call_panics_if_no_return_value_is_specified - 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-de385e63b39bcf8d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/any_matcher.rs (/opt/rustwide/target/debug/deps/any_matcher-5ad16b11cc3ac2a4) [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] [stderr] Running tests/auto_derive_trait_bounds.rs (/opt/rustwide/target/debug/deps/auto_derive_trait_bounds-d3d236ab62411018) [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.01s [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/cloneable_mocks.rs (/opt/rustwide/target/debug/deps/cloneable_mocks-71e3dbbc260a0e12) [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-7688241ba733c716) [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 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.08s [INFO] [stdout] [INFO] [stderr] Running tests/default_impl.rs (/opt/rustwide/target/debug/deps/default_impl-627b1923e6405692) [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/display_impl_for_partial_eq_matcher.rs (/opt/rustwide/target/debug/deps/display_impl_for_partial_eq_matcher-fdf206f171efb8d7) [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/expectations_with_references_work.rs (/opt/rustwide/target/debug/deps/expectations_with_references_work-3204f954895b2210) [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-03d5e08d0b2ffd80) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/hashmap.rs (/opt/rustwide/target/debug/deps/hashmap-a0b96412395fe512) [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.01s [INFO] [stdout] [INFO] [stdout] [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] [stderr] Running tests/method_decls.rs (/opt/rustwide/target/debug/deps/method_decls-11936044f2311a01) [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-b5a0c60f4c597a81) [INFO] [stderr] Running tests/panic_with_no_expected_calls.rs (/opt/rustwide/target/debug/deps/panic_with_no_expected_calls-190ca020de428927) [INFO] [stdout] [INFO] [stderr] Running tests/remote_trait_with_path.rs (/opt/rustwide/target/debug/deps/remote_trait_with_path-9edfe314385cdd6c) [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] [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 remote_trait ... ok [INFO] [stderr] Running tests/remote_trait_without_path.rs (/opt/rustwide/target/debug/deps/remote_trait_without_path-616a2d9e3875283d) [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 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.10s [INFO] [stdout] [INFO] [stderr] Running tests/return_values_with_references_work.rs (/opt/rustwide/target/debug/deps/return_values_with_references_work-926d234ee3143b7d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test ... ok [INFO] [stderr] Running tests/returns_once.rs (/opt/rustwide/target/debug/deps/returns_once-68fc64e834e34a7c) [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] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test mocked_method_returns_expected_value ... ok [INFO] [stderr] Running tests/sequential_calls.rs (/opt/rustwide/target/debug/deps/sequential_calls-57437fd440dde3b7) [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_after_return_value - 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.22s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test sequential_calls_work_with_expected_call_amount_with_no_upper_limit ... ok [INFO] [stdout] test sequential_calls ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/static_attr.rs (/opt/rustwide/target/debug/deps/static_attr-207c5d50665a6d88) [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/static_references_with_generics.rs (/opt/rustwide/target/debug/deps/static_references_with_generics-65ab84055f8cb3da) [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-f59b6b0b7bf0386d) [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] [stdout] [INFO] [stderr] Running tests/trait_method_with_more_than_one_argument.rs (/opt/rustwide/target/debug/deps/trait_method_with_more_than_one_argument-53aafba71a110f93) [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] [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-37293a117f64c98f) [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/trait_with_debug_bound_can_be_formatted.rs (/opt/rustwide/target/debug/deps/trait_with_debug_bound_can_be_formatted-b151797bf406d1d3) [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.02s [INFO] [stdout] [INFO] [stderr] Running tests/unordered_vec.rs (/opt/rustwide/target/debug/deps/unordered_vec-f855ecf36825e9ba) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/unsafe_traits_work.rs (/opt/rustwide/target/debug/deps/unsafe_traits_work-c9e94389422576d3) [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.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/visibility.rs (/opt/rustwide/target/debug/deps/visibility-5d2be9f233cb1c26) [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] [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/works_with_dead_code_lint.rs (/opt/rustwide/target/debug/deps/works_with_dead_code_lint-ad5a94120a85054d) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/examples/downcasting-325abd4b26541976) [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 object_behavior_can_be_downcast ... ok [INFO] [stderr] Doc-tests mockiato [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 10 tests [INFO] [stdout] test src/lib.rs - (line 82) - compile ... 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/matcher/nearly_eq.rs - matcher::nearly_eq::Argument::nearly_eq_with_accuracy (line 48) ... ok [INFO] [stdout] test src/lib.rs - (line 64) ... ok [INFO] [stdout] test src/matcher/nearly_eq.rs - matcher::nearly_eq::Argument::nearly_eq (line 14) ... ok [INFO] [stdout] test src/matcher/any.rs - matcher::any::Argument::any (line 10) ... ok [INFO] [stdout] test src/matcher/partial_eq.rs - matcher::partial_eq::Argument::partial_eq_owned (line 36) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/matcher/partial_eq.rs - matcher::partial_eq::Argument::partial_eq (line 11) ... ok [INFO] [stdout] test src/lib.rs - (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.40s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "360381283e1080d8a64b35b8cc71c7cbc6ba00f01c053da2fb7bde005e24b852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "360381283e1080d8a64b35b8cc71c7cbc6ba00f01c053da2fb7bde005e24b852", kill_on_drop: false }` [INFO] [stdout] 360381283e1080d8a64b35b8cc71c7cbc6ba00f01c053da2fb7bde005e24b852