[INFO] fetching crate rs-math3d 0.9.24...
[INFO] building rs-math3d-0.9.24 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate rs-math3d 0.9.24 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rs-math3d 0.9.24 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ae10c0694f285105d962322bcbd9f44e16529e8939ed422999e2a17ea1d0efd8
[INFO] running `Command { std: "docker" "start" "-a" "ae10c0694f285105d962322bcbd9f44e16529e8939ed422999e2a17ea1d0efd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae10c0694f285105d962322bcbd9f44e16529e8939ed422999e2a17ea1d0efd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae10c0694f285105d962322bcbd9f44e16529e8939ed422999e2a17ea1d0efd8", kill_on_drop: false }`
[INFO] [stdout] ae10c0694f285105d962322bcbd9f44e16529e8939ed422999e2a17ea1d0efd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ee1c6bc4ab25fbe0734ab3922dc6b5c27e3abdbac9e48579f93e79f9810302e
[INFO] running `Command { std: "docker" "start" "-a" "7ee1c6bc4ab25fbe0734ab3922dc6b5c27e3abdbac9e48579f93e79f9810302e", 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.48s
[INFO] running `Command { std: "docker" "inspect" "7ee1c6bc4ab25fbe0734ab3922dc6b5c27e3abdbac9e48579f93e79f9810302e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ee1c6bc4ab25fbe0734ab3922dc6b5c27e3abdbac9e48579f93e79f9810302e", kill_on_drop: false }`
[INFO] [stdout] 7ee1c6bc4ab25fbe0734ab3922dc6b5c27e3abdbac9e48579f93e79f9810302e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3be7d8ae7b9e3cfeb3f1bc4c99326a60d7695a98d8eb3c62c4a19fb7b6848951
[INFO] running `Command { std: "docker" "start" "-a" "3be7d8ae7b9e3cfeb3f1bc4c99326a60d7695a98d8eb3c62c4a19fb7b6848951", 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.06s
[INFO] running `Command { std: "docker" "inspect" "3be7d8ae7b9e3cfeb3f1bc4c99326a60d7695a98d8eb3c62c4a19fb7b6848951", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3be7d8ae7b9e3cfeb3f1bc4c99326a60d7695a98d8eb3c62c4a19fb7b6848951", kill_on_drop: false }`
[INFO] [stdout] 3be7d8ae7b9e3cfeb3f1bc4c99326a60d7695a98d8eb3c62c4a19fb7b6848951
