[INFO] crate collenchyma 0.0.8 is already in cache [INFO] documenting collenchyma-0.0.8 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate collenchyma 0.0.8 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate collenchyma 0.0.8 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate collenchyma 0.0.8 [INFO] finished tweaking crates.io crate collenchyma 0.0.8 [INFO] tweaked toml for crates.io crate collenchyma 0.0.8 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f02ea654530fc72dc410f2606b11c74998d7fa401ec814a4590c0257d2e98392 [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" "f02ea654530fc72dc410f2606b11c74998d7fa401ec814a4590c0257d2e98392", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f02ea654530fc72dc410f2606b11c74998d7fa401ec814a4590c0257d2e98392", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f02ea654530fc72dc410f2606b11c74998d7fa401ec814a4590c0257d2e98392", kill_on_drop: false }` [INFO] [stdout] f02ea654530fc72dc410f2606b11c74998d7fa401ec814a4590c0257d2e98392 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 358fc3e8a45648dead9137a2ecd776b1c5743a257aa503f8389b511837b61e10 [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" "358fc3e8a45648dead9137a2ecd776b1c5743a257aa503f8389b511837b61e10", kill_on_drop: false }` [INFO] [stderr] Checking linear-map v0.0.4 [INFO] [stderr] Checking byteorder v0.4.2 [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Documenting collenchyma v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/tensor.rs:359:71 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn remove_copy(&mut self, destination: &DeviceType) -> Result<(MemoryType), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/framework.rs:3:6 [INFO] [stdout] | [INFO] [stdout] 3 | //! [hardware]: ../hardware/index.html [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/native/device.rs:15:60 [INFO] [stdout] | [INFO] [stdout] 15 | /// Can later be transformed into a [Collenchyma hardware][hardware]. [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/native/device.rs:16:6 [INFO] [stdout] | [INFO] [stdout] 16 | /// [hardware]: ../../hardware/index.html [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/native/hardware.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | /// Can later be transformed into a [Collenchyma hardware][hardware]. [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/native/hardware.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | /// [hardware]: ../../hardware/index.html [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/mod.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | //! components to support [hardwares][hardware] with kernel execution. [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/mod.rs:3:6 [INFO] [stdout] | [INFO] [stdout] 3 | //! [hardware]: ../hardware/index.html [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/device.rs:12:60 [INFO] [stdout] | [INFO] [stdout] 12 | /// Can later be transformed into a [Collenchyma hardware][hardware]. [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/device.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | /// [hardware]: ../../hardware/index.html [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[operation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/kernel.rs:9:63 [INFO] [stdout] | [INFO] [stdout] 9 | /// A Kernel is OpenCL's version of Collenchyma's [operation][operation]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[operation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/kernel.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | /// [operation]: ../../operation/index.html [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[binary]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/program.rs:9:61 [INFO] [stdout] | [INFO] [stdout] 9 | /// A Program is OpenCL's version of Collenchyma's [binary][binary]. [INFO] [stdout] | ^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[binary]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/opencl/program.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | /// [binary]: ../../binary/index.html [INFO] [stdout] | ^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/cuda/mod.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | //! components to support [hardwares][hardware] with kernel execution. [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[hardware]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/cuda/mod.rs:3:6 [INFO] [stdout] | [INFO] [stdout] 3 | //! [hardware]: ../hardware/index.html [INFO] [stdout] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[operation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/cuda/function.rs:8:63 [INFO] [stdout] | [INFO] [stdout] 8 | /// A Function is Cuda's version of Collenchyma's [operation][operation]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[operation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/cuda/function.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | /// [operation]: ../../operation/index.html [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[binary]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/cuda/module.rs:8:58 [INFO] [stdout] | [INFO] [stdout] 8 | /// A Module is Cuda's version of Collenchyma's [binary][binary]. [INFO] [stdout] | ^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[binary]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/frameworks/cuda/module.rs:9:6 [INFO] [stdout] | [INFO] [stdout] 9 | /// [binary]: ../../binary/index.html [INFO] [stdout] | ^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/tensor.rs:60:56 [INFO] [stdout] | [INFO] [stdout] 60 | /// Container that handles synchronization of [Memory][1] of type `T`. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/tensor.rs:61:6 [INFO] [stdout] | [INFO] [stdout] 61 | /// [1]: ../memory/index.html [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[0]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/tensor.rs:85:28 [INFO] [stdout] | [INFO] [stdout] 85 | /// tensor_desc.dims()[0] // e.g. 64 [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[2]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/tensor.rs:126:47 [INFO] [stdout] | [INFO] [stdout] 126 | /// e.g. (2, 4) -> [2,4] or () -> [] or 2 -> [2] [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/tensor.rs:226:50 [INFO] [stdout] | [INFO] [stdout] 226 | /// Create new Tensor by allocating [Memory][1] on a Device. [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[1]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/tensor.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | /// [1]: ../memory/index.html [INFO] [stdout] | ^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[libraries]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/binary.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | //! [library][libraries]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[libraries]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/binary.rs:3:6 [INFO] [stdout] | [INFO] [stdout] 3 | //! [libraries]: ../libraries/index.html [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[libraries]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/binary.rs:6:38 [INFO] [stdout] | [INFO] [stdout] 6 | //! provided by a specific [library][libraries] such as [Blas][blas]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[libraries]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/binary.rs:9:84 [INFO] [stdout] | [INFO] [stdout] 9 | //! binary representation, and returns initialized operations based on a [library][libraries]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[operation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/plugin.rs:1:75 [INFO] [stdout] | [INFO] [stdout] 1 | //! Provides helpers for explicit implementations of Backend [Operations][operation]. [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[operation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/plugin.rs:2:6 [INFO] [stdout] | [INFO] [stdout] 2 | //! [operation]: ../operation/index.html [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.25s [INFO] running `Command { std: "docker" "inspect" "358fc3e8a45648dead9137a2ecd776b1c5743a257aa503f8389b511837b61e10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "358fc3e8a45648dead9137a2ecd776b1c5743a257aa503f8389b511837b61e10", kill_on_drop: false }` [INFO] [stdout] 358fc3e8a45648dead9137a2ecd776b1c5743a257aa503f8389b511837b61e10