[INFO] fetching crate rs-math3d 0.9.24... [INFO] building rs-math3d-0.9.24 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate rs-math3d 0.9.24 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rs-math3d 0.9.24 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80c5fe87703b0d7f8158b3bff27d5f11b292e6e3c4e08181ad75c4810e2fd498 [INFO] running `Command { std: "docker" "start" "-a" "80c5fe87703b0d7f8158b3bff27d5f11b292e6e3c4e08181ad75c4810e2fd498", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80c5fe87703b0d7f8158b3bff27d5f11b292e6e3c4e08181ad75c4810e2fd498", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80c5fe87703b0d7f8158b3bff27d5f11b292e6e3c4e08181ad75c4810e2fd498", kill_on_drop: false }` [INFO] [stdout] 80c5fe87703b0d7f8158b3bff27d5f11b292e6e3c4e08181ad75c4810e2fd498 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1daa032385ca2e378dab91e95a9b81190276389c7f2d79875026c624f6a5cb22 [INFO] running `Command { std: "docker" "start" "-a" "1daa032385ca2e378dab91e95a9b81190276389c7f2d79875026c624f6a5cb22", kill_on_drop: false }` [INFO] [stderr] Compiling 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)]` (part of `#[warn(unused)]`) 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "1daa032385ca2e378dab91e95a9b81190276389c7f2d79875026c624f6a5cb22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1daa032385ca2e378dab91e95a9b81190276389c7f2d79875026c624f6a5cb22", kill_on_drop: false }` [INFO] [stdout] 1daa032385ca2e378dab91e95a9b81190276389c7f2d79875026c624f6a5cb22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af839cd98a220d4bb7419fb9864f3fd716232753cf43b44f384cba095f422880 [INFO] running `Command { std: "docker" "start" "-a" "af839cd98a220d4bb7419fb9864f3fd716232753cf43b44f384cba095f422880", kill_on_drop: false }` [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)]` (part of `#[warn(unused)]`) 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] [stderr] Compiling 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 `test` profile [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "af839cd98a220d4bb7419fb9864f3fd716232753cf43b44f384cba095f422880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af839cd98a220d4bb7419fb9864f3fd716232753cf43b44f384cba095f422880", kill_on_drop: false }` [INFO] [stdout] af839cd98a220d4bb7419fb9864f3fd716232753cf43b44f384cba095f422880