Build #602505 2022-07-30T21:06:52.634991+00:00
# rustc version
rustc 1.64.0-nightly (3924dac7b 2022-07-29)# docs.rs version
docsrs 0.6.0 (f9ffabd 2022-07-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ndarray-0.15.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ndarray-0.15.6/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "docs" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220729-1.64.0-nightly-3924dac7b\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] e863bf5cb65dd95d648275add4c9239e9d6b7a14b38647cba6595edaf185100e
[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" "e863bf5cb65dd95d648275add4c9239e9d6b7a14b38647cba6595edaf185100e", kill_on_drop: false }`
[INFO] [stderr] Documenting ndarray v0.15.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `par_azip`
[INFO] [stderr] --> src/doc/crate_feature_flags.rs:18:89
[INFO] [stderr] |
[INFO] [stderr] 18 | //! - Enables parallel iterators, parallelized methods, the [`parallel`] module and [`par_azip!`].
[INFO] [stderr] | ^^^^^^^^^ no item named `par_azip` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = note: `macro_rules` named `par_azip` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `concatenate`
[INFO] [stderr] --> src/doc/ndarray_for_numpy_users/mod.rs:534:71
[INFO] [stderr] |
[INFO] [stderr] 534 | //! `np.concatenate((a,b), axis=1)` | [`concatenate![Axis(1), a, b]`][concatenate!] or [`concatenate(Axis(1), &[a.view(), b.view()])`][co...
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `concatenate` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `concatenate` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `stack`
[INFO] [stderr] --> src/doc/ndarray_for_numpy_users/mod.rs:535:59
[INFO] [stderr] |
[INFO] [stderr] 535 | //! `np.stack((a,b), axis=1)` | [`stack![Axis(1), a, b]`][stack!] or [`stack(Axis(1), vec![a.view(), b.view()])`][stack()] | stack arrays...
[INFO] [stderr] | ^^^^^^ no item named `stack` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `stack` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `azip`
[INFO] [stderr] --> src/doc/ndarray_for_numpy_users/rk_step.rs:126:9
[INFO] [stderr] |
[INFO] [stderr] 126 | //! [`azip!()`] and [`.mul_add()`](f64::mul_add) on the arrays in
[INFO] [stderr] | ^^^^^^^ no item named `azip` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `azip` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `s`
[INFO] [stderr] --> src/slice.rs:23:27
[INFO] [stderr] |
[INFO] [stderr] 23 | /// See also the [`s![]`](s!) macro.
[INFO] [stderr] | ^^ no item named `s` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `s` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `s`
[INFO] [stderr] --> src/slice.rs:78:27
[INFO] [stderr] |
[INFO] [stderr] 78 | /// See also the [`s![]`](s!) macro.
[INFO] [stderr] | ^^ no item named `s` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `s` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `s`
[INFO] [stderr] --> src/slice.rs:84:27
[INFO] [stderr] |
[INFO] [stderr] 84 | /// See also the [`s![]`](s!) macro for a convenient way to create a
[INFO] [stderr] | ^^ no item named `s` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `s` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: `ndarray` (lib doc) generated 7 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.49s
[INFO] running `Command { std: "docker" "inspect" "e863bf5cb65dd95d648275add4c9239e9d6b7a14b38647cba6595edaf185100e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e863bf5cb65dd95d648275add4c9239e9d6b7a14b38647cba6595edaf185100e", kill_on_drop: false }`
[INFO] [stdout] e863bf5cb65dd95d648275add4c9239e9d6b7a14b38647cba6595edaf185100e