Oct 22 00:02:59.242 INFO checking rust_decimal_macros-0.9.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:02:59.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 00:02:59.800 INFO blam! b7ea80d66c12a480e2c987b59c2286efde9c6098855527f21673bbd62d8fa7ec Oct 22 00:02:59.802 INFO running `"docker" "start" "-a" "b7ea80d66c12a480e2c987b59c2286efde9c6098855527f21673bbd62d8fa7ec"` Oct 22 00:03:00.476 INFO kablam! usermod: no changes Oct 22 00:03:00.564 INFO kablam! Compiling rust_decimal v0.9.1 Oct 22 00:03:02.556 INFO kablam! Checking rust_decimal_macros v0.9.1 (/source) Oct 22 00:03:07.599 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 00:03:07.599 INFO kablam! --> src/lib.rs:1:12 Oct 22 00:03:07.599 INFO kablam! | Oct 22 00:03:07.599 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 00:03:07.599 INFO kablam! | ^^^^^^^^^^ Oct 22 00:03:07.599 INFO kablam! | Oct 22 00:03:07.599 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 00:03:07.599 INFO kablam! Oct 22 00:03:07.676 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 00:03:07.676 INFO kablam! --> src/lib.rs:1:12 Oct 22 00:03:07.676 INFO kablam! | Oct 22 00:03:07.676 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 00:03:07.676 INFO kablam! | ^^^^^^^^^^ Oct 22 00:03:07.676 INFO kablam! | Oct 22 00:03:07.676 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 00:03:07.676 INFO kablam! Oct 22 00:03:08.312 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 22 00:03:08.312 INFO kablam! --> src/lib.rs:1:12 Oct 22 00:03:08.312 INFO kablam! | Oct 22 00:03:08.312 INFO kablam! 1 | #![feature(proc_macro)] Oct 22 00:03:08.312 INFO kablam! | ^^^^^^^^^^ Oct 22 00:03:08.312 INFO kablam! | Oct 22 00:03:08.312 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 00:03:08.312 INFO kablam! Oct 22 00:03:09.480 INFO kablam! error[E0557]: feature has been removed Oct 22 00:03:09.480 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 22 00:03:09.480 INFO kablam! | Oct 22 00:03:09.480 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 22 00:03:09.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:03:09.480 INFO kablam! | Oct 22 00:03:09.480 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 22 00:03:09.480 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 22 00:03:09.480 INFO kablam! | Oct 22 00:03:09.480 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 22 00:03:09.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:03:09.480 INFO kablam! Oct 22 00:03:10.656 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 00:03:10.656 INFO kablam! --> tests/macro_tests.rs:9:24 Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! 9 | assert_eq!("0.00", dec!(0.00).to_string()); Oct 22 00:03:10.656 INFO kablam! | ^^^^^^^^^^ Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 00:03:10.656 INFO kablam! Oct 22 00:03:10.656 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 00:03:10.656 INFO kablam! --> tests/macro_tests.rs:10:24 Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! 10 | assert_eq!("1.00", dec!(1.00).to_string()); Oct 22 00:03:10.656 INFO kablam! | ^^^^^^^^^^ Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 00:03:10.656 INFO kablam! Oct 22 00:03:10.656 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 00:03:10.656 INFO kablam! --> tests/macro_tests.rs:11:25 Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! 11 | assert_eq!("-1.23", dec!(-1.23).to_string()); Oct 22 00:03:10.656 INFO kablam! | ^^^^^^^^^^^ Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 00:03:10.656 INFO kablam! Oct 22 00:03:10.656 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 22 00:03:10.656 INFO kablam! --> tests/macro_tests.rs:13:9 Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! 13 | dec!(1.1234567890123456789012345678).to_string()); Oct 22 00:03:10.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:03:10.656 INFO kablam! | Oct 22 00:03:10.656 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 22 00:03:10.656 INFO kablam! Oct 22 00:03:10.656 INFO kablam! error: aborting due to 5 previous errors Oct 22 00:03:10.656 INFO kablam! Oct 22 00:03:10.656 INFO kablam! Some errors occurred: E0557, E0658. Oct 22 00:03:10.657 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 22 00:03:10.667 INFO kablam! error: Could not compile `rust_decimal_macros`. Oct 22 00:03:10.667 INFO kablam! Oct 22 00:03:10.667 INFO kablam! To learn more, run the command again with --verbose. Oct 22 00:03:10.668 INFO kablam! su: No module specific data is present Oct 22 00:03:11.328 INFO running `"docker" "rm" "-f" "b7ea80d66c12a480e2c987b59c2286efde9c6098855527f21673bbd62d8fa7ec"` Oct 22 00:03:11.552 INFO blam! b7ea80d66c12a480e2c987b59c2286efde9c6098855527f21673bbd62d8fa7ec