smoltcp 0.9.0

A TCP/IP stack designed for bare-metal, real-time systems without a heap.
Documentation
Build #738351 2023-02-06T22:18:03.271114+00:00
# rustc version
rustc 1.69.0-nightly (75a0be98f 2023-02-05)
# docs.rs version
docsrs 0.6.0 (4be003ec 2023-02-04)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/smoltcp-0.9.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/smoltcp-0.9.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:542af8c9c691278ea8427c9f55ce1005b509eeebcbbcbc893145cd6832507671" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230205-1.69.0-nightly-75a0be98f\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] c67c0530925129cb02d9f6c90783ff625579b8112254906d1f3ec3ffa6b7ec2c
[INFO] running `Command { std: "docker" "start" "-a" "c67c0530925129cb02d9f6c90783ff625579b8112254906d1f3ec3ffa6b7ec2c", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: packet2pcap, tcpdump, httpclient, ping, server, client, loopback, multicast, benchmark, dhcp_client, sixlowpan, sixlowpan_benchmark, dns
[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 smoltcp v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `ip_addrs`
[INFO] [stderr]    --> src/iface/interface/mod.rs:665:74
[INFO] [stderr]     |
[INFO] [stderr] 665 |     /// locally on IPv4 addresses other than the interface's configured [ip_addrs].
[INFO] [stderr]     |                                                                          ^^^^^^^^ no item named `ip_addrs` 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 `start_query`
[INFO] [stderr]    --> src/socket/dns.rs:255:36
[INFO] [stderr]     |
[INFO] [stderr] 255 |     /// You probably want to use [`start_query`] instead.
[INFO] [stderr]     |                                    ^^^^^^^^^^^ no item named `start_query` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Socket::bind`
[INFO] [stderr]   --> src/socket/raw.rs:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// Error returned by [`Socket::bind`]
[INFO] [stderr]    |                         ^^^^^^^^^^^^ the struct `Socket` has no field or associated item named `bind`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/macros.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |                 $( #[$variant_attr] )*
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc5095>`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/wire/ipv6routing.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / enum_with_unknown! {
[INFO] [stderr] 8  | |     /// IPv6 Extension Routing Header Routing Type
[INFO] [stderr] 9  | |     pub enum Type(u8) {
[INFO] [stderr] 10 | |         /// Source Route (DEPRECATED)
[INFO] [stderr] ...  |
[INFO] [stderr] 34 | |     }
[INFO] [stderr] 35 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/macros.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |                 $( #[$variant_attr] )*
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc6275#section-6.4>`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/wire/ipv6routing.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / enum_with_unknown! {
[INFO] [stderr] 8  | |     /// IPv6 Extension Routing Header Routing Type
[INFO] [stderr] 9  | |     pub enum Type(u8) {
[INFO] [stderr] 10 | |         /// Source Route (DEPRECATED)
[INFO] [stderr] ...  |
[INFO] [stderr] 34 | |     }
[INFO] [stderr] 35 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/macros.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |                 $( #[$variant_attr] )*
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc6554>`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/wire/ipv6routing.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / enum_with_unknown! {
[INFO] [stderr] 8  | |     /// IPv6 Extension Routing Header Routing Type
[INFO] [stderr] 9  | |     pub enum Type(u8) {
[INFO] [stderr] 10 | |         /// Source Route (DEPRECATED)
[INFO] [stderr] ...  |
[INFO] [stderr] 34 | |     }
[INFO] [stderr] 35 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/macros.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |                 $( #[$variant_attr] )*
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tools.ietf.org/html/rfc4727>`
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/wire/ipv6routing.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr] 7  | / enum_with_unknown! {
[INFO] [stderr] 8  | |     /// IPv6 Extension Routing Header Routing Type
[INFO] [stderr] 9  | |     pub enum Type(u8) {
[INFO] [stderr] 10 | |         /// Source Route (DEPRECATED)
[INFO] [stderr] ...  |
[INFO] [stderr] 34 | |     }
[INFO] [stderr] 35 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: this warning originates in the macro `enum_with_unknown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `smoltcp` (lib doc) generated 7 warnings (run `cargo fix --lib -p smoltcp` to apply 4 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.84s
[INFO] running `Command { std: "docker" "inspect" "c67c0530925129cb02d9f6c90783ff625579b8112254906d1f3ec3ffa6b7ec2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c67c0530925129cb02d9f6c90783ff625579b8112254906d1f3ec3ffa6b7ec2c", kill_on_drop: false }`
[INFO] [stdout] c67c0530925129cb02d9f6c90783ff625579b8112254906d1f3ec3ffa6b7ec2c