# rustc version rustc 1.95.0-nightly (a423f68a0 2026-02-13)
# docs.rs version docsrs 0.0.0 (91dcccd9 2026-02-13 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/eventql-parser-0.1.12/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/eventql-parser-0.1.12/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260213-1.95.0-nightly-a423f68a0\", \"--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] 555ab54bac4edf482e126498bf73f19c05ba129aa93ae8b49ee5169fb50a54c1 [INFO] running `Command { std: "docker" "start" "-a" "555ab54bac4edf482e126498bf73f19c05ba129aa93ae8b49ee5169fb50a54c1", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting eventql-parser v0.1.12 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `Expr` links to private item `ExprArena` [INFO] [stderr] --> src/arena.rs:77:40 [INFO] [stderr] | [INFO] [stderr] 77 | /// An expression node stored in the [`ExprArena`]. [INFO] [stderr] | ^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `StrRef` links to private item `crate::arena::StringArena` [INFO] [stderr] --> src/ast.rs:73:59 [INFO] [stderr] | [INFO] [stderr] 73 | /// A reference to a string stored in the [`StringArena`](crate::arena::StringArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `VecRef` links to private item `crate::arena::ExprArena` [INFO] [stderr] --> src/ast.rs:77:72 [INFO] [stderr] | [INFO] [stderr] 77 | /// A reference to a vector of expressions stored in the [`ExprArena`](crate::arena::ExprArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `RecRef` links to private item `crate::arena::ExprArena` [INFO] [stderr] --> src/ast.rs:81:74 [INFO] [stderr] | [INFO] [stderr] 81 | /// A reference to a vector of record fields stored in the [`ExprArena`](crate::arena::ExprArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `ExprRef` links to private item `crate::arena::ExprArena` [INFO] [stderr] --> src/ast.rs:93:61 [INFO] [stderr] | [INFO] [stderr] 93 | /// A reference to an expression stored in an [`ExprArena`](crate::arena::ExprArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `TypeRef` links to private item `crate::arena::TypeArena` [INFO] [stderr] --> src/typing/mod.rs:6:55 [INFO] [stderr] | [INFO] [stderr] 6 | /// A reference to a type stored in the [`TypeArena`](crate::arena::TypeArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Record` links to private item `crate::arena::TypeArena` [INFO] [stderr] --> src/typing/mod.rs:10:68 [INFO] [stderr] | [INFO] [stderr] 10 | /// A reference to a record definition stored in the [`TypeArena`](crate::arena::TypeArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `ArgsRef` links to private item `crate::arena::TypeArena` [INFO] [stderr] --> src/typing/mod.rs:14:78 [INFO] [stderr] | [INFO] [stderr] 14 | /// A reference to a function argument type list stored in the [`TypeArena`](crate::arena::TypeArena). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: `eventql-parser` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/eventql_parser/index.html [INFO] running `Command { std: "docker" "inspect" "555ab54bac4edf482e126498bf73f19c05ba129aa93ae8b49ee5169fb50a54c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "555ab54bac4edf482e126498bf73f19c05ba129aa93ae8b49ee5169fb50a54c1", kill_on_drop: false }` [INFO] [stdout] 555ab54bac4edf482e126498bf73f19c05ba129aa93ae8b49ee5169fb50a54c1