netsim-embed 0.9.1

Network simulator.
Documentation
Build #1680527 2025-01-28T01:24:45.495520+00:00
# rustc version
rustc 1.86.0-nightly (f85c6de55 2025-01-26)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/netsim-embed-0.9.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/netsim-embed-0.9.1/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250126-1.86.0-nightly-f85c6de55\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] ce6204eed4f509cf62b40377b001cba37e47d1621df0922ff05a6508a47c200e
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ce6204eed4f509cf62b40377b001cba37e47d1621df0922ff05a6508a47c200e", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: broadcast_client, broadcast_server, detect_support, if_watch, if_watch_runner, iperf_client, iperf_server, netcat_host, tcp_client, tcp_server, udp_client, udp_gso_client, udp_gso_server, udp_server, wait_for_exit
[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]     Checking netsim-embed-machine v0.6.4
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/netsim-embed-machine-0.6.4/src/namespace.rs:36:28
[INFO] [stderr]    |
[INFO] [stderr] 36 |             Ok(Self { pid, tid })
[INFO] [stderr]    |                            ^^^ expected `i64`, found `i32`
[INFO] [stderr]    |
[INFO] [stderr] help: you can convert an `i32` to an `i64`
[INFO] [stderr]    |
[INFO] [stderr] 36 |             Ok(Self { pid, tid: tid.into() })
[INFO] [stderr]    |                            ++++    +++++++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `netsim-embed-machine` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ce6204eed4f509cf62b40377b001cba37e47d1621df0922ff05a6508a47c200e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce6204eed4f509cf62b40377b001cba37e47d1621df0922ff05a6508a47c200e", kill_on_drop: false }`
[INFO] [stdout] ce6204eed4f509cf62b40377b001cba37e47d1621df0922ff05a6508a47c200e