[INFO] cloning repository https://github.com/hclarke/tracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hclarke/tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhclarke%2Ftracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhclarke%2Ftracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dfc09da0823eab64d3d77fc8fbedbc059279cf4b [INFO] checking hclarke/tracer against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhclarke%2Ftracer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hclarke/tracer [INFO] finished tweaking git repo https://github.com/hclarke/tracer [INFO] tweaked toml for git repo https://github.com/hclarke/tracer written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hclarke/tracer on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hclarke/tracer 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05af2f697ee0ba1130d358ac9f51efb69aa902a1f934266c5044ccc15caaf46c [INFO] running `Command { std: "docker" "start" "-a" "05af2f697ee0ba1130d358ac9f51efb69aa902a1f934266c5044ccc15caaf46c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05af2f697ee0ba1130d358ac9f51efb69aa902a1f934266c5044ccc15caaf46c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05af2f697ee0ba1130d358ac9f51efb69aa902a1f934266c5044ccc15caaf46c", kill_on_drop: false }` [INFO] [stdout] 05af2f697ee0ba1130d358ac9f51efb69aa902a1f934266c5044ccc15caaf46c [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b2a651ab13e86a92fc62ae0137204fe9ce8760fcc905268cf6f0632e9592905 [INFO] running `Command { std: "docker" "start" "-a" "0b2a651ab13e86a92fc62ae0137204fe9ce8760fcc905268cf6f0632e9592905", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking png_encode_mini v0.1.2 [INFO] [stderr] Checking tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `rng` [INFO] [stdout] --> src/main.rs:120:14 [INFO] [stdout] | [INFO] [stdout] 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rng` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_color` is never used [INFO] [stdout] --> src/main.rs:120:4 [INFO] [stdout] | [INFO] [stdout] 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/rnd.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 17 | impl Rng { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn sval(&self) -> f32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn get(&self) -> T { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn range(&self, r:Range) -> T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn ubox(&self) ->T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn sbox(&self) ->T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn gaussian2(&self) -> V2 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn gaussian(&self) -> T{ [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Rand` is never used [INFO] [stdout] --> src/rnd.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait Rand { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RandRange` is never used [INFO] [stdout] --> src/rnd.rs:95:11 [INFO] [stdout] | [INFO] [stdout] 95 | pub trait RandRange : Sized { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `dim`, `init`, and `prod` are never used [INFO] [stdout] --> src/vec.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub trait V : Sized [INFO] [stdout] | - associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 17 | fn dim() -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 18 | fn new(v:f32)->Self; [INFO] [stdout] 19 | fn init(f:F)->Self where F:Fn(usize)->f32; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | fn prod(self) -> f32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `cross` is never used [INFO] [stdout] --> src/vec.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 192 | impl V3 { [INFO] [stdout] | ------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 202 | pub fn cross(self,rhs:V3) -> V3 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/rnd.rs:39:26 [INFO] [stdout] | [INFO] [stdout] 39 | let f : f32 = unsafe { std::mem::transmute(v) }; [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/rnd.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | let f : f32 = unsafe { std::mem::transmute(v) }; [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rng` [INFO] [stdout] --> src/main.rs:120:14 [INFO] [stdout] | [INFO] [stdout] 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rng` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_color` is never used [INFO] [stdout] --> src/main.rs:120:4 [INFO] [stdout] | [INFO] [stdout] 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get`, `range`, `ubox`, `sbox`, `gaussian2`, and `gaussian` are never used [INFO] [stdout] --> src/rnd.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 17 | impl Rng { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub fn get(&self) -> T { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn range(&self, r:Range) -> T { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn ubox(&self) ->T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn sbox(&self) ->T { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn gaussian2(&self) -> V2 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub fn gaussian(&self) -> T{ [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Rand` is never used [INFO] [stdout] --> src/rnd.rs:92:11 [INFO] [stdout] | [INFO] [stdout] 92 | pub trait Rand { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RandRange` is never used [INFO] [stdout] --> src/rnd.rs:95:11 [INFO] [stdout] | [INFO] [stdout] 95 | pub trait RandRange : Sized { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `dim`, `init`, and `prod` are never used [INFO] [stdout] --> src/vec.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub trait V : Sized [INFO] [stdout] | - associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 17 | fn dim() -> usize; [INFO] [stdout] | ^^^ [INFO] [stdout] 18 | fn new(v:f32)->Self; [INFO] [stdout] 19 | fn init(f:F)->Self where F:Fn(usize)->f32; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | fn prod(self) -> f32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `cross` is never used [INFO] [stdout] --> src/vec.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 192 | impl V3 { [INFO] [stdout] | ------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 202 | pub fn cross(self,rhs:V3) -> V3 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/rnd.rs:39:26 [INFO] [stdout] | [INFO] [stdout] 39 | let f : f32 = unsafe { std::mem::transmute(v) }; [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/rnd.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | let f : f32 = unsafe { std::mem::transmute(v) }; [INFO] [stdout] | -------------------^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "0b2a651ab13e86a92fc62ae0137204fe9ce8760fcc905268cf6f0632e9592905", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b2a651ab13e86a92fc62ae0137204fe9ce8760fcc905268cf6f0632e9592905", kill_on_drop: false }` [INFO] [stdout] 0b2a651ab13e86a92fc62ae0137204fe9ce8760fcc905268cf6f0632e9592905