light-program-test 0.18.0

A fast local test environment for Solana programs using compressed accounts and tokens.
Build #2836719 2026-01-20 07:14:24

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.95.0-nightly (d940e5684 2026-01-19)# docs.rs version
docsrs 0.1.0 (70ee01e6 2026-01-16 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/light-program-test-0.18.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/light-program-test-0.18.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260119-1.95.0-nightly-d940e5684\", \"--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] 468e434e76f56f063d7944f1ecb1dbaabf0e537e848287c161f28017a255341b
[INFO] running `Command { std: "docker" "start" "-a" "468e434e76f56f063d7944f1ecb1dbaabf0e537e848287c161f28017a255341b", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking light-client v0.18.0
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/light-client-0.18.0/src/interface/create_accounts_proof.rs:128:36
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 address_tree_info: PackedAddressTreeInfo::default(),
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `PackedAddressTreeInfo`, found a different `PackedAddressTreeInfo`
[INFO] [stderr]     |
[INFO] [stderr] note: there are multiple different versions of crate `light_sdk_types` in the dependency graph
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/light-sdk-types-0.17.1/src/instruction/tree_info.rs:30:1
[INFO] [stderr]     |
[INFO] [stderr]  30 | pub struct PackedAddressTreeInfo {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/light-sdk-types-0.18.0/src/instruction/tree_info.rs:30:1
[INFO] [stderr]     |
[INFO] [stderr]  30 | pub struct PackedAddressTreeInfo {
[INFO] [stderr]     | -------------------------------- this is the found type
[INFO] [stderr]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/light-client-0.18.0/src/interface/create_accounts_proof.rs:205:13
[INFO] [stderr]     |
[INFO] [stderr] 205 |             address_tree_info,
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^ expected `PackedAddressTreeInfo`, found a different `PackedAddressTreeInfo`
[INFO] [stderr]     |
[INFO] [stderr] note: there are multiple different versions of crate `light_sdk_types` in the dependency graph
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/light-sdk-types-0.17.1/src/instruction/tree_info.rs:30:1
[INFO] [stderr]     |
[INFO] [stderr]  30 | pub struct PackedAddressTreeInfo {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/light-sdk-types-0.18.0/src/instruction/tree_info.rs:30:1
[INFO] [stderr]     |
[INFO] [stderr]  30 | pub struct PackedAddressTreeInfo {
[INFO] [stderr]     | -------------------------------- this is the found type
[INFO] [stderr]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `light-client` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "468e434e76f56f063d7944f1ecb1dbaabf0e537e848287c161f28017a255341b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "468e434e76f56f063d7944f1ecb1dbaabf0e537e848287c161f28017a255341b", kill_on_drop: false }`
[INFO] [stdout] 468e434e76f56f063d7944f1ecb1dbaabf0e537e848287c161f28017a255341b