[INFO] fetching crate mockers 0.21.0... [INFO] testing mockers-0.21.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate mockers 0.21.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate mockers 0.21.0 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] started tweaking crates.io crate mockers 0.21.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mockers 0.21.0 [INFO] tweaked toml for crates.io crate mockers 0.21.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 8a182110302d2723c35707e2d5879301c0e79f8c49fba4134e63020b291924bf [INFO] running `Command { std: "docker" "start" "-a" "8a182110302d2723c35707e2d5879301c0e79f8c49fba4134e63020b291924bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a182110302d2723c35707e2d5879301c0e79f8c49fba4134e63020b291924bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a182110302d2723c35707e2d5879301c0e79f8c49fba4134e63020b291924bf", kill_on_drop: false }` [INFO] [stdout] 8a182110302d2723c35707e2d5879301c0e79f8c49fba4134e63020b291924bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] f76e82dbb9ef5b32105e17d1d04912ed16a0aea55b8a0c7464007fc8718f68cf [INFO] running `Command { std: "docker" "start" "-a" "f76e82dbb9ef5b32105e17d1d04912ed16a0aea55b8a0c7464007fc8718f68cf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling select-rustc v0.1.2 [INFO] [stderr] Compiling mockers v0.21.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 758 | define_verify!(verify0 { }); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 758 | define_verify!(verify0 { }); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/type_info.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / panic!(concat!( [INFO] [stdout] 13 | | "\n\n", [INFO] [stdout] 14 | | colored!(red: "error:"), [INFO] [stdout] 15 | | colored!(bold: " Generic method was called with unknown type parameter."), [INFO] [stdout] ... | [INFO] [stdout] 40 | | "\n" [INFO] [stdout] 41 | | )) [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 12 | panic!("{}", concat!( [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 394 | / define_all!((CallMatch0, Reaction0, ActionClone0, Satisfy0, SatisfyClone0, Expectation0, ExpectationTimes0) { [INFO] [stdout] 395 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 396 | / define_all!((CallMatch1, Reaction1, ActionClone1, Satisfy1, SatisfyClone1, Expectation1, ExpectationTimes1) { [INFO] [stdout] 397 | | (0, arg0, Arg0) [INFO] [stdout] 398 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / define_all!((CallMatch2, Reaction2, ActionClone2, Satisfy2, SatisfyClone2, Expectation2, ExpectationTimes2) { [INFO] [stdout] 400 | | (0, arg0, Arg0), (1, arg1, Arg1) [INFO] [stdout] 401 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 402 | / define_all!((CallMatch3, Reaction3, ActionClone3, Satisfy3, SatisfyClone3, Expectation3, ExpectationTimes3) { [INFO] [stdout] 403 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) [INFO] [stdout] 404 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 405 | / define_all!((CallMatch4, Reaction4, ActionClone4, Satisfy4, SatisfyClone4, Expectation4, ExpectationTimes4) { [INFO] [stdout] 406 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) [INFO] [stdout] 407 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:621:20 [INFO] [stdout] | [INFO] [stdout] 621 | panic!(s); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 621 | panic!("{}", s); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:804:20 [INFO] [stdout] | [INFO] [stdout] 804 | panic!(msg); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 804 | panic!("{}", msg); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:884:16 [INFO] [stdout] | [INFO] [stdout] 884 | panic!(msg); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 884 | panic!("{}", msg); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.77s [INFO] running `Command { std: "docker" "inspect" "f76e82dbb9ef5b32105e17d1d04912ed16a0aea55b8a0c7464007fc8718f68cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f76e82dbb9ef5b32105e17d1d04912ed16a0aea55b8a0c7464007fc8718f68cf", kill_on_drop: false }` [INFO] [stdout] f76e82dbb9ef5b32105e17d1d04912ed16a0aea55b8a0c7464007fc8718f68cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] beb9b52b49f2084e34ac0d04176a79e6997a9a8e189ad762b8150bd9ae415a4d [INFO] running `Command { std: "docker" "start" "-a" "beb9b52b49f2084e34ac0d04176a79e6997a9a8e189ad762b8150bd9ae415a4d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling unindent v0.1.8 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling itertools v0.4.19 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 758 | define_verify!(verify0 { }); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 758 | define_verify!(verify0 { }); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/type_info.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / panic!(concat!( [INFO] [stdout] 13 | | "\n\n", [INFO] [stdout] 14 | | colored!(red: "error:"), [INFO] [stdout] 15 | | colored!(bold: " Generic method was called with unknown type parameter."), [INFO] [stdout] ... | [INFO] [stdout] 40 | | "\n" [INFO] [stdout] 41 | | )) [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 12 | panic!("{}", concat!( [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 394 | / define_all!((CallMatch0, Reaction0, ActionClone0, Satisfy0, SatisfyClone0, Expectation0, ExpectationTimes0) { [INFO] [stdout] 395 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 396 | / define_all!((CallMatch1, Reaction1, ActionClone1, Satisfy1, SatisfyClone1, Expectation1, ExpectationTimes1) { [INFO] [stdout] 397 | | (0, arg0, Arg0) [INFO] [stdout] 398 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / define_all!((CallMatch2, Reaction2, ActionClone2, Satisfy2, SatisfyClone2, Expectation2, ExpectationTimes2) { [INFO] [stdout] 400 | | (0, arg0, Arg0), (1, arg1, Arg1) [INFO] [stdout] 401 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 402 | / define_all!((CallMatch3, Reaction3, ActionClone3, Satisfy3, SatisfyClone3, Expectation3, ExpectationTimes3) { [INFO] [stdout] 403 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) [INFO] [stdout] 404 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 405 | / define_all!((CallMatch4, Reaction4, ActionClone4, Satisfy4, SatisfyClone4, Expectation4, ExpectationTimes4) { [INFO] [stdout] 406 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) [INFO] [stdout] 407 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:621:20 [INFO] [stdout] | [INFO] [stdout] 621 | panic!(s); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 621 | panic!("{}", s); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:804:20 [INFO] [stdout] | [INFO] [stdout] 804 | panic!(msg); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 804 | panic!("{}", msg); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:884:16 [INFO] [stdout] | [INFO] [stdout] 884 | panic!(msg); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 884 | panic!("{}", msg); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc-quote-impl v0.2.2 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling proc-quote v0.2.2 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling mockers_derive v0.21.0 [INFO] [stderr] Compiling mockers v0.21.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 758 | define_verify!(verify0 { }); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 758 | define_verify!(verify0 { }); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stdout] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:735:14 [INFO] [stdout] | [INFO] [stdout] 735 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stdout] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/type_info.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / panic!(concat!( [INFO] [stdout] 13 | | "\n\n", [INFO] [stdout] 14 | | colored!(red: "error:"), [INFO] [stdout] 15 | | colored!(bold: " Generic method was called with unknown type parameter."), [INFO] [stdout] ... | [INFO] [stdout] 40 | | "\n" [INFO] [stdout] 41 | | )) [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] help: add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 12 | panic!("{}", concat!( [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 394 | / define_all!((CallMatch0, Reaction0, ActionClone0, Satisfy0, SatisfyClone0, Expectation0, ExpectationTimes0) { [INFO] [stdout] 395 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 396 | / define_all!((CallMatch1, Reaction1, ActionClone1, Satisfy1, SatisfyClone1, Expectation1, ExpectationTimes1) { [INFO] [stdout] 397 | | (0, arg0, Arg0) [INFO] [stdout] 398 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 399 | / define_all!((CallMatch2, Reaction2, ActionClone2, Satisfy2, SatisfyClone2, Expectation2, ExpectationTimes2) { [INFO] [stdout] 400 | | (0, arg0, Arg0), (1, arg1, Arg1) [INFO] [stdout] 401 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 402 | / define_all!((CallMatch3, Reaction3, ActionClone3, Satisfy3, SatisfyClone3, Expectation3, ExpectationTimes3) { [INFO] [stdout] 403 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) [INFO] [stdout] 404 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:306:58 [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 405 | / define_all!((CallMatch4, Reaction4, ActionClone4, Satisfy4, SatisfyClone4, Expectation4, ExpectationTimes4) { [INFO] [stdout] 406 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) [INFO] [stdout] 407 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:621:20 [INFO] [stdout] | [INFO] [stdout] 621 | panic!(s); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 621 | panic!("{}", s); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:804:20 [INFO] [stdout] | [INFO] [stdout] 804 | panic!(msg); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 804 | panic!("{}", msg); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:884:16 [INFO] [stdout] | [INFO] [stdout] 884 | panic!(msg); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 884 | panic!("{}", msg); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.06s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/mockers-4b86d78716fab119) [INFO] [stderr] Executable tests/arbitrary_self.rs (/opt/rustwide/target/debug/deps/arbitrary_self-c24d8117eda6f8e3) [INFO] [stderr] Executable tests/associated_types.rs (/opt/rustwide/target/debug/deps/associated_types-75e336fd86e7d7ed) [INFO] [stderr] Executable tests/cardinality.rs (/opt/rustwide/target/debug/deps/cardinality-724e9b36bdbc5f58) [INFO] [stderr] Executable tests/clone.rs (/opt/rustwide/target/debug/deps/clone-1f7703cc18ec47a9) [INFO] [stderr] Executable tests/derive.rs (/opt/rustwide/target/debug/deps/derive-8a14ee4fb3b3b313) [INFO] [stderr] Executable tests/dyn_trait.rs (/opt/rustwide/target/debug/deps/dyn_trait-dbbc3a9a16aed254) [INFO] [stderr] Executable tests/expect_in_action.rs (/opt/rustwide/target/debug/deps/expect_in_action-64967b1f4dd959b3) [INFO] [stderr] Executable tests/extern.rs (/opt/rustwide/target/debug/deps/extern-0e40633bf7e6e947) [INFO] [stderr] Executable tests/extern_trait.rs (/opt/rustwide/target/debug/deps/extern_trait-4dda0fc5c60f5d2e) [INFO] [stderr] Executable tests/fn_mut_reaction.rs (/opt/rustwide/target/debug/deps/fn_mut_reaction-95d0056047ac0944) [INFO] [stderr] Executable tests/generic_trait.rs (/opt/rustwide/target/debug/deps/generic_trait-22403d775b57e8e7) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-39fefc0aafcbbefd) [INFO] [stderr] Executable tests/local_refs.rs (/opt/rustwide/target/debug/deps/local_refs-0691562611b28398) [INFO] [stderr] Executable tests/matchers.rs (/opt/rustwide/target/debug/deps/matchers-a17fcc64bd2c9cbd) [INFO] [stderr] Executable tests/move.rs (/opt/rustwide/target/debug/deps/move-5bf60cbc7a6dcf50) [INFO] [stderr] Executable tests/multi_trait.rs (/opt/rustwide/target/debug/deps/multi_trait-fa230c441c608e74) [INFO] [stderr] Executable tests/named_mock_type.rs (/opt/rustwide/target/debug/deps/named_mock_type-1c2441fe9db84938) [INFO] [stderr] Executable tests/nested.rs (/opt/rustwide/target/debug/deps/nested-0ccaa464d44d39ed) [INFO] [stderr] Executable tests/refs.rs (/opt/rustwide/target/debug/deps/refs-ed92fc934bc2fcc2) [INFO] [stderr] Executable tests/static_methods.rs (/opt/rustwide/target/debug/deps/static_methods-518c39f090bd4f7f) [INFO] [stderr] Executable tests/type_names.rs (/opt/rustwide/target/debug/deps/type_names-090a6be6efd54b33) [INFO] running `Command { std: "docker" "inspect" "beb9b52b49f2084e34ac0d04176a79e6997a9a8e189ad762b8150bd9ae415a4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "beb9b52b49f2084e34ac0d04176a79e6997a9a8e189ad762b8150bd9ae415a4d", kill_on_drop: false }` [INFO] [stdout] beb9b52b49f2084e34ac0d04176a79e6997a9a8e189ad762b8150bd9ae415a4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] ee992ba79381410563974dc2ab78af565f379a97b94f41c85f15d9c0b5ef69c6 [INFO] running `Command { std: "docker" "start" "-a" "ee992ba79381410563974dc2ab78af565f379a97b94f41c85f15d9c0b5ef69c6", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 758 | define_verify!(verify0 { }); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 758 | define_verify!(verify0 { }); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/type_info.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | / panic!(concat!( [INFO] [stderr] 13 | | "\n\n", [INFO] [stderr] 14 | | colored!(red: "error:"), [INFO] [stderr] 15 | | colored!(bold: " Generic method was called with unknown type parameter."), [INFO] [stderr] ... | [INFO] [stderr] 40 | | "\n" [INFO] [stderr] 41 | | )) [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] help: add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 12 | panic!("{}", concat!( [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:306:58 [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 394 | / define_all!((CallMatch0, Reaction0, ActionClone0, Satisfy0, SatisfyClone0, Expectation0, ExpectationTimes0) { [INFO] [stderr] 395 | | }); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:306:58 [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 396 | / define_all!((CallMatch1, Reaction1, ActionClone1, Satisfy1, SatisfyClone1, Expectation1, ExpectationTimes1) { [INFO] [stderr] 397 | | (0, arg0, Arg0) [INFO] [stderr] 398 | | }); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:306:58 [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 399 | / define_all!((CallMatch2, Reaction2, ActionClone2, Satisfy2, SatisfyClone2, Expectation2, ExpectationTimes2) { [INFO] [stderr] 400 | | (0, arg0, Arg0), (1, arg1, Arg1) [INFO] [stderr] 401 | | }); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:306:58 [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 402 | / define_all!((CallMatch3, Reaction3, ActionClone3, Satisfy3, SatisfyClone3, Expectation3, ExpectationTimes3) { [INFO] [stderr] 403 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) [INFO] [stderr] 404 | | }); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:306:58 [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!(msg)), [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 405 | / define_all!((CallMatch4, Reaction4, ActionClone4, Satisfy4, SatisfyClone4, Expectation4, ExpectationTimes4) { [INFO] [stderr] 406 | | (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) [INFO] [stderr] 407 | | }); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `define_all` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 306 | action: Some(move |$($arg,)*| panic!("{}", msg)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:621:20 [INFO] [stderr] | [INFO] [stderr] 621 | panic!(s); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 621 | panic!("{}", s); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:804:20 [INFO] [stderr] | [INFO] [stderr] 804 | panic!(msg); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 804 | panic!("{}", msg); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:884:16 [INFO] [stderr] | [INFO] [stderr] 884 | panic!(msg); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 884 | panic!("{}", msg); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `mockers` (lib) generated 19 warnings [INFO] [stderr] warning: `mockers` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mockers-4b86d78716fab119) [INFO] [stdout] [INFO] [stderr] Running tests/arbitrary_self.rs (/opt/rustwide/target/debug/deps/arbitrary_self-c24d8117eda6f8e3) [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 2 tests [INFO] [stdout] test test_box ... ok [INFO] [stdout] test test_rc ... 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/associated_types.rs (/opt/rustwide/target/debug/deps/associated_types-75e336fd86e7d7ed) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/cardinality.rs (/opt/rustwide/target/debug/deps/cardinality-724e9b36bdbc5f58) [INFO] [stdout] test test_associated_type ... ok [INFO] [stdout] test test_self_type_qualification ... 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] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test test_once ... ok [INFO] [stdout] test test_times_never_no ... ok [INFO] [stdout] test test_times_range_full_some_calls ... ok [INFO] [stdout] test test_times_range_inclusive_upper_bound ... ok [INFO] [stdout] test test_times_range_to_bound ... ok [INFO] [stdout] test test_times_exactly_satisfied ... ok [INFO] [stdout] test test_times_range_from_bound ... ok [INFO] [stdout] test test_times_range_to_inclusive_bound ... ok [INFO] [stdout] test test_times_range_from_more ... ok [INFO] [stdout] test test_times_range_lower_bound ... ok [INFO] [stdout] test test_times_range_to_inclusive_less ... ok [INFO] [stdout] test test_times_range_full_no_calls ... ok [INFO] [stdout] test test_times_range_to_less ... ok [INFO] [stdout] test test_times_range_upper_bound ... ok [INFO] [stdout] test test_times_exactly_not_satisfied_more - should panic ... ok [INFO] [stdout] test test_times_exactly_not_satisfied_less - should panic ... ok [INFO] [stdout] test test_times_range_inclusive_more - should panic ... ok [INFO] [stdout] test test_times_range_more - should panic ... ok [INFO] [stdout] test test_times_range_inclusive_lower_bound ... ok [INFO] [stdout] test test_times_never - should panic ... ok [INFO] [stdout] test test_times_range_from_less - should panic ... ok [INFO] [stdout] test test_times_range_to_more - should panic ... ok [INFO] [stdout] test test_times_range_inclusive_less - should panic ... ok [INFO] [stdout] test test_times_range_less - should panic ... ok [INFO] [stdout] test test_times_range_to_inclusive_more - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running tests/clone.rs (/opt/rustwide/target/debug/deps/clone-1f7703cc18ec47a9) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_clone_mock ... ok [INFO] [stdout] test test_clone_mock_dynamic ... ok [INFO] [stdout] test test_derive_shared ... ok [INFO] [stdout] test test_derive ... ok [INFO] [stdout] test test_shared ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/derive.rs (/opt/rustwide/target/debug/deps/derive-8a14ee4fb3b3b313) [INFO] [stdout] [INFO] [stderr] Running tests/dyn_trait.rs (/opt/rustwide/target/debug/deps/dyn_trait-dbbc3a9a16aed254) [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.01s [INFO] [stdout] [INFO] [stderr] Running tests/expect_in_action.rs (/opt/rustwide/target/debug/deps/expect_in_action-64967b1f4dd959b3) [INFO] [stderr] Running tests/extern.rs (/opt/rustwide/target/debug/deps/extern-0e40633bf7e6e947) [INFO] [stdout] [INFO] [stderr] Running tests/extern_trait.rs (/opt/rustwide/target/debug/deps/extern_trait-4dda0fc5c60f5d2e) [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/fn_mut_reaction.rs (/opt/rustwide/target/debug/deps/fn_mut_reaction-95d0056047ac0944) [INFO] [stdout] test test_expectation_from_action ... ok [INFO] [stderr] Running tests/generic_trait.rs (/opt/rustwide/target/debug/deps/generic_trait-22403d775b57e8e7) [INFO] [stdout] test test_expectation_from_action_are_verified - should panic ... ok [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-39fefc0aafcbbefd) [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test extern_function_can_be_mocked ... ok [INFO] [stdout] test mocks_of_different_types_can_be_used_simultaneously ... ok [INFO] [stdout] test only_one_mock_instance_of_same_type_is_allowed - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 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_extern_trait ... 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_fn_mut ... 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 2 tests [INFO] [stdout] test test_generic_trait ... ok [INFO] [stdout] test test_generic_trait_with_type_member ... 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] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test test_consume_argument ... ok [INFO] [stdout] test test_arg_match_success ... ok [INFO] [stdout] test test_consume_call_result ... ok [INFO] [stdout] test test_create_mock ... ok [INFO] [stdout] test test_consume_result ... ok [INFO] [stdout] test test_never_satisfied ... ok [INFO] [stdout] test test_expect_and ... ok [INFO] [stdout] test test_never_on_call_with_args ... ok [INFO] [stdout] test test_return ... ok [INFO] [stdout] test test_return_default ... ok [INFO] [stdout] test test_mut_self_method ... ok [INFO] [stdout] test test_sequence ... ok [INFO] [stdout] test test_value_self_method ... ok [INFO] [stdout] test test_sequence_times ... ok [INFO] [stdout] test test_expect_is_unordered ... ok [INFO] [stdout] test test_arg_match_failure - should panic ... ok [INFO] [stderr] Running tests/local_refs.rs (/opt/rustwide/target/debug/deps/local_refs-0691562611b28398) [INFO] [stdout] test test_check_other_mock_object_expectations - should panic ... ok [INFO] [stderr] Running tests/matchers.rs (/opt/rustwide/target/debug/deps/matchers-a17fcc64bd2c9cbd) [INFO] [stdout] test test_failed_with_remaining_expectations - should panic ... ok [INFO] [stdout] test test_arguments_are_dropped_on_panic ... ok [INFO] [stdout] test test_expected_call_not_performed - should panic ... ok [INFO] [stdout] test test_checkpoint - should panic ... ok [INFO] [stdout] test test_expect_consumes_one_call_only - should panic ... ok [INFO] [stdout] test test_panic_result - should panic ... ok [INFO] [stdout] test test_sequence_invalid_order - should panic ... ok [INFO] [stdout] test test_format_args - should panic ... ok [INFO] [stdout] test test_never_not_satisfied - should panic ... ok [INFO] [stdout] test test_unit - should panic ... ok [INFO] [stdout] test test_sequence_times_invalid - should panic ... ok [INFO] [stdout] test test_named_mock - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [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 41 tests [INFO] [stdout] test test_arg_macro_match ... ok [INFO] [stdout] test test_check_match ... ok [INFO] [stdout] test test_any_match ... ok [INFO] [stdout] test test_eq_matcher_match ... ok [INFO] [stdout] test test_check_macro_match ... ok [INFO] [stdout] test test_and_matcher_match ... ok [INFO] [stdout] test test_or_matcher_short_circuit ... ok [INFO] [stdout] test test_none_match ... ok [INFO] [stdout] test test_le_matcher_match ... ok [INFO] [stdout] test test_or_matcher_match ... ok [INFO] [stdout] test test_lt_matcher_match ... ok [INFO] [stdout] test test_ok_match ... ok [INFO] [stdout] test test_gt_matcher_match ... ok [INFO] [stdout] test test_ne_matcher_match ... ok [INFO] [stdout] test test_err_match ... ok [INFO] [stdout] test test_not_matcher_match ... ok [INFO] [stdout] test test_ge_matcher_match ... ok [INFO] [stdout] test test_range_match ... ok [INFO] [stdout] test test_some_match ... ok [INFO] [stdout] test test_and_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_check_macro_mismatch - should panic ... ok [INFO] [stdout] test test_check_mismatch - should panic ... ok [INFO] [stdout] test test_arg_macro_mismatch - should panic ... ok [INFO] [stdout] test test_eq_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_not_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_ok_inner_mismatch - should panic ... ok [INFO] [stdout] test test_lt_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_ne_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_err_mismatch - should panic ... ok [INFO] [stdout] test test_range_edge_mismatch - should panic ... ok [INFO] [stdout] test test_none_mismatch - should panic ... ok [INFO] [stdout] test test_and_matcher_short_circuit - should panic ... ok [INFO] [stdout] test test_le_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_or_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_gt_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_err_inner_mismatch - should panic ... ok [INFO] [stdout] test test_ok_mismatch - should panic ... ok [INFO] [stdout] test test_ge_matcher_mismatch - should panic ... ok [INFO] [stdout] test test_range_mismatch - should panic ... ok [INFO] [stdout] test test_some_mismatch - should panic ... ok [INFO] [stdout] test test_some_inner_mismatch - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/move.rs (/opt/rustwide/target/debug/deps/move-5bf60cbc7a6dcf50) [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/multi_trait.rs (/opt/rustwide/target/debug/deps/multi_trait-fa230c441c608e74) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test derive_inherited_trait::test ... ok [INFO] [stderr] Running tests/named_mock_type.rs (/opt/rustwide/target/debug/deps/named_mock_type-1c2441fe9db84938) [INFO] [stdout] test derive_inherited_trait_different_modules::test ... ok [INFO] [stdout] test multi_trait::test ... ok [INFO] [stdout] test inherited_trait::test ... 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 1 test [INFO] [stdout] test test_extern ... 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/nested.rs (/opt/rustwide/target/debug/deps/nested-0ccaa464d44d39ed) [INFO] [stderr] Running tests/refs.rs (/opt/rustwide/target/debug/deps/refs-ed92fc934bc2fcc2) [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 3 tests [INFO] [stdout] test test_any_works_for_refs ... ok [INFO] [stdout] test test_ref_can_be_matched_by_value ... ok [INFO] [stdout] test test_refs_comparison ... ok [INFO] [stderr] Running tests/static_methods.rs (/opt/rustwide/target/debug/deps/static_methods-518c39f090bd4f7f) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test mock_trait_with_ctor ... ok [INFO] [stdout] test mocks_of_different_types_can_be_used_simultaneously ... ok [INFO] [stdout] test static_methods_can_be_mocked ... ok [INFO] [stdout] test only_one_mock_instance_of_same_type_is_allowed - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/type_names.rs (/opt/rustwide/target/debug/deps/type_names-090a6be6efd54b33) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_any_works_for_refs ... 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 mockers [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 758 | define_verify!(verify0 { }); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 758 | define_verify!(verify0 { }); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 759 | define_verify!(verify1 { (0, arg0, Arg0) }); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 760 | define_verify!(verify2 { (0, arg0, Arg0), (1, arg1, Arg1) }); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 761 | define_verify!(verify3 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2) }); [INFO] [stderr] | ----------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:735:14 [INFO] [stderr] | [INFO] [stderr] 735 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 762 | define_verify!(verify4 { (0, arg0, Arg0), (1, arg1, Arg1), (2, arg2, Arg2), (3, arg3, Arg3) }); [INFO] [stderr] | ---------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_verify` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/clone.rs - clone::mock_clone (line 12) ... ignored [INFO] [stdout] test src/clone.rs - clone::mock_clone (line 28) ... ignored [INFO] [stdout] test src/clone.rs - clone::mock_clone (line 54) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ee992ba79381410563974dc2ab78af565f379a97b94f41c85f15d9c0b5ef69c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee992ba79381410563974dc2ab78af565f379a97b94f41c85f15d9c0b5ef69c6", kill_on_drop: false }` [INFO] [stdout] ee992ba79381410563974dc2ab78af565f379a97b94f41c85f15d9c0b5ef69c6