[INFO] fetching crate rs-math3d 0.9.24... [INFO] building rs-math3d-0.9.24 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate rs-math3d 0.9.24 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rs-math3d 0.9.24 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 605994f8d51521dbd45203d1ceced4eca696f8e3795a3bbce0109f5f4fe4f88e [INFO] running `Command { std: "docker" "start" "-a" "605994f8d51521dbd45203d1ceced4eca696f8e3795a3bbce0109f5f4fe4f88e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "605994f8d51521dbd45203d1ceced4eca696f8e3795a3bbce0109f5f4fe4f88e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "605994f8d51521dbd45203d1ceced4eca696f8e3795a3bbce0109f5f4fe4f88e", kill_on_drop: false }` [INFO] [stdout] 605994f8d51521dbd45203d1ceced4eca696f8e3795a3bbce0109f5f4fe4f88e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bee48dc9c22038a4e8d207d8e3653995b68932a6ac39195d180b3a734b7d4610 [INFO] running `Command { std: "docker" "start" "-a" "bee48dc9c22038a4e8d207d8e3653995b68932a6ac39195d180b3a734b7d4610", 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.51s [INFO] running `Command { std: "docker" "inspect" "bee48dc9c22038a4e8d207d8e3653995b68932a6ac39195d180b3a734b7d4610", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bee48dc9c22038a4e8d207d8e3653995b68932a6ac39195d180b3a734b7d4610", kill_on_drop: false }` [INFO] [stdout] bee48dc9c22038a4e8d207d8e3653995b68932a6ac39195d180b3a734b7d4610 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87b3ea48008ec42e7f59184c594db1f664dd8bebff42b2c6b79d345765a3d774 [INFO] running `Command { std: "docker" "start" "-a" "87b3ea48008ec42e7f59184c594db1f664dd8bebff42b2c6b79d345765a3d774", 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] [stderr] Compiling rs-math3d v0.9.24 (/opt/rustwide/workdir) [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)]` (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 0.91s [INFO] running `Command { std: "docker" "inspect" "87b3ea48008ec42e7f59184c594db1f664dd8bebff42b2c6b79d345765a3d774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87b3ea48008ec42e7f59184c594db1f664dd8bebff42b2c6b79d345765a3d774", kill_on_drop: false }` [INFO] [stdout] 87b3ea48008ec42e7f59184c594db1f664dd8bebff42b2c6b79d345765a3d774