Sep 05 22:22:12.927 INFO checking strukt-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 22:22:12.927 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 22:22:12.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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.121 INFO blam! cf4edca6df73a02d6026494fd21a7cd3f5e2d01e4f9fe1d042056ceb0d2763f3 Sep 05 22:22:13.125 INFO running `"docker" "start" "-a" "cf4edca6df73a02d6026494fd21a7cd3f5e2d01e4f9fe1d042056ceb0d2763f3"` Sep 05 22:22:14.131 INFO kablam! usermod: no changes Sep 05 22:22:14.167 INFO kablam! Compiling libc v0.2.43 Sep 05 22:22:14.167 INFO kablam! Checking ucd-util v0.1.1 Sep 05 22:22:14.167 INFO kablam! Checking utf8-ranges v1.0.1 Sep 05 22:22:14.167 INFO kablam! Checking byteorder v1.2.6 Sep 05 22:22:14.167 INFO kablam! Checking lazy_static v1.1.0 Sep 05 22:22:14.424 INFO kablam! Checking thread_local v0.3.6 Sep 05 22:22:14.554 INFO kablam! Checking regex-syntax v0.5.6 Sep 05 22:22:16.141 INFO kablam! Checking memchr v2.0.2 Sep 05 22:22:16.526 INFO kablam! Checking aho-corasick v0.6.8 Sep 05 22:22:17.696 INFO kablam! Compiling regex v0.2.11 Sep 05 22:22:23.993 INFO kablam! Checking strukt v0.1.0 (file:///source) Sep 05 22:22:24.906 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:24.906 INFO kablam! --> src/lib.rs:2:12 Sep 05 22:22:24.906 INFO kablam! | Sep 05 22:22:24.906 INFO kablam! 2 | #![feature(proc_macro)] Sep 05 22:22:24.906 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:24.906 INFO kablam! | Sep 05 22:22:24.906 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:22:24.906 INFO kablam! Sep 05 22:22:24.918 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:24.918 INFO kablam! --> src/lib.rs:2:12 Sep 05 22:22:24.918 INFO kablam! | Sep 05 22:22:24.918 INFO kablam! 2 | #![feature(proc_macro)] Sep 05 22:22:24.918 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:24.918 INFO kablam! | Sep 05 22:22:24.918 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:22:24.918 INFO kablam! Sep 05 22:22:25.417 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.417 INFO kablam! --> src/lib.rs:2:12 Sep 05 22:22:25.417 INFO kablam! | Sep 05 22:22:25.417 INFO kablam! 2 | #![feature(proc_macro)] Sep 05 22:22:25.418 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:25.418 INFO kablam! | Sep 05 22:22:25.418 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 22:22:25.418 INFO kablam! Sep 05 22:22:26.575 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 05 22:22:26.575 INFO kablam! --> tests/tests.rs:10:16 Sep 05 22:22:26.575 INFO kablam! | Sep 05 22:22:26.575 INFO kablam! 10 | assert_eq!(pack!(" tests/tests.rs:11:16 Sep 05 22:22:26.585 INFO kablam! | Sep 05 22:22:26.585 INFO kablam! 11 | assert_eq!(pack!(">bI")(b' ', 0x41424344), b" ABCD"); Sep 05 22:22:26.585 INFO kablam! | ^^^^^^^^^^^^ Sep 05 22:22:26.585 INFO kablam! | Sep 05 22:22:26.585 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 05 22:22:26.585 INFO kablam! Sep 05 22:22:26.585 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 05 22:22:26.586 INFO kablam! --> tests/tests.rs:12:16 Sep 05 22:22:26.586 INFO kablam! | Sep 05 22:22:26.586 INFO kablam! 12 | assert_eq!(pack!("Q")(0x41424344), b"DCBA\0\0\0\0"); Sep 05 22:22:26.586 INFO kablam! | ^^^^^^^^^^ Sep 05 22:22:26.586 INFO kablam! | Sep 05 22:22:26.586 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 05 22:22:26.586 INFO kablam! Sep 05 22:22:26.586 INFO kablam! error: aborting due to 3 previous errors Sep 05 22:22:26.586 INFO kablam! Sep 05 22:22:26.586 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.589 INFO kablam! su: No module specific data is present Sep 05 22:22:27.376 INFO running `"docker" "rm" "-f" "cf4edca6df73a02d6026494fd21a7cd3f5e2d01e4f9fe1d042056ceb0d2763f3"` Sep 05 22:22:27.463 INFO blam! cf4edca6df73a02d6026494fd21a7cd3f5e2d01e4f9fe1d042056ceb0d2763f3