[INFO] cloning repository https://github.com/notseanray/blather [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/notseanray/blather" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotseanray%2Fblather", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotseanray%2Fblather'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e822c82d3d0fb9dd454d4fd2e8b916a8ea19102f [INFO] testing notseanray/blather against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotseanray%2Fblather" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/notseanray/blather on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/notseanray/blather [INFO] finished tweaking git repo https://github.com/notseanray/blather [INFO] tweaked toml for git repo https://github.com/notseanray/blather written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/notseanray/blather 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iana-time-zone v0.1.50 [INFO] [stderr] Downloaded firestore-db-and-auth v0.6.1 [INFO] [stderr] Downloaded actix-web-actors v4.1.0 [INFO] [stderr] Downloaded actix-cors v0.6.3 [INFO] [stderr] Downloaded biscuit v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 028092789e6d52b9d1124257c9cda258270b10ba5dac7f961054df62259691ee [INFO] running `Command { std: "docker" "start" "-a" "028092789e6d52b9d1124257c9cda258270b10ba5dac7f961054df62259691ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "028092789e6d52b9d1124257c9cda258270b10ba5dac7f961054df62259691ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "028092789e6d52b9d1124257c9cda258270b10ba5dac7f961054df62259691ee", kill_on_drop: false }` [INFO] [stdout] 028092789e6d52b9d1124257c9cda258270b10ba5dac7f961054df62259691ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4eed81805445930c8dddb5b263af39dbbad2f9eeeb27abcd83600539b18b70df [INFO] running `Command { std: "docker" "start" "-a" "4eed81805445930c8dddb5b263af39dbbad2f9eeeb27abcd83600539b18b70df", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.134 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling proc-macro2 v1.0.46 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.101 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.15.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.145 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling serde v1.0.145 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.76 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling cookie v0.16.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling time v0.3.15 [INFO] [stderr] Compiling libgit2-sys v0.14.0+1.5.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling iana-time-zone v0.1.50 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling blake3 v1.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling globset v0.4.9 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling async_once v0.2.6 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling actix-web-codegen v4.1.0 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling tokio-rustls v0.14.1 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling actix v0.13.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling biscuit v0.5.0 [INFO] [stderr] Compiling git2 v0.15.0 [INFO] [stderr] Compiling hyper-rustls v0.21.0 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling firestore-db-and-auth v0.6.1 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling actix-http v3.2.2 [INFO] [stderr] Compiling actix-web v4.2.1 [INFO] [stderr] Compiling actix-cors v0.6.3 [INFO] [stderr] Compiling actix-web-actors v4.1.0 [INFO] [stderr] Compiling blather v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::git::CommitPoint` [INFO] [stdout] --> src/firebase.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::git::CommitPoint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/main.rs:247:26 [INFO] [stdout] | [INFO] [stdout] 247 | async fn new_json_backup(req: HttpRequest) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/main.rs:251:25 [INFO] [stdout] | [INFO] [stdout] 251 | async fn new_bin_backup(req: HttpRequest) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/main.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | async fn refresh_session(req: HttpRequest) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `week` [INFO] [stdout] --> src/main.rs:196:17 [INFO] [stdout] | [INFO] [stdout] 196 | let week: u8 = match args[2].parse() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_week` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sessions` is never read [INFO] [stdout] --> src/main.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 142 | struct ConnectedClients { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 143 | sessions: HashMap>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConnectedClients` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `hb`, `req`, and `name` are never read [INFO] [stdout] --> src/main.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 150 | struct WsMsg { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 151 | pub hb: Instant, [INFO] [stdout] | ^^ [INFO] [stdout] 152 | pub req: AtomicU64, [INFO] [stdout] | ^^^ [INFO] [stdout] 153 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STORED_LENGTH` is never used [INFO] [stdout] --> src/firebase.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | const STORED_LENGTH: usize = 8; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cred` and `session` are never read [INFO] [stdout] --> src/firebase.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) struct Firebase { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 58 | cred: Credentials, [INFO] [stdout] | ^^^^ [INFO] [stdout] 59 | session: ServiceSession, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `refresh_session` and `fetch_registration` are never used [INFO] [stdout] --> src/firebase.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 62 | impl Firebase { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 70 | pub(crate) fn refresh_session(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | pub(crate) fn fetch_registration(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `message` are never read [INFO] [stdout] --> src/git.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct CommitPoint { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 7 | id: Vec, [INFO] [stdout] | ^^ [INFO] [stdout] 8 | message: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommitPoint` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `size`, `document_count`, and `data_hash` are never read [INFO] [stdout] --> src/storage.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct BinSet { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 8 | timestamp: u64, [INFO] [stdout] 9 | size: u64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 10 | document_count: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 11 | data_hash: [u8; 32], [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BinSet` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `max_size` is never read [INFO] [stdout] --> src/storage.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) struct Storage { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 45 | max_size: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `new_download` and `update` are never used [INFO] [stdout] --> src/storage.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 49 | impl Storage { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub(crate) fn new_download(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | fn update(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s [INFO] running `Command { std: "docker" "inspect" "4eed81805445930c8dddb5b263af39dbbad2f9eeeb27abcd83600539b18b70df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4eed81805445930c8dddb5b263af39dbbad2f9eeeb27abcd83600539b18b70df", kill_on_drop: false }` [INFO] [stdout] 4eed81805445930c8dddb5b263af39dbbad2f9eeeb27abcd83600539b18b70df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98fcc4fca8e1564b5b540bee2a6e7b8870e875a7eb6189470546bf220d40c5b5 [INFO] running `Command { std: "docker" "start" "-a" "98fcc4fca8e1564b5b540bee2a6e7b8870e875a7eb6189470546bf220d40c5b5", kill_on_drop: false }` [INFO] [stderr] Compiling blather v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::git::CommitPoint` [INFO] [stdout] --> src/firebase.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::git::CommitPoint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/main.rs:247:26 [INFO] [stdout] | [INFO] [stdout] 247 | async fn new_json_backup(req: HttpRequest) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/main.rs:251:25 [INFO] [stdout] | [INFO] [stdout] 251 | async fn new_bin_backup(req: HttpRequest) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `req` [INFO] [stdout] --> src/main.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | async fn refresh_session(req: HttpRequest) -> Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `week` [INFO] [stdout] --> src/main.rs:196:17 [INFO] [stdout] | [INFO] [stdout] 196 | let week: u8 = match args[2].parse() { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_week` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `sessions` is never read [INFO] [stdout] --> src/main.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 142 | struct ConnectedClients { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 143 | sessions: HashMap>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConnectedClients` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `hb`, `req`, and `name` are never read [INFO] [stdout] --> src/main.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 150 | struct WsMsg { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 151 | pub hb: Instant, [INFO] [stdout] | ^^ [INFO] [stdout] 152 | pub req: AtomicU64, [INFO] [stdout] | ^^^ [INFO] [stdout] 153 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `STORED_LENGTH` is never used [INFO] [stdout] --> src/firebase.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | const STORED_LENGTH: usize = 8; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cred` and `session` are never read [INFO] [stdout] --> src/firebase.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) struct Firebase { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 58 | cred: Credentials, [INFO] [stdout] | ^^^^ [INFO] [stdout] 59 | session: ServiceSession, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `refresh_session` and `fetch_registration` are never used [INFO] [stdout] --> src/firebase.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 62 | impl Firebase { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 70 | pub(crate) fn refresh_session(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | pub(crate) fn fetch_registration(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `message` are never read [INFO] [stdout] --> src/git.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct CommitPoint { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 7 | id: Vec, [INFO] [stdout] | ^^ [INFO] [stdout] 8 | message: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommitPoint` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `size`, `document_count`, and `data_hash` are never read [INFO] [stdout] --> src/storage.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct BinSet { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 8 | timestamp: u64, [INFO] [stdout] 9 | size: u64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 10 | document_count: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 11 | data_hash: [u8; 32], [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BinSet` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `max_size` is never read [INFO] [stdout] --> src/storage.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 44 | pub(crate) struct Storage { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 45 | max_size: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `new_download` and `update` are never used [INFO] [stdout] --> src/storage.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 49 | impl Storage { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub(crate) fn new_download(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | fn update(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.20s [INFO] running `Command { std: "docker" "inspect" "98fcc4fca8e1564b5b540bee2a6e7b8870e875a7eb6189470546bf220d40c5b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98fcc4fca8e1564b5b540bee2a6e7b8870e875a7eb6189470546bf220d40c5b5", kill_on_drop: false }` [INFO] [stdout] 98fcc4fca8e1564b5b540bee2a6e7b8870e875a7eb6189470546bf220d40c5b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 679a553e9e363b5f1d1c9504d83f89b4400ddc24c7ea1185e717817548aa29cd [INFO] running `Command { std: "docker" "start" "-a" "679a553e9e363b5f1d1c9504d83f89b4400ddc24c7ea1185e717817548aa29cd", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::git::CommitPoint` [INFO] [stderr] --> src/firebase.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::git::CommitPoint; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/main.rs:247:26 [INFO] [stderr] | [INFO] [stderr] 247 | async fn new_json_backup(req: HttpRequest) -> Result { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/main.rs:251:25 [INFO] [stderr] | [INFO] [stderr] 251 | async fn new_bin_backup(req: HttpRequest) -> Result { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/main.rs:255:26 [INFO] [stderr] | [INFO] [stderr] 255 | async fn refresh_session(req: HttpRequest) -> Result { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_req` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `week` [INFO] [stderr] --> src/main.rs:196:17 [INFO] [stderr] | [INFO] [stderr] 196 | let week: u8 = match args[2].parse() { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_week` [INFO] [stderr] [INFO] [stderr] warning: field `sessions` is never read [INFO] [stderr] --> src/main.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 142 | struct ConnectedClients { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 143 | sessions: HashMap>, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ConnectedClients` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `hb`, `req`, and `name` are never read [INFO] [stderr] --> src/main.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 150 | struct WsMsg { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 151 | pub hb: Instant, [INFO] [stderr] | ^^ [INFO] [stderr] 152 | pub req: AtomicU64, [INFO] [stderr] | ^^^ [INFO] [stderr] 153 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `STORED_LENGTH` is never used [INFO] [stderr] --> src/firebase.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | const STORED_LENGTH: usize = 8; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `cred` and `session` are never read [INFO] [stderr] --> src/firebase.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) struct Firebase { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] 58 | cred: Credentials, [INFO] [stderr] | ^^^^ [INFO] [stderr] 59 | session: ServiceSession, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `refresh_session` and `fetch_registration` are never used [INFO] [stderr] --> src/firebase.rs:70:19 [INFO] [stderr] | [INFO] [stderr] 62 | impl Firebase { [INFO] [stderr] | ------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 70 | pub(crate) fn refresh_session(&mut self) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 75 | pub(crate) fn fetch_registration(&self) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `id` and `message` are never read [INFO] [stderr] --> src/git.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct CommitPoint { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 7 | id: Vec, [INFO] [stderr] | ^^ [INFO] [stderr] 8 | message: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CommitPoint` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `size`, `document_count`, and `data_hash` are never read [INFO] [stderr] --> src/storage.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct BinSet { [INFO] [stderr] | ------ fields in this struct [INFO] [stderr] 8 | timestamp: u64, [INFO] [stderr] 9 | size: u64, [INFO] [stderr] | ^^^^ [INFO] [stderr] 10 | document_count: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 11 | data_hash: [u8; 32], [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BinSet` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `max_size` is never read [INFO] [stderr] --> src/storage.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 44 | pub(crate) struct Storage { [INFO] [stderr] | ------- field in this struct [INFO] [stderr] 45 | max_size: f32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `new_download` and `update` are never used [INFO] [stderr] --> src/storage.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 49 | impl Storage { [INFO] [stderr] | ------------ methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 60 | pub(crate) fn new_download(&mut self) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 68 | fn update(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `blather` (bin "blather" test) generated 14 warnings (run `cargo fix --bin "blather" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/blather-17184e71a9a50067) [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" "679a553e9e363b5f1d1c9504d83f89b4400ddc24c7ea1185e717817548aa29cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "679a553e9e363b5f1d1c9504d83f89b4400ddc24c7ea1185e717817548aa29cd", kill_on_drop: false }` [INFO] [stdout] 679a553e9e363b5f1d1c9504d83f89b4400ddc24c7ea1185e717817548aa29cd