Build #1825076 2025-03-02 06:58:49
# rustc version
rustc 1.87.0-nightly (8c392966a 2025-03-01)# docs.rs version
docsrs 0.6.0 (d925d3c8 2025-02-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/mexprp-0.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/mexprp-0.3.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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250301-1.87.0-nightly-8c392966a\", \"--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] 91ba566ab2275d476d42d35f9531083b9b81778ad1f50b2a98e7ea80535a65e7
[INFO] running `Command { std: "docker" "start" "-a" "91ba566ab2275d476d42d35f9531083b9b81778ad1f50b2a98e7ea80535a65e7", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/lib.rs:118:13
[INFO] [stderr] |
[INFO] [stderr] 118 | #![cfg_attr(feature = "cargo-clippy", allow(collapsible_if))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default` and `rug`
[INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[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]
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/term.rs:233:12
[INFO] [stderr] |
[INFO] [stderr] 233 | #[cfg_attr(feature = "cargo-clippy", allow(redundant_closure))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `default` and `rug`
[INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
[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]
[INFO] [stderr] warning: `mexprp` (lib) generated 2 warnings
[INFO] [stderr] Scraping mexprp v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting mexprp v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `mexprp` links to private item `context`
[INFO] [stderr] --> src/lib.rs:115:90
[INFO] [stderr] |
[INFO] [stderr] 115 | //! the `sqrt()` function. More info can be found in the API docs (check the [`context`](context) module).
[INFO] [stderr] | ^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `::func::Func`
[INFO] [stderr] --> src/context.rs:34:70
[INFO] [stderr] |
[INFO] [stderr] 34 | /// A custom function is anything that implements the [`func::Func`](::func::Func) trait. There's a
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:22:91
[INFO] [stderr] |
[INFO] [stderr] 22 | //! the default `Context`. The type parameter can be anything that implements the [`Num`](num::Num)
[INFO] [stderr] | ----- ^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 22 - //! the default `Context`. The type parameter can be anything that implements the [`Num`](num::Num)
[INFO] [stderr] 22 + //! the default `Context`. The type parameter can be anything that implements the [`Num`]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:57:56
[INFO] [stderr] |
[INFO] [stderr] 57 | //! Evaluating an expression will return an [`Answer`](answer::Answer) enum. An answer represents either
[INFO] [stderr] | -------- ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 57 - //! Evaluating an expression will return an [`Answer`](answer::Answer) enum. An answer represents either
[INFO] [stderr] 57 + //! Evaluating an expression will return an [`Answer`] enum. An answer represents either
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:65:87
[INFO] [stderr] |
[INFO] [stderr] 65 | //! MEXPRP supports evaluating expressions with different precisions with the [`Num`](num::Num) trait.
[INFO] [stderr] | ----- ^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 65 - //! MEXPRP supports evaluating expressions with different precisions with the [`Num`](num::Num) trait.
[INFO] [stderr] 65 + //! MEXPRP supports evaluating expressions with different precisions with the [`Num`] trait.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:83:71
[INFO] [stderr] |
[INFO] [stderr] 83 | //! For more info on the types, see the documentation for the [`num`](num) module.
[INFO] [stderr] | ----- ^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 83 - //! For more info on the types, see the documentation for the [`num`](num) module.
[INFO] [stderr] 83 + //! For more info on the types, see the documentation for the [`num`] module.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:110:63
[INFO] [stderr] |
[INFO] [stderr] 110 | //! using `Term::eval_ctx`. For more info see the [`Context`](context::Context) struct.
[INFO] [stderr] | --------- ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 110 - //! using `Term::eval_ctx`. For more info see the [`Context`](context::Context) struct.
[INFO] [stderr] 110 + //! using `Term::eval_ctx`. For more info see the [`Context`] struct.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:115:90
[INFO] [stderr] |
[INFO] [stderr] 115 | //! the `sqrt()` function. More info can be found in the API docs (check the [`context`](context) module).
[INFO] [stderr] | --------- ^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 115 - //! the `sqrt()` function. More info can be found in the API docs (check the [`context`](context) module).
[INFO] [stderr] 115 + //! the `sqrt()` function. More info can be found in the API docs (check the [`context`] module).
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: `mexprp` (lib doc) generated 10 warnings (2 duplicates)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mexprp/index.html
[INFO] running `Command { std: "docker" "inspect" "91ba566ab2275d476d42d35f9531083b9b81778ad1f50b2a98e7ea80535a65e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91ba566ab2275d476d42d35f9531083b9b81778ad1f50b2a98e7ea80535a65e7", kill_on_drop: false }`
[INFO] [stdout] 91ba566ab2275d476d42d35f9531083b9b81778ad1f50b2a98e7ea80535a65e7