Build #2282080 2025-07-02 11:24:33
# rustc version
rustc 1.90.0-nightly (71e4c005c 2025-07-01)# docs.rs version
docsrs 0.6.0 (c1135d19 2025-07-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/kproc-parser-0.0.1-beta.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/kproc-parser-0.0.1-beta.7/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\", \"-20250701-1.90.0-nightly-71e4c005c\", \"--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] 4a2d0a4c7272ed79dfc1aa068b84f13f15c4472c7d3bb9541bbfc816ac806a4c
[INFO] running `Command { std: "docker" "start" "-a" "4a2d0a4c7272ed79dfc1aa068b84f13f15c4472c7d3bb9541bbfc816ac806a4c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting kproc-parser v0.0.1-beta.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `proc_macro_wrapper`
[INFO] [stderr] --> src/lib.rs:28:11
[INFO] [stderr] |
[INFO] [stderr] 28 | #[cfg(proc_macro_wrapper)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "proc_macro_wrapper"`
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_wrapper)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_wrapper)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `proc_macro_wrapper`
[INFO] [stderr] --> src/lib.rs:31:19
[INFO] [stderr] |
[INFO] [stderr] 31 | #[cfg(any(not(proc_macro_wrapper), proc_macro))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: found config with similar value: `feature = "proc_macro_wrapper"`
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(proc_macro_wrapper)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(proc_macro_wrapper)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr] --> src/diagnostic.rs:12:5
[INFO] [stderr] |
[INFO] [stderr] 12 | //! ```ignore
[INFO] [stderr] | _____^
[INFO] [stderr] 13 | | //! error: `kproc-parser/src/diagnostic.rs:50` the token `error` has the following Boo
[INFO] [stderr] 14 | | //! error: something happens
[INFO] [stderr] 15 | | //! error: proc-macro derive panicked
[INFO] [stderr] ... |
[INFO] [stderr] 23 | | //! ```
[INFO] [stderr] | |_______^
[INFO] [stderr] |
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr] --> src/diagnostic.rs:12:5
[INFO] [stderr] |
[INFO] [stderr] 12 | //! ```ignore
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: error from rustc: unknown start of token: `
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rust/ast_nodes.rs:90:5
[INFO] [stderr] |
[INFO] [stderr] 90 | /// https://doc.rust-lang.org/stable/reference/items/structs.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 90 | /// <https://doc.rust-lang.org/stable/reference/items/structs.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rust/ast_nodes.rs:136:8
[INFO] [stderr] |
[INFO] [stderr] 136 | /// in https://doc.rust-lang.org/stable/reference/items/generics.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 136 | /// in <https://doc.rust-lang.org/stable/reference/items/generics.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rust/ast_nodes.rs:229:5
[INFO] [stderr] |
[INFO] [stderr] 229 | /// https://doc.rust-lang.org/stable/reference/items/structs.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 229 | /// <https://doc.rust-lang.org/stable/reference/items/structs.html>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rust/ast_nodes.rs:251:5
[INFO] [stderr] |
[INFO] [stderr] 251 | /// https://doc.rust-lang.org/stable/reference/types.html#type-expressions
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 251 | /// <https://doc.rust-lang.org/stable/reference/types.html#type-expressions>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rust/ast_nodes.rs:272:5
[INFO] [stderr] |
[INFO] [stderr] 272 | /// https://doc.rust-lang.org/stable/reference/types.html#type-expressions
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 272 | /// <https://doc.rust-lang.org/stable/reference/types.html#type-expressions>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/rust/ast_nodes.rs:346:5
[INFO] [stderr] |
[INFO] [stderr] 346 | /// ```rust
[INFO] [stderr] | _____^
[INFO] [stderr] 347 | | /// // #[pin_project]
[INFO] [stderr] 348 | | /// // #[key = value]
[INFO] [stderr] 349 | | /// // #![pin_project]
[INFO] [stderr] 350 | | /// // #![key = value]
[INFO] [stderr] 351 | | /// ```
[INFO] [stderr] | |_______^
[INFO] [stderr]
[INFO] [stderr] warning: unknown attribute `norun`
[INFO] [stderr] --> src/rust/kfunc.rs:14:1
[INFO] [stderr] |
[INFO] [stderr] 14 | / /// helper function to parse the method/function declaration
[INFO] [stderr] 15 | | ///
[INFO] [stderr] 16 | | /// ```norun
[INFO] [stderr] 17 | | /// fn answer_to_life_the_universe_and_everything() -> i32 {
[INFO] [stderr] ... |
[INFO] [stderr] 29 | | /// async unsafe fn unsafe_example() { }
[INFO] [stderr] 30 | | /// ```
[INFO] [stderr] | |_______^
[INFO] [stderr] |
[INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing
[INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `kproc-parser` (lib doc) generated 10 warnings (run `cargo fix --lib -p kproc-parser` to apply 5 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/kproc_parser/index.html
[INFO] running `Command { std: "docker" "inspect" "4a2d0a4c7272ed79dfc1aa068b84f13f15c4472c7d3bb9541bbfc816ac806a4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a2d0a4c7272ed79dfc1aa068b84f13f15c4472c7d3bb9541bbfc816ac806a4c", kill_on_drop: false }`
[INFO] [stdout] 4a2d0a4c7272ed79dfc1aa068b84f13f15c4472c7d3bb9541bbfc816ac806a4c