[INFO] fetching crate mint 0.5.6... [INFO] building mint-0.5.6 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate mint 0.5.6 into /workspace/builds/worker-57/source [INFO] validating manifest of crates.io crate mint 0.5.6 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mint 0.5.6 [INFO] finished tweaking crates.io crate mint 0.5.6 [INFO] tweaked toml for crates.io crate mint 0.5.6 written to /workspace/builds/worker-57/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30959fdc8230211f54855c20b2a58fe44625ea1dd8e98d5bdca8da753a49e1f8 [INFO] running `Command { std: "docker" "start" "-a" "30959fdc8230211f54855c20b2a58fe44625ea1dd8e98d5bdca8da753a49e1f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30959fdc8230211f54855c20b2a58fe44625ea1dd8e98d5bdca8da753a49e1f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30959fdc8230211f54855c20b2a58fe44625ea1dd8e98d5bdca8da753a49e1f8", kill_on_drop: false }` [INFO] [stdout] 30959fdc8230211f54855c20b2a58fe44625ea1dd8e98d5bdca8da753a49e1f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0305da045c8ec98f4d3d0645de4888482f2c2dca38bfce7b109791117c7e33a2 [INFO] running `Command { std: "docker" "start" "-a" "0305da045c8ec98f4d3d0645de4888482f2c2dca38bfce7b109791117c7e33a2", kill_on_drop: false }` [INFO] [stderr] Compiling mint v0.5.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | /// 2x2 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | / /// 2x3 row-major matrix. [INFO] [stdout] 101 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | /// 2x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / /// 3x2 row-major matrix. [INFO] [stdout] 108 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / /// 3x3 row-major matrix. [INFO] [stdout] 112 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / /// 3x4 row-major matrix. [INFO] [stdout] 116 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / /// 4x3 row-major matrix. [INFO] [stdout] 120 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | /// 4x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | /// 2x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / /// 2x3 column-major matrix. [INFO] [stdout] 134 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / /// 3x2 column-major matrix. [INFO] [stdout] 141 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / /// 3x3 column-major matrix. [INFO] [stdout] 145 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | / /// 3x4 column-major matrix. [INFO] [stdout] 149 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | /// 4x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 4x3 column-major matrix. [INFO] [stdout] 156 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | /// 4x4 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "0305da045c8ec98f4d3d0645de4888482f2c2dca38bfce7b109791117c7e33a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0305da045c8ec98f4d3d0645de4888482f2c2dca38bfce7b109791117c7e33a2", kill_on_drop: false }` [INFO] [stdout] 0305da045c8ec98f4d3d0645de4888482f2c2dca38bfce7b109791117c7e33a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d66c750fbe88d36cf2513c9ef5c993348664c0284c5df37a0df1237481144891 [INFO] running `Command { std: "docker" "start" "-a" "d66c750fbe88d36cf2513c9ef5c993348664c0284c5df37a0df1237481144891", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | /// 2x2 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | / /// 2x3 row-major matrix. [INFO] [stdout] 101 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | /// 2x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / /// 3x2 row-major matrix. [INFO] [stdout] 108 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / /// 3x3 row-major matrix. [INFO] [stdout] 112 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / /// 3x4 row-major matrix. [INFO] [stdout] 116 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / /// 4x3 row-major matrix. [INFO] [stdout] 120 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | /// 4x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | /// 2x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / /// 2x3 column-major matrix. [INFO] [stdout] 134 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / /// 3x2 column-major matrix. [INFO] [stdout] 141 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / /// 3x3 column-major matrix. [INFO] [stdout] 145 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | / /// 3x4 column-major matrix. [INFO] [stdout] 149 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | /// 4x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 4x3 column-major matrix. [INFO] [stdout] 156 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | /// 4x4 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (a0c2f5281cd48941, eabe71b829ad2342), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (a16d3c73013f34f9, db9d86d7b82d7dea), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (bea2b8687ea54a85, dc0ea55ad0995efe), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (eb44f63ed0f41cf6, abf68e5290e5ef3f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (b15936501f7b7b4b, 366eea33c25994e2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (fdc3c301c81d2cb0, 428c8af20ed67fd4), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (1b3a6cf5bb1941a3, 27dc416ab0ca58c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (259b783ac97b9e00, 988971785584eeba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (ddd71712e00116c5, 4415a01c767edc3a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (dd9f678812421637, 19e3d2437b3645a6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (dd9f678812421637, 19e3d2437b3645a6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (2a469f57881c08b7, a185c87034e3282), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (302ea1e0b994eea2, 8bac13ecd3605657), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (79d697c6dd5bbf95, a6ec1dbf4d46959d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (d164430809158da4, 6cf14dbba4a3b649), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (33daf69cf05e0567, 3b88473c13ebe3f2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (33daf69cf05e0567, 3b88473c13ebe3f2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (8c10cec8aafd9ea8, a1a857f8740dbfc6), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (ee2e7ab93efefb83, 6174590c32efa19a), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (a6064eaf374c5bf7, bf065fb7dd142143), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: serde_json, (697a6d66e2755940, 901c073e74c03f3), 8, 8 [INFO] [stderr] Compiling mint v0.5.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | /// 2x2 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | / /// 2x3 row-major matrix. [INFO] [stdout] 101 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | /// 2x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / /// 3x2 row-major matrix. [INFO] [stdout] 108 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / /// 3x3 row-major matrix. [INFO] [stdout] 112 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / /// 3x4 row-major matrix. [INFO] [stdout] 116 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / /// 4x3 row-major matrix. [INFO] [stdout] 120 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | /// 4x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | /// 2x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / /// 2x3 column-major matrix. [INFO] [stdout] 134 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / /// 3x2 column-major matrix. [INFO] [stdout] 141 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / /// 3x3 column-major matrix. [INFO] [stdout] 145 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | / /// 3x4 column-major matrix. [INFO] [stdout] 149 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | /// 4x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 4x3 column-major matrix. [INFO] [stdout] 156 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | /// 4x4 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: tests, (4a2c9c1bdc3eec1c, 7040fe8388d7811d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (b33c7d22dd2e4af3, 62afd345230b8f69), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (76ede07df1aac72c, 887e87a0a96bdf68), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (2400208765b3e0a1, 979f9497f6add823), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (bbc68a775f22e4c8, 7649550d621398d3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (f4b7de2c42824a2f, c524e61588ecd67), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (ca6dfb25a1ee5b94, c6fe85b17c54d43d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: tests, (26662d6c61c34ac7, d2225a450c72e7d3), 0, 0 [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.24s [INFO] running `Command { std: "docker" "inspect" "d66c750fbe88d36cf2513c9ef5c993348664c0284c5df37a0df1237481144891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d66c750fbe88d36cf2513c9ef5c993348664c0284c5df37a0df1237481144891", kill_on_drop: false }` [INFO] [stdout] d66c750fbe88d36cf2513c9ef5c993348664c0284c5df37a0df1237481144891