Build #2023603 2025-04-21 21:16:03
# rustc version
rustc 1.88.0-nightly (b8c54d635 2025-04-20)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/akinator-py-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/akinator-py-0.2.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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250420-1.88.0-nightly-b8c54d635\", \"--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] 24bf3a43309cead4c6ec809bd648eb9b2e9cb57be8952fdb0cc4f202eae1f6ed
[INFO] running `Command { std: "docker" "start" "-a" "24bf3a43309cead4c6ec809bd648eb9b2e9cb57be8952fdb0cc4f202eae1f6ed", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting akinator-py v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `addr_of`
[INFO] [stderr] --> src/error.rs:28:1
[INFO] [stderr] |
[INFO] [stderr] 28 | / create_exceptions![
[INFO] [stderr] 29 | | (CantGoBackAnyFurther, "Raised when the akinator is already on the 1st question / there are no more questions to go back on"),
[INFO] [stderr] 30 | | (InvalidAnswer, "Raised when an invalid answer string is used when instantiating a Language enum from str"),
[INFO] [stderr] 31 | | (InvalidLanguage, "Raised when an invalid language string is used when instantiating a Language enum from str"),
[INFO] [stderr] ... |
[INFO] [stderr] 36 | | (ServersDown, "Raised when the akinator servers in the requested region are down"),
[INFO] [stderr] 37 | | ];
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exceptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `addr_of`
[INFO] [stderr] --> src/error.rs:28:1
[INFO] [stderr] |
[INFO] [stderr] 28 | / create_exceptions![
[INFO] [stderr] 29 | | (CantGoBackAnyFurther, "Raised when the akinator is already on the 1st question / there are no more questions to go back on"),
[INFO] [stderr] 30 | | (InvalidAnswer, "Raised when an invalid answer string is used when instantiating a Language enum from str"),
[INFO] [stderr] 31 | | (InvalidLanguage, "Raised when an invalid language string is used when instantiating a Language enum from str"),
[INFO] [stderr] ... |
[INFO] [stderr] 36 | | (ServersDown, "Raised when the akinator servers in the requested region are down"),
[INFO] [stderr] 37 | | ];
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr] = help: try referring to `$crate::pyobject_native_type_info` crate for guidance on how handle this unexpected cfg
[INFO] [stderr] = help: the macro `$crate::pyobject_native_type_info` may come from an old version of the `pyo3` crate, try updating your dependency with `cargo update -p pyo3`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `$crate::pyobject_native_type_info` which comes from the expansion of the macro `create_exceptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `:class:Theme`
[INFO] [stderr] --> src/blocking_akinator.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | / /// Represents an akinator game
[INFO] [stderr] 22 | | ///
[INFO] [stderr] 23 | | /// Parameters are also set as properties which also have a setter to change the values if necessary in the future
[INFO] [stderr] 24 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 32 | | /// child_mode : Optional[:class:`bool`]
[INFO] [stderr] 33 | | /// when set to ``True``, NSFW content will not be provided
[INFO] [stderr] | |_______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] theme : Optional[:class:`Theme`]
[INFO] [stderr] ^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `:class:Theme` in scope
[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 `:class:Language`
[INFO] [stderr] --> src/blocking_akinator.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | / /// Represents an akinator game
[INFO] [stderr] 22 | | ///
[INFO] [stderr] 23 | | /// Parameters are also set as properties which also have a setter to change the values if necessary in the future
[INFO] [stderr] 24 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 32 | | /// child_mode : Optional[:class:`bool`]
[INFO] [stderr] 33 | | /// when set to ``True``, NSFW content will not be provided
[INFO] [stderr] | |_______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] language : Optional[:class:`Language`]
[INFO] [stderr] ^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `:class:Language` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `:class:bool`
[INFO] [stderr] --> src/blocking_akinator.rs:21:1
[INFO] [stderr] |
[INFO] [stderr] 21 | / /// Represents an akinator game
[INFO] [stderr] 22 | | ///
[INFO] [stderr] 23 | | /// Parameters are also set as properties which also have a setter to change the values if necessary in the future
[INFO] [stderr] 24 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 32 | | /// child_mode : Optional[:class:`bool`]
[INFO] [stderr] 33 | | /// when set to ``True``, NSFW content will not be provided
[INFO] [stderr] | |_______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] child_mode : Optional[:class:`bool`]
[INFO] [stderr] ^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `:class:bool` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `:class:Theme`
[INFO] [stderr] --> src/async_akinator.rs:22:1
[INFO] [stderr] |
[INFO] [stderr] 22 | / /// Represents an async akinator game
[INFO] [stderr] 23 | | ///
[INFO] [stderr] 24 | | /// .. note ::
[INFO] [stderr] 25 | | /// All attributes and methods are the same as the blocking :class:`Akinator` class
[INFO] [stderr] ... |
[INFO] [stderr] 37 | | /// child_mode : Optional[:class:`bool`]
[INFO] [stderr] 38 | | /// when set to ``True``, NSFW content will not be provided
[INFO] [stderr] | |_______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] theme : Optional[:class:`Theme`]
[INFO] [stderr] ^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `:class:Theme` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `:class:Language`
[INFO] [stderr] --> src/async_akinator.rs:22:1
[INFO] [stderr] |
[INFO] [stderr] 22 | / /// Represents an async akinator game
[INFO] [stderr] 23 | | ///
[INFO] [stderr] 24 | | /// .. note ::
[INFO] [stderr] 25 | | /// All attributes and methods are the same as the blocking :class:`Akinator` class
[INFO] [stderr] ... |
[INFO] [stderr] 37 | | /// child_mode : Optional[:class:`bool`]
[INFO] [stderr] 38 | | /// when set to ``True``, NSFW content will not be provided
[INFO] [stderr] | |_______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] language : Optional[:class:`Language`]
[INFO] [stderr] ^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `:class:Language` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `:class:bool`
[INFO] [stderr] --> src/async_akinator.rs:22:1
[INFO] [stderr] |
[INFO] [stderr] 22 | / /// Represents an async akinator game
[INFO] [stderr] 23 | | ///
[INFO] [stderr] 24 | | /// .. note ::
[INFO] [stderr] 25 | | /// All attributes and methods are the same as the blocking :class:`Akinator` class
[INFO] [stderr] ... |
[INFO] [stderr] 37 | | /// child_mode : Optional[:class:`bool`]
[INFO] [stderr] 38 | | /// when set to ``True``, NSFW content will not be provided
[INFO] [stderr] | |_______________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] child_mode : Optional[:class:`bool`]
[INFO] [stderr] ^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `:class:bool` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `akinator-py` (lib doc) generated 22 warnings (14 duplicates)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/akinator/index.html
[INFO] running `Command { std: "docker" "inspect" "24bf3a43309cead4c6ec809bd648eb9b2e9cb57be8952fdb0cc4f202eae1f6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24bf3a43309cead4c6ec809bd648eb9b2e9cb57be8952fdb0cc4f202eae1f6ed", kill_on_drop: false }`
[INFO] [stdout] 24bf3a43309cead4c6ec809bd648eb9b2e9cb57be8952fdb0cc4f202eae1f6ed