Sep 14 08:10:08.982 INFO checking strukt-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 08:10:08.982 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 08:10:08.982 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:10:09.457 INFO blam! edc5e49ff13b20fdb010d198c914bab11ca5506fc5ad7a78a3a0c61c3810b55a Sep 14 08:10:09.459 INFO running `"docker" "start" "-a" "edc5e49ff13b20fdb010d198c914bab11ca5506fc5ad7a78a3a0c61c3810b55a"` Sep 14 08:10:10.106 INFO kablam! usermod: no changes Sep 14 08:10:10.151 INFO kablam! Compiling libc v0.2.43 Sep 14 08:10:10.151 INFO kablam! Checking ucd-util v0.1.1 Sep 14 08:10:10.152 INFO kablam! Checking utf8-ranges v1.0.1 Sep 14 08:10:10.153 INFO kablam! Checking thread_local v0.3.6 Sep 14 08:10:10.499 INFO kablam! Checking regex-syntax v0.5.6 Sep 14 08:10:11.638 INFO kablam! Checking memchr v2.0.2 Sep 14 08:10:11.975 INFO kablam! Checking aho-corasick v0.6.8 Sep 14 08:10:13.039 INFO kablam! Compiling regex v0.2.11 Sep 14 08:10:19.798 INFO kablam! Checking strukt v0.1.0 (file:///source) Sep 14 08:10:21.478 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 08:10:21.479 INFO kablam! --> src/lib.rs:2:12 Sep 14 08:10:21.479 INFO kablam! | Sep 14 08:10:21.479 INFO kablam! 2 | #![feature(proc_macro)] Sep 14 08:10:21.479 INFO kablam! | ^^^^^^^^^^ Sep 14 08:10:21.479 INFO kablam! | Sep 14 08:10:21.479 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 08:10:21.479 INFO kablam! Sep 14 08:10:22.063 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 08:10:22.063 INFO kablam! --> src/lib.rs:2:12 Sep 14 08:10:22.063 INFO kablam! | Sep 14 08:10:22.063 INFO kablam! 2 | #![feature(proc_macro)] Sep 14 08:10:22.063 INFO kablam! | ^^^^^^^^^^ Sep 14 08:10:22.063 INFO kablam! | Sep 14 08:10:22.063 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 08:10:22.063 INFO kablam! Sep 14 08:10:22.422 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 14 08:10:22.422 INFO kablam! --> src/lib.rs:2:12 Sep 14 08:10:22.422 INFO kablam! | Sep 14 08:10:22.422 INFO kablam! 2 | #![feature(proc_macro)] Sep 14 08:10:22.422 INFO kablam! | ^^^^^^^^^^ Sep 14 08:10:22.422 INFO kablam! | Sep 14 08:10:22.422 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 08:10:22.422 INFO kablam! Sep 14 08:10:24.066 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 14 08:10:24.067 INFO kablam! --> tests/tests.rs:10:16 Sep 14 08:10:24.067 INFO kablam! | Sep 14 08:10:24.067 INFO kablam! 10 | assert_eq!(pack!(" tests/tests.rs:11:16 Sep 14 08:10:24.067 INFO kablam! | Sep 14 08:10:24.067 INFO kablam! 11 | assert_eq!(pack!(">bI")(b' ', 0x41424344), b" ABCD"); Sep 14 08:10:24.067 INFO kablam! | ^^^^^^^^^^^^ Sep 14 08:10:24.067 INFO kablam! | Sep 14 08:10:24.067 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 14 08:10:24.067 INFO kablam! Sep 14 08:10:24.075 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 14 08:10:24.075 INFO kablam! --> tests/tests.rs:12:16 Sep 14 08:10:24.075 INFO kablam! | Sep 14 08:10:24.075 INFO kablam! 12 | assert_eq!(pack!("Q")(0x41424344), b"DCBA\0\0\0\0"); Sep 14 08:10:24.075 INFO kablam! | ^^^^^^^^^^ Sep 14 08:10:24.075 INFO kablam! | Sep 14 08:10:24.075 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 14 08:10:24.075 INFO kablam! Sep 14 08:10:24.083 INFO kablam! error: aborting due to 3 previous errors Sep 14 08:10:24.083 INFO kablam! Sep 14 08:10:24.083 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 14 08:10:24.083 INFO kablam! error: Could not compile `strukt`. Sep 14 08:10:24.083 INFO kablam! Sep 14 08:10:24.083 INFO kablam! To learn more, run the command again with --verbose. Sep 14 08:10:24.083 INFO kablam! su: No module specific data is present Sep 14 08:10:25.023 INFO running `"docker" "rm" "-f" "edc5e49ff13b20fdb010d198c914bab11ca5506fc5ad7a78a3a0c61c3810b55a"` Sep 14 08:10:25.318 INFO blam! edc5e49ff13b20fdb010d198c914bab11ca5506fc5ad7a78a3a0c61c3810b55a