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