wasmer-backend-api 0.4.0

Client library for the Wasmer GraphQL API
Documentation
Build #1588948 2024-12-17T13:30:31.579723+00:00
# rustc version
rustc 1.85.0-nightly (6d9f6ae36 2024-12-16)# docs.rs version
docsrs 0.6.0 (5efa5e09 2024-12-16)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wasmer-backend-api-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wasmer-backend-api-0.4.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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241216-1.85.0-nightly-6d9f6ae36\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", 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] 0e5a98eeeadd40f9686cff2e38db9a6bc77efc0bd8daf3a4e5451212e842b40e
[INFO] running `Command { std: "docker" "start" "-a" "0e5a98eeeadd40f9686cff2e38db9a6bc77efc0bd8daf3a4e5451212e842b40e", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting wasmer-backend-api v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `crate::queries`
[INFO] [stderr]   --> src/client.rs:15:26
[INFO] [stderr]    |
[INFO] [stderr] 15 | /// Use the queries in [`crate::queries`] to interact with the API.
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ no item named `queries` in module `wasmer_backend_api`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_app_logs_paginated` links to private item `get_app_logs`
[INFO] [stderr]     --> src/query.rs:1790:1
[INFO] [stderr]      |
[INFO] [stderr] 1790 | / /// Get pages of logs associated with an application that lie within the
[INFO] [stderr] 1791 | | /// specified date range.
[INFO] [stderr] 1792 | | ///
[INFO] [stderr] 1793 | | /// In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr] 1794 | | /// final vector.
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr]                              ^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]      = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_app_logs_paginated_filter_instance` links to private item `get_app_logs`
[INFO] [stderr]     --> src/query.rs:1827:1
[INFO] [stderr]      |
[INFO] [stderr] 1827 | / /// Get pages of logs associated with an application that lie within the
[INFO] [stderr] 1828 | | /// specified date range with a specific instance identifier.
[INFO] [stderr] 1829 | | ///
[INFO] [stderr] 1830 | | /// In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr] 1831 | | /// final vector.
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr]                              ^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `get_app_logs_paginated_filter_request` links to private item `get_app_logs`
[INFO] [stderr]     --> src/query.rs:1874:1
[INFO] [stderr]      |
[INFO] [stderr] 1874 | / /// Get pages of logs associated with an specific request for application that lie within the
[INFO] [stderr] 1875 | | /// specified date range.
[INFO] [stderr] 1876 | | ///
[INFO] [stderr] 1877 | | /// In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr] 1878 | | /// final vector.
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              In contrast to [`get_app_logs`], this function collects the stream into a
[INFO] [stderr]                              ^^^^^^^^^^^^^^
[INFO] [stderr]      = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: `wasmer-backend-api` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
[INFO] [stderr]    Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/wasmer_backend_api/index.html
[INFO] running `Command { std: "docker" "inspect" "0e5a98eeeadd40f9686cff2e38db9a6bc77efc0bd8daf3a4e5451212e842b40e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e5a98eeeadd40f9686cff2e38db9a6bc77efc0bd8daf3a4e5451212e842b40e", kill_on_drop: false }`
[INFO] [stdout] 0e5a98eeeadd40f9686cff2e38db9a6bc77efc0bd8daf3a4e5451212e842b40e