[INFO] cloning repository https://github.com/almostmachines/fractal_explorer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/almostmachines/fractal_explorer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falmostmachines%2Ffractal_explorer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falmostmachines%2Ffractal_explorer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 24c4709bc49bffba974551677d0bb43a909ce00e
[INFO] testing almostmachines/fractal_explorer against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falmostmachines%2Ffractal_explorer" "/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/almostmachines/fractal_explorer
[INFO] finished tweaking git repo https://github.com/almostmachines/fractal_explorer
[INFO] tweaked toml for git repo https://github.com/almostmachines/fractal_explorer written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/almostmachines/fractal_explorer on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/almostmachines/fractal_explorer 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" "+beta-2026-03-05" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a1dde7b1f2551885f0e4e34eef1a186e7988f8503adae25dece716e64102324
[INFO] running `Command { std: "docker" "start" "-a" "5a1dde7b1f2551885f0e4e34eef1a186e7988f8503adae25dece716e64102324", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a1dde7b1f2551885f0e4e34eef1a186e7988f8503adae25dece716e64102324", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a1dde7b1f2551885f0e4e34eef1a186e7988f8503adae25dece716e64102324", kill_on_drop: false }`
[INFO] [stdout] 5a1dde7b1f2551885f0e4e34eef1a186e7988f8503adae25dece716e64102324
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49e883153a779cf6aa8d896f1902cd6ddd6176693e1627c8cddf9fd0a1357fa5
[INFO] running `Command { std: "docker" "start" "-a" "49e883153a779cf6aa8d896f1902cd6ddd6176693e1627c8cddf9fd0a1357fa5", kill_on_drop: false }`
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling fractal_explorer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `RenderScheduler` and `SchedulerAction`
[INFO] [stdout]  --> src/controllers/interactive/flight/mod.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use scheduler::{RenderScheduler, SchedulerAction};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `simulator::FlightSimulator`
[INFO] [stdout]  --> src/controllers/interactive/flight/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use simulator::FlightSimulator;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `controller::InteractiveController`
[INFO] [stdout]  --> src/controllers/interactive/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use controller::InteractiveController;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SharedState` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/controller.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct SharedState {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InteractiveController` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/controller.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct InteractiveController {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `submit_request`, `shutdown`, `last_completed_generation`, `worker_loop`, and `render_request` are never used
[INFO] [stdout]    --> src/controllers/interactive/controller.rs:31:12
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl InteractiveController {
[INFO] [stdout]     | -------------------------- associated items in this implementation
[INFO] [stdout]  31 |     pub fn new(presenter_port: Arc<dyn InteractiveControllerPresenterPort>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn submit_request(&self, request: Arc<FractalConfig>) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  66 |     pub fn shutdown(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  76 |     pub fn last_completed_generation(&self) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  82 |     fn worker_loop(shared: &Arc<SharedState>) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     fn render_request<C: CancelToken>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RenderOutcome` is never used
[INFO] [stdout]    --> src/controllers/interactive/controller.rs:175:6
[INFO] [stdout]     |
[INFO] [stdout] 175 | enum RenderOutcome {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FrameData` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/data/frame_data.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct FrameData {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FractalConfig` is never used
[INFO] [stdout]  --> src/controllers/interactive/data/fractal_config.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum FractalConfig {
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `algorithm` and `colour_map` are never used
[INFO] [stdout]   --> src/controllers/interactive/data/fractal_config.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl FractalConfig {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 21 |     pub fn algorithm(
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn colour_map(&self) -> &(dyn ColourMap<u32> + Send + Sync) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RenderError` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/errors/render.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct RenderError {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RenderEvent` is never used
[INFO] [stdout]  --> src/controllers/interactive/events/render.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum RenderEvent {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RenderScheduler` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/flight/scheduler.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RenderScheduler {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SchedulerAction` is never used
[INFO] [stdout]   --> src/controllers/interactive/flight/scheduler.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum SchedulerAction {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/controllers/interactive/flight/scheduler.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl RenderScheduler {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 17 |     #[must_use]
[INFO] [stdout] 18 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn update(
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn observe_completion(&mut self, last_completed_gen: u64) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn has_pending(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn in_flight_generation(&self) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     fn mark_completed(&mut self, last_completed_gen: u64) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn submit_pending(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FlightSimulator` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/flight/simulator.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct FlightSimulator {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimulationResult` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/flight/simulator.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct SimulationResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `advance`, `reset_motion`, `status`, and `is_active` are never used
[INFO] [stdout]    --> src/controllers/interactive/flight/simulator.rs:23:12
[INFO] [stdout]     |
[INFO] [stdout]  21 | impl FlightSimulator {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout]  22 |     #[must_use]
[INFO] [stdout]  23 |     pub fn new(limits: FlightLimits) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  35 |     pub fn advance<C, U>(
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn reset_motion(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn status(&self) -> &FlightStatus {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn is_active(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `InteractiveControllerPresenterPort` is never used
[INFO] [stdout]  --> src/controllers/interactive/ports/presenter.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait InteractiveControllerPresenterPort: Send + Sync {
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `build_render_request` and `reset_view` are never used
[INFO] [stdout]   --> src/core/fractals/mandelbrot/mandelbrot_config.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl MandelbrotConfig {
[INFO] [stdout]    | --------------------- methods in this implementation
[INFO] [stdout] 48 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub(crate) fn reset_view(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_render_request` is never used
[INFO] [stdout]   --> src/core/fractals/julia/julia_config.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl JuliaConfig {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 46 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
[INFO] running `Command { std: "docker" "inspect" "49e883153a779cf6aa8d896f1902cd6ddd6176693e1627c8cddf9fd0a1357fa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49e883153a779cf6aa8d896f1902cd6ddd6176693e1627c8cddf9fd0a1357fa5", kill_on_drop: false }`
[INFO] [stdout] 49e883153a779cf6aa8d896f1902cd6ddd6176693e1627c8cddf9fd0a1357fa5
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b82d5ee1758ef3b7154842f73693ea53b13b87d87848bd0960a217de451dea61
[INFO] running `Command { std: "docker" "start" "-a" "b82d5ee1758ef3b7154842f73693ea53b13b87d87848bd0960a217de451dea61", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling zmij v1.0.6
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling fs-err v3.2.2
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling shared_child v1.1.1
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling shared_thread v0.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling duct v1.1.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling ruzstd v0.8.2
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling lexopt v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling fractal_explorer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `RenderScheduler` and `SchedulerAction`
[INFO] [stdout]  --> src/controllers/interactive/flight/mod.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use scheduler::{RenderScheduler, SchedulerAction};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `simulator::FlightSimulator`
[INFO] [stdout]  --> src/controllers/interactive/flight/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use simulator::FlightSimulator;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `controller::InteractiveController`
[INFO] [stdout]  --> src/controllers/interactive/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use controller::InteractiveController;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SharedState` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/controller.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct SharedState {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InteractiveController` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/controller.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct InteractiveController {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `submit_request`, `shutdown`, `last_completed_generation`, `worker_loop`, and `render_request` are never used
[INFO] [stdout]    --> src/controllers/interactive/controller.rs:31:12
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl InteractiveController {
[INFO] [stdout]     | -------------------------- associated items in this implementation
[INFO] [stdout]  31 |     pub fn new(presenter_port: Arc<dyn InteractiveControllerPresenterPort>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn submit_request(&self, request: Arc<FractalConfig>) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  66 |     pub fn shutdown(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  76 |     pub fn last_completed_generation(&self) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  82 |     fn worker_loop(shared: &Arc<SharedState>) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     fn render_request<C: CancelToken>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RenderOutcome` is never used
[INFO] [stdout]    --> src/controllers/interactive/controller.rs:175:6
[INFO] [stdout]     |
[INFO] [stdout] 175 | enum RenderOutcome {
[INFO] [stdout]     |      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FrameData` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/data/frame_data.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct FrameData {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FractalConfig` is never used
[INFO] [stdout]  --> src/controllers/interactive/data/fractal_config.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum FractalConfig {
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `algorithm` and `colour_map` are never used
[INFO] [stdout]   --> src/controllers/interactive/data/fractal_config.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl FractalConfig {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 21 |     pub fn algorithm(
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn colour_map(&self) -> &(dyn ColourMap<u32> + Send + Sync) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RenderError` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/errors/render.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct RenderError {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RenderEvent` is never used
[INFO] [stdout]  --> src/controllers/interactive/events/render.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum RenderEvent {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RenderScheduler` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/flight/scheduler.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RenderScheduler {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SchedulerAction` is never used
[INFO] [stdout]   --> src/controllers/interactive/flight/scheduler.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum SchedulerAction {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/controllers/interactive/flight/scheduler.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl RenderScheduler {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout] 17 |     #[must_use]
[INFO] [stdout] 18 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn update(
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn observe_completion(&mut self, last_completed_gen: u64) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn has_pending(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn in_flight_generation(&self) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     fn mark_completed(&mut self, last_completed_gen: u64) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn submit_pending(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FlightSimulator` is never constructed
[INFO] [stdout]  --> src/controllers/interactive/flight/simulator.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct FlightSimulator {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimulationResult` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/flight/simulator.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct SimulationResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `advance`, `reset_motion`, `status`, and `is_active` are never used
[INFO] [stdout]    --> src/controllers/interactive/flight/simulator.rs:23:12
[INFO] [stdout]     |
[INFO] [stdout]  21 | impl FlightSimulator {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout]  22 |     #[must_use]
[INFO] [stdout]  23 |     pub fn new(limits: FlightLimits) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  35 |     pub fn advance<C, U>(
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn reset_motion(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     pub fn status(&self) -> &FlightStatus {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn is_active(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `InteractiveControllerPresenterPort` is never used
[INFO] [stdout]  --> src/controllers/interactive/ports/presenter.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub trait InteractiveControllerPresenterPort: Send + Sync {
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `build_render_request` and `reset_view` are never used
[INFO] [stdout]   --> src/core/fractals/mandelbrot/mandelbrot_config.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl MandelbrotConfig {
[INFO] [stdout]    | --------------------- methods in this implementation
[INFO] [stdout] 48 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub(crate) fn reset_view(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_render_request` is never used
[INFO] [stdout]   --> src/core/fractals/julia/julia_config.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl JuliaConfig {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 46 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling lcov2cobertura v1.0.6
[INFO] [stderr]    Compiling opener v0.8.3
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling cargo-config2 v0.1.39
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling cargo-llvm-cov v0.6.22
[INFO] [stdout] warning: unused imports: `RenderScheduler` and `SchedulerAction`
[INFO] [stdout]  --> src/controllers/interactive/flight/mod.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use scheduler::{RenderScheduler, SchedulerAction};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `simulator::FlightSimulator`
[INFO] [stdout]  --> src/controllers/interactive/flight/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use simulator::FlightSimulator;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `controller::InteractiveController`
[INFO] [stdout]  --> src/controllers/interactive/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use controller::InteractiveController;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `render_duration` is never read
[INFO] [stdout]  --> src/controllers/interactive/data/frame_data.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct FrameData {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub render_duration: Duration,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `FrameData` has a derived impl for the trait `Debug`, but this is 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: variant `Julia` is never constructed
[INFO] [stdout]   --> src/controllers/interactive/data/fractal_config.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum FractalConfig {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 14 |     Julia {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset_view` is never used
[INFO] [stdout]   --> src/core/fractals/mandelbrot/mandelbrot_config.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl MandelbrotConfig {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub(crate) fn reset_view(&mut self) {
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_render_request` is never used
[INFO] [stdout]   --> src/core/fractals/julia/julia_config.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl JuliaConfig {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 46 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.88s
[INFO] running `Command { std: "docker" "inspect" "b82d5ee1758ef3b7154842f73693ea53b13b87d87848bd0960a217de451dea61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b82d5ee1758ef3b7154842f73693ea53b13b87d87848bd0960a217de451dea61", kill_on_drop: false }`
[INFO] [stdout] b82d5ee1758ef3b7154842f73693ea53b13b87d87848bd0960a217de451dea61
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e2139c63d0163d1e2a805c5c03636f12ccf30e854a0524c061ab6388e7562098
[INFO] running `Command { std: "docker" "start" "-a" "e2139c63d0163d1e2a805c5c03636f12ccf30e854a0524c061ab6388e7562098", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `RenderScheduler` and `SchedulerAction`
[INFO] [stderr]  --> src/controllers/interactive/flight/mod.rs:4:21
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use scheduler::{RenderScheduler, SchedulerAction};
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `simulator::FlightSimulator`
[INFO] [stderr]  --> src/controllers/interactive/flight/mod.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub use simulator::FlightSimulator;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `controller::InteractiveController`
[INFO] [stderr]  --> src/controllers/interactive/mod.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use controller::InteractiveController;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SharedState` is never constructed
[INFO] [stderr]   --> src/controllers/interactive/controller.rs:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | struct SharedState {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `InteractiveController` is never constructed
[INFO] [stderr]   --> src/controllers/interactive/controller.rs:25:12
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct InteractiveController {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `submit_request`, `shutdown`, `last_completed_generation`, `worker_loop`, and `render_request` are never used
[INFO] [stderr]    --> src/controllers/interactive/controller.rs:31:12
[INFO] [stderr]     |
[INFO] [stderr]  30 | impl InteractiveController {
[INFO] [stderr]     | -------------------------- associated items in this implementation
[INFO] [stderr]  31 |     pub fn new(presenter_port: Arc<dyn InteractiveControllerPresenterPort>) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  53 |     pub fn submit_request(&self, request: Arc<FractalConfig>) -> u64 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  66 |     pub fn shutdown(&mut self) {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  76 |     pub fn last_completed_generation(&self) -> u64 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  82 |     fn worker_loop(shared: &Arc<SharedState>) {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 151 |     fn render_request<C: CancelToken>(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `RenderOutcome` is never used
[INFO] [stderr]    --> src/controllers/interactive/controller.rs:175:6
[INFO] [stderr]     |
[INFO] [stderr] 175 | enum RenderOutcome {
[INFO] [stderr]     |      ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FrameData` is never constructed
[INFO] [stderr]  --> src/controllers/interactive/data/frame_data.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct FrameData {
[INFO] [stderr]   |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `FractalConfig` is never used
[INFO] [stderr]  --> src/controllers/interactive/data/fractal_config.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub enum FractalConfig {
[INFO] [stderr]   |          ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `algorithm` and `colour_map` are never used
[INFO] [stderr]   --> src/controllers/interactive/data/fractal_config.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl FractalConfig {
[INFO] [stderr]    | ------------------ methods in this implementation
[INFO] [stderr] 21 |     pub fn algorithm(
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     pub fn colour_map(&self) -> &(dyn ColourMap<u32> + Send + Sync) {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RenderError` is never constructed
[INFO] [stderr]  --> src/controllers/interactive/errors/render.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct RenderError {
[INFO] [stderr]   |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `RenderEvent` is never used
[INFO] [stderr]  --> src/controllers/interactive/events/render.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub enum RenderEvent {
[INFO] [stderr]   |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RenderScheduler` is never constructed
[INFO] [stderr]  --> src/controllers/interactive/flight/scheduler.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct RenderScheduler {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `SchedulerAction` is never used
[INFO] [stderr]   --> src/controllers/interactive/flight/scheduler.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub enum SchedulerAction {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]   --> src/controllers/interactive/flight/scheduler.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl RenderScheduler {
[INFO] [stderr]    | -------------------- associated items in this implementation
[INFO] [stderr] 17 |     #[must_use]
[INFO] [stderr] 18 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 |     pub fn update(
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn reset(&mut self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 47 |     pub fn observe_completion(&mut self, last_completed_gen: u64) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 52 |     pub fn has_pending(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 57 |     pub fn in_flight_generation(&self) -> Option<u64> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 61 |     fn mark_completed(&mut self, last_completed_gen: u64) {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 |     fn submit_pending(
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FlightSimulator` is never constructed
[INFO] [stderr]  --> src/controllers/interactive/flight/simulator.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct FlightSimulator {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SimulationResult` is never constructed
[INFO] [stderr]   --> src/controllers/interactive/flight/simulator.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct SimulationResult {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `advance`, `reset_motion`, `status`, and `is_active` are never used
[INFO] [stderr]    --> src/controllers/interactive/flight/simulator.rs:23:12
[INFO] [stderr]     |
[INFO] [stderr]  21 | impl FlightSimulator {
[INFO] [stderr]     | -------------------- associated items in this implementation
[INFO] [stderr]  22 |     #[must_use]
[INFO] [stderr]  23 |     pub fn new(limits: FlightLimits) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  35 |     pub fn advance<C, U>(
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 104 |     pub fn reset_motion(&mut self) {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 114 |     pub fn status(&self) -> &FlightStatus {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 119 |     pub fn is_active(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `InteractiveControllerPresenterPort` is never used
[INFO] [stderr]  --> src/controllers/interactive/ports/presenter.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub trait InteractiveControllerPresenterPort: Send + Sync {
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `build_render_request` and `reset_view` are never used
[INFO] [stderr]   --> src/core/fractals/mandelbrot/mandelbrot_config.rs:48:19
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl MandelbrotConfig {
[INFO] [stderr]    | --------------------- methods in this implementation
[INFO] [stderr] 48 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 |     pub(crate) fn reset_view(&mut self) {
[INFO] [stderr]    |                   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `build_render_request` is never used
[INFO] [stderr]   --> src/core/fractals/julia/julia_config.rs:46:19
[INFO] [stderr]    |
[INFO] [stderr] 45 | impl JuliaConfig {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] 46 |     pub(crate) fn build_render_request(&self, pixel_rect: PixelRect) -> FractalConfig {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fractal_explorer` (lib) generated 21 warnings (run `cargo fix --lib -p fractal_explorer` to apply 3 suggestions)
[INFO] [stderr] warning: field `render_duration` is never read
[INFO] [stderr]  --> src/controllers/interactive/data/frame_data.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct FrameData {
[INFO] [stderr]   |            --------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 8 |     pub render_duration: Duration,
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `FrameData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Julia` is never constructed
[INFO] [stderr]   --> src/controllers/interactive/data/fractal_config.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub enum FractalConfig {
[INFO] [stderr]    |          ------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 14 |     Julia {
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `reset_view` is never used
[INFO] [stderr]   --> src/core/fractals/mandelbrot/mandelbrot_config.rs:59:19
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl MandelbrotConfig {
[INFO] [stderr]    | --------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 59 |     pub(crate) fn reset_view(&mut self) {
[INFO] [stderr]    |                   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fractal_explorer` (lib test) generated 7 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fractal_explorer-69539a98f61405a4)
[INFO] [stdout] 
[INFO] [stdout] running 246 tests
[INFO] [stdout] test controllers::interactive::controller::tests::test_ui_layer_filters_stale_generations ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::coalesces_when_in_flight_and_flight_active ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::completion_allows_pending_request_to_submit ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_last_completed_generation_starts_at_zero ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::completion_mismatch_keeps_in_flight_generation ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::multiple_coalesced_updates_keep_only_the_newest_pending_request ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::repeated_identical_desired_requests_are_handled_consistently ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::fractional_elapsed_rolls_over_to_next_advance ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::is_active_false_when_paused_even_with_speed ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::is_active_false_when_stationary ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::large_elapsed_is_capped_and_excess_time_is_dropped ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::reset_clears_pending_and_in_flight_state ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::observe_completion_clears_in_flight_when_done ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::exact_tick_runs_one_step ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::rapid_updates_during_flight_leave_only_last_pending_request ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::paused_state_reports_no_state_change ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::reset_motion_restores_defaults ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::status_reflects_motion_and_warnings ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::zero_elapsed_runs_no_ticks ... ok
[INFO] [stdout] test core::actions::cancellation::tests::closure_token_reflects_atomic_state ... ok
[INFO] [stdout] test core::actions::cancellation::tests::never_cancel_always_returns_false ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_arc::tests::test_parallel_with_more_threads_than_rows ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_cancellation_silently_discards_results ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_last_completed_generation_updates_after_error_completion ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_last_completed_generation_updates_after_frame_completion ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_arc::tests::test_parallel_generates_same_results_as_sequential ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancelable_produces_same_results_when_not_cancelled ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancellation_polled_at_row_start ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancellation_polled_once_per_row_even_on_wide_rows ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_generate_fractal_error_displays_algorithm_error ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_generate_fractal_error_displays_cancelled ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_rayon_generates_same_results_as_sequential ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancelable_with_large_rect ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_rayon_propagates_algorithm_failure ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_rayon_with_smallest_dimensions ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_submit_request_emits_frame ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_last_completed_generation_is_monotonic_across_mixed_completions ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_rayon_with_large_rect ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_scoped_threads::tests::test_parallel_with_single_thread ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_serial::tests::test_generates_correct_results ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_serial::tests::test_propagates_algorithm_failure ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_scoped_threads::tests::test_parallel_with_uneven_row_distribution ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_scoped_threads::tests::test_parallel_with_more_threads_than_rows ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_scoped_threads::tests::test_parallel_generates_same_results_as_sequential ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_cancelable_generates_pixel_buffer_correctly ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_cancelable_propagates_colour_map_failure ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_cancelled_does_not_create_pixel_buffer ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_generates_pixel_buffer_correctly ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_pixel_rect_input_size_mismatch_returns_err ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::is_active_true_when_speed_nonzero_and_unpaused ... ok
[INFO] [stdout] test controllers::interactive::flight::simulator::tests::multiple_ticks_run_for_larger_elapsed ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_cancelable_error_displays_cancelled ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_propagates_colour_map_failure ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_public_cancelable_api_works ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::cancelable_produces_correct_output_when_not_cancelled ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::error_displays_algorithm_error ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::error_displays_colour_map_error ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::cancelable_returns_cancelled ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::error_displays_cancelled ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::non_cancelable_error_displays_algorithm ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::produces_correct_pixel_buffer ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::propagates_algorithm_error ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::propagates_colour_map_error ... ok
[INFO] [stdout] test core::data::complex::tests::test_add ... ok
[INFO] [stdout] test core::data::complex::tests::test_add_negative ... ok
[INFO] [stdout] test core::data::complex::tests::test_magnitude_squared ... ok
[INFO] [stdout] test core::data::complex::tests::test_magnitude_squared_negative_imag ... ok
[INFO] [stdout] test core::data::complex::tests::test_magnitude_squared_zero ... ok
[INFO] [stdout] test core::data::complex::tests::test_mul ... ok
[INFO] [stdout] test core::data::complex::tests::test_mul_by_zero ... ok
[INFO] [stdout] test core::data::complex::tests::test_mul_negative ... ok
[INFO] [stdout] test core::data::complex::tests::test_square ... ok
[INFO] [stdout] test core::data::complex_rect::tests::test_complex_rect_contains_point ... ok
[INFO] [stdout] test core::data::complex_rect::tests::test_complex_rect_dimensions ... ok
[INFO] [stdout] test core::data::complex_rect::tests::test_complex_rect_dimensions_must_be_positive ... ok
[INFO] [stdout] test core::data::complex_rect::tests::test_complex_rect_new_valid ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_buffer_getter ... ok
[INFO] [stdout] test core::data::complex::tests::test_magnitude_squared_negative_real ... ok
[INFO] [stdout] test core::data::complex::tests::test_magnitude_squared_negative_real_and_imag ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_from_data_buffer_too_large ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_from_data_buffer_too_small ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_from_data_empty_buffer_for_valid_rect ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_new_calculates_correct_buffer_size ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_new_creates_black_opaque_buffer ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_from_data_valid ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_buffer_preserves_original_on_error ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_pixel_rect_getter ... ok
[INFO] [stdout] test core::actions::render_pixel_buffer::tests::matches_old_two_stage_pipeline ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_buffer_valid ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_buffer_wrong_size ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_multiple_pixels ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_outside_bounds_bottom ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_outside_bounds_negative ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_outside_bounds_right ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_valid ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_with_offset_rect ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_top_left_corner ... ok
[INFO] [stdout] test core::data::pixel_rect::tests::test_pixel_rect_contains_point ... ok
[INFO] [stdout] test core::data::pixel_rect::tests::test_pixel_rect_dimensions ... ok
[INFO] [stdout] test core::data::pixel_rect::tests::test_pixel_rect_dimensions_for_single_pixel ... ok
[INFO] [stdout] test core::data::pixel_rect::tests::test_pixel_rect_dimensions_must_be_positive ... ok
[INFO] [stdout] test core::data::pixel_rect::tests::test_pixel_rect_new_valid ... ok
[INFO] [stdout] test core::data::pixel_rect::tests::test_single_pixel_rect_is_valid ... ok
[INFO] [stdout] test core::flight::controls::tests::default_snapshot_is_all_false ... ok
[INFO] [stdout] test core::flight::limits::tests::dt_matches_tick_rate ... ok
[INFO] [stdout] test core::flight::motion::tests::a_only_ramps_toward_left_heading ... ok
[INFO] [stdout] test core::flight::motion::tests::accelerate_and_decelerate_cancel_out ... ok
[INFO] [stdout] test core::flight::motion::tests::accelerate_increases_speed_by_accel_times_dt ... ok
[INFO] [stdout] test core::flight::limits::tests::default_limits_are_finite_and_consistent ... ok
[INFO] [stdout] test core::flight::motion::tests::all_wasd_cancels_to_zero_vector_and_decays_heading ... ok
[INFO] [stdout] test core::flight::motion::tests::d_only_ramps_toward_right_heading ... ok
[INFO] [stdout] test core::flight::motion::tests::decelerate_decreases_speed_by_accel_times_dt ... ok
[INFO] [stdout] test core::flight::motion::tests::deceleration_can_reverse_speed_through_zero ... ok
[INFO] [stdout] test core::flight::motion::tests::default_motion_state_matches_spec_defaults ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_cancelable_error_displays_colour_map_error ... ok
[INFO] [stdout] test core::actions::generate_pixel_buffer::generate_pixel_buffer::tests::test_cancelable_returns_cancelled_when_token_is_cancelled ... ok
[INFO] [stdout] test core::flight::motion::tests::negative_speed_is_clamped_to_min ... ok
[INFO] [stdout] test core::flight::motion::tests::no_acceleration_input_sets_accel_to_zero ... ok
[INFO] [stdout] test core::flight::motion::tests::no_wasd_decays_heading_toward_zero ... ok
[INFO] [stdout] test core::flight::motion::tests::no_wasd_heading_reaches_zero_after_sufficient_time ... ok
[INFO] [stdout] test core::flight::motion::tests::pause_edge_toggles_paused_state ... ok
[INFO] [stdout] test core::flight::motion::tests::non_finite_dt_is_treated_as_zero ... ok
[INFO] [stdout] test core::flight::motion::tests::pause_edge_while_paused_unpauses ... ok
[INFO] [stdout] test core::flight::motion::tests::positive_speed_is_clamped_to_max ... ok
[INFO] [stdout] test core::flight::motion::tests::pause_toggle_edge_affects_only_one_tick_when_consumed ... ok
[INFO] [stdout] test core::flight::motion::tests::paused_motion_does_not_advance_heading_or_speed ... ok
[INFO] [stdout] test core::flight::motion::tests::report_view_should_update_is_false_when_speed_is_zero ... ok
[INFO] [stdout] test core::flight::motion::tests::s_only_ramps_toward_down_heading ... ok
[INFO] [stdout] test core::flight::motion::tests::single_tick_heading_ramp_matches_time_constant ... ok
[INFO] [stdout] test core::flight::motion::tests::w_only_ramps_toward_up_heading ... ok
[INFO] [stdout] test core::flight::motion::tests::zero_dt_does_not_change_speed ... ok
[INFO] [stdout] test core::flight::status::tests::default_status_starts_paused ... ok
[INFO] [stdout] test core::flight::status::tests::warning_can_be_attached_to_status ... ok
[INFO] [stdout] test core::fractals::julia::algorithm::tests::avx_row_kernel_matches_scalar_reference_when_available ... ok
[INFO] [stdout] test core::fractals::julia::algorithm::tests::compute_returns_error_for_pixel_outside_pixel_rect ... ok
[INFO] [stdout] test core::fractals::julia::algorithm::tests::compute_row_segment_appends_results_after_existing_prefix ... ok
[INFO] [stdout] test core::fractals::julia::algorithm::tests::compute_row_segment_matches_scalar_reference ... ok
[INFO] [stdout] test core::fractals::julia::algorithm::tests::test_max_iterations_must_be_greater_than_zero ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::errors::tests::iterations_exceed_max_still_formats_and_matches_as_before ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::errors::tests::lut_invariant_broken_formats_as_internal_failure ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::factory::tests::all_array_has_default_first ... ok
[INFO] [stdout] test core::fractals::julia::algorithm::tests::test_valid_constructor ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::factory::tests::display_names_are_unique ... ok
[INFO] [stdout] test core::flight::motion::tests::w_and_d_ramps_toward_normalized_diagonal ... ok
[INFO] [stdout] test core::flight::motion::tests::report_view_should_update_is_true_when_speed_is_nonzero ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::fire_piecewise_boundaries_match_reference ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::factory::tests::display_names_match_between_kind_and_concrete ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::factory::tests::factory_round_trip_for_all_kinds ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::lut_matches_reference_formula_for_entire_domain_small_max ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::map_with_max_zero_is_black_for_zero_and_errors_for_positive ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::lut_matches_reference_formula_for_sample_points ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::lut_size_matches_max_plus_one ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::test_map_midpoint_gradient ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::test_map_returns_error_when_iterations_exceed_max ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::test_map_returns_black_at_max_iterations ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::fire::tests::test_map_returns_black_at_zero_iterations ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::lut_matches_reference_formula_for_entire_domain_small_max ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::lut_size_matches_max_plus_one ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::test_map_midpoint_gradient ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::map_with_max_zero_is_black_for_zero_and_errors_for_positive ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::test_map_returns_black_at_max_iterations ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::test_map_returns_black_at_zero_iterations ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::test_map_returns_error_when_iterations_exceed_max ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::center_clamp_limits_real_and_preserves_dimensions ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::extent_clamp_scales_up_and_down_with_aspect_ratio_preserved ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::center_clamp_limits_imag_and_both_axes ... ok
[INFO] [stdout] test core::fractals::julia::colour_mapping::maps::ice::tests::lut_matches_reference_formula_for_sample_points ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::negative_speed_zooms_out ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::non_finite_region_resets_to_default_for_nan_and_infinity ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::negative_speed_pans_same_direction_as_heading ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::steer_strength_zero_means_zoom_about_center ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::steering_changes_center_while_zooming ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::avx_row_kernel_matches_scalar_reference_when_available ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::compute_escapes_immediately_for_c_equal_three ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::compute_returns_error_for_pixel_outside_pixel_rect ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::compute_returns_max_iterations_for_c_equal_negative_one ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::compute_returns_max_iterations_for_c_equal_zero ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::compute_row_segment_appends_results_after_existing_prefix ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::compute_row_segment_matches_scalar_reference_for_zoom_row ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::test_max_iterations_must_be_greater_than_zero ... ok
[INFO] [stdout] test core::fractals::mandelbrot::algorithm::tests::test_valid_constructor ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::errors::tests::iterations_exceed_max_still_formats_and_matches_as_before ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::errors::tests::lut_invariant_broken_formats_as_internal_failure ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::factory::tests::display_names_are_unique ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::factory::tests::display_names_match_between_kind_and_concrete ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::factory::tests::factory_round_trip_for_all_kinds ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::fire_piecewise_boundaries_match_reference ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::lut_matches_reference_formula_for_entire_domain_small_max ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::lut_matches_reference_formula_for_sample_points ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::submits_immediately_when_in_flight_and_flight_inactive ... ok
[INFO] [stdout] test controllers::interactive::flight::scheduler::tests::submits_immediately_when_nothing_is_in_flight ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_arc::tests::test_parallel_with_single_thread ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancelable_cancels_after_k_polls ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_buffer_size_getter ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancelable_returns_cancelled_when_token_is_cancelled ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::paused_or_zero_speed_is_a_noop ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_rayon::tests::test_cancelable_propagates_algorithm_failure ... ok
[INFO] [stdout] test core::fractals::julia::flight::tests::positive_speed_zooms_in ... ok
[INFO] [stdout] test core::data::pixel_buffer::tests::test_set_pixel_bottom_right_corner ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_generation_ids_increment ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::lut_matches_reference_formula_for_sample_points ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::map_with_max_zero_is_black_for_zero_and_errors_for_positive ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::lut_size_matches_max_plus_one ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::test_map_returns_black_at_zero_iterations ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::test_map_returns_black_at_max_iterations ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::lut_size_matches_max_plus_one ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::map_with_max_zero_is_black_for_zero_and_errors_for_positive ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::test_map_midpoint_gradient ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::test_map_returns_black_at_max_iterations ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::test_map_returns_black_at_zero_iterations ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::fire::tests::test_map_returns_error_when_iterations_exceed_max ... ok
[INFO] [stdout] test core::actions::generate_fractal::generate_fractal_parallel_arc::tests::test_parallel_with_uneven_row_distribution ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::lut_matches_reference_formula_for_entire_domain_small_max ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::test_map_midpoint_gradient ... ok
[INFO] [stdout] test core::util::calculate_bands_in_pixel_rect::tests::bands_correctly_calculated ... ok
[INFO] [stdout] test core::util::calculate_bands_in_pixel_rect::tests::test_height_1_gives_1_band ... ok
[INFO] [stdout] test core::util::calculate_bands_in_pixel_rect::tests::test_height_2_gives_1_band ... ok
[INFO] [stdout] test core::util::calculate_bands_in_pixel_rect::tests::test_height_3_gives_1_band ... ok
[INFO] [stdout] test core::util::calculate_threads_for_pixel_rect_banding::tests::test_pixel_rect_height_1_gives_1_thread ... ok
[INFO] [stdout] test core::util::calculate_threads_for_pixel_rect_banding::tests::test_pixel_rect_height_2_gives_1_thread ... ok
[INFO] [stdout] test core::util::calculate_threads_for_pixel_rect_banding::tests::test_pixel_rect_height_3_gives_1_thread ... ok
[INFO] [stdout] test core::util::calculate_threads_for_pixel_rect_banding::tests::test_sanity_check ... ok
[INFO] [stdout] test core::util::calculate_threads_for_pixel_rect_banding::tests::test_sanity_check_2 ... ok
[INFO] [stdout] test core::util::iteration_colour_lut::tests::non_zero_max_has_max_plus_one_entries_and_black_tail ... ok
[INFO] [stdout] test core::util::iteration_colour_lut::tests::zero_max_iterations_builds_single_black_entry ... ok
[INFO] [stdout] test core::util::calculate_bands_in_pixel_rect::tests::bands_do_not_exceed_half_pixel_rect_height ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::maps::ice::tests::test_map_returns_error_when_iterations_exceed_max ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::center_clamp_limits_imag_and_both_axes ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::center_clamp_limits_real_and_preserves_dimensions ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::extent_clamp_scales_up_and_down_with_aspect_ratio_preserved ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::negative_speed_pans_same_direction_as_heading ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::negative_speed_zooms_out ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::non_finite_region_resets_to_default_for_nan_and_infinity ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::paused_or_zero_speed_is_a_noop ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::positive_speed_zooms_in ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::steer_strength_zero_means_zoom_about_center ... ok
[INFO] [stdout] test core::fractals::mandelbrot::flight::tests::steering_changes_center_while_zooming ... ok
[INFO] [stdout] test core::util::pixel_to_complex_coords::tests::test_pixel_outside_complex_fails ... ok
[INFO] [stdout] test core::util::pixel_to_complex_coords::tests::test_pixel_to_complex_center ... ok
[INFO] [stdout] test core::util::pixel_to_complex_coords::tests::test_pixel_to_complex_top_left ... ok
[INFO] [stdout] test presenters::file::ppm::tests::test_present_writes_ppm_header_and_rgb_payload ... ok
[INFO] [stdout] test presenters::file::ppm::tests::test_present_strips_alpha_bytes_from_output_payload ... ok
[INFO] [stdout] test core::util::pixel_to_complex_coords::tests::test_pixel_to_complex_bottom_right ... ok
[INFO] [stdout] test core::fractals::mandelbrot::colour_mapping::factory::tests::all_array_has_default_first ... FAILED
[INFO] [stdout] test controllers::interactive::controller::tests::test_newest_request_yields_emitted_frame ... ok
[INFO] [stdout] test controllers::interactive::controller::tests::test_rapid_requests_do_not_emit_cancellation_errors ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core::fractals::mandelbrot::colour_mapping::factory::tests::all_array_has_default_first stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::fractals::mandelbrot::colour_mapping::factory::tests::all_array_has_default_first' (267) panicked at src/core/fractals/mandelbrot/colour_mapping/factory.rs:25:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some(FireGradient)
[INFO] [stdout]  right: Some(BlueWhiteGradient)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fb93aa37eaa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fb93aa37eaa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fb93aa37eaa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5fb93aa37eaa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5fb93aa4cd1a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5fb93aa4cd1a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5fb93aa3c782 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fb93aa3c782 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5fb93aa1670f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5fb93aa1670f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5fb93aa2fe29 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5fb93a9a6d6c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5fb93a9a6d6c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fb93aa300a2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5fb93aa300a2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5fb93aa167c8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5fb93aa0df69 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5fb93aa174dd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5fb93aa4d5cc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fb93aa4d483 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5fb93a94d76e - core::panicking::assert_failed::h0b15fcdcdfb49bf1
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5fb93a8c9e87 - fractal_explorer::core::fractals::mandelbrot::colour_mapping::factory::tests::all_array_has_default_first::h63fd3bb0b629a212
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/fractals/mandelbrot/colour_mapping/factory.rs:25:9
[INFO] [stdout]   22:     0x5fb93a8c9ea7 - fractal_explorer::core::fractals::mandelbrot::colour_mapping::factory::tests::all_array_has_default_first::{{closure}}::h15e0e9333732e7b4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/fractals/mandelbrot/colour_mapping/factory.rs:24:37
[INFO] [stdout]   23:     0x5fb93a945b96 - core::ops::function::FnOnce::call_once::h880da940a7cddbfb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5fb93a99ae4b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5fb93a99ae4b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5fb93a9a783b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5fb93a9a783b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5fb93a9a783b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5fb93a9a783b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5fb93a9a783b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5fb93a9a783b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5fb93a9a783b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5fb93a9a2f54 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5fb93a9a2f54 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5fb93a9aa442 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5fb93a9aa442 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5fb93a9aa442 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5fb93a9aa442 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5fb93a9aa442 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5fb93a9aa442 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5fb93a9aa442 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5fb93aa374af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5fb93aa374af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x726de6cecaa4 - <unknown>
[INFO] [stdout]   45:     0x726de6d79a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core::fractals::mandelbrot::colour_mapping::factory::tests::all_array_has_default_first
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 245 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "e2139c63d0163d1e2a805c5c03636f12ccf30e854a0524c061ab6388e7562098", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2139c63d0163d1e2a805c5c03636f12ccf30e854a0524c061ab6388e7562098", kill_on_drop: false }`
[INFO] [stdout] e2139c63d0163d1e2a805c5c03636f12ccf30e854a0524c061ab6388e7562098
