Skip to content

msrv check failing on main due to tonic@0.14.6 #9938

Description

@Jefffrey

Describe the bug

see run https://github.com/apache/arrow-rs/actions/runs/25472344356/job/74738606768

{"type":"check_result","toolchain":{"version":"1.85.0","target":"x86_64-unknown-linux-gnu","components":[]},"is_compatible":false,"error":"error: rustc 1.85.0 is not supported by the following packages:\n  tonic@0.14.6 requires rustc 1.88\n  tonic-prost@0.14.6 requires rustc 1.88\nEither upgrade rustc or select compatible dependency versions with\n`cargo update <name>@<current-ver> --precise <compatible-ver>`\nwhere `<compatible-ver>` is the latest version supporting rustc 1.85.0\n\n"}
{"type":"check_toolchain","toolchain":{"version":"1.85.0","target":"x86_64-unknown-linux-gnu","components":[]},"scope":{"id":1,"marker":"end"}}
{"type":"subcommand_result","subcommand_id":"verify","result":{"toolchain":{"version":"1.85.0","target":"x86_64-unknown-linux-gnu","components":[]},"is_compatible":false,"error":"error: rustc 1.85.0 is not supported by the following packages:\n  tonic@0.14.6 requires rustc 1.88\n  tonic-prost@0.14.6 requires rustc 1.88\nEither upgrade rustc or select compatible dependency versions with\n`cargo update <name>@<current-ver> --precise <compatible-ver>`\nwhere `<compatible-ver>` is the latest version supporting rustc 1.85.0\n\n"}}
{"type":"terminate_with_failure","reason":{"description":"Crate source was found to be incompatible with Rust version '1.85.0' specified as MSRV in the Cargo manifest located at '/__w/arrow-rs/arrow-rs/arrow-integration-testing/Cargo.toml'"}}

To Reproduce

Expected behavior

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow cratearrow-flightChanges to the arrow-flight cratebugnext-major-releasethe PR has API changes and it waiting on the next major versionparquetChanges to the parquet crateperformance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions