[INFO] fetching crate quantity 0.13.0... [INFO] documenting quantity-0.13.0 against master#8afe9ff1caa97654c31fb8c259dac9fdf67d6302 for pr-151918 [INFO] extracting crate quantity 0.13.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate quantity 0.13.0 [INFO] finished tweaking crates.io crate quantity 0.13.0 [INFO] tweaked toml for crates.io crate quantity 0.13.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate quantity 0.13.0 on toolchain 8afe9ff1caa97654c31fb8c259dac9fdf67d6302 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate quantity 0.13.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-dual v0.13.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24369489a252a5a078c15b168476be859ea1821b542292b737bd7028cc176706 [INFO] running `Command { std: "docker" "start" "-a" "24369489a252a5a078c15b168476be859ea1821b542292b737bd7028cc176706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24369489a252a5a078c15b168476be859ea1821b542292b737bd7028cc176706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24369489a252a5a078c15b168476be859ea1821b542292b737bd7028cc176706", kill_on_drop: false }` [INFO] [stdout] 24369489a252a5a078c15b168476be859ea1821b542292b737bd7028cc176706 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfc32a1fefe85300fc28b40e7bb212ef1f5e8f607b9dd63999097f86b11e2f5c [INFO] running `Command { std: "docker" "start" "-a" "cfc32a1fefe85300fc28b40e7bb212ef1f5e8f607b9dd63999097f86b11e2f5c", kill_on_drop: false }` [INFO] [stderr] Compiling quantity v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting quantity v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `ndarray` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provides utilities for vector valued quantities, based on the [ndarray] crate, where all entries share the same unit. [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `ndarray` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ndarray` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`ndarray`** — Use N-dimensional arrays from the [ndarray] crate as value of a quantity. [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `ndarray` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `nalgebra` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`nalgebra`** — Use dynamic or static arrays from the [nalgebra] crate as value of a quantity. [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `nalgebra` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `pyo3` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`python`** — Directly use (scalar) quantities in Python interfaces through [pyo3] and the [si-units](https://pypi.org/project/si-units/) package. [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `pyo3` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `pyo3` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`python_numpy`** — Use scalar and array quantities in Python interfaces through [pyo3], [numpy], and the [si-units](https://pypi.org/project/si-units/) package. [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `pyo3` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `numpy` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`python_numpy`** — Use scalar and array quantities in Python interfaces through [pyo3], [numpy], and the [si-units](https://pypi.org/project/si-units/) package. [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `numpy` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `approx` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`approx`** — Enable approximate comparisons through the [approx] crate. [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `approx` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s [INFO] [stderr] Generated /opt/rustwide/target/doc/quantity/index.html [INFO] running `Command { std: "docker" "inspect" "cfc32a1fefe85300fc28b40e7bb212ef1f5e8f607b9dd63999097f86b11e2f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfc32a1fefe85300fc28b40e7bb212ef1f5e8f607b9dd63999097f86b11e2f5c", kill_on_drop: false }` [INFO] [stdout] cfc32a1fefe85300fc28b40e7bb212ef1f5e8f607b9dd63999097f86b11e2f5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "python_numpy num-dual approx" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--html-in-header\", \"./src/docs-header.html\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 568e20f5a821458354dcfb820c4f4ecf492520d0a1dd01e9f2d3aab522d0cd3d [INFO] running `Command { std: "docker" "start" "-a" "568e20f5a821458354dcfb820c4f4ecf492520d0a1dd01e9f2d3aab522d0cd3d", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.13.4 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking unindent v0.2.4 [INFO] [stderr] Compiling quantity v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking wide v0.7.33 [INFO] [stderr] Checking ndarray v0.17.1 [INFO] [stderr] Compiling pyo3-build-config v0.27.2 [INFO] [stderr] Checking simba v0.9.1 [INFO] [stderr] Compiling pyo3-macros-backend v0.27.2 [INFO] [stderr] Compiling pyo3-ffi v0.27.2 [INFO] [stderr] Compiling pyo3 v0.27.2 [INFO] [stderr] Compiling numpy v0.27.1 [INFO] [stderr] Compiling nalgebra-macros v0.3.0 [INFO] [stderr] Checking nalgebra v0.34.1 [INFO] [stderr] Compiling pyo3-macros v0.27.2 [INFO] [stderr] Checking num-dual v0.13.1 [INFO] [stderr] Documenting quantity v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: public documentation for `quantity` links to private item `nalgebra` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays. [INFO] [stdout] 2 | | //! [INFO] [stdout] 3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide... [INFO] [stdout] 4 | | //! [INFO] [stdout] ... | [INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features: [INFO] [stdout] 140 | | #![doc = document_features::document_features!()] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] * **`nalgebra`** — Use dynamic or static arrays from the [nalgebra] crate as value of a quantity. [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stdout] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s [INFO] [stderr] Generated /opt/rustwide/target/doc/quantity/index.html [INFO] running `Command { std: "docker" "inspect" "568e20f5a821458354dcfb820c4f4ecf492520d0a1dd01e9f2d3aab522d0cd3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "568e20f5a821458354dcfb820c4f4ecf492520d0a1dd01e9f2d3aab522d0cd3d", kill_on_drop: false }` [INFO] [stdout] 568e20f5a821458354dcfb820c4f4ecf492520d0a1dd01e9f2d3aab522d0cd3d