[INFO] cloning repository https://github.com/flammafex/freebird [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flammafex/freebird" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d53259ac03047789641b7344dbfa7561e3487883 [INFO] testing flammafex/freebird against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/flammafex/freebird [INFO] finished tweaking git repo https://github.com/flammafex/freebird [INFO] tweaked toml for git repo https://github.com/flammafex/freebird written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/flammafex/freebird on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/flammafex/freebird 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b6e84dfd175d4c344da559b0417a3e36359609b036506f15acddf6932875c4c [INFO] running `Command { std: "docker" "start" "-a" "6b6e84dfd175d4c344da559b0417a3e36359609b036506f15acddf6932875c4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b6e84dfd175d4c344da559b0417a3e36359609b036506f15acddf6932875c4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b6e84dfd175d4c344da559b0417a3e36359609b036506f15acddf6932875c4c", kill_on_drop: false }` [INFO] [stdout] 6b6e84dfd175d4c344da559b0417a3e36359609b036506f15acddf6932875c4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f09f55f4cea032bb32fded686128427f1442a78b401f1569657f020556d5267a [INFO] running `Command { std: "docker" "start" "-a" "f09f55f4cea032bb32fded686128427f1442a78b401f1569657f020556d5267a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling base64ct v1.8.0 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling cc v1.2.47 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling iri-string v0.7.9 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.1.0 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ff v0.13.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling nonempty v0.7.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling freebird-issuer v0.1.3 (/opt/rustwide/workdir/issuer) [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] warning: freebird-issuer@0.1.3: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling freebird-verifier v0.1.3 (/opt/rustwide/workdir/verifier) [INFO] [stderr] Compiling governor v0.8.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] warning: freebird-verifier@0.1.3: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rustls-pki-types v1.13.0 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling forwarded-header-value v0.1.1 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling freebird-crypto v0.1.3 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling freebird-common v0.1.3 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling freebird-interface v0.1.3 (/opt/rustwide/workdir/interface) [INFO] [stderr] Compiling tower_governor v0.5.0 [INFO] [stdout] warning: method `is_revoked` is never used [INFO] [stdout] --> verifier/src/federation.rs:568:14 [INFO] [stdout] | [INFO] [stdout] 110 | impl TrustGraph { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 568 | async fn is_revoked( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_future_time` [INFO] [stdout] --> verifier/src/main.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | let max_future_time = now + st.max_clock_skew_secs; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_future_time` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `suite` is never read [INFO] [stdout] --> verifier/src/main.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 60 | struct VoprfInfo { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 61 | suite: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VoprfInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `failed` is never read [INFO] [stdout] --> issuer/src/routes/batch_issue.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 59 | struct BatchMetrics { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 65 | failed: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BatchMetrics` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `port` is never read [INFO] [stdout] --> issuer/src/startup.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Application { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 30 | port: u16, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.22s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "f09f55f4cea032bb32fded686128427f1442a78b401f1569657f020556d5267a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f09f55f4cea032bb32fded686128427f1442a78b401f1569657f020556d5267a", kill_on_drop: false }` [INFO] [stdout] f09f55f4cea032bb32fded686128427f1442a78b401f1569657f020556d5267a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0588d3ca05790a9f8f925ac2103041fcb320af58b9c9cea004aaec95a2fdf224 [INFO] running `Command { std: "docker" "start" "-a" "0588d3ca05790a9f8f925ac2103041fcb320af58b9c9cea004aaec95a2fdf224", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerocopy-derive v0.8.28 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] warning: freebird-verifier@0.1.3: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] warning: freebird-issuer@0.1.3: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling freebird-crypto v0.1.3 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling governor v0.8.1 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling freebird-common v0.1.3 (/opt/rustwide/workdir/common) [INFO] [stdout] warning: unused import: `elliptic_curve::scalar::FromUintUnchecked` [INFO] [stdout] --> crypto/src/voprf/core.rs:275:9 [INFO] [stdout] | [INFO] [stdout] 275 | use elliptic_curve::scalar::FromUintUnchecked; [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 import: `elliptic_curve::bigint::U256` [INFO] [stdout] --> crypto/src/voprf/core.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | use elliptic_curve::bigint::U256; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `elliptic_curve::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> crypto/src/voprf/dleq.rs:219:68 [INFO] [stdout] | [INFO] [stdout] 219 | let c_modified = Scalar::reduce_bytes(&FieldBytes::clone_from_slice(&c_bytes)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling freebird-interface v0.1.3 (/opt/rustwide/workdir/interface) [INFO] [stderr] Compiling tower_governor v0.5.0 [INFO] [stderr] Compiling freebird-verifier v0.1.3 (/opt/rustwide/workdir/verifier) [INFO] [stderr] Compiling freebird-issuer v0.1.3 (/opt/rustwide/workdir/issuer) [INFO] [stdout] warning: method `is_revoked` is never used [INFO] [stdout] --> verifier/src/federation.rs:568:14 [INFO] [stdout] | [INFO] [stdout] 110 | impl TrustGraph { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 568 | async fn is_revoked( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_revoked` is never used [INFO] [stdout] --> verifier/src/federation.rs:568:14 [INFO] [stdout] | [INFO] [stdout] 110 | impl TrustGraph { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 568 | async fn is_revoked( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling integration_tests v0.1.2 (/opt/rustwide/workdir/integration_tests) [INFO] [stdout] warning: unused import: `Verifier` [INFO] [stdout] --> integration_tests/tests/signature_based_tokens.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | use freebird_crypto::{Client, Server, Verifier}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `issuer_kid` is never read [INFO] [stdout] --> integration_tests/tests/batch_verification_duplicates.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 48 | struct BatchVerifier { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 49 | issuer_pk: Vec, [INFO] [stdout] 50 | issuer_kid: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> integration_tests/tests/key_rotation.rs:329:9 [INFO] [stdout] | [INFO] [stdout] 329 | let mut verifier = MultiKeyVerifier::new(key_b); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_future_time` [INFO] [stdout] --> verifier/src/main.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | let max_future_time = now + st.max_clock_skew_secs; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_future_time` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `suite` is never read [INFO] [stdout] --> verifier/src/main.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 60 | struct VoprfInfo { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 61 | suite: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VoprfInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: freebird-issuer@0.1.3: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] error: could not compile `freebird-issuer` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name freebird_issuer --edition=2021 issuer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "human-gate-webauthn"))' -C metadata=956c066a0321067b -C extra-filename=-b4f765e4401b8d52 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-7e5dcd40304f6dad.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-dd3298fd531f7db5.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-a9340670a188e3bb.rmeta --extern base64ct=/opt/rustwide/target/debug/deps/libbase64ct-dd805f062bde25f1.rmeta --extern blake3=/opt/rustwide/target/debug/deps/libblake3-df1cfbb45cb85445.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-94b5185053b7a7f8.rmeta --extern colored=/opt/rustwide/target/debug/deps/libcolored-cc6ba8b546e9b785.rmeta --extern elliptic_curve=/opt/rustwide/target/debug/deps/libelliptic_curve-805bc1b5d8c15194.rmeta --extern freebird_common=/opt/rustwide/target/debug/deps/libfreebird_common-01812d9d96004e31.rmeta --extern freebird_crypto=/opt/rustwide/target/debug/deps/libfreebird_crypto-47f080c4f786e2c5.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rmeta --extern p256=/opt/rustwide/target/debug/deps/libp256-ccdb61269f7af080.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-0a18191bf5c70d1b.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-3336647a8430f5f6.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6e9d2da9a8779be7.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-5ebf253877ebfe6d.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b6fde7f83ff128dd.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-9bb0a5141c9e33e4.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-6ff5d44cdfa0bfdf.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-50ae468a64b8e6cd.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c76203c1e07ea8de.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-1dc2584e5b5aab60.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-29f9c312e4828b91.rmeta --extern tower_governor=/opt/rustwide/target/debug/deps/libtower_governor-795dc6dd82cd2177.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3fe0cee366484f33.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-b9cffb7c6baed746.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-0d581ba5a6644a6b.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-6c08ab923e9cc626/out -L native=/opt/rustwide/target/debug/build/blake3-6c08ab923e9cc626/out -L native=/opt/rustwide/target/debug/build/ring-c596c20d6376744c/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: field `failed` is never read [INFO] [stdout] --> issuer/src/routes/batch_issue.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 59 | struct BatchMetrics { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 65 | failed: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BatchMetrics` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `port` is never read [INFO] [stdout] --> issuer/src/startup.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Application { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 30 | port: u16, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0588d3ca05790a9f8f925ac2103041fcb320af58b9c9cea004aaec95a2fdf224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0588d3ca05790a9f8f925ac2103041fcb320af58b9c9cea004aaec95a2fdf224", kill_on_drop: false }` [INFO] [stdout] 0588d3ca05790a9f8f925ac2103041fcb320af58b9c9cea004aaec95a2fdf224