[INFO] cloning repository https://github.com/trignomtry/fantastic-barnacle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trignomtry/fantastic-barnacle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrignomtry%2Ffantastic-barnacle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrignomtry%2Ffantastic-barnacle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ca0e3018ba2ced567c0087a61f164f14949aa239 [INFO] checking trignomtry/fantastic-barnacle against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrignomtry%2Ffantastic-barnacle" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/trignomtry/fantastic-barnacle [INFO] finished tweaking git repo https://github.com/trignomtry/fantastic-barnacle [INFO] tweaked toml for git repo https://github.com/trignomtry/fantastic-barnacle written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/trignomtry/fantastic-barnacle on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/trignomtry/fantastic-barnacle 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" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-ws v0.3.0 [INFO] [stderr] Downloaded finl_unicode v1.3.0 [INFO] [stderr] Downloaded actix-server v2.5.1 [INFO] [stderr] Downloaded rusqlite v0.36.0 [INFO] [stderr] Downloaded actix-http v3.10.0 [INFO] [stderr] Downloaded actix-web v4.10.2 [INFO] [stderr] Downloaded rustix v1.0.3 [INFO] [stderr] Downloaded rustrict v0.7.34 [INFO] [stderr] Downloaded linux-raw-sys v0.9.3 [INFO] [stderr] Downloaded libsqlite3-sys v0.34.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6 [INFO] running `Command { std: "docker" "start" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling openssl-sys v0.9.106 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Checking miniz_oxide v0.8.5 [INFO] [stderr] Checking tokio v1.44.1 [INFO] [stderr] Compiling time-macros v0.2.21 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Checking indexmap v2.8.0 [INFO] [stderr] Checking bytestring v1.4.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling openssl v0.10.71 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking flate2 v1.1.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling libsqlite3-sys v0.34.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking crossbeam-channel v0.5.14 [INFO] [stderr] Checking time v0.3.40 [INFO] [stderr] Compiling actix_derive v0.6.2 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling derive_more v0.99.19 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking finl_unicode v1.3.0 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking rustrict v0.7.34 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Checking actix-rt v2.10.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Checking actix-server v2.5.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking actix-codec v0.5.2 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking h2 v0.4.8 [INFO] [stderr] Checking actix v0.13.5 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking actix-http v3.10.0 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking hyper-util v0.1.10 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.15 [INFO] [stderr] Checking actix-web v4.10.2 [INFO] [stderr] Checking rusqlite v0.36.0 [INFO] [stderr] Checking actix-files v0.6.6 [INFO] [stderr] Checking actix-web-actors v4.3.1+deprecated [INFO] [stderr] Checking actix-ws v0.3.0 [INFO] [stderr] Checking class_game v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `conf` [INFO] [stdout] --> src/main.rs:126:60 [INFO] [stdout] | [INFO] [stdout] 126 | ... if let Ok(GameResponse::Config(conf)) = [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_conf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `conf` [INFO] [stdout] --> src/main.rs:126:60 [INFO] [stdout] | [INFO] [stdout] 126 | ... if let Ok(GameResponse::Config(conf)) = [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_conf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_key` [INFO] [stdout] --> src/main.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | let (app_key, set_id) = path.into_inner(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `set_id` [INFO] [stdout] --> src/main.rs:771:19 [INFO] [stdout] | [INFO] [stdout] 771 | let (app_key, set_id) = path.into_inner(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_key` [INFO] [stdout] --> src/main.rs:771:10 [INFO] [stdout] | [INFO] [stdout] 771 | let (app_key, set_id) = path.into_inner(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `set_id` [INFO] [stdout] --> src/main.rs:771:19 [INFO] [stdout] | [INFO] [stdout] 771 | let (app_key, set_id) = path.into_inner(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.50s [INFO] running `Command { std: "docker" "inspect" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6", kill_on_drop: false }` [INFO] [stdout] cc2bc4ac9a2e0ebdd4a7750f481408c5ecfb3e2513644fd591bfa1c9fb4e61c6