async-pop 1.1.1

A simple Pop3 compatible client
Documentation
Build #1670528 2025-01-25 19:27:14
# rustc version
rustc 1.86.0-nightly (1e9b0177d 2025-01-24)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/async-pop-1.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/async-pop-1.1.1/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250124-1.86.0-nightly-1e9b0177d\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2d89f2a0a685609de050de739e04048e2349aeb5a7919aa7e2d586772285ffbf
[INFO] running `Command { std: "docker" "start" "-a" "2d89f2a0a685609de050de739e04048e2349aeb5a7919aa7e2d586772285ffbf", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting async-pop v1.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `RFC822`
[INFO] [stderr]    --> src/lib.rs:495:167
[INFO] [stderr]     |
[INFO] [stderr] 495 | ...f the timestamp corresponds to the `msg-id' in [RFC822], and MUST be different each time the POP3 server issues a banner greeting.  Fo...
[INFO] [stderr]     |                                                    ^^^^^^ no item named `RFC822` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `RFC1321`
[INFO] [stderr]    --> src/lib.rs:501:248
[INFO] [stderr]     |
[INFO] [stderr] 501 | ...r is calculated by applying the MD5 algorithm [RFC1321] to a string consisting of the timestamp (including angle-brackets) followed by...
[INFO] [stderr]     |                                                   ^^^^^^^ no item named `RFC1321` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/response/capability.rs:23:86
[INFO] [stderr]    |
[INFO] [stderr] 23 |     /// Whether the use of a SASL based login is supported and if so what kinds. See https://www.rfc-editor.org/rfc/rfc1734
[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] 23 |     /// Whether the use of a SASL based login is supported and if so what kinds. See <https://www.rfc-editor.org/rfc/rfc1734>
[INFO] [stderr]    |                                                                                      +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/response/capability.rs:25:61
[INFO] [stderr]    |
[INFO] [stderr] 25 |     /// Whether the server uses extends response codes. See https://www.rfc-editor.org/rfc/rfc2449#section-8
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 25 |     /// Whether the server uses extends response codes. See <https://www.rfc-editor.org/rfc/rfc2449#section-8>
[INFO] [stderr]    |                                                             +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/response/capability.rs:29:53
[INFO] [stderr]    |
[INFO] [stderr] 29 |     /// Whether the server supports pipelining. See https://www.rfc-editor.org/rfc/rfc2197
[INFO] [stderr]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 29 |     /// Whether the server supports pipelining. See <https://www.rfc-editor.org/rfc/rfc2197>
[INFO] [stderr]    |                                                     +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:214:9
[INFO] [stderr]     |
[INFO] [stderr] 214 |     /// https://www.rfc-editor.org/rfc/rfc1939#section-3
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 214 |     /// <https://www.rfc-editor.org/rfc/rfc1939#section-3>
[INFO] [stderr]     |         +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:230:9
[INFO] [stderr]     |
[INFO] [stderr] 230 |     /// https://www.rfc-editor.org/rfc/rfc1939#page-9
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 230 |     /// <https://www.rfc-editor.org/rfc/rfc1939#page-9>
[INFO] [stderr]     |         +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:254:9
[INFO] [stderr]     |
[INFO] [stderr] 254 |     /// https://www.rfc-editor.org/rfc/rfc1939#page-12
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 254 |     /// <https://www.rfc-editor.org/rfc/rfc1939#page-12>
[INFO] [stderr]     |         +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:382:9
[INFO] [stderr]     |
[INFO] [stderr] 382 |     /// https://www.rfc-editor.org/rfc/rfc1939#page-9
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 382 |     /// <https://www.rfc-editor.org/rfc/rfc1939#page-9>
[INFO] [stderr]     |         +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:419:9
[INFO] [stderr]     |
[INFO] [stderr] 419 |     /// https://www.rfc-editor.org/rfc/rfc1939#page-8
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 419 |     /// <https://www.rfc-editor.org/rfc/rfc1939#page-8>
[INFO] [stderr]     |         +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:670:9
[INFO] [stderr]     |
[INFO] [stderr] 670 |     /// https://www.rfc-editor.org/rfc/rfc1939#page-5
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 670 |     /// <https://www.rfc-editor.org/rfc/rfc1939#page-5>
[INFO] [stderr]     |         +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: `async-pop` (lib doc) generated 11 warnings (run `cargo fix --lib -p async-pop` to apply 9 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/async_pop/index.html
[INFO] running `Command { std: "docker" "inspect" "2d89f2a0a685609de050de739e04048e2349aeb5a7919aa7e2d586772285ffbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d89f2a0a685609de050de739e04048e2349aeb5a7919aa7e2d586772285ffbf", kill_on_drop: false }`
[INFO] [stdout] 2d89f2a0a685609de050de739e04048e2349aeb5a7919aa7e2d586772285ffbf