[INFO] fetching crate galvanic-mock 0.1.3... [INFO] checking galvanic-mock-0.1.3 against master#446e5e57b667c841ba3ebb4b41b44fb98bd3af4b for pr-65294 [INFO] extracting crate galvanic-mock 0.1.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate galvanic-mock 0.1.3 on toolchain 446e5e57b667c841ba3ebb4b41b44fb98bd3af4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate galvanic-mock 0.1.3 [INFO] finished tweaking crates.io crate galvanic-mock 0.1.3 [INFO] tweaked toml for crates.io crate galvanic-mock 0.1.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8046c6e1d28864ca8ed0024ee870ac7a04e41cb7c72b87c15ad547b6f902762e [INFO] running `"docker" "start" "-a" "8046c6e1d28864ca8ed0024ee870ac7a04e41cb7c72b87c15ad547b6f902762e"` [INFO] [stderr] Checking galvanic-assert v0.8.7 [INFO] [stderr] Checking syn v0.11.11 [INFO] [stderr] Checking galvanic-mock v0.1.3 (/opt/rustwide/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: 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: 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: 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/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/mock_generic_trait.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(proc_macro)] [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_void_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] | [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_void_method.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] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/given_different_repeats.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" "8046c6e1d28864ca8ed0024ee870ac7a04e41cb7c72b87c15ad547b6f902762e"` [INFO] running `"docker" "rm" "-f" "8046c6e1d28864ca8ed0024ee870ac7a04e41cb7c72b87c15ad547b6f902762e"` [INFO] [stdout] 8046c6e1d28864ca8ed0024ee870ac7a04e41cb7c72b87c15ad547b6f902762e