[INFO] cloning repository https://github.com/reconcilerio/wa8s [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reconcilerio/wa8s" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freconcilerio%2Fwa8s", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freconcilerio%2Fwa8s'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a5160b1141d469879ea2fccb5d8840c920040b31 [INFO] checking reconcilerio/wa8s against try#70daa2c0d8eed7066b07966f3c0b0b8622bff4e4 for pr-151539 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freconcilerio%2Fwa8s" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/reconcilerio/wa8s [INFO] finished tweaking git repo https://github.com/reconcilerio/wa8s [INFO] tweaked toml for git repo https://github.com/reconcilerio/wa8s written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/reconcilerio/wa8s on toolchain 70daa2c0d8eed7066b07966f3c0b0b8622bff4e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/reconcilerio/wa8s 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" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f940cc5056664785f948fbbe581819d37bff12a8c81c26db6193b440faaee219 [INFO] running `Command { std: "docker" "start" "-a" "f940cc5056664785f948fbbe581819d37bff12a8c81c26db6193b440faaee219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f940cc5056664785f948fbbe581819d37bff12a8c81c26db6193b440faaee219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f940cc5056664785f948fbbe581819d37bff12a8c81c26db6193b440faaee219", kill_on_drop: false }` [INFO] [stdout] f940cc5056664785f948fbbe581819d37bff12a8c81c26db6193b440faaee219 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3d1823424aefa70733ae89d29f7198412b2c365e67f5a9a10e271dd9eeab771 [INFO] running `Command { std: "docker" "start" "-a" "b3d1823424aefa70733ae89d29f7198412b2c365e67f5a9a10e271dd9eeab771", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking leb128fmt v0.1.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling zmij v1.0.2 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Checking id-arena v2.3.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling wasmparser v0.240.0 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Checking topological-sort v0.2.2 [INFO] [stderr] Checking spdx v0.10.6 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling wasm-encoder v0.240.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking unicode-xid v0.2.5 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking bytemuck v1.17.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling im-rc v15.1.0 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking wasm-encoder v0.244.0 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking gimli v0.26.2 [INFO] [stderr] Compiling toml_edit v0.22.20 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking java-properties v2.0.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling manyhow v0.11.4 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling logos-codegen v0.14.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling extism-convert-macros v1.10.0 [INFO] [stderr] Compiling extism-pdk-derive v1.4.1 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling miette-derive v7.2.0 [INFO] [stderr] Compiling walrus-macro v0.24.0 [INFO] [stderr] Compiling walrus-macro v0.25.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.13.5/src/field/scalar.rs:726:51 [INFO] [stdout] | [INFO] [stdout] 726 | ... let value: i64 = -lit.base10_parse()?; [INFO] [stdout] | ^^^^^^^^^^^^ cannot infer type of the type parameter `N` declared on the method `base10_parse` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic argument [INFO] [stdout] | [INFO] [stdout] 726 | let value: i64 = -lit.base10_parse::()?; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling logos-derive v0.14.2 [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-derive` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b3d1823424aefa70733ae89d29f7198412b2c365e67f5a9a10e271dd9eeab771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3d1823424aefa70733ae89d29f7198412b2c365e67f5a9a10e271dd9eeab771", kill_on_drop: false }` [INFO] [stdout] b3d1823424aefa70733ae89d29f7198412b2c365e67f5a9a10e271dd9eeab771