Nov 27 16:52:12.397 INFO documenting musec/clowder against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 27 16:52:12.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-0/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/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 +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 27 16:52:12.827 INFO [stdout] d5a27634576e92ba9e88b6fbb3f8b40b0d8c38567a7667f099e0f960d295cd62 Nov 27 16:52:12.829 INFO running `"docker" "start" "-a" "d5a27634576e92ba9e88b6fbb3f8b40b0d8c38567a7667f099e0f960d295cd62"` Nov 27 16:52:14.455 INFO [stderr] usermod: no changes Nov 27 16:52:15.043 INFO [stderr] Checking marksman_escape v0.1.2 Nov 27 16:52:15.043 INFO [stderr] Compiling log v0.4.4 Nov 27 16:52:15.051 INFO [stderr] Compiling isatty v0.1.8 Nov 27 16:52:15.051 INFO [stderr] Compiling backtrace-sys v0.1.24 Nov 27 16:52:15.051 INFO [stderr] Compiling openssl-sys v0.9.35 Nov 27 16:52:15.051 INFO [stderr] Compiling pear_codegen v0.0.20 Nov 27 16:52:15.051 INFO [stderr] Compiling rocket v0.3.16 Nov 27 16:52:15.051 INFO [stderr] Compiling rocket_codegen v0.3.16 Nov 27 16:52:16.608 INFO [stderr] Compiling base64 v0.9.2 Nov 27 16:52:18.244 INFO [stderr] Compiling maud_macros v0.18.1 Nov 27 16:52:18.344 INFO [stderr] Compiling vergen v0.1.1 Nov 27 16:52:18.467 INFO [stderr] error[E0557]: feature has been removed Nov 27 16:52:18.467 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Nov 27 16:52:18.467 INFO [stderr] | Nov 27 16:52:18.467 INFO [stderr] 2 | #![feature(proc_macro_non_items)] Nov 27 16:52:18.467 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:18.467 INFO [stderr] | Nov 27 16:52:18.467 INFO [stderr] note: subsumed by `#![feature(proc_macro_hygiene)]` Nov 27 16:52:18.467 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:2:12 Nov 27 16:52:18.467 INFO [stderr] | Nov 27 16:52:18.467 INFO [stderr] 2 | #![feature(proc_macro_non_items)] Nov 27 16:52:18.467 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:18.467 INFO [stderr] Nov 27 16:52:19.675 INFO [stderr] Compiling serde v1.0.75 Nov 27 16:52:19.947 INFO [stderr] Compiling log v0.3.9 Nov 27 16:52:21.347 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 27 16:52:21.436 INFO [stderr] Compiling syn v0.14.9 Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:67:21 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 67 | quote!($head $body) Nov 27 16:52:21.927 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:83:9 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 83 | / quote!({ Nov 27 16:52:21.927 INFO [stderr] 84 | | // Create a local trait alias so that autoref works Nov 27 16:52:21.927 INFO [stderr] 85 | | trait Render: maud::Render { Nov 27 16:52:21.927 INFO [stderr] 86 | | fn __maud_render_to(&self, output_ident: &mut String) { Nov 27 16:52:21.927 INFO [stderr] ... | Nov 27 16:52:21.927 INFO [stderr] 91 | | $expr.__maud_render_to(&mut $output_ident); Nov 27 16:52:21.927 INFO [stderr] 92 | | }) Nov 27 16:52:21.927 INFO [stderr] | |__________^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:140:25 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 140 | quote!($head { $body }) Nov 27 16:52:21.927 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:149:9 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 149 | quote!($head $body) Nov 27 16:52:21.927 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:154:9 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 154 | quote!($head $body) Nov 27 16:52:21.927 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:224:5 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 224 | quote!(if $cond) Nov 27 16:52:21.927 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.927 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.927 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/generate.rs:265:13 Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] 265 | quote!($output_ident.push_str($string);) Nov 27 16:52:21.927 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 27 16:52:21.927 INFO [stderr] | Nov 27 16:52:21.927 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.927 INFO [stderr] Nov 27 16:52:21.934 INFO [stderr] error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Nov 27 16:52:21.934 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/maud_macros-0.18.1/src/lib.rs:50:5 Nov 27 16:52:21.934 INFO [stderr] | Nov 27 16:52:21.934 INFO [stderr] 50 | / quote!({ Nov 27 16:52:21.934 INFO [stderr] 51 | | extern crate maud; Nov 27 16:52:21.935 INFO [stderr] 52 | | let mut $output_ident = String::with_capacity($size_hint); Nov 27 16:52:21.935 INFO [stderr] 53 | | $stmts Nov 27 16:52:21.935 INFO [stderr] 54 | | maud::PreEscaped($output_ident) Nov 27 16:52:21.935 INFO [stderr] 55 | | }) Nov 27 16:52:21.935 INFO [stderr] | |______^ Nov 27 16:52:21.935 INFO [stderr] | Nov 27 16:52:21.935 INFO [stderr] = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Nov 27 16:52:21.935 INFO [stderr] Nov 27 16:52:21.935 INFO [stderr] error: aborting due to 9 previous errors Nov 27 16:52:21.959 INFO [stderr] Nov 27 16:52:21.959 INFO [stderr] Some errors occurred: E0557, E0658. Nov 27 16:52:21.959 INFO [stderr] For more information about an error, try `rustc --explain E0557`. Nov 27 16:52:22.007 INFO [stderr] error: Could not compile `maud_macros`. Nov 27 16:52:22.007 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 27 16:52:45.059 INFO [stderr] error: build failed Nov 27 16:52:45.064 INFO [stderr] su: No module specific data is present Nov 27 16:52:46.358 INFO running `"docker" "inspect" "d5a27634576e92ba9e88b6fbb3f8b40b0d8c38567a7667f099e0f960d295cd62"` Nov 27 16:52:46.591 INFO running `"docker" "rm" "-f" "d5a27634576e92ba9e88b6fbb3f8b40b0d8c38567a7667f099e0f960d295cd62"` Nov 27 16:52:46.742 INFO [stdout] d5a27634576e92ba9e88b6fbb3f8b40b0d8c38567a7667f099e0f960d295cd62