Oct 27 16:29:05.412 INFO checking rust_decimal_macros-0.9.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:29:05.412 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 16:29:05.708 INFO blam! 887cd16d7603b7ae3a6fbcec6e9e4fe8834913e8f80e05f553a5f9e615823119 Oct 27 16:29:05.715 INFO running `"docker" "start" "-a" "887cd16d7603b7ae3a6fbcec6e9e4fe8834913e8f80e05f553a5f9e615823119"` Oct 27 16:29:06.633 INFO kablam! usermod: no changes Oct 27 16:29:06.719 INFO kablam! Compiling rust_decimal v0.9.1 Oct 27 16:29:08.605 INFO kablam! Checking rust_decimal_macros v0.9.1 (/source) Oct 27 16:29:14.435 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 16:29:14.435 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:29:14.435 INFO kablam! | Oct 27 16:29:14.435 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 16:29:14.435 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:14.435 INFO kablam! | Oct 27 16:29:14.435 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:29:14.435 INFO kablam! Oct 27 16:29:15.059 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 16:29:15.059 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:29:15.059 INFO kablam! | Oct 27 16:29:15.059 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 16:29:15.059 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:15.059 INFO kablam! | Oct 27 16:29:15.059 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:29:15.059 INFO kablam! Oct 27 16:29:15.315 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 16:29:15.315 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:29:15.315 INFO kablam! | Oct 27 16:29:15.315 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 16:29:15.315 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:15.315 INFO kablam! | Oct 27 16:29:15.315 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:29:15.315 INFO kablam! Oct 27 16:29:16.818 INFO kablam! error[E0557]: feature has been removed Oct 27 16:29:16.819 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 27 16:29:16.819 INFO kablam! | Oct 27 16:29:16.819 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 16:29:16.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:29:16.819 INFO kablam! | Oct 27 16:29:16.819 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 16:29:16.819 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 27 16:29:16.819 INFO kablam! | Oct 27 16:29:16.819 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 16:29:16.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:29:16.819 INFO kablam! Oct 27 16:29:17.941 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:17.942 INFO kablam! --> tests/macro_tests.rs:9:24 Oct 27 16:29:17.942 INFO kablam! | Oct 27 16:29:17.942 INFO kablam! 9 | assert_eq!("0.00", dec!(0.00).to_string()); Oct 27 16:29:17.943 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:17.943 INFO kablam! | Oct 27 16:29:17.943 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:17.944 INFO kablam! Oct 27 16:29:17.944 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:17.944 INFO kablam! --> tests/macro_tests.rs:10:24 Oct 27 16:29:17.944 INFO kablam! | Oct 27 16:29:17.945 INFO kablam! 10 | assert_eq!("1.00", dec!(1.00).to_string()); Oct 27 16:29:17.945 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:17.945 INFO kablam! | Oct 27 16:29:17.946 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:17.946 INFO kablam! Oct 27 16:29:17.946 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:17.946 INFO kablam! --> tests/macro_tests.rs:11:25 Oct 27 16:29:17.947 INFO kablam! | Oct 27 16:29:17.947 INFO kablam! 11 | assert_eq!("-1.23", dec!(-1.23).to_string()); Oct 27 16:29:17.947 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:29:17.947 INFO kablam! | Oct 27 16:29:17.948 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:17.948 INFO kablam! Oct 27 16:29:17.948 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:17.948 INFO kablam! --> tests/macro_tests.rs:13:9 Oct 27 16:29:17.949 INFO kablam! | Oct 27 16:29:17.949 INFO kablam! 13 | dec!(1.1234567890123456789012345678).to_string()); Oct 27 16:29:17.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:29:17.949 INFO kablam! | Oct 27 16:29:17.950 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:17.950 INFO kablam! Oct 27 16:29:17.950 INFO kablam! error: aborting due to 5 previous errors Oct 27 16:29:17.950 INFO kablam! Oct 27 16:29:17.951 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 16:29:17.951 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 16:29:17.951 INFO kablam! error: Could not compile `rust_decimal_macros`. Oct 27 16:29:17.951 INFO kablam! Oct 27 16:29:17.952 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:29:17.955 INFO kablam! su: No module specific data is present Oct 27 16:29:18.743 INFO running `"docker" "rm" "-f" "887cd16d7603b7ae3a6fbcec6e9e4fe8834913e8f80e05f553a5f9e615823119"` Oct 27 16:29:19.083 INFO blam! 887cd16d7603b7ae3a6fbcec6e9e4fe8834913e8f80e05f553a5f9e615823119