# rustc version rustc 1.66.0-nightly (c0983a9aa 2022-10-12)
# docs.rs version docsrs 0.6.0 (471e4f0 2022-10-13)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/telegram-bot-api-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/telegram-bot-api-0.1.2/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221012-1.66.0-nightly-c0983a9aa\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--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] e5da4881d7b3490cb73dc289220cc6e99457f857c8cc1a45a4788abc42b015c8 [INFO] running `Command { std: "docker" "start" "-a" "e5da4881d7b3490cb73dc289220cc6e99457f857c8cc1a45a4788abc42b015c8", kill_on_drop: false }` [INFO] [stderr] Documenting telegram-bot-api v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unclosed HTML tag `token` [INFO] [stderr] --> src/bot.rs:269:275 [INFO] [stderr] | [INFO] [stderr] 269 | ...en be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It i... [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 269 | /// Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/`bot<token>`/<file_path>, where <file_path> is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `token` [INFO] [stderr] --> src/methods.rs:1252:271 [INFO] [stderr] | [INFO] [stderr] 1252 | ...en be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It i... [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 1252 | /// Use this method to get basic information about a file and prepare it for downloading. For the moment, bots can download files of up to 20MB in size. On success, a File object is returned. The file can then be downloaded via the link https://api.telegram.org/file/`bot<token>`/<file_path>, where <file_path> is taken from the response. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile again. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `token` [INFO] [stderr] --> src/types.rs:1162:132 [INFO] [stderr] | [INFO] [stderr] 1162 | ...an be downloaded via the link https://api.telegram.org/file/bot<token>/<file_path>. It is guaranteed that the link will be valid for a... [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 1162 | /// This object represents a file ready to be downloaded. The file can be downloaded via the link https://api.telegram.org/file/`bot<token>`/<file_path>. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `token` [INFO] [stderr] --> src/types.rs:1172:67 [INFO] [stderr] | [INFO] [stderr] 1172 | /// Optional. File path. Use https://api.telegram.org/file/bot<token>/<file_path> to get the file. [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 1172 | /// Optional. File path. Use https://api.telegram.org/file/`bot<token>`/<file_path> to get the file. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/bot.rs:269:242 [INFO] [stderr] | [INFO] [stderr] 269 | ...via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It is guaranteed that... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.telegram.org/file/bot>` [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] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/bot.rs:482:71 [INFO] [stderr] | [INFO] [stderr] 482 | ...s. See https://core.telegram.org/bots#commands for more details about bot commands. Returns True on success. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/bots#commands>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:1252:238 [INFO] [stderr] | [INFO] [stderr] 1252 | ...via the link https://api.telegram.org/file/bot<token>/<file_path>, where <file_path> is taken from the response. It is guaranteed that... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.telegram.org/file/bot>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:1999:67 [INFO] [stderr] | [INFO] [stderr] 1999 | ...s. See https://core.telegram.org/bots#commands for more details about bot commands. Returns True on success. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/bots#commands>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:2414:81 [INFO] [stderr] | [INFO] [stderr] 2414 | ...g multipart/form-data. See https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/stickers#animated-sticker-requirements>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:2417:78 [INFO] [stderr] | [INFO] [stderr] 2417 | ...ing multipart/form-data. See https://core.telegram.org/stickers#video-sticker-requirements for technical requirements [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/stickers#video-sticker-requirements>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:2475:81 [INFO] [stderr] | [INFO] [stderr] 2475 | ...g multipart/form-data. See https://core.telegram.org/stickers#animated-sticker-requirements for technical requirements [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/stickers#animated-sticker-requirements>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:2478:78 [INFO] [stderr] | [INFO] [stderr] 2478 | ...ing multipart/form-data. See https://core.telegram.org/stickers#video-sticker-requirements for technical requirements [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/stickers#video-sticker-requirements>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:2566:188 [INFO] [stderr] | [INFO] [stderr] 2566 | ... 32 kilobytes in size; see https://core.telegram.org/stickers#animated-sticker-requirements for animated sticker technical requirement... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/stickers#animated-sticker-requirements>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/methods.rs:2566:365 [INFO] [stderr] | [INFO] [stderr] 2566 | ...to 32 kilobytes in size; see https://core.telegram.org/stickers#video-sticker-requirements for video sticker technical requirements. P... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://core.telegram.org/stickers#video-sticker-requirements>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/types.rs:548:150 [INFO] [stderr] | [INFO] [stderr] 548 | ...(/start@jobs_bot), “url” (https://telegram.org), “email” (do-not-reply@telegram.org), “phone_number” (+1-212-555-0123), “bold” (bold t... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://telegram.org>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/types.rs:1162:99 [INFO] [stderr] | [INFO] [stderr] 1162 | ...via the link https://api.telegram.org/file/bot<token>/<file_path>. It is guaranteed that the link will be valid for at least 1 hour. W... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.telegram.org/file/bot>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/types.rs:1172:34 [INFO] [stderr] | [INFO] [stderr] 1172 | /// Optional. File path. Use https://api.telegram.org/file/bot<token>/<file_path> to get the file. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://api.telegram.org/file/bot>` [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] [INFO] [stderr] warning: `telegram-bot-api` (lib doc) generated 17 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.98s [INFO] running `Command { std: "docker" "inspect" "e5da4881d7b3490cb73dc289220cc6e99457f857c8cc1a45a4788abc42b015c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5da4881d7b3490cb73dc289220cc6e99457f857c8cc1a45a4788abc42b015c8", kill_on_drop: false }` [INFO] [stdout] e5da4881d7b3490cb73dc289220cc6e99457f857c8cc1a45a4788abc42b015c8