Oct 27 16:29:05.118 INFO checking rust_decimal_macros-0.9.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:29:05.118 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.371 INFO blam! 2ae4f3de6066b66c62ab5fef79a07176afadabbd16b83cc9f7e752257dc3f526 Oct 27 16:29:05.379 INFO running `"docker" "start" "-a" "2ae4f3de6066b66c62ab5fef79a07176afadabbd16b83cc9f7e752257dc3f526"` Oct 27 16:29:06.182 INFO kablam! usermod: no changes Oct 27 16:29:06.257 INFO kablam! Compiling num-integer v0.1.39 Oct 27 16:29:06.257 INFO kablam! Compiling num-complex v0.1.43 Oct 27 16:29:06.260 INFO kablam! Checking rust_decimal v0.9.1 Oct 27 16:29:07.571 INFO kablam! Compiling num-bigint v0.1.44 Oct 27 16:29:07.571 INFO kablam! Compiling num-iter v0.1.37 Oct 27 16:29:08.235 INFO kablam! Checking rust_decimal_macros v0.9.1 (/source) Oct 27 16:29:13.455 INFO kablam! Compiling num-rational v0.1.42 Oct 27 16:29:17.215 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:17.215 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:29:17.215 INFO kablam! | Oct 27 16:29:17.215 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 16:29:17.215 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:17.215 INFO kablam! | Oct 27 16:29:17.216 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:29:17.216 INFO kablam! Oct 27 16:29:17.563 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:17.563 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:29:17.563 INFO kablam! | Oct 27 16:29:17.563 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 16:29:17.563 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:17.563 INFO kablam! | Oct 27 16:29:17.563 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:29:17.563 INFO kablam! Oct 27 16:29:17.563 INFO kablam! Compiling num v0.1.42 Oct 27 16:29:24.183 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:24.183 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:29:24.183 INFO kablam! | Oct 27 16:29:24.183 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 16:29:24.183 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:24.183 INFO kablam! | Oct 27 16:29:24.183 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:29:24.183 INFO kablam! Oct 27 16:29:25.479 INFO kablam! error[E0557]: feature has been removed Oct 27 16:29:25.479 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 27 16:29:25.479 INFO kablam! | Oct 27 16:29:25.479 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 16:29:25.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:29:25.479 INFO kablam! | Oct 27 16:29:25.479 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 16:29:25.479 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 27 16:29:25.479 INFO kablam! | Oct 27 16:29:25.479 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 27 16:29:25.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 16:29:25.479 INFO kablam! Oct 27 16:29:26.828 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:26.828 INFO kablam! --> tests/macro_tests.rs:9:24 Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! 9 | assert_eq!("0.00", dec!(0.00).to_string()); Oct 27 16:29:26.829 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:26.829 INFO kablam! Oct 27 16:29:26.829 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:26.829 INFO kablam! --> tests/macro_tests.rs:10:24 Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! 10 | assert_eq!("1.00", dec!(1.00).to_string()); Oct 27 16:29:26.829 INFO kablam! | ^^^^^^^^^^ Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:26.829 INFO kablam! Oct 27 16:29:26.829 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:26.829 INFO kablam! --> tests/macro_tests.rs:11:25 Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! 11 | assert_eq!("-1.23", dec!(-1.23).to_string()); Oct 27 16:29:26.829 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:26.829 INFO kablam! Oct 27 16:29:26.829 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 16:29:26.829 INFO kablam! --> tests/macro_tests.rs:13:9 Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! 13 | dec!(1.1234567890123456789012345678).to_string()); Oct 27 16:29:26.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:29:26.829 INFO kablam! | Oct 27 16:29:26.829 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 16:29:26.829 INFO kablam! Oct 27 16:29:26.829 INFO kablam! error: aborting due to 5 previous errors Oct 27 16:29:26.829 INFO kablam! Oct 27 16:29:26.829 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 16:29:26.829 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 16:29:26.839 INFO kablam! error: Could not compile `rust_decimal_macros`. Oct 27 16:29:26.839 INFO kablam! Oct 27 16:29:26.839 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:29:26.847 INFO kablam! su: No module specific data is present Oct 27 16:29:28.139 INFO running `"docker" "rm" "-f" "2ae4f3de6066b66c62ab5fef79a07176afadabbd16b83cc9f7e752257dc3f526"` Oct 27 16:29:28.515 INFO blam! 2ae4f3de6066b66c62ab5fef79a07176afadabbd16b83cc9f7e752257dc3f526