Oct 27 19:07:04.992 INFO checking mocktopus-0.5.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:07:04.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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"` Oct 27 19:07:05.190 INFO blam! 7e50a24591b5bb548a06f924d68dacc416186e411ae6d439eddceb8ecec73f9e Oct 27 19:07:05.192 INFO running `"docker" "start" "-a" "7e50a24591b5bb548a06f924d68dacc416186e411ae6d439eddceb8ecec73f9e"` Oct 27 19:07:05.651 INFO kablam! usermod: no changes Oct 27 19:07:05.699 INFO kablam! Compiling syn v0.14.9 Oct 27 19:07:23.375 INFO kablam! Compiling mocktopus_macros v0.5.0 Oct 27 19:07:31.146 INFO kablam! Checking mocktopus v0.5.0 (/source) Oct 27 19:07:31.817 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 19:07:31.817 INFO kablam! --> src/lib.rs:1:54 Oct 27 19:07:31.817 INFO kablam! | Oct 27 19:07:31.817 INFO kablam! 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] Oct 27 19:07:31.817 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:07:31.817 INFO kablam! | Oct 27 19:07:31.817 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:07:31.817 INFO kablam! Oct 27 19:07:31.871 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 19:07:31.871 INFO kablam! --> src/lib.rs:1:54 Oct 27 19:07:31.871 INFO kablam! | Oct 27 19:07:31.871 INFO kablam! 1 | #![feature(fn_traits, get_type_id, unboxed_closures, use_extern_macros)] Oct 27 19:07:31.871 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:07:31.871 INFO kablam! | Oct 27 19:07:31.871 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:07:31.871 INFO kablam! Oct 27 19:07:31.923 INFO kablam! error[E0557]: feature has been removed Oct 27 19:07:31.923 INFO kablam! --> tests/injecting.rs:1:22 Oct 27 19:07:31.923 INFO kablam! | Oct 27 19:07:31.923 INFO kablam! 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Oct 27 19:07:31.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 19:07:31.923 INFO kablam! | Oct 27 19:07:31.923 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 19:07:31.923 INFO kablam! --> tests/injecting.rs:1:22 Oct 27 19:07:31.923 INFO kablam! | Oct 27 19:07:31.923 INFO kablam! 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Oct 27 19:07:31.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 19:07:31.923 INFO kablam! Oct 27 19:07:31.923 INFO kablam! error[E0557]: feature has been removed Oct 27 19:07:31.923 INFO kablam! --> tests/injecting.rs:1:38 Oct 27 19:07:31.923 INFO kablam! | Oct 27 19:07:31.923 INFO kablam! 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Oct 27 19:07:31.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 19:07:31.923 INFO kablam! | Oct 27 19:07:31.923 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 19:07:31.923 INFO kablam! --> tests/injecting.rs:1:38 Oct 27 19:07:31.923 INFO kablam! | Oct 27 19:07:31.923 INFO kablam! 1 | #![feature(const_fn, proc_macro_gen, proc_macro_mod, use_extern_macros)] Oct 27 19:07:31.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 19:07:31.923 INFO kablam! Oct 27 19:07:32.911 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:32.911 INFO kablam! --> tests/injecting.rs:90:1 Oct 27 19:07:32.911 INFO kablam! | Oct 27 19:07:32.911 INFO kablam! 90 | #[mockable] Oct 27 19:07:32.911 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:32.911 INFO kablam! | Oct 27 19:07:32.911 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:32.911 INFO kablam! Oct 27 19:07:32.927 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:32.927 INFO kablam! --> tests/injecting.rs:99:9 Oct 27 19:07:32.927 INFO kablam! | Oct 27 19:07:32.927 INFO kablam! 99 | #[mockable] Oct 27 19:07:32.927 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:32.927 INFO kablam! | Oct 27 19:07:32.927 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:32.927 INFO kablam! Oct 27 19:07:32.927 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:32.927 INFO kablam! --> tests/injecting.rs:126:9 Oct 27 19:07:32.927 INFO kablam! | Oct 27 19:07:32.927 INFO kablam! 126 | #[mockable] Oct 27 19:07:32.927 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:32.927 INFO kablam! | Oct 27 19:07:32.928 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:32.928 INFO kablam! Oct 27 19:07:32.948 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:32.948 INFO kablam! --> tests/injecting.rs:156:9 Oct 27 19:07:32.948 INFO kablam! | Oct 27 19:07:32.948 INFO kablam! 156 | #[mockable] Oct 27 19:07:32.948 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:32.948 INFO kablam! | Oct 27 19:07:32.948 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:32.948 INFO kablam! Oct 27 19:07:32.959 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:32.959 INFO kablam! --> tests/injecting.rs:189:9 Oct 27 19:07:32.959 INFO kablam! | Oct 27 19:07:32.959 INFO kablam! 189 | #[mockable] Oct 27 19:07:32.959 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:32.959 INFO kablam! | Oct 27 19:07:32.959 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:32.959 INFO kablam! Oct 27 19:07:33.002 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 19:07:33.002 INFO kablam! --> tests/injecting_no_std.rs:1:12 Oct 27 19:07:33.002 INFO kablam! | Oct 27 19:07:33.002 INFO kablam! 1 | #![feature(use_extern_macros)] Oct 27 19:07:33.002 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:07:33.002 INFO kablam! | Oct 27 19:07:33.002 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:07:33.002 INFO kablam! Oct 27 19:07:33.070 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.070 INFO kablam! --> tests/injecting.rs:322:9 Oct 27 19:07:33.070 INFO kablam! | Oct 27 19:07:33.070 INFO kablam! 322 | #[mockable] Oct 27 19:07:33.070 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.070 INFO kablam! | Oct 27 19:07:33.070 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.070 INFO kablam! Oct 27 19:07:33.072 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.072 INFO kablam! --> tests/injecting.rs:323:9 Oct 27 19:07:33.072 INFO kablam! | Oct 27 19:07:33.072 INFO kablam! 323 | #[mockable] Oct 27 19:07:33.072 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.079 INFO kablam! | Oct 27 19:07:33.079 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.079 INFO kablam! Oct 27 19:07:33.115 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.115 INFO kablam! --> tests/injecting.rs:348:9 Oct 27 19:07:33.115 INFO kablam! | Oct 27 19:07:33.115 INFO kablam! 348 | #[mockable] Oct 27 19:07:33.115 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.115 INFO kablam! | Oct 27 19:07:33.115 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.115 INFO kablam! Oct 27 19:07:33.123 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.123 INFO kablam! --> tests/injecting.rs:378:9 Oct 27 19:07:33.123 INFO kablam! | Oct 27 19:07:33.123 INFO kablam! 378 | #[mockable] Oct 27 19:07:33.123 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.123 INFO kablam! | Oct 27 19:07:33.123 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.123 INFO kablam! Oct 27 19:07:33.127 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.127 INFO kablam! --> tests/injecting.rs:409:9 Oct 27 19:07:33.127 INFO kablam! | Oct 27 19:07:33.127 INFO kablam! 409 | #[mockable] Oct 27 19:07:33.127 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.127 INFO kablam! | Oct 27 19:07:33.127 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.127 INFO kablam! Oct 27 19:07:33.130 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.130 INFO kablam! --> tests/injecting.rs:445:9 Oct 27 19:07:33.130 INFO kablam! | Oct 27 19:07:33.130 INFO kablam! 445 | #[mockable] Oct 27 19:07:33.130 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.130 INFO kablam! | Oct 27 19:07:33.130 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.130 INFO kablam! Oct 27 19:07:33.159 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.159 INFO kablam! --> tests/injecting.rs:479:9 Oct 27 19:07:33.159 INFO kablam! | Oct 27 19:07:33.159 INFO kablam! 479 | #[mockable] Oct 27 19:07:33.159 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.159 INFO kablam! | Oct 27 19:07:33.159 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.159 INFO kablam! Oct 27 19:07:33.159 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.159 INFO kablam! --> tests/injecting.rs:509:9 Oct 27 19:07:33.159 INFO kablam! | Oct 27 19:07:33.159 INFO kablam! 509 | #[mockable] Oct 27 19:07:33.159 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.159 INFO kablam! | Oct 27 19:07:33.159 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.159 INFO kablam! Oct 27 19:07:33.159 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.159 INFO kablam! --> tests/injecting.rs:540:9 Oct 27 19:07:33.159 INFO kablam! | Oct 27 19:07:33.159 INFO kablam! 540 | #[mockable] Oct 27 19:07:33.159 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.159 INFO kablam! | Oct 27 19:07:33.160 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.160 INFO kablam! Oct 27 19:07:33.160 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.160 INFO kablam! --> tests/injecting.rs:576:9 Oct 27 19:07:33.160 INFO kablam! | Oct 27 19:07:33.160 INFO kablam! 576 | #[mockable] Oct 27 19:07:33.160 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.160 INFO kablam! | Oct 27 19:07:33.160 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.160 INFO kablam! Oct 27 19:07:33.319 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.319 INFO kablam! --> tests/injecting.rs:580:13 Oct 27 19:07:33.319 INFO kablam! | Oct 27 19:07:33.319 INFO kablam! 580 | #[not_mockable] Oct 27 19:07:33.319 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 19:07:33.319 INFO kablam! | Oct 27 19:07:33.319 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.319 INFO kablam! Oct 27 19:07:33.319 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #54727) Oct 27 19:07:33.319 INFO kablam! --> tests/injecting.rs:449:13 Oct 27 19:07:33.319 INFO kablam! | Oct 27 19:07:33.320 INFO kablam! 449 | #[mockable] Oct 27 19:07:33.320 INFO kablam! | ^^^^^^^^^^^ Oct 27 19:07:33.320 INFO kablam! | Oct 27 19:07:33.320 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 19:07:33.320 INFO kablam! Oct 27 19:07:33.415 INFO kablam! error: aborting due to 19 previous errors Oct 27 19:07:33.415 INFO kablam! Oct 27 19:07:33.415 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 19:07:33.415 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 19:07:33.419 INFO kablam! error: Could not compile `mocktopus`. Oct 27 19:07:33.419 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 19:07:41.644 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 27 19:07:41.644 INFO kablam! --> tests/mocking.rs:1:12 Oct 27 19:07:41.644 INFO kablam! | Oct 27 19:07:41.644 INFO kablam! 1 | #![feature(use_extern_macros)] Oct 27 19:07:41.644 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 19:07:41.644 INFO kablam! | Oct 27 19:07:41.644 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:07:41.644 INFO kablam! Oct 27 19:07:41.937 INFO kablam! error: build failed Oct 27 19:07:41.939 INFO kablam! su: No module specific data is present Oct 27 19:07:43.311 INFO running `"docker" "rm" "-f" "7e50a24591b5bb548a06f924d68dacc416186e411ae6d439eddceb8ecec73f9e"` Oct 27 19:07:43.619 INFO blam! 7e50a24591b5bb548a06f924d68dacc416186e411ae6d439eddceb8ecec73f9e