[INFO] cloning repository https://github.com/mickdekkers/xrust-parse-issue-repro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mickdekkers/xrust-parse-issue-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmickdekkers%2Fxrust-parse-issue-repro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmickdekkers%2Fxrust-parse-issue-repro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c02a65f3403266f2ca574915c68e972ea9888d6 [INFO] checking mickdekkers/xrust-parse-issue-repro against master#ca77504943887037504c7fc0b9bf06dab3910373 for pr-145181 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmickdekkers%2Fxrust-parse-issue-repro" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mickdekkers/xrust-parse-issue-repro [INFO] finished tweaking git repo https://github.com/mickdekkers/xrust-parse-issue-repro [INFO] tweaked toml for git repo https://github.com/mickdekkers/xrust-parse-issue-repro written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mickdekkers/xrust-parse-issue-repro on toolchain ca77504943887037504c7fc0b9bf06dab3910373 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mickdekkers/xrust-parse-issue-repro 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" "+ca77504943887037504c7fc0b9bf06dab3910373" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/ballsteve/xrust.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pkg-version-impl v0.1.1 [INFO] [stderr] Downloaded english-numbers v0.3.3 [INFO] [stderr] Downloaded rust_decimal_macros v1.35.0 [INFO] [stderr] Downloaded italian_numbers v0.1.0 [INFO] [stderr] Downloaded formato v0.2.0 [INFO] [stderr] Downloaded pkg-version v1.0.0 [INFO] [stderr] Downloaded lexers v0.1.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d4cb2f7d2d1401d49ba414a34bcf6cfc1d3444118da2887c19b14fc9ca4b31d [INFO] running `Command { std: "docker" "start" "-a" "6d4cb2f7d2d1401d49ba414a34bcf6cfc1d3444118da2887c19b14fc9ca4b31d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d4cb2f7d2d1401d49ba414a34bcf6cfc1d3444118da2887c19b14fc9ca4b31d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d4cb2f7d2d1401d49ba414a34bcf6cfc1d3444118da2887c19b14fc9ca4b31d", kill_on_drop: false }` [INFO] [stdout] 6d4cb2f7d2d1401d49ba414a34bcf6cfc1d3444118da2887c19b14fc9ca4b31d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+ca77504943887037504c7fc0b9bf06dab3910373" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3e69859d261231f64fbf162e56d628d1bb4be25c6ff02e125f04e487ef58cd2 [INFO] running `Command { std: "docker" "start" "-a" "e3e69859d261231f64fbf162e56d628d1bb4be25c6ff02e125f04e487ef58cd2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling rust_decimal v1.35.0 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling pkg-version-impl v0.1.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking pkg-version v1.0.0 [INFO] [stderr] Checking lexers v0.1.4 [INFO] [stderr] Checking english-numbers v0.3.3 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking formato v0.2.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Compiling rust_decimal_macros v1.35.0 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking italian_numbers v0.1.0 [INFO] [stderr] Checking xrust v1.0.0 (https://github.com/ballsteve/xrust.git?branch=dev#7fd30f93) [INFO] [stderr] Checking xrust-parse-issue-repro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s [INFO] running `Command { std: "docker" "inspect" "e3e69859d261231f64fbf162e56d628d1bb4be25c6ff02e125f04e487ef58cd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3e69859d261231f64fbf162e56d628d1bb4be25c6ff02e125f04e487ef58cd2", kill_on_drop: false }` [INFO] [stdout] e3e69859d261231f64fbf162e56d628d1bb4be25c6ff02e125f04e487ef58cd2