Sep 02 14:12:15.051 INFO checking fn_mut-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 14:12:15.051 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 14:12:15.051 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:12:15.250 INFO blam! c44b7b482acb8f85b849dab696160e3eab4a24980c2ef9bf697cb8b64884faea Sep 02 14:12:15.252 INFO running `"docker" "start" "-a" "c44b7b482acb8f85b849dab696160e3eab4a24980c2ef9bf697cb8b64884faea"` Sep 02 14:12:16.105 INFO kablam! Compiling fn_mut v0.1.0 (file:///source) Sep 02 14:12:20.598 INFO kablam! warning: unused variable: `qualified` Sep 02 14:12:20.598 INFO kablam! --> src/lib.rs:111:38 Sep 02 14:12:20.598 INFO kablam! | Sep 02 14:12:20.598 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 02 14:12:20.598 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 02 14:12:20.598 INFO kablam! | Sep 02 14:12:20.598 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 14:12:20.598 INFO kablam! Sep 02 14:12:20.618 INFO kablam! warning: unused variable: `qualified` Sep 02 14:12:20.618 INFO kablam! --> src/lib.rs:111:38 Sep 02 14:12:20.618 INFO kablam! | Sep 02 14:12:20.618 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 02 14:12:20.618 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 02 14:12:20.618 INFO kablam! | Sep 02 14:12:20.618 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 14:12:20.618 INFO kablam! Sep 02 14:12:20.631 INFO kablam! warning: unused variable: `qualified` Sep 02 14:12:20.631 INFO kablam! --> src/lib.rs:111:38 Sep 02 14:12:20.631 INFO kablam! | Sep 02 14:12:20.632 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 02 14:12:20.632 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 02 14:12:20.632 INFO kablam! | Sep 02 14:12:20.632 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 14:12:20.632 INFO kablam! Sep 02 14:12:20.640 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 14:12:20.640 INFO kablam! --> src/lib.rs:67:12 Sep 02 14:12:20.640 INFO kablam! | Sep 02 14:12:20.640 INFO kablam! 67 | #![feature(proc_macro)] Sep 02 14:12:20.640 INFO kablam! | ^^^^^^^^^^ Sep 02 14:12:20.641 INFO kablam! | Sep 02 14:12:20.641 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 14:12:20.641 INFO kablam! Sep 02 14:12:20.661 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 14:12:20.661 INFO kablam! --> src/lib.rs:67:12 Sep 02 14:12:20.661 INFO kablam! | Sep 02 14:12:20.661 INFO kablam! 67 | #![feature(proc_macro)] Sep 02 14:12:20.661 INFO kablam! | ^^^^^^^^^^ Sep 02 14:12:20.661 INFO kablam! | Sep 02 14:12:20.661 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 14:12:20.662 INFO kablam! Sep 02 14:12:20.677 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 02 14:12:20.677 INFO kablam! --> src/lib.rs:67:12 Sep 02 14:12:20.677 INFO kablam! | Sep 02 14:12:20.677 INFO kablam! 67 | #![feature(proc_macro)] Sep 02 14:12:20.677 INFO kablam! | ^^^^^^^^^^ Sep 02 14:12:20.678 INFO kablam! | Sep 02 14:12:20.678 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 14:12:20.678 INFO kablam! Sep 02 14:12:24.525 INFO kablam! error[E0658]: procedural macros cannot expand to macro definitions (see issue #38356) Sep 02 14:12:24.525 INFO kablam! --> tests/basic.rs:8:5 Sep 02 14:12:24.525 INFO kablam! | Sep 02 14:12:24.525 INFO kablam! 8 | #[fn_mut(enable_attrs = "text")] Sep 02 14:12:24.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 14:12:24.525 INFO kablam! | Sep 02 14:12:24.525 INFO kablam! = help: add #![feature(proc_macro_gen)] to the crate attributes to enable Sep 02 14:12:24.525 INFO kablam! Sep 02 14:12:24.527 INFO kablam! error: aborting due to previous error Sep 02 14:12:24.527 INFO kablam! Sep 02 14:12:24.527 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 02 14:12:24.534 INFO kablam! error: Could not compile `fn_mut`. Sep 02 14:12:24.534 INFO kablam! Sep 02 14:12:24.534 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:12:24.535 INFO kablam! su: No module specific data is present Sep 02 14:12:24.957 INFO running `"docker" "rm" "-f" "c44b7b482acb8f85b849dab696160e3eab4a24980c2ef9bf697cb8b64884faea"` Sep 02 14:12:25.081 INFO blam! c44b7b482acb8f85b849dab696160e3eab4a24980c2ef9bf697cb8b64884faea