mangadex-api 3.4.0

SDK for the MangaDex API
Build #1558412 2024-11-20T16:37:38.176299+00:00
# rustc version
rustc 1.84.0-nightly (ee612c45f 2024-11-19)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mangadex-api-3.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mangadex-api-3.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--document-private-items\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241119-1.84.0-nightly-ee612c45f\", \"--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] 0faec503565f1bf064260ab481ca5a07e5d42dd44b222c203bac4a98133b06ba
[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" "0faec503565f1bf064260ab481ca5a07e5d42dd44b222c203bac4a98133b06ba", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: download_chapter, download_chapter_stream, download_chapter_via_utils_stream, download_chapter_via_utils_stream_with_checker, download_chapter_via_utils_vecs, download_cover_via_utils, download_cover_via_utils_manga_id, fetch_popular_titles, getting-started, latest_updates, legacy_cover_download, legacy_download_chapter, login, manga_covers, map_legacy_ids, oauth_login, oauth_login_refresh, oauth_manga_feed, search_manga_by_title, search_manga_by_title_with_reference_expansion, setting_a_custom_user_agent, upload, v5_demo
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting mangadex-api v3.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read `src/../../../../README.md`: No such file or directory (os error 2)
[INFO] [stderr]  --> src/lib.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![doc = include_str!("../../../../README.md")]
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: there is a file with the same name in a different directory
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![doc = include_str!("../README.md")]
[INFO] [stderr]   |                       ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/http_client.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 45 | /     doc(cfg(all(
[INFO] [stderr] 46 | |         not(feature = "multi-thread"),
[INFO] [stderr] 47 | |         not(feature = "tokio-multi-thread"),
[INFO] [stderr] 48 | |         not(feature = "rw-multi-thread")
[INFO] [stderr] 49 | |     )))
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/http_client.rs:84:20
[INFO] [stderr]    |
[INFO] [stderr] 84 | #[cfg_attr(docsrs, doc(cfg(feature = "oauth")))]
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/http_client.rs:256:24
[INFO] [stderr]     |
[INFO] [stderr] 256 |     #[cfg_attr(docsrs, doc(cfg(not(feature = "serialize"))))]
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/http_client.rs:358:24
[INFO] [stderr]     |
[INFO] [stderr] 358 |     #[cfg_attr(docsrs, doc(cfg(feature = "oauth")))]
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]   --> src/macros.rs:25:32
[INFO] [stderr]    |
[INFO] [stderr] 25 |               #[cfg_attr(docsrs, doc(cfg(feature = "oauth")))]
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/v5.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / cfg_oauth! {
[INFO] [stderr] 14 | |     pub mod oauth;
[INFO] [stderr] 15 | | }
[INFO] [stderr]    | |_- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]    = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr]    = note: this error originates in the macro `cfg_oauth` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:25:32
[INFO] [stderr]     |
[INFO] [stderr] 25  |               #[cfg_attr(docsrs, doc(cfg(feature = "oauth")))]
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/v5.rs:363:5
[INFO] [stderr]     |
[INFO] [stderr] 363 | /     cfg_oauth! {
[INFO] [stderr] 364 | |         pub async fn get_client_info(&self) -> Result<ClientInfo> {
[INFO] [stderr] 365 | |             let client = {
[INFO] [stderr] 366 | |                 #[cfg(all(
[INFO] [stderr] ...   |
[INFO] [stderr] 387 | |         }
[INFO] [stderr] 388 | |     }
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `cfg_oauth` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/macros.rs:25:32
[INFO] [stderr]     |
[INFO] [stderr] 25  |               #[cfg_attr(docsrs, doc(cfg(feature = "oauth")))]
[INFO] [stderr]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/v5.rs:544:5
[INFO] [stderr]     |
[INFO] [stderr] 544 | /     cfg_oauth! {
[INFO] [stderr] 545 | |         pub fn oauth(&self) -> OAuthBuider {
[INFO] [stderr] 546 | |             OAuthBuider::new(self.http_client.clone())
[INFO] [stderr] 547 | |         }
[INFO] [stderr] 548 | |     }
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr]     = note: this error originates in the macro `cfg_oauth` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental
[INFO] [stderr]    --> src/v5.rs:581:5
[INFO] [stderr]     |
[INFO] [stderr] 581 | /     doc(cfg(all(
[INFO] [stderr] 582 | |         feature = "oauth",
[INFO] [stderr] 583 | |         all(
[INFO] [stderr] 584 | |             not(feature = "multi-thread"),
[INFO] [stderr] ...   |
[INFO] [stderr] 587 | |         )
[INFO] [stderr] 588 | |     )))
[INFO] [stderr]     | |_______^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information
[INFO] [stderr]     = help: add `#![feature(doc_cfg)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2024-11-19; consider upgrading it if it is out of date
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not document `mangadex-api`
[INFO] running `Command { std: "docker" "inspect" "0faec503565f1bf064260ab481ca5a07e5d42dd44b222c203bac4a98133b06ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0faec503565f1bf064260ab481ca5a07e5d42dd44b222c203bac4a98133b06ba", kill_on_drop: false }`
[INFO] [stdout] 0faec503565f1bf064260ab481ca5a07e5d42dd44b222c203bac4a98133b06ba