geiserx_ts_python 0.45.2

pyo3-based python bindings for tailscale
Documentation

Build #4307329 2026-09-03 00:59:26

# rustc version rustc 1.100.0-nightly (5db7f4be8 2026-09-01)

# 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" "1e492391cf7ece800d2caa7aef089c11b97fcc976cd7d3fef6f8ceb75b88e5a8" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260901-1.100.0-nightly-5db7f4be8\", \"--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\"" "-j11" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition [INFO] [stderr] warning: `geiserx_ts_python` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting geiserx_ts_python v0.45.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `int` [INFO] [stderr] --> src/lib.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | / /// Connect to tailscale using the specified parameters. [INFO] [stderr] 45 | | /// [INFO] [stderr] 46 | | /// The forwarding/routing keyword arguments mirror `tailscale.Config`: [INFO] [stderr] 47 | | /// [INFO] [stderr] ... | [INFO] [stderr] 53 | | /// - `forward_all_ports` (bool): forward every TCP/UDP port on advertised routes. [INFO] [stderr] 54 | | /// - `forward_exit_egress` (bool): actually egress exit-node flows via this host's real IP. [INFO] [stderr] | |________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] - `forward_tcp_ports` / `forward_udp_ports` (list[int]): ports the inbound forwarder splices. [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: requested on the command line with `-D rustdoc::broken-intra-doc-links` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TcpListener` [INFO] [stderr] --> src/lib.rs:670:77 [INFO] [stderr] | [INFO] [stderr] 670 | /// `mode` is a dict `{"mode": "tcp"|"http", "port": int}`. Returns a [`TcpListener`] bound on the [INFO] [stderr] | ^^^^^^^^^^^ no item named `TcpListener` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `connect` [INFO] [stderr] --> src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / /// A `tsnet.Server`-shaped embedded Tailscale node, exposing the two surfaces the plain [INFO] [stderr] 723 | | /// [`connect`]-built [`Device`] does not: the **dual-credential loopback** and the **LocalClient**. [INFO] [stderr] 724 | | /// [INFO] [stderr] 725 | | /// Construct it with the Go-`tsnet.Server` fields (all optional keyword arguments); the wrapped node [INFO] [stderr] ... | [INFO] [stderr] 728 | | /// [`connect`]/[`Device`]; this is the Go-parity `Server` surface. Cleanup happens on garbage [INFO] [stderr] 729 | | /// collection (the loopback listeners and node shut down when the last reference drops). [INFO] [stderr] | |_________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`connect`]-built [`Device`] does not: the **dual-credential loopback** and the **LocalClient**. [INFO] [stderr] ^^^^^^^^^ [INFO] [stderr] = note: no item named `connect` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `connect` [INFO] [stderr] --> src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / /// A `tsnet.Server`-shaped embedded Tailscale node, exposing the two surfaces the plain [INFO] [stderr] 723 | | /// [`connect`]-built [`Device`] does not: the **dual-credential loopback** and the **LocalClient**. [INFO] [stderr] 724 | | /// [INFO] [stderr] 725 | | /// Construct it with the Go-`tsnet.Server` fields (all optional keyword arguments); the wrapped node [INFO] [stderr] ... | [INFO] [stderr] 728 | | /// [`connect`]/[`Device`]; this is the Go-parity `Server` surface. Cleanup happens on garbage [INFO] [stderr] 729 | | /// collection (the loopback listeners and node shut down when the last reference drops). [INFO] [stderr] | |_________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`connect`]/[`Device`]; this is the Go-parity `Server` surface. Cleanup happens on garbage [INFO] [stderr] ^^^^^^^^^ [INFO] [stderr] = note: no item named `connect` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `geiserx_ts_python` (lib doc) generated 4 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tailscale/index.html [INFO] running `Command { std: "docker" "inspect" "1e492391cf7ece800d2caa7aef089c11b97fcc976cd7d3fef6f8ceb75b88e5a8", kill_on_drop: false }`