Nov 28 21:59:13.215 INFO checking mocktopus-0.5.0 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 21:59:13.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 28 21:59:13.439 INFO [stdout] e4095ce912dff2e3b5e962ff1d1abe1e5efdd5e6dd0f3cffe0b9217ab02e4bbf Nov 28 21:59:13.441 INFO running `"docker" "start" "-a" "e4095ce912dff2e3b5e962ff1d1abe1e5efdd5e6dd0f3cffe0b9217ab02e4bbf"` Nov 28 21:59:13.915 INFO [stderr] usermod: no changes Nov 28 21:59:13.966 INFO [stderr] Compiling syn v0.14.9 Nov 28 21:59:30.512 INFO [stderr] Compiling mocktopus_macros v0.5.0 Nov 28 21:59:38.589 INFO [stderr] Checking mocktopus v0.5.0 (/source) Nov 28 21:59:39.070 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 28 21:59:39.070 INFO [stderr] --> src/lib.rs:1:54 Nov 28 21:59:39.070 INFO [stderr] | Nov 28 21:59:39.070 INFO [stderr] 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] Nov 28 21:59:39.070 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 28 21:59:39.070 INFO [stderr] | Nov 28 21:59:39.070 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 28 21:59:39.070 INFO [stderr] Nov 28 21:59:39.200 INFO [stderr] error[E0557]: feature has been removed Nov 28 21:59:39.201 INFO [stderr] --> tests/injecting.rs:1:22 Nov 28 21:59:39.201 INFO [stderr] | Nov 28 21:59:39.201 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 28 21:59:39.201 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 21:59:39.201 INFO [stderr] | Nov 28 21:59:39.201 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 28 21:59:39.202 INFO [stderr] --> tests/injecting.rs:1:22 Nov 28 21:59:39.202 INFO [stderr] | Nov 28 21:59:39.202 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 28 21:59:39.202 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 21:59:39.202 INFO [stderr] Nov 28 21:59:39.202 INFO [stderr] error[E0557]: feature has been removed Nov 28 21:59:39.203 INFO [stderr] --> tests/injecting.rs:1:38 Nov 28 21:59:39.203 INFO [stderr] | Nov 28 21:59:39.203 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 28 21:59:39.203 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 21:59:39.203 INFO [stderr] | Nov 28 21:59:39.203 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 28 21:59:39.203 INFO [stderr] --> tests/injecting.rs:1:38 Nov 28 21:59:39.204 INFO [stderr] | Nov 28 21:59:39.204 INFO [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Nov 28 21:59:39.204 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 28 21:59:39.204 INFO [stderr] Nov 28 21:59:39.205 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 28 21:59:39.205 INFO [stderr] --> src/lib.rs:1:54 Nov 28 21:59:39.205 INFO [stderr] | Nov 28 21:59:39.206 INFO [stderr] 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] Nov 28 21:59:39.206 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 28 21:59:39.206 INFO [stderr] | Nov 28 21:59:39.207 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 28 21:59:39.207 INFO [stderr] Nov 28 21:59:39.892 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 28 21:59:39.892 INFO [stderr] --> tests/injecting_no_std.rs:1:12 Nov 28 21:59:39.892 INFO [stderr] | Nov 28 21:59:39.892 INFO [stderr] 1 | #![feature(use_extern_macros)] Nov 28 21:59:39.892 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 28 21:59:39.892 INFO [stderr] | Nov 28 21:59:39.892 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 28 21:59:39.892 INFO [stderr] Nov 28 21:59:39.928 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:39.928 INFO [stderr] --> tests/injecting.rs:90:1 Nov 28 21:59:39.928 INFO [stderr] | Nov 28 21:59:39.928 INFO [stderr] 90 | #[mockable] Nov 28 21:59:39.928 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:39.928 INFO [stderr] | Nov 28 21:59:39.928 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:39.928 INFO [stderr] Nov 28 21:59:39.928 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:39.928 INFO [stderr] --> tests/injecting.rs:99:9 Nov 28 21:59:39.928 INFO [stderr] | Nov 28 21:59:39.928 INFO [stderr] 99 | #[mockable] Nov 28 21:59:39.928 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:39.928 INFO [stderr] | Nov 28 21:59:39.928 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:39.928 INFO [stderr] Nov 28 21:59:39.942 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:39.942 INFO [stderr] --> tests/injecting.rs:126:9 Nov 28 21:59:39.943 INFO [stderr] | Nov 28 21:59:39.943 INFO [stderr] 126 | #[mockable] Nov 28 21:59:39.943 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:39.944 INFO [stderr] | Nov 28 21:59:39.944 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:39.944 INFO [stderr] Nov 28 21:59:39.945 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:39.945 INFO [stderr] --> tests/injecting.rs:156:9 Nov 28 21:59:39.945 INFO [stderr] | Nov 28 21:59:39.945 INFO [stderr] 156 | #[mockable] Nov 28 21:59:39.946 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:39.946 INFO [stderr] | Nov 28 21:59:39.946 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:39.946 INFO [stderr] Nov 28 21:59:39.953 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:39.953 INFO [stderr] --> tests/injecting.rs:189:9 Nov 28 21:59:39.953 INFO [stderr] | Nov 28 21:59:39.953 INFO [stderr] 189 | #[mockable] Nov 28 21:59:39.954 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:39.954 INFO [stderr] | Nov 28 21:59:39.954 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:39.954 INFO [stderr] Nov 28 21:59:40.017 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.017 INFO [stderr] --> tests/injecting.rs:322:9 Nov 28 21:59:40.017 INFO [stderr] | Nov 28 21:59:40.017 INFO [stderr] 322 | #[mockable] Nov 28 21:59:40.017 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.017 INFO [stderr] | Nov 28 21:59:40.017 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.017 INFO [stderr] Nov 28 21:59:40.021 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.021 INFO [stderr] --> tests/injecting.rs:323:9 Nov 28 21:59:40.021 INFO [stderr] | Nov 28 21:59:40.022 INFO [stderr] 323 | #[mockable] Nov 28 21:59:40.022 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.022 INFO [stderr] | Nov 28 21:59:40.022 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.022 INFO [stderr] Nov 28 21:59:40.044 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.044 INFO [stderr] --> tests/injecting.rs:348:9 Nov 28 21:59:40.044 INFO [stderr] | Nov 28 21:59:40.044 INFO [stderr] 348 | #[mockable] Nov 28 21:59:40.044 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.044 INFO [stderr] | Nov 28 21:59:40.044 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.044 INFO [stderr] Nov 28 21:59:40.044 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.044 INFO [stderr] --> tests/injecting.rs:378:9 Nov 28 21:59:40.044 INFO [stderr] | Nov 28 21:59:40.044 INFO [stderr] 378 | #[mockable] Nov 28 21:59:40.044 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.044 INFO [stderr] | Nov 28 21:59:40.044 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.044 INFO [stderr] Nov 28 21:59:40.044 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.044 INFO [stderr] --> tests/injecting.rs:409:9 Nov 28 21:59:40.044 INFO [stderr] | Nov 28 21:59:40.044 INFO [stderr] 409 | #[mockable] Nov 28 21:59:40.045 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.045 INFO [stderr] | Nov 28 21:59:40.045 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.045 INFO [stderr] Nov 28 21:59:40.045 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.045 INFO [stderr] --> tests/injecting.rs:445:9 Nov 28 21:59:40.045 INFO [stderr] | Nov 28 21:59:40.045 INFO [stderr] 445 | #[mockable] Nov 28 21:59:40.045 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.045 INFO [stderr] | Nov 28 21:59:40.045 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.045 INFO [stderr] Nov 28 21:59:40.047 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.047 INFO [stderr] --> tests/injecting.rs:479:9 Nov 28 21:59:40.047 INFO [stderr] | Nov 28 21:59:40.047 INFO [stderr] 479 | #[mockable] Nov 28 21:59:40.047 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.047 INFO [stderr] | Nov 28 21:59:40.047 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.047 INFO [stderr] Nov 28 21:59:40.049 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.049 INFO [stderr] --> tests/injecting.rs:509:9 Nov 28 21:59:40.049 INFO [stderr] | Nov 28 21:59:40.050 INFO [stderr] 509 | #[mockable] Nov 28 21:59:40.050 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.050 INFO [stderr] | Nov 28 21:59:40.050 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.050 INFO [stderr] Nov 28 21:59:40.050 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.050 INFO [stderr] --> tests/injecting.rs:540:9 Nov 28 21:59:40.051 INFO [stderr] | Nov 28 21:59:40.051 INFO [stderr] 540 | #[mockable] Nov 28 21:59:40.051 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.051 INFO [stderr] | Nov 28 21:59:40.051 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.051 INFO [stderr] Nov 28 21:59:40.053 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.053 INFO [stderr] --> tests/injecting.rs:576:9 Nov 28 21:59:40.053 INFO [stderr] | Nov 28 21:59:40.053 INFO [stderr] 576 | #[mockable] Nov 28 21:59:40.053 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.053 INFO [stderr] | Nov 28 21:59:40.053 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.053 INFO [stderr] Nov 28 21:59:40.167 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.167 INFO [stderr] --> tests/injecting.rs:580:13 Nov 28 21:59:40.167 INFO [stderr] | Nov 28 21:59:40.167 INFO [stderr] 580 | #[not_mockable] Nov 28 21:59:40.167 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 28 21:59:40.167 INFO [stderr] | Nov 28 21:59:40.167 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.167 INFO [stderr] Nov 28 21:59:40.167 INFO [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Nov 28 21:59:40.167 INFO [stderr] --> tests/injecting.rs:449:13 Nov 28 21:59:40.167 INFO [stderr] | Nov 28 21:59:40.167 INFO [stderr] 449 | #[mockable] Nov 28 21:59:40.168 INFO [stderr] | ^^^^^^^^^^^ Nov 28 21:59:40.168 INFO [stderr] | Nov 28 21:59:40.168 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 28 21:59:40.168 INFO [stderr] Nov 28 21:59:40.229 INFO [stderr] error: aborting due to 19 previous errors Nov 28 21:59:40.229 INFO [stderr] Nov 28 21:59:40.229 INFO [stderr] Some errors occurred: E0557, E0658. Nov 28 21:59:40.229 INFO [stderr] For more information about an error, try `rustc --explain E0557`. Nov 28 21:59:40.236 INFO [stderr] error: Could not compile `mocktopus`. Nov 28 21:59:40.236 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 21:59:48.616 INFO [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 28 21:59:48.616 INFO [stderr] --> tests/mocking.rs:1:12 Nov 28 21:59:48.616 INFO [stderr] | Nov 28 21:59:48.616 INFO [stderr] 1 | #![feature(use_extern_macros)] Nov 28 21:59:48.616 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 28 21:59:48.616 INFO [stderr] | Nov 28 21:59:48.616 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 28 21:59:48.616 INFO [stderr] Nov 28 21:59:48.875 INFO [stderr] error: build failed Nov 28 21:59:48.876 INFO [stderr] su: No module specific data is present Nov 28 21:59:49.936 INFO running `"docker" "inspect" "e4095ce912dff2e3b5e962ff1d1abe1e5efdd5e6dd0f3cffe0b9217ab02e4bbf"` Nov 28 21:59:50.320 INFO running `"docker" "rm" "-f" "e4095ce912dff2e3b5e962ff1d1abe1e5efdd5e6dd0f3cffe0b9217ab02e4bbf"` Nov 28 21:59:50.737 INFO [stdout] e4095ce912dff2e3b5e962ff1d1abe1e5efdd5e6dd0f3cffe0b9217ab02e4bbf