[INFO] cloning repository https://github.com/tpyo/shrinkray [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tpyo/shrinkray" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpyo%2Fshrinkray", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpyo%2Fshrinkray'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8a9a8628e0d4feed20c89f6dea2adf9c10d34131 [INFO] checking tpyo/shrinkray against try#70daa2c0d8eed7066b07966f3c0b0b8622bff4e4 for pr-151539 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpyo%2Fshrinkray" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tpyo/shrinkray [INFO] finished tweaking git repo https://github.com/tpyo/shrinkray [INFO] tweaked toml for git repo https://github.com/tpyo/shrinkray written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tpyo/shrinkray 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/tpyo/shrinkray 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] bebabad826493eaa4168f2dc43f9162eed180a81d105259192dc89bc7b688db9 [INFO] running `Command { std: "docker" "start" "-a" "bebabad826493eaa4168f2dc43f9162eed180a81d105259192dc89bc7b688db9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bebabad826493eaa4168f2dc43f9162eed180a81d105259192dc89bc7b688db9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bebabad826493eaa4168f2dc43f9162eed180a81d105259192dc89bc7b688db9", kill_on_drop: false }` [INFO] [stdout] bebabad826493eaa4168f2dc43f9162eed180a81d105259192dc89bc7b688db9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 4dc06cd916097d88016425cdfbeec2b39beed4a6d348744ea608264dcac1eef5 [INFO] running `Command { std: "docker" "start" "-a" "4dc06cd916097d88016425cdfbeec2b39beed4a6d348744ea608264dcac1eef5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling zmij v1.0.2 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling toml_parser v1.0.5+spec-1.0.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling toml_datetime v0.7.4+spec-1.0.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling libvips v1.7.3 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Compiling typetag v0.2.21 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling shrinkray v1.0.3 (/opt/rustwide/workdir/crates/lib) [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking metrics v0.24.3 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking rand_xoshiro v0.7.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking indexmap v2.12.1 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Checking rexif v0.7.5 [INFO] [stderr] Checking inventory v0.3.21 [INFO] [stderr] Compiling metrics-exporter-prometheus v0.18.1 [INFO] [stderr] Checking sketches-ddsketch v0.3.0 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Compiling shrinkray-server v1.0.4 (/opt/rustwide/workdir/crates/server) [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking bytesize v2.3.1 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking headers-core v0.3.0 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking headers v0.4.1 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking quanta v0.12.6 [INFO] [stderr] Checking metrics-util v0.20.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] warning: shrinkray-server@1.0.4: libvips version 8.17.0 or higher is required for shrinkray v1.0.2+, for older libvips versions, use shrinkray v1.0.1. [INFO] [stderr] warning: shrinkray@1.0.3: libvips version 8.17.0 or higher is required for shrinkray v1.0.2+, for older libvips versions, use shrinkray v1.0.1. [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling prost-derive v0.14.1 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.14.1/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] Checking tokio v1.49.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking rustls-webpki v0.103.8 [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" "4dc06cd916097d88016425cdfbeec2b39beed4a6d348744ea608264dcac1eef5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dc06cd916097d88016425cdfbeec2b39beed4a6d348744ea608264dcac1eef5", kill_on_drop: false }` [INFO] [stdout] 4dc06cd916097d88016425cdfbeec2b39beed4a6d348744ea608264dcac1eef5