[INFO] cloning repository https://github.com/coding-quizzer/bus_status
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coding-quizzer/bus_status" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoding-quizzer%2Fbus_status", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoding-quizzer%2Fbus_status'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 28b31e4eeff46fa52a9aae4c53af07c882af045d
[INFO] testing coding-quizzer/bus_status against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoding-quizzer%2Fbus_status" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/coding-quizzer/bus_status
[INFO] finished tweaking git repo https://github.com/coding-quizzer/bus_status
[INFO] tweaked toml for git repo https://github.com/coding-quizzer/bus_status written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/coding-quizzer/bus_status on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/coding-quizzer/bus_status 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simple_logger v5.0.0
[INFO] [stderr]   Downloaded uuid v1.4.1
[INFO] [stderr]   Downloaded syn v2.0.41
[INFO] [stderr]   Downloaded libc v0.2.148
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f68444abaf3fa078c8fe53e2caf2a3f37a866f5a953b2788b22e81446771b657
[INFO] running `Command { std: "docker" "start" "-a" "f68444abaf3fa078c8fe53e2caf2a3f37a866f5a953b2788b22e81446771b657", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f68444abaf3fa078c8fe53e2caf2a3f37a866f5a953b2788b22e81446771b657", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f68444abaf3fa078c8fe53e2caf2a3f37a866f5a953b2788b22e81446771b657", kill_on_drop: false }`
[INFO] [stdout] f68444abaf3fa078c8fe53e2caf2a3f37a866f5a953b2788b22e81446771b657
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1dffd5721fdd5521d66062920b8c743b4d685db761617f9b1ef032a5f138fa0
[INFO] running `Command { std: "docker" "start" "-a" "d1dffd5721fdd5521d66062920b8c743b4d685db761617f9b1ef032a5f138fa0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling simple_logger v5.0.0
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling bus_system v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::station::Station`
[INFO] [stdout]  --> src/bus.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::station::Station;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]  --> src/bus.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::time;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]  --> src/bus.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::thread::current;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/main_loop.rs:13:57
[INFO] [stdout]    |
[INFO] [stdout] 13 |     BusMessages, BusThreadStatus, StationEventMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]   --> src/main_loop.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::thread::current;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main_loop.rs:915:20
[INFO] [stdout]     |
[INFO] [stdout] 915 |                 if (current_time_tick.number == 0) {
[INFO] [stdout]     |                    ^                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 915 -                 if (current_time_tick.number == 0) {
[INFO] [stdout] 915 +                 if current_time_tick.number == 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/main_loop.rs:1077:16
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             if (bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout]      |                ^
[INFO] [stdout] ...
[INFO] [stdout] 1081 |             })) {
[INFO] [stdout]      |               ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1077 ~             if bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout] 1078 |                 LOADING_BUS_VALID_STATUSES
[INFO] [stdout] 1079 |                     .iter()
[INFO] [stdout] 1080 |                     .any(|valid_status| bus_thread_status == valid_status)
[INFO] [stdout] 1081 ~             }) {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]  --> src/passenger.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::VecDeque, iter::Peekable};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/station.rs:10:49
[INFO] [stdout]    |
[INFO] [stdout] 10 |     StationEventMessages, StationToBusMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `station`
[INFO] [stdout]   --> src/station.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::{station, TimeTick};
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]   --> src/station.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use core::time;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]    --> src/station.rs:353:19
[INFO] [stdout]     |
[INFO] [stdout] 353 |             while (!time_tick_up_to_date) {
[INFO] [stdout]     |                   ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -             while (!time_tick_up_to_date) {
[INFO] [stdout] 353 +             while !time_tick_up_to_date {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:380:28
[INFO] [stdout]     |
[INFO] [stdout] 380 |                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout]     |                            ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 380 -                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout] 380 +                         if new_time_step.number - time_tick.number > 1 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:383:28
[INFO] [stdout]     |
[INFO] [stdout] 383 |                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout]     |                            ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout] 383 +                         if new_time_step.number < time_tick.number {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:700:28
[INFO] [stdout]     |
[INFO] [stdout] 700 |                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout]     |                            ^                                                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 700 -                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout] 700 +                         if received_message == StationEventMessages::NoMessage {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TerminalType`
[INFO] [stdout]  --> src/thread.rs:2:39
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::display::{TerminalMessage, TerminalType};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::{HashMap, VecDeque};
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/bus.rs:386:33
[INFO] [stdout]     |
[INFO] [stdout] 384 | ...                   SyncToBusMessages::AdvanceTimeStep(time_step) => time_step,
[INFO] [stdout]     |                       --------------------------------------------- matches all the relevant values
[INFO] [stdout] 385 | ...                   // So far, there are no other options
[INFO] [stdout] 386 | ...                   _ => unreachable!(),
[INFO] [stdout]     |                       ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:819:16
[INFO] [stdout]     |
[INFO] [stdout] 819 |               if let crate::thread::StationToSyncMessages::CrashProgram { ref message } =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 820 | |                 incoming_message
[INFO] [stdout]     | |________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_to_passengers`
[INFO] [stdout]   --> src/main_loop.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let (tx_to_passengers, rx_to_passengers) = mpsc::channel::<Option<Vec<Passenger>>>();
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_to_passengers`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sender_stations_to_sync_list`
[INFO] [stdout]    --> src/main_loop.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let (sender_stations_to_sync_list, receiver_sync_from_stations_list) =
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender_stations_to_sync_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/main_loop.rs:259:13
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let current_time_tick = TimeTick::default();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time_clone_check`
[INFO] [stdout]    --> src/main_loop.rs:262:17
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_time_clone_check`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `passenger_thread_program_end_clone`
[INFO] [stdout]    --> src/main_loop.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     let passenger_thread_program_end_clone = program_end.clone();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_passenger_thread_program_end_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `processed_moving_bus_received_count` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |     let mut processed_moving_bus_received_count;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_processed_moving_bus_received_count` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `processed_moving_bus_received_count` is never read
[INFO] [stdout]    --> src/main_loop.rs:842:13
[INFO] [stdout]     |
[INFO] [stdout] 842 |             processed_moving_bus_received_count = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main_loop.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 322 |                     SyncToBusMessages::AdvanceTimeStep(time_step) => {
[INFO] [stdout]     |                     --------------------------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 332 |                     _ => unreachable!(),
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:425:16
[INFO] [stdout]     |
[INFO] [stdout] 425 |               if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 426 | |                 sync_message
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:505:24
[INFO] [stdout]     |
[INFO] [stdout] 505 |                       if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 506 | |                         sync_message.unwrap()
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `init_time_step`
[INFO] [stdout]    --> src/main_loop.rs:455:13
[INFO] [stdout]     |
[INFO] [stdout] 455 |         let init_time_step: bool = true;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_time_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `current_time_tick` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:560:17
[INFO] [stdout]     |
[INFO] [stdout] 560 |         let mut current_time_tick = TimeTick::default();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_current_time_tick` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/main_loop.rs:612:56
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 TerminalType::NoPassengerFromStation { index } => {
[INFO] [stdout]     |                                                        ^^^^^ help: try ignoring the field: `index: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `current_time_tick` is never read
[INFO] [stdout]    --> src/main_loop.rs:640:17
[INFO] [stdout]     |
[INFO] [stdout] 640 |                 current_time_tick = new_time_tick;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 let mut location_vec_deque = VecDeque::from(passenger_list.clone());
[INFO] [stdout]     |                     ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     let mut rejected_passengers: Vec<Passenger> = Vec::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `all_buses_are_moving`
[INFO] [stdout]    --> src/main_loop.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         all_buses_are_moving: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_buses_are_moving`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `location_time_tick_hashmap`
[INFO] [stdout]   --> src/station.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let location_time_tick_hashmap =
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location_time_tick_hashmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `station_channels`
[INFO] [stdout]    --> src/station.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |         let station_channels = receive_in_station_channels_arc.clone();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_station_channels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/station.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     current_time_tick: &TimeTick,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     Ok(SyncToStationAndPassengerMessages::ProgramFinished(_)) => {
[INFO] [stdout]     |                     --------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 368 |                     Ok(SyncToStationAndPassengerMessages::AdvanceTimeStep(new_time_step)) => {
[INFO] [stdout]     |                     --------------------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 391 |                     Err(TryRecvError::Empty) => {
[INFO] [stdout]     |                     ------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 395 |                     Err(TryRecvError::Disconnected) => {
[INFO] [stdout]     |                     ------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `previous_time_tick`
[INFO] [stdout]    --> src/station.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bus_route_vec`
[INFO] [stdout]    --> src/station.rs:949:29
[INFO] [stdout]     |
[INFO] [stdout] 949 |                         let bus_route_vec: Vec<_> =
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bus_route_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:341:13
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:531:25
[INFO] [stdout]     |
[INFO] [stdout] 531 |                         mut passengers_offboarding,
[INFO] [stdout]     |                         ----^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `caller_location`
[INFO] [stdout]   --> src/lib.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let caller_location = std::panic::Location::caller().line();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_caller_location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UpdateOutput` is never used
[INFO] [stdout]   --> src/bus.rs:93:6
[INFO] [stdout]    |
[INFO] [stdout] 93 | enum UpdateOutput {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 | /         passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout] 170 | |             *time_tick,
[INFO] [stdout] 171 | |         ));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let _ = passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 | /                     writeln!(
[INFO] [stdout] 581 | |                         writer,
[INFO] [stdout] 582 | |                         "No stations did anything - {}",
[INFO] [stdout] 583 | |                         passenger_message.time_tick
[INFO] [stdout] 584 | |                     );
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 580 |                     let _ = writeln!(
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1006:13
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /             send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1007 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1008 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1006 |             let _ = send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1009:13
[INFO] [stdout]      |
[INFO] [stdout] 1009 | /             send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1010 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1011 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1009 |             let _ = send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::num;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.12s
[INFO] running `Command { std: "docker" "inspect" "d1dffd5721fdd5521d66062920b8c743b4d685db761617f9b1ef032a5f138fa0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1dffd5721fdd5521d66062920b8c743b4d685db761617f9b1ef032a5f138fa0", kill_on_drop: false }`
[INFO] [stdout] d1dffd5721fdd5521d66062920b8c743b4d685db761617f9b1ef032a5f138fa0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 749cffef4e10eb8a895abd7666b1a9f02d187663b08bad54689d1ef100728575
[INFO] running `Command { std: "docker" "start" "-a" "749cffef4e10eb8a895abd7666b1a9f02d187663b08bad54689d1ef100728575", kill_on_drop: false }`
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling simple_logger v5.0.0
[INFO] [stderr]    Compiling bus_system v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::station::Station`
[INFO] [stdout]  --> src/bus.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::station::Station;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]  --> src/bus.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::time;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]  --> src/bus.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::thread::current;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/main_loop.rs:13:57
[INFO] [stdout]    |
[INFO] [stdout] 13 |     BusMessages, BusThreadStatus, StationEventMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]   --> src/main_loop.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::thread::current;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main_loop.rs:915:20
[INFO] [stdout]     |
[INFO] [stdout] 915 |                 if (current_time_tick.number == 0) {
[INFO] [stdout]     |                    ^                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 915 -                 if (current_time_tick.number == 0) {
[INFO] [stdout] 915 +                 if current_time_tick.number == 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/main_loop.rs:1077:16
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             if (bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout]      |                ^
[INFO] [stdout] ...
[INFO] [stdout] 1081 |             })) {
[INFO] [stdout]      |               ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1077 ~             if bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout] 1078 |                 LOADING_BUS_VALID_STATUSES
[INFO] [stdout] 1079 |                     .iter()
[INFO] [stdout] 1080 |                     .any(|valid_status| bus_thread_status == valid_status)
[INFO] [stdout] 1081 ~             }) {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]  --> src/passenger.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::VecDeque, iter::Peekable};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/station.rs:10:49
[INFO] [stdout]    |
[INFO] [stdout] 10 |     StationEventMessages, StationToBusMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `station`
[INFO] [stdout]   --> src/station.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::{station, TimeTick};
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]   --> src/station.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use core::time;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]    --> src/station.rs:353:19
[INFO] [stdout]     |
[INFO] [stdout] 353 |             while (!time_tick_up_to_date) {
[INFO] [stdout]     |                   ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -             while (!time_tick_up_to_date) {
[INFO] [stdout] 353 +             while !time_tick_up_to_date {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:380:28
[INFO] [stdout]     |
[INFO] [stdout] 380 |                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout]     |                            ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 380 -                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout] 380 +                         if new_time_step.number - time_tick.number > 1 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:383:28
[INFO] [stdout]     |
[INFO] [stdout] 383 |                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout]     |                            ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout] 383 +                         if new_time_step.number < time_tick.number {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:700:28
[INFO] [stdout]     |
[INFO] [stdout] 700 |                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout]     |                            ^                                                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 700 -                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout] 700 +                         if received_message == StationEventMessages::NoMessage {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TerminalType`
[INFO] [stdout]  --> src/thread.rs:2:39
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::display::{TerminalMessage, TerminalType};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::{HashMap, VecDeque};
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/bus.rs:386:33
[INFO] [stdout]     |
[INFO] [stdout] 384 | ...                   SyncToBusMessages::AdvanceTimeStep(time_step) => time_step,
[INFO] [stdout]     |                       --------------------------------------------- matches all the relevant values
[INFO] [stdout] 385 | ...                   // So far, there are no other options
[INFO] [stdout] 386 | ...                   _ => unreachable!(),
[INFO] [stdout]     |                       ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:819:16
[INFO] [stdout]     |
[INFO] [stdout] 819 |               if let crate::thread::StationToSyncMessages::CrashProgram { ref message } =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 820 | |                 incoming_message
[INFO] [stdout]     | |________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_to_passengers`
[INFO] [stdout]   --> src/main_loop.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let (tx_to_passengers, rx_to_passengers) = mpsc::channel::<Option<Vec<Passenger>>>();
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_to_passengers`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sender_stations_to_sync_list`
[INFO] [stdout]    --> src/main_loop.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let (sender_stations_to_sync_list, receiver_sync_from_stations_list) =
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender_stations_to_sync_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/main_loop.rs:259:13
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let current_time_tick = TimeTick::default();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time_clone_check`
[INFO] [stdout]    --> src/main_loop.rs:262:17
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_time_clone_check`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `passenger_thread_program_end_clone`
[INFO] [stdout]    --> src/main_loop.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     let passenger_thread_program_end_clone = program_end.clone();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_passenger_thread_program_end_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `processed_moving_bus_received_count` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |     let mut processed_moving_bus_received_count;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_processed_moving_bus_received_count` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `processed_moving_bus_received_count` is never read
[INFO] [stdout]    --> src/main_loop.rs:842:13
[INFO] [stdout]     |
[INFO] [stdout] 842 |             processed_moving_bus_received_count = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main_loop.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 322 |                     SyncToBusMessages::AdvanceTimeStep(time_step) => {
[INFO] [stdout]     |                     --------------------------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 332 |                     _ => unreachable!(),
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:425:16
[INFO] [stdout]     |
[INFO] [stdout] 425 |               if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 426 | |                 sync_message
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:505:24
[INFO] [stdout]     |
[INFO] [stdout] 505 |                       if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 506 | |                         sync_message.unwrap()
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `init_time_step`
[INFO] [stdout]    --> src/main_loop.rs:455:13
[INFO] [stdout]     |
[INFO] [stdout] 455 |         let init_time_step: bool = true;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_time_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `current_time_tick` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:560:17
[INFO] [stdout]     |
[INFO] [stdout] 560 |         let mut current_time_tick = TimeTick::default();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_current_time_tick` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/main_loop.rs:612:56
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 TerminalType::NoPassengerFromStation { index } => {
[INFO] [stdout]     |                                                        ^^^^^ help: try ignoring the field: `index: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `current_time_tick` is never read
[INFO] [stdout]    --> src/main_loop.rs:640:17
[INFO] [stdout]     |
[INFO] [stdout] 640 |                 current_time_tick = new_time_tick;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 let mut location_vec_deque = VecDeque::from(passenger_list.clone());
[INFO] [stdout]     |                     ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     let mut rejected_passengers: Vec<Passenger> = Vec::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `all_buses_are_moving`
[INFO] [stdout]    --> src/main_loop.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         all_buses_are_moving: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_buses_are_moving`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `location_time_tick_hashmap`
[INFO] [stdout]   --> src/station.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let location_time_tick_hashmap =
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location_time_tick_hashmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `station_channels`
[INFO] [stdout]    --> src/station.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |         let station_channels = receive_in_station_channels_arc.clone();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_station_channels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/station.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     current_time_tick: &TimeTick,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     Ok(SyncToStationAndPassengerMessages::ProgramFinished(_)) => {
[INFO] [stdout]     |                     --------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 368 |                     Ok(SyncToStationAndPassengerMessages::AdvanceTimeStep(new_time_step)) => {
[INFO] [stdout]     |                     --------------------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 391 |                     Err(TryRecvError::Empty) => {
[INFO] [stdout]     |                     ------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 395 |                     Err(TryRecvError::Disconnected) => {
[INFO] [stdout]     |                     ------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `previous_time_tick`
[INFO] [stdout]    --> src/station.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bus_route_vec`
[INFO] [stdout]    --> src/station.rs:949:29
[INFO] [stdout]     |
[INFO] [stdout] 949 |                         let bus_route_vec: Vec<_> =
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bus_route_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:341:13
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:531:25
[INFO] [stdout]     |
[INFO] [stdout] 531 |                         mut passengers_offboarding,
[INFO] [stdout]     |                         ----^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `caller_location`
[INFO] [stdout]   --> src/lib.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let caller_location = std::panic::Location::caller().line();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_caller_location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UpdateOutput` is never used
[INFO] [stdout]   --> src/bus.rs:93:6
[INFO] [stdout]    |
[INFO] [stdout] 93 | enum UpdateOutput {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 | /         passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout] 170 | |             *time_tick,
[INFO] [stdout] 171 | |         ));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let _ = passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 | /                     writeln!(
[INFO] [stdout] 581 | |                         writer,
[INFO] [stdout] 582 | |                         "No stations did anything - {}",
[INFO] [stdout] 583 | |                         passenger_message.time_tick
[INFO] [stdout] 584 | |                     );
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 580 |                     let _ = writeln!(
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1006:13
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /             send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1007 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1008 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1006 |             let _ = send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1009:13
[INFO] [stdout]      |
[INFO] [stdout] 1009 | /             send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1010 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1011 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1009 |             let _ = send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::num;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::station::Station`
[INFO] [stdout]  --> src/bus.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::station::Station;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]  --> src/bus.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::time;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]  --> src/bus.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::thread::current;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/main_loop.rs:13:57
[INFO] [stdout]    |
[INFO] [stdout] 13 |     BusMessages, BusThreadStatus, StationEventMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]   --> src/main_loop.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::thread::current;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main_loop.rs:915:20
[INFO] [stdout]     |
[INFO] [stdout] 915 |                 if (current_time_tick.number == 0) {
[INFO] [stdout]     |                    ^                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 915 -                 if (current_time_tick.number == 0) {
[INFO] [stdout] 915 +                 if current_time_tick.number == 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/main_loop.rs:1077:16
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             if (bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout]      |                ^
[INFO] [stdout] ...
[INFO] [stdout] 1081 |             })) {
[INFO] [stdout]      |               ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1077 ~             if bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout] 1078 |                 LOADING_BUS_VALID_STATUSES
[INFO] [stdout] 1079 |                     .iter()
[INFO] [stdout] 1080 |                     .any(|valid_status| bus_thread_status == valid_status)
[INFO] [stdout] 1081 ~             }) {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]  --> src/passenger.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::VecDeque, iter::Peekable};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/station.rs:10:49
[INFO] [stdout]    |
[INFO] [stdout] 10 |     StationEventMessages, StationToBusMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `station`
[INFO] [stdout]   --> src/station.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::{station, TimeTick};
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]   --> src/station.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use core::time;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]    --> src/station.rs:353:19
[INFO] [stdout]     |
[INFO] [stdout] 353 |             while (!time_tick_up_to_date) {
[INFO] [stdout]     |                   ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -             while (!time_tick_up_to_date) {
[INFO] [stdout] 353 +             while !time_tick_up_to_date {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:380:28
[INFO] [stdout]     |
[INFO] [stdout] 380 |                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout]     |                            ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 380 -                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout] 380 +                         if new_time_step.number - time_tick.number > 1 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:383:28
[INFO] [stdout]     |
[INFO] [stdout] 383 |                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout]     |                            ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout] 383 +                         if new_time_step.number < time_tick.number {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:700:28
[INFO] [stdout]     |
[INFO] [stdout] 700 |                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout]     |                            ^                                                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 700 -                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout] 700 +                         if received_message == StationEventMessages::NoMessage {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TerminalType`
[INFO] [stdout]  --> src/thread.rs:2:39
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::display::{TerminalMessage, TerminalType};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::{HashMap, VecDeque};
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::station::Station`
[INFO] [stdout]  --> src/bus.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::station::Station;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]  --> src/bus.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::time;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]  --> src/bus.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::thread::current;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/main_loop.rs:13:57
[INFO] [stdout]    |
[INFO] [stdout] 13 |     BusMessages, BusThreadStatus, StationEventMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::current`
[INFO] [stdout]   --> src/main_loop.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::thread::current;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main_loop.rs:915:20
[INFO] [stdout]     |
[INFO] [stdout] 915 |                 if (current_time_tick.number == 0) {
[INFO] [stdout]     |                    ^                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 915 -                 if (current_time_tick.number == 0) {
[INFO] [stdout] 915 +                 if current_time_tick.number == 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/main_loop.rs:1077:16
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             if (bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout]      |                ^
[INFO] [stdout] ...
[INFO] [stdout] 1081 |             })) {
[INFO] [stdout]      |               ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1077 ~             if bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stdout] 1078 |                 LOADING_BUS_VALID_STATUSES
[INFO] [stdout] 1079 |                     .iter()
[INFO] [stdout] 1080 |                     .any(|valid_status| bus_thread_status == valid_status)
[INFO] [stdout] 1081 ~             }) {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::VecDeque`
[INFO] [stdout]  --> src/passenger.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::VecDeque, iter::Peekable};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StationToDisplayMessages`
[INFO] [stdout]   --> src/station.rs:10:49
[INFO] [stdout]    |
[INFO] [stdout] 10 |     StationEventMessages, StationToBusMessages, StationToDisplayMessages,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `station`
[INFO] [stdout]   --> src/station.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::{station, TimeTick};
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::time`
[INFO] [stdout]   --> src/station.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use core::time;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]    --> src/station.rs:353:19
[INFO] [stdout]     |
[INFO] [stdout] 353 |             while (!time_tick_up_to_date) {
[INFO] [stdout]     |                   ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 353 -             while (!time_tick_up_to_date) {
[INFO] [stdout] 353 +             while !time_tick_up_to_date {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:380:28
[INFO] [stdout]     |
[INFO] [stdout] 380 |                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout]     |                            ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 380 -                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stdout] 380 +                         if new_time_step.number - time_tick.number > 1 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:383:28
[INFO] [stdout]     |
[INFO] [stdout] 383 |                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout]     |                            ^                                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 383 -                         if (new_time_step.number < time_tick.number) {
[INFO] [stdout] 383 +                         if new_time_step.number < time_tick.number {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/station.rs:700:28
[INFO] [stdout]     |
[INFO] [stdout] 700 |                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout]     |                            ^                                                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 700 -                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stdout] 700 +                         if received_message == StationEventMessages::NoMessage {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TerminalType`
[INFO] [stdout]  --> src/thread.rs:2:39
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::display::{TerminalMessage, TerminalType};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::collections::{HashMap, VecDeque};
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/bus.rs:386:33
[INFO] [stdout]     |
[INFO] [stdout] 384 | ...                   SyncToBusMessages::AdvanceTimeStep(time_step) => time_step,
[INFO] [stdout]     |                       --------------------------------------------- matches all the relevant values
[INFO] [stdout] 385 | ...                   // So far, there are no other options
[INFO] [stdout] 386 | ...                   _ => unreachable!(),
[INFO] [stdout]     |                       ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:819:16
[INFO] [stdout]     |
[INFO] [stdout] 819 |               if let crate::thread::StationToSyncMessages::CrashProgram { ref message } =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 820 | |                 incoming_message
[INFO] [stdout]     | |________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_to_passengers`
[INFO] [stdout]   --> src/main_loop.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let (tx_to_passengers, rx_to_passengers) = mpsc::channel::<Option<Vec<Passenger>>>();
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_to_passengers`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sender_stations_to_sync_list`
[INFO] [stdout]    --> src/main_loop.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let (sender_stations_to_sync_list, receiver_sync_from_stations_list) =
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender_stations_to_sync_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/main_loop.rs:259:13
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let current_time_tick = TimeTick::default();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time_clone_check`
[INFO] [stdout]    --> src/main_loop.rs:262:17
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_time_clone_check`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `passenger_thread_program_end_clone`
[INFO] [stdout]    --> src/main_loop.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     let passenger_thread_program_end_clone = program_end.clone();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_passenger_thread_program_end_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `processed_moving_bus_received_count` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |     let mut processed_moving_bus_received_count;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_processed_moving_bus_received_count` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `processed_moving_bus_received_count` is never read
[INFO] [stdout]    --> src/main_loop.rs:842:13
[INFO] [stdout]     |
[INFO] [stdout] 842 |             processed_moving_bus_received_count = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main_loop.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 322 |                     SyncToBusMessages::AdvanceTimeStep(time_step) => {
[INFO] [stdout]     |                     --------------------------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 332 |                     _ => unreachable!(),
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:425:16
[INFO] [stdout]     |
[INFO] [stdout] 425 |               if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 426 | |                 sync_message
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:505:24
[INFO] [stdout]     |
[INFO] [stdout] 505 |                       if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 506 | |                         sync_message.unwrap()
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `init_time_step`
[INFO] [stdout]    --> src/main_loop.rs:455:13
[INFO] [stdout]     |
[INFO] [stdout] 455 |         let init_time_step: bool = true;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_time_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `current_time_tick` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:560:17
[INFO] [stdout]     |
[INFO] [stdout] 560 |         let mut current_time_tick = TimeTick::default();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_current_time_tick` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/main_loop.rs:612:56
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 TerminalType::NoPassengerFromStation { index } => {
[INFO] [stdout]     |                                                        ^^^^^ help: try ignoring the field: `index: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `current_time_tick` is never read
[INFO] [stdout]    --> src/main_loop.rs:640:17
[INFO] [stdout]     |
[INFO] [stdout] 640 |                 current_time_tick = new_time_tick;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 let mut location_vec_deque = VecDeque::from(passenger_list.clone());
[INFO] [stdout]     |                     ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     let mut rejected_passengers: Vec<Passenger> = Vec::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `all_buses_are_moving`
[INFO] [stdout]    --> src/main_loop.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         all_buses_are_moving: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_buses_are_moving`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `location_time_tick_hashmap`
[INFO] [stdout]   --> src/station.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let location_time_tick_hashmap =
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location_time_tick_hashmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `station_channels`
[INFO] [stdout]    --> src/station.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |         let station_channels = receive_in_station_channels_arc.clone();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_station_channels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/station.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     current_time_tick: &TimeTick,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     Ok(SyncToStationAndPassengerMessages::ProgramFinished(_)) => {
[INFO] [stdout]     |                     --------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 368 |                     Ok(SyncToStationAndPassengerMessages::AdvanceTimeStep(new_time_step)) => {
[INFO] [stdout]     |                     --------------------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 391 |                     Err(TryRecvError::Empty) => {
[INFO] [stdout]     |                     ------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 395 |                     Err(TryRecvError::Disconnected) => {
[INFO] [stdout]     |                     ------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `previous_time_tick`
[INFO] [stdout]    --> src/station.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bus_route_vec`
[INFO] [stdout]    --> src/station.rs:949:29
[INFO] [stdout]     |
[INFO] [stdout] 949 |                         let bus_route_vec: Vec<_> =
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bus_route_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:341:13
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:531:25
[INFO] [stdout]     |
[INFO] [stdout] 531 |                         mut passengers_offboarding,
[INFO] [stdout]     |                         ----^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/bus.rs:386:33
[INFO] [stdout]     |
[INFO] [stdout] 384 | ...                   SyncToBusMessages::AdvanceTimeStep(time_step) => time_step,
[INFO] [stdout]     |                       --------------------------------------------- matches all the relevant values
[INFO] [stdout] 385 | ...                   // So far, there are no other options
[INFO] [stdout] 386 | ...                   _ => unreachable!(),
[INFO] [stdout]     |                       ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `caller_location`
[INFO] [stdout]   --> src/lib.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let caller_location = std::panic::Location::caller().line();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_caller_location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UpdateOutput` is never used
[INFO] [stdout]   --> src/bus.rs:93:6
[INFO] [stdout]    |
[INFO] [stdout] 93 | enum UpdateOutput {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 | /         passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout] 170 | |             *time_tick,
[INFO] [stdout] 171 | |         ));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let _ = passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 | /                     writeln!(
[INFO] [stdout] 581 | |                         writer,
[INFO] [stdout] 582 | |                         "No stations did anything - {}",
[INFO] [stdout] 583 | |                         passenger_message.time_tick
[INFO] [stdout] 584 | |                     );
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 580 |                     let _ = writeln!(
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1006:13
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /             send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1007 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1008 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1006 |             let _ = send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1009:13
[INFO] [stdout]      |
[INFO] [stdout] 1009 | /             send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1010 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1011 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1009 |             let _ = send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:819:16
[INFO] [stdout]     |
[INFO] [stdout] 819 |               if let crate::thread::StationToSyncMessages::CrashProgram { ref message } =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 820 | |                 incoming_message
[INFO] [stdout]     | |________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx_to_passengers`
[INFO] [stdout]   --> src/main_loop.rs:94:28
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let (tx_to_passengers, rx_to_passengers) = mpsc::channel::<Option<Vec<Passenger>>>();
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_to_passengers`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sender_stations_to_sync_list`
[INFO] [stdout]    --> src/main_loop.rs:209:10
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let (sender_stations_to_sync_list, receiver_sync_from_stations_list) =
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender_stations_to_sync_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/main_loop.rs:259:13
[INFO] [stdout]     |
[INFO] [stdout] 259 |         let current_time_tick = TimeTick::default();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `time_clone_check`
[INFO] [stdout]    --> src/main_loop.rs:262:17
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_time_clone_check`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `passenger_thread_program_end_clone`
[INFO] [stdout]    --> src/main_loop.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     let passenger_thread_program_end_clone = program_end.clone();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_passenger_thread_program_end_clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `processed_moving_bus_received_count` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:739:13
[INFO] [stdout]     |
[INFO] [stdout] 739 |     let mut processed_moving_bus_received_count;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_processed_moving_bus_received_count` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `processed_moving_bus_received_count` is never read
[INFO] [stdout]    --> src/main_loop.rs:842:13
[INFO] [stdout]     |
[INFO] [stdout] 842 |             processed_moving_bus_received_count = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main_loop.rs:332:21
[INFO] [stdout]     |
[INFO] [stdout] 322 |                     SyncToBusMessages::AdvanceTimeStep(time_step) => {
[INFO] [stdout]     |                     --------------------------------------------- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 332 |                     _ => unreachable!(),
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:425:16
[INFO] [stdout]     |
[INFO] [stdout] 425 |               if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 426 | |                 sync_message
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/main_loop.rs:505:24
[INFO] [stdout]     |
[INFO] [stdout] 505 |                       if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 506 | |                         sync_message.unwrap()
[INFO] [stdout]     | |_____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `init_time_step`
[INFO] [stdout]    --> src/main_loop.rs:455:13
[INFO] [stdout]     |
[INFO] [stdout] 455 |         let init_time_step: bool = true;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_time_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `current_time_tick` is assigned to, but never used
[INFO] [stdout]    --> src/main_loop.rs:560:17
[INFO] [stdout]     |
[INFO] [stdout] 560 |         let mut current_time_tick = TimeTick::default();
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_current_time_tick` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/main_loop.rs:612:56
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 TerminalType::NoPassengerFromStation { index } => {
[INFO] [stdout]     |                                                        ^^^^^ help: try ignoring the field: `index: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `current_time_tick` is never read
[INFO] [stdout]    --> src/main_loop.rs:640:17
[INFO] [stdout]     |
[INFO] [stdout] 640 |                 current_time_tick = new_time_tick;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:474:21
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 let mut location_vec_deque = VecDeque::from(passenger_list.clone());
[INFO] [stdout]     |                     ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |         let mut time_clone_check = 0;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main_loop.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     let mut rejected_passengers: Vec<Passenger> = Vec::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `all_buses_are_moving`
[INFO] [stdout]    --> src/main_loop.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         all_buses_are_moving: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_buses_are_moving`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `location_time_tick_hashmap`
[INFO] [stdout]   --> src/station.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let location_time_tick_hashmap =
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location_time_tick_hashmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `station_channels`
[INFO] [stdout]    --> src/station.rs:209:13
[INFO] [stdout]     |
[INFO] [stdout] 209 |         let station_channels = receive_in_station_channels_arc.clone();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_station_channels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `current_time_tick`
[INFO] [stdout]    --> src/station.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     current_time_tick: &TimeTick,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/station.rs:398:21
[INFO] [stdout]     |
[INFO] [stdout] 356 |                     Ok(SyncToStationAndPassengerMessages::ProgramFinished(_)) => {
[INFO] [stdout]     |                     --------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 368 |                     Ok(SyncToStationAndPassengerMessages::AdvanceTimeStep(new_time_step)) => {
[INFO] [stdout]     |                     --------------------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 391 |                     Err(TryRecvError::Empty) => {
[INFO] [stdout]     |                     ------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 395 |                     Err(TryRecvError::Disconnected) => {
[INFO] [stdout]     |                     ------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 398 |                     _ => {}
[INFO] [stdout]     |                     ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `previous_time_tick`
[INFO] [stdout]    --> src/station.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_time_tick`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bus_route_vec`
[INFO] [stdout]    --> src/station.rs:949:29
[INFO] [stdout]     |
[INFO] [stdout] 949 |                         let bus_route_vec: Vec<_> =
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bus_route_vec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:341:13
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/station.rs:531:25
[INFO] [stdout]     |
[INFO] [stdout] 531 |                         mut passengers_offboarding,
[INFO] [stdout]     |                         ----^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `caller_location`
[INFO] [stdout]   --> src/lib.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let caller_location = std::panic::Location::caller().line();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_caller_location`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UpdateOutput` is never used
[INFO] [stdout]   --> src/bus.rs:93:6
[INFO] [stdout]    |
[INFO] [stdout] 93 | enum UpdateOutput {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 | /         passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout] 170 | |             *time_tick,
[INFO] [stdout] 171 | |         ));
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let _ = passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main_loop.rs:580:21
[INFO] [stdout]     |
[INFO] [stdout] 580 | /                     writeln!(
[INFO] [stdout] 581 | |                         writer,
[INFO] [stdout] 582 | |                         "No stations did anything - {}",
[INFO] [stdout] 583 | |                         passenger_message.time_tick
[INFO] [stdout] 584 | |                     );
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 580 |                     let _ = writeln!(
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1006:13
[INFO] [stdout]      |
[INFO] [stdout] 1006 | /             send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1007 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1008 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1006 |             let _ = send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]     --> src/main_loop.rs:1009:13
[INFO] [stdout]      |
[INFO] [stdout] 1009 | /             send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout] 1010 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stdout] 1011 | |             ));
[INFO] [stdout]      | |______________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1009 |             let _ = send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stdout]      |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::num;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bus_system::consts::DEFAULT_BUS_CAPACITY`
[INFO] [stdout]  --> tests/main_loop_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bus_system::consts::DEFAULT_BUS_CAPACITY;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `uuid::uuid`
[INFO] [stdout]  --> tests/passenger_bus_route.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use uuid::uuid;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.60s
[INFO] running `Command { std: "docker" "inspect" "749cffef4e10eb8a895abd7666b1a9f02d187663b08bad54689d1ef100728575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "749cffef4e10eb8a895abd7666b1a9f02d187663b08bad54689d1ef100728575", kill_on_drop: false }`
[INFO] [stdout] 749cffef4e10eb8a895abd7666b1a9f02d187663b08bad54689d1ef100728575
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5dfd1fd1d40d2d8b28ed5b065a97c4b62c2c965a26e620a5a1fd4bdfaaf53ac6
[INFO] running `Command { std: "docker" "start" "-a" "5dfd1fd1d40d2d8b28ed5b065a97c4b62c2c965a26e620a5a1fd4bdfaaf53ac6", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::station::Station`
[INFO] [stderr]  --> src/bus.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::station::Station;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::time`
[INFO] [stderr]  --> src/bus.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use core::time;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread::current`
[INFO] [stderr]  --> src/bus.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::thread::current;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `StationToDisplayMessages`
[INFO] [stderr]   --> src/main_loop.rs:13:57
[INFO] [stderr]    |
[INFO] [stderr] 13 |     BusMessages, BusThreadStatus, StationEventMessages, StationToDisplayMessages,
[INFO] [stderr]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread::current`
[INFO] [stderr]   --> src/main_loop.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 26 | use std::thread::current;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/main_loop.rs:915:20
[INFO] [stderr]     |
[INFO] [stderr] 915 |                 if (current_time_tick.number == 0) {
[INFO] [stderr]     |                    ^                             ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 915 -                 if (current_time_tick.number == 0) {
[INFO] [stderr] 915 +                 if current_time_tick.number == 0 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]     --> src/main_loop.rs:1077:16
[INFO] [stderr]      |
[INFO] [stderr] 1077 |             if (bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stderr]      |                ^
[INFO] [stderr] ...
[INFO] [stderr] 1081 |             })) {
[INFO] [stderr]      |               ^
[INFO] [stderr]      |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr] 1077 ~             if bus_status_vector.iter().all(|bus_thread_status| {
[INFO] [stderr] 1078 |                 LOADING_BUS_VALID_STATUSES
[INFO] [stderr] 1079 |                     .iter()
[INFO] [stderr] 1080 |                     .any(|valid_status| bus_thread_status == valid_status)
[INFO] [stderr] 1081 ~             }) {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `collections::VecDeque`
[INFO] [stderr]  --> src/passenger.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::{collections::VecDeque, iter::Peekable};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `StationToDisplayMessages`
[INFO] [stderr]   --> src/station.rs:10:49
[INFO] [stderr]    |
[INFO] [stderr] 10 |     StationEventMessages, StationToBusMessages, StationToDisplayMessages,
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `station`
[INFO] [stderr]   --> src/station.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 | use crate::{station, TimeTick};
[INFO] [stderr]    |             ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::time`
[INFO] [stderr]   --> src/station.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | use core::time;
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `while` condition
[INFO] [stderr]    --> src/station.rs:353:19
[INFO] [stderr]     |
[INFO] [stderr] 353 |             while (!time_tick_up_to_date) {
[INFO] [stderr]     |                   ^                     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 353 -             while (!time_tick_up_to_date) {
[INFO] [stderr] 353 +             while !time_tick_up_to_date {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/station.rs:380:28
[INFO] [stderr]     |
[INFO] [stderr] 380 |                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stderr]     |                            ^                                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 380 -                         if (new_time_step.number - time_tick.number > 1) {
[INFO] [stderr] 380 +                         if new_time_step.number - time_tick.number > 1 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/station.rs:383:28
[INFO] [stderr]     |
[INFO] [stderr] 383 |                         if (new_time_step.number < time_tick.number) {
[INFO] [stderr]     |                            ^                                       ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 383 -                         if (new_time_step.number < time_tick.number) {
[INFO] [stderr] 383 +                         if new_time_step.number < time_tick.number {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/station.rs:700:28
[INFO] [stderr]     |
[INFO] [stderr] 700 |                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stderr]     |                            ^                                                   ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 700 -                         if (received_message == StationEventMessages::NoMessage) {
[INFO] [stderr] 700 +                         if received_message == StationEventMessages::NoMessage {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `TerminalType`
[INFO] [stderr]  --> src/thread.rs:2:39
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::display::{TerminalMessage, TerminalType};
[INFO] [stderr]   |                                       ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `HashMap`
[INFO] [stderr]   --> src/lib.rs:13:24
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::collections::{HashMap, VecDeque};
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/bus.rs:386:33
[INFO] [stderr]     |
[INFO] [stderr] 384 | ...                   SyncToBusMessages::AdvanceTimeStep(time_step) => time_step,
[INFO] [stderr]     |                       --------------------------------------------- matches all the relevant values
[INFO] [stderr] 385 | ...                   // So far, there are no other options
[INFO] [stderr] 386 | ...                   _ => unreachable!(),
[INFO] [stderr]     |                       ^ no value can reach this
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: irrefutable `if let` pattern
[INFO] [stderr]    --> src/main_loop.rs:819:16
[INFO] [stderr]     |
[INFO] [stderr] 819 |               if let crate::thread::StationToSyncMessages::CrashProgram { ref message } =
[INFO] [stderr]     |  ________________^
[INFO] [stderr] 820 | |                 incoming_message
[INFO] [stderr]     | |________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stderr]     = help: consider replacing the `if let` with a `let`
[INFO] [stderr]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rx_to_passengers`
[INFO] [stderr]   --> src/main_loop.rs:94:28
[INFO] [stderr]    |
[INFO] [stderr] 94 |     let (tx_to_passengers, rx_to_passengers) = mpsc::channel::<Option<Vec<Passenger>>>();
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rx_to_passengers`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `sender_stations_to_sync_list`
[INFO] [stderr]    --> src/main_loop.rs:209:10
[INFO] [stderr]     |
[INFO] [stderr] 209 |     let (sender_stations_to_sync_list, receiver_sync_from_stations_list) =
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender_stations_to_sync_list`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `current_time_tick`
[INFO] [stderr]    --> src/main_loop.rs:259:13
[INFO] [stderr]     |
[INFO] [stderr] 259 |         let current_time_tick = TimeTick::default();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `time_clone_check`
[INFO] [stderr]    --> src/main_loop.rs:262:17
[INFO] [stderr]     |
[INFO] [stderr] 262 |         let mut time_clone_check = 0;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_time_clone_check`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `passenger_thread_program_end_clone`
[INFO] [stderr]    --> src/main_loop.rs:363:9
[INFO] [stderr]     |
[INFO] [stderr] 363 |     let passenger_thread_program_end_clone = program_end.clone();
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_passenger_thread_program_end_clone`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `processed_moving_bus_received_count` is assigned to, but never used
[INFO] [stderr]    --> src/main_loop.rs:739:13
[INFO] [stderr]     |
[INFO] [stderr] 739 |     let mut processed_moving_bus_received_count;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_processed_moving_bus_received_count` instead
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `processed_moving_bus_received_count` is never read
[INFO] [stderr]    --> src/main_loop.rs:842:13
[INFO] [stderr]     |
[INFO] [stderr] 842 |             processed_moving_bus_received_count = 0;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/main_loop.rs:332:21
[INFO] [stderr]     |
[INFO] [stderr] 322 |                     SyncToBusMessages::AdvanceTimeStep(time_step) => {
[INFO] [stderr]     |                     --------------------------------------------- matches all the relevant values
[INFO] [stderr] ...
[INFO] [stderr] 332 |                     _ => unreachable!(),
[INFO] [stderr]     |                     ^ no value can reach this
[INFO] [stderr] 
[INFO] [stderr] warning: irrefutable `if let` pattern
[INFO] [stderr]    --> src/main_loop.rs:425:16
[INFO] [stderr]     |
[INFO] [stderr] 425 |               if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stderr]     |  ________________^
[INFO] [stderr] 426 | |                 sync_message
[INFO] [stderr]     | |____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stderr]     = help: consider replacing the `if let` with a `let`
[INFO] [stderr] 
[INFO] [stderr] warning: irrefutable `if let` pattern
[INFO] [stderr]    --> src/main_loop.rs:505:24
[INFO] [stderr]     |
[INFO] [stderr] 505 |                       if let StationToPassengersMessages::ConfirmInitPassengerList(station_number) =
[INFO] [stderr]     |  ________________________^
[INFO] [stderr] 506 | |                         sync_message.unwrap()
[INFO] [stderr]     | |_____________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stderr]     = help: consider replacing the `if let` with a `let`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `init_time_step`
[INFO] [stderr]    --> src/main_loop.rs:455:13
[INFO] [stderr]     |
[INFO] [stderr] 455 |         let init_time_step: bool = true;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_init_time_step`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `current_time_tick` is assigned to, but never used
[INFO] [stderr]    --> src/main_loop.rs:560:17
[INFO] [stderr]     |
[INFO] [stderr] 560 |         let mut current_time_tick = TimeTick::default();
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_current_time_tick` instead
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `index`
[INFO] [stderr]    --> src/main_loop.rs:612:56
[INFO] [stderr]     |
[INFO] [stderr] 612 |                 TerminalType::NoPassengerFromStation { index } => {
[INFO] [stderr]     |                                                        ^^^^^ help: try ignoring the field: `index: _`
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `current_time_tick` is never read
[INFO] [stderr]    --> src/main_loop.rs:640:17
[INFO] [stderr]     |
[INFO] [stderr] 640 |                 current_time_tick = new_time_tick;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main_loop.rs:474:21
[INFO] [stderr]     |
[INFO] [stderr] 474 |                 let mut location_vec_deque = VecDeque::from(passenger_list.clone());
[INFO] [stderr]     |                     ----^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main_loop.rs:262:13
[INFO] [stderr]     |
[INFO] [stderr] 262 |         let mut time_clone_check = 0;
[INFO] [stderr]     |             ----^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main_loop.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |     let mut rejected_passengers: Vec<Passenger> = Vec::new();
[INFO] [stderr]     |         ----^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `all_buses_are_moving`
[INFO] [stderr]    --> src/main_loop.rs:122:9
[INFO] [stderr]     |
[INFO] [stderr] 122 |         all_buses_are_moving: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_all_buses_are_moving`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `location_time_tick_hashmap`
[INFO] [stderr]   --> src/station.rs:63:13
[INFO] [stderr]    |
[INFO] [stderr] 63 |         let location_time_tick_hashmap =
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_location_time_tick_hashmap`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `station_channels`
[INFO] [stderr]    --> src/station.rs:209:13
[INFO] [stderr]     |
[INFO] [stderr] 209 |         let station_channels = receive_in_station_channels_arc.clone();
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_station_channels`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `current_time_tick`
[INFO] [stderr]    --> src/station.rs:174:5
[INFO] [stderr]     |
[INFO] [stderr] 174 |     current_time_tick: &TimeTick,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_time_tick`
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/station.rs:398:21
[INFO] [stderr]     |
[INFO] [stderr] 398 |                     _ => {}
[INFO] [stderr]     |                     ^ no value can reach this
[INFO] [stderr]     |
[INFO] [stderr] note: multiple earlier patterns match some of the same values
[INFO] [stderr]    --> src/station.rs:398:21
[INFO] [stderr]     |
[INFO] [stderr] 356 |                     Ok(SyncToStationAndPassengerMessages::ProgramFinished(_)) => {
[INFO] [stderr]     |                     --------------------------------------------------------- matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 368 |                     Ok(SyncToStationAndPassengerMessages::AdvanceTimeStep(new_time_step)) => {
[INFO] [stderr]     |                     --------------------------------------------------------------------- matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 391 |                     Err(TryRecvError::Empty) => {
[INFO] [stderr]     |                     ------------------------ matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 395 |                     Err(TryRecvError::Disconnected) => {
[INFO] [stderr]     |                     ------------------------------- matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 398 |                     _ => {}
[INFO] [stderr]     |                     ^ collectively making this unreachable
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `previous_time_tick`
[INFO] [stderr]    --> src/station.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_time_tick`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bus_route_vec`
[INFO] [stderr]    --> src/station.rs:949:29
[INFO] [stderr]     |
[INFO] [stderr] 949 |                         let bus_route_vec: Vec<_> =
[INFO] [stderr]     |                             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bus_route_vec`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/station.rs:341:13
[INFO] [stderr]     |
[INFO] [stderr] 341 |         let mut previous_time_tick: Option<TimeTick> = None;
[INFO] [stderr]     |             ----^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/station.rs:531:25
[INFO] [stderr]     |
[INFO] [stderr] 531 |                         mut passengers_offboarding,
[INFO] [stderr]     |                         ----^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `caller_location`
[INFO] [stderr]   --> src/lib.rs:35:13
[INFO] [stderr]    |
[INFO] [stderr] 35 |         let caller_location = std::panic::Location::caller().line();
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_caller_location`
[INFO] [stderr] 
[INFO] [stderr] warning: enum `UpdateOutput` is never used
[INFO] [stderr]   --> src/bus.rs:93:6
[INFO] [stderr]    |
[INFO] [stderr] 93 | enum UpdateOutput {
[INFO] [stderr]    |      ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main_loop.rs:169:9
[INFO] [stderr]     |
[INFO] [stderr] 169 | /         passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stderr] 170 | |             *time_tick,
[INFO] [stderr] 171 | |         ));
[INFO] [stderr]     | |__________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 169 |         let _ = passenger_sender.send(SyncToStationAndPassengerMessages::AdvanceTimeStep(
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main_loop.rs:580:21
[INFO] [stderr]     |
[INFO] [stderr] 580 | /                     writeln!(
[INFO] [stderr] 581 | |                         writer,
[INFO] [stderr] 582 | |                         "No stations did anything - {}",
[INFO] [stderr] 583 | |                         passenger_message.time_tick
[INFO] [stderr] 584 | |                     );
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 580 |                     let _ = writeln!(
[INFO] [stderr]     |                     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]     --> src/main_loop.rs:1006:13
[INFO] [stderr]      |
[INFO] [stderr] 1006 | /             send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stderr] 1007 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stderr] 1008 | |             ));
[INFO] [stderr]      | |______________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]      |
[INFO] [stderr] 1006 |             let _ = send_to_passengers.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stderr]      |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]     --> src/main_loop.rs:1009:13
[INFO] [stderr]      |
[INFO] [stderr] 1009 | /             send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stderr] 1010 | |                 crate::thread::ProgramEndType::ProgramFinished,
[INFO] [stderr] 1011 | |             ));
[INFO] [stderr]      | |______________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]      |
[INFO] [stderr] 1009 |             let _ = send_to_display.send(SyncToStationAndPassengerMessages::ProgramFinished(
[INFO] [stderr]      |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bus_system` (lib) generated 51 warnings (run `cargo fix --lib -p bus_system` to apply 22 suggestions)
[INFO] [stderr] warning: `bus_system` (lib test) generated 51 warnings (51 duplicates)
[INFO] [stderr] warning: unused import: `core::num`
[INFO] [stderr]  --> src/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use core::num;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bus_system` (lib) generated 51 warnings (51 duplicates)
[INFO] [stderr] warning: `bus_system` (bin "bus_system" test) generated 1 warning (run `cargo fix --bin "bus_system" --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `bus_system::consts::DEFAULT_BUS_CAPACITY`
[INFO] [stderr]  --> tests/main_loop_tests.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use bus_system::consts::DEFAULT_BUS_CAPACITY;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `uuid::uuid`
[INFO] [stderr]  --> tests/passenger_bus_route.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use uuid::uuid;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bus_system` (bin "bus_system") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `bus_system` (test "main_loop_tests") generated 1 warning (run `cargo fix --test "main_loop_tests"` to apply 1 suggestion)
[INFO] [stderr] warning: `bus_system` (test "passenger_bus_route") generated 1 warning (run `cargo fix --test "passenger_bus_route"` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bus_system-5f10ff2cbbbd3702)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bus_system-83829cfdfe577121)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/main_loop_tests.rs (/opt/rustwide/target/debug/deps/main_loop_tests-1221fc1033c3bb24)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test passengers_from_all_timeticks_are_accounted_for ... FAILED
[INFO] [stdout] test rejected_passengers_and_arrived_passengers_are_accounted_for ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- passengers_from_all_timeticks_are_accounted_for stdout ----
[INFO] [stdout] channel count: 3
[INFO] [stdout] Sync to stations list: [ReceiverWithIndex { receiver: Receiver { .. }, index: 0 }, ReceiverWithIndex { receiver: Receiver { .. }, index: 1 }, ReceiverWithIndex { receiver: Receiver { .. }, index: 2 }]
[INFO] [stdout] Bus index: 0
[INFO] [stdout] Bus 0 bus route: [
[INFO] [stdout]     BusLocation {
[INFO] [stdout]         location: Location {
[INFO] [stdout]             index: 0,
[INFO] [stdout]             id: 17bd68e8-1869-4a33-b433-c0f2512cf942,
[INFO] [stdout]         },
[INFO] [stdout]         distance_to_location: 2,
[INFO] [stdout]     },
[INFO] [stdout]     BusLocation {
[INFO] [stdout]         location: Location {
[INFO] [stdout]             index: 1,
[INFO] [stdout]             id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf,
[INFO] [stdout]         },
[INFO] [stdout]         distance_to_location: 2,
[INFO] [stdout]     },
[INFO] [stdout]     BusLocation {
[INFO] [stdout]         location: Location {
[INFO] [stdout]             index: 2,
[INFO] [stdout]             id: 7ca9da13-b1e4-4001-a3c8-95600a348db1,
[INFO] [stdout]         },
[INFO] [stdout]         distance_to_location: 2,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] Calling Bus::new from bus 0
[INFO] [stdout] bus route iterator: IntoIter([BusLocation { location: Location { index: 0, id: 17bd68e8-1869-4a33-b433-c0f2512cf942 }, distance_to_location: 2 }, BusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, distance_to_location: 2 }, BusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, distance_to_location: 2 }])
[INFO] [stdout] Simulated bus option for bus 0: Some(Bus { status: BusStatus { movement: Moving(2) }, passengers: [], current_location: Some(Location { index: 0, id: 17bd68e8-1869-4a33-b433-c0f2512cf942 }), bus_route_iter: IntoIter([BusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, distance_to_location: 2 }, BusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, distance_to_location: 2 }]), bus_route_vec: [BusLocation { location: Location { index: 0, id: 17bd68e8-1869-4a33-b433-c0f2512cf942 }, distance_to_location: 2 }, BusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, distance_to_location: 2 }, BusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, distance_to_location: 2 }], capacity: 20, numbers_of_passengers_serviced: 0, time_tick: TimeTick { number: 0, stage: PassengerInit }, bus_index: 0 })
[INFO] [stdout] Bus Message sent from bus 0
[INFO] [stdout] Beginning of Bus loop. Bus num: 0
[INFO] [stdout] Beginning of route sync loop
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] Waiting for message from bus
[INFO] [stdout] Bus message received: InitBus { bus_index: 0 }. 
[INFO] [stdout] Bus 0 Initialized
[INFO] [stdout] Processed received: 0
[INFO] [stdout] Bus Status Vector: [WaitingForTimeStep]
[INFO] [stdout] Number of buses not finished: 1
[INFO] [stdout] All buses initialized in sync thread
[INFO] [stdout] All Buses Initialized. Time tick 0 message: InitBus { bus_index: 0 }
[INFO] [stdout] There are 0 finished buses.
[INFO] [stdout] Bus Route Vector at end of Main Loop: [WaitingForTimeStep]
[INFO] [stdout] End of route sync loop. Line 713.
[INFO] [stdout] Beginning of route sync loop
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] Waiting for message from bus
[INFO] [stdout] First time tick loop
[INFO] [stdout] Beginning of tick one passenger calculations
[INFO] [stdout] Passenger thread time tick started
[INFO] [stdout] Init Passenger Info Message. Location Index: 0
[INFO] [stdout] Init Passenger Info Message. Location Index: 1
[INFO] [stdout] Init Passenger Info Message. Location Index: 2
[INFO] [stdout] Passenger Init Confirmed from Station 2
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 2, id: 7ca9da13-b1e4-4001-a3c8-95600a348db1 }, location_time_tick: 9 })]
[INFO] [stdout] next bus index: Some(0)
[INFO] [stdout] Destination list: []
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: 1d89fd06-737b-4df0-9334-7dbb6f007aaf }, location_time_tick: 6 })]
[INFO] [stdout] Passenger Init Confirmed from Station 0
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/main_loop.rs:557:64:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2ed227 - core::result::Result<T,E>::unwrap::h0c6f325af91b2289
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2ed227 - bus_system::main_loop::run_simulation::{{closure}}::hd6545385b3a82785
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:557:64
[INFO] [stdout]   22:     0x64963b2bf5e6 - std::sys::backtrace::__rust_begin_short_backtrace::hefdcaa83596d6070
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b800b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h7fd8e20bbf554713
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2af1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb6cf97acb85c45ed
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c6000 - std::panicking::catch_unwind::do_call::hd6cdc6c5f8ae772f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b628a - std::panicking::catch_unwind::hb3578cc5c581c89b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b628a - std::panic::catch_unwind::h602de53dd4f2678b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b628a - std::thread::Builder::spawn_unchecked_::{{closure}}::h43b9a5145846204a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db65f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb1490efb380d4ee9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] Passenger Init Confirmed from Station 1
[INFO] [stdout] End of Tick one passenger calculations
[INFO] [stdout] Passengers init message sent
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/station.rs:408:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SendError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2a00b3 - core::result::Result<T,E>::unwrap::h20b83befed61129e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2a00b3 - bus_system::station::create_station_thread::{{closure}}::h3fdf797fdd6f41c4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/station.rs:408:22
[INFO] [stdout]   22:     0x64963b2bf5b6 - std::sys::backtrace::__rust_begin_short_backtrace::h51d4013a551bdf1e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b864f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hfe1b0aa91ebdcdf6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2b24 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::he32b02d482ccda41
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c5f18 - std::panicking::catch_unwind::do_call::h2afe2a40b7f61bec
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b6f7d - std::panicking::catch_unwind::h947bcc50bafddb36
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b6f7d - std::panic::catch_unwind::hfe83a26c53087ee2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b6f7d - std::thread::Builder::spawn_unchecked_::{{closure}}::h87540dc9f393a475
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db61f - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha1667fdb41a4d469
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] Bus message received: InitPassengers. 
[INFO] [stdout] Passengers initialized
[INFO] [stdout] Passengers initialized
[INFO] [stdout] Processed received: 0
[INFO] [stdout] Bus Status Vector: [WaitingForTimeStep]
[INFO] [stdout] Number of buses not finished: 1
[INFO] [stdout] All buses initialized in sync thread
[INFO] [stdout] ---------- All buses finished current time step -----------
[INFO] [stdout] Time step incremented from src/main_loop.rs:968:17
[INFO] [stdout] 
[INFO] [stdout] thread 'passengers_from_all_timeticks_are_accounted_for' panicked at src/main_loop.rs:968:17:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SendError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2e98af - core::result::Result<T,E>::unwrap::h61fa8ab468188935
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2e98af - bus_system::main_loop::run_simulation::increment_time_step::h832b177f2f30d96b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:160:18
[INFO] [stdout]   22:     0x64963b2e6f3c - bus_system::main_loop::run_simulation::h1b24c77f50710725
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:968:17
[INFO] [stdout]   23:     0x64963b23bf37 - main_loop_tests::passengers_from_all_timeticks_are_accounted_for::h96a666c91a5a304f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/main_loop_tests.rs:100:33
[INFO] [stdout]   24:     0x64963b23b867 - main_loop_tests::passengers_from_all_timeticks_are_accounted_for::{{closure}}::ha1e1843bebf83b01
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/main_loop_tests.rs:59:53
[INFO] [stdout]   25:     0x64963b2397c6 - core::ops::function::FnOnce::call_once::he42208fded6a007f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x64963b27b05b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x64963b27b05b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x64963b27a195 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x64963b27a195 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x64963b27a195 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x64963b27a195 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x64963b27a195 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x64963b27a195 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x64963b27a195 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x64963b23dd94 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x64963b23dd94 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x64963b24176a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x64963b24176a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x64963b24176a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x64963b24176a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x64963b24176a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x64963b24176a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x64963b24176a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   46:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   47:     0x783cefbfda34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/main_loop.rs:460:53:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: RecvError
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2ebb02 - core::result::Result<T,E>::unwrap::h4bf5726855cf9b70
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2ebb02 - bus_system::main_loop::run_simulation::{{closure}}::ha67c1fb6a62007f4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:460:53
[INFO] [stdout]   22:     0x64963b2bf606 - std::sys::backtrace::__rust_begin_short_backtrace::hf74d4df2724883e1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b82ed - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha7d32709992de550
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2b54 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hef1d26b22c33ef97
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c5fc8 - std::panicking::catch_unwind::do_call::hd0f06af3e24fae7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b76cd - std::panicking::catch_unwind::h3c663a06e433f685
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b76cd - std::panic::catch_unwind::hbad64fbd265ddf13
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b76cd - std::thread::Builder::spawn_unchecked_::{{closure}}::hd45ed4d6556dbff7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db63f - core::ops::function::FnOnce::call_once{{vtable.shim}}::haa4ef347f95e3d98
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- rejected_passengers_and_arrived_passengers_are_accounted_for stdout ----
[INFO] [stdout] channel count: 2
[INFO] [stdout] Sync to stations list: [ReceiverWithIndex { receiver: Receiver { .. }, index: 0 }, ReceiverWithIndex { receiver: Receiver { .. }, index: 1 }]
[INFO] [stdout] Beginning of route sync loop
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] Waiting for message from bus
[INFO] [stdout] Bus index: 0
[INFO] [stdout] Bus 0 bus route: [
[INFO] [stdout]     BusLocation {
[INFO] [stdout]         location: Location {
[INFO] [stdout]             index: 0,
[INFO] [stdout]             id: 48a2b064-e1f8-44ad-be6e-0f0bc46346ff,
[INFO] [stdout]         },
[INFO] [stdout]         distance_to_location: 2,
[INFO] [stdout]     },
[INFO] [stdout]     BusLocation {
[INFO] [stdout]         location: Location {
[INFO] [stdout]             index: 1,
[INFO] [stdout]             id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35,
[INFO] [stdout]         },
[INFO] [stdout]         distance_to_location: 2,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] Calling Bus::new from bus 0
[INFO] [stdout] bus route iterator: IntoIter([BusLocation { location: Location { index: 0, id: 48a2b064-e1f8-44ad-be6e-0f0bc46346ff }, distance_to_location: 2 }, BusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, distance_to_location: 2 }])
[INFO] [stdout] Simulated bus option for bus 0: Some(Bus { status: BusStatus { movement: Moving(2) }, passengers: [], current_location: Some(Location { index: 0, id: 48a2b064-e1f8-44ad-be6e-0f0bc46346ff }), bus_route_iter: IntoIter([BusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, distance_to_location: 2 }]), bus_route_vec: [BusLocation { location: Location { index: 0, id: 48a2b064-e1f8-44ad-be6e-0f0bc46346ff }, distance_to_location: 2 }, BusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, distance_to_location: 2 }], capacity: 10, numbers_of_passengers_serviced: 0, time_tick: TimeTick { number: 0, stage: PassengerInit }, bus_index: 0 })
[INFO] [stdout] Bus Message sent from bus 0
[INFO] [stdout] Beginning of Bus loop. Bus num: 0
[INFO] [stdout] Bus message received: InitBus { bus_index: 0 }. 
[INFO] [stdout] Bus 0 Initialized
[INFO] [stdout] Processed received: 0
[INFO] [stdout] Bus Status Vector: [WaitingForTimeStep]
[INFO] [stdout] Number of buses not finished: 1
[INFO] [stdout] All buses initialized in sync thread
[INFO] [stdout] All Buses Initialized. Time tick 0 message: InitBus { bus_index: 0 }
[INFO] [stdout] There are 0 finished buses.
[INFO] [stdout] Bus Route Vector at end of Main Loop: [WaitingForTimeStep]
[INFO] [stdout] End of route sync loop. Line 713.
[INFO] [stdout] Beginning of route sync loop
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] Waiting for message from bus
[INFO] [stdout] First time tick loop
[INFO] [stdout] Beginning of tick one passenger calculations
[INFO] [stdout] Passenger thread time tick started
[INFO] [stdout] Init Passenger Info Message. Location Index: 0
[INFO] [stdout] Init Passenger Info Message. Location Index: 1
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stderr] error: test failed, to rerun pass `--test main_loop_tests`
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] Passenger Init Confirmed from Station 1
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] next bus index: None
[INFO] [stdout] Destination list: [(0, PassengerBusLocation { location: Location { index: 1, id: b8b8d049-b657-4bdc-8cfd-4d7ef5a90d35 }, location_time_tick: 6 })]
[INFO] [stdout] Passenger Init Confirmed from Station 0
[INFO] [stdout] End of Tick one passenger calculations
[INFO] [stdout] Passengers init message sent
[INFO] [stdout] Bus message received: InitPassengers. 
[INFO] [stdout] Passengers initialized
[INFO] [stdout] Passengers initialized
[INFO] [stdout] Processed received: 0
[INFO] [stdout] Bus Status Vector: [WaitingForTimeStep]
[INFO] [stdout] Number of buses not finished: 1
[INFO] [stdout] All buses initialized in sync thread
[INFO] [stdout] ---------- All buses finished current time step -----------
[INFO] [stdout] Time step incremented from src/main_loop.rs:968:17
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/main_loop.rs:557:64:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2ed227 - core::result::Result<T,E>::unwrap::h0c6f325af91b2289
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2ed227 - bus_system::main_loop::run_simulation::{{closure}}::hd6545385b3a82785
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:557:64
[INFO] [stdout]   22:     0x64963b2bf5e6 - std::sys::backtrace::__rust_begin_short_backtrace::hefdcaa83596d6070
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b800b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h7fd8e20bbf554713
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2af1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb6cf97acb85c45ed
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c6000 - std::panicking::catch_unwind::do_call::hd6cdc6c5f8ae772f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b628a - std::panicking::catch_unwind::hb3578cc5c581c89b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b628a - std::panic::catch_unwind::h602de53dd4f2678b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b628a - std::thread::Builder::spawn_unchecked_::{{closure}}::h43b9a5145846204a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db65f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb1490efb380d4ee9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] All Buses Initialized. Time tick 0 message: InitPassengers
[INFO] [stdout] There are 0 finished buses.
[INFO] [stdout] Bus Route Vector at end of Main Loop: [WaitingForTimeStep]
[INFO] [stdout] End of route sync loop. Line 713.
[INFO] [stdout] Beginning of route sync loop
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/station.rs:408:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SendError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2a00b3 - core::result::Result<T,E>::unwrap::h20b83befed61129e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2a00b3 - bus_system::station::create_station_thread::{{closure}}::h3fdf797fdd6f41c4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/station.rs:408:22
[INFO] [stdout]   22:     0x64963b2bf5b6 - std::sys::backtrace::__rust_begin_short_backtrace::h51d4013a551bdf1e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b864f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hfe1b0aa91ebdcdf6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2b24 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::he32b02d482ccda41
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c5f18 - std::panicking::catch_unwind::do_call::h2afe2a40b7f61bec
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b6f7d - std::panicking::catch_unwind::h947bcc50bafddb36
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b6f7d - std::panic::catch_unwind::hfe83a26c53087ee2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b6f7d - std::thread::Builder::spawn_unchecked_::{{closure}}::h87540dc9f393a475
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db61f - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha1667fdb41a4d469
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] Passenger thread time tick started
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] No message received. Continuing
[INFO] [stdout] Init Passenger Info Message. Location Index: 0
[INFO] [stdout] Waiting for message from bus
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/main_loop.rs:494:26:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SendError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2ec996 - core::result::Result<T,E>::unwrap::hb3a516bb7917d2d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2ec996 - bus_system::main_loop::run_simulation::{{closure}}::ha67c1fb6a62007f4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:494:26
[INFO] [stdout]   22:     0x64963b2bf606 - std::sys::backtrace::__rust_begin_short_backtrace::hf74d4df2724883e1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b82ed - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::ha7d32709992de550
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2b54 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hef1d26b22c33ef97
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c5fc8 - std::panicking::catch_unwind::do_call::hd0f06af3e24fae7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b76cd - std::panicking::catch_unwind::h3c663a06e433f685
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b76cd - std::panic::catch_unwind::hbad64fbd265ddf13
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b76cd - std::thread::Builder::spawn_unchecked_::{{closure}}::hd45ed4d6556dbff7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db63f - core::ops::function::FnOnce::call_once{{vtable.shim}}::haa4ef347f95e3d98
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] Bus thread Time tick incremented. Time tick: TimeTick { number: 1, stage: BusUnloadingPassengers }
[INFO] [stdout] Bus 0 update function current time tick: TimeTick { number: 1, stage: BusUnloadingPassengers }
[INFO] [stdout] Bus movement: Moving(2)
[INFO] [stdout] Moving bus update
[INFO] [stdout] Bus 0 distance to next stop: 2
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' panicked at src/station.rs:408:22:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SendError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2a00b3 - core::result::Result<T,E>::unwrap::h20b83befed61129e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2a00b3 - bus_system::station::create_station_thread::{{closure}}::h3fdf797fdd6f41c4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/station.rs:408:22
[INFO] [stdout]   22:     0x64963b2bf5b6 - std::sys::backtrace::__rust_begin_short_backtrace::h51d4013a551bdf1e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   23:     0x64963b2b864f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hfe1b0aa91ebdcdf6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   24:     0x64963b2d2b24 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::he32b02d482ccda41
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25:     0x64963b2c5f18 - std::panicking::catch_unwind::do_call::h2afe2a40b7f61bec
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26:     0x64963b2bd7db - __rust_try
[INFO] [stdout]   27:     0x64963b2b6f7d - std::panicking::catch_unwind::h947bcc50bafddb36
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x64963b2b6f7d - std::panic::catch_unwind::hfe83a26c53087ee2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64963b2b6f7d - std::thread::Builder::spawn_unchecked_::{{closure}}::h87540dc9f393a475
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   30:     0x64963b2db61f - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha1667fdb41a4d469
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   31:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   32:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   33:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   34:     0x783cefbfda34 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] Bus 0 sent message to sync thread for moving bus
[INFO] [stdout] Bus message received: AdvanceTimeStepForMovingBus { bus_index: 0 }. 
[INFO] [stdout] Sync thread received message from Bus 0 for moving bus
[INFO] [stdout] Processed received: 0
[INFO] [stdout] Bus Status Vector: [Moving]
[INFO] [stdout] Number of buses not finished: 1
[INFO] [stdout] There are 0 finished buses.
[INFO] [stdout] Finished Timestep TimeTick { number: 1, stage: BusUnloadingPassengers }. Bus Status Vector: [Moving]
[INFO] [stdout] ---------- All buses finished current time step -----------
[INFO] [stdout] Time step incremented from src/main_loop.rs:1066:13
[INFO] [stdout] 
[INFO] [stdout] thread 'rejected_passengers_and_arrived_passengers_are_accounted_for' panicked at src/main_loop.rs:1066:13:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: SendError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64963b377d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64963b377d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64963b377d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64963b377d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64963b39d153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64963b39d153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64963b374c53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64963b374c53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64963b377b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64963b379279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64963b3790ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64963b2757f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64963b2757f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64963b379c4e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64963b379c4e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64963b379a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x64963b3781f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64963b3796ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64963b39bb50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64963b39c006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x64963b2e98af - core::result::Result<T,E>::unwrap::h61fa8ab468188935
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x64963b2e98af - bus_system::main_loop::run_simulation::increment_time_step::h832b177f2f30d96b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:160:18
[INFO] [stdout]   22:     0x64963b2e7525 - bus_system::main_loop::run_simulation::h1b24c77f50710725
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main_loop.rs:1066:13
[INFO] [stdout]   23:     0x64963b23b5ac - main_loop_tests::rejected_passengers_and_arrived_passengers_are_accounted_for::ha6de1f274b2cd3c7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/main_loop_tests.rs:38:33
[INFO] [stdout]   24:     0x64963b23af77 - main_loop_tests::rejected_passengers_and_arrived_passengers_are_accounted_for::{{closure}}::h0072d6c91c29566f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/main_loop_tests.rs:7:66
[INFO] [stdout]   25:     0x64963b239736 - core::ops::function::FnOnce::call_once::h41c636266fb29821
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x64963b27b05b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x64963b27b05b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x64963b27a195 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x64963b27a195 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x64963b27a195 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x64963b27a195 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x64963b27a195 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x64963b27a195 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x64963b27a195 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x64963b23dd94 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x64963b23dd94 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x64963b24176a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x64963b24176a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x64963b24176a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x64963b24176a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x64963b24176a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x64963b24176a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x64963b24176a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x64963b37cbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x64963b37cbcf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   46:     0x783cefb70aa4 - <unknown>
[INFO] [stdout]   47:     0x783cefbfda34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     passengers_from_all_timeticks_are_accounted_for
[INFO] [stdout]     rejected_passengers_and_arrived_passengers_are_accounted_for
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5dfd1fd1d40d2d8b28ed5b065a97c4b62c2c965a26e620a5a1fd4bdfaaf53ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dfd1fd1d40d2d8b28ed5b065a97c4b62c2c965a26e620a5a1fd4bdfaaf53ac6", kill_on_drop: false }`
[INFO] [stdout] 5dfd1fd1d40d2d8b28ed5b065a97c4b62c2c965a26e620a5a1fd4bdfaaf53ac6
