# rustc version rustc 1.98.0-nightly (654079540 2026-06-12)
# docs.rs version docsrs 0.0.0 (315c10ebfec2882140bb9b1758b9798e401693bc 2026-06-13 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "791a782c5a7e9f51910cc22a9076f8cda1b5e7e57e4c31c7f822eb5daafba431" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260612-1.98.0-nightly-654079540\", \"--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: profile package spec `dataflow-wasm` in profile `release` did not match any packages [INFO] [stderr] [INFO] [stderr] help: a package with a similar name exists: `dataflow-rs` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: async_handler_benchmark, async_migration, benchmark, complete_workflow, custom_function, error_handling, hello_world, map_performance_test, micro_cond_bench, micro_multiworkflow_bench, realistic_benchmark, rules_engine [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting dataflow-rs v3.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `is_sync_builtin` links to private item `Self::try_execute_in_arena` [INFO] [stderr] --> src/engine/functions/config.rs:319:46 [INFO] [stderr] | [INFO] [stderr] 319 | /// Must match the variants handled in [`Self::try_execute_in_arena`]; the [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 `execute` links to private item `Self::execute_in_arena` [INFO] [stderr] --> src/engine/functions/filter.rs:45:19 [INFO] [stderr] | [INFO] [stderr] 45 | /// through [`Self::execute_in_arena`] to reuse the cached arena form of [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 `execute` links to private item `Self::execute_in_arena` [INFO] [stderr] --> src/engine/functions/log.rs:57:45 [INFO] [stderr] | [INFO] [stderr] 57 | /// stretch the dispatch goes through [`Self::execute_in_arena`] to reuse [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 `task_executor` links to private item `FunctionConfig::try_execute_in_arena` [INFO] [stderr] --> src/engine/task_executor.rs:5:19 [INFO] [stderr] | [INFO] [stderr] 5 | //! stretch via [`FunctionConfig::try_execute_in_arena`]; this module owns [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 `TaskExecutor` links to private item `FunctionConfig::try_execute_in_arena` [INFO] [stderr] --> src/engine/task_executor.rs:29:13 [INFO] [stderr] | [INFO] [stderr] 29 | /// calls [`FunctionConfig::try_execute_in_arena`] inside its sync stretch [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: unresolved link to `i` [INFO] [stderr] --> src/engine/trace.rs:34:26 [INFO] [stderr] | [INFO] [stderr] 34 | /// mapping_contexts[i] = message.context before mapping[i] executed. [INFO] [stderr] | ^ no item named `i` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `i` [INFO] [stderr] --> src/engine/trace.rs:34:62 [INFO] [stderr] | [INFO] [stderr] 34 | /// mapping_contexts[i] = message.context before mapping[i] executed. [INFO] [stderr] | ^ no item named `i` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `Logic` [INFO] [stderr] --> src/engine/mod.rs:105:12 [INFO] [stderr] | [INFO] [stderr] 105 | /// - **Arc<Logic>**: Pre-compiled logic shared across all async tasks [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 105 | /// - **`Arc<Logic>`**: Pre-compiled logic shared across all async tasks [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `dataflow-rs` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/dataflow_rs/index.html [INFO] running `Command { std: "docker" "inspect" "791a782c5a7e9f51910cc22a9076f8cda1b5e7e57e4c31c7f822eb5daafba431", kill_on_drop: false }`