github-api-octocat 0.1.0

All GitHub API endpoints in one place
Documentation
Build #1553827 2024-11-18 01:26:54

# rustc version rustc 1.84.0-nightly (f2a35426b 2024-11-16)

# docs.rs version docsrs 0.6.0 (36c721fb 2024-11-06)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/github-api-octocat-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/github-api-octocat-0.1.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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] bbd1030fa6a51d203c8a725fca45c2bf540823a39aaa340df558a4d6eac75138 [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" "bbd1030fa6a51d203c8a725fca45c2bf540823a39aaa340df558a4d6eac75138", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting github-api-octocat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:1501:9 [INFO] [stderr] | [INFO] [stderr] 1501 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 1502 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 1503 | | /// [INFO] [stderr] 1504 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 1517 | | /// console.log(encrypted); [INFO] [stderr] 1518 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 1501 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:1704:9 [INFO] [stderr] | [INFO] [stderr] 1704 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 1705 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 1706 | | /// [INFO] [stderr] 1707 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 1720 | | /// console.log(encrypted); [INFO] [stderr] 1721 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 1704 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:3347:9 [INFO] [stderr] | [INFO] [stderr] 3347 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 3348 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 3349 | | /// [INFO] [stderr] 3350 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 3363 | | /// console.log(encrypted); [INFO] [stderr] 3364 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 3347 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:4647:9 [INFO] [stderr] | [INFO] [stderr] 4647 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 4648 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 4649 | | /// [INFO] [stderr] 4650 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 4663 | | /// console.log(encrypted); [INFO] [stderr] 4664 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 4647 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:6515:9 [INFO] [stderr] | [INFO] [stderr] 6515 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 6516 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 6517 | | /// [INFO] [stderr] 6518 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 6531 | | /// console.log(encrypted); [INFO] [stderr] 6532 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 6515 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/end_points.rs:6898:92 [INFO] [stderr] | [INFO] [stderr] 6898 | /// For example, if you want to search for topics related to Ruby that are featured on https://github.com/topics. Your query might lo... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6898 | /// For example, if you want to search for topics related to Ruby that are featured on <https://github.com/topics.> Your query might look like this: [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:7392:9 [INFO] [stderr] | [INFO] [stderr] 7392 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 7393 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 7394 | | /// [INFO] [stderr] 7395 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 7408 | | /// console.log(encrypted); [INFO] [stderr] 7409 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 7392 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `github-api-octocat` (lib doc) generated 7 warnings (run `cargo fix --lib -p github-api-octocat` to apply 7 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/github_api_octocat/index.html [INFO] running `Command { std: "docker" "inspect" "bbd1030fa6a51d203c8a725fca45c2bf540823a39aaa340df558a4d6eac75138", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbd1030fa6a51d203c8a725fca45c2bf540823a39aaa340df558a4d6eac75138", kill_on_drop: false }` [INFO] [stdout] bbd1030fa6a51d203c8a725fca45c2bf540823a39aaa340df558a4d6eac75138