# rustc version rustc 1.100.0-nightly (a69a63265 2026-09-03)
# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )
# 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" "31fdcfc5111f8c49b0052e0e436fd06c504314094087373d7a854eef14c52c2e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260903-1.100.0-nightly-a69a63265\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `package.homepage` is redundant with `package.repository` [INFO] [stderr] --> Cargo.toml:190:12 [INFO] [stderr] | [INFO] [stderr] 190 | homepage = "https://github.com/github/copilot-sdk" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 196 | repository = "https://github.com/github/copilot-sdk" [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | [INFO] [stderr] = note: `cargo::redundant_homepage` is set to `warn` by default [INFO] [stderr] help: consider removing `package.homepage` [INFO] [stderr] warning: `github-copilot-sdk` (manifest) generated 2 warnings [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: chat, hooks, lifecycle_observer, manual_tool_resume, session_fs, tool_server [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] warning: github-copilot-sdk@1.0.13: DOCS_RS is set — skipping CLI download/bundle/cache [INFO] [stderr] Documenting github-copilot-sdk v1.0.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/tool.rs:180:1 [INFO] [stderr] | [INFO] [stderr] 180 | / /// A client-defined tool's runtime implementation. [INFO] [stderr] 181 | | /// [INFO] [stderr] 182 | | /// Implement this trait when you want to bind a Rust function to a tool [INFO] [stderr] 183 | | /// name and have the SDK dispatch matching `external_tool.requested` [INFO] [stderr] ... | [INFO] [stderr] 224 | | /// .with_handler(Arc::new(GetWeather)); [INFO] [stderr] 225 | | /// ``` [INFO] [stderr] | |_______^ explicit target `crate::types::Tool` is redundant because label `Tool` resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] [INFO] [stderr] warning: `github-copilot-sdk` (lib doc) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/github_copilot_sdk/index.html [INFO] running `Command { std: "docker" "inspect" "31fdcfc5111f8c49b0052e0e436fd06c504314094087373d7a854eef14c52c2e", kill_on_drop: false }`