[INFO] fetching crate rs-math3d 0.9.24... [INFO] checking rs-math3d-0.9.24 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate rs-math3d 0.9.24 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate rs-math3d 0.9.24 [INFO] finished tweaking crates.io crate rs-math3d 0.9.24 [INFO] tweaked toml for crates.io crate rs-math3d 0.9.24 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rs-math3d 0.9.24 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rs-math3d 0.9.24 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25dddab254082dcfed8149212e874d468a1506aea0ddcfad4014482e600b9b49 [INFO] running `Command { std: "docker" "start" "-a" "25dddab254082dcfed8149212e874d468a1506aea0ddcfad4014482e600b9b49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25dddab254082dcfed8149212e874d468a1506aea0ddcfad4014482e600b9b49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25dddab254082dcfed8149212e874d468a1506aea0ddcfad4014482e600b9b49", kill_on_drop: false }` [INFO] [stdout] 25dddab254082dcfed8149212e874d468a1506aea0ddcfad4014482e600b9b49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31425bd6b7bda1278e1fee11ced722cfccc3c420692a818e3e5fbb4529b14fe9 [INFO] running `Command { std: "docker" "start" "-a" "31425bd6b7bda1278e1fee11ced722cfccc3c420692a818e3e5fbb4529b14fe9", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking rs-math3d v0.9.24 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/vector.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / /// A 2D vector with x and y components. [INFO] [stdout] 300 | | /// [INFO] [stdout] 301 | | /// # Examples [INFO] [stdout] 302 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 307 | | /// assert_eq!(v.y, 4.0); [INFO] [stdout] 308 | | /// ``` [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] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/vector.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / /// A 3D vector with x, y, and z components. [INFO] [stdout] 312 | | /// [INFO] [stdout] 313 | | /// # Examples [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 320 | | /// // Result is (0, 0, 1) - the z-axis [INFO] [stdout] 321 | | /// ``` [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/vector.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / /// A 4D vector with x, y, z, and w components. [INFO] [stdout] 325 | | /// [INFO] [stdout] 326 | | /// Often used for homogeneous coordinates in 3D graphics. [INFO] [stdout] 327 | | /// [INFO] [stdout] ... | [INFO] [stdout] 333 | | /// // w=1 for positions, w=0 for directions [INFO] [stdout] 334 | | /// ``` [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/vector.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / /// A 2D vector with x and y components. [INFO] [stdout] 300 | | /// [INFO] [stdout] 301 | | /// # Examples [INFO] [stdout] 302 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 307 | | /// assert_eq!(v.y, 4.0); [INFO] [stdout] 308 | | /// ``` [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] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/vector.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / /// A 3D vector with x, y, and z components. [INFO] [stdout] 312 | | /// [INFO] [stdout] 313 | | /// # Examples [INFO] [stdout] 314 | | /// ``` [INFO] [stdout] ... | [INFO] [stdout] 320 | | /// // Result is (0, 0, 1) - the z-axis [INFO] [stdout] 321 | | /// ``` [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/vector.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / /// A 4D vector with x, y, z, and w components. [INFO] [stdout] 325 | | /// [INFO] [stdout] 326 | | /// Often used for homogeneous coordinates in 3D graphics. [INFO] [stdout] 327 | | /// [INFO] [stdout] ... | [INFO] [stdout] 333 | | /// // w=1 for positions, w=0 for directions [INFO] [stdout] 334 | | /// ``` [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 variable: `axis` [INFO] [stdout] --> src/quaternion.rs:853:14 [INFO] [stdout] | [INFO] [stdout] 853 | let (axis, angle) = q_identity.to_axis_angle(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_axis` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `axis_small` [INFO] [stdout] --> src/quaternion.rs:865:14 [INFO] [stdout] | [INFO] [stdout] 865 | let (axis_small, angle_small) = q_small.to_axis_angle(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_axis_small` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s [INFO] running `Command { std: "docker" "inspect" "31425bd6b7bda1278e1fee11ced722cfccc3c420692a818e3e5fbb4529b14fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31425bd6b7bda1278e1fee11ced722cfccc3c420692a818e3e5fbb4529b14fe9", kill_on_drop: false }` [INFO] [stdout] 31425bd6b7bda1278e1fee11ced722cfccc3c420692a818e3e5fbb4529b14fe9