solana_rbpf 0.8.0

Virtual machine and JIT compiler for eBPF programs
Documentation
Build #1036229 2023-12-04T11:20:41.131140+00:00
# rustc version
rustc 1.76.0-nightly (9fad68599 2023-12-03)
# docs.rs version
docsrs 0.6.0 (cd4e3294 2023-12-01)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/solana_rbpf-0.8.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/solana_rbpf-0.8.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/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\", \"-20231203-1.76.0-nightly-9fad68599\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b95f6d5f9a8c73094c0bd08880f615f38800460db70d482ebd0c39c73afb3b7d
[INFO] running `Command { std: "docker" "start" "-a" "b95f6d5f9a8c73094c0bd08880f615f38800460db70d482ebd0c39c73afb3b7d", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: to_json, disassemble
[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 solana_rbpf v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `DEPRECATED`
[INFO] [stderr]   --> src/ebpf.rs:60:48
[INFO] [stderr]    |
[INFO] [stderr] 60 | /// BPF operation class: load from immediate. [DEPRECATED]
[INFO] [stderr]    |                                                ^^^^^^^^^^ no item named `DEPRECATED` 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 `DEPRECATED`
[INFO] [stderr]    --> src/ebpf.rs:125:52
[INFO] [stderr]     |
[INFO] [stderr] 125 | /// BPF ALU/ALU64 operation code: multiplication. [DEPRECATED]
[INFO] [stderr]     |                                                    ^^^^^^^^^^ no item named `DEPRECATED` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DEPRECATED`
[INFO] [stderr]    --> src/ebpf.rs:127:46
[INFO] [stderr]     |
[INFO] [stderr] 127 | /// BPF ALU/ALU64 operation code: division. [DEPRECATED]
[INFO] [stderr]     |                                              ^^^^^^^^^^ no item named `DEPRECATED` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DEPRECATED`
[INFO] [stderr]    --> src/ebpf.rs:137:46
[INFO] [stderr]     |
[INFO] [stderr] 137 | /// BPF ALU/ALU64 operation code: negation. [DEPRECATED]
[INFO] [stderr]     |                                              ^^^^^^^^^^ no item named `DEPRECATED` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DEPRECATED`
[INFO] [stderr]    --> src/ebpf.rs:139:45
[INFO] [stderr]     |
[INFO] [stderr] 139 | /// BPF ALU/ALU64 operation code: modulus. [DEPRECATED]
[INFO] [stderr]     |                                             ^^^^^^^^^^ no item named `DEPRECATED` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `DEPRECATED`
[INFO] [stderr]    --> src/ebpf.rs:205:51
[INFO] [stderr]     |
[INFO] [stderr] 205 | /// BPF opcode: `lddw dst, imm` /// `dst = imm`. [DEPRECATED]
[INFO] [stderr]     |                                                   ^^^^^^^^^^ no item named `DEPRECATED` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `solana_rbpf` (lib doc) generated 6 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.77s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/solana_rbpf/index.html
[INFO] running `Command { std: "docker" "inspect" "b95f6d5f9a8c73094c0bd08880f615f38800460db70d482ebd0c39c73afb3b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b95f6d5f9a8c73094c0bd08880f615f38800460db70d482ebd0c39c73afb3b7d", kill_on_drop: false }`
[INFO] [stdout] b95f6d5f9a8c73094c0bd08880f615f38800460db70d482ebd0c39c73afb3b7d