Jul 11 14:38:26.847 INFO checking jaroslaw-weber/rust-procedural-macros-examples against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 14:38:26.847 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 14:38:26.847 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 14:38:26.848 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 14:38:27.130 INFO blam! be269f0fd5898dc0b59a8538162b2532bf5a8081e92811bb36aa1cf0cd6c9ece Jul 11 14:38:27.133 INFO running `"docker" "start" "-a" "be269f0fd5898dc0b59a8538162b2532bf5a8081e92811bb36aa1cf0cd6c9ece"` Jul 11 14:38:28.180 INFO kablam! Compiling procedural_macros_simple_examples v0.1.0 (file:///source) Jul 11 14:38:33.929 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 14:38:33.929 INFO kablam! --> examples/test.rs:9:18 Jul 11 14:38:33.929 INFO kablam! | Jul 11 14:38:33.929 INFO kablam! 9 | let x: i32 = binary!(10101); //21 Jul 11 14:38:33.929 INFO kablam! | ^^^^^^^^^^^^^^ Jul 11 14:38:33.929 INFO kablam! | Jul 11 14:38:33.929 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 14:38:33.929 INFO kablam! Jul 11 14:38:33.930 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 14:38:33.930 INFO kablam! --> examples/test.rs:11:18 Jul 11 14:38:33.930 INFO kablam! | Jul 11 14:38:33.930 INFO kablam! 11 | let y: i32 = roman!(XIV); //14 Jul 11 14:38:33.930 INFO kablam! | ^^^^^^^^^^^ Jul 11 14:38:33.930 INFO kablam! | Jul 11 14:38:33.930 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 14:38:33.930 INFO kablam! Jul 11 14:38:33.930 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 14:38:33.930 INFO kablam! --> examples/test.rs:13:25 Jul 11 14:38:33.930 INFO kablam! | Jul 11 14:38:33.930 INFO kablam! 13 | let reversed: i32 = reverse_number!(12345); Jul 11 14:38:33.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 14:38:33.930 INFO kablam! | Jul 11 14:38:33.931 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 14:38:33.931 INFO kablam! Jul 11 14:38:33.931 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Jul 11 14:38:33.931 INFO kablam! --> examples/test.rs:16:23 Jul 11 14:38:33.931 INFO kablam! | Jul 11 14:38:33.931 INFO kablam! 16 | let parsed: i32 = english_to_number!(four); Jul 11 14:38:33.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 14:38:33.931 INFO kablam! | Jul 11 14:38:33.931 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Jul 11 14:38:33.932 INFO kablam! Jul 11 14:38:33.932 INFO kablam! error: aborting due to 4 previous errors Jul 11 14:38:33.932 INFO kablam! Jul 11 14:38:33.932 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 11 14:38:33.938 INFO kablam! error: Could not compile `procedural_macros_simple_examples`. Jul 11 14:38:33.938 INFO kablam! Jul 11 14:38:33.938 INFO kablam! To learn more, run the command again with --verbose. Jul 11 14:38:33.940 INFO kablam! su: No module specific data is present Jul 11 14:38:34.480 INFO running `"docker" "rm" "-f" "be269f0fd5898dc0b59a8538162b2532bf5a8081e92811bb36aa1cf0cd6c9ece"` Jul 11 14:38:34.648 INFO blam! be269f0fd5898dc0b59a8538162b2532bf5a8081e92811bb36aa1cf0cd6c9ece