[INFO] cloning repository https://github.com/ayourtch/bsky-play [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ayourtch/bsky-play" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch%2Fbsky-play", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch%2Fbsky-play'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff0aa41f1b1a1692bc083f7f01d21ada0bb019ef [INFO] checking ayourtch/bsky-play against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch%2Fbsky-play" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ayourtch/bsky-play [INFO] finished tweaking git repo https://github.com/ayourtch/bsky-play [INFO] tweaked toml for git repo https://github.com/ayourtch/bsky-play written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ayourtch/bsky-play on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ayourtch/bsky-play already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minreq v2.12.0 [INFO] [stderr] Downloaded tungstenite v0.16.0 [INFO] [stderr] Downloaded serde_with v3.11.0 [INFO] [stderr] Downloaded serde_with_macros v3.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e8c1c917b65c8f28be037acbf22b1b351d32d91aa1e2a687150195a1448d2bb [INFO] running `Command { std: "docker" "start" "-a" "3e8c1c917b65c8f28be037acbf22b1b351d32d91aa1e2a687150195a1448d2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e8c1c917b65c8f28be037acbf22b1b351d32d91aa1e2a687150195a1448d2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e8c1c917b65c8f28be037acbf22b1b351d32d91aa1e2a687150195a1448d2bb", kill_on_drop: false }` [INFO] [stdout] 3e8c1c917b65c8f28be037acbf22b1b351d32d91aa1e2a687150195a1448d2bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d95e76c843a1e9e797a55f6e1fff7ccfe25b295e4bcc64fab1282cdce5dff28a [INFO] running `Command { std: "docker" "start" "-a" "d95e76c843a1e9e797a55f6e1fff7ccfe25b295e4bcc64fab1282cdce5dff28a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Checking itoa v1.0.13 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking os_str_bytes v6.6.1 [INFO] [stderr] Compiling minreq v2.12.0 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking clap v3.2.25 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking zerofrom v0.1.5 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling serde_with_macros v3.11.0 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Checking serde_json v1.0.133 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking serde_with v3.11.0 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking serde_yaml v0.8.26 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking blexicon v0.1.0 (/opt/rustwide/workdir/blexicon) [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> blexicon/src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Duration` and `SystemTime` [INFO] [stdout] --> blexicon/src/main.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use std::time::{Duration, SystemTime}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking url v2.5.4 [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> blexicon/src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Duration` and `SystemTime` [INFO] [stdout] --> blexicon/src/main.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use std::time::{Duration, SystemTime}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tungstenite v0.16.0 [INFO] [stdout] warning: unused variable: `inner_obj` [INFO] [stdout] --> blexicon/src/main.rs:216:45 [INFO] [stdout] | [INFO] [stdout] 216 | LexiconDataType::Object(inner_obj) => { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_obj` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TimeType` is never constructed [INFO] [stdout] --> blexicon/src/main.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | struct TimeType { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LexiconTypeDef` is never constructed [INFO] [stdout] --> blexicon/src/main.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | struct LexiconTypeDef {} [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub maxLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `max_length` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub minLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `min_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub maxLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `max_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | maxLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `max_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | minLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `min_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxGraphemes` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | maxGraphemes: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `max_graphemes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minGraphemes` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | minGraphemes: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `min_graphemes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `knownValues` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | knownValues: Option>, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `known_values` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxSize` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | maxSize: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `max_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `inner_obj` [INFO] [stdout] --> blexicon/src/main.rs:216:45 [INFO] [stdout] | [INFO] [stdout] 216 | LexiconDataType::Object(inner_obj) => { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_inner_obj` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TimeType` is never constructed [INFO] [stdout] --> blexicon/src/main.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | struct TimeType { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LexiconTypeDef` is never constructed [INFO] [stdout] --> blexicon/src/main.rs:181:8 [INFO] [stdout] | [INFO] [stdout] 181 | struct LexiconTypeDef {} [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub maxLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `max_length` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub minLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `min_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub maxLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `max_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | maxLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `max_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minLength` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | minLength: Option, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `min_length` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxGraphemes` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | maxGraphemes: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `max_graphemes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `minGraphemes` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | minGraphemes: Option, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `min_graphemes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `knownValues` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | knownValues: Option>, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `known_values` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `maxSize` should have a snake case name [INFO] [stdout] --> blexicon/src/main.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | maxSize: Option, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `max_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking firehose v0.1.0 (/opt/rustwide/workdir/firehose) [INFO] [stdout] warning: type `repoOp` should have an upper camel case name [INFO] [stdout] --> firehose/src/main.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct repoOp { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `RepoOp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `repoOp` should have an upper camel case name [INFO] [stdout] --> firehose/src/main.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub struct repoOp { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `RepoOp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `response` [INFO] [stdout] --> firehose/src/main.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | let (mut socket, response) = connect(Url::parse(uri).unwrap()).expect("Can't connect"); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `tooBig` should have a snake case name [INFO] [stdout] --> firehose/src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub tooBig: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `too_big` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `response` [INFO] [stdout] --> firehose/src/main.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | let (mut socket, response) = connect(Url::parse(uri).unwrap()).expect("Can't connect"); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `tooBig` should have a snake case name [INFO] [stdout] --> firehose/src/main.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub tooBig: Option, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `too_big` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.03s [INFO] running `Command { std: "docker" "inspect" "d95e76c843a1e9e797a55f6e1fff7ccfe25b295e4bcc64fab1282cdce5dff28a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d95e76c843a1e9e797a55f6e1fff7ccfe25b295e4bcc64fab1282cdce5dff28a", kill_on_drop: false }` [INFO] [stdout] d95e76c843a1e9e797a55f6e1fff7ccfe25b295e4bcc64fab1282cdce5dff28a