korowa commented on issue #5864:
URL: https://github.com/apache/arrow-rs/issues/5864#issuecomment-2159785496

   ```
   eduard@Aspire-A515-58M:~/projects/arrow-rs/object_store$ cargo msrv 
--log-target stdout verify
   2024-06-11T04:37:08.826187Z  INFO cargo_msrv: initializing 
cargo_msrv_version="0.15.1"
   Fetching index
   2024-06-11T04:37:08.826223Z  INFO cargo_msrv: fetching index 
source="rust-changelog"
   2024-06-11T04:37:08.827035Z  INFO cargo_msrv: running action 
action="verify-msrv"
   Verifying the Minimum Supported Rust Version (MSRV) for toolchain 
x86_64-unknown-linux-gnu
   Using check command cargo check
    ⠁                                
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
 00:00:00
   2024-06-11T04:37:08.828189Z  INFO cargo_msrv::check: 
ignore_lockfile_enabled=false
   2024-06-11T04:37:08.828236Z  INFO download{self=ToolchainDownloader { 
reporter: toolchain = x86_64-unknown-linux-gnu, cmd = cargo check }}: 
cargo_msrv::download: installing too
    ⠉ Checking 1.62.1                
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
 00:00:00
   2024-06-11T04:37:09.343901Z  INFO cargo_msrv::check: try_building run failed 
toolchain=ToolchainSpec { version: Version { major: 1, minor: 62, patch: 1 }, 
target: "x86_64-unknown-linux-gnu", spec: 
OnceCell("1.62.1-x86_64-unknown-linux-gnu") } stderr="error: package 
`icu_locid_transform v1.5.0` cannot be built because it requires rustc 1.67 or 
newer, 
      Done Bad check for 1.62.1      
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
 00:00:00
      Failed check command cargo check didn't succeed
   Crate source was found to be incompatible with its MSRV '1.62.1', as defined 
in '/home/eduard/projects/arrow-rs/object_store/Cargo.toml'
   ```
   
   Error message may vary (icu_* packages, etc). The reason seems to be 
[this](https://github.com/servo/rust-url/releases/tag/v2.5.1) url crate release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to