[INFO] fetching crate lexerus 0.1.7...
[INFO] checking lexerus-0.1.7 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate lexerus 0.1.7 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate lexerus 0.1.7 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate lexerus 0.1.7
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lexerus 0.1.7
[INFO] tweaked toml for crates.io crate lexerus 0.1.7 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lexerus_derive v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32b45c3dd15d59934e01bf4519908403fae2ba21a7ee1791f857f562acdf4ae0
[INFO] running `Command { std: "docker" "start" "-a" "32b45c3dd15d59934e01bf4519908403fae2ba21a7ee1791f857f562acdf4ae0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32b45c3dd15d59934e01bf4519908403fae2ba21a7ee1791f857f562acdf4ae0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32b45c3dd15d59934e01bf4519908403fae2ba21a7ee1791f857f562acdf4ae0", kill_on_drop: false }`
[INFO] [stdout] 32b45c3dd15d59934e01bf4519908403fae2ba21a7ee1791f857f562acdf4ae0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2c1683e3c6b880638a499148e1c91bf5a9f2ccf545905f0540eef22f9c87f92
[INFO] running `Command { std: "docker" "start" "-a" "a2c1683e3c6b880638a499148e1c91bf5a9f2ccf545905f0540eef22f9c87f92", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling lexerus_derive v0.1.0
[INFO] [stderr]     Checking lexerus v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `Not` in this scope
[INFO] [stdout]  --> tests/helpers_not.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     TestBuild::<Not<Quote>>::new(
[INFO] [stdout]   |                 ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::ops::Not;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupBookEnd` in this scope
[INFO] [stdout]  --> tests/helpers_group_book_end.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     TestBuild::<GroupBookEnd<Quote, StringChars, Quote, 0>>::new(
[INFO] [stdout]   |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupBookEnd` in this scope
[INFO] [stdout]   --> tests/helpers_group_book_end.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |     TestBuild::<GroupBookEnd<Quote, StringChars, Quote, 0>>::new(
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Group` in this scope
[INFO] [stdout]   --> tests/impl_phantom.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 |     TestBuild::<PhantomData<Group<Space, 0>>>::new(
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupUntil` in this scope
[INFO] [stdout]  --> tests/helpers_group_until.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     TestBuild::<GroupUntil<Char, Quote, 0>>::new(
[INFO] [stdout]   |                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupUntil` in this scope
[INFO] [stdout]   --> tests/helpers_group_until.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     TestBuild::<GroupUntil<Char, Quote, 0>>::new(
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupUntil` in this scope
[INFO] [stdout]   --> tests/helpers_group_until.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |     TestBuild::<GroupUntil<StringChars, Quote, 0>>::new(
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupUntil` in this scope
[INFO] [stdout]   --> tests/helpers_group_until.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     TestBuild::<GroupUntil<StringChars, Quote, 0>>::new(
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupUntil` in this scope
[INFO] [stdout]   --> tests/helpers_group_until.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     TestBuild::<GroupUntil<StringChars, Quote, 5>>::new(
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GroupUntil` in this scope
[INFO] [stdout]   --> tests/helpers_group_until.rs:60:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 <GroupUntil<StringChars, Quote, 5>>::NAME
[INFO] [stdout]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Group` in this scope
[INFO] [stdout]   --> tests/helpers_group.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     TestBuild::<Group<Char, 0>>::new(
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Group` in this scope
[INFO] [stdout]   --> tests/helpers_group.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     TestBuild::<Group<Alpha, 0>>::new(
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Group` in this scope
[INFO] [stdout]   --> tests/helpers_group.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |     TestBuild::<Group<Alpha, 3>>::new(
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Group` in this scope
[INFO] [stdout]   --> tests/helpers_group.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |     TestBuild::<Group<Alpha, 4>>::new(
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lexerus` (test "helpers_not") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lexerus` (test "impl_phantom") due to 1 previous error
[INFO] [stderr] error: could not compile `lexerus` (test "helpers_group_book_end") due to 2 previous errors
[INFO] [stderr] error: could not compile `lexerus` (test "helpers_group") due to 4 previous errors
[INFO] [stderr] error: could not compile `lexerus` (test "helpers_group_until") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "a2c1683e3c6b880638a499148e1c91bf5a9f2ccf545905f0540eef22f9c87f92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2c1683e3c6b880638a499148e1c91bf5a9f2ccf545905f0540eef22f9c87f92", kill_on_drop: false }`
[INFO] [stdout] a2c1683e3c6b880638a499148e1c91bf5a9f2ccf545905f0540eef22f9c87f92
