[INFO] cloning repository https://github.com/alan-turing-institute/clamms
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alan-turing-institute/clamms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falan-turing-institute%2Fclamms", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falan-turing-institute%2Fclamms'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4dd2b6ea9acdddfc4cfb477a07706b44f6a0c8c5
[INFO] testing alan-turing-institute/clamms 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%2Falan-turing-institute%2Fclamms" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/alan-turing-institute/clamms
[INFO] finished tweaking git repo https://github.com/alan-turing-institute/clamms
[INFO] tweaked toml for git repo https://github.com/alan-turing-institute/clamms written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alan-turing-institute/clamms 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/alan-turing-institute/clamms 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 68354c3f75bf5d417d955e1482d1953d8e91604e58581a39bf234fa0f9c2c87f
[INFO] running `Command { std: "docker" "start" "-a" "68354c3f75bf5d417d955e1482d1953d8e91604e58581a39bf234fa0f9c2c87f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68354c3f75bf5d417d955e1482d1953d8e91604e58581a39bf234fa0f9c2c87f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68354c3f75bf5d417d955e1482d1953d8e91604e58581a39bf234fa0f9c2c87f", kill_on_drop: false }`
[INFO] [stdout] 68354c3f75bf5d417d955e1482d1953d8e91604e58581a39bf234fa0f9c2c87f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b5fe2f5b6d02276d90bd8a5f9ef60f9fd70e1a57e80e54aa56e3f1f2091e4b94
[INFO] running `Command { std: "docker" "start" "-a" "b5fe2f5b6d02276d90bd8a5f9ef60f9fd70e1a57e80e54aa56e3f1f2091e4b94", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling flate2 v1.0.26
[INFO] [stderr]    Compiling libloading v0.8.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling const-cstr v0.3.0
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling priority-queue v1.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling float-ord v0.2.0
[INFO] [stderr]    Compiling png v0.17.9
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling plotters-svg v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling crossterm v0.23.2
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling dyn-clone v1.0.11
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling tuple-conv v1.0.1
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling freetype v0.7.0
[INFO] [stderr]    Compiling tui v0.18.0
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling indicatif v0.16.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling plotters-bitmap v0.3.2
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling pest v2.6.0
[INFO] [stderr]    Compiling sysinfo v0.27.8
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.1
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling plotters v0.3.4
[INFO] [stderr]    Compiling csv v1.2.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling krabmaga v0.5.0
[INFO] [stderr]    Compiling clamms v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `regex::Regex`
[INFO] [stdout]  --> src/config.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `parallel`
[INFO] [stdout]    --> src/model/board.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     if #[cfg(any(feature = "parallel", feature = "visualization", feature = "visualization_wasm"))]{
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `visualization` and `visualization_wasm`
[INFO] [stdout]     = help: consider adding `parallel` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AgentStateItems`, `AgentState`, `InvLevel`, and `action::Action`
[INFO] [stdout]  --> src/model/history.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     action::Action,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 3 |     agent_state::{AgentState, AgentStateItems, DiscrRep, InvLevel},
[INFO] [stdout]   |                   ^^^^^^^^^^  ^^^^^^^^^^^^^^^            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tuple_conv::RepeatedTuple`
[INFO] [stdout]   --> src/model/q_table.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tuple_conv::RepeatedTuple;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/model/routing.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Patch`
[INFO] [stdout]  --> src/model/routing.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::board::{Board, Patch};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::trader::Trader`
[INFO] [stdout]  --> src/model/routing.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use super::trader::Trader;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `krabmaga::cfg_if::cfg_if`
[INFO] [stdout]  --> src/model/routing.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use krabmaga::cfg_if::cfg_if;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D`
[INFO] [stdout]  --> src/model/routing.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::agent_api::AgentAPI`
[INFO] [stdout]  --> src/model/trader.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::agent_api::AgentAPI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::seq::SliceRandom`
[INFO] [stdout]  --> src/model/trader.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand::seq::SliceRandom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_q`
[INFO] [stdout]    --> src/model/tabular_rl.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let old_q = tab.insert(traj[tau].representation(), q_tau);
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_old_q`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q_optimal`
[INFO] [stdout]    --> src/model/tabular_rl.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let (a, q_optimal) = self
[INFO] [stdout]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_q_optimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ResourceAbundance` is never used
[INFO] [stdout]   --> src/config.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub type ResourceAbundance = f32;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `degree2radians` is never used
[INFO] [stdout]   --> src/config.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn degree2radians(deg: f32) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `action2rotation` is never used
[INFO] [stdout]   --> src/config.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn action2rotation(action: Action) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `INIT` is never used
[INFO] [stdout]   --> src/model/mod.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | static INIT: Once = Once::new();
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init` is never used
[INFO] [stdout]   --> src/model/mod.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn init() {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_agent_by_id` is never used
[INFO] [stdout]  --> src/model/agent_api.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait AgentAPI<A: Agent> {
[INFO] [stdout]   |           -------- method in this trait
[INFO] [stdout] 5 |     fn get_agent_by_id(&self, id: &u32) -> A;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `example_board` is never used
[INFO] [stdout]   --> src/model/board.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub fn example_board(dim: (u16, u16)) -> BTreeMap<Resource, Vec<ClammsInt2D>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/model/board.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl Board {
[INFO] [stdout]     | ---------- associated function in this implementation
[INFO] [stdout] 128 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `dummy` is never used
[INFO] [stdout]    --> src/model/forager.rs:241:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | impl Forager {
[INFO] [stdout]     | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn dummy(id: u32) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `last_state_action` and `len` are never used
[INFO] [stdout]   --> src/model/history.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | / impl<T, S, L, A> History<T, S, L, A>
[INFO] [stdout] 35 | | where
[INFO] [stdout] 36 | |     T: DiscrRep<S, L> + Clone,
[INFO] [stdout] 37 | |     A: Clone,
[INFO] [stdout]    | |_____________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |       pub fn last_state_action(&self) -> Option<(T, A)> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub fn len(&self) -> usize {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_tuple` is never used
[INFO] [stdout]   --> src/model/q_table.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<S, L, A> QKey<S, L, A> {
[INFO] [stdout]    | --------------------------- associated function in this implementation
[INFO] [stdout] 34 |     pub fn from_tuple(tup: (Vec<(S, L)>, A)) -> QKey<S, L, A> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sight_distance` is never used
[INFO] [stdout]    --> src/model/routing.rs:147:4
[INFO] [stdout]     |
[INFO] [stdout] 147 | fn sight_distance(a: &Int2D, b: &Int2D) -> f32 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_table_by_id` is never used
[INFO] [stdout]    --> src/model/tabular_rl.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | / impl<T, S, L, A> SARSAModel<T, S, L, A>
[INFO] [stdout]  42 | | where
[INFO] [stdout]  43 | |     T: DiscrRep<S, L> + Clone,
[INFO] [stdout]  44 | |     S: std::cmp::Eq + std::hash::Hash + Clone + Debug + Serialize + DeserializeOwned,
[INFO] [stdout] ...   |
[INFO] [stdout]  51 | |         + IntoEnumIterator
[INFO] [stdout]  52 | |         + DeserializeOwned,
[INFO] [stdout]     | |___________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |       pub fn get_table_by_id(&self, id: u32) -> &HashMap<QKey<S, L, A>, f32> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `forager` and `dummy` are never used
[INFO] [stdout]   --> src/model/trader.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl Trader {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn forager(&self) -> &Forager {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn dummy(id: u32) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invert` is never used
[INFO] [stdout]    --> src/model/trader.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Offer {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn invert(&self) -> Offer {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INIT_FOOD` should have a snake case name
[INFO] [stdout]   --> src/config.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub INIT_FOOD: i32,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `init_food`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INIT_WATER` should have a snake case name
[INFO] [stdout]   --> src/config.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub INIT_WATER: i32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `init_water`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_ACQUIRE_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub FOOD_ACQUIRE_RATE: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_acquire_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_ACQUIRE_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub WATER_ACQUIRE_RATE: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_acquire_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_CONSUME_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub FOOD_CONSUME_RATE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_consume_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_CONSUME_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub WATER_CONSUME_RATE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_consume_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_MAX_INVENTORY` should have a snake case name
[INFO] [stdout]   --> src/config.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub FOOD_MAX_INVENTORY: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_max_inventory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_MAX_INVENTORY` should have a snake case name
[INFO] [stdout]   --> src/config.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub WATER_MAX_INVENTORY: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_max_inventory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_LOT_SIZE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub FOOD_LOT_SIZE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_lot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_LOT_SIZE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub WATER_LOT_SIZE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_lot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MAX_TRADE_LOTS` should have a snake case name
[INFO] [stdout]   --> src/config.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub MAX_TRADE_LOTS: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_trade_lots`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INVENTORY_LEVEL_CRITICAL_LOW` should have a snake case name
[INFO] [stdout]   --> src/config.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub INVENTORY_LEVEL_CRITICAL_LOW: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_critical_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INVENTORY_LEVEL_LOW_MEDIUM` should have a snake case name
[INFO] [stdout]   --> src/config.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub INVENTORY_LEVEL_LOW_MEDIUM: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_low_medium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INVENTORY_LEVEL_MEDIUM_HIGH` should have a snake case name
[INFO] [stdout]   --> src/config.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub INVENTORY_LEVEL_MEDIUM_HIGH: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_medium_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DISTANCE_LEVEL_CRITICAL_LOW` should have a snake case name
[INFO] [stdout]   --> src/config.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub DISTANCE_LEVEL_CRITICAL_LOW: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_critical_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DISTANCE_LEVEL_LOW_MEDIUM` should have a snake case name
[INFO] [stdout]   --> src/config.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub DISTANCE_LEVEL_LOW_MEDIUM: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_low_medium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DISTANCE_LEVEL_MEDIUM_HIGH` should have a snake case name
[INFO] [stdout]   --> src/config.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub DISTANCE_LEVEL_MEDIUM_HIGH: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_medium_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N_STEPS` should have a snake case name
[INFO] [stdout]   --> src/config.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub N_STEPS: i32,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `n_steps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RANDOM_SEED` should have a snake case name
[INFO] [stdout]   --> src/config.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub RANDOM_SEED: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `random_seed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LAND_PROP` should have a snake case name
[INFO] [stdout]   --> src/config.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub LAND_PROP: f32,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `land_prop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_ABUNDANCE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub FOOD_ABUNDANCE: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_abundance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_ABUNDANCE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub WATER_ABUNDANCE: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_abundance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TREE_PROB` should have a snake case name
[INFO] [stdout]   --> src/config.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub TREE_PROB: f32,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tree_prob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SWEET_PROB` should have a snake case name
[INFO] [stdout]    --> src/config.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub SWEET_PROB: f32,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `sweet_prob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RESOURCE_LOCATIONS_FILE` should have a snake case name
[INFO] [stdout]    --> src/config.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub RESOURCE_LOCATIONS_FILE: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_locations_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WIDTH` should have a snake case name
[INFO] [stdout]    --> src/config.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub WIDTH: u16,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HEIGHT` should have a snake case name
[INFO] [stdout]    --> src/config.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub HEIGHT: u16,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N_AGENTS` should have a snake case name
[INFO] [stdout]    --> src/config.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub N_AGENTS: u8,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `n_agents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HAS_TRADING` should have a snake case name
[INFO] [stdout]    --> src/config.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub HAS_TRADING: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `has_trading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INIT_Q_VALUES` should have a snake case name
[INFO] [stdout]    --> src/config.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub INIT_Q_VALUES: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_q_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SARSA_N` should have a snake case name
[INFO] [stdout]    --> src/config.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub SARSA_N: u8,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `sarsa_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GAMMA` should have a snake case name
[INFO] [stdout]    --> src/config.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub GAMMA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `gamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ALPHA` should have a snake case name
[INFO] [stdout]    --> src/config.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub ALPHA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EPSILON` should have a snake case name
[INFO] [stdout]    --> src/config.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub EPSILON: f32,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `epsilon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MULTI_POLICY` should have a snake case name
[INFO] [stdout]    --> src/config.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub MULTI_POLICY: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `multi_policy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SAVE_MODEL` should have a snake case name
[INFO] [stdout]    --> src/config.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub SAVE_MODEL: bool,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `save_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LOAD_MODEL` should have a snake case name
[INFO] [stdout]    --> src/config.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub LOAD_MODEL: bool,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `load_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MODEL_CHECKPOINT_FILE` should have a snake case name
[INFO] [stdout]    --> src/config.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub MODEL_CHECKPOINT_FILE: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `model_checkpoint_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MAX_TRADE_DISTANCE` should have a snake case name
[INFO] [stdout]    --> src/config.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub MAX_TRADE_DISTANCE: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_trade_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `VERBOSITY` should have a snake case name
[INFO] [stdout]    --> src/config.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub VERBOSITY: u32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `verbosity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.69s
[INFO] running `Command { std: "docker" "inspect" "b5fe2f5b6d02276d90bd8a5f9ef60f9fd70e1a57e80e54aa56e3f1f2091e4b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5fe2f5b6d02276d90bd8a5f9ef60f9fd70e1a57e80e54aa56e3f1f2091e4b94", kill_on_drop: false }`
[INFO] [stdout] b5fe2f5b6d02276d90bd8a5f9ef60f9fd70e1a57e80e54aa56e3f1f2091e4b94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 338952d86642d63dd2c2ac9874c3666c955a9115b8c8509b9882c6cce1bc8eff
[INFO] running `Command { std: "docker" "start" "-a" "338952d86642d63dd2c2ac9874c3666c955a9115b8c8509b9882c6cce1bc8eff", kill_on_drop: false }`
[INFO] [stderr]    Compiling clamms v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `parallel`
[INFO] [stdout]    --> src/model/board.rs:374:18
[INFO] [stdout]     |
[INFO] [stdout] 374 |     if #[cfg(any(feature = "parallel", feature = "visualization", feature = "visualization_wasm"))]{
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `visualization` and `visualization_wasm`
[INFO] [stdout]     = help: consider adding `parallel` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tuple_conv::RepeatedTuple`
[INFO] [stdout]   --> src/model/q_table.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tuple_conv::RepeatedTuple;
[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: `std::borrow::Borrow`
[INFO] [stdout]  --> src/model/routing.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Patch`
[INFO] [stdout]  --> src/model/routing.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::board::{Board, Patch};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::trader::Trader`
[INFO] [stdout]  --> src/model/routing.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use super::trader::Trader;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `krabmaga::cfg_if::cfg_if`
[INFO] [stdout]  --> src/model/routing.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use krabmaga::cfg_if::cfg_if;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D`
[INFO] [stdout]  --> src/model/routing.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `config::core_config`, `forager::Forager`, and `trader::Trader`
[INFO] [stdout]    --> src/model/routing.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |         config::core_config,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 206 |         model::{forager::Forager, trader::Trader},
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D`
[INFO] [stdout]    --> src/model/routing.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |     use krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::agent_api::AgentAPI`
[INFO] [stdout]  --> src/model/trader.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::agent_api::AgentAPI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::seq::SliceRandom`
[INFO] [stdout]  --> src/model/trader.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rand::seq::SliceRandom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_q`
[INFO] [stdout]    --> src/model/tabular_rl.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let old_q = tab.insert(traj[tau].representation(), q_tau);
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_old_q`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q_optimal`
[INFO] [stdout]    --> src/model/tabular_rl.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let (a, q_optimal) = self
[INFO] [stdout]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_q_optimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ResourceAbundance` is never used
[INFO] [stdout]   --> src/config.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub type ResourceAbundance = f32;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `degree2radians` is never used
[INFO] [stdout]   --> src/config.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn degree2radians(deg: f32) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `action2rotation` is never used
[INFO] [stdout]   --> src/config.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn action2rotation(action: Action) -> f32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_agent_by_id` is never used
[INFO] [stdout]  --> src/model/agent_api.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait AgentAPI<A: Agent> {
[INFO] [stdout]   |           -------- method in this trait
[INFO] [stdout] 5 |     fn get_agent_by_id(&self, id: &u32) -> A;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/model/board.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl Board {
[INFO] [stdout]     | ---------- associated function in this implementation
[INFO] [stdout] 128 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `dummy` is never used
[INFO] [stdout]    --> src/model/forager.rs:241:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | impl Forager {
[INFO] [stdout]     | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn dummy(id: u32) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `last_state_action` is never used
[INFO] [stdout]   --> src/model/history.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | / impl<T, S, L, A> History<T, S, L, A>
[INFO] [stdout] 35 | | where
[INFO] [stdout] 36 | |     T: DiscrRep<S, L> + Clone,
[INFO] [stdout] 37 | |     A: Clone,
[INFO] [stdout]    | |_____________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |       pub fn last_state_action(&self) -> Option<(T, A)> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_tuple` is never used
[INFO] [stdout]   --> src/model/q_table.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<S, L, A> QKey<S, L, A> {
[INFO] [stdout]    | --------------------------- associated function in this implementation
[INFO] [stdout] 34 |     pub fn from_tuple(tup: (Vec<(S, L)>, A)) -> QKey<S, L, A> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_table_by_id` is never used
[INFO] [stdout]    --> src/model/tabular_rl.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | / impl<T, S, L, A> SARSAModel<T, S, L, A>
[INFO] [stdout]  42 | | where
[INFO] [stdout]  43 | |     T: DiscrRep<S, L> + Clone,
[INFO] [stdout]  44 | |     S: std::cmp::Eq + std::hash::Hash + Clone + Debug + Serialize + DeserializeOwned,
[INFO] [stdout] ...   |
[INFO] [stdout]  51 | |         + IntoEnumIterator
[INFO] [stdout]  52 | |         + DeserializeOwned,
[INFO] [stdout]     | |___________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |       pub fn get_table_by_id(&self, id: u32) -> &HashMap<QKey<S, L, A>, f32> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `dummy` is never used
[INFO] [stdout]   --> src/model/trader.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl Trader {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn dummy(id: u32) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invert` is never used
[INFO] [stdout]    --> src/model/trader.rs:115:12
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl Offer {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn invert(&self) -> Offer {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INIT_FOOD` should have a snake case name
[INFO] [stdout]   --> src/config.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub INIT_FOOD: i32,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `init_food`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INIT_WATER` should have a snake case name
[INFO] [stdout]   --> src/config.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub INIT_WATER: i32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `init_water`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_ACQUIRE_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub FOOD_ACQUIRE_RATE: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_acquire_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_ACQUIRE_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub WATER_ACQUIRE_RATE: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_acquire_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_CONSUME_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub FOOD_CONSUME_RATE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_consume_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_CONSUME_RATE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub WATER_CONSUME_RATE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_consume_rate`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_MAX_INVENTORY` should have a snake case name
[INFO] [stdout]   --> src/config.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub FOOD_MAX_INVENTORY: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_max_inventory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_MAX_INVENTORY` should have a snake case name
[INFO] [stdout]   --> src/config.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub WATER_MAX_INVENTORY: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_max_inventory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_LOT_SIZE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub FOOD_LOT_SIZE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_lot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_LOT_SIZE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub WATER_LOT_SIZE: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_lot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MAX_TRADE_LOTS` should have a snake case name
[INFO] [stdout]   --> src/config.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub MAX_TRADE_LOTS: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_trade_lots`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INVENTORY_LEVEL_CRITICAL_LOW` should have a snake case name
[INFO] [stdout]   --> src/config.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub INVENTORY_LEVEL_CRITICAL_LOW: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_critical_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INVENTORY_LEVEL_LOW_MEDIUM` should have a snake case name
[INFO] [stdout]   --> src/config.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub INVENTORY_LEVEL_LOW_MEDIUM: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_low_medium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INVENTORY_LEVEL_MEDIUM_HIGH` should have a snake case name
[INFO] [stdout]   --> src/config.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub INVENTORY_LEVEL_MEDIUM_HIGH: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_medium_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DISTANCE_LEVEL_CRITICAL_LOW` should have a snake case name
[INFO] [stdout]   --> src/config.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub DISTANCE_LEVEL_CRITICAL_LOW: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_critical_low`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DISTANCE_LEVEL_LOW_MEDIUM` should have a snake case name
[INFO] [stdout]   --> src/config.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub DISTANCE_LEVEL_LOW_MEDIUM: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_low_medium`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DISTANCE_LEVEL_MEDIUM_HIGH` should have a snake case name
[INFO] [stdout]   --> src/config.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub DISTANCE_LEVEL_MEDIUM_HIGH: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_medium_high`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N_STEPS` should have a snake case name
[INFO] [stdout]   --> src/config.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub N_STEPS: i32,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `n_steps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RANDOM_SEED` should have a snake case name
[INFO] [stdout]   --> src/config.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub RANDOM_SEED: u64,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `random_seed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LAND_PROP` should have a snake case name
[INFO] [stdout]   --> src/config.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub LAND_PROP: f32,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `land_prop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `FOOD_ABUNDANCE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub FOOD_ABUNDANCE: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_abundance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WATER_ABUNDANCE` should have a snake case name
[INFO] [stdout]   --> src/config.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub WATER_ABUNDANCE: f32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_abundance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TREE_PROB` should have a snake case name
[INFO] [stdout]   --> src/config.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub TREE_PROB: f32,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tree_prob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SWEET_PROB` should have a snake case name
[INFO] [stdout]    --> src/config.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub SWEET_PROB: f32,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `sweet_prob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RESOURCE_LOCATIONS_FILE` should have a snake case name
[INFO] [stdout]    --> src/config.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub RESOURCE_LOCATIONS_FILE: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_locations_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `WIDTH` should have a snake case name
[INFO] [stdout]    --> src/config.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub WIDTH: u16,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HEIGHT` should have a snake case name
[INFO] [stdout]    --> src/config.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub HEIGHT: u16,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `N_AGENTS` should have a snake case name
[INFO] [stdout]    --> src/config.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub N_AGENTS: u8,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `n_agents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `HAS_TRADING` should have a snake case name
[INFO] [stdout]    --> src/config.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub HAS_TRADING: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `has_trading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `INIT_Q_VALUES` should have a snake case name
[INFO] [stdout]    --> src/config.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub INIT_Q_VALUES: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_q_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SARSA_N` should have a snake case name
[INFO] [stdout]    --> src/config.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub SARSA_N: u8,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `sarsa_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GAMMA` should have a snake case name
[INFO] [stdout]    --> src/config.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub GAMMA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `gamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ALPHA` should have a snake case name
[INFO] [stdout]    --> src/config.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub ALPHA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EPSILON` should have a snake case name
[INFO] [stdout]    --> src/config.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub EPSILON: f32,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `epsilon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MULTI_POLICY` should have a snake case name
[INFO] [stdout]    --> src/config.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub MULTI_POLICY: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `multi_policy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `SAVE_MODEL` should have a snake case name
[INFO] [stdout]    --> src/config.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub SAVE_MODEL: bool,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `save_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `LOAD_MODEL` should have a snake case name
[INFO] [stdout]    --> src/config.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub LOAD_MODEL: bool,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `load_model`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MODEL_CHECKPOINT_FILE` should have a snake case name
[INFO] [stdout]    --> src/config.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub MODEL_CHECKPOINT_FILE: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `model_checkpoint_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `MAX_TRADE_DISTANCE` should have a snake case name
[INFO] [stdout]    --> src/config.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub MAX_TRADE_DISTANCE: u32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_trade_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `VERBOSITY` should have a snake case name
[INFO] [stdout]    --> src/config.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub VERBOSITY: u32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `verbosity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.36s
[INFO] running `Command { std: "docker" "inspect" "338952d86642d63dd2c2ac9874c3666c955a9115b8c8509b9882c6cce1bc8eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "338952d86642d63dd2c2ac9874c3666c955a9115b8c8509b9882c6cce1bc8eff", kill_on_drop: false }`
[INFO] [stdout] 338952d86642d63dd2c2ac9874c3666c955a9115b8c8509b9882c6cce1bc8eff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f8eb2ae033c97bb6599f3a32d560650768b4f0f5e0a96aa635067ab38242b715
[INFO] running `Command { std: "docker" "start" "-a" "f8eb2ae033c97bb6599f3a32d560650768b4f0f5e0a96aa635067ab38242b715", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `parallel`
[INFO] [stderr]    --> src/model/board.rs:374:18
[INFO] [stderr]     |
[INFO] [stderr] 374 |     if #[cfg(any(feature = "parallel", feature = "visualization", feature = "visualization_wasm"))]{
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `visualization` and `visualization_wasm`
[INFO] [stderr]     = help: consider adding `parallel` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `tuple_conv::RepeatedTuple`
[INFO] [stderr]   --> src/model/q_table.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use tuple_conv::RepeatedTuple;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::borrow::Borrow`
[INFO] [stderr]  --> src/model/routing.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::borrow::Borrow;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Patch`
[INFO] [stderr]  --> src/model/routing.rs:4:27
[INFO] [stderr]   |
[INFO] [stderr] 4 | use super::board::{Board, Patch};
[INFO] [stderr]   |                           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::trader::Trader`
[INFO] [stderr]  --> src/model/routing.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use super::trader::Trader;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `krabmaga::cfg_if::cfg_if`
[INFO] [stderr]  --> src/model/routing.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use krabmaga::cfg_if::cfg_if;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D`
[INFO] [stderr]  --> src/model/routing.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `config::core_config`, `forager::Forager`, and `trader::Trader`
[INFO] [stderr]    --> src/model/routing.rs:205:9
[INFO] [stderr]     |
[INFO] [stderr] 205 |         config::core_config,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 206 |         model::{forager::Forager, trader::Trader},
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D`
[INFO] [stderr]    --> src/model/routing.rs:210:9
[INFO] [stderr]     |
[INFO] [stderr] 210 |     use krabmaga::engine::fields::dense_object_grid_2d::DenseGrid2D;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::agent_api::AgentAPI`
[INFO] [stderr]  --> src/model/trader.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::agent_api::AgentAPI;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rand::seq::SliceRandom`
[INFO] [stderr]  --> src/model/trader.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use rand::seq::SliceRandom;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `old_q`
[INFO] [stderr]    --> src/model/tabular_rl.rs:118:21
[INFO] [stderr]     |
[INFO] [stderr] 118 |                 let old_q = tab.insert(traj[tau].representation(), q_tau);
[INFO] [stderr]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_old_q`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q_optimal`
[INFO] [stderr]    --> src/model/tabular_rl.rs:139:17
[INFO] [stderr]     |
[INFO] [stderr] 139 |         let (a, q_optimal) = self
[INFO] [stderr]     |                 ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_q_optimal`
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `ResourceAbundance` is never used
[INFO] [stderr]   --> src/config.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub type ResourceAbundance = f32;
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `degree2radians` is never used
[INFO] [stderr]   --> src/config.rs:53:8
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub fn degree2radians(deg: f32) -> f32 {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `action2rotation` is never used
[INFO] [stderr]   --> src/config.rs:57:8
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn action2rotation(action: Action) -> f32 {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_agent_by_id` is never used
[INFO] [stderr]  --> src/model/agent_api.rs:5:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub trait AgentAPI<A: Agent> {
[INFO] [stderr]   |           -------- method in this trait
[INFO] [stderr] 5 |     fn get_agent_by_id(&self, id: &u32) -> A;
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/model/board.rs:128:12
[INFO] [stderr]     |
[INFO] [stderr] 127 | impl Board {
[INFO] [stderr]     | ---------- associated function in this implementation
[INFO] [stderr] 128 |     pub fn new(
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `dummy` is never used
[INFO] [stderr]    --> src/model/forager.rs:241:12
[INFO] [stderr]     |
[INFO] [stderr] 202 | impl Forager {
[INFO] [stderr]     | ------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 241 |     pub fn dummy(id: u32) -> Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `last_state_action` is never used
[INFO] [stderr]   --> src/model/history.rs:49:12
[INFO] [stderr]    |
[INFO] [stderr] 34 | / impl<T, S, L, A> History<T, S, L, A>
[INFO] [stderr] 35 | | where
[INFO] [stderr] 36 | |     T: DiscrRep<S, L> + Clone,
[INFO] [stderr] 37 | |     A: Clone,
[INFO] [stderr]    | |_____________- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 49 |       pub fn last_state_action(&self) -> Option<(T, A)> {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_tuple` is never used
[INFO] [stderr]   --> src/model/q_table.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 33 | impl<S, L, A> QKey<S, L, A> {
[INFO] [stderr]    | --------------------------- associated function in this implementation
[INFO] [stderr] 34 |     pub fn from_tuple(tup: (Vec<(S, L)>, A)) -> QKey<S, L, A> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_table_by_id` is never used
[INFO] [stderr]    --> src/model/tabular_rl.rs:131:12
[INFO] [stderr]     |
[INFO] [stderr]  41 | / impl<T, S, L, A> SARSAModel<T, S, L, A>
[INFO] [stderr]  42 | | where
[INFO] [stderr]  43 | |     T: DiscrRep<S, L> + Clone,
[INFO] [stderr]  44 | |     S: std::cmp::Eq + std::hash::Hash + Clone + Debug + Serialize + DeserializeOwned,
[INFO] [stderr] ...   |
[INFO] [stderr]  51 | |         + IntoEnumIterator
[INFO] [stderr]  52 | |         + DeserializeOwned,
[INFO] [stderr]     | |___________________________- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 131 |       pub fn get_table_by_id(&self, id: u32) -> &HashMap<QKey<S, L, A>, f32> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `dummy` is never used
[INFO] [stderr]   --> src/model/trader.rs:49:12
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl Trader {
[INFO] [stderr]    | ----------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 49 |     pub fn dummy(id: u32) -> Self {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `invert` is never used
[INFO] [stderr]    --> src/model/trader.rs:115:12
[INFO] [stderr]     |
[INFO] [stderr]  66 | impl Offer {
[INFO] [stderr]     | ---------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 115 |     pub fn invert(&self) -> Offer {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `INIT_FOOD` should have a snake case name
[INFO] [stderr]   --> src/config.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub INIT_FOOD: i32,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `init_food`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `INIT_WATER` should have a snake case name
[INFO] [stderr]   --> src/config.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub INIT_WATER: i32,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `init_water`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `FOOD_ACQUIRE_RATE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub FOOD_ACQUIRE_RATE: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_acquire_rate`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `WATER_ACQUIRE_RATE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub WATER_ACQUIRE_RATE: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_acquire_rate`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `FOOD_CONSUME_RATE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:75:9
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub FOOD_CONSUME_RATE: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_consume_rate`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `WATER_CONSUME_RATE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub WATER_CONSUME_RATE: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_consume_rate`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `FOOD_MAX_INVENTORY` should have a snake case name
[INFO] [stderr]   --> src/config.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub FOOD_MAX_INVENTORY: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_max_inventory`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `WATER_MAX_INVENTORY` should have a snake case name
[INFO] [stderr]   --> src/config.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub WATER_MAX_INVENTORY: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_max_inventory`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `FOOD_LOT_SIZE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub FOOD_LOT_SIZE: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_lot_size`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `WATER_LOT_SIZE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub WATER_LOT_SIZE: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_lot_size`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `MAX_TRADE_LOTS` should have a snake case name
[INFO] [stderr]   --> src/config.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub MAX_TRADE_LOTS: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_trade_lots`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `INVENTORY_LEVEL_CRITICAL_LOW` should have a snake case name
[INFO] [stderr]   --> src/config.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub INVENTORY_LEVEL_CRITICAL_LOW: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_critical_low`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `INVENTORY_LEVEL_LOW_MEDIUM` should have a snake case name
[INFO] [stderr]   --> src/config.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub INVENTORY_LEVEL_LOW_MEDIUM: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_low_medium`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `INVENTORY_LEVEL_MEDIUM_HIGH` should have a snake case name
[INFO] [stderr]   --> src/config.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub INVENTORY_LEVEL_MEDIUM_HIGH: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `inventory_level_medium_high`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DISTANCE_LEVEL_CRITICAL_LOW` should have a snake case name
[INFO] [stderr]   --> src/config.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub DISTANCE_LEVEL_CRITICAL_LOW: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_critical_low`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DISTANCE_LEVEL_LOW_MEDIUM` should have a snake case name
[INFO] [stderr]   --> src/config.rs:86:9
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub DISTANCE_LEVEL_LOW_MEDIUM: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_low_medium`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DISTANCE_LEVEL_MEDIUM_HIGH` should have a snake case name
[INFO] [stderr]   --> src/config.rs:87:9
[INFO] [stderr]    |
[INFO] [stderr] 87 |     pub DISTANCE_LEVEL_MEDIUM_HIGH: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `distance_level_medium_high`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `N_STEPS` should have a snake case name
[INFO] [stderr]   --> src/config.rs:94:9
[INFO] [stderr]    |
[INFO] [stderr] 94 |     pub N_STEPS: i32,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `n_steps`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `RANDOM_SEED` should have a snake case name
[INFO] [stderr]   --> src/config.rs:95:9
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub RANDOM_SEED: u64,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `random_seed`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `LAND_PROP` should have a snake case name
[INFO] [stderr]   --> src/config.rs:96:9
[INFO] [stderr]    |
[INFO] [stderr] 96 |     pub LAND_PROP: f32,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `land_prop`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `FOOD_ABUNDANCE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:97:9
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub FOOD_ABUNDANCE: f32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `food_abundance`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `WATER_ABUNDANCE` should have a snake case name
[INFO] [stderr]   --> src/config.rs:98:9
[INFO] [stderr]    |
[INFO] [stderr] 98 |     pub WATER_ABUNDANCE: f32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `water_abundance`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TREE_PROB` should have a snake case name
[INFO] [stderr]   --> src/config.rs:99:9
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub TREE_PROB: f32,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tree_prob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `SWEET_PROB` should have a snake case name
[INFO] [stderr]    --> src/config.rs:100:9
[INFO] [stderr]     |
[INFO] [stderr] 100 |     pub SWEET_PROB: f32,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `sweet_prob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `RESOURCE_LOCATIONS_FILE` should have a snake case name
[INFO] [stderr]    --> src/config.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub RESOURCE_LOCATIONS_FILE: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `resource_locations_file`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `WIDTH` should have a snake case name
[INFO] [stderr]    --> src/config.rs:102:9
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub WIDTH: u16,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `width`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `HEIGHT` should have a snake case name
[INFO] [stderr]    --> src/config.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 103 |     pub HEIGHT: u16,
[INFO] [stderr]     |         ^^^^^^ help: convert the identifier to snake case: `height`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `N_AGENTS` should have a snake case name
[INFO] [stderr]    --> src/config.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |     pub N_AGENTS: u8,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `n_agents`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `HAS_TRADING` should have a snake case name
[INFO] [stderr]    --> src/config.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub HAS_TRADING: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `has_trading`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `INIT_Q_VALUES` should have a snake case name
[INFO] [stderr]    --> src/config.rs:110:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub INIT_Q_VALUES: f32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_q_values`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `SARSA_N` should have a snake case name
[INFO] [stderr]    --> src/config.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub SARSA_N: u8,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `sarsa_n`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `GAMMA` should have a snake case name
[INFO] [stderr]    --> src/config.rs:112:9
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub GAMMA: f32,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `gamma`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `ALPHA` should have a snake case name
[INFO] [stderr]    --> src/config.rs:113:9
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub ALPHA: f32,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `alpha`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `EPSILON` should have a snake case name
[INFO] [stderr]    --> src/config.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     pub EPSILON: f32,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `epsilon`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `MULTI_POLICY` should have a snake case name
[INFO] [stderr]    --> src/config.rs:115:9
[INFO] [stderr]     |
[INFO] [stderr] 115 |     pub MULTI_POLICY: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `multi_policy`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `SAVE_MODEL` should have a snake case name
[INFO] [stderr]    --> src/config.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub SAVE_MODEL: bool,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `save_model`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `LOAD_MODEL` should have a snake case name
[INFO] [stderr]    --> src/config.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub LOAD_MODEL: bool,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `load_model`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `MODEL_CHECKPOINT_FILE` should have a snake case name
[INFO] [stderr]    --> src/config.rs:118:9
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub MODEL_CHECKPOINT_FILE: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `model_checkpoint_file`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `MAX_TRADE_DISTANCE` should have a snake case name
[INFO] [stderr]    --> src/config.rs:123:9
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub MAX_TRADE_DISTANCE: u32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `max_trade_distance`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `VERBOSITY` should have a snake case name
[INFO] [stderr]    --> src/config.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |     pub VERBOSITY: u32,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `verbosity`
[INFO] [stderr] 
[INFO] [stderr] warning: `clamms` (bin "clamms" test) generated 64 warnings (run `cargo fix --bin "clamms" -p clamms --tests` to apply 12 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/clamms-641bd90a73d42f07)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test model::board::tests::test_example_board ... ok
[INFO] [stdout] test config::tests::test_malformed_config ... ok
[INFO] [stdout] test model::q_table::tests::test_multi_product ... ok
[INFO] [stdout] test model::board::tests::test_read_resources ... ok
[INFO] [stdout] test model::history::tests::test_history_push ... ok
[INFO] [stdout] test model::routing::tests::test_move_towards ... ok
[INFO] [stdout] test model::routing::tests::test_sight_dist ... ok
[INFO] [stdout] test model::trader::tests::test_matched ... ok
[INFO] [stdout] test config::tests::test_deserialize ... FAILED
[INFO] [stdout] test model::board::tests::test_board_update ... FAILED
[INFO] [stdout] test model::board::tests::test_scheduler_event_ordering ... FAILED
[INFO] [stdout] test config::tests::test_missing_config - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::tests::test_deserialize stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::tests::test_deserialize' (25) panicked at src/config.rs:201:56:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { inner: ErrorInner { kind: Custom, line: Some(40), col: 8, at: Some(958), message: "missing field `SAVE_MODEL`", key: ["rl"] } }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64be3ac2cb2a - 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:     0x64be3ac2cb2a - 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:     0x64be3ac2cb2a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64be3ac2cb2a - <<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:     0x64be3ac42d5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64be3ac42d5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x64be3ac31462 - 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:     0x64be3ac31462 - <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:     0x64be3ac0b69f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64be3ac0b69f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64be3ac24c29 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64be3a9c99fc - <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:     0x64be3a9c99fc - 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:     0x64be3ac24de2 - <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:     0x64be3ac24de2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64be3ac0b758 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64be3ac02d99 - 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:     0x64be3ac0c50d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64be3ac436bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64be3ac43432 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x64be3a98f3db - core::result::Result<T,E>::unwrap::h41faa8c6ca28b0aa
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x64be3a98f3db - clamms::config::tests::test_deserialize::h5c0b283f0a23a278
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:201:56
[INFO] [stdout]   22:     0x64be3a98f5d7 - clamms::config::tests::test_deserialize::{{closure}}::h96a9489bcd457014
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:151:26
[INFO] [stdout]   23:     0x64be3a966b26 - core::ops::function::FnOnce::call_once::ha5a02fc0c8d41e54
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x64be3a9bdadb - <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:     0x64be3a9bdadb - 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:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x64be3a9ca4cb - <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:     0x64be3a9ca4cb - 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:     0x64be3a9ca4cb - 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:     0x64be3a9ca4cb - 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:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x64be3a9c5be4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x64be3a9c5be4 - 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:     0x64be3a9cd0d2 - 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:     0x64be3a9cd0d2 - <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:     0x64be3a9cd0d2 - 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:     0x64be3a9cd0d2 - 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:     0x64be3a9cd0d2 - 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:     0x64be3a9cd0d2 - 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:     0x64be3a9cd0d2 - <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:     0x64be3ac2c0df - <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:     0x64be3ac2c0df - <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:     0x7c93ba2c6aa4 - <unknown>
[INFO] [stdout]   45:     0x7c93ba353a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::board::tests::test_board_update stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::board::tests::test_board_update' (28) panicked at src/model/mod.rs:24:78:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64be3ac2cb2a - 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:     0x64be3ac2cb2a - 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:     0x64be3ac2cb2a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64be3ac2cb2a - <<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:     0x64be3ac42d5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64be3ac42d5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x64be3ac31462 - 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:     0x64be3ac31462 - <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:     0x64be3ac0b69f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64be3ac0b69f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64be3ac24c29 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64be3a9c99fc - <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:     0x64be3a9c99fc - 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:     0x64be3ac24de2 - <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:     0x64be3ac24de2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64be3ac0b758 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64be3ac02d99 - 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:     0x64be3ac0c50d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64be3ac436bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64be3ac43432 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x64be3a969fe2 - core::result::Result<T,E>::unwrap::hffba6d45753262d0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x64be3a969fe2 - clamms::model::init::{{closure}}::h499d4b3f2de18eab
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/mod.rs:24:78
[INFO] [stdout]   22:     0x64be3a965a98 - std::sync::once::Once::call_once::{{closure}}::h7525131731103762
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:41
[INFO] [stdout]   23:     0x64be3ac109c7 - <std[b80a194dd3c418bb]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   24:     0x64be3a965888 - std::sync::once::Once::call_once::h0f7969038648b34c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sync/once.rs:159:20
[INFO] [stdout]   25:     0x64be3a969f74 - clamms::model::init::hd86cb6bbc13cfff9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/mod.rs:23:10
[INFO] [stdout]   26:     0x64be3a9b0f9c - clamms::model::board::tests::test_board_update::hb246e8002a737e25
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/board.rs:506:9
[INFO] [stdout]   27:     0x64be3a9b1db7 - clamms::model::board::tests::test_board_update::{{closure}}::h722520bcc396b075
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/board.rs:505:27
[INFO] [stdout]   28:     0x64be3a9666c6 - core::ops::function::FnOnce::call_once::h42c85b9d575922b9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x64be3a9bdadb - <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]   30:     0x64be3a9bdadb - 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]   31:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x64be3a9ca4cb - <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]   33:     0x64be3a9ca4cb - 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]   34:     0x64be3a9ca4cb - 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]   35:     0x64be3a9ca4cb - 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]   36:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x64be3a9c5be4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x64be3a9c5be4 - 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]   40:     0x64be3a9cd0d2 - 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]   41:     0x64be3a9cd0d2 - <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]   42:     0x64be3a9cd0d2 - 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]   43:     0x64be3a9cd0d2 - 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]   44:     0x64be3a9cd0d2 - 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]   45:     0x64be3a9cd0d2 - 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]   46:     0x64be3a9cd0d2 - <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]   47:     0x64be3ac2c0df - <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]   48:     0x64be3ac2c0df - <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]   49:     0x7c93ba2c6aa4 - <unknown>
[INFO] [stdout]   50:     0x7c93ba353a64 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::board::tests::test_scheduler_event_ordering stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::board::tests::test_scheduler_event_ordering' (31) panicked at src/model/board.rs:474:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64be3ac2cb2a - 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:     0x64be3ac2cb2a - 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:     0x64be3ac2cb2a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64be3ac2cb2a - <<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:     0x64be3ac42d5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64be3ac42d5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x64be3ac31462 - 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:     0x64be3ac31462 - <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:     0x64be3ac0b69f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64be3ac0b69f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64be3ac24c29 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64be3a9c99fc - <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:     0x64be3a9c99fc - 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:     0x64be3ac24de2 - <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:     0x64be3ac24de2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64be3ac0b78a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x64be3ac02d99 - 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:     0x64be3ac0c50d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64be3ac436bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64be3ac43682 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x64be3a9b22ca - clamms::model::board::tests::test_scheduler_event_ordering::h62c78b416db24d47
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/board.rs:474:9
[INFO] [stdout]   21:     0x64be3a9b22e7 - clamms::model::board::tests::test_scheduler_event_ordering::{{closure}}::h03b1814cb36b97ec
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/board.rs:472:39
[INFO] [stdout]   22:     0x64be3a9663e6 - core::ops::function::FnOnce::call_once::h376ebfeb63db6c89
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64be3a9bdadb - <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]   24:     0x64be3a9bdadb - 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]   25:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x64be3a9ca4cb - <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]   27:     0x64be3a9ca4cb - 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]   28:     0x64be3a9ca4cb - 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]   29:     0x64be3a9ca4cb - 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]   30:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x64be3a9ca4cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x64be3a9c5be4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x64be3a9c5be4 - 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]   34:     0x64be3a9cd0d2 - 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]   35:     0x64be3a9cd0d2 - <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]   36:     0x64be3a9cd0d2 - 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]   37:     0x64be3a9cd0d2 - 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]   38:     0x64be3a9cd0d2 - 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]   39:     0x64be3a9cd0d2 - 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]   40:     0x64be3a9cd0d2 - <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]   41:     0x64be3ac2c0df - <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]   42:     0x64be3ac2c0df - <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]   43:     0x7c93ba2c6aa4 - <unknown>
[INFO] [stdout]   44:     0x7c93ba353a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::tests::test_deserialize
[INFO] [stdout]     model::board::tests::test_board_update
[INFO] [stdout]     model::board::tests::test_scheduler_event_ordering
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 9 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin clamms`
[INFO] running `Command { std: "docker" "inspect" "f8eb2ae033c97bb6599f3a32d560650768b4f0f5e0a96aa635067ab38242b715", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8eb2ae033c97bb6599f3a32d560650768b4f0f5e0a96aa635067ab38242b715", kill_on_drop: false }`
[INFO] [stdout] f8eb2ae033c97bb6599f3a32d560650768b4f0f5e0a96aa635067ab38242b715
