Sep 01 04:10:35.939 INFO checking fn_mut-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 04:10:35.939 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 04:10:35.939 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:10:36.148 INFO blam! 95a96885ee87035af98b53d9da6b97e66711ea64687c9d7bd0b5a71143fedaf7 Sep 01 04:10:36.150 INFO running `"docker" "start" "-a" "95a96885ee87035af98b53d9da6b97e66711ea64687c9d7bd0b5a71143fedaf7"` Sep 01 04:10:37.044 INFO kablam! Compiling regex v0.2.11 Sep 01 04:10:37.044 INFO kablam! Checking fn_mut v0.1.0 (file:///source) Sep 01 04:10:40.965 INFO kablam! warning: unused variable: `qualified` Sep 01 04:10:40.965 INFO kablam! --> src/lib.rs:111:38 Sep 01 04:10:40.965 INFO kablam! | Sep 01 04:10:40.965 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 01 04:10:40.965 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 01 04:10:40.965 INFO kablam! | Sep 01 04:10:40.966 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 04:10:40.966 INFO kablam! Sep 01 04:10:41.043 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 04:10:41.043 INFO kablam! --> src/lib.rs:67:12 Sep 01 04:10:41.043 INFO kablam! | Sep 01 04:10:41.043 INFO kablam! 67 | #![feature(proc_macro)] Sep 01 04:10:41.043 INFO kablam! | ^^^^^^^^^^ Sep 01 04:10:41.043 INFO kablam! | Sep 01 04:10:41.043 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 04:10:41.043 INFO kablam! Sep 01 04:10:41.239 INFO kablam! warning: unused variable: `qualified` Sep 01 04:10:41.239 INFO kablam! --> src/lib.rs:111:38 Sep 01 04:10:41.239 INFO kablam! | Sep 01 04:10:41.239 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 01 04:10:41.239 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 01 04:10:41.239 INFO kablam! | Sep 01 04:10:41.239 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 04:10:41.239 INFO kablam! Sep 01 04:10:41.322 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 04:10:41.322 INFO kablam! --> src/lib.rs:67:12 Sep 01 04:10:41.322 INFO kablam! | Sep 01 04:10:41.322 INFO kablam! 67 | #![feature(proc_macro)] Sep 01 04:10:41.322 INFO kablam! | ^^^^^^^^^^ Sep 01 04:10:41.322 INFO kablam! | Sep 01 04:10:41.322 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 04:10:41.322 INFO kablam! Sep 01 04:10:49.991 INFO kablam! warning: unused variable: `qualified` Sep 01 04:10:49.992 INFO kablam! --> src/lib.rs:111:38 Sep 01 04:10:49.992 INFO kablam! | Sep 01 04:10:49.992 INFO kablam! 111 | if let &mut Some(ref mut qualified) = qualified { Sep 01 04:10:49.992 INFO kablam! | ^^^^^^^^^ help: consider using `_qualified` instead Sep 01 04:10:49.992 INFO kablam! | Sep 01 04:10:49.992 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 04:10:49.992 INFO kablam! Sep 01 04:10:50.041 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 01 04:10:50.041 INFO kablam! --> src/lib.rs:67:12 Sep 01 04:10:50.041 INFO kablam! | Sep 01 04:10:50.041 INFO kablam! 67 | #![feature(proc_macro)] Sep 01 04:10:50.041 INFO kablam! | ^^^^^^^^^^ Sep 01 04:10:50.041 INFO kablam! | Sep 01 04:10:50.041 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 04:10:50.041 INFO kablam! Sep 01 04:10:53.656 INFO kablam! error[E0658]: procedural macros cannot expand to macro definitions (see issue #38356) Sep 01 04:10:53.656 INFO kablam! --> tests/basic.rs:8:5 Sep 01 04:10:53.656 INFO kablam! | Sep 01 04:10:53.656 INFO kablam! 8 | #[fn_mut(enable_attrs = "text")] Sep 01 04:10:53.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:10:53.656 INFO kablam! | Sep 01 04:10:53.656 INFO kablam! = help: add #![feature(proc_macro_gen)] to the crate attributes to enable Sep 01 04:10:53.656 INFO kablam! Sep 01 04:10:53.659 INFO kablam! error: aborting due to previous error Sep 01 04:10:53.659 INFO kablam! Sep 01 04:10:53.659 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 04:10:53.667 INFO kablam! error: Could not compile `fn_mut`. Sep 01 04:10:53.667 INFO kablam! Sep 01 04:10:53.667 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:10:53.669 INFO kablam! su: No module specific data is present Sep 01 04:10:54.123 INFO running `"docker" "rm" "-f" "95a96885ee87035af98b53d9da6b97e66711ea64687c9d7bd0b5a71143fedaf7"` Sep 01 04:10:54.252 INFO blam! 95a96885ee87035af98b53d9da6b97e66711ea64687c9d7bd0b5a71143fedaf7