[INFO] cloning repository https://github.com/passcod/agile-model
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/passcod/agile-model" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpasscod%2Fagile-model", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpasscod%2Fagile-model'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 53d4d3b1032cb193d7dafc2652fb0350c0e7e137
[INFO] testing passcod/agile-model against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpasscod%2Fagile-model" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/passcod/agile-model
[INFO] finished tweaking git repo https://github.com/passcod/agile-model
[INFO] tweaked toml for git repo https://github.com/passcod/agile-model written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/passcod/agile-model on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/passcod/agile-model 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a7b95ae75ba61ee098e34731fafb1b234a75d33da9d42175f2366e46f681d842
[INFO] running `Command { std: "docker" "start" "-a" "a7b95ae75ba61ee098e34731fafb1b234a75d33da9d42175f2366e46f681d842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7b95ae75ba61ee098e34731fafb1b234a75d33da9d42175f2366e46f681d842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7b95ae75ba61ee098e34731fafb1b234a75d33da9d42175f2366e46f681d842", kill_on_drop: false }`
[INFO] [stdout] a7b95ae75ba61ee098e34731fafb1b234a75d33da9d42175f2366e46f681d842
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 690e175cf25aba53628e6ff9295b390b351fa4102ad884ae45e65a9724cb2a2d
[INFO] running `Command { std: "docker" "start" "-a" "690e175cf25aba53628e6ff9295b390b351fa4102ad884ae45e65a9724cb2a2d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.131
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.44
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling ang v0.6.0
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling genevo v0.7.1
[INFO] [stderr]    Compiling agile-model v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> src/model/geo.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn intersection(self, other: Self) -> Option<Point> {
[INFO] [stdout]    |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `direction`
[INFO] [stdout]   --> src/model/refract.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const fn normalise_incidence(direction: Angle) -> Angle {
[INFO] [stdout]    |                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `incidence`
[INFO] [stdout]   --> src/model/refract.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const fn denormalise_incidence(incidence: Angle) -> Angle {
[INFO] [stdout]    |                                    ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_incidence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `up`
[INFO] [stdout]   --> src/model/turtle.rs:72:44
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn travel_to_next_boundary(&mut self, up: Microns, down: Microns) -> Microns {
[INFO] [stdout]    |                                               ^^ help: if this is intentional, prefix it with an underscore: `_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `down`
[INFO] [stdout]   --> src/model/turtle.rs:72:57
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn travel_to_next_boundary(&mut self, up: Microns, down: Microns) -> Microns {
[INFO] [stdout]    |                                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `x` is never read
[INFO] [stdout]  --> src/model/geo.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Point {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     /// Horizontal position from leftmost
[INFO] [stdout] 8 |     pub x: Microns,
[INFO] [stdout]   |         ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Point` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Line` is never constructed
[INFO] [stdout]   --> src/model/geo.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Line {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `intersection` are never used
[INFO] [stdout]   --> src/model/geo.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Line {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(slope: f64, y_intercept: i64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn intersection(self, other: Self) -> Option<Point> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FULL` is never used
[INFO] [stdout]   --> src/model/turtle.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const FULL: Angle = Angle::Radians(2.0 * PI);
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `turn` is never used
[INFO] [stdout]   --> src/model/turtle.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Turtle {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn turn(&mut self, by: Angle) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `WIDTH_BOTTOM` is never used
[INFO] [stdout]    --> src/paramset.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl ParamSet {
[INFO] [stdout]     | ------------- associated constant in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub const WIDTH_BOTTOM: Microns = 52_000;
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s
[INFO] running `Command { std: "docker" "inspect" "690e175cf25aba53628e6ff9295b390b351fa4102ad884ae45e65a9724cb2a2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "690e175cf25aba53628e6ff9295b390b351fa4102ad884ae45e65a9724cb2a2d", kill_on_drop: false }`
[INFO] [stdout] 690e175cf25aba53628e6ff9295b390b351fa4102ad884ae45e65a9724cb2a2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7750705d9dfa627ff4cf8c1fe60ab0ef83579cc632462b6a83cfc7dfe89f400a
[INFO] running `Command { std: "docker" "start" "-a" "7750705d9dfa627ff4cf8c1fe60ab0ef83579cc632462b6a83cfc7dfe89f400a", kill_on_drop: false }`
[INFO] [stderr]    Compiling agile-model v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> src/model/geo.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn intersection(self, other: Self) -> Option<Point> {
[INFO] [stdout]    |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `direction`
[INFO] [stdout]   --> src/model/refract.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const fn normalise_incidence(direction: Angle) -> Angle {
[INFO] [stdout]    |                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `incidence`
[INFO] [stdout]   --> src/model/refract.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const fn denormalise_incidence(incidence: Angle) -> Angle {
[INFO] [stdout]    |                                    ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_incidence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `up`
[INFO] [stdout]   --> src/model/turtle.rs:72:44
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn travel_to_next_boundary(&mut self, up: Microns, down: Microns) -> Microns {
[INFO] [stdout]    |                                               ^^ help: if this is intentional, prefix it with an underscore: `_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `down`
[INFO] [stdout]   --> src/model/turtle.rs:72:57
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn travel_to_next_boundary(&mut self, up: Microns, down: Microns) -> Microns {
[INFO] [stdout]    |                                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `x` is never read
[INFO] [stdout]  --> src/model/geo.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Point {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     /// Horizontal position from leftmost
[INFO] [stdout] 8 |     pub x: Microns,
[INFO] [stdout]   |         ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Point` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Line` is never constructed
[INFO] [stdout]   --> src/model/geo.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Line {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `intersection` are never used
[INFO] [stdout]   --> src/model/geo.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Line {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 21 |     pub fn new(slope: f64, y_intercept: i64) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn intersection(self, other: Self) -> Option<Point> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FULL` is never used
[INFO] [stdout]   --> src/model/turtle.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const FULL: Angle = Angle::Radians(2.0 * PI);
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `turn` is never used
[INFO] [stdout]   --> src/model/turtle.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Turtle {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn turn(&mut self, by: Angle) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `WIDTH_BOTTOM` is never used
[INFO] [stdout]    --> src/paramset.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl ParamSet {
[INFO] [stdout]     | ------------- associated constant in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub const WIDTH_BOTTOM: Microns = 52_000;
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] running `Command { std: "docker" "inspect" "7750705d9dfa627ff4cf8c1fe60ab0ef83579cc632462b6a83cfc7dfe89f400a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7750705d9dfa627ff4cf8c1fe60ab0ef83579cc632462b6a83cfc7dfe89f400a", kill_on_drop: false }`
[INFO] [stdout] 7750705d9dfa627ff4cf8c1fe60ab0ef83579cc632462b6a83cfc7dfe89f400a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9624ecb64f7d6e8110057ff462d72af93febdacf0ae1f161bd1ae535114c0bcc
[INFO] running `Command { std: "docker" "start" "-a" "9624ecb64f7d6e8110057ff462d72af93febdacf0ae1f161bd1ae535114c0bcc", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `other`
[INFO] [stderr]   --> src/model/geo.rs:25:28
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn intersection(self, other: Self) -> Option<Point> {
[INFO] [stderr]    |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `direction`
[INFO] [stderr]   --> src/model/refract.rs:11:34
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub const fn normalise_incidence(direction: Angle) -> Angle {
[INFO] [stderr]    |                                  ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `incidence`
[INFO] [stderr]   --> src/model/refract.rs:16:36
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const fn denormalise_incidence(incidence: Angle) -> Angle {
[INFO] [stderr]    |                                    ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_incidence`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `up`
[INFO] [stderr]   --> src/model/turtle.rs:72:44
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub fn travel_to_next_boundary(&mut self, up: Microns, down: Microns) -> Microns {
[INFO] [stderr]    |                                               ^^ help: if this is intentional, prefix it with an underscore: `_up`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `down`
[INFO] [stderr]   --> src/model/turtle.rs:72:57
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub fn travel_to_next_boundary(&mut self, up: Microns, down: Microns) -> Microns {
[INFO] [stderr]    |                                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_down`
[INFO] [stderr] 
[INFO] [stderr] warning: field `x` is never read
[INFO] [stderr]  --> src/model/geo.rs:8:6
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Point {
[INFO] [stderr]   |            ----- field in this struct
[INFO] [stderr] 7 |     /// Horizontal position from leftmost
[INFO] [stderr] 8 |     pub x: Microns,
[INFO] [stderr]   |         ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Point` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Line` is never constructed
[INFO] [stderr]   --> src/model/geo.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct Line {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `intersection` are never used
[INFO] [stderr]   --> src/model/geo.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl Line {
[INFO] [stderr]    | --------- associated items in this implementation
[INFO] [stderr] 21 |     pub fn new(slope: f64, y_intercept: i64) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 |     pub fn intersection(self, other: Self) -> Option<Point> {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FULL` is never used
[INFO] [stderr]   --> src/model/turtle.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const FULL: Angle = Angle::Radians(2.0 * PI);
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `turn` is never used
[INFO] [stderr]   --> src/model/turtle.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl Turtle {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 51 |     pub fn turn(&mut self, by: Angle) {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated constant `WIDTH_BOTTOM` is never used
[INFO] [stderr]    --> src/paramset.rs:101:12
[INFO] [stderr]     |
[INFO] [stderr]  84 | impl ParamSet {
[INFO] [stderr]     | ------------- associated constant in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 101 |     pub const WIDTH_BOTTOM: Microns = 52_000;
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `agile-model` (bin "agile-model" test) generated 11 warnings (run `cargo fix --bin "agile-model" -p agile-model --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agile_model-f4e45a7369a32418)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9624ecb64f7d6e8110057ff462d72af93febdacf0ae1f161bd1ae535114c0bcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9624ecb64f7d6e8110057ff462d72af93febdacf0ae1f161bd1ae535114c0bcc", kill_on_drop: false }`
[INFO] [stdout] 9624ecb64f7d6e8110057ff462d72af93febdacf0ae1f161bd1ae535114c0bcc
