Oct 11 12:39:31.114 INFO testing rust_decimal_macros-0.9.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:39:31.114 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:39:31.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:39:31.282 INFO blam! 49d7adc3980221b07c547c86f56b6f0cdf4832100752e37f0d424dfa2949dad3 Oct 11 12:39:31.283 INFO running `"docker" "start" "-a" "49d7adc3980221b07c547c86f56b6f0cdf4832100752e37f0d424dfa2949dad3"` Oct 11 12:39:31.692 INFO kablam! usermod: no changes Oct 11 12:39:31.749 INFO kablam! Compiling rust_decimal v0.9.1 Oct 11 12:39:33.984 INFO kablam! Compiling rust_decimal_macros v0.9.1 (/source) Oct 11 12:39:38.359 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 11 12:39:38.359 INFO kablam! --> src/lib.rs:1:12 Oct 11 12:39:38.359 INFO kablam! | Oct 11 12:39:38.359 INFO kablam! 1 | #![feature(proc_macro)] Oct 11 12:39:38.359 INFO kablam! | ^^^^^^^^^^ Oct 11 12:39:38.359 INFO kablam! | Oct 11 12:39:38.359 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 12:39:38.359 INFO kablam! Oct 11 12:39:39.145 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.43s Oct 11 12:39:39.145 INFO kablam! su: No module specific data is present Oct 11 12:39:39.495 INFO running `"docker" "rm" "-f" "49d7adc3980221b07c547c86f56b6f0cdf4832100752e37f0d424dfa2949dad3"` Oct 11 12:39:39.576 INFO blam! 49d7adc3980221b07c547c86f56b6f0cdf4832100752e37f0d424dfa2949dad3 Oct 11 12:39:39.577 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:39:39.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:39:39.852 INFO blam! 2fbad41e82611dac864f12b8f64bd01f42e4ced1f1106202c892af9a2d88918f Oct 11 12:39:39.856 INFO running `"docker" "start" "-a" "2fbad41e82611dac864f12b8f64bd01f42e4ced1f1106202c892af9a2d88918f"` Oct 11 12:39:40.471 INFO kablam! usermod: no changes Oct 11 12:39:40.547 INFO kablam! Compiling rust_decimal_macros v0.9.1 (/source) Oct 11 12:39:40.600 INFO kablam! error[E0557]: feature has been removed Oct 11 12:39:40.600 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 11 12:39:40.600 INFO kablam! | Oct 11 12:39:40.600 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 11 12:39:40.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:40.601 INFO kablam! | Oct 11 12:39:40.601 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 11 12:39:40.601 INFO kablam! --> tests/macro_tests.rs:1:12 Oct 11 12:39:40.601 INFO kablam! | Oct 11 12:39:40.601 INFO kablam! 1 | #![feature(proc_macro_non_items)] Oct 11 12:39:40.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:40.601 INFO kablam! Oct 11 12:39:42.565 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 12:39:42.565 INFO kablam! --> tests/macro_tests.rs:9:24 Oct 11 12:39:42.565 INFO kablam! | Oct 11 12:39:42.565 INFO kablam! 9 | assert_eq!("0.00", dec!(0.00).to_string()); Oct 11 12:39:42.565 INFO kablam! | ^^^^^^^^^^ Oct 11 12:39:42.565 INFO kablam! | Oct 11 12:39:42.565 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 12:39:42.565 INFO kablam! Oct 11 12:39:42.565 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 12:39:42.565 INFO kablam! --> tests/macro_tests.rs:10:24 Oct 11 12:39:42.565 INFO kablam! | Oct 11 12:39:42.565 INFO kablam! 10 | assert_eq!("1.00", dec!(1.00).to_string()); Oct 11 12:39:42.565 INFO kablam! | ^^^^^^^^^^ Oct 11 12:39:42.565 INFO kablam! | Oct 11 12:39:42.565 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 12:39:42.565 INFO kablam! Oct 11 12:39:42.565 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 12:39:42.565 INFO kablam! --> tests/macro_tests.rs:11:25 Oct 11 12:39:42.565 INFO kablam! | Oct 11 12:39:42.565 INFO kablam! 11 | assert_eq!("-1.23", dec!(-1.23).to_string()); Oct 11 12:39:42.565 INFO kablam! | ^^^^^^^^^^^ Oct 11 12:39:42.565 INFO kablam! | Oct 11 12:39:42.565 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 12:39:42.565 INFO kablam! Oct 11 12:39:42.574 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 12:39:42.574 INFO kablam! --> tests/macro_tests.rs:13:9 Oct 11 12:39:42.574 INFO kablam! | Oct 11 12:39:42.574 INFO kablam! 13 | dec!(1.1234567890123456789012345678).to_string()); Oct 11 12:39:42.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:39:42.574 INFO kablam! | Oct 11 12:39:42.574 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 12:39:42.574 INFO kablam! Oct 11 12:39:42.574 INFO kablam! error: aborting due to 5 previous errors Oct 11 12:39:42.574 INFO kablam! Oct 11 12:39:42.579 INFO kablam! Some errors occurred: E0557, E0658. Oct 11 12:39:42.579 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 11 12:39:42.596 INFO kablam! error: Could not compile `rust_decimal_macros`. Oct 11 12:39:42.596 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 12:39:45.560 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 11 12:39:45.560 INFO kablam! --> src/lib.rs:1:12 Oct 11 12:39:45.560 INFO kablam! | Oct 11 12:39:45.560 INFO kablam! 1 | #![feature(proc_macro)] Oct 11 12:39:45.560 INFO kablam! | ^^^^^^^^^^ Oct 11 12:39:45.560 INFO kablam! | Oct 11 12:39:45.560 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 12:39:45.560 INFO kablam! Oct 11 12:39:45.652 INFO kablam! error: build failed Oct 11 12:39:45.653 INFO kablam! su: No module specific data is present Oct 11 12:39:46.011 INFO running `"docker" "rm" "-f" "2fbad41e82611dac864f12b8f64bd01f42e4ced1f1106202c892af9a2d88918f"` Oct 11 12:39:46.102 INFO blam! 2fbad41e82611dac864f12b8f64bd01f42e4ced1f1106202c892af9a2d88918f