[INFO] fetching crate mc-classic 0.1.2...
[INFO] testing mc-classic-0.1.2 against 1.91.0 for beta-1.92-2
[INFO] extracting crate mc-classic 0.1.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate mc-classic 0.1.2
[INFO] finished tweaking crates.io crate mc-classic 0.1.2
[INFO] tweaked toml for crates.io crate mc-classic 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mc-classic 0.1.2 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 246fe70bf8b4bc1d60c7373ac61afba0fd53feafa3ba0f9e83e04c6c474553b6
[INFO] running `Command { std: "docker" "start" "-a" "246fe70bf8b4bc1d60c7373ac61afba0fd53feafa3ba0f9e83e04c6c474553b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "246fe70bf8b4bc1d60c7373ac61afba0fd53feafa3ba0f9e83e04c6c474553b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "246fe70bf8b4bc1d60c7373ac61afba0fd53feafa3ba0f9e83e04c6c474553b6", kill_on_drop: false }`
[INFO] [stdout] 246fe70bf8b4bc1d60c7373ac61afba0fd53feafa3ba0f9e83e04c6c474553b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76bd8157d330ed3723ea3b61505b80151fb6ea93496d3cc6d530e399a129bce1
[INFO] running `Command { std: "docker" "start" "-a" "76bd8157d330ed3723ea3b61505b80151fb6ea93496d3cc6d530e399a129bce1", kill_on_drop: false }`
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling mc-classic v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/serialize.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stdout]     |                               ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 855 -         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stdout] 855 +         self.handles[index] = Object::NewClassDesc(new_class_desc.clone());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `File`
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::fs::{read, File, OpenOptions};
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tmp_field` is assigned to, but never used
[INFO] [stdout]    --> src/serialize.rs:574:29
[INFO] [stdout]     |
[INFO] [stdout] 574 |                     let mut tmp_field: FieldDesc = FieldDesc::PrimitiveDesc('a', "b".to_string());
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_tmp_field` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp_field` is never read
[INFO] [stdout]    --> src/serialize.rs:581:25
[INFO] [stdout]     |
[INFO] [stdout] 581 |                         tmp_field = field;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CC_RANDOM` is never used
[INFO] [stdout]   --> src/serialize.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const CC_RANDOM: &str = "java.util.Random";
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STR_LEN` is never used
[INFO] [stdout]   --> src/serialize.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const STR_LEN: i32 = 65536;
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_new_class`, `get_new_array`, and `get_null` are never used
[INFO] [stdout]   --> src/serialize.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Object {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn get_new_class (&self) -> Result<NewClass,DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn get_new_array (&self) -> Result<NewArray,DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_null` is never used
[INFO] [stdout]    --> src/serialize.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl ClassDesc {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_contents` and `get_end_block_data` are never used
[INFO] [stdout]    --> src/serialize.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl ClassAnnotation {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 168 |     pub fn get_contents (&self) -> Result<Vec<Object>,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn get_end_block_data (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_field_type` is never used
[INFO] [stdout]    --> src/serialize.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 196 | impl FieldDesc {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn get_field_type (&self) -> Result<String,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_char` and `get_short` are never used
[INFO] [stdout]    --> src/serialize.rs:241:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Value {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn get_char (&self) -> Result<char,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     pub fn get_short (&self) -> Result<i16,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Serializer` is never constructed
[INFO] [stdout]    --> src/serialize.rs:696:12
[INFO] [stdout]     |
[INFO] [stdout] 696 | pub struct Serializer {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/serialize.rs:703:12
[INFO] [stdout]     |
[INFO] [stdout] 701 | impl Serializer {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout] 702 |
[INFO] [stdout] 703 |     pub fn new () -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 709 |     pub fn serialize (&mut self, contents: Vec<Object>) -> Result<&[u8],DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 720 |     pub fn write_object (&mut self, object: Object) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 733 |     pub fn write_new_object (&mut self, new_object: NewObject) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 756 |     pub fn write_new_class (&mut self, new_class: NewClass) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 773 |     pub fn write_new_array (&mut self, new_array: NewArray) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 801 |     pub fn write_new_string (&mut self, new_string: NewString) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 830 |     pub fn write_new_class_desc (&mut self, new_class_desc: NewClassDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 860 |     pub fn write_class_desc (&mut self, class_desc: ClassDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 869 |     pub fn write_class_data (&mut self, class_data: ClassData, class_name: String) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 899 |     pub fn write_class_desc_info (&mut self, class_desc_info: ClassDescInfo) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 907 |     pub fn write_fields (&mut self, fields: Fields) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 913 |     pub fn write_class_annotation (&mut self, class_annotation: ClassAnnotation) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 921 |     pub fn write_field_desc (&mut self, field_desc: FieldDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 938 |     pub fn write_value (&mut self, value: Value) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 958 |     pub fn find_handle (&mut self, object: Object) -> Result<i32,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `u64_fs` is never used
[INFO] [stdout]   --> src/from_stream.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn u64_fs (mut buf: usize, bytes: &[u8]) -> u64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `createTime` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub createTime: Option<i64>, //0.0.13a-dev
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `create_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub xSpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `x_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ySpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub ySpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `y_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `zSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub zSpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `z_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub rotSpawn: Option<f32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `rot_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub tickCount: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `networkMode` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub networkMode: Option<bool>, //0.0.19a_04
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `network_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cloudColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub cloudColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `cloud_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fogColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fogColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `fog_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `skyColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub skyColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `sky_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waterLevel` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub waterLevel: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `water_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creativeMode` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub creativeMode: Option<bool>, //0.0.28_01
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creative_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `growTrees` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub growTrees: Option<bool> //0.0.29
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `grow_trees`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bbHeight` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub bbHeight: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `bb_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bbWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub bbWidth: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `bb_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fallDistance` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fallDistance: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `fall_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `footSize` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub footSize: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `foot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `heightOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub heightOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `height_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `horizontalCollision` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub horizontalCollision: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `horizontal_collision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `makeStepSound` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub makeStepSound: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `make_step_sound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextStep` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub nextStep: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `next_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `noPhysics` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub noPhysics: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `no_physics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `onGround` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub onGround: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `textureId` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub textureId: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `texture_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walkDist` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub walkDist: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `walk_dist`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walkDistO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub walkDistO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `walk_dist_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub xOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub xRot: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub xRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub yOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub yRot: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub yRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ySlideOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub ySlideOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `y_slide_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `zOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub zOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `z_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `airSupply` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub airSupply: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `air_supply`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allowAlpha` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub allowAlpha: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `allow_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `animStep` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub animStep: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `anim_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `animStepO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub animStepO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `anim_step_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:272:9
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub attackTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `attack_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bobStrength` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub bobStrength: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `bob_strength`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `deathScore` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |     pub deathScore: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `death_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `deathTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub deathTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `death_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasHair` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub hasHair: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtDir` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub hurtDir: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `hurt_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtDuration` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:280:9
[INFO] [stdout]     |
[INFO] [stdout] 280 |     pub hurtDuration: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `hurt_duration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:281:9
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub hurtTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `hurt_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invulnerableDuration` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub invulnerableDuration: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_duration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invulnerableTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub invulnerableTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastHealth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub lastHealth: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `last_health`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oRun` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub oRun: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `o_run`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oTilt` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub oTilt: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `o_tilt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `renderOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub renderOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `render_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotA` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:289:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub rotA: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `rot_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotOffs` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub rotOffs: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `rot_offs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:293:9
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub tickCount: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timeOffs` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub timeOffs: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `time_offs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yBodyRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:296:9
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub yBodyRot: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `y_body_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yBodyRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub yBodyRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `y_body_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `modelName` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub modelName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `model_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `textureName` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:300:9
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub textureName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `texture_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grazeO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     pub grazeO: f32,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `graze_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grazingTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:362:9
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub grazingTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `grazing_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasFur` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     pub hasFur: bool,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `has_fur`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:369:9
[INFO] [stdout]     |
[INFO] [stdout] 369 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `humanoidMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:379:9
[INFO] [stdout]     |
[INFO] [stdout] 379 |     pub humanoidMob: HumanoidMob
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `humanoid_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:389:9
[INFO] [stdout]     |
[INFO] [stdout] 389 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oBob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     pub oBob: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `o_bob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `userType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:398:9
[INFO] [stdout]     |
[INFO] [stdout] 398 |     pub userType: u8,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `user_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:408:9
[INFO] [stdout]     |
[INFO] [stdout] 408 |     pub tickCount: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasHilt` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:419:9
[INFO] [stdout]     |
[INFO] [stdout] 419 |     pub hasHilt: bool,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hilt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stickTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |     pub stickTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `stick_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:423:9
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub xRot: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:424:9
[INFO] [stdout]     |
[INFO] [stdout] 424 |     pub xRotO: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:426:9
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub yRot: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:427:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub yRotO: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lifeTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub lifeTime: i32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `life_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackDelay` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub attackDelay: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `attack_delay`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `noActionTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:476:9
[INFO] [stdout]     |
[INFO] [stdout] 476 |     pub noActionTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `no_action_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `runSpeed` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |     pub runSpeed: f32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `run_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotA` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:479:9
[INFO] [stdout]     |
[INFO] [stdout] 479 |     pub yRotA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackTarget` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:481:9
[INFO] [stdout]     |
[INFO] [stdout] 481 |     pub attackTarget: Box<Option<Entity>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `attack_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `haveNextNextGaussian` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:488:9
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub haveNextNextGaussian: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `have_next_next_gaussian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextNextGaussian` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |     pub nextNextGaussian: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `next_next_gaussian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:497:9
[INFO] [stdout]     |
[INFO] [stdout] 497 |     pub popTime: Vec<i32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `pop_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
[INFO] running `Command { std: "docker" "inspect" "76bd8157d330ed3723ea3b61505b80151fb6ea93496d3cc6d530e399a129bce1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76bd8157d330ed3723ea3b61505b80151fb6ea93496d3cc6d530e399a129bce1", kill_on_drop: false }`
[INFO] [stdout] 76bd8157d330ed3723ea3b61505b80151fb6ea93496d3cc6d530e399a129bce1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4d7372be75e5efc435d05f61d02f55e28505d7b6532ba28950ceaac6608832b
[INFO] running `Command { std: "docker" "start" "-a" "d4d7372be75e5efc435d05f61d02f55e28505d7b6532ba28950ceaac6608832b", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/serialize.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stdout]     |                               ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 855 -         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stdout] 855 +         self.handles[index] = Object::NewClassDesc(new_class_desc.clone());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `File`
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::fs::{read, File, OpenOptions};
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tmp_field` is assigned to, but never used
[INFO] [stdout]    --> src/serialize.rs:574:29
[INFO] [stdout]     |
[INFO] [stdout] 574 |                     let mut tmp_field: FieldDesc = FieldDesc::PrimitiveDesc('a', "b".to_string());
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_tmp_field` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp_field` is never read
[INFO] [stdout]    --> src/serialize.rs:581:25
[INFO] [stdout]     |
[INFO] [stdout] 581 |                         tmp_field = field;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CC_RANDOM` is never used
[INFO] [stdout]   --> src/serialize.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const CC_RANDOM: &str = "java.util.Random";
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STR_LEN` is never used
[INFO] [stdout]   --> src/serialize.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const STR_LEN: i32 = 65536;
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_new_class`, `get_new_array`, and `get_null` are never used
[INFO] [stdout]   --> src/serialize.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Object {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn get_new_class (&self) -> Result<NewClass,DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn get_new_array (&self) -> Result<NewArray,DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_null` is never used
[INFO] [stdout]    --> src/serialize.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl ClassDesc {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_contents` and `get_end_block_data` are never used
[INFO] [stdout]    --> src/serialize.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl ClassAnnotation {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 168 |     pub fn get_contents (&self) -> Result<Vec<Object>,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn get_end_block_data (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_field_type` is never used
[INFO] [stdout]    --> src/serialize.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 196 | impl FieldDesc {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn get_field_type (&self) -> Result<String,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_char` and `get_short` are never used
[INFO] [stdout]    --> src/serialize.rs:241:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Value {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn get_char (&self) -> Result<char,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     pub fn get_short (&self) -> Result<i16,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Serializer` is never constructed
[INFO] [stdout]    --> src/serialize.rs:696:12
[INFO] [stdout]     |
[INFO] [stdout] 696 | pub struct Serializer {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/serialize.rs:703:12
[INFO] [stdout]     |
[INFO] [stdout] 701 | impl Serializer {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout] 702 |
[INFO] [stdout] 703 |     pub fn new () -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 709 |     pub fn serialize (&mut self, contents: Vec<Object>) -> Result<&[u8],DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 720 |     pub fn write_object (&mut self, object: Object) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 733 |     pub fn write_new_object (&mut self, new_object: NewObject) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 756 |     pub fn write_new_class (&mut self, new_class: NewClass) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 773 |     pub fn write_new_array (&mut self, new_array: NewArray) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 801 |     pub fn write_new_string (&mut self, new_string: NewString) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 830 |     pub fn write_new_class_desc (&mut self, new_class_desc: NewClassDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 860 |     pub fn write_class_desc (&mut self, class_desc: ClassDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 869 |     pub fn write_class_data (&mut self, class_data: ClassData, class_name: String) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 899 |     pub fn write_class_desc_info (&mut self, class_desc_info: ClassDescInfo) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 907 |     pub fn write_fields (&mut self, fields: Fields) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 913 |     pub fn write_class_annotation (&mut self, class_annotation: ClassAnnotation) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 921 |     pub fn write_field_desc (&mut self, field_desc: FieldDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 938 |     pub fn write_value (&mut self, value: Value) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 958 |     pub fn find_handle (&mut self, object: Object) -> Result<i32,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `u64_fs` is never used
[INFO] [stdout]   --> src/from_stream.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn u64_fs (mut buf: usize, bytes: &[u8]) -> u64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `createTime` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub createTime: Option<i64>, //0.0.13a-dev
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `create_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub xSpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `x_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ySpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub ySpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `y_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `zSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub zSpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `z_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub rotSpawn: Option<f32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `rot_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub tickCount: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `networkMode` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub networkMode: Option<bool>, //0.0.19a_04
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `network_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cloudColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub cloudColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `cloud_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fogColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fogColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `fog_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `skyColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub skyColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `sky_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waterLevel` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub waterLevel: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `water_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creativeMode` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub creativeMode: Option<bool>, //0.0.28_01
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creative_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `growTrees` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub growTrees: Option<bool> //0.0.29
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `grow_trees`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bbHeight` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub bbHeight: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `bb_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bbWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub bbWidth: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `bb_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fallDistance` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fallDistance: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `fall_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `footSize` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub footSize: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `foot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `heightOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub heightOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `height_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `horizontalCollision` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub horizontalCollision: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `horizontal_collision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `makeStepSound` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub makeStepSound: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `make_step_sound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextStep` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub nextStep: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `next_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `noPhysics` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub noPhysics: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `no_physics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `onGround` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub onGround: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `textureId` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub textureId: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `texture_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walkDist` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub walkDist: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `walk_dist`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walkDistO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub walkDistO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `walk_dist_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub xOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub xRot: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub xRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub yOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub yRot: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub yRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ySlideOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub ySlideOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `y_slide_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `zOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub zOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `z_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `airSupply` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub airSupply: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `air_supply`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allowAlpha` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub allowAlpha: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `allow_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `animStep` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub animStep: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `anim_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `animStepO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub animStepO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `anim_step_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:272:9
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub attackTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `attack_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bobStrength` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub bobStrength: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `bob_strength`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `deathScore` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |     pub deathScore: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `death_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `deathTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub deathTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `death_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasHair` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub hasHair: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtDir` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub hurtDir: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `hurt_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtDuration` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:280:9
[INFO] [stdout]     |
[INFO] [stdout] 280 |     pub hurtDuration: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `hurt_duration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:281:9
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub hurtTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `hurt_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invulnerableDuration` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub invulnerableDuration: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_duration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invulnerableTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub invulnerableTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastHealth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub lastHealth: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `last_health`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oRun` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub oRun: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `o_run`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oTilt` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub oTilt: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `o_tilt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `renderOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub renderOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `render_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotA` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:289:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub rotA: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `rot_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotOffs` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub rotOffs: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `rot_offs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:293:9
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub tickCount: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timeOffs` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub timeOffs: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `time_offs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yBodyRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:296:9
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub yBodyRot: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `y_body_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yBodyRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub yBodyRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `y_body_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `modelName` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub modelName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `model_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `textureName` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:300:9
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub textureName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `texture_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grazeO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     pub grazeO: f32,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `graze_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grazingTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:362:9
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub grazingTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `grazing_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasFur` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     pub hasFur: bool,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `has_fur`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:369:9
[INFO] [stdout]     |
[INFO] [stdout] 369 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `humanoidMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:379:9
[INFO] [stdout]     |
[INFO] [stdout] 379 |     pub humanoidMob: HumanoidMob
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `humanoid_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:389:9
[INFO] [stdout]     |
[INFO] [stdout] 389 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oBob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     pub oBob: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `o_bob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `userType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:398:9
[INFO] [stdout]     |
[INFO] [stdout] 398 |     pub userType: u8,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `user_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:408:9
[INFO] [stdout]     |
[INFO] [stdout] 408 |     pub tickCount: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasHilt` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:419:9
[INFO] [stdout]     |
[INFO] [stdout] 419 |     pub hasHilt: bool,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hilt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stickTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |     pub stickTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `stick_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:423:9
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub xRot: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:424:9
[INFO] [stdout]     |
[INFO] [stdout] 424 |     pub xRotO: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:426:9
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub yRot: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:427:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub yRotO: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lifeTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub lifeTime: i32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `life_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackDelay` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub attackDelay: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `attack_delay`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `noActionTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:476:9
[INFO] [stdout]     |
[INFO] [stdout] 476 |     pub noActionTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `no_action_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `runSpeed` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |     pub runSpeed: f32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `run_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotA` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:479:9
[INFO] [stdout]     |
[INFO] [stdout] 479 |     pub yRotA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackTarget` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:481:9
[INFO] [stdout]     |
[INFO] [stdout] 481 |     pub attackTarget: Box<Option<Entity>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `attack_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `haveNextNextGaussian` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:488:9
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub haveNextNextGaussian: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `have_next_next_gaussian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextNextGaussian` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |     pub nextNextGaussian: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `next_next_gaussian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:497:9
[INFO] [stdout]     |
[INFO] [stdout] 497 |     pub popTime: Vec<i32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `pop_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mc-classic v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/serialize.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stdout]     |                               ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 855 -         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stdout] 855 +         self.handles[index] = Object::NewClassDesc(new_class_desc.clone());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `File`
[INFO] [stdout]   --> src/lib.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::fs::{read, File, OpenOptions};
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `tmp_field` is assigned to, but never used
[INFO] [stdout]    --> src/serialize.rs:574:29
[INFO] [stdout]     |
[INFO] [stdout] 574 |                     let mut tmp_field: FieldDesc = FieldDesc::PrimitiveDesc('a', "b".to_string());
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_tmp_field` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp_field` is never read
[INFO] [stdout]    --> src/serialize.rs:581:25
[INFO] [stdout]     |
[INFO] [stdout] 581 |                         tmp_field = field;
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CC_RANDOM` is never used
[INFO] [stdout]   --> src/serialize.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const CC_RANDOM: &str = "java.util.Random";
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STR_LEN` is never used
[INFO] [stdout]   --> src/serialize.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const STR_LEN: i32 = 65536;
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_new_class`, `get_new_array`, and `get_null` are never used
[INFO] [stdout]   --> src/serialize.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Object {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn get_new_class (&self) -> Result<NewClass,DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn get_new_array (&self) -> Result<NewArray,DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_null` is never used
[INFO] [stdout]    --> src/serialize.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl ClassDesc {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_contents` and `get_end_block_data` are never used
[INFO] [stdout]    --> src/serialize.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | impl ClassAnnotation {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] 168 |     pub fn get_contents (&self) -> Result<Vec<Object>,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn get_end_block_data (&self) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_field_type` is never used
[INFO] [stdout]    --> src/serialize.rs:211:12
[INFO] [stdout]     |
[INFO] [stdout] 196 | impl FieldDesc {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 211 |     pub fn get_field_type (&self) -> Result<String,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_char` and `get_short` are never used
[INFO] [stdout]    --> src/serialize.rs:241:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl Value {
[INFO] [stdout]     | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 241 |     pub fn get_char (&self) -> Result<char,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 |     pub fn get_short (&self) -> Result<i16,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Serializer` is never constructed
[INFO] [stdout]    --> src/serialize.rs:696:12
[INFO] [stdout]     |
[INFO] [stdout] 696 | pub struct Serializer {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/serialize.rs:703:12
[INFO] [stdout]     |
[INFO] [stdout] 701 | impl Serializer {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout] 702 |
[INFO] [stdout] 703 |     pub fn new () -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 709 |     pub fn serialize (&mut self, contents: Vec<Object>) -> Result<&[u8],DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 720 |     pub fn write_object (&mut self, object: Object) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 733 |     pub fn write_new_object (&mut self, new_object: NewObject) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 756 |     pub fn write_new_class (&mut self, new_class: NewClass) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 773 |     pub fn write_new_array (&mut self, new_array: NewArray) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 801 |     pub fn write_new_string (&mut self, new_string: NewString) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 830 |     pub fn write_new_class_desc (&mut self, new_class_desc: NewClassDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 860 |     pub fn write_class_desc (&mut self, class_desc: ClassDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 869 |     pub fn write_class_data (&mut self, class_data: ClassData, class_name: String) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 899 |     pub fn write_class_desc_info (&mut self, class_desc_info: ClassDescInfo) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 907 |     pub fn write_fields (&mut self, fields: Fields) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 913 |     pub fn write_class_annotation (&mut self, class_annotation: ClassAnnotation) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 921 |     pub fn write_field_desc (&mut self, field_desc: FieldDesc) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 938 |     pub fn write_value (&mut self, value: Value) -> Result<(),DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 958 |     pub fn find_handle (&mut self, object: Object) -> Result<i32,DeserializeError> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `u64_fs` is never used
[INFO] [stdout]   --> src/from_stream.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn u64_fs (mut buf: usize, bytes: &[u8]) -> u64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `createTime` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub createTime: Option<i64>, //0.0.13a-dev
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `create_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub xSpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `x_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ySpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub ySpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `y_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `zSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub zSpawn: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `z_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotSpawn` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub rotSpawn: Option<f32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `rot_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub tickCount: Option<i32>, //0.0.14a_08
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `networkMode` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub networkMode: Option<bool>, //0.0.19a_04
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `network_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cloudColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub cloudColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `cloud_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fogColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fogColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `fog_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `skyColor` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub skyColor: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `sky_color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waterLevel` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub waterLevel: Option<i32>, //0.0.25_05_st
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `water_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `creativeMode` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub creativeMode: Option<bool>, //0.0.28_01
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creative_mode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `growTrees` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub growTrees: Option<bool> //0.0.29
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `grow_trees`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bbHeight` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub bbHeight: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `bb_height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bbWidth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub bbWidth: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `bb_width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `fallDistance` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fallDistance: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `fall_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `footSize` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |     pub footSize: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `foot_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `heightOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub heightOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `height_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `horizontalCollision` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub horizontalCollision: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `horizontal_collision`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `makeStepSound` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub makeStepSound: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `make_step_sound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextStep` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |     pub nextStep: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `next_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `noPhysics` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub noPhysics: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `no_physics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `onGround` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub onGround: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `on_ground`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `textureId` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub textureId: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `texture_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walkDist` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |     pub walkDist: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `walk_dist`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `walkDistO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub walkDistO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `walk_dist_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub xOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub xRot: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub xRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub yOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub yRot: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub yRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `ySlideOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub ySlideOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `y_slide_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `zOld` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub zOld: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `z_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `airSupply` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub airSupply: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `air_supply`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `allowAlpha` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub allowAlpha: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `allow_alpha`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `animStep` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub animStep: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `anim_step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `animStepO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub animStepO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `anim_step_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:272:9
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub attackTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `attack_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `bobStrength` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub bobStrength: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `bob_strength`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `deathScore` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:275:9
[INFO] [stdout]     |
[INFO] [stdout] 275 |     pub deathScore: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `death_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `deathTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:276:9
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub deathTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `death_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasHair` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |     pub hasHair: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtDir` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |     pub hurtDir: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `hurt_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtDuration` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:280:9
[INFO] [stdout]     |
[INFO] [stdout] 280 |     pub hurtDuration: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `hurt_duration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hurtTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:281:9
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub hurtTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `hurt_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invulnerableDuration` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub invulnerableDuration: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_duration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `invulnerableTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub invulnerableTime: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastHealth` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub lastHealth: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `last_health`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oRun` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub oRun: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `o_run`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oTilt` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:286:9
[INFO] [stdout]     |
[INFO] [stdout] 286 |     pub oTilt: Option<f32>,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `o_tilt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `renderOffset` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |     pub renderOffset: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `render_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotA` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:289:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub rotA: Option<f32>,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `rot_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `rotOffs` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub rotOffs: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `rot_offs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:293:9
[INFO] [stdout]     |
[INFO] [stdout] 293 |     pub tickCount: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `timeOffs` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:295:9
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub timeOffs: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `time_offs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yBodyRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:296:9
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub yBodyRot: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `y_body_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yBodyRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 297 |     pub yBodyRotO: Option<f32>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `y_body_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `modelName` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub modelName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `model_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `textureName` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:300:9
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub textureName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `texture_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grazeO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:360:9
[INFO] [stdout]     |
[INFO] [stdout] 360 |     pub grazeO: f32,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `graze_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `grazingTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:362:9
[INFO] [stdout]     |
[INFO] [stdout] 362 |     pub grazingTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `grazing_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasFur` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |     pub hasFur: bool,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `has_fur`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:369:9
[INFO] [stdout]     |
[INFO] [stdout] 369 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `humanoidMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:379:9
[INFO] [stdout]     |
[INFO] [stdout] 379 |     pub humanoidMob: HumanoidMob
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `humanoid_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:389:9
[INFO] [stdout]     |
[INFO] [stdout] 389 |     pub quadrapedMob: QuadrapedMob
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `oBob` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |     pub oBob: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `o_bob`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `userType` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:398:9
[INFO] [stdout]     |
[INFO] [stdout] 398 |     pub userType: u8,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `user_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tickCount` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:408:9
[INFO] [stdout]     |
[INFO] [stdout] 408 |     pub tickCount: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `hasHilt` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:419:9
[INFO] [stdout]     |
[INFO] [stdout] 419 |     pub hasHilt: bool,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hilt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `stickTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |     pub stickTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `stick_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:423:9
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub xRot: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `xRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:424:9
[INFO] [stdout]     |
[INFO] [stdout] 424 |     pub xRotO: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRot` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:426:9
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub yRot: f32,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotO` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:427:9
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub yRotO: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lifeTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:456:9
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub lifeTime: i32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `life_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackDelay` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |     pub attackDelay: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `attack_delay`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `noActionTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:476:9
[INFO] [stdout]     |
[INFO] [stdout] 476 |     pub noActionTime: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `no_action_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `runSpeed` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:477:9
[INFO] [stdout]     |
[INFO] [stdout] 477 |     pub runSpeed: f32,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `run_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `yRotA` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:479:9
[INFO] [stdout]     |
[INFO] [stdout] 479 |     pub yRotA: f32,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `attackTarget` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:481:9
[INFO] [stdout]     |
[INFO] [stdout] 481 |     pub attackTarget: Box<Option<Entity>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `attack_target`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `haveNextNextGaussian` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:488:9
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub haveNextNextGaussian: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `have_next_next_gaussian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `nextNextGaussian` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:489:9
[INFO] [stdout]     |
[INFO] [stdout] 489 |     pub nextNextGaussian: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `next_next_gaussian`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `popTime` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:497:9
[INFO] [stdout]     |
[INFO] [stdout] 497 |     pub popTime: Vec<i32>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `pop_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `Command { std: "docker" "inspect" "d4d7372be75e5efc435d05f61d02f55e28505d7b6532ba28950ceaac6608832b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4d7372be75e5efc435d05f61d02f55e28505d7b6532ba28950ceaac6608832b", kill_on_drop: false }`
[INFO] [stdout] d4d7372be75e5efc435d05f61d02f55e28505d7b6532ba28950ceaac6608832b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2e1d866f1cab2dfc66ea9d7dc4fca52128e3a16ac71eb0676829f1ade3e3ca49
[INFO] running `Command { std: "docker" "start" "-a" "2e1d866f1cab2dfc66ea9d7dc4fca52128e3a16ac71eb0676829f1ade3e3ca49", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/serialize.rs:855:31
[INFO] [stderr]     |
[INFO] [stderr] 855 |         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stderr]     |                               ^                                            ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 855 -         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stderr] 855 +         self.handles[index] = Object::NewClassDesc(new_class_desc.clone());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `File`
[INFO] [stderr]   --> src/lib.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 14 | use std::fs::{read, File, OpenOptions};
[INFO] [stderr]    |                     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `tmp_field` is assigned to, but never used
[INFO] [stderr]    --> src/serialize.rs:574:29
[INFO] [stderr]     |
[INFO] [stderr] 574 |                     let mut tmp_field: FieldDesc = FieldDesc::PrimitiveDesc('a', "b".to_string());
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_tmp_field` instead
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `tmp_field` is never read
[INFO] [stderr]    --> src/serialize.rs:581:25
[INFO] [stderr]     |
[INFO] [stderr] 581 |                         tmp_field = field;
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CC_RANDOM` is never used
[INFO] [stderr]   --> src/serialize.rs:18:11
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub const CC_RANDOM: &str = "java.util.Random";
[INFO] [stderr]    |           ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `STR_LEN` is never used
[INFO] [stderr]   --> src/serialize.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const STR_LEN: i32 = 65536;
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_new_class`, `get_new_array`, and `get_null` are never used
[INFO] [stderr]   --> src/serialize.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl Object {
[INFO] [stderr]    | ----------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub fn get_new_class (&self) -> Result<NewClass,DeserializeError> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 47 |     pub fn get_new_array (&self) -> Result<NewArray,DeserializeError> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_null` is never used
[INFO] [stderr]    --> src/serialize.rs:131:12
[INFO] [stderr]     |
[INFO] [stderr] 123 | impl ClassDesc {
[INFO] [stderr]     | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 131 |     pub fn get_null (&self) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_contents` and `get_end_block_data` are never used
[INFO] [stderr]    --> src/serialize.rs:168:12
[INFO] [stderr]     |
[INFO] [stderr] 167 | impl ClassAnnotation {
[INFO] [stderr]     | -------------------- methods in this implementation
[INFO] [stderr] 168 |     pub fn get_contents (&self) -> Result<Vec<Object>,DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 175 |     pub fn get_end_block_data (&self) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_field_type` is never used
[INFO] [stderr]    --> src/serialize.rs:211:12
[INFO] [stderr]     |
[INFO] [stderr] 196 | impl FieldDesc {
[INFO] [stderr]     | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 211 |     pub fn get_field_type (&self) -> Result<String,DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_char` and `get_short` are never used
[INFO] [stderr]    --> src/serialize.rs:241:12
[INFO] [stderr]     |
[INFO] [stderr] 233 | impl Value {
[INFO] [stderr]     | ---------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 241 |     pub fn get_char (&self) -> Result<char,DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 269 |     pub fn get_short (&self) -> Result<i16,DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Serializer` is never constructed
[INFO] [stderr]    --> src/serialize.rs:696:12
[INFO] [stderr]     |
[INFO] [stderr] 696 | pub struct Serializer {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/serialize.rs:703:12
[INFO] [stderr]     |
[INFO] [stderr] 701 | impl Serializer {
[INFO] [stderr]     | --------------- associated items in this implementation
[INFO] [stderr] 702 |
[INFO] [stderr] 703 |     pub fn new () -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 709 |     pub fn serialize (&mut self, contents: Vec<Object>) -> Result<&[u8],DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 720 |     pub fn write_object (&mut self, object: Object) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 733 |     pub fn write_new_object (&mut self, new_object: NewObject) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 756 |     pub fn write_new_class (&mut self, new_class: NewClass) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 773 |     pub fn write_new_array (&mut self, new_array: NewArray) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 801 |     pub fn write_new_string (&mut self, new_string: NewString) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 830 |     pub fn write_new_class_desc (&mut self, new_class_desc: NewClassDesc) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 860 |     pub fn write_class_desc (&mut self, class_desc: ClassDesc) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 869 |     pub fn write_class_data (&mut self, class_data: ClassData, class_name: String) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 899 |     pub fn write_class_desc_info (&mut self, class_desc_info: ClassDescInfo) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 907 |     pub fn write_fields (&mut self, fields: Fields) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 913 |     pub fn write_class_annotation (&mut self, class_annotation: ClassAnnotation) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 921 |     pub fn write_field_desc (&mut self, field_desc: FieldDesc) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 938 |     pub fn write_value (&mut self, value: Value) -> Result<(),DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 958 |     pub fn find_handle (&mut self, object: Object) -> Result<i32,DeserializeError> {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `u64_fs` is never used
[INFO] [stderr]   --> src/from_stream.rs:51:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub fn u64_fs (mut buf: usize, bytes: &[u8]) -> u64 {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `createTime` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub createTime: Option<i64>, //0.0.13a-dev
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `create_time`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `xSpawn` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub xSpawn: Option<i32>, //0.0.14a_08
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `x_spawn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `ySpawn` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub ySpawn: Option<i32>, //0.0.14a_08
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `y_spawn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `zSpawn` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub zSpawn: Option<i32>, //0.0.14a_08
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `z_spawn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rotSpawn` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub rotSpawn: Option<f32>, //0.0.14a_08
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `rot_spawn`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `tickCount` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub tickCount: Option<i32>, //0.0.14a_08
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `networkMode` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub networkMode: Option<bool>, //0.0.19a_04
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `network_mode`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `cloudColor` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:37:9
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub cloudColor: Option<i32>, //0.0.25_05_st
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `cloud_color`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `fogColor` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fogColor: Option<i32>, //0.0.25_05_st
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `fog_color`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `skyColor` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub skyColor: Option<i32>, //0.0.25_05_st
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `sky_color`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `waterLevel` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub waterLevel: Option<i32>, //0.0.25_05_st
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `water_level`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `creativeMode` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub creativeMode: Option<bool>, //0.0.28_01
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `creative_mode`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `growTrees` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub growTrees: Option<bool> //0.0.29
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `grow_trees`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `bbHeight` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:185:9
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub bbHeight: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `bb_height`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `bbWidth` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:186:9
[INFO] [stderr]     |
[INFO] [stderr] 186 |     pub bbWidth: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `bb_width`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `fallDistance` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:188:9
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub fallDistance: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `fall_distance`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `footSize` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |     pub footSize: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `foot_size`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `heightOffset` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:190:9
[INFO] [stderr]     |
[INFO] [stderr] 190 |     pub heightOffset: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `height_offset`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `horizontalCollision` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:191:9
[INFO] [stderr]     |
[INFO] [stderr] 191 |     pub horizontalCollision: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `horizontal_collision`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `makeStepSound` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:193:9
[INFO] [stderr]     |
[INFO] [stderr] 193 |     pub makeStepSound: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `make_step_sound`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nextStep` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:194:9
[INFO] [stderr]     |
[INFO] [stderr] 194 |     pub nextStep: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `next_step`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `noPhysics` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:195:9
[INFO] [stderr]     |
[INFO] [stderr] 195 |     pub noPhysics: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `no_physics`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `onGround` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:196:9
[INFO] [stderr]     |
[INFO] [stderr] 196 |     pub onGround: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `on_ground`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `textureId` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:200:9
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub textureId: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `texture_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `walkDist` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:201:9
[INFO] [stderr]     |
[INFO] [stderr] 201 |     pub walkDist: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `walk_dist`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `walkDistO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:202:9
[INFO] [stderr]     |
[INFO] [stderr] 202 |     pub walkDistO: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `walk_dist_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `xOld` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:204:9
[INFO] [stderr]     |
[INFO] [stderr] 204 |     pub xOld: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `x_old`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `xRot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:205:9
[INFO] [stderr]     |
[INFO] [stderr] 205 |     pub xRot: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `xRotO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:206:9
[INFO] [stderr]     |
[INFO] [stderr] 206 |     pub xRotO: Option<f32>,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yOld` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:210:9
[INFO] [stderr]     |
[INFO] [stderr] 210 |     pub yOld: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `y_old`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yRot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:211:9
[INFO] [stderr]     |
[INFO] [stderr] 211 |     pub yRot: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yRotO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:212:9
[INFO] [stderr]     |
[INFO] [stderr] 212 |     pub yRotO: Option<f32>,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `ySlideOffset` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:213:9
[INFO] [stderr]     |
[INFO] [stderr] 213 |     pub ySlideOffset: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `y_slide_offset`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `zOld` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:217:9
[INFO] [stderr]     |
[INFO] [stderr] 217 |     pub zOld: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `z_old`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `airSupply` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:268:9
[INFO] [stderr]     |
[INFO] [stderr] 268 |     pub airSupply: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `air_supply`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `allowAlpha` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:269:9
[INFO] [stderr]     |
[INFO] [stderr] 269 |     pub allowAlpha: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `allow_alpha`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `animStep` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:270:9
[INFO] [stderr]     |
[INFO] [stderr] 270 |     pub animStep: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `anim_step`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `animStepO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:271:9
[INFO] [stderr]     |
[INFO] [stderr] 271 |     pub animStepO: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `anim_step_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `attackTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:272:9
[INFO] [stderr]     |
[INFO] [stderr] 272 |     pub attackTime: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `attack_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `bobStrength` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:273:9
[INFO] [stderr]     |
[INFO] [stderr] 273 |     pub bobStrength: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `bob_strength`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `deathScore` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:275:9
[INFO] [stderr]     |
[INFO] [stderr] 275 |     pub deathScore: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `death_score`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `deathTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:276:9
[INFO] [stderr]     |
[INFO] [stderr] 276 |     pub deathTime: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `death_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hasHair` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:277:9
[INFO] [stderr]     |
[INFO] [stderr] 277 |     pub hasHair: Option<bool>,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hair`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hurtDir` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:279:9
[INFO] [stderr]     |
[INFO] [stderr] 279 |     pub hurtDir: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `hurt_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hurtDuration` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:280:9
[INFO] [stderr]     |
[INFO] [stderr] 280 |     pub hurtDuration: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `hurt_duration`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hurtTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:281:9
[INFO] [stderr]     |
[INFO] [stderr] 281 |     pub hurtTime: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `hurt_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `invulnerableDuration` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:282:9
[INFO] [stderr]     |
[INFO] [stderr] 282 |     pub invulnerableDuration: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_duration`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `invulnerableTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:283:9
[INFO] [stderr]     |
[INFO] [stderr] 283 |     pub invulnerableTime: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `invulnerable_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `lastHealth` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:284:9
[INFO] [stderr]     |
[INFO] [stderr] 284 |     pub lastHealth: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `last_health`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `oRun` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:285:9
[INFO] [stderr]     |
[INFO] [stderr] 285 |     pub oRun: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `o_run`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `oTilt` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:286:9
[INFO] [stderr]     |
[INFO] [stderr] 286 |     pub oTilt: Option<f32>,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `o_tilt`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `renderOffset` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:287:9
[INFO] [stderr]     |
[INFO] [stderr] 287 |     pub renderOffset: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `render_offset`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rotA` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:289:9
[INFO] [stderr]     |
[INFO] [stderr] 289 |     pub rotA: Option<f32>,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `rot_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `rotOffs` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:290:9
[INFO] [stderr]     |
[INFO] [stderr] 290 |     pub rotOffs: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `rot_offs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `tickCount` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:293:9
[INFO] [stderr]     |
[INFO] [stderr] 293 |     pub tickCount: Option<i32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `timeOffs` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:295:9
[INFO] [stderr]     |
[INFO] [stderr] 295 |     pub timeOffs: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `time_offs`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yBodyRot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:296:9
[INFO] [stderr]     |
[INFO] [stderr] 296 |     pub yBodyRot: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `y_body_rot`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yBodyRotO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:297:9
[INFO] [stderr]     |
[INFO] [stderr] 297 |     pub yBodyRotO: Option<f32>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `y_body_rot_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `modelName` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:299:9
[INFO] [stderr]     |
[INFO] [stderr] 299 |     pub modelName: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `model_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `textureName` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:300:9
[INFO] [stderr]     |
[INFO] [stderr] 300 |     pub textureName: Option<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `texture_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `grazeO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:360:9
[INFO] [stderr]     |
[INFO] [stderr] 360 |     pub grazeO: f32,
[INFO] [stderr]     |         ^^^^^^ help: convert the identifier to snake case: `graze_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `grazingTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:362:9
[INFO] [stderr]     |
[INFO] [stderr] 362 |     pub grazingTime: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `grazing_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hasFur` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:363:9
[INFO] [stderr]     |
[INFO] [stderr] 363 |     pub hasFur: bool,
[INFO] [stderr]     |         ^^^^^^ help: convert the identifier to snake case: `has_fur`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |     pub quadrapedMob: QuadrapedMob
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:369:9
[INFO] [stderr]     |
[INFO] [stderr] 369 |     pub quadrapedMob: QuadrapedMob
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `humanoidMob` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:379:9
[INFO] [stderr]     |
[INFO] [stderr] 379 |     pub humanoidMob: HumanoidMob
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `humanoid_mob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `quadrapedMob` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:389:9
[INFO] [stderr]     |
[INFO] [stderr] 389 |     pub quadrapedMob: QuadrapedMob
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `quadraped_mob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `oBob` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:396:9
[INFO] [stderr]     |
[INFO] [stderr] 396 |     pub oBob: f32,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `o_bob`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `userType` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:398:9
[INFO] [stderr]     |
[INFO] [stderr] 398 |     pub userType: u8,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `user_type`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `tickCount` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:408:9
[INFO] [stderr]     |
[INFO] [stderr] 408 |     pub tickCount: i32,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `tick_count`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `hasHilt` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:419:9
[INFO] [stderr]     |
[INFO] [stderr] 419 |     pub hasHilt: bool,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `has_hilt`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `stickTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:420:9
[INFO] [stderr]     |
[INFO] [stderr] 420 |     pub stickTime: i32,
[INFO] [stderr]     |         ^^^^^^^^^ help: convert the identifier to snake case: `stick_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `xRot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:423:9
[INFO] [stderr]     |
[INFO] [stderr] 423 |     pub xRot: f32,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `x_rot`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `xRotO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:424:9
[INFO] [stderr]     |
[INFO] [stderr] 424 |     pub xRotO: f32,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `x_rot_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yRot` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:426:9
[INFO] [stderr]     |
[INFO] [stderr] 426 |     pub yRot: f32,
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `y_rot`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yRotO` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:427:9
[INFO] [stderr]     |
[INFO] [stderr] 427 |     pub yRotO: f32,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_o`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `lifeTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:456:9
[INFO] [stderr]     |
[INFO] [stderr] 456 |     pub lifeTime: i32,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `life_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `attackDelay` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:474:9
[INFO] [stderr]     |
[INFO] [stderr] 474 |     pub attackDelay: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `attack_delay`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `noActionTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:476:9
[INFO] [stderr]     |
[INFO] [stderr] 476 |     pub noActionTime: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `no_action_time`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `runSpeed` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:477:9
[INFO] [stderr]     |
[INFO] [stderr] 477 |     pub runSpeed: f32,
[INFO] [stderr]     |         ^^^^^^^^ help: convert the identifier to snake case: `run_speed`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `yRotA` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:479:9
[INFO] [stderr]     |
[INFO] [stderr] 479 |     pub yRotA: f32,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `y_rot_a`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `attackTarget` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:481:9
[INFO] [stderr]     |
[INFO] [stderr] 481 |     pub attackTarget: Box<Option<Entity>>,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `attack_target`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `haveNextNextGaussian` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:488:9
[INFO] [stderr]     |
[INFO] [stderr] 488 |     pub haveNextNextGaussian: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `have_next_next_gaussian`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `nextNextGaussian` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:489:9
[INFO] [stderr]     |
[INFO] [stderr] 489 |     pub nextNextGaussian: f64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `next_next_gaussian`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `popTime` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:497:9
[INFO] [stderr]     |
[INFO] [stderr] 497 |     pub popTime: Vec<i32>,
[INFO] [stderr]     |         ^^^^^^^ help: convert the identifier to snake case: `pop_time`
[INFO] [stderr] 
[INFO] [stderr] warning: `mc-classic` (lib) generated 99 warnings (run `cargo fix --lib -p mc-classic` to apply 2 suggestions)
[INFO] [stderr] warning: `mc-classic` (lib test) generated 99 warnings (99 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mc_classic-1f366b976cd6b722)
[INFO] [stderr]    Doc-tests mc_classic
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]    --> src/serialize.rs:855:31
[INFO] [stderr]     |
[INFO] [stderr] 855 |         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stderr]     |                               ^                                            ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 855 -         self.handles[index] = (Object::NewClassDesc(new_class_desc.clone()));
[INFO] [stderr] 855 +         self.handles[index] = Object::NewClassDesc(new_class_desc.clone());
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[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" "2e1d866f1cab2dfc66ea9d7dc4fca52128e3a16ac71eb0676829f1ade3e3ca49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e1d866f1cab2dfc66ea9d7dc4fca52128e3a16ac71eb0676829f1ade3e3ca49", kill_on_drop: false }`
[INFO] [stdout] 2e1d866f1cab2dfc66ea9d7dc4fca52128e3a16ac71eb0676829f1ade3e3ca49
