# rustc version rustc 1.98.0-nightly (c1b22f44c 2026-06-17)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# 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" "0c0f1f9ec7af7d2edeeebe6765161a3ea74483f7012afedd24ef0e2489c0c63e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260617-1.98.0-nightly-c1b22f44c\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting eval-magic v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `cli` links to private item `args` [INFO] [stderr] --> src/cli/mod.rs:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | //! The command tree lives in [`args`]; the per-command handlers live in [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 `cli` links to private item `commands` [INFO] [stderr] --> src/cli/mod.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | //! [`commands`], grouped by concern. This module is the thin coordinator: parse, [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: `finalize` is both a function and a module [INFO] [stderr] --> src/pipeline/grade/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | //! - [`finalize`] — fold judge responses + transcript checks into `grading.json` [INFO] [stderr] | ^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 9 | //! - [`finalize()`] — fold judge responses + transcript checks into `grading.json` [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 9 | //! - [`mod@finalize`] — fold judge responses + transcript checks into `grading.json` [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `super::decide` is both a function and a module [INFO] [stderr] --> src/sandbox/policy.rs:3:56 [INFO] [stderr] | [INFO] [stderr] 3 | //! Stateless classifiers shared by the armed guard ([`super::decide`]) and [INFO] [stderr] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 3 | //! Stateless classifiers shared by the armed guard ([`super::decide()`]) and [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 3 | //! Stateless classifiers shared by the armed guard ([`mod@super::decide`]) and [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `eval-magic` (lib doc) generated 4 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/eval_magic/index.html [INFO] running `Command { std: "docker" "inspect" "0c0f1f9ec7af7d2edeeebe6765161a3ea74483f7012afedd24ef0e2489c0c63e", kill_on_drop: false }`