Sep 05 22:22:12.944 INFO checking strukt-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 22:22:12.944 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 22:22:12.944 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:22:13.174 INFO blam! 140b843f9976d0b43d7da038bc2809b50cd47460cbb3e13a05986c8ed1fc1573 Sep 05 22:22:13.179 INFO running `"docker" "start" "-a" "140b843f9976d0b43d7da038bc2809b50cd47460cbb3e13a05986c8ed1fc1573"` Sep 05 22:22:14.403 INFO kablam! usermod: no changes Sep 05 22:22:14.457 INFO kablam! Compiling libc v0.2.43 Sep 05 22:22:14.457 INFO kablam! Checking ucd-util v0.1.1 Sep 05 22:22:14.458 INFO kablam! Compiling byteorder v1.2.6 Sep 05 22:22:14.461 INFO kablam! Checking utf8-ranges v1.0.1 Sep 05 22:22:14.461 INFO kablam! Checking lazy_static v1.1.0 Sep 05 22:22:15.078 INFO kablam! Checking thread_local v0.3.6 Sep 05 22:22:15.154 INFO kablam! Checking regex-syntax v0.5.6 Sep 05 22:22:15.990 INFO kablam! Checking memchr v2.0.2 Sep 05 22:22:16.370 INFO kablam! Checking aho-corasick v0.6.8 Sep 05 22:22:17.967 INFO kablam! Compiling regex v0.2.11 Sep 05 22:22:24.449 INFO kablam! Compiling strukt v0.1.0 (file:///source) Sep 05 22:22:25.348 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 05 22:22:25.348 INFO kablam! --> src/lib.rs:2:12 Sep 05 22:22:25.348 INFO kablam! | Sep 05 22:22:25.348 INFO kablam! 2 | #![feature(proc_macro)] Sep 05 22:22:25.348 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:25.348 INFO kablam! | Sep 05 22:22:25.348 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:22:25.348 INFO kablam! Sep 05 22:22:25.573 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 05 22:22:25.573 INFO kablam! --> src/lib.rs:2:12 Sep 05 22:22:25.573 INFO kablam! | Sep 05 22:22:25.573 INFO kablam! 2 | #![feature(proc_macro)] Sep 05 22:22:25.573 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:25.573 INFO kablam! | Sep 05 22:22:25.573 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:22:25.573 INFO kablam! Sep 05 22:22:25.741 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 05 22:22:25.741 INFO kablam! --> src/lib.rs:2:12 Sep 05 22:22:25.741 INFO kablam! | Sep 05 22:22:25.741 INFO kablam! 2 | #![feature(proc_macro)] Sep 05 22:22:25.742 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:25.742 INFO kablam! | Sep 05 22:22:25.742 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:22:25.742 INFO kablam! Sep 05 22:22:26.577 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 05 22:22:26.577 INFO kablam! --> tests/tests.rs:10:16 Sep 05 22:22:26.577 INFO kablam! | Sep 05 22:22:26.577 INFO kablam! 10 | assert_eq!(pack!(" tests/tests.rs:11:16 Sep 05 22:22:26.584 INFO kablam! | Sep 05 22:22:26.584 INFO kablam! 11 | assert_eq!(pack!(">bI")(b' ', 0x41424344), b" ABCD"); Sep 05 22:22:26.584 INFO kablam! | ^^^^^^^^^^^^ Sep 05 22:22:26.584 INFO kablam! | Sep 05 22:22:26.584 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 05 22:22:26.584 INFO kablam! Sep 05 22:22:26.584 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 05 22:22:26.584 INFO kablam! --> tests/tests.rs:12:16 Sep 05 22:22:26.584 INFO kablam! | Sep 05 22:22:26.584 INFO kablam! 12 | assert_eq!(pack!("Q")(0x41424344), b"DCBA\0\0\0\0"); Sep 05 22:22:26.584 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:26.584 INFO kablam! | Sep 05 22:22:26.584 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 05 22:22:26.584 INFO kablam! Sep 05 22:22:26.584 INFO kablam! error: aborting due to 3 previous errors Sep 05 22:22:26.584 INFO kablam! Sep 05 22:22:26.585 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 05 22:22:26.588 INFO kablam! error: Could not compile `strukt`. Sep 05 22:22:26.588 INFO kablam! Sep 05 22:22:26.588 INFO kablam! To learn more, run the command again with --verbose. Sep 05 22:22:26.590 INFO kablam! su: No module specific data is present Sep 05 22:22:27.395 INFO running `"docker" "rm" "-f" "140b843f9976d0b43d7da038bc2809b50cd47460cbb3e13a05986c8ed1fc1573"` Sep 05 22:22:27.476 INFO blam! 140b843f9976d0b43d7da038bc2809b50cd47460cbb3e13a05986c8ed1fc1573