[INFO] cloning repository https://github.com/SoRA-X7/simcar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SoRA-X7/simcar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSoRA-X7%2Fsimcar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSoRA-X7%2Fsimcar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0dbbc59bad2674ca65176d3b96d279ee3b35611
[INFO] checking SoRA-X7/simcar against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSoRA-X7%2Fsimcar" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SoRA-X7/simcar
[INFO] finished tweaking git repo https://github.com/SoRA-X7/simcar
[INFO] tweaked toml for git repo https://github.com/SoRA-X7/simcar written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SoRA-X7/simcar on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SoRA-X7/simcar 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586
[INFO] running `Command { std: "docker" "start" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking simcar v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `line_vec`
[INFO] [stdout]    --> src/main.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 let line_vec = (to_pos.0 - next_pos.0, to_pos.1 - next_pos.1);
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_vec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `logs`
[INFO] [stdout]   --> src/main.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |             let logs = v_list
[INFO] [stdout]    |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dot_product` is never used
[INFO] [stdout]    --> src/main.rs:175:4
[INFO] [stdout]     |
[INFO] [stdout] 175 | fn dot_product(a: (f64, f64), b: (f64, f64)) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset` is never used
[INFO] [stdout]   --> src/route.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl RouteTracer {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `I` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub I: f64,  // moment of inertia
[INFO] [stdout]    |         ^ help: convert the identifier to snake case (notice the capitalization): `i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lf` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub Lf: f64, // distance from center of mass to front axle
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case: `lf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lr` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub Lr: f64, // distance from center of mass to rear axle
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case: `lr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Kf` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub Kf: f64, // front cornering stiffness
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case (notice the capitalization): `kf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Kr` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub Kr: f64, // rear cornering stiffness
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case (notice the capitalization): `kr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `V` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub V: f64,     // velocity
[INFO] [stdout]    |         ^ help: convert the identifier to snake case (notice the capitalization): `v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Cf` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let Cf = -car_spec.Kf * (car.beta + car_spec.Lf * car.gamma / car.V - car.sigma);
[INFO] [stdout]    |             ^^ help: convert the identifier to snake case (notice the capitalization): `cf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Cr` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let Cr = -car_spec.Kr * (car.beta - car_spec.Lr * car.gamma / car.V);
[INFO] [stdout]    |             ^^ help: convert the identifier to snake case (notice the capitalization): `cr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line_vec`
[INFO] [stdout]    --> src/main.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 let line_vec = (to_pos.0 - next_pos.0, to_pos.1 - next_pos.1);
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_line_vec`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `logs`
[INFO] [stdout]   --> src/main.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |             let logs = v_list
[INFO] [stdout]    |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_logs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dot_product` is never used
[INFO] [stdout]    --> src/main.rs:175:4
[INFO] [stdout]     |
[INFO] [stdout] 175 | fn dot_product(a: (f64, f64), b: (f64, f64)) -> f64 {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset` is never used
[INFO] [stdout]   --> src/route.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl RouteTracer {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `I` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub I: f64,  // moment of inertia
[INFO] [stdout]    |         ^ help: convert the identifier to snake case (notice the capitalization): `i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lf` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub Lf: f64, // distance from center of mass to front axle
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case: `lf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lr` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub Lr: f64, // distance from center of mass to rear axle
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case: `lr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Kf` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub Kf: f64, // front cornering stiffness
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case (notice the capitalization): `kf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Kr` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub Kr: f64, // rear cornering stiffness
[INFO] [stdout]    |         ^^ help: convert the identifier to snake case (notice the capitalization): `kr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `V` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub V: f64,     // velocity
[INFO] [stdout]    |         ^ help: convert the identifier to snake case (notice the capitalization): `v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Cf` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let Cf = -car_spec.Kf * (car.beta + car_spec.Lf * car.gamma / car.V - car.sigma);
[INFO] [stdout]    |             ^^ help: convert the identifier to snake case (notice the capitalization): `cf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Cr` should have a snake case name
[INFO] [stdout]   --> src/sim.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let Cr = -car_spec.Kr * (car.beta - car_spec.Lr * car.gamma / car.V);
[INFO] [stdout]    |             ^^ help: convert the identifier to snake case (notice the capitalization): `cr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
[INFO] running `Command { std: "docker" "inspect" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586", kill_on_drop: false }`
[INFO] [stdout] fa132e5957d5325d27fa20bff547ec97c98b917cb6e41d542a51201236a27586
