Oct 15 23:57:29.711 INFO testing plex-0.2.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:57:29.711 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 23:57:29.888 INFO blam! 67a7cd404009993ccfc71b05663fd805fae7c86e0d67086e46c2f6c3ae45891e Oct 15 23:57:29.890 INFO running `"docker" "start" "-a" "67a7cd404009993ccfc71b05663fd805fae7c86e0d67086e46c2f6c3ae45891e"` Oct 15 23:57:30.347 INFO kablam! usermod: no changes Oct 15 23:57:30.423 INFO kablam! Compiling vec_map v0.6.0 Oct 15 23:57:30.423 INFO kablam! Compiling lalr v0.0.2 Oct 15 23:57:30.424 INFO kablam! Compiling syn v0.14.9 Oct 15 23:57:31.294 INFO kablam! Compiling redfa v0.0.2 Oct 15 23:57:47.806 INFO kablam! Compiling plex v0.2.3 (/source) Oct 15 23:58:00.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.95s Oct 15 23:58:00.337 INFO kablam! su: No module specific data is present Oct 15 23:58:00.831 INFO running `"docker" "rm" "-f" "67a7cd404009993ccfc71b05663fd805fae7c86e0d67086e46c2f6c3ae45891e"` Oct 15 23:58:00.980 INFO blam! 67a7cd404009993ccfc71b05663fd805fae7c86e0d67086e46c2f6c3ae45891e Oct 15 23:58:00.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 test --frozen --no-run" "-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 23:58:01.386 INFO blam! 80691c232bd02460d9dcaf317a0bb7927f681a3dd3e78d1699b81cf659c427ce Oct 15 23:58:01.389 INFO running `"docker" "start" "-a" "80691c232bd02460d9dcaf317a0bb7927f681a3dd3e78d1699b81cf659c427ce"` Oct 15 23:58:01.856 INFO kablam! usermod: no changes Oct 15 23:58:01.895 INFO kablam! Compiling plex v0.2.3 (/source) Oct 15 23:58:02.030 INFO kablam! error[E0557]: feature has been removed Oct 15 23:58:02.030 INFO kablam! --> examples/demo.rs:1:12 Oct 15 23:58:02.031 INFO kablam! | Oct 15 23:58:02.031 INFO kablam! 1 | #![feature(proc_macro_gen)] Oct 15 23:58:02.031 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 23:58:02.031 INFO kablam! | Oct 15 23:58:02.031 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 15 23:58:02.031 INFO kablam! --> examples/demo.rs:1:12 Oct 15 23:58:02.031 INFO kablam! | Oct 15 23:58:02.031 INFO kablam! 1 | #![feature(proc_macro_gen)] Oct 15 23:58:02.031 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 23:58:02.031 INFO kablam! Oct 15 23:58:03.490 INFO kablam! error[E0658]: procedural macros cannot expand to macro definitions (see issue #54727) Oct 15 23:58:03.490 INFO kablam! --> examples/demo.rs:142:5 Oct 15 23:58:03.491 INFO kablam! | Oct 15 23:58:03.491 INFO kablam! 142 | / parser! { Oct 15 23:58:03.491 INFO kablam! 143 | | fn parse_(Token, Span); Oct 15 23:58:03.491 INFO kablam! 144 | | Oct 15 23:58:03.491 INFO kablam! 145 | | // combine two spans Oct 15 23:58:03.491 INFO kablam! ... | Oct 15 23:58:03.491 INFO kablam! 212 | | } Oct 15 23:58:03.491 INFO kablam! 213 | | } Oct 15 23:58:03.491 INFO kablam! | |_____^ Oct 15 23:58:03.500 INFO kablam! | Oct 15 23:58:03.500 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 23:58:03.500 INFO kablam! Oct 15 23:58:03.511 INFO kablam! error: aborting due to 2 previous errors Oct 15 23:58:03.511 INFO kablam! Oct 15 23:58:03.511 INFO kablam! Some errors occurred: E0557, E0658. Oct 15 23:58:03.511 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 15 23:58:03.523 INFO kablam! error: Could not compile `plex`. Oct 15 23:58:03.523 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 23:58:07.043 INFO kablam! error: build failed Oct 15 23:58:07.043 INFO kablam! su: No module specific data is present Oct 15 23:58:07.455 INFO running `"docker" "rm" "-f" "80691c232bd02460d9dcaf317a0bb7927f681a3dd3e78d1699b81cf659c427ce"` Oct 15 23:58:07.685 INFO blam! 80691c232bd02460d9dcaf317a0bb7927f681a3dd3e78d1699b81cf659c427ce