Oct 11 10:58:58.423 INFO testing squark-macros-0.5.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:58:58.424 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:58:58.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10:58:58.911 INFO blam! 004b85fd349c60c2c4ffc3b62f8d94dfa117a7433719cf514679d29fcf8cee15 Oct 11 10:58:58.920 INFO running `"docker" "start" "-a" "004b85fd349c60c2c4ffc3b62f8d94dfa117a7433719cf514679d29fcf8cee15"` Oct 11 10:58:59.802 INFO kablam! usermod: no changes Oct 11 10:58:59.871 INFO kablam! Compiling squark-macros v0.5.4 (/source) Oct 11 10:58:59.923 INFO kablam! error[E0557]: feature has been removed Oct 11 10:58:59.923 INFO kablam! --> src/lib.rs:2:31 Oct 11 10:58:59.923 INFO kablam! | Oct 11 10:58:59.924 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 11 10:58:59.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 10:58:59.924 INFO kablam! | Oct 11 10:58:59.924 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 11 10:58:59.924 INFO kablam! --> src/lib.rs:2:31 Oct 11 10:58:59.924 INFO kablam! | Oct 11 10:58:59.924 INFO kablam! 2 | #![feature(use_extern_macros, proc_macro_non_items, proc_macro_quote)] Oct 11 10:58:59.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 10:58:59.924 INFO kablam! Oct 11 10:59:01.877 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 10:59:01.877 INFO kablam! --> src/lib.rs:38:17 Oct 11 10:59:01.877 INFO kablam! | Oct 11 10:59:01.877 INFO kablam! 38 | quote!($_embedded.into()) Oct 11 10:59:01.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:59:01.877 INFO kablam! | Oct 11 10:59:01.877 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.877 INFO kablam! Oct 11 10:59:01.879 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.879 INFO kablam! --> src/lib.rs:42:17 Oct 11 10:59:01.879 INFO kablam! | Oct 11 10:59:01.879 INFO kablam! 42 | quote! { $_v.into() } Oct 11 10:59:01.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:59:01.879 INFO kablam! | Oct 11 10:59:01.879 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.879 INFO kablam! Oct 11 10:59:01.879 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.879 INFO kablam! --> src/lib.rs:46:17 Oct 11 10:59:01.879 INFO kablam! | Oct 11 10:59:01.879 INFO kablam! 46 | quote! { $_v.into() } Oct 11 10:59:01.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:59:01.879 INFO kablam! | Oct 11 10:59:01.879 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.879 INFO kablam! Oct 11 10:59:01.880 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 10:59:01.880 INFO kablam! --> src/lib.rs:54:27 Oct 11 10:59:01.880 INFO kablam! | Oct 11 10:59:01.880 INFO kablam! 54 | handlers.push(quote! { Oct 11 10:59:01.880 INFO kablam! | ___________________________^ Oct 11 10:59:01.880 INFO kablam! 55 | | ($_k.to_string(), _squark::handler($_v)), Oct 11 10:59:01.880 INFO kablam! 56 | | }); Oct 11 10:59:01.880 INFO kablam! | |_____________^ Oct 11 10:59:01.880 INFO kablam! | Oct 11 10:59:01.880 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.880 INFO kablam! Oct 11 10:59:01.880 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 10:59:01.880 INFO kablam! --> src/lib.rs:61:25 Oct 11 10:59:01.880 INFO kablam! | Oct 11 10:59:01.880 INFO kablam! 61 | attributes.push(quote! { Oct 11 10:59:01.880 INFO kablam! | _________________________^ Oct 11 10:59:01.880 INFO kablam! 62 | | ($_k.to_string(), $_v), Oct 11 10:59:01.880 INFO kablam! 63 | | }); Oct 11 10:59:01.880 INFO kablam! | |_________^ Oct 11 10:59:01.880 INFO kablam! | Oct 11 10:59:01.880 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.880 INFO kablam! Oct 11 10:59:01.880 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.880 INFO kablam! --> src/lib.rs:74:21 Oct 11 10:59:01.880 INFO kablam! | Oct 11 10:59:01.880 INFO kablam! 74 | / quote! { Oct 11 10:59:01.880 INFO kablam! 75 | | _squark::Child::from($_tag), Oct 11 10:59:01.880 INFO kablam! 76 | | } Oct 11 10:59:01.880 INFO kablam! | |_____________________^ Oct 11 10:59:01.880 INFO kablam! | Oct 11 10:59:01.880 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.880 INFO kablam! Oct 11 10:59:01.881 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.881 INFO kablam! --> src/lib.rs:80:21 Oct 11 10:59:01.881 INFO kablam! | Oct 11 10:59:01.881 INFO kablam! 80 | / quote! { Oct 11 10:59:01.881 INFO kablam! 81 | | $_text.into(), Oct 11 10:59:01.881 INFO kablam! 82 | | } Oct 11 10:59:01.881 INFO kablam! | |_____________________^ Oct 11 10:59:01.881 INFO kablam! | Oct 11 10:59:01.881 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.881 INFO kablam! Oct 11 10:59:01.881 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.881 INFO kablam! --> src/lib.rs:86:21 Oct 11 10:59:01.881 INFO kablam! | Oct 11 10:59:01.881 INFO kablam! 86 | / quote! { Oct 11 10:59:01.881 INFO kablam! 87 | | {$_embedded}.into(), Oct 11 10:59:01.881 INFO kablam! 88 | | } Oct 11 10:59:01.881 INFO kablam! | |_____________________^ Oct 11 10:59:01.881 INFO kablam! | Oct 11 10:59:01.881 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.881 INFO kablam! Oct 11 10:59:01.881 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.881 INFO kablam! --> src/lib.rs:97:5 Oct 11 10:59:01.881 INFO kablam! | Oct 11 10:59:01.881 INFO kablam! 97 | / quote! { Oct 11 10:59:01.881 INFO kablam! 98 | | _squark::View::new( Oct 11 10:59:01.881 INFO kablam! 99 | | $_name.to_string(), Oct 11 10:59:01.881 INFO kablam! 100 | | vec![ Oct 11 10:59:01.881 INFO kablam! ... | Oct 11 10:59:01.881 INFO kablam! 109 | | ) Oct 11 10:59:01.881 INFO kablam! 110 | | } Oct 11 10:59:01.881 INFO kablam! | |_____^ Oct 11 10:59:01.881 INFO kablam! | Oct 11 10:59:01.881 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.881 INFO kablam! Oct 11 10:59:01.882 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 10:59:01.882 INFO kablam! --> src/lib.rs:119:5 Oct 11 10:59:01.882 INFO kablam! | Oct 11 10:59:01.882 INFO kablam! 119 | / quote! { Oct 11 10:59:01.882 INFO kablam! 120 | | { Oct 11 10:59:01.882 INFO kablam! 121 | | extern crate squark as _squark; Oct 11 10:59:01.882 INFO kablam! 122 | | $_token Oct 11 10:59:01.882 INFO kablam! 123 | | } Oct 11 10:59:01.882 INFO kablam! 124 | | } Oct 11 10:59:01.882 INFO kablam! | |_____^ Oct 11 10:59:01.882 INFO kablam! | Oct 11 10:59:01.882 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 10:59:01.882 INFO kablam! Oct 11 10:59:01.883 INFO kablam! error: aborting due to 11 previous errors Oct 11 10:59:01.883 INFO kablam! Oct 11 10:59:01.884 INFO kablam! Some errors occurred: E0557, E0658. Oct 11 10:59:01.884 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 11 10:59:01.894 INFO kablam! error: Could not compile `squark-macros`. Oct 11 10:59:01.894 INFO kablam! Oct 11 10:59:01.894 INFO kablam! To learn more, run the command again with --verbose. Oct 11 10:59:01.894 INFO kablam! su: No module specific data is present Oct 11 10:59:02.276 INFO running `"docker" "rm" "-f" "004b85fd349c60c2c4ffc3b62f8d94dfa117a7433719cf514679d29fcf8cee15"` Oct 11 10:59:02.447 INFO blam! 004b85fd349c60c2c4ffc3b62f8d94dfa117a7433719cf514679d29fcf8cee15