[INFO] crate robin_core 0.4.13 is already in cache [INFO] checking robin_core-0.4.13 against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] extracting crate robin_core 0.4.13 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate robin_core 0.4.13 on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate robin_core 0.4.13 [INFO] finished tweaking crates.io crate robin_core 0.4.13 [INFO] tweaked toml for crates.io crate robin_core 0.4.13 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e9c0df801e4821a566fc56c1112ef165a20e5d694df9b5dd6afb848a22071d65 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e9c0df801e4821a566fc56c1112ef165a20e5d694df9b5dd6afb848a22071d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9c0df801e4821a566fc56c1112ef165a20e5d694df9b5dd6afb848a22071d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9c0df801e4821a566fc56c1112ef165a20e5d694df9b5dd6afb848a22071d65", kill_on_drop: false }` [INFO] [stdout] e9c0df801e4821a566fc56c1112ef165a20e5d694df9b5dd6afb848a22071d65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a111d8640b0fafdf1d53b2414089ddc516c16d3ba80e75fe0e08b1f6fb7122b4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a111d8640b0fafdf1d53b2414089ddc516c16d3ba80e75fe0e08b1f6fb7122b4", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Checking robin_core v0.4.13 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pest::inputs` [INFO] [stdout] --> src/parser.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | use pest::inputs::StrInput; [INFO] [stdout] | ^^^^^^ could not find `inputs` in `pest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pest::inputs` [INFO] [stdout] --> src/parser.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | use pest::inputs::StrInput; [INFO] [stdout] | ^^^^^^ could not find `inputs` in `pest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/parser.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | fn parse_expression(input: Pair) -> Expression { [INFO] [stdout] | ^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/parser.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | fn parse_expression(input: Pair) -> Expression { [INFO] [stdout] | ^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `robin_core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a111d8640b0fafdf1d53b2414089ddc516c16d3ba80e75fe0e08b1f6fb7122b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a111d8640b0fafdf1d53b2414089ddc516c16d3ba80e75fe0e08b1f6fb7122b4", kill_on_drop: false }` [INFO] [stdout] a111d8640b0fafdf1d53b2414089ddc516c16d3ba80e75fe0e08b1f6fb7122b4