# rustc version rustc 1.90.0-nightly (855e0fe46 2025-07-11)
# docs.rs version docsrs 0.6.0 (c1135d19 2025-07-02)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cliutil-0.1.0-alpha.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cliutil-0.1.0-alpha.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250711-1.90.0-nightly-855e0fe46\", \"--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] aa092ee54de225769e87808a3781013d243a8d823456354452c02561c7bb856c [INFO] running `Command { std: "docker" "start" "-a" "aa092ee54de225769e87808a3781013d243a8d823456354452c02561c7bb856c", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:265:14 [INFO] [stderr] | [INFO] [stderr] 265 | fn flags(&self) -> &[Flag]; [INFO] [stderr] | ^^^^^ ------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 265 | fn flags(&self) -> &[Flag<'_>]; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:266:19 [INFO] [stderr] | [INFO] [stderr] 266 | fn parameters(&self) -> &[Parameter]; [INFO] [stderr] | ^^^^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 266 | fn parameters(&self) -> &[Parameter<'_>]; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:267:20 [INFO] [stderr] | [INFO] [stderr] 267 | fn subcommands(&self) -> &[SubCommand<R>]; [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 267 | fn subcommands(&self) -> &[SubCommand<'_, R>]; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:268:16 [INFO] [stderr] | [INFO] [stderr] 268 | fn command(&self) -> Option<Command<R>>; [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 268 | fn command(&self) -> Option<Command<'_, R>>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:378:24 [INFO] [stderr] | [INFO] [stderr] 378 | pub const fn flags(&self) -> &[Flag] { [INFO] [stderr] | ^^^^^ ------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 378 | pub const fn flags(&self) -> &[Flag<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:382:29 [INFO] [stderr] | [INFO] [stderr] 382 | pub const fn parameters(&self) -> &[Parameter] { [INFO] [stderr] | ^^^^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 382 | pub const fn parameters(&self) -> &[Parameter<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:386:30 [INFO] [stderr] | [INFO] [stderr] 386 | pub const fn subcommands(&self) -> &[SubCommand<R>] { [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 386 | pub const fn subcommands(&self) -> &[SubCommand<'_, R>] { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:467:14 [INFO] [stderr] | [INFO] [stderr] 467 | fn flags(&self) -> &[Flag] { [INFO] [stderr] | ^^^^^ ------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 467 | fn flags(&self) -> &[Flag<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:471:19 [INFO] [stderr] | [INFO] [stderr] 471 | fn parameters(&self) -> &[Parameter] { [INFO] [stderr] | ^^^^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 471 | fn parameters(&self) -> &[Parameter<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:475:20 [INFO] [stderr] | [INFO] [stderr] 475 | fn subcommands(&self) -> &[SubCommand<R>] { [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 475 | fn subcommands(&self) -> &[SubCommand<'_, R>] { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:479:16 [INFO] [stderr] | [INFO] [stderr] 479 | fn command(&self) -> Option<Command<R>> { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 479 | fn command(&self) -> Option<Command<'_, R>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:545:24 [INFO] [stderr] | [INFO] [stderr] 545 | pub const fn flags(&self) -> &[Flag] { [INFO] [stderr] | ^^^^^ ------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 545 | pub const fn flags(&self) -> &[Flag<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:549:29 [INFO] [stderr] | [INFO] [stderr] 549 | pub const fn parameters(&self) -> &[Parameter] { [INFO] [stderr] | ^^^^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 549 | pub const fn parameters(&self) -> &[Parameter<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:553:30 [INFO] [stderr] | [INFO] [stderr] 553 | pub const fn subcommands(&self) -> &[SubCommand<R>] { [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 553 | pub const fn subcommands(&self) -> &[SubCommand<'_, R>] { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:638:14 [INFO] [stderr] | [INFO] [stderr] 638 | fn flags(&self) -> &[Flag] { [INFO] [stderr] | ^^^^^ ------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 638 | fn flags(&self) -> &[Flag<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:642:19 [INFO] [stderr] | [INFO] [stderr] 642 | fn parameters(&self) -> &[Parameter] { [INFO] [stderr] | ^^^^^ ------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 642 | fn parameters(&self) -> &[Parameter<'_>] { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:646:20 [INFO] [stderr] | [INFO] [stderr] 646 | fn subcommands(&self) -> &[SubCommand<R>] { [INFO] [stderr] | ^^^^^ ---------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 646 | fn subcommands(&self) -> &[SubCommand<'_, R>] { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/constexpr/mod.rs:650:16 [INFO] [stderr] | [INFO] [stderr] 650 | fn command(&self) -> Option<Command<R>> { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 650 | fn command(&self) -> Option<Command<'_, R>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cliutil` (lib) generated 18 warnings [INFO] [stderr] Scraping cliutil v0.1.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting cliutil v0.1.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cliutil/index.html [INFO] running `Command { std: "docker" "inspect" "aa092ee54de225769e87808a3781013d243a8d823456354452c02561c7bb856c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa092ee54de225769e87808a3781013d243a8d823456354452c02561c7bb856c", kill_on_drop: false }` [INFO] [stdout] aa092ee54de225769e87808a3781013d243a8d823456354452c02561c7bb856c