alamb opened a new issue, #360:
URL: https://github.com/apache/arrow-rs-object-store/issues/360
> Docs build failed as well, probably due to that failure
_Originally posted by @ion-elgreco in
[#357](https://github.com/apache/arrow-rs-object-store/issues/357#issuecomment-2876143954)_
https://docs.rs/crate/object_store/latest
<img width="1189" alt="Image"
src="https://github.com/user-attachments/assets/d71b5ff8-d189-478b-945e-51e556e10bbc"
/>
The log is here: https://docs.rs/crate/object_store/0.12.1/builds/2108019
This seems to be the relevant error:
```
swap.
[INFO] running `Command { std: "docker" "start" "-a"
"1fd06d90728380d562f0ca57802ac342e9f94ccf2dd1b0d83186d7e5a19351b8",
kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched;
this is a no-op
[INFO] [stderr] Documenting object_store v0.12.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: invalid format string: integer `5300000` does not fit
into the type `u16` whose range is `0..=65535`
[INFO] [stderr] --> src/integration.rs:1123:45
[INFO] [stderr] |
[INFO] [stderr] 1123 |
.put_part(Bytes::from(format!("1:{:05300000},", 0)).into())
[INFO] [stderr] | ^^^^^^^^
integer out of range for `u16` in format string
[INFO] [stderr]
```
--
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]