[INFO] crate mockiato 0.4.0 is already in cache [INFO] extracting crate mockiato 0.4.0 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mockiato/0.4.0 [INFO] extracting crate mockiato 0.4.0 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/mockiato/0.4.0 [INFO] validating manifest of mockiato-0.4.0 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mockiato-0.4.0 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mockiato-0.4.0 [INFO] finished frobbing mockiato-0.4.0 [INFO] frobbed toml for mockiato-0.4.0 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mockiato/0.4.0/Cargo.toml [INFO] started frobbing mockiato-0.4.0 [INFO] finished frobbing mockiato-0.4.0 [INFO] frobbed toml for mockiato-0.4.0 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/mockiato/0.4.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mockiato-0.4.0 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-2/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/mockiato/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f712f987451ba5abb9a44b55ce9bb58b9fb0582c7065fa8dad358cea840633c0 [INFO] running `"docker" "start" "-a" "f712f987451ba5abb9a44b55ce9bb58b9fb0582c7065fa8dad358cea840633c0"` [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Checking nameof v1.0.2 [INFO] [stderr] Compiling mockiato-codegen v0.4.2 [INFO] [stderr] Checking mockiato v0.4.0 (/opt/crater/workdir) [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> examples/clone.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable(static_references)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> examples/clone.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable(static_references)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/hashmap.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/hashmap.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 std::collections::HashMap>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/expectations_with_references_work.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/expectations_with_references_work.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn mockiato::internal::matcher::ArgumentMatcher` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/visibility.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn mockiato::internal::matcher::ArgumentMatcher` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn mockiato::internal::matcher::ArgumentMatcher` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn mockiato::internal::matcher::ArgumentMatcher` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/visibility.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn mockiato::internal::matcher::ArgumentMatcher` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn mockiato::internal::matcher::ArgumentMatcher` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/default_impl.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/default_impl.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/panic_with_no_expected_calls.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/panic_with_no_expected_calls.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/panic_with_no_expected_calls.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/panic_with_no_expected_calls.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/panic_with_no_expected_calls.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/works_with_dead_code_lint.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/works_with_dead_code_lint.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/cloneable_mocks.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/cloneable_mocks.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg1, '__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/unordered_vec.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg1, '__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg1, '__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0, '__mockiato_arg1> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/unordered_vec.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0, '__mockiato_arg1> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0, '__mockiato_arg1> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg1, '__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/unordered_vec.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg1, '__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg1, '__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg1 [&'__mockiato_arg0 str]>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0, '__mockiato_arg1> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/unordered_vec.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ `dyn for<'__mockiato_arg0, '__mockiato_arg1> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0, '__mockiato_arg1> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 mut [&'__mockiato_arg1 str]>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Display` [INFO] [stderr] --> tests/static_attr.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable(static_references)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Display` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> tests/static_attr.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[mockable(static_references)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `dyn for<'__mockiato_arg0> mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::boxed::Box mockiato::internal::matcher::ArgumentMatcher<&'__mockiato_arg0 str>>` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `mockiato`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f712f987451ba5abb9a44b55ce9bb58b9fb0582c7065fa8dad358cea840633c0"` [INFO] running `"docker" "rm" "-f" "f712f987451ba5abb9a44b55ce9bb58b9fb0582c7065fa8dad358cea840633c0"` [INFO] [stdout] f712f987451ba5abb9a44b55ce9bb58b9fb0582c7065fa8dad358cea840633c0