[INFO] fetching crate subsphere 0.7.1... [INFO] building subsphere-0.7.1 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate subsphere 0.7.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate subsphere 0.7.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate subsphere 0.7.1 [INFO] tweaked toml for crates.io crate subsphere 0.7.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate subsphere 0.7.1 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 subsphere 0.7.1 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 60144a3286c2537e55dfc7b9c41e2fc573eb3cf0e61f76607aee25d999a5c7f3 [INFO] running `Command { std: "docker" "start" "-a" "60144a3286c2537e55dfc7b9c41e2fc573eb3cf0e61f76607aee25d999a5c7f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60144a3286c2537e55dfc7b9c41e2fc573eb3cf0e61f76607aee25d999a5c7f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60144a3286c2537e55dfc7b9c41e2fc573eb3cf0e61f76607aee25d999a5c7f3", kill_on_drop: false }` [INFO] [stdout] 60144a3286c2537e55dfc7b9c41e2fc573eb3cf0e61f76607aee25d999a5c7f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6371e566c59eb465e31d4cd53597da779900c0dd5c4794d3a6403833e00b5b96 [INFO] running `Command { std: "docker" "start" "-a" "6371e566c59eb465e31d4cd53597da779900c0dd5c4794d3a6403833e00b5b96", kill_on_drop: false }` [INFO] [stderr] Compiling subsphere v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tri.rs:1317:20 [INFO] [stdout] | [INFO] [stdout] 1317 | fn sphere_proj(&self) -> SphereProjection { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1317 | fn sphere_proj(&self) -> SphereProjection<'_, Proj> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `neg` is never used [INFO] [stdout] --> src/math.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | pub const fn neg(a: [f64; N]) -> [f64; N] { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `Command { std: "docker" "inspect" "6371e566c59eb465e31d4cd53597da779900c0dd5c4794d3a6403833e00b5b96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6371e566c59eb465e31d4cd53597da779900c0dd5c4794d3a6403833e00b5b96", kill_on_drop: false }` [INFO] [stdout] 6371e566c59eb465e31d4cd53597da779900c0dd5c4794d3a6403833e00b5b96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] cdd7f886f40de694b6b6a0e6b1da14d13f56f9e64825014e217d8caeb0085179 [INFO] running `Command { std: "docker" "start" "-a" "cdd7f886f40de694b6b6a0e6b1da14d13f56f9e64825014e217d8caeb0085179", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tri.rs:1317:20 [INFO] [stdout] | [INFO] [stdout] 1317 | fn sphere_proj(&self) -> SphereProjection { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1317 | fn sphere_proj(&self) -> SphereProjection<'_, Proj> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `neg` is never used [INFO] [stdout] --> src/math.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | pub const fn neg(a: [f64; N]) -> [f64; N] { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stderr] Compiling subsphere v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `to_obj` is never used [INFO] [stdout] --> tests/test.rs:192:4 [INFO] [stdout] | [INFO] [stdout] 192 | fn to_obj(sphere: impl subsphere::Sphere) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tri.rs:1317:20 [INFO] [stdout] | [INFO] [stdout] 1317 | fn sphere_proj(&self) -> SphereProjection { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1317 | fn sphere_proj(&self) -> SphereProjection<'_, Proj> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `neg` is never used [INFO] [stdout] --> src/math.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | pub const fn neg(a: [f64; N]) -> [f64; N] { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 15.87s [INFO] running `Command { std: "docker" "inspect" "cdd7f886f40de694b6b6a0e6b1da14d13f56f9e64825014e217d8caeb0085179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdd7f886f40de694b6b6a0e6b1da14d13f56f9e64825014e217d8caeb0085179", kill_on_drop: false }` [INFO] [stdout] cdd7f886f40de694b6b6a0e6b1da14d13f56f9e64825014e217d8caeb0085179