[INFO] cloning repository https://github.com/alkavan/exo-colony
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alkavan/exo-colony" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkavan%2Fexo-colony", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkavan%2Fexo-colony'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 767f0dcfc7fb5fdffeb1448d3db9b22e58bec9bd
[INFO] checking alkavan/exo-colony against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkavan%2Fexo-colony" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alkavan/exo-colony
[INFO] finished tweaking git repo https://github.com/alkavan/exo-colony
[INFO] tweaked toml for git repo https://github.com/alkavan/exo-colony written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alkavan/exo-colony on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alkavan/exo-colony 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `exo_colony` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../exo_colony
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `exo-colony`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "exo_colony"
[INFO] [stderr] 19 + name = "exo-colony"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `exo-colony`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ version = "0.2.0"
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "exo-colony"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `exo_colony` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking alkavan/exo-colony against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falkavan%2Fexo-colony" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alkavan/exo-colony
[INFO] finished tweaking git repo https://github.com/alkavan/exo-colony
[INFO] tweaked toml for git repo https://github.com/alkavan/exo-colony written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alkavan/exo-colony on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alkavan/exo-colony 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `exo_colony` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../exo_colony
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `exo-colony`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "exo_colony"
[INFO] [stderr] 19 + name = "exo-colony"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `exo-colony`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ version = "0.2.0"
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "exo-colony"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `exo_colony` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded termion v1.5.6
[INFO] [stderr]   Downloaded unicode-segmentation v1.13.2
[INFO] [stderr]   Downloaded worldgen v0.5.3
[INFO] [stderr]   Downloaded wasi v0.10.0+wasi-snapshot-preview1
[INFO] [stderr]   Downloaded redox_termios v0.1.3
[INFO] [stderr]   Downloaded numtoa v0.1.0
[INFO] [stderr]   Downloaded signal-hook-mio v0.2.5
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.1
[INFO] [stderr]   Downloaded either v1.6.1
[INFO] [stderr]   Downloaded libredox v0.0.2
[INFO] [stderr]   Downloaded unicode-width v0.1.8
[INFO] [stderr]   Downloaded signal-hook-registry v1.4.0
[INFO] [stderr]   Downloaded cassowary v0.3.0
[INFO] [stderr]   Downloaded convert_case v0.10.0
[INFO] [stderr]   Downloaded num-integer v0.1.44
[INFO] [stderr]   Downloaded parking_lot_core v0.9.3
[INFO] [stderr]   Downloaded smallvec v1.6.1
[INFO] [stderr]   Downloaded termion v4.0.2
[INFO] [stderr]   Downloaded tui v0.19.0
[INFO] [stderr]   Downloaded parking_lot v0.12.1
[INFO] [stderr]   Downloaded time v0.1.44
[INFO] [stderr]   Downloaded chacha20 v0.10.0
[INFO] [stderr]   Downloaded num-traits v0.2.14
[INFO] [stderr]   Downloaded bitflags v2.11.1
[INFO] [stderr]   Downloaded derive_more v2.1.1
[INFO] [stderr]   Downloaded derive_more-impl v2.1.1
[INFO] [stderr]   Downloaded mio v1.2.0
[INFO] [stderr]   Downloaded rand v0.10.1
[INFO] [stderr]   Downloaded crossterm v0.25.0
[INFO] [stderr]   Downloaded wasip2 v1.0.3+wasi-0.2.9
[INFO] [stderr]   Downloaded chrono v0.4.19
[INFO] [stderr]   Downloaded crossterm v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887
[INFO] running `Command { std: "docker" "start" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `exo_colony` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../exo_colony
[INFO] [stderr]    |                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `exo-colony`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "exo_colony"
[INFO] [stderr] 19 + name = "exo-colony"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `exo-colony`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 ~ version = "0.2.0"
[INFO] [stderr] 21 + [[bin]]
[INFO] [stderr] 22 + name = "exo-colony"
[INFO] [stderr] 23 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `exo_colony` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking numtoa v0.1.0
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking encode_unicode v1.0.0
[INFO] [stderr]     Checking worldgen v0.5.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking termion v1.5.6
[INFO] [stderr]     Checking termion v4.0.2
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking tui v0.19.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking exo_colony v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `capacity` and `commodities` are never read
[INFO] [stdout]   --> src/component.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct CommodityStorageComponent {
[INFO] [stdout]    |            ------------------------- fields in this struct
[INFO] [stdout] 63 |     pub capacity: HashMap<Commodity, u64>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 64 |     pub commodities: HashMap<Commodity, u64>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `capacity`, `resource`, and `resource_mut` are never used
[INFO] [stdout]   --> src/component.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl ResourceStorageComponent {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn capacity(&self, group: &Resource) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub fn resource(&self, group: &Resource) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn resource_mut(&mut self, group: &Resource) -> &mut u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `capacity`, `capacity_free`, `commodity`, `commodity_mut`, `commodity_add`, and `commodities` are never used
[INFO] [stdout]    --> src/component.rs:140:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl CommodityStorageComponent {
[INFO] [stdout]     | ------------------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn capacity(&self, group: &Commodity) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn capacity_free(&self, group: &Commodity) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn commodity(&self, group: &Commodity) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn commodity_mut(&mut self, group: &Commodity) -> &mut u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn commodity_add(&mut self, group: &Commodity, amount: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn commodities(&self) -> Vec<&Commodity> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `component` is never read
[INFO] [stdout]    --> src/component.rs:182:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CommodityStorage {
[INFO] [stdout]     |     ---------------- field in this variant
[INFO] [stdout] 182 |         component: CommodityStorageComponent,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_mut` is never used
[INFO] [stdout]    --> src/game.rs:180:12
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl ObjectManager {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn get_mut(&mut self, position: &Position) -> Option<&mut MapObject> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `world` is never read
[INFO] [stdout]    --> src/game.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub struct GameMap {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 218 |     world: World<MapTile>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `world` is never used
[INFO] [stdout]    --> src/game.rs:322:12
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl GameMap {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 322 |     pub fn world(&self) -> &World<MapTile> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `locations` is never read
[INFO] [stdout]    --> src/game.rs:347:5
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub struct MapController {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 347 |     locations: HashMap<Position, StructureGroup>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `locations`, `object_at`, `tile_at`, and `tile_at_mut` are never used
[INFO] [stdout]    --> src/game.rs:373:12
[INFO] [stdout]     |
[INFO] [stdout] 350 | impl MapController {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 373 |     pub fn locations(&self) -> &HashMap<Position, StructureGroup> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 397 |     pub fn object_at(&self, position: &Position) -> Option<&MapObject> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 |     pub fn tile_at(&self, position: &Position) -> &MapTile {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 419 |     pub fn tile_at_mut(&mut self, position: Position) -> &mut MapTile {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `style` is never used
[INFO] [stdout]   --> src/gui.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub trait MenuSelector<T> {
[INFO] [stdout]    |           ------------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 47 |     fn style(&self, name: String, index: usize) -> Span<'_>;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_mine_select_widget` is never used
[INFO] [stdout]    --> src/gui.rs:566:8
[INFO] [stdout]     |
[INFO] [stdout] 566 | pub fn draw_mine_select_widget(menu: &MineResourceSelect) -> List<'static> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `manufactured_types`, `manufactured_mut`, `has_manufactured`, `withdraw_manufactured`, `commodities_mut`, and `withdraw_commodity` are never used
[INFO] [stdout]    --> src/managers.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl ResourceManager {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 307 |     pub fn manufactured_types(&self) -> Vec<Manufactured> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |     pub fn manufactured_mut(&mut self) -> IterMut<'_, Manufactured, u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     pub fn has_manufactured(&self, manufactured_type: &Manufactured, amount: u64) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn withdraw_manufactured(&mut self, manufactured_type: &Manufactured, amount: u64) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 |     pub fn commodities_mut(&mut self) -> IterMut<'_, Commodity, u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |     pub fn withdraw_commodity(&mut self, commodity_type: &Commodity, amount: u64) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CommodityStorageTrait` is never used
[INFO] [stdout]   --> src/structures.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub trait CommodityStorageTrait {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `StructureGroupTrait` is never used
[INFO] [stdout]   --> src/structures.rs:86:11
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub trait StructureGroupTrait {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_component` and `has_component` are never used
[INFO] [stdout]    --> src/structures.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl StructureBlueprint {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] 108 |     pub fn add_component(&mut self, name: ComponentName, component: ComponentGroup) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn has_component(&self, name: &ComponentName) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:450:12
[INFO] [stdout]     |
[INFO] [stdout] 429 | impl PowerPlant {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 450 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 468 | impl Mine {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 504 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:701:12
[INFO] [stdout]     |
[INFO] [stdout] 665 | impl Factory {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 701 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:771:12
[INFO] [stdout]     |
[INFO] [stdout] 722 | impl Refinery {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 771 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `update_handle`, `draw_handle`, and `input_handle` are never read
[INFO] [stdout]   --> src/util.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct EventBus {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 13 |     rx: mpsc::Receiver<GameEvent>,
[INFO] [stdout] 14 |     update_handle: thread::JoinHandle<()>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 15 |     draw_handle: thread::JoinHandle<()>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 16 |     input_handle: thread::JoinHandle<()>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `capacity` and `commodities` are never read
[INFO] [stdout]   --> src/component.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub struct CommodityStorageComponent {
[INFO] [stdout]    |            ------------------------- fields in this struct
[INFO] [stdout] 63 |     pub capacity: HashMap<Commodity, u64>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 64 |     pub commodities: HashMap<Commodity, u64>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `capacity`, `resource`, and `resource_mut` are never used
[INFO] [stdout]   --> src/component.rs:83:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl ResourceStorageComponent {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn capacity(&self, group: &Resource) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub fn resource(&self, group: &Resource) -> u64 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn resource_mut(&mut self, group: &Resource) -> &mut u64 {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `capacity`, `capacity_free`, `commodity`, `commodity_mut`, `commodity_add`, and `commodities` are never used
[INFO] [stdout]    --> src/component.rs:140:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl CommodityStorageComponent {
[INFO] [stdout]     | ------------------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn capacity(&self, group: &Commodity) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn capacity_free(&self, group: &Commodity) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     pub fn commodity(&self, group: &Commodity) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn commodity_mut(&mut self, group: &Commodity) -> &mut u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn commodity_add(&mut self, group: &Commodity, amount: u64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn commodities(&self) -> Vec<&Commodity> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `component` is never read
[INFO] [stdout]    --> src/component.rs:182:9
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CommodityStorage {
[INFO] [stdout]     |     ---------------- field in this variant
[INFO] [stdout] 182 |         component: CommodityStorageComponent,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_mut` is never used
[INFO] [stdout]    --> src/game.rs:180:12
[INFO] [stdout]     |
[INFO] [stdout] 166 | impl ObjectManager {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 180 |     pub fn get_mut(&mut self, position: &Position) -> Option<&mut MapObject> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `world` is never read
[INFO] [stdout]    --> src/game.rs:218:5
[INFO] [stdout]     |
[INFO] [stdout] 215 | pub struct GameMap {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 218 |     world: World<MapTile>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `world` is never used
[INFO] [stdout]    --> src/game.rs:322:12
[INFO] [stdout]     |
[INFO] [stdout] 222 | impl GameMap {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 322 |     pub fn world(&self) -> &World<MapTile> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `locations` is never read
[INFO] [stdout]    --> src/game.rs:347:5
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub struct MapController {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 347 |     locations: HashMap<Position, StructureGroup>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `locations`, `object_at`, `tile_at`, and `tile_at_mut` are never used
[INFO] [stdout]    --> src/game.rs:373:12
[INFO] [stdout]     |
[INFO] [stdout] 350 | impl MapController {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 373 |     pub fn locations(&self) -> &HashMap<Position, StructureGroup> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 397 |     pub fn object_at(&self, position: &Position) -> Option<&MapObject> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 |     pub fn tile_at(&self, position: &Position) -> &MapTile {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 419 |     pub fn tile_at_mut(&mut self, position: Position) -> &mut MapTile {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `style` is never used
[INFO] [stdout]   --> src/gui.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub trait MenuSelector<T> {
[INFO] [stdout]    |           ------------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 47 |     fn style(&self, name: String, index: usize) -> Span<'_>;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_mine_select_widget` is never used
[INFO] [stdout]    --> src/gui.rs:566:8
[INFO] [stdout]     |
[INFO] [stdout] 566 | pub fn draw_mine_select_widget(menu: &MineResourceSelect) -> List<'static> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `manufactured_types`, `manufactured_mut`, `has_manufactured`, `withdraw_manufactured`, `commodities_mut`, and `withdraw_commodity` are never used
[INFO] [stdout]    --> src/managers.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 214 | impl ResourceManager {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 307 |     pub fn manufactured_types(&self) -> Vec<Manufactured> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |     pub fn manufactured_mut(&mut self) -> IterMut<'_, Manufactured, u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     pub fn has_manufactured(&self, manufactured_type: &Manufactured, amount: u64) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn withdraw_manufactured(&mut self, manufactured_type: &Manufactured, amount: u64) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 366 |     pub fn commodities_mut(&mut self) -> IterMut<'_, Commodity, u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 376 |     pub fn withdraw_commodity(&mut self, commodity_type: &Commodity, amount: u64) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CommodityStorageTrait` is never used
[INFO] [stdout]   --> src/structures.rs:55:11
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub trait CommodityStorageTrait {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `StructureGroupTrait` is never used
[INFO] [stdout]   --> src/structures.rs:86:11
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub trait StructureGroupTrait {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_component` and `has_component` are never used
[INFO] [stdout]    --> src/structures.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl StructureBlueprint {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] 108 |     pub fn add_component(&mut self, name: ComponentName, component: ComponentGroup) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn has_component(&self, name: &ComponentName) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:450:12
[INFO] [stdout]     |
[INFO] [stdout] 429 | impl PowerPlant {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 450 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:504:12
[INFO] [stdout]     |
[INFO] [stdout] 468 | impl Mine {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 504 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:701:12
[INFO] [stdout]     |
[INFO] [stdout] 665 | impl Factory {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 701 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `blueprint_mut` is never used
[INFO] [stdout]    --> src/structures.rs:771:12
[INFO] [stdout]     |
[INFO] [stdout] 722 | impl Refinery {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 771 |     pub fn blueprint_mut(&mut self) -> &mut StructureBlueprint {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `update_handle`, `draw_handle`, and `input_handle` are never read
[INFO] [stdout]   --> src/util.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct EventBus {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 13 |     rx: mpsc::Receiver<GameEvent>,
[INFO] [stdout] 14 |     update_handle: thread::JoinHandle<()>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 15 |     draw_handle: thread::JoinHandle<()>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 16 |     input_handle: thread::JoinHandle<()>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `encode_unicode`
[INFO] [stderr]  --> Cargo.toml:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | encode_unicode = "1.0.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `encode_unicode`
[INFO] [stderr] warning: unused dependency `termion`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | termion = "4.0.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the dependency on `termion`
[INFO] [stderr] warning: `exo_colony` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
[INFO] running `Command { std: "docker" "inspect" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887", kill_on_drop: false }`
[INFO] [stdout] 7ba0ea8e7fdf0bba74fc30ca34f633af3b9acb621605b96c52ffa72ea3554887
