[INFO] cloning repository https://github.com/lazyanubis/salvo-worker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lazyanubis/salvo-worker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flazyanubis%2Fsalvo-worker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flazyanubis%2Fsalvo-worker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0fba59fda89252a2c77f6c87624e80f0291d6328
[INFO] testing lazyanubis/salvo-worker 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%2Flazyanubis%2Fsalvo-worker" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/lazyanubis/salvo-worker
[INFO] finished tweaking git repo https://github.com/lazyanubis/salvo-worker
[INFO] tweaked toml for git repo https://github.com/lazyanubis/salvo-worker written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lazyanubis/salvo-worker 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/lazyanubis/salvo-worker 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3d5b8cf54dc56527546fafbe7bab609b057110b55fe2e4d0d9ce0d98b5e2ab56
[INFO] running `Command { std: "docker" "start" "-a" "3d5b8cf54dc56527546fafbe7bab609b057110b55fe2e4d0d9ce0d98b5e2ab56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d5b8cf54dc56527546fafbe7bab609b057110b55fe2e4d0d9ce0d98b5e2ab56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d5b8cf54dc56527546fafbe7bab609b057110b55fe2e4d0d9ce0d98b5e2ab56", kill_on_drop: false }`
[INFO] [stdout] 3d5b8cf54dc56527546fafbe7bab609b057110b55fe2e4d0d9ce0d98b5e2ab56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 74e0b2b95361a5b9bdbcaa72a92a153468b84c4e61060fea65c6de61821ecc53
[INFO] running `Command { std: "docker" "start" "-a" "74e0b2b95361a5b9bdbcaa72a92a153468b84c4e61060fea65c6de61821ecc53", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.105
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling winnow v0.7.7
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling mime-infer v4.0.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling wasm-bindgen v0.2.105
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling cc v1.2.20
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling toml_edit v0.22.25
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]    Compiling headers v0.4.0
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rustls v0.23.26
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling blake3 v0.3.8
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling rust-embed-utils v8.7.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling crypto-mac v0.11.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling str-buf v3.0.3
[INFO] [stderr]    Compiling ulid v1.2.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.105
[INFO] [stderr]    Compiling salvo-serde-util v0.78.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling etag v4.0.0
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling path-slash v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[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 futures-macro v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling enumflags2_derive v0.7.11
[INFO] [stderr]    Compiling salvo_macros v0.78.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rust-embed-impl v8.7.0
[INFO] [stderr]    Compiling enumflags2 v0.7.11
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling salvo-oapi-macros v0.78.0
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling rust-embed v8.7.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.105
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.1
[INFO] [stderr]    Compiling js-sys v0.3.82
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling deranged v0.5.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling serde-xml-rs v0.7.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling serde_norway v0.9.42
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling async-session v3.0.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling h2 v0.4.9
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling web-sys v0.3.82
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.55
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling worker-sys v0.7.0
[INFO] [stderr]    Compiling wasm-streams v0.4.2
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling worker-macros v0.7.0
[INFO] [stderr]    Compiling worker v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling salvo-core v0.2.0 (/opt/rustwide/workdir/salvo/core)
[INFO] [stderr]    Compiling salvo-cors v0.2.0 (/opt/rustwide/workdir/salvo/cors)
[INFO] [stderr]    Compiling salvo-extra v0.2.0 (/opt/rustwide/workdir/salvo/extra)
[INFO] [stderr]    Compiling salvo-oapi v0.2.0 (/opt/rustwide/workdir/salvo/oapi)
[INFO] [stderr]    Compiling salvo-cache v0.2.0 (/opt/rustwide/workdir/salvo/cache)
[INFO] [stderr]    Compiling salvo-proxy v0.2.0 (/opt/rustwide/workdir/salvo/proxy)
[INFO] [stderr]    Compiling salvo-csrf v0.2.0 (/opt/rustwide/workdir/salvo/csrf)
[INFO] [stderr]    Compiling salvo-serve-static v0.2.0 (/opt/rustwide/workdir/salvo/serve-static)
[INFO] [stderr]    Compiling salvo-session v0.2.0 (/opt/rustwide/workdir/salvo/session)
[INFO] [stderr]    Compiling salvo-compression v0.2.0 (/opt/rustwide/workdir/salvo/compression)
[INFO] [stderr]    Compiling salvo-jwt-auth v0.2.0 (/opt/rustwide/workdir/salvo/jwt-auth)
[INFO] [stderr]    Compiling salvo-rate-limiter v0.2.0 (/opt/rustwide/workdir/salvo/rate-limiter)
[INFO] [stderr]    Compiling salvo-flash v0.2.0 (/opt/rustwide/workdir/salvo/flash)
[INFO] [stderr]    Compiling salvo-worker v0.2.0 (/opt/rustwide/workdir/salvo-worker)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "74e0b2b95361a5b9bdbcaa72a92a153468b84c4e61060fea65c6de61821ecc53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74e0b2b95361a5b9bdbcaa72a92a153468b84c4e61060fea65c6de61821ecc53", kill_on_drop: false }`
[INFO] [stdout] 74e0b2b95361a5b9bdbcaa72a92a153468b84c4e61060fea65c6de61821ecc53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 27961d2a654825411ff9e70b68ceab6f2e0ad1644662a7ae6299af2b9bbe1737
[INFO] running `Command { std: "docker" "start" "-a" "27961d2a654825411ff9e70b68ceab6f2e0ad1644662a7ae6299af2b9bbe1737", kill_on_drop: false }`
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling salvo-serve-static v0.2.0 (/opt/rustwide/workdir/salvo/serve-static)
[INFO] [stderr]    Compiling salvo-flash v0.2.0 (/opt/rustwide/workdir/salvo/flash)
[INFO] [stderr]    Compiling salvo-rate-limiter v0.2.0 (/opt/rustwide/workdir/salvo/rate-limiter)
[INFO] [stderr]    Compiling salvo-compression v0.2.0 (/opt/rustwide/workdir/salvo/compression)
[INFO] [stderr]    Compiling salvo-session v0.2.0 (/opt/rustwide/workdir/salvo/session)
[INFO] [stderr]    Compiling salvo-jwt-auth v0.2.0 (/opt/rustwide/workdir/salvo/jwt-auth)
[INFO] [stderr]    Compiling salvo-worker v0.2.0 (/opt/rustwide/workdir/salvo-worker)
[INFO] [stderr]    Compiling salvo-proxy v0.2.0 (/opt/rustwide/workdir/salvo/proxy)
[INFO] [stderr]    Compiling salvo-cache v0.2.0 (/opt/rustwide/workdir/salvo/cache)
[INFO] [stderr]    Compiling salvo-cors v0.2.0 (/opt/rustwide/workdir/salvo/cors)
[INFO] [stderr]    Compiling salvo-csrf v0.2.0 (/opt/rustwide/workdir/salvo/csrf)
[INFO] [stderr]    Compiling salvo-core v0.2.0 (/opt/rustwide/workdir/salvo/core)
[INFO] [stderr]    Compiling salvo-oapi v0.2.0 (/opt/rustwide/workdir/salvo/oapi)
[INFO] [stderr]    Compiling salvo-extra v0.2.0 (/opt/rustwide/workdir/salvo/extra)
[INFO] [stderr] error: could not compile `salvo-core` (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 salvo_core --edition=2024 salvo/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::unwrap_used' --forbid=unsafe_code --warn=unreachable_pub '--deny=clippy::panic' --warn=missing_docs '--allow=clippy::future_not_send' '--deny=clippy::expect_used' '--warn=rustdoc::broken_intra_doc_links' --test --cfg 'feature="anyhow"' --cfg 'feature="cookie"' --cfg 'feature="default"' --cfg 'feature="eyre"' --cfg 'feature="fix-http1-request-uri"' --cfg 'feature="http1"' --cfg 'feature="matched-path"' --cfg 'feature="ring"' --cfg 'feature="server"' --cfg 'feature="test"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acme", "anyhow", "cookie", "default", "eyre", "fix-http1-request-uri", "full", "http1", "http2", "http2-cleartext", "matched-path", "native-tls", "openssl", "quinn", "ring", "rustls", "server", "server-handle", "socket2", "tempfile", "test", "tokio-util", "unix", "zstd"))' -C metadata=6bbb6b545efd42d7 -C extra-filename=-853fd87dc98724f9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f66ae51bf821e8b6.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern brotli=/opt/rustwide/target/debug/deps/libbrotli-6db41a91c52358d5.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3529dc27cc7678fe.rlib --extern cookie=/opt/rustwide/target/debug/deps/libcookie-4f75ff772f473141.rlib --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-455f6c9b70001295.rlib --extern enumflags2=/opt/rustwide/target/debug/deps/libenumflags2-fc852e4df850f297.rlib --extern eyre=/opt/rustwide/target/debug/deps/libeyre-c23915c8caaa1dab.rlib --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-751bcde24b8aa073.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-87108f4dd2b8b7da.rlib --extern form_urlencoded=/opt/rustwide/target/debug/deps/libform_urlencoded-58b0f0edb59b40d2.rlib --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-3bb2db6cecc5bacb.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-6f8e6478efee0fb8.rlib --extern headers=/opt/rustwide/target/debug/deps/libheaders-9428cbfe94a4de25.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-c41721bd4f8b9d8f.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-50eb515d049bb8f9.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-c394d98300dea136.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-a52f211db852881a.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-80b5a9f0727b7f9a.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-0188e0814ca7ddbf.rlib --extern mime_infer=/opt/rustwide/target/debug/deps/libmime_infer-d7689cb67afce8ac.rlib --extern multer=/opt/rustwide/target/debug/deps/libmulter-79bb94453d9c38fc.rlib --extern multimap=/opt/rustwide/target/debug/deps/libmultimap-4446bfdb539e8014.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-29b663b8a5c70fcc.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-17886383a089c86e.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-fa055ecaa1e57cfa.rlib --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-b1726106f6a206d7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4f22c7e3e927e1b3.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7757c61346fa3ca7.rlib --extern salvo_macros=/opt/rustwide/target/debug/deps/libsalvo_macros-d21937b380f3c1db.so --extern serde=/opt/rustwide/target/debug/deps/libserde-a8a3642522612e8c.rlib --extern serde_xml_rs=/opt/rustwide/target/debug/deps/libserde_xml_rs-f11baf54835ded3d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7e8f804ed7d0c15b.rlib --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-ab6d52ac88d10171.rlib --extern sync_wrapper=/opt/rustwide/target/debug/deps/libsync_wrapper-a254cb6192850e87.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-abfc377decf29459.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a3691d83589dbeaa.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ff2419ef3108bf77.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-86650e96b223c169.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-d661401e4dcaed14.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-c460d3bcdcfd35a9.rlib --extern worker=/opt/rustwide/target/debug/deps/libworker-d46686a539e490e1.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-3c1ea8841903e368.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-3f2b935d478936d4/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `salvo-oapi` (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 salvo_oapi --edition=2024 salvo/oapi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::unwrap_used' --forbid=unsafe_code --warn=unreachable_pub '--deny=clippy::panic' --warn=missing_docs '--allow=clippy::future_not_send' '--deny=clippy::expect_used' '--warn=rustdoc::broken_intra_doc_links' --test --cfg 'feature="chrono"' --cfg 'feature="compact_str"' --cfg 'feature="decimal"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="indexmap"' --cfg 'feature="non-strict-integers"' --cfg 'feature="rapidoc"' --cfg 'feature="redoc"' --cfg 'feature="scalar"' --cfg 'feature="smallvec"' --cfg 'feature="swagger-ui"' --cfg 'feature="time"' --cfg 'feature="ulid"' --cfg 'feature="url"' --cfg 'feature="uuid"' --cfg 'feature="yaml"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "compact_str", "decimal", "decimal-float", "default", "full", "indexmap", "non-strict-integers", "preserve-order", "preserve-path-order", "preserve-prop-order", "rapidoc", "redoc", "scalar", "smallvec", "swagger-ui", "time", "ulid", "url", "uuid", "yaml"))' -C metadata=6e41fb9d334be091 -C extra-filename=-826be62b81368a2e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern assert_json_diff=/opt/rustwide/target/debug/deps/libassert_json_diff-4cd26e94738687cc.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3529dc27cc7678fe.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-d945e9f5982204e3.rlib --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-816a38c558a653b8.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-6f8e6478efee0fb8.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-c41721bd4f8b9d8f.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-80b5a9f0727b7f9a.rlib --extern inventory=/opt/rustwide/target/debug/deps/libinventory-fb17e4b823e03d68.rlib --extern mime_infer=/opt/rustwide/target/debug/deps/libmime_infer-d7689cb67afce8ac.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-17886383a089c86e.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7757c61346fa3ca7.rlib --extern rust_embed=/opt/rustwide/target/debug/deps/librust_embed-01475be8060444da.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-28221d02972edf6c.rlib --extern salvo_core=/opt/rustwide/target/debug/deps/libsalvo_core-3619e1fd7cdc42f6.rlib --extern salvo_oapi_macros=/opt/rustwide/target/debug/deps/libsalvo_oapi_macros-7afaf90f6174c2d5.so --extern serde=/opt/rustwide/target/debug/deps/libserde-a8a3642522612e8c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7e8f804ed7d0c15b.rlib --extern serde_norway=/opt/rustwide/target/debug/deps/libserde_norway-15dd1cbb5014d8c4.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-bc3128fdd57228fc.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a3691d83589dbeaa.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-712611d9674a6b48.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ff2419ef3108bf77.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-d661401e4dcaed14.rlib --extern ulid=/opt/rustwide/target/debug/deps/libulid-4d9052a6b2041273.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-c460d3bcdcfd35a9.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-8f40758392943ff2.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-3f2b935d478936d4/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/rustcVWrAp5/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libreqwest-e908a0d14eb39550,libhyper_rustls-be842c21af9e2966,libwebpki_roots-d8d259dcc8ec7877,libtokio_rustls-782bfe1fc3ca4dde,librustls-2bec937903971050,libwebpki-8aec4c288339b67d,libring-f8731be438833602,libuntrusted-b2f816886faf2178,libzeroize-9d781f334751eb0e,librustls_pki_types-7013f2d5aa634e0b,libmime_guess-e44a3b44ef28bc78,libtower_http-2dd2591c7086549b,libiri_string-f2231ba2cbe5b068}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libsalvo_extra-da8241964cf5b9f7,libtower-10af7e7f1c90c7b0,libtower_layer-d908dd771b239ecd,libetag-107b2540a8b496e0,libxxhash_rust-e7b6a919cc63b4ba,libstr_buf-36e255b9ad9ec18d,libsalvo_cors-36f844d1ab32e09f,libsalvo_cache-f45d89996b4cb653,libciborium-c2d80d16687d5d72,libciborium_ll-b53ce9e756d49c17,libhalf-4168e1ac46c1a5ad,libciborium_io-830fc40686b7b55e,libfutures-31137d1a6e1adcc7,libfutures_executor-5558546e7d9e2573,libworker-d46686a539e490e1,libmatchit-616cb01453b9e7d4,libserde_wasm_bindgen-e5b7b150e2558391,libwasm_streams-9e1e5707e4e90d10,libworker_sys-31c84769f1ddf511,libweb_sys-5ed5a92981105106,libwasm_bindgen_futures-c8ecb45ed6bf331c,libjs_sys-0370fa733f615225,libwasm_bindgen-2c42b04748fb6655,libwasm_bindgen_shared-083c995cb0ae3fed,libunicode_ident-4a25721f1aaca7af,libsalvo_oapi-869fce1e40b47023,libcompact_str-816a38c558a653b8,libstatic_assertions-f0217ecdd817a834,libcastaway-587248857d605664,libserde_norway-15dd1cbb5014d8c4,libunsafe_libyaml_norway-62389afc4f48d609,libulid-4d9052a6b2041273,libuuid-8f40758392943ff2,librust_decimal-28221d02972edf6c,libarrayvec-9d0aa62fa88910b3,libchrono-d945e9f5982204e3,libiana_time_zone-7ebdf60e360da8b0,libnum_traits-ddf2675d71d22a76,librust_embed-01475be8060444da,librust_embed_utils-defdfdd7ac50f5b2,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,libinventory-fb17e4b823e03d68,libsalvo_core-3619e1fd7cdc42f6,libbrotli-6db41a91c52358d5,libbrotli_decompressor-d52593c63eaec5e1,liballoc_stdlib-4aac9f1b7fbf996b,liballoc_no_stdlib-118b0458ceca2dd8,libserde_urlencoded-ab6d52ac88d10171,libmime_infer-d7689cb67afce8ac,libunicase-a96f10189856838f,libserde_xml_rs-f11baf54835ded3d,libthiserror-4aaa3a06f746fe1c,libxml-0b664a84233b8b07,liblog-9c5892e2c6fd8400,libeyre-c23915c8caaa1dab,libindenter-add53b8e51d6428d,libanyhow-5c5020a1011a8ef6,libzstd-3c1ea8841903e368,libzstd_safe-cb94112b09850490,libzstd_sys-075e6d7188a045e1,libflate2-87108f4dd2b8b7da,libminiz_oxide-b3859106ff6b20fc,libsimd_adler32-e4e29dbd2b1c60c8,libcrc32fast-1ea660b38ef13a93,liburl-c460d3bcdcfd35a9,libidna-158669d18f27c7df,libidna_adapter-1fff9985b01ada63,libicu_normalizer-e73bb9096de8e647,libicu_normalizer_data-c33c55b3cec027b2,libwrite16-e996c39ad8ba5f0b,libutf8_iter-51566bbad89f3a68,libutf16_iter-7ca3c212f3ee1c68,libicu_properties-c2ada9ad81afec66,libicu_properties_data-2474cd73d9d0fc17,libicu_locid_transform-c02291ca298a8302,libicu_locid_transform_data-d08f8e04e6076fc3,libicu_collections-7334425e15f641e6,libicu_provider-192bf7a4805104b9,libicu_locid-909afe3bd5bf3b12,liblitemap-79485f3bd9d9879d,libtinystr-fe60a0ee2960e818,libzerovec-6f1ac9840013f7ec,libwriteable-1e5dea0053e4c229,libyoke-e376e66660bc69b4,libzerofrom-f68dd9e8d1607d89,libstable_deref_trait-14e4a70bda35dfe8,libform_urlencoded-58b0f0edb59b40d2,libnix-29b663b8a5c70fcc,libhyper_util-a52f211db852881a,libipnet-a38805d99c19843f,libtower_service-3fb88d28c2218805,libsync_wrapper-a254cb6192850e87,libparking_lot-17886383a089c86e,libparking_lot_core-8b228d0c7b7868fa,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libcookie-4f75ff772f473141,libhmac-fb365181d628af71,libsha2-ff20d3552a5ea666,libpercent_encoding-fa055ecaa1e57cfa,librand-b858f37eb97dfbd9,librand_chacha-dfad1dcab5d866dc,librand_core-92a894951d4412dc,libgetrandom-0611cc1b0c5e9b80,libtempfile-abfc377decf29459,libfastrand-751bcde24b8aa073,librustix-1aefdf63d4b0171c,libbitflags-1ec459e74ae68f4e,liblinux_raw_sys-d28fdc10158f862f,librand-4f22c7e3e927e1b3,librand_chacha-6458229f612dcb85,libppv_lite86-d626cad1568825a8,libzerocopy-12b53a8da3b97913,librand_core-1ee887db26ee1c77,libgetrandom-0168e7d78cbe4ffd,libmultimap-4446bfdb539e8014,libmulter-79bb94453d9c38fc,libspin-dc062d377076afff,libencoding_rs-455f6c9b70001295,libhttp_body_util-50eb515d049bb8f9,libbase64-32787b0325ea6df8,libfutures_util-6f8e6478efee0fb8,libfutures_io-59d0071c9258d69f,libfutures_task-e09ab7898221cb97,libheaders-9428cbfe94a4de25,libsha1-17047af272d7863f,libcpufeatures-e04321643d03190d,libcfg_if-3a213765134f0c85,libdigest-50b2c7661385d67f,libsubtle-9600f7efd1e82d97,libblock_buffer-0dc685f90ebcf515,libcrypto_common-05bf6487d37e6f7c,libgeneric_array-373dfccc781d5b87,libtypenum-2411508f27232473,libheaders_core-218afa1c309bd6d2,libbase64-13144a1f1e192158,libenumflags2-fc852e4df850f297,libpin_project-b1726106f6a206d7,libhyper-c394d98300dea136,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libsmallvec-bc3128fdd57228fc,libhttparse-8c9b827b8f345444,libh2-44c34100c2885d7d,libtracing-d661401e4dcaed14,libtracing_core-3659fde2e44e9d17,libonce_cell-e9252a7b5119f3eb,libslab-3788524c377108ad,libfnv-79e2cbfbe03dcd16,libtokio_util-86650e96b223c169,libpin_utils-3860774ad9b215b5,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_core-3b920243fce8fec0,libhttp_body-3a724e4d54c5cfa1,libtokio-ff2419ef3108bf77,libsocket2-9cef86d664eca0f6,libmio-e14a12ec9632a55c,liblibc-5d8d5080d132338a,libpin_project_lite-72bf04572caa1c84,libhttp-c41721bd4f8b9d8f,libmime-0188e0814ca7ddbf,libbytes-3529dc27cc7678fe,libregex-7757c61346fa3ca7,libregex_automata-54c940d5feb1cab5,libaho_corasick-c633c294b3f5f5b4,libregex_syntax-cf9ef9729ec61e4c,libindexmap-80b5a9f0727b7f9a,libequivalent-6a754676e6af62ae,libhashbrown-25abce2d85979e8d,libserde_json-7e8f804ed7d0c15b,libmemchr-08f38e9718637002,libryu-a7164637bc4900ee,libthiserror-a3691d83589dbeaa,libtime-712611d9674a6b48,libitoa-ef40fa516293a9d3,libtime_core-18c82ab596674382,libnum_conv-d3297905cfb69f59,libderanged-5a5c5f3d92da1f50,libserde-a8a3642522612e8c,libserde_core-49c5f0449f9ff544,libpowerfmt-f6019a2766e431f7}.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/rustcVWrAp5/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-c2adacd42816e008/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-3f2b935d478936d4/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/salvo_worker-1c0d29f8549d40fb" "-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 `salvo-worker` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "27961d2a654825411ff9e70b68ceab6f2e0ad1644662a7ae6299af2b9bbe1737", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27961d2a654825411ff9e70b68ceab6f2e0ad1644662a7ae6299af2b9bbe1737", kill_on_drop: false }`
[INFO] [stdout] 27961d2a654825411ff9e70b68ceab6f2e0ad1644662a7ae6299af2b9bbe1737
