Build #1109624 2024-01-31T01:07:08.455529+00:00
# rustc version
rustc 1.77.0-nightly (5518eaa94 2024-01-29)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/solana-randomness-service-1.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/solana-randomness-service-1.0.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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"doc_cfg\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240129-1.77.0-nightly-5518eaa94\", \"--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] bae8c3cb2c3ebe64e3635fb190cd1e94a021a1e1ad1f5cfce3102a35c67d1529
[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" "bae8c3cb2c3ebe64e3635fb190cd1e94a021a1e1ad1f5cfce3102a35c67d1529", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting solana-randomness-service v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `simple_randomness_v1` is both a function and a module
[INFO] [stderr] --> src/lib.rs:22:31
[INFO] [stderr] |
[INFO] [stderr] 22 | //! - [simple_randomness_v1](simple_randomness_v1): Request randomness from the Switchboard service. This is the main instruction you wi...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 22 | //! - [simple_randomness_v1](simple_randomness_v1()): Request randomness from the Switchboard service. This is the main instruction you will need to integrate.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 22 | //! - [simple_randomness_v1](mod@simple_randomness_v1): Request randomness from the Switchboard service. This is the main instruction you will need to integrate.
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `simple_randomness_v1_settle` is both a function and a module
[INFO] [stderr] --> src/lib.rs:23:38
[INFO] [stderr] |
[INFO] [stderr] 23 | //! - [simple_randomness_v1_settle](simple_randomness_v1_settle): Settles a randomness request and invokes the user's callback.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 23 | //! - [simple_randomness_v1_settle](simple_randomness_v1_settle()): Settles a randomness request and invokes the user's callback.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 23 | //! - [simple_randomness_v1_settle](mod@simple_randomness_v1_settle): Settles a randomness request and invokes the user's callback.
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `simple_randomness_v1_callback_error` is both a function and a module
[INFO] [stderr] --> src/lib.rs:24:46
[INFO] [stderr] |
[INFO] [stderr] 24 | //! - [simple_randomness_v1_callback_error](simple_randomness_v1_callback_error): Sets the error message for a randomness request. This ...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr] |
[INFO] [stderr] 24 | //! - [simple_randomness_v1_callback_error](simple_randomness_v1_callback_error()): Sets the error message for a randomness request. This provides visibility to the user that the request failed off-chain.
[INFO] [stderr] | ++
[INFO] [stderr] help: to link to the module, prefix with `mod@`
[INFO] [stderr] |
[INFO] [stderr] 24 | //! - [simple_randomness_v1_callback_error](mod@simple_randomness_v1_callback_error): Sets the error message for a randomness request. This provides visibility to the user that the request failed off-chain.
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:9:16
[INFO] [stderr] |
[INFO] [stderr] 9 | //! - [State](State): The program state account. Stores the cost per byte of randomness, the Switchboard service, and the wallet that wi...
[INFO] [stderr] | ----- ^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 9 | //! - [State]: The program state account. Stores the cost per byte of randomness, the Switchboard service, and the wallet that will accrue rewards for fulfilling randomness requests.
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:10:36
[INFO] [stderr] |
[INFO] [stderr] 10 | //! - [SimpleRandomnessV1Account](SimpleRandomnessV1Account): Stores the user's request for randomness. This account is created on-chain...
[INFO] [stderr] | ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 10 | //! - [SimpleRandomnessV1Account]: Stores the user's request for randomness. This account is created on-chain and used by the off-chain oracle to fulfill the request. This account is automatically closed upon successful fulfillment.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:14:21
[INFO] [stderr] |
[INFO] [stderr] 14 | //! - [initialize](initialize): init the program state and set the program authority permitted to make global config changes.
[INFO] [stderr] | ---------- ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 14 | //! - [initialize]: init the program state and set the program authority permitted to make global config changes.
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:15:19
[INFO] [stderr] |
[INFO] [stderr] 15 | //! - [set_fees](set_fees): Sets the randomness fee per byte of randomness requested. Doesnt include the 10_000 lamport base fee or the ...
[INFO] [stderr] | -------- ^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 15 | //! - [set_fees]: Sets the randomness fee per byte of randomness requested. Doesnt include the 10_000 lamport base fee or the priority fees.
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:16:34
[INFO] [stderr] |
[INFO] [stderr] 16 | //! - [set_switchboard_service](set_switchboard_service): Sets the SwitchboardService that will fulfill the request.
[INFO] [stderr] | ----------------------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 16 | //! - [set_switchboard_service]: Sets the SwitchboardService that will fulfill the request.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:17:37
[INFO] [stderr] |
[INFO] [stderr] 17 | //! - [program_authority_withdraw](program_authority_withdraw): Allows the program authority to withdraw from the reward escrow.
[INFO] [stderr] | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 17 | //! - [program_authority_withdraw]: Allows the program authority to withdraw from the reward escrow.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:18:39
[INFO] [stderr] |
[INFO] [stderr] 18 | //! - [switchboard_service_withdraw](switchboard_service_withdraw): Allows the Switchboard service to withdraw funds to pay for future r...
[INFO] [stderr] | ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 18 | //! - [switchboard_service_withdraw]: Allows the Switchboard service to withdraw funds to pay for future requests
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:22:31
[INFO] [stderr] |
[INFO] [stderr] 22 | //! - [simple_randomness_v1](simple_randomness_v1): Request randomness from the Switchboard service. This is the main instruction you wi...
[INFO] [stderr] | -------------------- ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 22 | //! - [simple_randomness_v1]: Request randomness from the Switchboard service. This is the main instruction you will need to integrate.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:23:38
[INFO] [stderr] |
[INFO] [stderr] 23 | //! - [simple_randomness_v1_settle](simple_randomness_v1_settle): Settles a randomness request and invokes the user's callback.
[INFO] [stderr] | --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 23 | //! - [simple_randomness_v1_settle]: Settles a randomness request and invokes the user's callback.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:24:46
[INFO] [stderr] |
[INFO] [stderr] 24 | //! - [simple_randomness_v1_callback_error](simple_randomness_v1_callback_error): Sets the error message for a randomness request. This ...
[INFO] [stderr] | ----------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 24 | //! - [simple_randomness_v1_callback_error]: Sets the error message for a randomness request. This provides visibility to the user that the request failed off-chain.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:25:46
[INFO] [stderr] |
[INFO] [stderr] 25 | //! - [simple_randomness_v1_callback_close](simple_randomness_v1_callback_close): Allows the user to acknowledge the error message and c...
[INFO] [stderr] | ----------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 25 | //! - [simple_randomness_v1_callback_close]: Allows the user to acknowledge the error message and close the request.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `solana-randomness-service` (lib doc) generated 14 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.11s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/solana_randomness_service/index.html
[INFO] running `Command { std: "docker" "inspect" "bae8c3cb2c3ebe64e3635fb190cd1e94a021a1e1ad1f5cfce3102a35c67d1529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bae8c3cb2c3ebe64e3635fb190cd1e94a021a1e1ad1f5cfce3102a35c67d1529", kill_on_drop: false }`
[INFO] [stdout] bae8c3cb2c3ebe64e3635fb190cd1e94a021a1e1ad1f5cfce3102a35c67d1529