[INFO] cloning repository https://github.com/fabiandarga/rusty-dungeon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fabiandarga/rusty-dungeon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiandarga%2Frusty-dungeon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiandarga%2Frusty-dungeon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 97c296ba04aa9f8acc392cd02b6e84f5f2771851 [INFO] testing fabiandarga/rusty-dungeon against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiandarga%2Frusty-dungeon" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabiandarga/rusty-dungeon on toolchain 1871252fc8bb672d40787e67404e6eaae7059369 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fabiandarga/rusty-dungeon [INFO] finished tweaking git repo https://github.com/fabiandarga/rusty-dungeon [INFO] tweaked toml for git repo https://github.com/fabiandarga/rusty-dungeon written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/fabiandarga/rusty-dungeon 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 296fac356649073d3e6f345aeeb4f28e6fbae603b75981a43c7560573003b41c [INFO] running `Command { std: "docker" "start" "-a" "296fac356649073d3e6f345aeeb4f28e6fbae603b75981a43c7560573003b41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "296fac356649073d3e6f345aeeb4f28e6fbae603b75981a43c7560573003b41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "296fac356649073d3e6f345aeeb4f28e6fbae603b75981a43c7560573003b41c", kill_on_drop: false }` [INFO] [stdout] 296fac356649073d3e6f345aeeb4f28e6fbae603b75981a43c7560573003b41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 373e09c14aad6f5eabbc755df1dfac207f2c8fc90867a957c16c32aeb924dc75 [INFO] running `Command { std: "docker" "start" "-a" "373e09c14aad6f5eabbc755df1dfac207f2c8fc90867a957c16c32aeb924dc75", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tui v0.16.0 [INFO] [stderr] Compiling rusty-dungeon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `basic_melee_fighter::*` [INFO] [stdout] --> src/entities/enemies/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use basic_melee_fighter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `template` is never read [INFO] [stdout] --> src/models/enemy.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Enemy { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | pub template: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Enemy` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/models/enemy.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Enemy { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] 20 | pub fn new(id: u16, name: &str) -> Enemy { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_actor_values` and `selectAttack` are never used [INFO] [stdout] --> src/models/actor.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait Actor { [INFO] [stdout] | ----- methods in this trait [INFO] [stdout] 6 | fn get_actor_values(&self) -> ActorValues; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | fn selectAttack(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_damage` is never used [INFO] [stdout] --> src/models/actor.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 24 | impl ActorValues { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 25 | pub fn apply_damage(&mut self, dmg: u16) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `text` and `enemies` are never read [INFO] [stdout] --> src/models/encounter.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Encounter { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 6 | pub id: u16, [INFO] [stdout] 7 | pub text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | pub enemies: Vec [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Encounter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/models/encounter.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EnemyDeclaration(u16, EnemyAmount); [INFO] [stdout] | ---------------- ^^^ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = note: `EnemyDeclaration` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EnemyDeclaration((), ()); [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/models/encounter.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Amount(u8), [INFO] [stdout] | ------ ^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 | Amount(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/models/encounter.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | Range(u8, u8), [INFO] [stdout] | ----- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 23 | Range((), ()), [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Skill` is never constructed [INFO] [stdout] --> src/models/models.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 140 | pub enum BadResultType { [INFO] [stdout] | ------------- variant in this enum [INFO] [stdout] 141 | Damage, [INFO] [stdout] 142 | Skill, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BadResultType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `special_effect` is never read [INFO] [stdout] --> src/models/attack_options.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct AttackDescription { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 7 | pub special_effect: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AttackDescription` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source`, `target`, and `effect` are never read [INFO] [stdout] --> src/models/battle_events.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BattleEvent { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 14 | pub title: String, [INFO] [stdout] 15 | pub source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 16 | pub target: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | pub effect: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BattleEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `encounters` and `enemies` are never read [INFO] [stdout] --> src/data/game_data.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct GameData { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | encounters: Vec>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 13 | enemies: Vec>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `find_enemy_by_id` and `find_encounter_by_id` are never used [INFO] [stdout] --> src/data/game_data.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl GameData { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn find_enemy_by_id(&self, enemy_id: u16) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn find_encounter_by_id(&self, encounter_id: u16) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `battle_handler` is never read [INFO] [stdout] --> src/game_handler.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct GameHandler { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | battle_handler: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_battle_handler` is never used [INFO] [stdout] --> src/game_handler.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl GameHandler { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn get_battle_handler(&self) -> Arc> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `actors`, `sorted_actors`, and `current_actor_index` are never read [INFO] [stdout] --> src/battle_handler.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct BattleHandler { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 8 | actors: Vec>>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 9 | sorted_actors: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 10 | current_actor_index: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_enemy`, `add_player`, `calc_initiative`, `get_actor_values_by_order`, `get_current_actor`, and `increase_actor_index` are never used [INFO] [stdout] --> src/battle_handler.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl BattleHandler { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn add_enemy(mut self, enemy: &Enemy) -> BattleHandler { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn add_player(mut self, player: &Character) -> BattleHandler { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn calc_initiative(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn get_actor_values_by_order(&self) -> Vec>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn get_current_actor(&self) -> Option>>{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn increase_actor_index(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `title` is never read [INFO] [stdout] --> src/views/components/message_block.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct MessageBlock<'a> { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 15 | title: Text<'a>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MessageBlock` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `battle_handler` is never read [INFO] [stdout] --> src/views/dungeon/battle_view.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct BattleView { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | battle_handler: BattleHandler, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `selectAttack` should have a snake case name [INFO] [stdout] --> src/models/actor.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | fn selectAttack(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `select_attack` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.95s [INFO] running `Command { std: "docker" "inspect" "373e09c14aad6f5eabbc755df1dfac207f2c8fc90867a957c16c32aeb924dc75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "373e09c14aad6f5eabbc755df1dfac207f2c8fc90867a957c16c32aeb924dc75", kill_on_drop: false }` [INFO] [stdout] 373e09c14aad6f5eabbc755df1dfac207f2c8fc90867a957c16c32aeb924dc75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23127116a774a172c8f71ae7ced40718dd31910fcc7c3a8259b2d4afcac47907 [INFO] running `Command { std: "docker" "start" "-a" "23127116a774a172c8f71ae7ced40718dd31910fcc7c3a8259b2d4afcac47907", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-dungeon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `basic_melee_fighter::*` [INFO] [stdout] --> src/entities/enemies/mod.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | pub use basic_melee_fighter::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `template` is never read [INFO] [stdout] --> src/models/enemy.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Enemy { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 9 | pub template: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Enemy` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_actor_values` and `selectAttack` are never used [INFO] [stdout] --> src/models/actor.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait Actor { [INFO] [stdout] | ----- methods in this trait [INFO] [stdout] 6 | fn get_actor_values(&self) -> ActorValues; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | fn selectAttack(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply_damage` is never used [INFO] [stdout] --> src/models/actor.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 24 | impl ActorValues { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 25 | pub fn apply_damage(&mut self, dmg: u16) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `text` and `enemies` are never read [INFO] [stdout] --> src/models/encounter.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Encounter { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 6 | pub id: u16, [INFO] [stdout] 7 | pub text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | pub enemies: Vec [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Encounter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/models/encounter.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EnemyDeclaration(u16, EnemyAmount); [INFO] [stdout] | ---------------- ^^^ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = note: `EnemyDeclaration` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EnemyDeclaration((), ()); [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/models/encounter.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | Amount(u8), [INFO] [stdout] | ------ ^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 | Amount(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/models/encounter.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | Range(u8, u8), [INFO] [stdout] | ----- ^^ ^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 23 | Range((), ()), [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Skill` is never constructed [INFO] [stdout] --> src/models/models.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 140 | pub enum BadResultType { [INFO] [stdout] | ------------- variant in this enum [INFO] [stdout] 141 | Damage, [INFO] [stdout] 142 | Skill, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BadResultType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `special_effect` is never read [INFO] [stdout] --> src/models/attack_options.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct AttackDescription { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 7 | pub special_effect: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AttackDescription` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source`, `target`, and `effect` are never read [INFO] [stdout] --> src/models/battle_events.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BattleEvent { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 14 | pub title: String, [INFO] [stdout] 15 | pub source: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 16 | pub target: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | pub effect: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BattleEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `encounters` and `enemies` are never read [INFO] [stdout] --> src/data/game_data.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct GameData { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | encounters: Vec>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 13 | enemies: Vec>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `find_enemy_by_id` and `find_encounter_by_id` are never used [INFO] [stdout] --> src/data/game_data.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl GameData { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn find_enemy_by_id(&self, enemy_id: u16) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn find_encounter_by_id(&self, encounter_id: u16) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `battle_handler` is never read [INFO] [stdout] --> src/game_handler.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct GameHandler { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | battle_handler: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_battle_handler` is never used [INFO] [stdout] --> src/game_handler.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl GameHandler { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn get_battle_handler(&self) -> Arc> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `current_actor_index` is never read [INFO] [stdout] --> src/battle_handler.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct BattleHandler { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | current_actor_index: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_current_actor` and `increase_actor_index` are never used [INFO] [stdout] --> src/battle_handler.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl BattleHandler { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn get_current_actor(&self) -> Option>>{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn increase_actor_index(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `title` is never read [INFO] [stdout] --> src/views/components/message_block.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct MessageBlock<'a> { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 15 | title: Text<'a>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MessageBlock` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `battle_handler` is never read [INFO] [stdout] --> src/views/dungeon/battle_view.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct BattleView { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | battle_handler: BattleHandler, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait method `selectAttack` should have a snake case name [INFO] [stdout] --> src/models/actor.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | fn selectAttack(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `select_attack` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "23127116a774a172c8f71ae7ced40718dd31910fcc7c3a8259b2d4afcac47907", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23127116a774a172c8f71ae7ced40718dd31910fcc7c3a8259b2d4afcac47907", kill_on_drop: false }` [INFO] [stdout] 23127116a774a172c8f71ae7ced40718dd31910fcc7c3a8259b2d4afcac47907 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b2f9c79c0abf9d6e28af25705599c80c38dbe9c11e613bbcf207e37338fd081f [INFO] running `Command { std: "docker" "start" "-a" "b2f9c79c0abf9d6e28af25705599c80c38dbe9c11e613bbcf207e37338fd081f", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `basic_melee_fighter::*` [INFO] [stderr] --> src/entities/enemies/mod.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | pub use basic_melee_fighter::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `template` is never read [INFO] [stderr] --> src/models/enemy.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Enemy { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] ... [INFO] [stderr] 9 | pub template: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Enemy` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: methods `get_actor_values` and `selectAttack` are never used [INFO] [stderr] --> src/models/actor.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 5 | pub trait Actor { [INFO] [stderr] | ----- methods in this trait [INFO] [stderr] 6 | fn get_actor_values(&self) -> ActorValues; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 7 | fn selectAttack(&self) -> Box; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `apply_damage` is never used [INFO] [stderr] --> src/models/actor.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 24 | impl ActorValues { [INFO] [stderr] | ---------------- method in this implementation [INFO] [stderr] 25 | pub fn apply_damage(&mut self, dmg: u16) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `text` and `enemies` are never read [INFO] [stderr] --> src/models/encounter.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct Encounter { [INFO] [stderr] | --------- fields in this struct [INFO] [stderr] 6 | pub id: u16, [INFO] [stderr] 7 | pub text: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 8 | pub enemies: Vec [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Encounter` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `0` and `1` are never read [INFO] [stderr] --> src/models/encounter.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | pub struct EnemyDeclaration(u16, EnemyAmount); [INFO] [stderr] | ---------------- ^^^ ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this struct [INFO] [stderr] | [INFO] [stderr] = note: `EnemyDeclaration` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stderr] | [INFO] [stderr] 18 | pub struct EnemyDeclaration((), ()); [INFO] [stderr] | ~~ ~~ [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/models/encounter.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | Amount(u8), [INFO] [stderr] | ------ ^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 22 | Amount(()), [INFO] [stderr] | ~~ [INFO] [stderr] [INFO] [stderr] warning: fields `0` and `1` are never read [INFO] [stderr] --> src/models/encounter.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | Range(u8, u8), [INFO] [stderr] | ----- ^^ ^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stderr] | [INFO] [stderr] 23 | Range((), ()), [INFO] [stderr] | ~~ ~~ [INFO] [stderr] [INFO] [stderr] warning: variant `Skill` is never constructed [INFO] [stderr] --> src/models/models.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 140 | pub enum BadResultType { [INFO] [stderr] | ------------- variant in this enum [INFO] [stderr] 141 | Damage, [INFO] [stderr] 142 | Skill, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BadResultType` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `special_effect` is never read [INFO] [stderr] --> src/models/attack_options.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 2 | pub struct AttackDescription { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 7 | pub special_effect: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AttackDescription` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `source`, `target`, and `effect` are never read [INFO] [stderr] --> src/models/battle_events.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct BattleEvent { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 14 | pub title: String, [INFO] [stderr] 15 | pub source: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 16 | pub target: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 17 | pub effect: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BattleEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `encounters` and `enemies` are never read [INFO] [stderr] --> src/data/game_data.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct GameData { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 12 | encounters: Vec>, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 13 | enemies: Vec>, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `find_enemy_by_id` and `find_encounter_by_id` are never used [INFO] [stderr] --> src/data/game_data.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 16 | impl GameData { [INFO] [stderr] | ------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 61 | pub fn find_enemy_by_id(&self, enemy_id: u16) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | pub fn find_encounter_by_id(&self, encounter_id: u16) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `battle_handler` is never read [INFO] [stderr] --> src/game_handler.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct GameHandler { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 19 | battle_handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `get_battle_handler` is never used [INFO] [stderr] --> src/game_handler.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 22 | impl GameHandler { [INFO] [stderr] | ---------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 32 | pub fn get_battle_handler(&self) -> Arc> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `current_actor_index` is never read [INFO] [stderr] --> src/battle_handler.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct BattleHandler { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 10 | current_actor_index: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `get_current_actor` and `increase_actor_index` are never used [INFO] [stderr] --> src/battle_handler.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 13 | impl BattleHandler { [INFO] [stderr] | ------------------ methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 48 | pub fn get_current_actor(&self) -> Option>>{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 56 | pub fn increase_actor_index(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `title` is never read [INFO] [stderr] --> src/views/components/message_block.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub struct MessageBlock<'a> { [INFO] [stderr] | ------------ field in this struct [INFO] [stderr] 15 | title: Text<'a>, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MessageBlock` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `battle_handler` is never read [INFO] [stderr] --> src/views/dungeon/battle_view.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct BattleView { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 24 | battle_handler: BattleHandler, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait method `selectAttack` should have a snake case name [INFO] [stderr] --> src/models/actor.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | fn selectAttack(&self) -> Box; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `select_attack` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rusty-dungeon` (bin "rusty-dungeon" test) generated 20 warnings (run `cargo fix --bin "rusty-dungeon" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_dungeon-2de49313a75259b6) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test battle_handler::tests::test_add_player ... ok [INFO] [stdout] test battle_handler::tests::test_get_initiative ... ok [INFO] [stdout] test battle_handler::tests::test_add_enemy ... ok [INFO] [stdout] test random::tests::test_check_fn ... ok [INFO] [stdout] test random::tests::test_guaranteed_fails ... ok [INFO] [stdout] test random::tests::test_guaranteed_successes ... ok [INFO] [stdout] test random::tests::test_roll ... ok [INFO] [stdout] test views::dungeon::battle::attack_helper::tests::test_damage_text ... ok [INFO] [stdout] test views::dungeon::battle::attack_helper::tests::test_damage_text_none ... ok [INFO] [stdout] test views::dungeon::battle::attack_helper::tests::test_damage_text_range ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b2f9c79c0abf9d6e28af25705599c80c38dbe9c11e613bbcf207e37338fd081f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2f9c79c0abf9d6e28af25705599c80c38dbe9c11e613bbcf207e37338fd081f", kill_on_drop: false }` [INFO] [stdout] b2f9c79c0abf9d6e28af25705599c80c38dbe9c11e613bbcf207e37338fd081f [INFO] testing fabiandarga/rusty-dungeon against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabiandarga%2Frusty-dungeon" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabiandarga/rusty-dungeon on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fabiandarga/rusty-dungeon [INFO] finished tweaking git repo https://github.com/fabiandarga/rusty-dungeon [INFO] tweaked toml for git repo https://github.com/fabiandarga/rusty-dungeon written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fabiandarga/rusty-dungeon 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06fb568ee01059ffa4258cac99ddb7071051e5fca029a536496419e0f8966c36 [INFO] running `Command { std: "docker" "start" "-a" "06fb568ee01059ffa4258cac99ddb7071051e5fca029a536496419e0f8966c36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06fb568ee01059ffa4258cac99ddb7071051e5fca029a536496419e0f8966c36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06fb568ee01059ffa4258cac99ddb7071051e5fca029a536496419e0f8966c36", kill_on_drop: false }` [INFO] [stdout] 06fb568ee01059ffa4258cac99ddb7071051e5fca029a536496419e0f8966c36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 127ee4b6d88c60356d30cc661643a16453debf6fb6382458eace9e6981ea075a [INFO] running `Command { std: "docker" "start" "-a" "127ee4b6d88c60356d30cc661643a16453debf6fb6382458eace9e6981ea075a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcgApwwr/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcgApwwr/symbols.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.thiserror_impl.4e25244aa7a1e686-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.6pnqhmabhx1l7zxgi383fgifx.rcgu.rmeta" "/opt/rustwide/target/debug/deps/thiserror_impl-33ecd4ccc943c105.djgk77ool5zfzijsgu3tuhqmw.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-554f3c426c80c1e7.rlib" "/opt/rustwide/target/debug/deps/libquote-3fad997bac0837c8.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-349caa37785ad7dc.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-b11525fba24dfc5c.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-aa1d72184443bb86.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-de48b8168d6cf4fa.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9f3477fb95a0bba7.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-210d920812faea91.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f3d3451767410a17.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1a79dd36d08251de.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-886230e7120831b2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2caea079085a58a2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a9d7d97cdc65a449.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5727477b0a78105a.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7e555563aa211118.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c8f13465f1a795b2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ee5b5774583426df.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14df174c91007922.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e8bfe52be756260a.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6275035a459b3ada.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b6892f3c52c68f01.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8b7e96e438f08f6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-33ecd4ccc943c105.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustc2tK1gq/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc2tK1gq/symbols.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.strum_macros.1146f194dc0bb727-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.d944uechj158oh13bqwxtrxoq.rcgu.rmeta" "/opt/rustwide/target/debug/deps/strum_macros-f2f31a2efa49a51c.d75w5xh92ryte6m0daggn5kia.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-554f3c426c80c1e7.rlib" "/opt/rustwide/target/debug/deps/libquote-3fad997bac0837c8.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-349caa37785ad7dc.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-b11525fba24dfc5c.rlib" "/opt/rustwide/target/debug/deps/libheck-797d86c6b1e12745.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-3ffed07fa8e1b86e.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-aa1d72184443bb86.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-de48b8168d6cf4fa.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9f3477fb95a0bba7.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-210d920812faea91.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f3d3451767410a17.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1a79dd36d08251de.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-886230e7120831b2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2caea079085a58a2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a9d7d97cdc65a449.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5727477b0a78105a.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7e555563aa211118.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c8f13465f1a795b2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ee5b5774583426df.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14df174c91007922.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e8bfe52be756260a.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6275035a459b3ada.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b6892f3c52c68f01.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8b7e96e438f08f6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libstrum_macros-f2f31a2efa49a51c.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `strum_macros` (lib) due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcrdxrEv/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcrdxrEv/symbols.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.serde_derive.d786f75a078ea1c9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.4trelh6ox9e82qbhp3ft614wk.rcgu.rmeta" "/opt/rustwide/target/debug/deps/serde_derive-2053169594b3af0b.5x4ypebjjns3sdn507k15hvkk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-554f3c426c80c1e7.rlib" "/opt/rustwide/target/debug/deps/libquote-3fad997bac0837c8.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-349caa37785ad7dc.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-b11525fba24dfc5c.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-aa1d72184443bb86.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-de48b8168d6cf4fa.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9f3477fb95a0bba7.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-210d920812faea91.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f3d3451767410a17.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1a79dd36d08251de.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-886230e7120831b2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2caea079085a58a2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a9d7d97cdc65a449.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5727477b0a78105a.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7e555563aa211118.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c8f13465f1a795b2.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ee5b5774583426df.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14df174c91007922.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e8bfe52be756260a.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6275035a459b3ada.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b6892f3c52c68f01.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8b7e96e438f08f6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b642703cf9526da1e72c0b6755753b939a9c6b6d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-2053169594b3af0b.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "127ee4b6d88c60356d30cc661643a16453debf6fb6382458eace9e6981ea075a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "127ee4b6d88c60356d30cc661643a16453debf6fb6382458eace9e6981ea075a", kill_on_drop: false }` [INFO] [stdout] 127ee4b6d88c60356d30cc661643a16453debf6fb6382458eace9e6981ea075a