Oct 11 17:54:57.967 INFO testing lalrproc-0.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:54:57.967 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:54:57.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 17:54:58.392 INFO blam! f40e65ed063d612ab28ee04fcb07ce036c95bb287bf5805c6b7d5406abad827c Oct 11 17:54:58.394 INFO running `"docker" "start" "-a" "f40e65ed063d612ab28ee04fcb07ce036c95bb287bf5805c6b7d5406abad827c"` Oct 11 17:54:59.656 INFO kablam! usermod: no changes Oct 11 17:54:59.829 INFO kablam! Compiling lalrproc v0.0.4 (/source) Oct 11 17:55:16.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.38s Oct 11 17:55:16.049 INFO kablam! su: No module specific data is present Oct 11 17:55:16.693 INFO running `"docker" "rm" "-f" "f40e65ed063d612ab28ee04fcb07ce036c95bb287bf5805c6b7d5406abad827c"` Oct 11 17:55:16.889 INFO blam! f40e65ed063d612ab28ee04fcb07ce036c95bb287bf5805c6b7d5406abad827c Oct 11 17:55:16.891 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:55:16.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 17:55:17.180 INFO blam! 3d9e38e8f249ef9b810e2710f19cf543d061f089d7dc41beab286d29f9ab90f3 Oct 11 17:55:17.185 INFO running `"docker" "start" "-a" "3d9e38e8f249ef9b810e2710f19cf543d061f089d7dc41beab286d29f9ab90f3"` Oct 11 17:55:18.044 INFO kablam! usermod: no changes Oct 11 17:55:18.234 INFO kablam! Compiling lalrproc v0.0.4 (/source) Oct 11 17:55:18.325 INFO kablam! error[E0557]: feature has been removed Oct 11 17:55:18.325 INFO kablam! --> tests/test.rs:1:12 Oct 11 17:55:18.325 INFO kablam! | Oct 11 17:55:18.325 INFO kablam! 1 | #![feature(proc_macro_non_items, use_extern_macros)] Oct 11 17:55:18.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 17:55:18.326 INFO kablam! | Oct 11 17:55:18.326 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 11 17:55:18.326 INFO kablam! --> tests/test.rs:1:12 Oct 11 17:55:18.326 INFO kablam! | Oct 11 17:55:18.326 INFO kablam! 1 | #![feature(proc_macro_non_items, use_extern_macros)] Oct 11 17:55:18.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 17:55:18.327 INFO kablam! Oct 11 17:55:19.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 17:55:19.428 INFO kablam! --> tests/test.rs:10:9 Oct 11 17:55:19.428 INFO kablam! | Oct 11 17:55:19.428 INFO kablam! 10 | s_type!(&'a mut module::T) Oct 11 17:55:19.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:55:19.428 INFO kablam! | Oct 11 17:55:19.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 17:55:19.428 INFO kablam! Oct 11 17:55:19.428 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 17:55:19.428 INFO kablam! --> tests/test.rs:16:39 Oct 11 17:55:19.428 INFO kablam! | Oct 11 17:55:19.428 INFO kablam! 16 | assert_eq!("(+ (* 1 2) (* 3 4))", s_expr!(1 * 2 + 3 * 4)); Oct 11 17:55:19.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:55:19.428 INFO kablam! | Oct 11 17:55:19.428 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 17:55:19.428 INFO kablam! Oct 11 17:55:19.428 INFO kablam! error: aborting due to 3 previous errors Oct 11 17:55:19.428 INFO kablam! Oct 11 17:55:19.428 INFO kablam! Some errors occurred: E0557, E0658. Oct 11 17:55:19.428 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 11 17:55:19.431 INFO kablam! error: Could not compile `lalrproc`. Oct 11 17:55:19.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 17:55:23.932 INFO kablam! error: build failed Oct 11 17:55:23.937 INFO kablam! su: No module specific data is present Oct 11 17:55:24.616 INFO running `"docker" "rm" "-f" "3d9e38e8f249ef9b810e2710f19cf543d061f089d7dc41beab286d29f9ab90f3"` Oct 11 17:55:24.932 INFO blam! 3d9e38e8f249ef9b810e2710f19cf543d061f089d7dc41beab286d29f9ab90f3