[INFO] fetching crate ib_client 1.0.0... [INFO] testing ib_client-1.0.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking 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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a3e5366dd9f0fb691bf467e7adf663b76df1fe2a438014c11b4aac382f3cc7b [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" "4a3e5366dd9f0fb691bf467e7adf663b76df1fe2a438014c11b4aac382f3cc7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a3e5366dd9f0fb691bf467e7adf663b76df1fe2a438014c11b4aac382f3cc7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a3e5366dd9f0fb691bf467e7adf663b76df1fe2a438014c11b4aac382f3cc7b", kill_on_drop: false }` [INFO] [stdout] 4a3e5366dd9f0fb691bf467e7adf663b76df1fe2a438014c11b4aac382f3cc7b [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" "+1.60.0" "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] 66195e9f19e11579e017aefcb3552ddd4cbfd731a2c85ade05b4d8be40073bc5 [INFO] running `Command { std: "docker" "start" "-a" "66195e9f19e11579e017aefcb3552ddd4cbfd731a2c85ade05b4d8be40073bc5", 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 57.76s [INFO] running `Command { std: "docker" "inspect" "66195e9f19e11579e017aefcb3552ddd4cbfd731a2c85ade05b4d8be40073bc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66195e9f19e11579e017aefcb3552ddd4cbfd731a2c85ade05b4d8be40073bc5", kill_on_drop: false }` [INFO] [stdout] 66195e9f19e11579e017aefcb3552ddd4cbfd731a2c85ade05b4d8be40073bc5 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 541c2ace4a19646932e8e2fffece1dba9f2cf884d00131122e22bf18afd8832e [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" "541c2ace4a19646932e8e2fffece1dba9f2cf884d00131122e22bf18afd8832e", 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] [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] [stderr] Compiling ib_client v1.0.0 (/opt/rustwide/workdir) [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 15.02s [INFO] running `Command { std: "docker" "inspect" "541c2ace4a19646932e8e2fffece1dba9f2cf884d00131122e22bf18afd8832e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "541c2ace4a19646932e8e2fffece1dba9f2cf884d00131122e22bf18afd8832e", kill_on_drop: false }` [INFO] [stdout] 541c2ace4a19646932e8e2fffece1dba9f2cf884d00131122e22bf18afd8832e [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" "+1.60.0" "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] 3e00dc9d7c3b446113342b6290a484acdba94924be40437f2afde755cf530ad9 [INFO] running `Command { std: "docker" "start" "-a" "3e00dc9d7c3b446113342b6290a484acdba94924be40437f2afde755cf530ad9", 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] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [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.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ib_client-bc7814dc6c07bb85) [INFO] [stdout] [INFO] [stderr] Doc-tests ib_client [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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" "3e00dc9d7c3b446113342b6290a484acdba94924be40437f2afde755cf530ad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e00dc9d7c3b446113342b6290a484acdba94924be40437f2afde755cf530ad9", kill_on_drop: false }` [INFO] [stdout] 3e00dc9d7c3b446113342b6290a484acdba94924be40437f2afde755cf530ad9