Sep 18 00:36:03.850 INFO checking fn_mut-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:36:03.850 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:36:03.850 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:36:03.983 INFO blam! ac118e8d247b766390cd494d12559f47c6afd19e449af074b026e1115d2d0e49 Sep 18 00:36:03.985 INFO running `"docker" "start" "-a" "ac118e8d247b766390cd494d12559f47c6afd19e449af074b026e1115d2d0e49"` Sep 18 00:36:05.151 INFO kablam! usermod: no changes Sep 18 00:36:05.218 INFO kablam! Compiling regex v0.2.11 Sep 18 00:36:07.575 INFO kablam! Checking fn_mut v0.1.0 (/source) Sep 18 00:36:09.338 INFO kablam! warning: unused variable: `qualified` Sep 18 00:36:09.339 INFO kablam! --> src/lib.rs:111:38 Sep 18 00:36:09.339 INFO kablam! | Sep 18 00:36:09.339 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 18 00:36:09.339 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 18 00:36:09.339 INFO kablam! | Sep 18 00:36:09.339 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 00:36:09.339 INFO kablam! Sep 18 00:36:09.358 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 18 00:36:09.358 INFO kablam! --> src/lib.rs:67:12 Sep 18 00:36:09.358 INFO kablam! | Sep 18 00:36:09.358 INFO kablam! 67 | #![feature(proc_macro)] Sep 18 00:36:09.358 INFO kablam! | ^^^^^^^^^^ Sep 18 00:36:09.358 INFO kablam! | Sep 18 00:36:09.358 INFO kablam! = note: #[warn(stable_features)] on by default Sep 18 00:36:09.358 INFO kablam! Sep 18 00:36:09.521 INFO kablam! warning: unused variable: `qualified` Sep 18 00:36:09.521 INFO kablam! --> src/lib.rs:111:38 Sep 18 00:36:09.521 INFO kablam! | Sep 18 00:36:09.531 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 18 00:36:09.531 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 18 00:36:09.531 INFO kablam! | Sep 18 00:36:09.531 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 00:36:09.531 INFO kablam! Sep 18 00:36:09.558 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 18 00:36:09.559 INFO kablam! --> src/lib.rs:67:12 Sep 18 00:36:09.559 INFO kablam! | Sep 18 00:36:09.559 INFO kablam! 67 | #![feature(proc_macro)] Sep 18 00:36:09.559 INFO kablam! | ^^^^^^^^^^ Sep 18 00:36:09.559 INFO kablam! | Sep 18 00:36:09.559 INFO kablam! = note: #[warn(stable_features)] on by default Sep 18 00:36:09.559 INFO kablam! Sep 18 00:36:12.035 INFO kablam! warning: unused variable: `qualified` Sep 18 00:36:12.035 INFO kablam! --> src/lib.rs:111:38 Sep 18 00:36:12.035 INFO kablam! | Sep 18 00:36:12.035 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 18 00:36:12.035 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 18 00:36:12.035 INFO kablam! | Sep 18 00:36:12.035 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 00:36:12.035 INFO kablam! Sep 18 00:36:12.063 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 18 00:36:12.063 INFO kablam! --> src/lib.rs:67:12 Sep 18 00:36:12.063 INFO kablam! | Sep 18 00:36:12.063 INFO kablam! 67 | #![feature(proc_macro)] Sep 18 00:36:12.063 INFO kablam! | ^^^^^^^^^^ Sep 18 00:36:12.063 INFO kablam! | Sep 18 00:36:12.063 INFO kablam! = note: #[warn(stable_features)] on by default Sep 18 00:36:12.063 INFO kablam! Sep 18 00:36:15.163 INFO kablam! error[E0658]: procedural macros cannot expand to macro definitions (see issue #38356) Sep 18 00:36:15.163 INFO kablam! --> tests/basic.rs:8:5 Sep 18 00:36:15.163 INFO kablam! | Sep 18 00:36:15.163 INFO kablam! 8 | #[fn_mut(enable_attrs = "text")] Sep 18 00:36:15.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:36:15.163 INFO kablam! | Sep 18 00:36:15.163 INFO kablam! = help: add #![feature(proc_macro_gen)] to the crate attributes to enable Sep 18 00:36:15.163 INFO kablam! Sep 18 00:36:15.214 INFO kablam! error: aborting due to previous error Sep 18 00:36:15.214 INFO kablam! Sep 18 00:36:15.214 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 18 00:36:15.223 INFO kablam! error: Could not compile `fn_mut`. Sep 18 00:36:15.223 INFO kablam! Sep 18 00:36:15.223 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:36:15.225 INFO kablam! su: No module specific data is present Sep 18 00:36:15.947 INFO running `"docker" "rm" "-f" "ac118e8d247b766390cd494d12559f47c6afd19e449af074b026e1115d2d0e49"` Sep 18 00:36:16.135 INFO blam! ac118e8d247b766390cd494d12559f47c6afd19e449af074b026e1115d2d0e49