Oct 13 09:17:32.834 INFO checking rust_decimal_macros-0.9.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:17:32.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 09:17:33.112 INFO blam! 97e67ba3cd97a3577c9fe7a578ff81d02b5877d16caaaf8ad879608d6d5074d6 Oct 13 09:17:33.116 INFO running `"docker" "start" "-a" "97e67ba3cd97a3577c9fe7a578ff81d02b5877d16caaaf8ad879608d6d5074d6"` Oct 13 09:17:34.024 INFO kablam! usermod: no changes Oct 13 09:17:34.149 INFO kablam! Checking libc v0.2.43 Oct 13 09:17:34.149 INFO kablam! Checking rustc-serialize v0.3.24 Oct 13 09:17:34.153 INFO kablam! Checking lazy_static v0.2.11 Oct 13 09:17:34.168 INFO kablam! Checking num-traits v0.2.6 Oct 13 09:17:34.172 INFO kablam! Compiling num-complex v0.1.43 Oct 13 09:17:34.172 INFO kablam! Compiling num-rational v0.1.42 Oct 13 09:17:39.100 INFO kablam! Checking num-integer v0.1.39 Oct 13 09:17:39.288 INFO kablam! Checking rand v0.4.3 Oct 13 09:17:39.333 INFO kablam! Compiling num v0.1.42 Oct 13 09:17:40.608 INFO kablam! Compiling rust_decimal v0.9.1 Oct 13 09:17:40.787 INFO kablam! Checking num-iter v0.1.37 Oct 13 09:17:43.040 INFO kablam! Checking num-bigint v0.1.44 Oct 13 09:17:44.196 INFO kablam! Compiling rust_decimal_macros v0.9.1 (/source) Oct 13 09:17:49.954 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 09:17:49.954 INFO kablam! --> src/lib.rs:1:12 Oct 13 09:17:49.954 INFO kablam! | Oct 13 09:17:49.954 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 09:17:49.954 INFO kablam! | ^^^^^^^^^^ Oct 13 09:17:49.954 INFO kablam! | Oct 13 09:17:49.954 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 09:17:49.955 INFO kablam! Oct 13 09:17:51.737 INFO kablam! error[E0557]: feature has been removed Oct 13 09:17:51.737 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 13 09:17:51.737 INFO kablam! | Oct 13 09:17:51.738 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 13 09:17:51.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:17:51.744 INFO kablam! | Oct 13 09:17:51.745 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 09:17:51.745 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 13 09:17:51.745 INFO kablam! | Oct 13 09:17:51.746 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 13 09:17:51.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:17:51.746 INFO kablam! Oct 13 09:17:54.552 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 09:17:54.552 INFO kablam! --> tests/macro_tests.rs:9:24 Oct 13 09:17:54.552 INFO kablam! | Oct 13 09:17:54.552 INFO kablam! 9 | assert_eq!("0.00", dec!(0.00).to_string()); Oct 13 09:17:54.552 INFO kablam! | ^^^^^^^^^^ Oct 13 09:17:54.552 INFO kablam! | Oct 13 09:17:54.552 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 09:17:54.552 INFO kablam! Oct 13 09:17:54.554 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 09:17:54.554 INFO kablam! --> tests/macro_tests.rs:10:24 Oct 13 09:17:54.554 INFO kablam! | Oct 13 09:17:54.554 INFO kablam! 10 | assert_eq!("1.00", dec!(1.00).to_string()); Oct 13 09:17:54.554 INFO kablam! | ^^^^^^^^^^ Oct 13 09:17:54.554 INFO kablam! | Oct 13 09:17:54.554 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 09:17:54.554 INFO kablam! Oct 13 09:17:54.556 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 09:17:54.556 INFO kablam! --> tests/macro_tests.rs:11:25 Oct 13 09:17:54.556 INFO kablam! | Oct 13 09:17:54.556 INFO kablam! 11 | assert_eq!("-1.23", dec!(-1.23).to_string()); Oct 13 09:17:54.556 INFO kablam! | ^^^^^^^^^^^ Oct 13 09:17:54.556 INFO kablam! | Oct 13 09:17:54.556 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 09:17:54.556 INFO kablam! Oct 13 09:17:54.558 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 09:17:54.558 INFO kablam! --> tests/macro_tests.rs:13:9 Oct 13 09:17:54.558 INFO kablam! | Oct 13 09:17:54.558 INFO kablam! 13 | dec!(1.1234567890123456789012345678).to_string()); Oct 13 09:17:54.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 09:17:54.558 INFO kablam! | Oct 13 09:17:54.558 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 09:17:54.558 INFO kablam! Oct 13 09:17:54.560 INFO kablam! error: aborting due to 5 previous errors Oct 13 09:17:54.560 INFO kablam! Oct 13 09:17:54.560 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 09:17:54.560 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 09:17:54.567 INFO kablam! error: Could not compile `rust_decimal_macros`. Oct 13 09:17:54.567 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:17:56.569 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 09:17:56.569 INFO kablam! --> src/lib.rs:1:12 Oct 13 09:17:56.569 INFO kablam! | Oct 13 09:17:56.570 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 09:17:56.570 INFO kablam! | ^^^^^^^^^^ Oct 13 09:17:56.570 INFO kablam! | Oct 13 09:17:56.570 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 09:17:56.571 INFO kablam! Oct 13 09:17:56.701 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 09:17:56.701 INFO kablam! --> src/lib.rs:1:12 Oct 13 09:17:56.701 INFO kablam! | Oct 13 09:17:56.701 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 09:17:56.701 INFO kablam! | ^^^^^^^^^^ Oct 13 09:17:56.701 INFO kablam! | Oct 13 09:17:56.701 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 09:17:56.701 INFO kablam! Oct 13 09:17:56.741 INFO kablam! error: build failed Oct 13 09:17:56.756 INFO kablam! su: No module specific data is present Oct 13 09:17:57.312 INFO running `"docker" "rm" "-f" "97e67ba3cd97a3577c9fe7a578ff81d02b5877d16caaaf8ad879608d6d5074d6"` Oct 13 09:17:57.616 INFO blam! 97e67ba3cd97a3577c9fe7a578ff81d02b5877d16caaaf8ad879608d6d5074d6