[INFO] cloning repository https://github.com/BobbaMilkTea/OdinMS-In-Rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BobbaMilkTea/OdinMS-In-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBobbaMilkTea%2FOdinMS-In-Rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBobbaMilkTea%2FOdinMS-In-Rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ce71f94748f9bd1897736c3d86048c69b214dbb [INFO] testing BobbaMilkTea/OdinMS-In-Rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBobbaMilkTea%2FOdinMS-In-Rust" "/workspace/builds/worker-98/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-98/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BobbaMilkTea/OdinMS-In-Rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BobbaMilkTea/OdinMS-In-Rust [INFO] finished tweaking git repo https://github.com/BobbaMilkTea/OdinMS-In-Rust [INFO] tweaked toml for git repo https://github.com/BobbaMilkTea/OdinMS-In-Rust written to /workspace/builds/worker-98/source/Cargo.toml [INFO] crate git repo https://github.com/BobbaMilkTea/OdinMS-In-Rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10e8c64d88bb8827be55bf0cd060c904aadc8172bec09b4dd20edfbab20ab8d6 [INFO] running `Command { std: "docker" "start" "-a" "10e8c64d88bb8827be55bf0cd060c904aadc8172bec09b4dd20edfbab20ab8d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10e8c64d88bb8827be55bf0cd060c904aadc8172bec09b4dd20edfbab20ab8d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10e8c64d88bb8827be55bf0cd060c904aadc8172bec09b4dd20edfbab20ab8d6", kill_on_drop: false }` [INFO] [stdout] 10e8c64d88bb8827be55bf0cd060c904aadc8172bec09b4dd20edfbab20ab8d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7512e2e6596e5e5366bde3d043ce3ea111f694cc311ab32e0d7223a8d26167de [INFO] running `Command { std: "docker" "start" "-a" "7512e2e6596e5e5366bde3d043ce3ea111f694cc311ab32e0d7223a8d26167de", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling odin_sandbox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `FastAttack` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | FastAttack, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MoveMonsters` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | MoveMonsters, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tubi` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Tubi, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastHpRegen` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | FastHpRegen, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastMpRegen` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | FastMpRegen, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SameDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | SameDamage, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackWithoutGettingHit` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | AttackWithoutGettingHit, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HighDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | HighDamage, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackFarAwayMonster` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | AttackFarAwayMonster, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RegenHighHp` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | RegenHighHp, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ItemVac` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | ItemVac, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ShortItemVac` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | ShortItemVac, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UsingFarAwayPortal` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | UsingFarAwayPortal, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastTakeDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | FastTakeDamage, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastMove` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | FastMove, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HighJump` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | HighJump, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MismatchingBulletCount` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | MismatchingBulletCount, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtcExplosion` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | EtcExplosion, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastSummonAttack` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | FastSummonAttack, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackingWhileDead` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | AttackingWhileDead, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_points` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_points(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_validity_duration` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_validity_duration(&self) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `should_autoban` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn should_autoban(&self, count: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_enabled` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn set_enabled(&mut self, enabled: bool) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_four` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:80:8 [INFO] [stdout] | [INFO] [stdout] 80 | fn cheating_offense_four(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32, enabled: bool) -> CheatingOffe... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_three` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | fn cheating_offense_three(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_two` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | fn cheating_offense_two(offense_type: COType, points: i32, validity_duration: i64) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_one` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | fn cheating_offense_one(offense_type: COType, points: i32) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_zero` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn cheating_offense_zero(offense_type: COType) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:106:12 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn new(offense_type: COType) -> CheatingOffense { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | count: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_offense` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | last_offense: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | param: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dbid` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | dbid: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_offense` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_offense(&self) -> &CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn get_count(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_chrfor` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_chrfor(&self) -> &MapleCharacter { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn increment_count(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_expired` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn is_expired(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_points` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_points(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_param(&self) -> Option<&String> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn set_param(&mut self, param: String) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_last_offense_time` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_last_offense_time(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_db_id` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn get_db_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_db_id` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn set_db_id(&mut self, dbid: i32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn new(offense: CheatingOffense, chrfor: MapleCharacter) -> CheatingOffenseEntry { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.27s [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7512e2e6596e5e5366bde3d043ce3ea111f694cc311ab32e0d7223a8d26167de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7512e2e6596e5e5366bde3d043ce3ea111f694cc311ab32e0d7223a8d26167de", kill_on_drop: false }` [INFO] [stdout] 7512e2e6596e5e5366bde3d043ce3ea111f694cc311ab32e0d7223a8d26167de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e754e3a3c1fabff3f6787e5c8e999f23e0b9650fe5cc90c815b6fff49f5c1e0 [INFO] running `Command { std: "docker" "start" "-a" "3e754e3a3c1fabff3f6787e5c8e999f23e0b9650fe5cc90c815b6fff49f5c1e0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: variant is never constructed: `FastAttack` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | FastAttack, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MoveMonsters` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | MoveMonsters, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tubi` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Tubi, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastHpRegen` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | FastHpRegen, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastMpRegen` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | FastMpRegen, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SameDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | SameDamage, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackWithoutGettingHit` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | AttackWithoutGettingHit, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HighDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | HighDamage, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackFarAwayMonster` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | AttackFarAwayMonster, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RegenHighHp` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | RegenHighHp, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ItemVac` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | ItemVac, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ShortItemVac` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | ShortItemVac, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UsingFarAwayPortal` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | UsingFarAwayPortal, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastTakeDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | FastTakeDamage, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastMove` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | FastMove, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HighJump` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | HighJump, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MismatchingBulletCount` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | MismatchingBulletCount, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtcExplosion` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | EtcExplosion, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastSummonAttack` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | FastSummonAttack, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackingWhileDead` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | AttackingWhileDead, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_points` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_points(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_validity_duration` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_validity_duration(&self) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `should_autoban` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn should_autoban(&self, count: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_enabled` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn set_enabled(&mut self, enabled: bool) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_four` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:80:8 [INFO] [stdout] | [INFO] [stdout] 80 | fn cheating_offense_four(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32, enabled: bool) -> CheatingOffe... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_three` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | fn cheating_offense_three(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_two` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | fn cheating_offense_two(offense_type: COType, points: i32, validity_duration: i64) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_one` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | fn cheating_offense_one(offense_type: COType, points: i32) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_zero` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn cheating_offense_zero(offense_type: COType) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:106:12 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn new(offense_type: COType) -> CheatingOffense { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | count: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_offense` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | last_offense: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | param: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dbid` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | dbid: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_offense` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_offense(&self) -> &CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn get_count(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_chrfor` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_chrfor(&self) -> &MapleCharacter { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn increment_count(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling odin_sandbox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `is_expired` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn is_expired(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_points` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_points(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_param(&self) -> Option<&String> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn set_param(&mut self, param: String) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_last_offense_time` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_last_offense_time(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_db_id` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn get_db_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_db_id` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn set_db_id(&mut self, dbid: i32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn new(offense: CheatingOffense, chrfor: MapleCharacter) -> CheatingOffenseEntry { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastAttack` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | FastAttack, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MoveMonsters` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | MoveMonsters, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tubi` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Tubi, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastHpRegen` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | FastHpRegen, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastMpRegen` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | FastMpRegen, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SameDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | SameDamage, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackWithoutGettingHit` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | AttackWithoutGettingHit, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HighDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | HighDamage, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackFarAwayMonster` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | AttackFarAwayMonster, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RegenHighHp` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | RegenHighHp, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ItemVac` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | ItemVac, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ShortItemVac` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | ShortItemVac, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UsingFarAwayPortal` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | UsingFarAwayPortal, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastTakeDamage` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | FastTakeDamage, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastMove` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | FastMove, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HighJump` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | HighJump, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MismatchingBulletCount` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | MismatchingBulletCount, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtcExplosion` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | EtcExplosion, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FastSummonAttack` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | FastSummonAttack, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AttackingWhileDead` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | AttackingWhileDead, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_points` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_points(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_validity_duration` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_validity_duration(&self) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `should_autoban` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn should_autoban(&self, count: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_enabled` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn set_enabled(&mut self, enabled: bool) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_four` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:80:8 [INFO] [stdout] | [INFO] [stdout] 80 | fn cheating_offense_four(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32, enabled: bool) -> CheatingOffe... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_three` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | fn cheating_offense_three(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_two` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | fn cheating_offense_two(offense_type: COType, points: i32, validity_duration: i64) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_one` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | fn cheating_offense_one(offense_type: COType, points: i32) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cheating_offense_zero` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn cheating_offense_zero(offense_type: COType) -> CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/anticheat/cheating_offense.rs:106:12 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn new(offense_type: COType) -> CheatingOffense { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | count: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_offense` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | last_offense: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | param: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dbid` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | dbid: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_offense` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn get_offense(&self) -> &CheatingOffense { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn get_count(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_chrfor` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn get_chrfor(&self) -> &MapleCharacter { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_count` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn increment_count(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_expired` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn is_expired(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_points` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn get_points(&self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn get_param(&self) -> Option<&String> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_param` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn set_param(&mut self, param: String) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_last_offense_time` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_last_offense_time(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_db_id` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn get_db_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_db_id` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn set_db_id(&mut self, dbid: i32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/client/anticheat/cheating_offense_entry.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn new(offense: CheatingOffense, chrfor: MapleCharacter) -> CheatingOffenseEntry { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 47 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `Command { std: "docker" "inspect" "3e754e3a3c1fabff3f6787e5c8e999f23e0b9650fe5cc90c815b6fff49f5c1e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e754e3a3c1fabff3f6787e5c8e999f23e0b9650fe5cc90c815b6fff49f5c1e0", kill_on_drop: false }` [INFO] [stdout] 3e754e3a3c1fabff3f6787e5c8e999f23e0b9650fe5cc90c815b6fff49f5c1e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dc4e70a72116f82353b005fbe61ff45ddee87c64f722be27e9805e4b88971def [INFO] running `Command { std: "docker" "start" "-a" "dc4e70a72116f82353b005fbe61ff45ddee87c64f722be27e9805e4b88971def", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: variant is never constructed: `FastAttack` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:25:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 25 | FastAttack, [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MoveMonsters` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | MoveMonsters, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Tubi` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Tubi, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FastHpRegen` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | FastHpRegen, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FastMpRegen` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | FastMpRegen, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SameDamage` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | SameDamage, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AttackWithoutGettingHit` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | AttackWithoutGettingHit, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HighDamage` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | HighDamage, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AttackFarAwayMonster` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | AttackFarAwayMonster, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `RegenHighHp` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | RegenHighHp, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ItemVac` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | ItemVac, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ShortItemVac` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | ShortItemVac, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UsingFarAwayPortal` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | UsingFarAwayPortal, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FastTakeDamage` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | FastTakeDamage, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FastMove` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | FastMove, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HighJump` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | HighJump, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MismatchingBulletCount` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | MismatchingBulletCount, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtcExplosion` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | EtcExplosion, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FastSummonAttack` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | FastSummonAttack, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AttackingWhileDead` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | AttackingWhileDead, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_points` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:57:12 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn get_points(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_validity_duration` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_validity_duration(&self) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `should_autoban` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn should_autoban(&self, count: i32) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_enabled` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn set_enabled(&mut self, enabled: bool) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_enabled` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:76:12 [INFO] [stderr] | [INFO] [stderr] 76 | pub fn is_enabled(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cheating_offense_four` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:80:8 [INFO] [stderr] | [INFO] [stderr] 80 | fn cheating_offense_four(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32, enabled: bool) -> CheatingOffe... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cheating_offense_three` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:90:8 [INFO] [stderr] | [INFO] [stderr] 90 | fn cheating_offense_three(offense_type: COType, points: i32, validity_duration: i64, autobancount: i32) -> CheatingOffense { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cheating_offense_two` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:94:8 [INFO] [stderr] | [INFO] [stderr] 94 | fn cheating_offense_two(offense_type: COType, points: i32, validity_duration: i64) -> CheatingOffense { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cheating_offense_one` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:98:8 [INFO] [stderr] | [INFO] [stderr] 98 | fn cheating_offense_one(offense_type: COType, points: i32) -> CheatingOffense { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cheating_offense_zero` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:102:8 [INFO] [stderr] | [INFO] [stderr] 102 | fn cheating_offense_zero(offense_type: COType) -> CheatingOffense { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/client/anticheat/cheating_offense.rs:106:12 [INFO] [stderr] | [INFO] [stderr] 106 | pub fn new(offense_type: COType) -> CheatingOffense { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `count` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | count: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `last_offense` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | last_offense: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `param` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | param: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dbid` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | dbid: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_offense` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn get_offense(&self) -> &CheatingOffense { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_count` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:43:12 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn get_count(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_chrfor` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn get_chrfor(&self) -> &MapleCharacter { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `increment_count` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn increment_count(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_expired` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:57:12 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn is_expired(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_points` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:66:12 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_points(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_param` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:70:12 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn get_param(&self) -> Option<&String> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_param` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:74:12 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn set_param(&mut self, param: String) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_last_offense_time` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn get_last_offense_time(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_db_id` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:82:12 [INFO] [stderr] | [INFO] [stderr] 82 | pub fn get_db_id(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_db_id` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn set_db_id(&mut self, dbid: i32) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/client/anticheat/cheating_offense_entry.rs:90:12 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn new(offense: CheatingOffense, chrfor: MapleCharacter) -> CheatingOffenseEntry { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `odin_sandbox` (lib) generated 47 warnings [INFO] [stderr] warning: `odin_sandbox` (lib test) generated 47 warnings (47 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.57s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/odin_sandbox-a41f997d7e10caac) [INFO] [stderr] Doc-tests odin_sandbox [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dc4e70a72116f82353b005fbe61ff45ddee87c64f722be27e9805e4b88971def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc4e70a72116f82353b005fbe61ff45ddee87c64f722be27e9805e4b88971def", kill_on_drop: false }` [INFO] [stdout] dc4e70a72116f82353b005fbe61ff45ddee87c64f722be27e9805e4b88971def