[INFO] fetching crate lyon_extra 1.1.0... [INFO] checking lyon_extra-1.1.0 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate lyon_extra 1.1.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate lyon_extra 1.1.0 [INFO] finished tweaking crates.io crate lyon_extra 1.1.0 [INFO] tweaked toml for crates.io crate lyon_extra 1.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lyon_extra 1.1.0 on toolchain b6bca0d7327839b5e3f7a7779947cb9113d08917 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate lyon_extra 1.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 575c8b29d913f32ec1f2b273fba08325b634163be131d6d3ea06f24ab1a1fe48 [INFO] running `Command { std: "docker" "start" "-a" "575c8b29d913f32ec1f2b273fba08325b634163be131d6d3ea06f24ab1a1fe48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "575c8b29d913f32ec1f2b273fba08325b634163be131d6d3ea06f24ab1a1fe48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "575c8b29d913f32ec1f2b273fba08325b634163be131d6d3ea06f24ab1a1fe48", kill_on_drop: false }` [INFO] [stdout] 575c8b29d913f32ec1f2b273fba08325b634163be131d6d3ea06f24ab1a1fe48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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 -Zstrict-projection-item-bounds" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ec35612d7df6ae09c27eac07a577bff169b9a0b7f81127d6301bfc1c509619f [INFO] running `Command { std: "docker" "start" "-a" "6ec35612d7df6ae09c27eac07a577bff169b9a0b7f81127d6301bfc1c509619f", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking euclid v0.22.9 [INFO] [stderr] Checking lyon_geom v1.0.19 [INFO] [stderr] Checking lyon_path v1.0.19 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking lyon_extra v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0284]: type annotations needed [INFO] [stdout] --> src/parser.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | impl> Source { [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `::Item == _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `::Item == char` [INFO] [stdout] --> src/parser.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | Self::with_position(0, 0, src) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `::Item == char` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `parser::Source::::with_position` [INFO] [stdout] --> src/parser.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | impl> Source { [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `Source::::with_position` [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn with_position(line: i32, column: i32, src: IntoIter) -> Self [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `::Item == char` [INFO] [stdout] --> src/parser.rs:73:45 [INFO] [stdout] | [INFO] [stdout] 73 | let (current, finished) = match src.next() { [INFO] [stdout] | ^^^^ cannot satisfy `::Item == char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed [INFO] [stdout] --> src/parser.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | impl> Source { [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `::Item == _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `::Item == char` [INFO] [stdout] --> src/parser.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | Self::with_position(0, 0, src) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `::Item == char` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `parser::Source::::with_position` [INFO] [stdout] --> src/parser.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | impl> Source { [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `Source::::with_position` [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn with_position(line: i32, column: i32, src: IntoIter) -> Self [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `::Item == char` [INFO] [stdout] --> src/parser.rs:73:45 [INFO] [stdout] | [INFO] [stdout] 73 | let (current, finished) = match src.next() { [INFO] [stdout] | ^^^^ cannot satisfy `::Item == char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lyon_extra` (lib test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lyon_extra` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "6ec35612d7df6ae09c27eac07a577bff169b9a0b7f81127d6301bfc1c509619f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ec35612d7df6ae09c27eac07a577bff169b9a0b7f81127d6301bfc1c509619f", kill_on_drop: false }` [INFO] [stdout] 6ec35612d7df6ae09c27eac07a577bff169b9a0b7f81127d6301bfc1c509619f