Nov 30 19:24:16.102 INFO checking mocktopus-0.5.0 against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 19:24:16.102 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-1/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 19:24:16.536 INFO [stdout] 2a7cac70c5dd1b73c963a99c2a1be7c33d9bd774e6e87c26a7398d3ae1d517d2 Nov 30 19:24:16.538 INFO running `"docker" "start" "-a" "2a7cac70c5dd1b73c963a99c2a1be7c33d9bd774e6e87c26a7398d3ae1d517d2"` Nov 30 19:24:17.136 INFO [stderr] usermod: no changes Nov 30 19:24:17.184 INFO [stderr] Compiling mocktopus_macros v0.5.0 Nov 30 19:24:24.839 INFO [stderr] Checking mocktopus v0.5.0 (/source) Nov 30 19:24:25.676 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 30 19:24:25.677 INFO [stderr] --> src/lib.rs:1:54 Nov 30 19:24:25.677 INFO [stderr] | Nov 30 19:24:25.677 INFO [stderr] 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] Nov 30 19:24:25.677 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 19:24:25.677 INFO [stderr] | Nov 30 19:24:25.677 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 30 19:24:25.677 INFO [stderr] Nov 30 19:24:25.896 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 30 19:24:25.896 INFO [stderr] --> src/lib.rs:1:54 Nov 30 19:24:25.896 INFO [stderr] | Nov 30 19:24:25.896 INFO [stderr] 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] Nov 30 19:24:25.896 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 19:24:25.896 INFO [stderr] | Nov 30 19:24:25.896 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 30 19:24:25.896 INFO [stderr] Nov 30 19:24:25.984 INFO [stderr] error[E0557]: feature has been removed Nov 30 19:24:25.984 INFO [stderr] --> tests/injecting.rs:1:22 Nov 30 19:24:25.984 INFO [stderr] | Nov 30 19:24:25.984 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 30 19:24:25.984 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 19:24:25.984 INFO [stderr] | Nov 30 19:24:25.984 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 30 19:24:25.984 INFO [stderr] --> tests/injecting.rs:1:22 Nov 30 19:24:25.984 INFO [stderr] | Nov 30 19:24:25.984 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 30 19:24:25.984 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 19:24:25.984 INFO [stderr] Nov 30 19:24:25.984 INFO [stderr] error[E0557]: feature has been removed Nov 30 19:24:25.984 INFO [stderr] --> tests/injecting.rs:1:38 Nov 30 19:24:25.984 INFO [stderr] | Nov 30 19:24:25.984 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 30 19:24:25.984 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 19:24:25.985 INFO [stderr] | Nov 30 19:24:25.985 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 30 19:24:25.985 INFO [stderr] --> tests/injecting.rs:1:38 Nov 30 19:24:25.985 INFO [stderr] | Nov 30 19:24:25.985 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 30 19:24:25.985 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 30 19:24:25.985 INFO [stderr] Nov 30 19:24:26.884 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 30 19:24:26.884 INFO [stderr] --> tests/injecting_no_std.rs:1:12 Nov 30 19:24:26.884 INFO [stderr] | Nov 30 19:24:26.884 INFO [stderr] 1 | #![feature(use_extern_macros)] Nov 30 19:24:26.884 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 19:24:26.894 INFO [stderr] | Nov 30 19:24:26.894 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 30 19:24:26.894 INFO [stderr] Nov 30 19:24:27.500 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.500 INFO [stderr] --> tests/injecting.rs:90:1 Nov 30 19:24:27.500 INFO [stderr] | Nov 30 19:24:27.500 INFO [stderr] 90 | #[mockable] Nov 30 19:24:27.500 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.500 INFO [stderr] | Nov 30 19:24:27.500 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.500 INFO [stderr] Nov 30 19:24:27.500 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.500 INFO [stderr] --> tests/injecting.rs:99:9 Nov 30 19:24:27.500 INFO [stderr] | Nov 30 19:24:27.500 INFO [stderr] 99 | #[mockable] Nov 30 19:24:27.500 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.500 INFO [stderr] | Nov 30 19:24:27.500 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.500 INFO [stderr] Nov 30 19:24:27.512 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.512 INFO [stderr] --> tests/injecting.rs:126:9 Nov 30 19:24:27.512 INFO [stderr] | Nov 30 19:24:27.512 INFO [stderr] 126 | #[mockable] Nov 30 19:24:27.512 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.512 INFO [stderr] | Nov 30 19:24:27.512 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.512 INFO [stderr] Nov 30 19:24:27.540 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.540 INFO [stderr] --> tests/injecting.rs:156:9 Nov 30 19:24:27.540 INFO [stderr] | Nov 30 19:24:27.540 INFO [stderr] 156 | #[mockable] Nov 30 19:24:27.540 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.540 INFO [stderr] | Nov 30 19:24:27.540 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.540 INFO [stderr] Nov 30 19:24:27.556 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.556 INFO [stderr] --> tests/injecting.rs:189:9 Nov 30 19:24:27.556 INFO [stderr] | Nov 30 19:24:27.556 INFO [stderr] 189 | #[mockable] Nov 30 19:24:27.556 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.556 INFO [stderr] | Nov 30 19:24:27.556 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.556 INFO [stderr] Nov 30 19:24:27.719 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.719 INFO [stderr] --> tests/injecting.rs:322:9 Nov 30 19:24:27.719 INFO [stderr] | Nov 30 19:24:27.719 INFO [stderr] 322 | #[mockable] Nov 30 19:24:27.719 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.719 INFO [stderr] | Nov 30 19:24:27.719 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.719 INFO [stderr] Nov 30 19:24:27.740 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.740 INFO [stderr] --> tests/injecting.rs:323:9 Nov 30 19:24:27.740 INFO [stderr] | Nov 30 19:24:27.740 INFO [stderr] 323 | #[mockable] Nov 30 19:24:27.740 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.740 INFO [stderr] | Nov 30 19:24:27.740 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.740 INFO [stderr] Nov 30 19:24:27.780 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.780 INFO [stderr] --> tests/injecting.rs:348:9 Nov 30 19:24:27.780 INFO [stderr] | Nov 30 19:24:27.780 INFO [stderr] 348 | #[mockable] Nov 30 19:24:27.780 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.780 INFO [stderr] | Nov 30 19:24:27.780 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.780 INFO [stderr] Nov 30 19:24:27.784 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.784 INFO [stderr] --> tests/injecting.rs:378:9 Nov 30 19:24:27.784 INFO [stderr] | Nov 30 19:24:27.784 INFO [stderr] 378 | #[mockable] Nov 30 19:24:27.784 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.784 INFO [stderr] | Nov 30 19:24:27.784 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.784 INFO [stderr] Nov 30 19:24:27.784 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.784 INFO [stderr] --> tests/injecting.rs:409:9 Nov 30 19:24:27.784 INFO [stderr] | Nov 30 19:24:27.784 INFO [stderr] 409 | #[mockable] Nov 30 19:24:27.784 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.784 INFO [stderr] | Nov 30 19:24:27.784 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.784 INFO [stderr] Nov 30 19:24:27.796 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.796 INFO [stderr] --> tests/injecting.rs:445:9 Nov 30 19:24:27.796 INFO [stderr] | Nov 30 19:24:27.796 INFO [stderr] 445 | #[mockable] Nov 30 19:24:27.796 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.796 INFO [stderr] | Nov 30 19:24:27.796 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.796 INFO [stderr] Nov 30 19:24:27.804 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.804 INFO [stderr] --> tests/injecting.rs:479:9 Nov 30 19:24:27.804 INFO [stderr] | Nov 30 19:24:27.804 INFO [stderr] 479 | #[mockable] Nov 30 19:24:27.804 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.804 INFO [stderr] | Nov 30 19:24:27.804 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.804 INFO [stderr] Nov 30 19:24:27.804 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.804 INFO [stderr] --> tests/injecting.rs:509:9 Nov 30 19:24:27.804 INFO [stderr] | Nov 30 19:24:27.804 INFO [stderr] 509 | #[mockable] Nov 30 19:24:27.804 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.804 INFO [stderr] | Nov 30 19:24:27.804 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.804 INFO [stderr] Nov 30 19:24:27.812 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.812 INFO [stderr] --> tests/injecting.rs:540:9 Nov 30 19:24:27.812 INFO [stderr] | Nov 30 19:24:27.812 INFO [stderr] 540 | #[mockable] Nov 30 19:24:27.812 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.812 INFO [stderr] | Nov 30 19:24:27.812 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.812 INFO [stderr] Nov 30 19:24:27.816 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:27.816 INFO [stderr] --> tests/injecting.rs:576:9 Nov 30 19:24:27.816 INFO [stderr] | Nov 30 19:24:27.816 INFO [stderr] 576 | #[mockable] Nov 30 19:24:27.816 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:27.816 INFO [stderr] | Nov 30 19:24:27.816 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:27.816 INFO [stderr] Nov 30 19:24:28.148 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:28.148 INFO [stderr] --> tests/injecting.rs:580:13 Nov 30 19:24:28.148 INFO [stderr] | Nov 30 19:24:28.148 INFO [stderr] 580 | #[not_mockable] Nov 30 19:24:28.148 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 30 19:24:28.148 INFO [stderr] | Nov 30 19:24:28.152 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:28.152 INFO [stderr] Nov 30 19:24:28.152 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 30 19:24:28.153 INFO [stderr] --> tests/injecting.rs:449:13 Nov 30 19:24:28.153 INFO [stderr] | Nov 30 19:24:28.153 INFO [stderr] 449 | #[mockable] Nov 30 19:24:28.153 INFO [stderr] | ^^^^^^^^^^^ Nov 30 19:24:28.153 INFO [stderr] | Nov 30 19:24:28.153 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 30 19:24:28.153 INFO [stderr] Nov 30 19:24:28.348 INFO [stderr] error: aborting due to 19 previous errors Nov 30 19:24:28.348 INFO [stderr] Nov 30 19:24:28.348 INFO [stderr] Some errors occurred: E0557, E0658. Nov 30 19:24:28.348 INFO [stderr] For more information about an error, try `rustc --explain E0557`. Nov 30 19:24:28.348 INFO [stderr] error: Could not compile `mocktopus`. Nov 30 19:24:28.348 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 19:24:35.852 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 30 19:24:35.852 INFO [stderr] --> tests/mocking.rs:1:12 Nov 30 19:24:35.852 INFO [stderr] | Nov 30 19:24:35.852 INFO [stderr] 1 | #![feature(use_extern_macros)] Nov 30 19:24:35.852 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 30 19:24:35.852 INFO [stderr] | Nov 30 19:24:35.852 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 30 19:24:35.852 INFO [stderr] Nov 30 19:24:36.100 INFO [stderr] error: build failed Nov 30 19:24:36.101 INFO [stderr] su: No module specific data is present Nov 30 19:24:37.386 INFO running `"docker" "inspect" "2a7cac70c5dd1b73c963a99c2a1be7c33d9bd774e6e87c26a7398d3ae1d517d2"` Nov 30 19:24:37.756 INFO running `"docker" "rm" "-f" "2a7cac70c5dd1b73c963a99c2a1be7c33d9bd774e6e87c26a7398d3ae1d517d2"` Nov 30 19:24:38.064 INFO [stdout] 2a7cac70c5dd1b73c963a99c2a1be7c33d9bd774e6e87c26a7398d3ae1d517d2