Oct 27 11:09:21.233 INFO checking Kane-Sendgrid/proc_macro_test against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:09:21.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 11:09:21.867 INFO blam! 9f61faf8100fac9682e7cae6e9882e7ce38d4bb4d832e265141948b18e5801f5 Oct 27 11:09:21.868 INFO running `"docker" "start" "-a" "9f61faf8100fac9682e7cae6e9882e7ce38d4bb4d832e265141948b18e5801f5"` Oct 27 11:09:23.202 INFO kablam! usermod: no changes Oct 27 11:09:23.295 INFO kablam! Compiling proc-macro2 v0.4.13 Oct 27 11:09:29.491 INFO kablam! Checking quote v0.6.8 Oct 27 11:09:34.959 INFO kablam! Checking syn v0.14.9 Oct 27 11:09:43.027 INFO kablam! Checking proc_macro_test v0.1.0 (/source) Oct 27 11:09:58.587 INFO kablam! error[E0557]: feature has been removed Oct 27 11:09:58.587 INFO kablam! --> src/main.rs:1:12 Oct 27 11:09:58.587 INFO kablam! | Oct 27 11:09:58.587 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 11:09:58.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:09:58.587 INFO kablam! | Oct 27 11:09:58.587 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 11:09:58.587 INFO kablam! --> src/main.rs:1:12 Oct 27 11:09:58.587 INFO kablam! | Oct 27 11:09:58.587 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 11:09:58.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:09:58.588 INFO kablam! Oct 27 11:09:58.593 INFO kablam! error[E0557]: feature has been removed Oct 27 11:09:58.593 INFO kablam! --> src/main.rs:1:12 Oct 27 11:09:58.593 INFO kablam! | Oct 27 11:09:58.594 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 11:09:58.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:09:58.594 INFO kablam! | Oct 27 11:09:58.594 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 11:09:58.594 INFO kablam! --> src/main.rs:1:12 Oct 27 11:09:58.594 INFO kablam! | Oct 27 11:09:58.594 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 11:09:58.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:09:58.594 INFO kablam! Oct 27 11:09:59.295 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 11:09:59.295 INFO kablam! --> src/main.rs:7:25 Oct 27 11:09:59.295 INFO kablam! | Oct 27 11:09:59.295 INFO kablam! 7 | static A: [bool; 256] = test!("!#$%&'*+-/=?^_`{|}~"); Oct 27 11:09:59.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:09:59.323 INFO kablam! | Oct 27 11:09:59.323 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 11:09:59.323 INFO kablam! Oct 27 11:09:59.323 INFO kablam! error: aborting due to 2 previous errors Oct 27 11:09:59.323 INFO kablam! Oct 27 11:09:59.323 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 11:09:59.323 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 11:09:59.327 INFO kablam! error: Could not compile `proc_macro_test`. Oct 27 11:09:59.327 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 11:09:59.371 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 11:09:59.371 INFO kablam! --> src/main.rs:7:25 Oct 27 11:09:59.371 INFO kablam! | Oct 27 11:09:59.371 INFO kablam! 7 | static A: [bool; 256] = test!("!#$%&'*+-/=?^_`{|}~"); Oct 27 11:09:59.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:09:59.371 INFO kablam! | Oct 27 11:09:59.371 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 11:09:59.371 INFO kablam! Oct 27 11:09:59.371 INFO kablam! error: aborting due to 2 previous errors Oct 27 11:09:59.371 INFO kablam! Oct 27 11:09:59.371 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 11:09:59.371 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 11:09:59.371 INFO kablam! error: Could not compile `proc_macro_test`. Oct 27 11:09:59.371 INFO kablam! Oct 27 11:09:59.371 INFO kablam! To learn more, run the command again with --verbose. Oct 27 11:09:59.371 INFO kablam! su: No module specific data is present Oct 27 11:10:00.543 INFO running `"docker" "rm" "-f" "9f61faf8100fac9682e7cae6e9882e7ce38d4bb4d832e265141948b18e5801f5"` Oct 27 11:10:00.931 INFO blam! 9f61faf8100fac9682e7cae6e9882e7ce38d4bb4d832e265141948b18e5801f5