Sep 18 02:24:15.255 INFO checking codgenhelp-0.0.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 02:24:15.255 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 02:24:15.255 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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 02:24:15.431 INFO blam! d40e5b18a8a86f08b6e12ce65cd5ed13e504f645c092688284d564de2e6db648 Sep 18 02:24:15.440 INFO running `"docker" "start" "-a" "d40e5b18a8a86f08b6e12ce65cd5ed13e504f645c092688284d564de2e6db648"` Sep 18 02:24:16.379 INFO kablam! usermod: no changes Sep 18 02:24:16.415 INFO kablam! Checking syn v0.10.8 Sep 18 02:24:19.608 INFO kablam! Checking codgenhelp v0.0.1 (/source) Sep 18 02:24:20.819 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 18 02:24:20.819 INFO kablam! --> src/lib.rs:8:12 Sep 18 02:24:20.819 INFO kablam! | Sep 18 02:24:20.819 INFO kablam! 8 | #![feature(proc_macro, proc_macro_lib)] Sep 18 02:24:20.819 INFO kablam! | ^^^^^^^^^^ Sep 18 02:24:20.819 INFO kablam! | Sep 18 02:24:20.819 INFO kablam! = note: #[warn(stable_features)] on by default Sep 18 02:24:20.819 INFO kablam! Sep 18 02:24:20.819 INFO kablam! warning: the feature `proc_macro_lib` has been stable since 1.15.0 and no longer requires an attribute to enable Sep 18 02:24:20.819 INFO kablam! --> src/lib.rs:8:24 Sep 18 02:24:20.819 INFO kablam! | Sep 18 02:24:20.819 INFO kablam! 8 | #![feature(proc_macro, proc_macro_lib)] Sep 18 02:24:20.819 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 02:24:20.820 INFO kablam! Sep 18 02:24:20.889 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 18 02:24:20.889 INFO kablam! --> src/lib.rs:8:12 Sep 18 02:24:20.889 INFO kablam! | Sep 18 02:24:20.890 INFO kablam! 8 | #![feature(proc_macro, proc_macro_lib)] Sep 18 02:24:20.890 INFO kablam! | ^^^^^^^^^^ Sep 18 02:24:20.890 INFO kablam! | Sep 18 02:24:20.890 INFO kablam! = note: #[warn(stable_features)] on by default Sep 18 02:24:20.890 INFO kablam! Sep 18 02:24:20.890 INFO kablam! warning: the feature `proc_macro_lib` has been stable since 1.15.0 and no longer requires an attribute to enable Sep 18 02:24:20.890 INFO kablam! --> src/lib.rs:8:24 Sep 18 02:24:20.890 INFO kablam! | Sep 18 02:24:20.890 INFO kablam! 8 | #![feature(proc_macro, proc_macro_lib)] Sep 18 02:24:20.890 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 02:24:20.890 INFO kablam! Sep 18 02:24:21.098 INFO kablam! error[E0463]: can't find crate for `macrohelper` Sep 18 02:24:21.098 INFO kablam! --> tests/simple_struct.rs:5:1 Sep 18 02:24:21.098 INFO kablam! | Sep 18 02:24:21.098 INFO kablam! 5 | extern crate macrohelper; Sep 18 02:24:21.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 18 02:24:21.098 INFO kablam! Sep 18 02:24:21.098 INFO kablam! error: aborting due to previous error Sep 18 02:24:21.098 INFO kablam! Sep 18 02:24:21.098 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 18 02:24:21.103 INFO kablam! error: Could not compile `codgenhelp`. Sep 18 02:24:21.103 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:24:21.108 INFO kablam! error[E0463]: can't find crate for `macrohelper` Sep 18 02:24:21.108 INFO kablam! --> tests/simple_enum.rs:5:1 Sep 18 02:24:21.108 INFO kablam! | Sep 18 02:24:21.108 INFO kablam! 5 | extern crate macrohelper; Sep 18 02:24:21.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 18 02:24:21.108 INFO kablam! Sep 18 02:24:21.118 INFO kablam! error: aborting due to previous error Sep 18 02:24:21.119 INFO kablam! Sep 18 02:24:21.119 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 18 02:24:21.119 INFO kablam! error: Could not compile `codgenhelp`. Sep 18 02:24:21.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:24:21.143 INFO kablam! error[E0463]: can't find crate for `macrohelper` Sep 18 02:24:21.143 INFO kablam! --> tests/complex_struct_header.rs:5:1 Sep 18 02:24:21.143 INFO kablam! | Sep 18 02:24:21.143 INFO kablam! 5 | extern crate macrohelper; Sep 18 02:24:21.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 18 02:24:21.143 INFO kablam! Sep 18 02:24:21.143 INFO kablam! error: aborting due to previous error Sep 18 02:24:21.143 INFO kablam! Sep 18 02:24:21.143 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 18 02:24:21.147 INFO kablam! error: Could not compile `codgenhelp`. Sep 18 02:24:21.147 INFO kablam! Sep 18 02:24:21.147 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:24:21.148 INFO kablam! su: No module specific data is present Sep 18 02:24:21.881 INFO running `"docker" "rm" "-f" "d40e5b18a8a86f08b6e12ce65cd5ed13e504f645c092688284d564de2e6db648"` Sep 18 02:24:21.968 INFO blam! d40e5b18a8a86f08b6e12ce65cd5ed13e504f645c092688284d564de2e6db648