[INFO] cloning repository https://github.com/westford14/auth-notes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/westford14/auth-notes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwestford14%2Fauth-notes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwestford14%2Fauth-notes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1bbfc4c52e799951d02913c456f2e716607eb59f
[INFO] testing westford14/auth-notes against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwestford14%2Fauth-notes" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/westford14/auth-notes
[INFO] finished tweaking git repo https://github.com/westford14/auth-notes
[INFO] tweaked toml for git repo https://github.com/westford14/auth-notes written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/westford14/auth-notes on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/westford14/auth-notes 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34cb00019ff137012cd0cea504a8e4cf91e8a93a369eecee1a2cc41f1a4e7b68
[INFO] running `Command { std: "docker" "start" "-a" "34cb00019ff137012cd0cea504a8e4cf91e8a93a369eecee1a2cc41f1a4e7b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34cb00019ff137012cd0cea504a8e4cf91e8a93a369eecee1a2cc41f1a4e7b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34cb00019ff137012cd0cea504a8e4cf91e8a93a369eecee1a2cc41f1a4e7b68", kill_on_drop: false }`
[INFO] [stdout] 34cb00019ff137012cd0cea504a8e4cf91e8a93a369eecee1a2cc41f1a4e7b68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a23e2b10a89ab907b331b84c1d6dde39f10e5927e67e58b994d3b521a89e9ab9
[INFO] running `Command { std: "docker" "start" "-a" "a23e2b10a89ab907b331b84c1d6dde39f10e5927e67e58b994d3b521a89e9ab9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling headers v0.4.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling tower-http v0.6.2
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[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 icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling uuid-macro-internal v1.16.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling sqlx-core v0.8.3
[INFO] [stderr]    Compiling sqlx-postgres v0.8.3
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.8
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.3
[INFO] [stderr]    Compiling redis v0.29.5
[INFO] [stderr]    Compiling hyper-util v0.1.11
[INFO] [stderr]    Compiling sqlx-macros v0.8.3
[INFO] [stderr]    Compiling axum v0.8.3
[INFO] [stderr]    Compiling sqlx v0.8.3
[INFO] [stderr]    Compiling axum-extra v0.10.1
[INFO] [stderr]    Compiling axum-web v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "a23e2b10a89ab907b331b84c1d6dde39f10e5927e67e58b994d3b521a89e9ab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a23e2b10a89ab907b331b84c1d6dde39f10e5927e67e58b994d3b521a89e9ab9", kill_on_drop: false }`
[INFO] [stdout] a23e2b10a89ab907b331b84c1d6dde39f10e5927e67e58b994d3b521a89e9ab9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52fe61c5e21280f814691e498fd21b4a64997be83e87e86c94a15e971c5a219a
[INFO] running `Command { std: "docker" "start" "-a" "52fe61c5e21280f814691e498fd21b4a64997be83e87e86c94a15e971c5a219a", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling sdd v3.0.8
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling scc v2.3.3
[INFO] [stderr]    Compiling sqlx-core v0.8.3
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling redis v0.29.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling hyper-util v0.1.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling sqlx-postgres v0.8.3
[INFO] [stderr]    Compiling axum v0.8.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.3
[INFO] [stderr]    Compiling axum-extra v0.10.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.3
[INFO] [stderr]    Compiling sqlx v0.8.3
[INFO] [stderr]    Compiling axum-web v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `axum-web` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name axum_web --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4658b646d24ed3c6 -C extra-filename=-44f4e973cc3429f1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-e1203d5a1c617350.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-4532af4ad4dc0de9.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a77b94354255f1db.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-3e17c470bd7f7a50.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-248f21d411ca3da4.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f0f8968d1f1f84c.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-d2090397f29b3364.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-f5c08556fedfa8e3.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1e9332a1bc1b5673.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-38e29ef0c11a282c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e789b3a83d761e21.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-b39f68d84c2ebf01.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1a4f5aa068d333cd.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-411337466dd34a3e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d366ccf384f6e19.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-02e3688f6f9b0c91.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-696153e6418874e0.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7af59eb9286e4913.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-827f25f4b9af2102.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-e21e5795997fcbac/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcNSflOh/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaxum_web-631715c328a4d257,libredis-f5c08556fedfa8e3,libsha1_smol-a320b1639232fa11,libcombine-2b5aa7df9d4dd2b9,libjsonwebtoken-d2090397f29b3364,libpem-70a80253b39993e8,libsimple_asn1-8435bdbaa5ad2d2d,libtime-45307e2cb0c85f75,libtime_core-ebad1aa9d4f81543,libnum_conv-d3297905cfb69f59,libderanged-d7d77992636cfc06,libpowerfmt-f6019a2766e431f7,libnum_bigint-24c4d7840a83809b,libnum_integer-cf8b907eff1ef5c4,libtower_http-02e3688f6f9b0c91,libsqlx-1a4f5aa068d333cd,libsqlx_postgres-09654dc55e222c29,libdotenvy-6d8015f91495fe74,libcrc-9d511eac72cc82a6,libcrc_catalog-5af10f2bf5720cb5,libhex-13e08b3b00984ab7,libwhoami-e1c15e0dd3e80da7,libhome-28ab713e87f116ce,libbitflags-716aca32ffb35253,libmd5-fd683443b4d1423f,libbyteorder-7fb216e967c6a54f,libatoi-02dbe48317c9cfb8,libbase64-32787b0325ea6df8,libstringprep-566e72ff77c7564b,libunicode_properties-cba66a393c3a616e,libunicode_normalization-870c1ffcd0c034a5,libtinyvec-5c4dad597805d566,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-a9d2c96e849c6f3c,librand-3e4c187d4c8fcaf0,librand_chacha-96c0d7cb773da33a,librand_core-6e4471fbc0baa673,libhkdf-f38670d323d153d7,libhmac-7b130f0a4b46d9fc,libsqlx_core-009d8c4d04529a9d,libwebpki_roots-7207248f439b4cbc,librustls_pemfile-6ed9ce0160316b93,libsha2-a3818b86f0721faf,librustls-3db5b7c5d85e3cf9,libwebpki-c58cc41e51d6a54e,libring-5d1495745c92ccc8,libgetrandom-75630e547ce7ef0e,libuntrusted-b2f816886faf2178,libzeroize-9d781f334751eb0e,librustls_pki_types-7013f2d5aa634e0b,libhashlink-7d0251669b6444f8,libuuid-827f25f4b9af2102,librand-476264021ea503af,librand_chacha-556484d8bc5a78d5,libppv_lite86-297aa4ed9a766048,libzerocopy-75d01f198c96d1d5,librand_core-07c18f6d65bbd697,libgetrandom-08a9d875161078eb,liburl-bcac20c30b8071be,libidna-2a274c5cd1c2c1ce,libidna_adapter-3aad5490a20b1d3c,libicu_normalizer-1f89b6983d5a27d2,libicu_normalizer_data-c33c55b3cec027b2,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libicu_properties-2416edbc1d044fa3,libicu_properties_data-2474cd73d9d0fc17,libicu_locid_transform-0c8f68efa25e9b9e,libicu_locid_transform_data-d08f8e04e6076fc3,libicu_collections-3883a7c8a8538b1a,libicu_provider-fa329576728597ef,libicu_locid-4e8554e9fff7b224,liblitemap-79485f3bd9d9879d,libtinystr-145c40d4871767ce,libzerovec-68400cb2788bf12e,libwriteable-1e5dea0053e4c229,libyoke-81ddb7063bc1a5f2,libzerofrom-eae2043f10557b9f,libstable_deref_trait-14e4a70bda35dfe8,libcrossbeam_queue-7c6dbf82c0535e67,libcrossbeam_utils-076f45bf81d9c2d2,libeither-2779b60d56ef5d59,libevent_listener-7b4a653e6461b395,libparking-a9ae72c6c16ee980,libthiserror-411337466dd34a3e,libaxum_extra-4532af4ad4dc0de9,libheaders-9c5aa5abed664ce7,libsha1-c7bc6167a5333fe0,libcpufeatures-e04321643d03190d,libdigest-d122f7ba25732b93,libsubtle-2ae6a7038b9a0630,libblock_buffer-0dc685f90ebcf515,libcrypto_common-05bf6487d37e6f7c,libgeneric_array-373dfccc781d5b87,libtypenum-2411508f27232473,libheaders_core-5dcf61f33c965db2,libbase64-13144a1f1e192158,libchrono-a77b94354255f1db,libnum_traits-bed1280d6deab476,libiana_time_zone-7ebdf60e360da8b0,libaxum-e1203d5a1c617350,libserde_json-e789b3a83d761e21,libserde_path_to_error-5afc358c1a4e08c2,libserde_urlencoded-ffaa82c56b8672c8,libryu-a7164637bc4900ee,libform_urlencoded-48069ad4ff13b53d,libpercent_encoding-af9df9186596bd92,libhyper_util-0f0f8968d1f1f84c,libhyper-248f21d411ca3da4,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-bb3532691e030b53,libindexmap-7b4bfad63d62f350,libhashbrown-0bb562c7118bbc85,libfoldhash-07f233db1c671507,libequivalent-6a754676e6af62ae,liballocator_api2-8d9c1e895dea53bd,libatomic_waker-06950c8c08d2b8fa,libtokio_util-9a9d39230384252b,libhttpdate-331798cefc82cc7e,libmatchit-9aa922efa503b546,libaxum_core-ebd9d220fa9b8dd2,libmime-0188e0814ca7ddbf,libhttp_body_util-3e17c470bd7f7a50,libhttp_body-105ee97081f5a2ad,libhttp-2d03230cfda7aff1,libitoa-ef40fa516293a9d3,libfnv-79e2cbfbe03dcd16,libtower-584bf1e532bd1eb9,libsync_wrapper-a254cb6192850e87,libfutures_util-106df4a5d29a4cda,libmemchr-08f38e9718637002,libfutures_io-6a4719510b0746bc,libslab-3788524c377108ad,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,libtower_layer-d908dd771b239ecd,libtower_service-3fb88d28c2218805,libtokio-8d366ccf384f6e19,libsignal_hook_registry-8b14f89771a2c699,libsocket2-a41a569283a571d2,libbytes-82ad4f0211bdc963,libmio-24221d0255fe8161,libparking_lot-0a55f434e6d2266d,libparking_lot_core-2f70cbdcfe4ab622,liblibc-b7b7482ca8d8c662,liblock_api-172be1fcd34e42db,libscopeguard-7ec2214574194454,libtracing_subscriber-7af59eb9286e4913,libsmallvec-d108a1cbe5f271c2,libserde-38e29ef0c11a282c,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-82bff9e1b6f2fbd8,libregex_automata-a3cd0ab7d90c5f68,libregex_syntax-893772d02d5263ca,libregex-e4c527349211119c,libregex_automata-445f9a38d515b17e,libregex_syntax-d8962dd81ced636f,libnu_ansi_term-ef093e3d876aec99,liboverload-447f2db329e02fd7,libtracing-696153e6418874e0,libpin_project_lite-72bf04572caa1c84,libthread_local-f750036a0168f244,libcfg_if-3e7fc4e38d4a72b5,libtracing_log-c0e83dec43b0cfbf,liblog-d6f7bb1298e9acd0,libtracing_core-fc740c2d164c51ea,libonce_cell-e9252a7b5119f3eb}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcNSflOh/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e21e5795997fcbac/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/axum_web-6cfd668e0c9619ce" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `axum-web` (test "auth_expire_tests")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name auth_expire_tests --edition=2024 tests/auth_expire_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ea3f0f511100783 -C extra-filename=-d2485e4cf9184ed0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-e1203d5a1c617350.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-4532af4ad4dc0de9.rlib --extern axum_web=/opt/rustwide/target/debug/deps/libaxum_web-631715c328a4d257.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a77b94354255f1db.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-3e17c470bd7f7a50.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-248f21d411ca3da4.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f0f8968d1f1f84c.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-d2090397f29b3364.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-f5c08556fedfa8e3.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1e9332a1bc1b5673.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-38e29ef0c11a282c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e789b3a83d761e21.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-b39f68d84c2ebf01.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1a4f5aa068d333cd.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-411337466dd34a3e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d366ccf384f6e19.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-02e3688f6f9b0c91.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-696153e6418874e0.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7af59eb9286e4913.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-827f25f4b9af2102.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-e21e5795997fcbac/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `axum-web` (bin "axum-web") due to 1 previous error
[INFO] [stderr] error: could not compile `axum-web` (test "health_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name health_test --edition=2024 tests/health_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=218e08d7932bdb71 -C extra-filename=-9b7a90aa80277580 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-e1203d5a1c617350.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-4532af4ad4dc0de9.rlib --extern axum_web=/opt/rustwide/target/debug/deps/libaxum_web-631715c328a4d257.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a77b94354255f1db.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-3e17c470bd7f7a50.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-248f21d411ca3da4.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f0f8968d1f1f84c.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-d2090397f29b3364.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-f5c08556fedfa8e3.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1e9332a1bc1b5673.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-38e29ef0c11a282c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e789b3a83d761e21.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-b39f68d84c2ebf01.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1a4f5aa068d333cd.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-411337466dd34a3e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d366ccf384f6e19.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-02e3688f6f9b0c91.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-696153e6418874e0.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7af59eb9286e4913.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-827f25f4b9af2102.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-e21e5795997fcbac/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `axum-web` (test "user_tests")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name user_tests --edition=2024 tests/user_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdecd0c4cb1f79d3 -C extra-filename=-3f82e3cc0c24b4ea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern axum=/opt/rustwide/target/debug/deps/libaxum-e1203d5a1c617350.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-4532af4ad4dc0de9.rlib --extern axum_web=/opt/rustwide/target/debug/deps/libaxum_web-631715c328a4d257.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a77b94354255f1db.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-6d8015f91495fe74.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-3e17c470bd7f7a50.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-248f21d411ca3da4.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-0f0f8968d1f1f84c.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-d2090397f29b3364.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-f5c08556fedfa8e3.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1e9332a1bc1b5673.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-38e29ef0c11a282c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e789b3a83d761e21.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-b39f68d84c2ebf01.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1a4f5aa068d333cd.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-411337466dd34a3e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d366ccf384f6e19.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-02e3688f6f9b0c91.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-696153e6418874e0.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7af59eb9286e4913.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-827f25f4b9af2102.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-e21e5795997fcbac/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc0kuqMu/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libaxum_web-631715c328a4d257,libredis-f5c08556fedfa8e3,libsha1_smol-a320b1639232fa11,libcombine-2b5aa7df9d4dd2b9,libjsonwebtoken-d2090397f29b3364,libpem-70a80253b39993e8,libsimple_asn1-8435bdbaa5ad2d2d,libtime-45307e2cb0c85f75,libtime_core-ebad1aa9d4f81543,libnum_conv-d3297905cfb69f59,libderanged-d7d77992636cfc06,libpowerfmt-f6019a2766e431f7,libnum_bigint-24c4d7840a83809b,libnum_integer-cf8b907eff1ef5c4,libtower_http-02e3688f6f9b0c91,libsqlx-1a4f5aa068d333cd,libsqlx_postgres-09654dc55e222c29,libdotenvy-6d8015f91495fe74,libcrc-9d511eac72cc82a6,libcrc_catalog-5af10f2bf5720cb5,libhex-13e08b3b00984ab7,libwhoami-e1c15e0dd3e80da7,libhome-28ab713e87f116ce,libmd5-fd683443b4d1423f,libbyteorder-7fb216e967c6a54f,libatoi-02dbe48317c9cfb8,libstringprep-566e72ff77c7564b,libunicode_properties-cba66a393c3a616e,libunicode_normalization-870c1ffcd0c034a5,libtinyvec-5c4dad597805d566,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-a9d2c96e849c6f3c,librand-3e4c187d4c8fcaf0,librand_chacha-96c0d7cb773da33a,librand_core-6e4471fbc0baa673,libhkdf-f38670d323d153d7,libhmac-7b130f0a4b46d9fc,libsqlx_core-009d8c4d04529a9d,libwebpki_roots-7207248f439b4cbc,libsha2-a3818b86f0721faf,librustls-3db5b7c5d85e3cf9,libwebpki-c58cc41e51d6a54e,libring-5d1495745c92ccc8,libgetrandom-75630e547ce7ef0e,libuntrusted-b2f816886faf2178,libzeroize-9d781f334751eb0e,libhashlink-7d0251669b6444f8,libuuid-827f25f4b9af2102,librand-476264021ea503af,librand_chacha-556484d8bc5a78d5,libppv_lite86-297aa4ed9a766048,libzerocopy-75d01f198c96d1d5,librand_core-07c18f6d65bbd697,libgetrandom-08a9d875161078eb,libcrossbeam_queue-7c6dbf82c0535e67,libcrossbeam_utils-076f45bf81d9c2d2,libeither-2779b60d56ef5d59,libevent_listener-7b4a653e6461b395,libparking-a9ae72c6c16ee980,libthiserror-411337466dd34a3e,libaxum_extra-4532af4ad4dc0de9,libheaders-9c5aa5abed664ce7,libsha1-c7bc6167a5333fe0,libcpufeatures-e04321643d03190d,libdigest-d122f7ba25732b93,libsubtle-2ae6a7038b9a0630,libblock_buffer-0dc685f90ebcf515,libcrypto_common-05bf6487d37e6f7c,libgeneric_array-373dfccc781d5b87,libtypenum-2411508f27232473,libheaders_core-5dcf61f33c965db2,libbase64-13144a1f1e192158,libchrono-a77b94354255f1db,libnum_traits-bed1280d6deab476,libiana_time_zone-7ebdf60e360da8b0,libaxum-e1203d5a1c617350,libserde_path_to_error-5afc358c1a4e08c2,libmatchit-9aa922efa503b546,libaxum_core-ebd9d220fa9b8dd2,libserial_test-b39f68d84c2ebf01,libfutures-c448de76467442ab,libfutures_executor-6e4375a859af923b,libscc-4cfb8829f2ccbc52,libsdd-be393a295d3407ff,libreqwest-1e9332a1bc1b5673,librustls_pemfile-6ed9ce0160316b93,librustls_pki_types-7013f2d5aa634e0b,libserde_urlencoded-ffaa82c56b8672c8,libbase64-32787b0325ea6df8,libipnet-a38805d99c19843f,libhyper_tls-8202570dcb0524b0,libtokio_native_tls-6bb7e82a7673b5da,libmime-0188e0814ca7ddbf,libencoding_rs-55bc2f0c3e70aa1b,libserde_json-e789b3a83d761e21,libryu-a7164637bc4900ee,libtower-584bf1e532bd1eb9,libsync_wrapper-a254cb6192850e87,libtower_layer-d908dd771b239ecd,libnative_tls-55ffc0bd1667aa73,libopenssl_probe-2c6d21a9709cae46,libopenssl-e9b0aaef7d524e67,libbitflags-716aca32ffb35253,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-7154f62cf208fa52,libhyper_util-0f0f8968d1f1f84c,libtower_service-3fb88d28c2218805,libhyper-248f21d411ca3da4,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-bb3532691e030b53,libtracing-696153e6418874e0,libtracing_core-fc740c2d164c51ea,libonce_cell-e9252a7b5119f3eb,libindexmap-7b4bfad63d62f350,libhashbrown-0bb562c7118bbc85,libfoldhash-07f233db1c671507,libequivalent-6a754676e6af62ae,liballocator_api2-8d9c1e895dea53bd,libatomic_waker-06950c8c08d2b8fa,libtokio_util-9a9d39230384252b,libhttpdate-331798cefc82cc7e,libfutures_util-106df4a5d29a4cda,libmemchr-08f38e9718637002,libfutures_io-6a4719510b0746bc,libslab-3788524c377108ad,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libtokio-8d366ccf384f6e19,libsignal_hook_registry-8b14f89771a2c699,libsocket2-a41a569283a571d2,libmio-24221d0255fe8161,libparking_lot-0a55f434e6d2266d,libparking_lot_core-2f70cbdcfe4ab622,liblibc-b7b7482ca8d8c662,libcfg_if-3e7fc4e38d4a72b5,liblock_api-172be1fcd34e42db,libscopeguard-7ec2214574194454,libhttp_body_util-3e17c470bd7f7a50,libpin_project_lite-72bf04572caa1c84,libfutures_core-3b920243fce8fec0,libhttp_body-105ee97081f5a2ad,liblog-d6f7bb1298e9acd0,liburl-bcac20c30b8071be,libidna-2a274c5cd1c2c1ce,libidna_adapter-3aad5490a20b1d3c,libicu_normalizer-1f89b6983d5a27d2,libicu_normalizer_data-c33c55b3cec027b2,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libsmallvec-d108a1cbe5f271c2,libserde-38e29ef0c11a282c,libicu_properties-2416edbc1d044fa3,libicu_properties_data-2474cd73d9d0fc17,libicu_locid_transform-0c8f68efa25e9b9e,libicu_locid_transform_data-d08f8e04e6076fc3,libicu_collections-3883a7c8a8538b1a,libicu_provider-fa329576728597ef,libicu_locid-4e8554e9fff7b224,liblitemap-79485f3bd9d9879d,libtinystr-145c40d4871767ce,libzerovec-68400cb2788bf12e,libwriteable-1e5dea0053e4c229,libyoke-81ddb7063bc1a5f2,libzerofrom-eae2043f10557b9f,libstable_deref_trait-14e4a70bda35dfe8,libform_urlencoded-48069ad4ff13b53d,libpercent_encoding-af9df9186596bd92,libhttp-2d03230cfda7aff1,libitoa-ef40fa516293a9d3,libbytes-82ad4f0211bdc963,libfnv-79e2cbfbe03dcd16}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc0kuqMu/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-e21e5795997fcbac/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/auth_refresh_tests-3d5ebe6b5e79ed4b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `axum-web` (test "auth_refresh_tests") due to 1 previous error
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "52fe61c5e21280f814691e498fd21b4a64997be83e87e86c94a15e971c5a219a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52fe61c5e21280f814691e498fd21b4a64997be83e87e86c94a15e971c5a219a", kill_on_drop: false }`
[INFO] [stdout] 52fe61c5e21280f814691e498fd21b4a64997be83e87e86c94a15e971c5a219a
