[INFO] crate galvanic-mock 0.1.3 is already in cache [INFO] extracting crate galvanic-mock 0.1.3 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/galvanic-mock/0.1.3 [INFO] extracting crate galvanic-mock 0.1.3 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/galvanic-mock/0.1.3 [INFO] validating manifest of galvanic-mock-0.1.3 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of galvanic-mock-0.1.3 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing galvanic-mock-0.1.3 [INFO] finished frobbing galvanic-mock-0.1.3 [INFO] frobbed toml for galvanic-mock-0.1.3 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/galvanic-mock/0.1.3/Cargo.toml [INFO] started frobbing galvanic-mock-0.1.3 [INFO] finished frobbing galvanic-mock-0.1.3 [INFO] frobbed toml for galvanic-mock-0.1.3 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/galvanic-mock/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking galvanic-mock-0.1.3 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/galvanic-mock/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dd2268b98534fcffb3e7c919a5eac81ed8b2291a21f091c6dde28972e9c57a37 [INFO] running `"docker" "start" "-a" "dd2268b98534fcffb3e7c919a5eac81ed8b2291a21f091c6dde28972e9c57a37"` [INFO] [stderr] Checking galvanic-assert v0.8.7 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking galvanic-mock v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | pub static ref MOCKABLE_TRAITS: Mutex = { [INFO] [stderr] 44 | | Mutex::new(HashMap::new()) [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / lazy_static! { [INFO] [stderr] 55 | | pub static ref REQUESTED_MOCKS: Mutex> = { [INFO] [stderr] 56 | | Mutex::new(Vec::new()) [INFO] [stderr] 57 | | }; [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | pub static ref BINDINGS: Mutex = { [INFO] [stderr] 75 | | Mutex::new(Vec::new()) [INFO] [stderr] 76 | | }; [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / lazy_static! { [INFO] [stderr] 156 | | pub static ref GIVEN_STATEMENTS: Mutex = { [INFO] [stderr] 157 | | Mutex::new(HashMap::new()) [INFO] [stderr] 158 | | }; [INFO] [stderr] 159 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | / lazy_static! { [INFO] [stderr] 219 | | pub static ref EXPECT_STATEMENTS: Mutex = { [INFO] [stderr] 220 | | Mutex::new(HashMap::new()) [INFO] [stderr] 221 | | }; [INFO] [stderr] 222 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | pub static ref MOCKABLE_TRAITS: Mutex = { [INFO] [stderr] 44 | | Mutex::new(HashMap::new()) [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / lazy_static! { [INFO] [stderr] 55 | | pub static ref REQUESTED_MOCKS: Mutex> = { [INFO] [stderr] 56 | | Mutex::new(Vec::new()) [INFO] [stderr] 57 | | }; [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | pub static ref BINDINGS: Mutex = { [INFO] [stderr] 75 | | Mutex::new(Vec::new()) [INFO] [stderr] 76 | | }; [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / lazy_static! { [INFO] [stderr] 156 | | pub static ref GIVEN_STATEMENTS: Mutex = { [INFO] [stderr] 157 | | Mutex::new(HashMap::new()) [INFO] [stderr] 158 | | }; [INFO] [stderr] 159 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | / lazy_static! { [INFO] [stderr] 219 | | pub static ref EXPECT_STATEMENTS: Mutex = { [INFO] [stderr] 220 | | Mutex::new(HashMap::new()) [INFO] [stderr] 221 | | }; [INFO] [stderr] 222 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | pub static ref MOCKABLE_TRAITS: Mutex = { [INFO] [stderr] 44 | | Mutex::new(HashMap::new()) [INFO] [stderr] 45 | | }; [INFO] [stderr] 46 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / lazy_static! { [INFO] [stderr] 55 | | pub static ref REQUESTED_MOCKS: Mutex> = { [INFO] [stderr] 56 | | Mutex::new(Vec::new()) [INFO] [stderr] 57 | | }; [INFO] [stderr] 58 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | pub static ref BINDINGS: Mutex = { [INFO] [stderr] 75 | | Mutex::new(Vec::new()) [INFO] [stderr] 76 | | }; [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:155:1 [INFO] [stderr] | [INFO] [stderr] 155 | / lazy_static! { [INFO] [stderr] 156 | | pub static ref GIVEN_STATEMENTS: Mutex = { [INFO] [stderr] 157 | | Mutex::new(HashMap::new()) [INFO] [stderr] 158 | | }; [INFO] [stderr] 159 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:218:1 [INFO] [stderr] | [INFO] [stderr] 218 | / lazy_static! { [INFO] [stderr] 219 | | pub static ref EXPECT_STATEMENTS: Mutex = { [INFO] [stderr] 220 | | Mutex::new(HashMap::new()) [INFO] [stderr] 221 | | }; [INFO] [stderr] 222 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error: custom attribute panicked [INFO] [stderr] --> tests/mock_trait_in_submodules.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | #[mockable(::sub1::sub2)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: failed to parse #[mockable(..)] requires the absolute path of the trait's module.It must be preceded with `extern`/`intern` if the trait is defined in another crate/module [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `galvanic-mock`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0658]: custom attributes cannot be applied to modules [INFO] [stderr] --> tests/mock_with_explicit_type_name.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[use_mocks] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54727 [INFO] [stderr] = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: custom attributes cannot be applied to modules [INFO] [stderr] --> tests/use_mocks_on_module.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[use_mocks] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54727 [INFO] [stderr] = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: custom attributes cannot be applied to modules [INFO] [stderr] --> tests/use_mocks_on_module.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[use_mocks] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54727 [INFO] [stderr] = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: custom attribute panicked [INFO] [stderr] --> tests/expect_different_interactions.rs:394:5 [INFO] [stderr] | [INFO] [stderr] 394 | #[mockable(::multiple_traits)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: failed to parse #[mockable(..)] requires the absolute path of the trait's module.It must be preceded with `extern`/`intern` if the trait is defined in another crate/module [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `galvanic-mock`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/given_method_with_multiple_args.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/expect_method_without_args.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/given_method_with_single_arg.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `galvanic-mock`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: Could not compile `galvanic-mock`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/verify_on_drop.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "dd2268b98534fcffb3e7c919a5eac81ed8b2291a21f091c6dde28972e9c57a37"` [INFO] running `"docker" "rm" "-f" "dd2268b98534fcffb3e7c919a5eac81ed8b2291a21f091c6dde28972e9c57a37"` [INFO] [stdout] dd2268b98534fcffb3e7c919a5eac81ed8b2291a21f091c6dde28972e9c57a37