Oct 15 17:53:56.414 INFO testing squark-macros-0.5.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:53:56.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 17:53:56.656 INFO blam! a12dcc2fb70165707fb12b0cd06ef765db825829bf1a44be238c4fa2f7b38c46 Oct 15 17:53:56.658 INFO running `"docker" "start" "-a" "a12dcc2fb70165707fb12b0cd06ef765db825829bf1a44be238c4fa2f7b38c46"` Oct 15 17:53:57.671 INFO kablam! usermod: no changes Oct 15 17:53:57.755 INFO kablam! Compiling squark-macros v0.5.4 (/source) Oct 15 17:53:57.807 INFO kablam! error[E0557]: feature has been removed Oct 15 17:53:57.807 INFO kablam! --> src/lib.rs:2:31 Oct 15 17:53:57.807 INFO kablam! | Oct 15 17:53:57.807 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 15 17:53:57.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:53:57.807 INFO kablam! | Oct 15 17:53:57.807 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 15 17:53:57.807 INFO kablam! --> src/lib.rs:2:31 Oct 15 17:53:57.807 INFO kablam! | Oct 15 17:53:57.807 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 15 17:53:57.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 17:53:57.807 INFO kablam! Oct 15 17:54:00.057 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 17:54:00.057 INFO kablam! --> src/lib.rs:38:17 Oct 15 17:54:00.057 INFO kablam! | Oct 15 17:54:00.057 INFO kablam! 38 | quote!($_embedded.into()) Oct 15 17:54:00.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:54:00.057 INFO kablam! | Oct 15 17:54:00.057 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.057 INFO kablam! Oct 15 17:54:00.069 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.069 INFO kablam! --> src/lib.rs:42:17 Oct 15 17:54:00.069 INFO kablam! | Oct 15 17:54:00.070 INFO kablam! 42 | quote! { $_v.into() } Oct 15 17:54:00.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:54:00.070 INFO kablam! | Oct 15 17:54:00.070 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.070 INFO kablam! Oct 15 17:54:00.070 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.070 INFO kablam! --> src/lib.rs:46:17 Oct 15 17:54:00.070 INFO kablam! | Oct 15 17:54:00.070 INFO kablam! 46 | quote! { $_v.into() } Oct 15 17:54:00.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:54:00.071 INFO kablam! | Oct 15 17:54:00.071 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.071 INFO kablam! Oct 15 17:54:00.071 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 17:54:00.071 INFO kablam! --> src/lib.rs:54:27 Oct 15 17:54:00.071 INFO kablam! | Oct 15 17:54:00.071 INFO kablam! 54 | handlers.push(quote! { Oct 15 17:54:00.071 INFO kablam! | ___________________________^ Oct 15 17:54:00.071 INFO kablam! 55 | | ($_k.to_string(), _squark::handler($_v)), Oct 15 17:54:00.071 INFO kablam! 56 | | }); Oct 15 17:54:00.072 INFO kablam! | |_____________^ Oct 15 17:54:00.072 INFO kablam! | Oct 15 17:54:00.072 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.072 INFO kablam! Oct 15 17:54:00.072 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 17:54:00.072 INFO kablam! --> src/lib.rs:61:25 Oct 15 17:54:00.072 INFO kablam! | Oct 15 17:54:00.072 INFO kablam! 61 | attributes.push(quote! { Oct 15 17:54:00.072 INFO kablam! | _________________________^ Oct 15 17:54:00.072 INFO kablam! 62 | | ($_k.to_string(), $_v), Oct 15 17:54:00.072 INFO kablam! 63 | | }); Oct 15 17:54:00.072 INFO kablam! | |_________^ Oct 15 17:54:00.072 INFO kablam! | Oct 15 17:54:00.072 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.072 INFO kablam! Oct 15 17:54:00.072 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.072 INFO kablam! --> src/lib.rs:74:21 Oct 15 17:54:00.072 INFO kablam! | Oct 15 17:54:00.072 INFO kablam! 74 | / quote! { Oct 15 17:54:00.072 INFO kablam! 75 | | _squark::Child::from($_tag), Oct 15 17:54:00.072 INFO kablam! 76 | | } Oct 15 17:54:00.073 INFO kablam! | |_____________________^ Oct 15 17:54:00.073 INFO kablam! | Oct 15 17:54:00.073 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.073 INFO kablam! Oct 15 17:54:00.073 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.073 INFO kablam! --> src/lib.rs:80:21 Oct 15 17:54:00.073 INFO kablam! | Oct 15 17:54:00.073 INFO kablam! 80 | / quote! { Oct 15 17:54:00.073 INFO kablam! 81 | | $_text.into(), Oct 15 17:54:00.073 INFO kablam! 82 | | } Oct 15 17:54:00.073 INFO kablam! | |_____________________^ Oct 15 17:54:00.073 INFO kablam! | Oct 15 17:54:00.073 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.073 INFO kablam! Oct 15 17:54:00.073 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.073 INFO kablam! --> src/lib.rs:86:21 Oct 15 17:54:00.073 INFO kablam! | Oct 15 17:54:00.073 INFO kablam! 86 | / quote! { Oct 15 17:54:00.073 INFO kablam! 87 | | {$_embedded}.into(), Oct 15 17:54:00.073 INFO kablam! 88 | | } Oct 15 17:54:00.073 INFO kablam! | |_____________________^ Oct 15 17:54:00.074 INFO kablam! | Oct 15 17:54:00.074 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.074 INFO kablam! Oct 15 17:54:00.074 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.074 INFO kablam! --> src/lib.rs:97:5 Oct 15 17:54:00.074 INFO kablam! | Oct 15 17:54:00.074 INFO kablam! 97 | / quote! { Oct 15 17:54:00.074 INFO kablam! 98 | | _squark::View::new( Oct 15 17:54:00.074 INFO kablam! 99 | | $_name.to_string(), Oct 15 17:54:00.074 INFO kablam! 100 | | vec![ Oct 15 17:54:00.074 INFO kablam! ... | Oct 15 17:54:00.074 INFO kablam! 109 | | ) Oct 15 17:54:00.074 INFO kablam! 110 | | } Oct 15 17:54:00.074 INFO kablam! | |_____^ Oct 15 17:54:00.074 INFO kablam! | Oct 15 17:54:00.074 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.074 INFO kablam! Oct 15 17:54:00.074 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 17:54:00.074 INFO kablam! --> src/lib.rs:119:5 Oct 15 17:54:00.075 INFO kablam! | Oct 15 17:54:00.075 INFO kablam! 119 | / quote! { Oct 15 17:54:00.075 INFO kablam! 120 | | { Oct 15 17:54:00.075 INFO kablam! 121 | | extern crate squark as _squark; Oct 15 17:54:00.075 INFO kablam! 122 | | $_token Oct 15 17:54:00.075 INFO kablam! 123 | | } Oct 15 17:54:00.075 INFO kablam! 124 | | } Oct 15 17:54:00.075 INFO kablam! | |_____^ Oct 15 17:54:00.075 INFO kablam! | Oct 15 17:54:00.075 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 17:54:00.075 INFO kablam! Oct 15 17:54:00.075 INFO kablam! error: aborting due to 11 previous errors Oct 15 17:54:00.075 INFO kablam! Oct 15 17:54:00.075 INFO kablam! Some errors occurred: E0557, E0658. Oct 15 17:54:00.075 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 15 17:54:00.085 INFO kablam! error: Could not compile `squark-macros`. Oct 15 17:54:00.085 INFO kablam! Oct 15 17:54:00.085 INFO kablam! To learn more, run the command again with --verbose. Oct 15 17:54:00.087 INFO kablam! su: No module specific data is present Oct 15 17:54:00.938 INFO running `"docker" "rm" "-f" "a12dcc2fb70165707fb12b0cd06ef765db825829bf1a44be238c4fa2f7b38c46"` Oct 15 17:54:01.199 INFO blam! a12dcc2fb70165707fb12b0cd06ef765db825829bf1a44be238c4fa2f7b38c46