[INFO] fetching crate geo-nd 0.1.3... [INFO] documenting geo-nd-0.1.3 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate geo-nd 0.1.3 into /workspace/builds/worker-116/source [INFO] validating manifest of crates.io crate geo-nd 0.1.3 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate geo-nd 0.1.3 [INFO] finished tweaking crates.io crate geo-nd 0.1.3 [INFO] tweaked toml for crates.io crate geo-nd 0.1.3 written to /workspace/builds/worker-116/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91df5163ee8091d544ce80c448a7fef6387950f2cc882d1e7bcad9258524276c [INFO] running `Command { std: "docker" "start" "-a" "91df5163ee8091d544ce80c448a7fef6387950f2cc882d1e7bcad9258524276c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91df5163ee8091d544ce80c448a7fef6387950f2cc882d1e7bcad9258524276c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91df5163ee8091d544ce80c448a7fef6387950f2cc882d1e7bcad9258524276c", kill_on_drop: false }` [INFO] [stdout] 91df5163ee8091d544ce80c448a7fef6387950f2cc882d1e7bcad9258524276c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58df45334d4b9052956f7c00588a3959cc5dcd6b790318657533525763bc19e3 [INFO] running `Command { std: "docker" "start" "-a" "58df45334d4b9052956f7c00588a3959cc5dcd6b790318657533525763bc19e3", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Documenting geo-nd v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | #![warn(missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | fn perspective(fov: F, aspect: F, near: F, far: F) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 307 | fn look_at(eye: &V3, center: &V3, up: &V3) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | fn translate3(&mut self, by: &V3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | fn translate4(&mut self, by: &V4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:505:5 [INFO] [stdout] | [INFO] [stdout] 505 | fn of_trs(t: V3, r: Q, s: F) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:506:5 [INFO] [stdout] | [INFO] [stdout] 506 | fn get_scale(&self) -> F; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | fn get_translation(&self) -> V3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | fn get_rotation(&self) -> Q; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | fn inverse(&self) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:510:5 [INFO] [stdout] | [INFO] [stdout] 510 | fn invert(&mut self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | fn as_mat(&self) -> M4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/fqarray.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct FQArrayTrans { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/qarray.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn of_vector(data: V4) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,1,0` [INFO] [stdout] --> src/matrix_op.rs:256:84 [INFO] [stdout] | [INFO] [stdout] 256 | /// Create a matrix that maps unit dirn to [0,0,-1] and unit up (perp to dirn) to [0,1,0] [INFO] [stdout] | ^^^^^ no item named `0,1,0` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,0,0` [INFO] [stdout] --> src/matrix_op.rs:302:39 [INFO] [stdout] | [INFO] [stdout] 302 | /// Create a matrix that maps eye to [0,0,0], unit (centre-eye) to [0,0,-1] and unit up (perp to centre-eye) to [0,1,0] [INFO] [stdout] | ^^^^^ no item named `0,0,0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,1,0` [INFO] [stdout] --> src/matrix_op.rs:302:114 [INFO] [stdout] | [INFO] [stdout] 302 | /// Create a matrix that maps eye to [0,0,0], unit (centre-eye) to [0,0,-1] and unit up (perp to centre-eye) to [0,1,0] [INFO] [stdout] | ^^^^^ no item named `0,1,0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/matrixr_op.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | /// through using the [`new`] constructor of the type [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/quaternion_op.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | /// m[0] + m[4] + m[9] = 3 - 4(i^2+j^2+k^2) = 3 - 4(1-r^2) = 4r^2 - 1 [INFO] [stdout] | ^ no item named `0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4` [INFO] [stdout] --> src/quaternion_op.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | /// m[0] + m[4] + m[9] = 3 - 4(i^2+j^2+k^2) = 3 - 4(1-r^2) = 4r^2 - 1 [INFO] [stdout] | ^ no item named `4` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `9` [INFO] [stdout] --> src/quaternion_op.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | /// m[0] + m[4] + m[9] = 3 - 4(i^2+j^2+k^2) = 3 - 4(1-r^2) = 4r^2 - 1 [INFO] [stdout] | ^ no item named `9` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `7` [INFO] [stdout] --> src/quaternion_op.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | /// m[7] - m[5] = 4*i*r ( if <0 then i<0 ) [INFO] [stdout] | ^ no item named `7` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `5` [INFO] [stdout] --> src/quaternion_op.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | /// m[7] - m[5] = 4*i*r ( if <0 then i<0 ) [INFO] [stdout] | ^ no item named `5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/quaternion_op.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | /// m[2] - m[6] = 4*j*r ( if <0 then j<0 ) [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `6` [INFO] [stdout] --> src/quaternion_op.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | /// m[2] - m[6] = 4*j*r ( if <0 then j<0 ) [INFO] [stdout] | ^ no item named `6` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> src/quaternion_op.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | /// m[3] - m[1] = 4*k*r ( if <0 then k<0 ) [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/quaternion_op.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | /// m[3] - m[1] = 4*k*r ( if <0 then k<0 ) [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.65s [INFO] running `Command { std: "docker" "inspect" "58df45334d4b9052956f7c00588a3959cc5dcd6b790318657533525763bc19e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58df45334d4b9052956f7c00588a3959cc5dcd6b790318657533525763bc19e3", kill_on_drop: false }` [INFO] [stdout] 58df45334d4b9052956f7c00588a3959cc5dcd6b790318657533525763bc19e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 1843112099f6dbfebcd7a9990a833891de9c48c11de324e9422635e8941cf4e5 [INFO] running `Command { std: "docker" "start" "-a" "1843112099f6dbfebcd7a9990a833891de9c48c11de324e9422635e8941cf4e5", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Documenting geo-nd v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | #![warn(missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | fn perspective(fov: F, aspect: F, near: F, far: F) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 307 | fn look_at(eye: &V3, center: &V3, up: &V3) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:308:5 [INFO] [stdout] | [INFO] [stdout] 308 | fn translate3(&mut self, by: &V3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | fn translate4(&mut self, by: &V4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:505:5 [INFO] [stdout] | [INFO] [stdout] 505 | fn of_trs(t: V3, r: Q, s: F) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:506:5 [INFO] [stdout] | [INFO] [stdout] 506 | fn get_scale(&self) -> F; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | fn get_translation(&self) -> V3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:508:5 [INFO] [stdout] | [INFO] [stdout] 508 | fn get_rotation(&self) -> Q; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | fn inverse(&self) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:510:5 [INFO] [stdout] | [INFO] [stdout] 510 | fn invert(&mut self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/traits.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | fn as_mat(&self) -> M4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/fqarray.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct FQArrayTrans { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/qarray.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn of_vector(data: V4) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / /// Vector functions module [INFO] [stdout] 106 | | /// [INFO] [stdout] 107 | | /// This module provides numerous N-dimensional vector operations operating on [Num; N] (or [Float; N]). [INFO] [stdout] | |________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | #![warn(missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | /// Quaternion module [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | /// Matrix library [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,1,0` [INFO] [stdout] --> src/matrix_op.rs:256:84 [INFO] [stdout] | [INFO] [stdout] 256 | /// Create a matrix that maps unit dirn to [0,0,-1] and unit up (perp to dirn) to [0,1,0] [INFO] [stdout] | ^^^^^ no item named `0,1,0` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,0,0` [INFO] [stdout] --> src/matrix_op.rs:302:39 [INFO] [stdout] | [INFO] [stdout] 302 | /// Create a matrix that maps eye to [0,0,0], unit (centre-eye) to [0,0,-1] and unit up (perp to centre-eye) to [0,1,0] [INFO] [stdout] | ^^^^^ no item named `0,0,0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0,1,0` [INFO] [stdout] --> src/matrix_op.rs:302:114 [INFO] [stdout] | [INFO] [stdout] 302 | /// Create a matrix that maps eye to [0,0,0], unit (centre-eye) to [0,0,-1] and unit up (perp to centre-eye) to [0,1,0] [INFO] [stdout] | ^^^^^ no item named `0,1,0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/matrixr_op.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | /// through using the [`new`] constructor of the type [INFO] [stdout] | ^^^ no item named `new` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/quaternion_op.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | /// m[0] + m[4] + m[9] = 3 - 4(i^2+j^2+k^2) = 3 - 4(1-r^2) = 4r^2 - 1 [INFO] [stdout] | ^ no item named `0` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `4` [INFO] [stdout] --> src/quaternion_op.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | /// m[0] + m[4] + m[9] = 3 - 4(i^2+j^2+k^2) = 3 - 4(1-r^2) = 4r^2 - 1 [INFO] [stdout] | ^ no item named `4` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `9` [INFO] [stdout] --> src/quaternion_op.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | /// m[0] + m[4] + m[9] = 3 - 4(i^2+j^2+k^2) = 3 - 4(1-r^2) = 4r^2 - 1 [INFO] [stdout] | ^ no item named `9` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `7` [INFO] [stdout] --> src/quaternion_op.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | /// m[7] - m[5] = 4*i*r ( if <0 then i<0 ) [INFO] [stdout] | ^ no item named `7` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `5` [INFO] [stdout] --> src/quaternion_op.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | /// m[7] - m[5] = 4*i*r ( if <0 then i<0 ) [INFO] [stdout] | ^ no item named `5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `2` [INFO] [stdout] --> src/quaternion_op.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | /// m[2] - m[6] = 4*j*r ( if <0 then j<0 ) [INFO] [stdout] | ^ no item named `2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `6` [INFO] [stdout] --> src/quaternion_op.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | /// m[2] - m[6] = 4*j*r ( if <0 then j<0 ) [INFO] [stdout] | ^ no item named `6` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> src/quaternion_op.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | /// m[3] - m[1] = 4*k*r ( if <0 then k<0 ) [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/quaternion_op.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | /// m[3] - m[1] = 4*k*r ( if <0 then k<0 ) [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.85s [INFO] running `Command { std: "docker" "inspect" "1843112099f6dbfebcd7a9990a833891de9c48c11de324e9422635e8941cf4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1843112099f6dbfebcd7a9990a833891de9c48c11de324e9422635e8941cf4e5", kill_on_drop: false }` [INFO] [stdout] 1843112099f6dbfebcd7a9990a833891de9c48c11de324e9422635e8941cf4e5