Build #1618865 2025-01-13T09:11:57.985970+00:00
# rustc version
rustc 1.86.0-nightly (48a426eca 2025-01-12)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/orao-solana-vrf-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/orao-solana-vrf-0.5.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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250112-1.86.0-nightly-48a426eca\", \"--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] [stdout] e513c4239c32a0e3b0720bf10eb5885fbec9dd86f1dd1384ab045e40df1b4749
[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" "e513c4239c32a0e3b0720bf10eb5885fbec9dd86f1dd1384ab045e40df1b4749", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting orao-solana-vrf v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: custom attribute panicked
[INFO] [stderr] --> src/lib.rs:101:1
[INFO] [stderr] |
[INFO] [stderr] 101 | #[program]
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: message: Safety checks failed: Failed to get program path
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::sdk`
[INFO] [stderr] --> src/lib.rs:53:16
[INFO] [stderr] |
[INFO] [stderr] 53 | pub use crate::sdk::*;
[INFO] [stderr] | ^^^ could not find `sdk` in the crate root
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `anchor-debug`
[INFO] [stderr] --> src/lib.rs:190:10
[INFO] [stderr] |
[INFO] [stderr] 190 | #[derive(Accounts)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `anchor-client`, `cpi`, `default`, `ed25519-dalek`, `idl-build`, `no-entrypoint`, `no-idl`, `no-log-ix-name`, `sdk`, `thiserror`, and `tokio`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `anchor-debug`
[INFO] [stderr] --> src/lib.rs:222:10
[INFO] [stderr] |
[INFO] [stderr] 222 | #[derive(Accounts)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `anchor-client`, `cpi`, `default`, `ed25519-dalek`, `idl-build`, `no-entrypoint`, `no-idl`, `no-log-ix-name`, `sdk`, `thiserror`, and `tokio`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `anchor-debug`
[INFO] [stderr] --> src/lib.rs:262:10
[INFO] [stderr] |
[INFO] [stderr] 262 | #[derive(Accounts)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `anchor-client`, `cpi`, `default`, `ed25519-dalek`, `idl-build`, `no-entrypoint`, `no-idl`, `no-log-ix-name`, `sdk`, `thiserror`, and `tokio`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `anchor-debug`
[INFO] [stderr] --> src/lib.rs:302:10
[INFO] [stderr] |
[INFO] [stderr] 302 | #[derive(Accounts)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `anchor-client`, `cpi`, `default`, `ed25519-dalek`, `idl-build`, `no-entrypoint`, `no-idl`, `no-log-ix-name`, `sdk`, `thiserror`, and `tokio`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `anchor-debug`
[INFO] [stderr] --> src/lib.rs:348:10
[INFO] [stderr] |
[INFO] [stderr] 348 | #[derive(Accounts)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `anchor-client`, `cpi`, `default`, `ed25519-dalek`, `idl-build`, `no-entrypoint`, `no-idl`, `no-log-ix-name`, `sdk`, `thiserror`, and `tokio`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `anchor-debug`
[INFO] [stderr] --> src/lib.rs:388:10
[INFO] [stderr] |
[INFO] [stderr] 388 | #[derive(Accounts)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `anchor-client`, `cpi`, `default`, `ed25519-dalek`, `idl-build`, `no-entrypoint`, `no-idl`, `no-log-ix-name`, `sdk`, `thiserror`, and `tokio`
[INFO] [stderr] = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] warning: `orao-solana-vrf` (lib doc) generated 6 warnings
[INFO] [stderr] error: could not document `orao-solana-vrf`
[INFO] running `Command { std: "docker" "inspect" "e513c4239c32a0e3b0720bf10eb5885fbec9dd86f1dd1384ab045e40df1b4749", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e513c4239c32a0e3b0720bf10eb5885fbec9dd86f1dd1384ab045e40df1b4749", kill_on_drop: false }`
[INFO] [stdout] e513c4239c32a0e3b0720bf10eb5885fbec9dd86f1dd1384ab045e40df1b4749