Build #1638193 2025-01-17 23:33:48
# rustc version
rustc 1.86.0-nightly (99db2737c 2025-01-16)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# 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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--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] e3713ff87425191afa4abe1572f11437116befb6edf7f7f37e35d5898e0d0012
[INFO] running `Command { std: "docker" "start" "-a" "e3713ff87425191afa4abe1572f11437116befb6edf7f7f37e35d5898e0d0012", 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`]
[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`] 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`] 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`] 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`] 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`] 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.29s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mexprp/index.html
[INFO] running `Command { std: "docker" "inspect" "e3713ff87425191afa4abe1572f11437116befb6edf7f7f37e35d5898e0d0012", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3713ff87425191afa4abe1572f11437116befb6edf7f7f37e35d5898e0d0012", kill_on_drop: false }`
[INFO] [stdout] e3713ff87425191afa4abe1572f11437116befb6edf7f7f37e35d5898e0d0012