[INFO] fetching crate statsig-rust 0.14.2-beta.2512310244...
[INFO] testing statsig-rust-0.14.2-beta.2512310244 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate statsig-rust 0.14.2-beta.2512310244 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate statsig-rust 0.14.2-beta.2512310244
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate statsig-rust 0.14.2-beta.2512310244
[INFO] tweaked toml for crates.io crate statsig-rust 0.14.2-beta.2512310244 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate statsig-rust 0.14.2-beta.2512310244 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate statsig-rust 0.14.2-beta.2512310244 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3f90a2c02b911a90d9255f3c7aa7488f1a901ab9eee41acb47507a9a9ac59a6
[INFO] running `Command { std: "docker" "start" "-a" "c3f90a2c02b911a90d9255f3c7aa7488f1a901ab9eee41acb47507a9a9ac59a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3f90a2c02b911a90d9255f3c7aa7488f1a901ab9eee41acb47507a9a9ac59a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3f90a2c02b911a90d9255f3c7aa7488f1a901ab9eee41acb47507a9a9ac59a6", kill_on_drop: false }`
[INFO] [stdout] c3f90a2c02b911a90d9255f3c7aa7488f1a901ab9eee41acb47507a9a9ac59a6
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e46448c6cc86ece06d1dd0f90fb635b5dc4aba7bc0a63323026b12461ec91b1c
[INFO] running `Command { std: "docker" "start" "-a" "e46448c6cc86ece06d1dd0f90fb635b5dc4aba7bc0a63323026b12461ec91b1c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.2.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling zerocopy v0.8.17
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tempfile v3.16.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.1.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]    Compiling brotli-decompressor v4.0.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]    Compiling rand_core v0.9.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]    Compiling axum-core v0.5.5
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling axum v0.8.6
[INFO] [stderr]    Compiling pin-project v1.1.9
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling async-compression v0.4.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling statsig-rust v0.14.2-beta.2512310244 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.4.1
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hyper-rustls v0.27.5
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling lazy-regex v3.4.1
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling serde_with v3.12.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling uuid v1.13.1
[INFO] [stderr]    Compiling simple_logger v5.0.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling uaparser v0.6.4
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling file-guard v0.2.0
[INFO] [stdout] warning: struct `PartialLayerRaw` is never constructed
[INFO] [stdout]    --> src/statsig_types_raw.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub(crate) struct PartialLayerRaw {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s
[INFO] running `Command { std: "docker" "inspect" "e46448c6cc86ece06d1dd0f90fb635b5dc4aba7bc0a63323026b12461ec91b1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e46448c6cc86ece06d1dd0f90fb635b5dc4aba7bc0a63323026b12461ec91b1c", kill_on_drop: false }`
[INFO] [stdout] e46448c6cc86ece06d1dd0f90fb635b5dc4aba7bc0a63323026b12461ec91b1c
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60748a58e8f9bf5ccc13d5a133e6da4c8b9590b168f47699cce6960ccdd4efbc
[INFO] running `Command { std: "docker" "start" "-a" "60748a58e8f9bf5ccc13d5a133e6da4c8b9590b168f47699cce6960ccdd4efbc", kill_on_drop: false }`
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling sdd v3.0.9
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling more-asserts v0.3.1
[INFO] [stderr]    Compiling scc v2.3.4
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.5
[INFO] [stderr]    Compiling wiremock v0.6.2
[INFO] [stderr]    Compiling mockito v1.6.1
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling statsig-rust v0.14.2-beta.2512310244 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `PartialLayerRaw` is never constructed
[INFO] [stdout]    --> src/statsig_types_raw.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub(crate) struct PartialLayerRaw {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PartialLayerRaw` is never constructed
[INFO] [stdout]    --> src/statsig_types_raw.rs:180:19
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub(crate) struct PartialLayerRaw {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `statsig-rust` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/db823df02fd0c2cf67b43025ac3fef3f2d743245/bin/rustc --crate-name statsig_rust --edition=2021 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 --cfg 'feature="default"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom_network_provider", "default", "ffi-support", "reqwest", "sigstat-grpc", "testing", "with_grpc", "with_zstd"))' -C metadata=e243181b5b0b00f9 -C extra-filename=-5ad9d99d7a56d63c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-8d8e0c6463aa7d2e.rlib --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-4d53f24db0759841.rlib --extern assert_json_diff=/opt/rustwide/target/debug/deps/libassert_json_diff-df4d6033e3c34bd3.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-02e99980e6526b3d.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern brotli=/opt/rustwide/target/debug/deps/libbrotli-90527a20d525cade.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-7a433da9c1db3f26.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-d8505182109772e2.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-ee1d1aa24c017be4.rlib --extern file_guard=/opt/rustwide/target/debug/deps/libfile_guard-7005ea88dbace006.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-01f7a81b21523725.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-9671bfa7e853ec43.rlib --extern lazy_regex=/opt/rustwide/target/debug/deps/liblazy_regex-a16037e7dbc7f5d8.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-0f8586cc3118ad93.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-8df7809bc4bc4dee.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-ec9c23884a9db4b9.rlib --extern more_asserts=/opt/rustwide/target/debug/deps/libmore_asserts-f001e74054e64787.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-3ba3ac8361cb14f7.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rlib --extern prost=/opt/rustwide/target/debug/deps/libprost-da57a428d8a67963.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-e22b09279644b3e6.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9b444a174a2e0976.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-46ba3b6c4cf0a73d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-945e686945a4d6d3.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-a9bea5a36fd29453.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d6eaaf72a9f22063.rlib --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-664b0064808aab3d.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-6962c2d86aeede9f.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-2f622441a2a4b920.rlib --extern simple_logger=/opt/rustwide/target/debug/deps/libsimple_logger-70263cefec1f9959.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-b4bed518fd82e414.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f62268830cd0225b.rlib --extern tonic=/opt/rustwide/target/debug/deps/libtonic-8b01ead713039f15.rlib --extern uaparser=/opt/rustwide/target/debug/deps/libuaparser-850de18c70a64897.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-5e53ad179b774730.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-c57bee0984798393.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-8bdb3fa08e1fb489.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-a2dccfd7cf70a8f9/out -L native=/opt/rustwide/target/debug/build/zstd-sys-bff05ac38b016f8d/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/rustcILjm4S/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/{libwiremock-c57bee0984798393,libdeadpool-f7758ea7818040cc,libnum_cpus-8a27c6c68668fa45,libdeadpool_runtime-cddf124178e13e59,libassert_json_diff-df4d6033e3c34bd3,libstatsig_rust-a946fdb0f3b22b13,libsimple_logger-70263cefec1f9959,libtime-515108f53f5435ce,libnum_threads-c1a0ff78db7a07a9,libtime_core-4e44e5dcd53c485d,libnum_conv-2c976fbf8b8f2899,libderanged-ab64fe9a31eb7f24,libpowerfmt-a0c185df26c26a22,libcolored-cc6ba8b546e9b785,libtempfile-b4bed518fd82e414,libfastrand-503f12a96d791409,librustix-973312db51447af6,libbitflags-0dbcd73e56b9cd85,liblinux_raw_sys-b3e0a6b3ac010104,libfile_guard-7005ea88dbace006,libfutures-9671bfa7e853ec43,libfutures_executor-a5d9a265df1c4b53,libarc_swap-4d53f24db0759841,libbrotli-90527a20d525cade,libbrotli_decompressor-1e6ebcc70bab3daa,libprost-da57a428d8a67963,libdashmap-ee1d1aa24c017be4,libhashbrown-5d9404f16ad26a3c,libcrossbeam_utils-bddddcad4a4551ea,libreqwest-46ba3b6c4cf0a73d,libserde_urlencoded-cd79c8b1bfc6271d,librustls_pemfile-70a8b1ebc541565a,libipnet-9aae67a4e846df6d,libhyper_rustls-6d9b0dc5ec8e0008,libwebpki_roots-0706a30944a37a1a,libtokio_rustls-97b6f26ce8f5650c,librustls-408948d67ea05c58,libsubtle-ca7024fc66e4388f,libwebpki-dbb850a47cb33cf0,libring-0d43c66169587969,libuntrusted-3420b86308bec153,libzeroize-ead98f074a37f829,librustls_pki_types-2e4234be2bbf9b66,libasync_compression-c5c7ae64cec74c15,libflate2-01f7a81b21523725,libminiz_oxide-ee1498da599b1896,libadler2-b931b79841890bad,libcrc32fast-5e6fdc6fad2d85f8,libbrotli-7edcfa7ce082f93a,libbrotli_decompressor-f5ef6b28691a8630,liballoc_stdlib-2cbcfaf5b9f938fe,liballoc_no_stdlib-06c983927188c99c,libtower-40c4716268fa3100,libsync_wrapper-a3845461b7db14a0,libtower_layer-d70c7e404336389b,libhyper_util-e2ac2521b0efcdac,libtower_service-0d7df29686b13872,libhyper-7e112352d1044d84,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-ff12d77b2bb66e1b,libh2-617c02aee8a07067,libtracing-1eefb537a8d54fae,libtracing_core-6e4ce65785b7e4a4,libatomic_waker-001109810bdecbaa,libtokio_util-ae0264d079499a73,libhttpdate-9f9d2502c6a38412,libhttp_body_util-fb7eddb65e6ee50e,libfutures_util-b1825e48b15f4d7d,libfutures_io-3e19596c076de665,libslab-2beeedcc9f7dbddb,libfutures_channel-c679acf38b3b9ea3,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libfutures_core-fc6bb1738f00fc87,libhttp_body-bfaff5ad742b8bf0,liblog-8df7809bc4bc4dee,liburl-33a3b5296847ba94,libidna-896d75dfce179b90,libidna_adapter-dabcee8c9075eb9e,libicu_normalizer-7b2eadad8c30ba7c,libicu_normalizer_data-924449c90d89dbe9,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libicu_properties-ef1d4699f8161984,libicu_properties_data-51b5eb2cadc91212,libicu_locid_transform-038dc556f6cb16b6,libicu_locid_transform_data-ad15ccbe3fb30a0f,libicu_collections-308d1a65fab596c6,libicu_provider-24b0201943b9c8dd,libicu_locid-1d2d8477596c1f37,liblitemap-cecd5a7fd1787c64,libtinystr-6f12b68411e6fc7f,libzerovec-bad371276a808934,libwriteable-45c783735d88c2b0,libyoke-b60dff8d75ed8854,libzerofrom-3357fa8331e50740,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-9a3b196401a840c1,libpercent_encoding-9bee39bbc5bd523a,libhttp-13272a7198203937,libfnv-2d77ec4f6f971b24,libuuid-5e53ad179b774730,librand-e95c7baaff86e3f2,librand_chacha-77c3a13d3e9ef893,librand_core-4450901ed59c0ba5,libzerocopy-0d9e57e5dbd8adf4,libgetrandom-8b4139001668439c,libsha2-2f622441a2a4b920,libcpufeatures-471354fefbcaf2d8,libdigest-dd0a8bf6956d991b,libblock_buffer-d07bf3da060c13df,libcrypto_common-f6d4917cf80f00d3,libgeneric_array-9031066b9f97395e,libtypenum-d9cba146b74f4906,libbase64-2a03de3babadded3,libtokio-f62268830cd0225b,libsignal_hook_registry-139a731cd33251aa,libsocket2-e10bf9efd06ea53e,libbytes-7a433da9c1db3f26,libmio-6db935674a12def0,libpin_project_lite-bedc6e0acd72ff2a,librand-e22b09279644b3e6,librand_chacha-47f0ac3dc8609d59,libppv_lite86-59d03afb7b72940c,librand_core-b0d823cf60092fff,libuaparser-850de18c70a64897,libserde_yaml-6731aef7710c1cd2,libindexmap-4a971abef18b988b,libequivalent-fdc46004df91ad08,libhashbrown-19954401a582c725,libunsafe_libyaml-7bc1bf218b2f5452,libregex-9b444a174a2e0976,libregex_automata-ab95923a91eaf688,libaho_corasick-6e9abec44e58222d,libregex_syntax-13fc688ae7f36982,libahash-8d8e0c6463aa7d2e,libgetrandom-3ea2dfb2c2e7b0e8,libonce_cell-5c42cc25c3567235,libzerocopy-4622ea1a727cd12e,libbyteorder-7df9ab1ae37e1368,libserde_with-664b0064808aab3d,libserde_json-d6eaaf72a9f22063,libmemchr-3ffe5f7a52883367,libryu-6b175d60b6f34152,libitoa-d34da3363977f6fb,libserde-945e686945a4d6d3,libserde_core-57e528f07a610d2d,libparking_lot-3ba3ac8361cb14f7,libparking_lot_core-756d759e1360a021,liblibc-0f8586cc3118ad93,libcfg_if-33ef6c02a07f9fec,libsmallvec-e2fbd282c83e646d,liblock_api-87fe6f2f71d5b0ae,libscopeguard-d52bd00767847e44,liblazy_static-b3603208c0de2608,libchrono-d8505182109772e2,libnum_traits-c9b9d1e7f3645a61,libiana_time_zone-33839373f004bfb1}.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/rustcILjm4S/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-a2dccfd7cf70a8f9/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-bff05ac38b016f8d/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/override_adapter_tests-67a206b31f3d3619" "-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 `statsig-rust` (test "override_adapter_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "60748a58e8f9bf5ccc13d5a133e6da4c8b9590b168f47699cce6960ccdd4efbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60748a58e8f9bf5ccc13d5a133e6da4c8b9590b168f47699cce6960ccdd4efbc", kill_on_drop: false }`
[INFO] [stdout] 60748a58e8f9bf5ccc13d5a133e6da4c8b9590b168f47699cce6960ccdd4efbc
