# rustc version rustc 1.98.0-nightly (d1fc603d1 2026-05-26)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "be801339a21a5864b4907db87d7df2d3a7a7a17556ed62ad1529969bc1f12bae" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260526-1.98.0-nightly-d1fc603d1\", \"--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: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/session/mod.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | ) -> Box<Future<Item = Session<S>, Error = thrussh::HandlerError<()>>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html> [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 32 | ) -> Box<dyn Future<Item = Session<S>, Error = thrussh::HandlerError<()>>> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `async-ssh` (lib) generated 1 warning (run `cargo fix --lib -p async-ssh` to apply 1 suggestion) [INFO] [stderr] Scraping async-ssh v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting async-ssh v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Channel` [INFO] [stderr] --> src/session/mod.rs:48:33 [INFO] [stderr] | [INFO] [stderr] 48 | /// This will give you back a [`Channel`], which can be used to read from the resulting process' [INFO] [stderr] | ^^^^^^^ no item named `Channel` 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: `async-ssh` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/async_ssh/index.html [INFO] running `Command { std: "docker" "inspect" "be801339a21a5864b4907db87d7df2d3a7a7a17556ed62ad1529969bc1f12bae", kill_on_drop: false }`