[INFO] crate mocktopus 0.5.0 is already in cache [INFO] extracting crate mocktopus 0.5.0 into work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/mocktopus/0.5.0 [INFO] extracting crate mocktopus 0.5.0 into work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/mocktopus/0.5.0 [INFO] validating manifest of mocktopus-0.5.0 on toolchain master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mocktopus-0.5.0 on toolchain try#29640c57b5f92febba0e40c50cb863c9a7ede51d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mocktopus-0.5.0 [INFO] finished frobbing mocktopus-0.5.0 [INFO] frobbed toml for mocktopus-0.5.0 written to work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/reg/mocktopus/0.5.0/Cargo.toml [INFO] started frobbing mocktopus-0.5.0 [INFO] finished frobbing mocktopus-0.5.0 [INFO] frobbed toml for mocktopus-0.5.0 written to work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/mocktopus/0.5.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking mocktopus-0.5.0 against try#29640c57b5f92febba0e40c50cb863c9a7ede51d for pr-57745 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57745/worker-6/try#29640c57b5f92febba0e40c50cb863c9a7ede51d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/reg/mocktopus/0.5.0:/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" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0c4ba7b017aa0fd9000530193c76ddd7cc1bcd3c4ecf560737a37a13f403ee76 [INFO] running `"docker" "start" "-a" "0c4ba7b017aa0fd9000530193c76ddd7cc1bcd3c4ecf560737a37a13f403ee76"` [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling mocktopus_macros v0.5.0 [INFO] [stderr] Checking mocktopus v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:54 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> tests/injecting.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` [INFO] [stderr] --> tests/injecting.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> tests/injecting.rs:1:38 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` [INFO] [stderr] --> tests/injecting.rs:1:38 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:54 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:90:1 [INFO] [stderr] | [INFO] [stderr] 90 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:322:9 [INFO] [stderr] | [INFO] [stderr] 322 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:323:9 [INFO] [stderr] | [INFO] [stderr] 323 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:348:9 [INFO] [stderr] | [INFO] [stderr] 348 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:409:9 [INFO] [stderr] | [INFO] [stderr] 409 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:445:9 [INFO] [stderr] | [INFO] [stderr] 445 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:479:9 [INFO] [stderr] | [INFO] [stderr] 479 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:509:9 [INFO] [stderr] | [INFO] [stderr] 509 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:540:9 [INFO] [stderr] | [INFO] [stderr] 540 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:576:9 [INFO] [stderr] | [INFO] [stderr] 576 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/injecting_no_std.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: custom attributes cannot be applied to modules (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:580:13 [INFO] [stderr] | [INFO] [stderr] 580 | #[not_mockable] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [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 (see issue #54727) [INFO] [stderr] --> tests/injecting.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | #[mockable] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0557, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0557`. [INFO] [stderr] error: Could not compile `mocktopus`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/mocking.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(use_extern_macros)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0c4ba7b017aa0fd9000530193c76ddd7cc1bcd3c4ecf560737a37a13f403ee76"` [INFO] running `"docker" "rm" "-f" "0c4ba7b017aa0fd9000530193c76ddd7cc1bcd3c4ecf560737a37a13f403ee76"` [INFO] [stdout] 0c4ba7b017aa0fd9000530193c76ddd7cc1bcd3c4ecf560737a37a13f403ee76