[INFO] fetching crate pt 1.0.1... [INFO] documenting pt-1.0.1 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate pt 1.0.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate pt 1.0.1 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate pt 1.0.1 [INFO] finished tweaking crates.io crate pt 1.0.1 [INFO] tweaked toml for crates.io crate pt 1.0.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81c3e76073d087ee946be5ed18e4c17545c1e61b7808a5d9abb136c3f5428ab8 [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" "81c3e76073d087ee946be5ed18e4c17545c1e61b7808a5d9abb136c3f5428ab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81c3e76073d087ee946be5ed18e4c17545c1e61b7808a5d9abb136c3f5428ab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81c3e76073d087ee946be5ed18e4c17545c1e61b7808a5d9abb136c3f5428ab8", kill_on_drop: false }` [INFO] [stdout] 81c3e76073d087ee946be5ed18e4c17545c1e61b7808a5d9abb136c3f5428ab8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6a54d070eedc9e9f6425c87f078eb77fef9bd163476479cf0364e490bd134a8 [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" "e6a54d070eedc9e9f6425c87f078eb77fef9bd163476479cf0364e490bd134a8", kill_on_drop: false }` [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking chrono v0.4.15 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Checking headers v0.3.2 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking hyper v0.13.7 [INFO] [stderr] Documenting pt v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | T: Option, // AAPL [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn set_T(&mut self, T: String) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `set_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn set_T(&mut self, T: String) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn with_T(mut self, T: String) -> Aggv2 { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `with_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:58:27 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn with_T(mut self, T: String) -> Aggv2 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn T(&self) -> Option<&String> { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `reset_T` should have a snake case name [INFO] [stdout] --> src/models/aggv2.rs:67:10 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn reset_T(&mut self) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `reset_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set__type` should have a snake case name [INFO] [stdout] --> src/models/crypto_exchange.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn set__type(&mut self, _type: String) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with__type` should have a snake case name [INFO] [stdout] --> src/models/crypto_exchange.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn with__type(mut self, _type: String) -> CryptoExchange { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set__type` should have a snake case name [INFO] [stdout] --> src/models/dividend.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn set__type(&mut self, _type: String) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with__type` should have a snake case name [INFO] [stdout] --> src/models/dividend.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn with__type(mut self, _type: String) -> Dividend { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `reset__type` should have a snake case name [INFO] [stdout] --> src/models/dividend.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn reset__type(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `reset_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set__type` should have a snake case name [INFO] [stdout] --> src/models/exchange.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn set__type(&mut self, _type: String) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with__type` should have a snake case name [INFO] [stdout] --> src/models/exchange.rs:66:10 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn with__type(mut self, _type: String) -> Exchange { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | P: f32, // 121.0 [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | S: i64, // 3 [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(p: f32, s: i64, P: f32, S: i64, t: i64, ) -> StocksSnapshotQuote { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(p: f32, s: i64, P: f32, S: i64, t: i64, ) -> StocksSnapshotQuote { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn set_P(&mut self, P: f32) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `set_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:73:27 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn set_P(&mut self, P: f32) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn with_P(mut self, P: f32) -> StocksSnapshotQuote { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `with_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn with_P(mut self, P: f32) -> StocksSnapshotQuote { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn P(&self) -> &f32 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn set_S(&mut self, S: i64) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `set_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn set_S(&mut self, S: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn with_S(mut self, S: i64) -> StocksSnapshotQuote { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `with_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn with_S(mut self, S: i64) -> StocksSnapshotQuote { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_snapshot_quote.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn S(&self) -> &i64 { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | T: Option, // AAPL [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:43:3 [INFO] [stdout] | [INFO] [stdout] 43 | P: f32, // 223.001 [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:45:3 [INFO] [stdout] | [INFO] [stdout] 45 | X: i64, // 11 [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | S: i64, // 100 [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:53:54 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(t: i64, q: i64, p: f32, x: i64, s: i64, P: f32, X: i64, S: i64, z: i64, ) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:53:62 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(t: i64, q: i64, p: f32, x: i64, s: i64, P: f32, X: i64, S: i64, z: i64, ) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:53:70 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn new(t: i64, q: i64, p: f32, x: i64, s: i64, P: f32, X: i64, S: i64, z: i64, ) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn set_T(&mut self, T: String) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `set_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn set_T(&mut self, T: String) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn with_T(mut self, T: String) -> StocksV2Nbbo { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `with_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn with_T(mut self, T: String) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn T(&self) -> Option<&String> { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `reset_T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn reset_T(&mut self) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `reset_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn set_P(&mut self, P: f32) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `set_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:227:27 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn set_P(&mut self, P: f32) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:231:10 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn with_P(mut self, P: f32) -> StocksV2Nbbo { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `with_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:231:27 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn with_P(mut self, P: f32) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `P` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:236:10 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn P(&self) -> &f32 { [INFO] [stdout] | ^ help: convert the identifier to snake case: `p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:241:10 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn set_X(&mut self, X: i64) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `set_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn set_X(&mut self, X: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn with_X(mut self, X: i64) -> StocksV2Nbbo { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `with_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn with_X(mut self, X: i64) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `X` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:250:10 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn X(&self) -> &i64 { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn set_S(&mut self, S: i64) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `set_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:255:27 [INFO] [stdout] | [INFO] [stdout] 255 | pub fn set_S(&mut self, S: i64) { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn with_S(mut self, S: i64) -> StocksV2Nbbo { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `with_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:259:27 [INFO] [stdout] | [INFO] [stdout] 259 | pub fn with_S(mut self, S: i64) -> StocksV2Nbbo { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `S` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_nbbo.rs:264:10 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn S(&self) -> &i64 { [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | T: Option, // AAPL [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:63:10 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn set_T(&mut self, T: String) { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `set_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn set_T(&mut self, T: String) { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:67:10 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn with_T(mut self, T: String) -> StocksV2Trade { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `with_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:67:27 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn with_T(mut self, T: String) -> StocksV2Trade { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn T(&self) -> Option<&String> { [INFO] [stdout] | ^ help: convert the identifier to snake case: `t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `reset_T` should have a snake case name [INFO] [stdout] --> src/models/stocks_v2_trade.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn reset_T(&mut self) { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `reset_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set__type` should have a snake case name [INFO] [stdout] --> src/models/symbol.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn set__type(&mut self, _type: String) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `set_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with__type` should have a snake case name [INFO] [stdout] --> src/models/symbol.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn with__type(mut self, _type: String) -> Symbol { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `with_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.23s [INFO] running `Command { std: "docker" "inspect" "e6a54d070eedc9e9f6425c87f078eb77fef9bd163476479cf0364e490bd134a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6a54d070eedc9e9f6425c87f078eb77fef9bd163476479cf0364e490bd134a8", kill_on_drop: false }` [INFO] [stdout] e6a54d070eedc9e9f6425c87f078eb77fef9bd163476479cf0364e490bd134a8