[INFO] fetching crate ib_client 1.0.0... [INFO] testing ib_client-1.0.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ib_client 1.0.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate ib_client 1.0.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ib_client 1.0.0 [INFO] finished tweaking crates.io crate ib_client 1.0.0 [INFO] tweaked toml for crates.io crate ib_client 1.0.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab02eacea2db8c15d46f1fedc10dfab97c7639377409b1ff851ee3f88a5c16bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ab02eacea2db8c15d46f1fedc10dfab97c7639377409b1ff851ee3f88a5c16bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab02eacea2db8c15d46f1fedc10dfab97c7639377409b1ff851ee3f88a5c16bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab02eacea2db8c15d46f1fedc10dfab97c7639377409b1ff851ee3f88a5c16bf", kill_on_drop: false }` [INFO] [stdout] ab02eacea2db8c15d46f1fedc10dfab97c7639377409b1ff851ee3f88a5c16bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4f8435a06c2ab61834e61eb480fa4403214da175e734961b9027bb0fdac900f2 [INFO] running `Command { std: "docker" "start" "-a" "4f8435a06c2ab61834e61eb480fa4403214da175e734961b9027bb0fdac900f2", kill_on_drop: false }` [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling ib_client v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `BN` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_1.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub BN: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `bn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub A: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub FC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub H: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FD` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub FD: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `fd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FN` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub FN: Option, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 30 | pub r#fn: Option, [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ORTH` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub ORTH: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `orth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub SP: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub LP: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub PC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TA` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TA: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TU` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub TU: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ROA` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub ROA: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `roa` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ROP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub ROP: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `rop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub TT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `UNP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub UNP: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `unp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_3.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub DT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_3.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub FC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `BASE` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_30.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub BASE: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ACCTID` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_31.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub ACCTID: Option>, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `acctid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LOGIN_TYPE` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub LOGIN_TYPE: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `login_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `USER_NAME` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub USER_NAME: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `user_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `USER_ID` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub USER_ID: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `user_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RESULT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub RESULT: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AUTH_TIME` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub AUTH_TIME: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `auth_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_4.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub T: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `V` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_4.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub V: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub M: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `E` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub E: Option>, [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `NM` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub NM: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `nm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `I` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub I: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `UI` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub UI: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub A: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `V` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub V: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub T: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TT` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub TT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `P` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub P: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.36s [INFO] running `Command { std: "docker" "inspect" "4f8435a06c2ab61834e61eb480fa4403214da175e734961b9027bb0fdac900f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8435a06c2ab61834e61eb480fa4403214da175e734961b9027bb0fdac900f2", kill_on_drop: false }` [INFO] [stdout] 4f8435a06c2ab61834e61eb480fa4403214da175e734961b9027bb0fdac900f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbd18329a8d5f95486d355c5a64885b0208447c03537ce23890c6f2cedbbbad4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fbd18329a8d5f95486d355c5a64885b0208447c03537ce23890c6f2cedbbbad4", kill_on_drop: false }` [INFO] [stdout] warning: structure field `BN` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_1.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub BN: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `bn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub A: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub FC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub H: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FD` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub FD: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `fd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FN` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub FN: Option, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 30 | pub r#fn: Option, [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ORTH` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub ORTH: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `orth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub SP: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub LP: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub PC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TA` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TA: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TU` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub TU: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ROA` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub ROA: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `roa` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ROP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub ROP: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `rop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub TT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `UNP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub UNP: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `unp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_3.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub DT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_3.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub FC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `BASE` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_30.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub BASE: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ACCTID` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_31.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub ACCTID: Option>, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `acctid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LOGIN_TYPE` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub LOGIN_TYPE: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `login_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `USER_NAME` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub USER_NAME: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `user_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `USER_ID` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub USER_ID: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `user_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RESULT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub RESULT: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AUTH_TIME` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub AUTH_TIME: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `auth_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_4.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub T: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ib_client v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `V` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_4.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub V: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub M: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `E` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub E: Option>, [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `NM` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub NM: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `nm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `I` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub I: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `UI` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub UI: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub A: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `V` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub V: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub T: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TT` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub TT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `P` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub P: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `BN` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_1.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub BN: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `bn` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub A: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub FC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `H` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub H: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FD` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub FD: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `fd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FN` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_2.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub FN: Option, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stdout] | [INFO] [stdout] 30 | pub r#fn: Option, [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ORTH` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub ORTH: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `orth` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `SP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub SP: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub LP: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `lp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `PC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub PC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TA` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub TA: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `ta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TU` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub TU: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tu` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ROA` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub ROA: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `roa` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ROP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub ROP: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `rop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub TT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `UNP` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_22_string.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | pub UNP: Option, [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `unp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `DT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_3.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub DT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `FC` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_3.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub FC: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `BASE` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_30.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub BASE: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `ACCTID` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_31.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub ACCTID: Option>, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `acctid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `LOGIN_TYPE` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub LOGIN_TYPE: Option, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `login_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `USER_NAME` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub USER_NAME: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `user_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `USER_ID` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub USER_ID: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `user_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RESULT` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub RESULT: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `AUTH_TIME` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_32.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub AUTH_TIME: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `auth_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_4.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub T: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `V` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_4.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub V: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `M` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub M: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `E` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub E: Option>, [INFO] [stdout] | ^ help: convert the identifier to snake case: `e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `NM` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub NM: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `nm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `I` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub I: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `UI` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub UI: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `ui` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `A` should have a snake case name [INFO] [stdout] --> src/models/inline_response_200_5_e.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub A: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `V` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub V: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub T: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `TT` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub TT: Option, [INFO] [stdout] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `P` should have a snake case name [INFO] [stdout] --> src/models/stats_data.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub P: Option, [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.66s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ib_client-207645359fb49f67) [INFO] running `Command { std: "docker" "inspect" "fbd18329a8d5f95486d355c5a64885b0208447c03537ce23890c6f2cedbbbad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbd18329a8d5f95486d355c5a64885b0208447c03537ce23890c6f2cedbbbad4", kill_on_drop: false }` [INFO] [stdout] fbd18329a8d5f95486d355c5a64885b0208447c03537ce23890c6f2cedbbbad4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6dd70cfe40a029f84cc4aeb917e2762058b8951a8e62b84ccc25356d9c1ca4a3 [INFO] running `Command { std: "docker" "start" "-a" "6dd70cfe40a029f84cc4aeb917e2762058b8951a8e62b84ccc25356d9c1ca4a3", kill_on_drop: false }` [INFO] [stderr] warning: structure field `BN` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_1.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub BN: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `bn` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `A` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_2.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub A: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] [INFO] [stderr] warning: structure field `FC` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_2.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub FC: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stderr] [INFO] [stderr] warning: structure field `H` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_2.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub H: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `h` [INFO] [stderr] [INFO] [stderr] warning: structure field `FD` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_2.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub FD: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `fd` [INFO] [stderr] [INFO] [stderr] warning: structure field `FN` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_2.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub FN: Option, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] help: rename the identifier or convert it to a snake case raw identifier [INFO] [stderr] | [INFO] [stderr] 30 | pub r#fn: Option, [INFO] [stderr] | ~~~~ [INFO] [stderr] [INFO] [stderr] warning: structure field `ORTH` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub ORTH: Option, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `orth` [INFO] [stderr] [INFO] [stderr] warning: structure field `SP` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub SP: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `sp` [INFO] [stderr] [INFO] [stderr] warning: structure field `LP` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub LP: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `lp` [INFO] [stderr] [INFO] [stderr] warning: structure field `PC` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | pub PC: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `pc` [INFO] [stderr] [INFO] [stderr] warning: structure field `TA` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub TA: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `ta` [INFO] [stderr] [INFO] [stderr] warning: structure field `TU` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub TU: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `tu` [INFO] [stderr] [INFO] [stderr] warning: structure field `ROA` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | pub ROA: Option, [INFO] [stderr] | ^^^ help: convert the identifier to snake case: `roa` [INFO] [stderr] [INFO] [stderr] warning: structure field `ROP` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub ROP: Option, [INFO] [stderr] | ^^^ help: convert the identifier to snake case: `rop` [INFO] [stderr] [INFO] [stderr] warning: structure field `TT` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub TT: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stderr] [INFO] [stderr] warning: structure field `UNP` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_22_string.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | pub UNP: Option, [INFO] [stderr] | ^^^ help: convert the identifier to snake case: `unp` [INFO] [stderr] [INFO] [stderr] warning: structure field `DT` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_3.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub DT: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `dt` [INFO] [stderr] [INFO] [stderr] warning: structure field `FC` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_3.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub FC: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case (notice the capitalization): `fc` [INFO] [stderr] [INFO] [stderr] warning: structure field `BASE` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_30.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub BASE: Option, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `base` [INFO] [stderr] [INFO] [stderr] warning: structure field `ACCTID` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_31.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub ACCTID: Option>, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `acctid` [INFO] [stderr] [INFO] [stderr] warning: structure field `LOGIN_TYPE` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_32.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub LOGIN_TYPE: Option, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `login_type` [INFO] [stderr] [INFO] [stderr] warning: structure field `USER_NAME` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_32.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub USER_NAME: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `user_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `USER_ID` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_32.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub USER_ID: Option, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `user_id` [INFO] [stderr] [INFO] [stderr] warning: structure field `RESULT` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_32.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub RESULT: Option, [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `result` [INFO] [stderr] [INFO] [stderr] warning: structure field `AUTH_TIME` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_32.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub AUTH_TIME: Option, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `auth_time` [INFO] [stderr] [INFO] [stderr] warning: structure field `T` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_4.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub T: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `t` [INFO] [stderr] [INFO] [stderr] warning: structure field `V` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_4.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub V: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stderr] [INFO] [stderr] warning: structure field `M` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_5.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub M: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `m` [INFO] [stderr] [INFO] [stderr] warning: structure field `E` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_5.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub E: Option>, [INFO] [stderr] | ^ help: convert the identifier to snake case: `e` [INFO] [stderr] [INFO] [stderr] warning: structure field `NM` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_5_e.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub NM: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `nm` [INFO] [stderr] [INFO] [stderr] warning: structure field `I` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_5_e.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | pub I: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case (notice the capitalization): `i` [INFO] [stderr] [INFO] [stderr] warning: structure field `UI` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_5_e.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | pub UI: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case (notice the capitalization): `ui` [INFO] [stderr] [INFO] [stderr] warning: structure field `A` should have a snake case name [INFO] [stderr] --> src/models/inline_response_200_5_e.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub A: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `a` [INFO] [stderr] [INFO] [stderr] warning: structure field `V` should have a snake case name [INFO] [stderr] --> src/models/stats_data.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | pub V: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case (notice the capitalization): `v` [INFO] [stderr] [INFO] [stderr] warning: structure field `T` should have a snake case name [INFO] [stderr] --> src/models/stats_data.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | pub T: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `t` [INFO] [stderr] [INFO] [stderr] warning: structure field `TT` should have a snake case name [INFO] [stderr] --> src/models/stats_data.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | pub TT: Option, [INFO] [stderr] | ^^ help: convert the identifier to snake case: `tt` [INFO] [stderr] [INFO] [stderr] warning: structure field `P` should have a snake case name [INFO] [stderr] --> src/models/stats_data.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | pub P: Option, [INFO] [stderr] | ^ help: convert the identifier to snake case: `p` [INFO] [stderr] [INFO] [stderr] warning: `ib_client` (lib) generated 37 warnings [INFO] [stderr] warning: `ib_client` (lib test) generated 37 warnings (37 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ib_client-207645359fb49f67) [INFO] [stderr] Doc-tests ib_client [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] [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" "6dd70cfe40a029f84cc4aeb917e2762058b8951a8e62b84ccc25356d9c1ca4a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dd70cfe40a029f84cc4aeb917e2762058b8951a8e62b84ccc25356d9c1ca4a3", kill_on_drop: false }` [INFO] [stdout] 6dd70cfe40a029f84cc4aeb917e2762058b8951a8e62b84ccc25356d9c1ca4a3