Build #2381145 2025-08-05 00:47:20
# rustc version
rustc 1.91.0-nightly (f34ba774c 2025-08-03)# docs.rs version
docsrs 0.6.0 (e18d034e 2025-07-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/from-ascii-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/from-ascii-0.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250803-1.91.0-nightly-f34ba774c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 666c0a591ae99434bcddaccb2e8c2be65ee33cbaceec0f849e58c2888ee4e885
[INFO] running `Command { std: "docker" "start" "-a" "666c0a591ae99434bcddaccb2e8c2be65ee33cbaceec0f849e58c2888ee4e885", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/num.rs:48:14
[INFO] [stderr] |
[INFO] [stderr] 48 | b'0' ... b'9' => c - b'0',
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/num.rs:49:14
[INFO] [stderr] |
[INFO] [stderr] 49 | b'a' ... b'z' => c - b'a' + 10,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/num.rs:50:14
[INFO] [stderr] |
[INFO] [stderr] 50 | b'A' ... b'Z' => c - b'A' + 10,
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 168 | implement!(i8, true);
[INFO] [stderr] | -------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl i8>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 169 | implement!(i16, true);
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl i16>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 170 | implement!(i32, true);
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl i32>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 171 | implement!(i64, true);
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl i64>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 172 | implement!(isize, true);
[INFO] [stderr] | ----------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl isize>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 173 | implement!(u8, false);
[INFO] [stderr] | --------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl u8>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 174 | implement!(u16, false);
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl u16>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 175 | implement!(u32, false);
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl u32>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 176 | implement!(u64, false);
[INFO] [stderr] | ---------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl u64>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future
[INFO] [stderr] --> src/num.rs:162:17
[INFO] [stderr] |
[INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 177 | implement!(usize, false);
[INFO] [stderr] | ------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr] = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method
[INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::<impl usize>::from_ascii_radix`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 + #![feature(int_from_ascii)]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr] --> src/flt.rs:33:14
[INFO] [stderr] |
[INFO] [stderr] 33 | self.description().fmt(f)
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `from-ascii` (lib) generated 14 warnings (run `cargo fix --lib -p from-ascii` to apply 3 suggestions)
[INFO] [stderr] Scraping from-ascii v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting from-ascii v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `from-ascii` (lib doc) generated 3 warnings (3 duplicates)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/from_ascii/index.html
[INFO] running `Command { std: "docker" "inspect" "666c0a591ae99434bcddaccb2e8c2be65ee33cbaceec0f849e58c2888ee4e885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "666c0a591ae99434bcddaccb2e8c2be65ee33cbaceec0f849e58c2888ee4e885", kill_on_drop: false }`
[INFO] [stdout] 666c0a591ae99434bcddaccb2e8c2be65ee33cbaceec0f849e58c2888ee4e885