[INFO] cloning repository https://github.com/joaquinbejar/market2nats [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joaquinbejar/market2nats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaquinbejar%2Fmarket2nats", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaquinbejar%2Fmarket2nats'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b1942677f16a71e8261e16daeb3ec709b167000 [INFO] testing joaquinbejar/market2nats against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaquinbejar%2Fmarket2nats" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/joaquinbejar/market2nats [INFO] finished tweaking git repo https://github.com/joaquinbejar/market2nats [INFO] tweaked toml for git repo https://github.com/joaquinbejar/market2nats written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/joaquinbejar/market2nats on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/joaquinbejar/market2nats 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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdbb7769a3b54f6e35dc941e75029bc0c320784364dfeea4f4acad2b0ac11764 [INFO] running `Command { std: "docker" "start" "-a" "bdbb7769a3b54f6e35dc941e75029bc0c320784364dfeea4f4acad2b0ac11764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdbb7769a3b54f6e35dc941e75029bc0c320784364dfeea4f4acad2b0ac11764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdbb7769a3b54f6e35dc941e75029bc0c320784364dfeea4f4acad2b0ac11764", kill_on_drop: false }` [INFO] [stdout] bdbb7769a3b54f6e35dc941e75029bc0c320784364dfeea4f4acad2b0ac11764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4776ea3cf235efb0b0f2baa42482ab2d264fed09ee7ff34ab1ea7abb7fc51bb [INFO] running `Command { std: "docker" "start" "-a" "f4776ea3cf235efb0b0f2baa42482ab2d264fed09ee7ff34ab1ea7abb7fc51bb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling aws-lc-rs v1.16.2 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling writeable v0.6.3 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling base64ct v1.8.3 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rustls v0.23.38 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling openssl v0.10.77 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling data-encoding v2.10.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling rust_decimal v1.41.0 [INFO] [stderr] Compiling signatory v0.27.1 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling rand_xoshiro v0.7.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling winnow v1.0.1 [INFO] [stderr] Compiling num-conv v0.2.1 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling aws-lc-sys v0.39.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.113 [INFO] [stderr] Compiling sketches-ddsketch v0.3.1 [INFO] [stderr] Compiling metrics-exporter-prometheus v0.18.1 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling petgraph v0.8.3 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling metrics v0.24.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling prost-derive v0.14.3 [INFO] [stderr] Compiling rand v0.9.3 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling metrics-util v0.20.1 [INFO] [stderr] Compiling nuid v0.5.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling rust_decimal_macros v1.40.0 [INFO] [stderr] Compiling pin-project v1.1.11 [INFO] [stderr] Compiling ed25519-dalek v2.2.0 [INFO] [stderr] Compiling prost v0.14.3 [INFO] [stderr] Compiling nkeys v0.4.5 [INFO] [stderr] Compiling prost-types v0.14.3 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling serde_nanos v0.1.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling prost-build v0.14.3 [INFO] [stderr] Compiling market2nats-domain v0.171.8 (/opt/rustwide/workdir/crates/market2nats-domain) [INFO] [stderr] Compiling tokio v1.51.1 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tungstenite v0.29.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling market2nats v0.171.8 (/opt/rustwide/workdir/crates/market2nats) [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tryhard v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-tungstenite v0.29.0 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling rustls-webpki v0.103.11 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tokio-websockets v0.10.1 [INFO] [stderr] Compiling hyper-rustls v0.27.8 [INFO] [stderr] Compiling async-nats v0.47.0 [INFO] [stderr] Compiling oracle v0.171.8 (/opt/rustwide/workdir/crates/oracle) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s [INFO] running `Command { std: "docker" "inspect" "f4776ea3cf235efb0b0f2baa42482ab2d264fed09ee7ff34ab1ea7abb7fc51bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4776ea3cf235efb0b0f2baa42482ab2d264fed09ee7ff34ab1ea7abb7fc51bb", kill_on_drop: false }` [INFO] [stdout] f4776ea3cf235efb0b0f2baa42482ab2d264fed09ee7ff34ab1ea7abb7fc51bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38e47984e044ba22fbb53df14db9122df624ffe005168bd535e92f1dc22cf96d [INFO] running `Command { std: "docker" "start" "-a" "38e47984e044ba22fbb53df14db9122df624ffe005168bd535e92f1dc22cf96d", kill_on_drop: false }` [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling openssl v0.10.77 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling portpicker v0.1.1 [INFO] [stderr] Compiling iri-string v0.7.12 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling market2nats-domain v0.171.8 (/opt/rustwide/workdir/crates/market2nats-domain) [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling tokio-websockets v0.10.1 [INFO] [stderr] Compiling async-nats v0.47.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-rustls v0.27.8 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling metrics-util v0.20.1 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling prost-build v0.14.3 [INFO] [stderr] Compiling metrics-exporter-prometheus v0.18.1 [INFO] [stderr] Compiling market2nats v0.171.8 (/opt/rustwide/workdir/crates/market2nats) [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling tungstenite v0.29.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-tungstenite v0.29.0 [INFO] [stderr] Compiling oracle v0.171.8 (/opt/rustwide/workdir/crates/oracle) [INFO] [stderr] error: could not compile `market2nats` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name market2nats --edition=2024 crates/market2nats/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=9875aef9dd86d088 -C extra-filename=-5b25436ecf65fe59 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_nats=/opt/rustwide/target/debug/deps/libasync_nats-a52d1bcb4ee52984.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-3f7e7101a981b32b.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-089bba63153d1e48.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-bb08b19abd5fe6db.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-6c882ea78b794533.rlib --extern market2nats_domain=/opt/rustwide/target/debug/deps/libmarket2nats_domain-4983651d645dff61.rlib --extern metrics=/opt/rustwide/target/debug/deps/libmetrics-2ad812d1659993e5.rlib --extern metrics_exporter_prometheus=/opt/rustwide/target/debug/deps/libmetrics_exporter_prometheus-0013ef97b4602362.rlib --extern portpicker=/opt/rustwide/target/debug/deps/libportpicker-c46cf134741ec36d.rlib --extern prost=/opt/rustwide/target/debug/deps/libprost-bafcb1bdbbb6163e.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-975c53ca0f44b63a.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-d8508344810af2f2.rlib --extern rust_decimal_macros=/opt/rustwide/target/debug/deps/librust_decimal_macros-a5ca0a2c5f97baf7.so --extern serde=/opt/rustwide/target/debug/deps/libserde-907aa1be903e8f63.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-001dc964d85f1a3d.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-50f3640d403e1db5.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a26c7abf3d200436.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-65398e652b76154d.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-63f7eee9539b844b.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-d9e5bb5226fe7a1f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b668a2fe6479bf02.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ba43311f98f66096.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-b7c250580fdc85f9.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-93402d0872e3347f/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-202dc6223fc0a087/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `oracle` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name oracle --edition=2024 crates/oracle/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="config"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("config", "default"))' -C metadata=c97a6a3f2f066420 -C extra-filename=-57e4ad7828218bb8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_nats=/opt/rustwide/target/debug/deps/libasync_nats-a52d1bcb4ee52984.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-3f7e7101a981b32b.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-089bba63153d1e48.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-bb08b19abd5fe6db.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-6c882ea78b794533.rlib --extern market2nats_domain=/opt/rustwide/target/debug/deps/libmarket2nats_domain-4983651d645dff61.rlib --extern metrics=/opt/rustwide/target/debug/deps/libmetrics-2ad812d1659993e5.rlib --extern metrics_exporter_prometheus=/opt/rustwide/target/debug/deps/libmetrics_exporter_prometheus-0013ef97b4602362.rlib --extern portpicker=/opt/rustwide/target/debug/deps/libportpicker-c46cf134741ec36d.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-d8508344810af2f2.rlib --extern rust_decimal_macros=/opt/rustwide/target/debug/deps/librust_decimal_macros-a5ca0a2c5f97baf7.so --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-bdb4ba8f2ac60fab.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-907aa1be903e8f63.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-001dc964d85f1a3d.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-50f3640d403e1db5.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a26c7abf3d200436.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-84f29b6b68490c53.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-63f7eee9539b844b.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-d9e5bb5226fe7a1f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b668a2fe6479bf02.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ba43311f98f66096.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-93402d0872e3347f/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-202dc6223fc0a087/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `oracle` (bin "oracle") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name oracle --edition=2024 crates/oracle/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="config"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("config", "default"))' -C metadata=faf8b78f0b91cfd5 -C extra-filename=-02ae4a31314cc202 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_nats=/opt/rustwide/target/debug/deps/libasync_nats-a52d1bcb4ee52984.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-3f7e7101a981b32b.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-089bba63153d1e48.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-bb08b19abd5fe6db.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-6c882ea78b794533.rlib --extern market2nats_domain=/opt/rustwide/target/debug/deps/libmarket2nats_domain-4983651d645dff61.rlib --extern metrics=/opt/rustwide/target/debug/deps/libmetrics-2ad812d1659993e5.rlib --extern metrics_exporter_prometheus=/opt/rustwide/target/debug/deps/libmetrics_exporter_prometheus-0013ef97b4602362.rlib --extern oracle=/opt/rustwide/target/debug/deps/liboracle-32b9b6b13a7f339f.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-d8508344810af2f2.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-bdb4ba8f2ac60fab.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-907aa1be903e8f63.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-001dc964d85f1a3d.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a26c7abf3d200436.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-84f29b6b68490c53.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-63f7eee9539b844b.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-d9e5bb5226fe7a1f.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b668a2fe6479bf02.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-ba43311f98f66096.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-93402d0872e3347f/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-202dc6223fc0a087/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/rustcXWPyij/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libmarket2nats-3d152c87c57876d2,libtoml-d9e5bb5226fe7a1f,libtoml_writer-9c078a4499fca96f,libtoml_parser-26155f9ac40c80f0,libwinnow-67d4b6424c33e941,libserde_spanned-5b6ff1edd0204b79,libtoml_datetime-2e983dad347a1874,libprost-bafcb1bdbbb6163e,libtokio_tungstenite-63f7eee9539b844b,libtokio_native_tls-38a972f4ad381e9d,libtungstenite-b78b71aa38892ae4,libnative_tls-4da3dc0f18e0d5bd,libopenssl-b3ebfc331f4bbe5d,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-1f3c6220937b78a3,libsha1-87de5ebb21c7a91b,libmetrics_exporter_prometheus-0013ef97b4602362,libhyper_rustls-69ed522caa96c550,libmetrics_util-e71f83e14c15bd30,libsketches_ddsketch-89c3510bb0f3d2ff,librand_xoshiro-a2407561ce6f548c,librand-dd67e636056cbe2a,librand_chacha-e2e90ccfaccbb6cf,librand_core-e2071e1e4ea7e7bd,libgetrandom-bd44dbf4cf46cbcd,libcrossbeam_epoch-0641d0c75196d84a,libhashbrown-5301f9ca22a4eaf2,libfoldhash-d879794daeb2a923,libquanta-728a240aab120b1a,libraw_cpuid-b1b2722fd5719db2,libbitflags-5009bb8c2d6ccbe4,libaxum-3f7e7101a981b32b,libserde_path_to_error-9faa2e376fbc105d,libserde_urlencoded-ac706058532b279f,libryu-96e4827cb8e74ef1,libhyper_util-c86f456a54322404,libipnet-d13aa1d8cef494ce,libhyper-46ca5f268b24f9a5,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libh2-4226d3c199062826,libindexmap-37881c669a6ab1f5,libequivalent-9631f206a02b9f54,libhashbrown-0eacb9dcbc3c3787,libfnv-2a26f5d3b9cd4973,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libfutures_channel-673eba4cd2f1a4af,libmatchit-6d2c723f32ec3b7e,libaxum_core-5e39bfc8b89ad55f,libmime-7cbfcc84299bf52b,libhttp_body_util-4fc2372e55133817,libhttp_body-87514d4e61704eb9,libtower-11a1d289d1980117,libsync_wrapper-096429d0b7f46333,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libmarket2nats_domain-4983651d645dff61,librust_decimal-d8508344810af2f2,libarrayvec-31fe32bc47030bae,libnum_traits-239574d301eef326,libthiserror-b705a45025fdf89b,libmetrics-2ad812d1659993e5,libahash-a3b0bdb7ba2a7db7,libdashmap-bb08b19abd5fe6db,libhashbrown-4a5c8172d1d54191,libcrossbeam_utils-7c4ed9e811c5c46d,libasync_nats-a52d1bcb4ee52984,librustls_native_certs-a1dba9c5cc27f159,libopenssl_probe-703a3ddfc0e4be36,libserde_nanos-b3fa237bc7b4ecdd,libtryhard-288fd2e1779e16ec,libnuid-da48ede5c2abc5f7,libtokio_stream-585185e06d816aba,libserde_json-001dc964d85f1a3d,libzmij-d2f562b84b927b2e,libtime-97a9a2731490a26f,libtime_core-388d6e02ed0f4b60,libnum_conv-5a4a5ce1e07de586,libderanged-de8a4dee41b138de,libpowerfmt-521a460cc2ff4e45,libtokio_websockets-077b232ca4934258,libwebpki_roots-fce5abcc0688276b,libwebpki_roots-52073429bdaef505,libhttparse-2dcf90c780aed9d3,libhttp-4226f59c09a115b5,libitoa-0d0a278c06e14513,libbase64-fff42f7554bbeb90,libpin_project-8913758303a3d5e7,libtokio_util-849ae9c0f7c57fce,libportable_atomic-397a52740b99f831,libregex-021e519fc88cd809,libregex_automata-124cdc42734d678f,libaho_corasick-6fe72661f2ebc760,libmemchr-d8218b780a78fe0a,libregex_syntax-33adcf3d7e28903a,libnkeys-0aaf8256b7564db2,libdata_encoding-b4708a4db8b9ff4f,libsignatory-a9a5db7ee1bc6b45,libpkcs8-0ff69e79807a25b6,libspki-6be38c92a59cdfdc,libder-359a326adcbc35ac,libpem_rfc7468-449436b5fbdc0ab1,libbase64ct-f6dd625d8072d296,libconst_oid-31bf52a9edb7c9ff,librand-ae9388bacca1bc96,librand_chacha-372ac384ed347a6b,libppv_lite86-2306ff8ae322ccc1,libzerocopy-59dcac53f0d5ac51,librand_core-0e3990a56813413f,libed25519_dalek-bec58951877170c8,libsha2-daa5c85daed0d8db,libcurve25519_dalek-7176b6096394ed51,libcpufeatures-bb85f9e0eaf4b5a3,libed25519-bd42fb44a92c08d2,libsignature-1337f9cb6a3d9b92,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libtokio_rustls-84f29b6b68490c53,librustls-2b16b2d9189d8aec,libsubtle-e2f0af8959bd7889,libwebpki-e31e7a162aa90d1b,libaws_lc_rs-bc62bc9d269c1553,libaws_lc_sys-9e956bcb23bdfe5c,libring-1786b595207a271c,libgetrandom-1143be0b86498b4d,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,liburl-b7c250580fdc85f9,libidna-ffa178fa6c228f83,libidna_adapter-c173a52f80bca188,libicu_properties-f9148457abb15a6b,libicu_properties_data-dff8f3e32951d104,libicu_normalizer-7674ca775681201e,libicu_normalizer_data-50864128baa771f6,libicu_collections-7b8230372d5dd6e9,libutf8_iter-efb3984ee203d151,libpotential_utf-c7677c5905490d4c,libicu_provider-755cbfd3c83ef14b,libicu_locale_core-df91fea35ff72917,libtinystr-64851c8844311372,liblitemap-21d4e5e58548354d,libwriteable-f2cbf4e2e2f7ebb1,libzerovec-5898169214c8cce6,libzerotrie-85116145ac0185f0,libyoke-73e761d2637346c2,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-d5bf8c6280ef1389,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libtracing-b668a2fe6479bf02,liblog-753a0cb3f11b08fe,libtracing_core-0a2040ae5074f76c,libonce_cell-210b47fe854405d5,libtokio-a26c7abf3d200436,libsignal_hook_registry-3b7af8a120fd105e,liberrno-daf59c2696606de7,libsocket2-991b02095dfbf213,libbytes-089bba63153d1e48,libserde-907aa1be903e8f63,libserde_core-f5ed69f6ed59a68c,libmio-14a9fc939e969828,libparking_lot-cd5ebf07124ed564,libparking_lot_core-97ed7da553ed457f,liblibc-e4d524206a08c183,libcfg_if-cad248e7066eec15,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libfutures_util-6c882ea78b794533,libslab-6f51d9019150979e,libpin_project_lite-8ad468af17824a0b,libfutures_sink-59b73d2c5a0fb80d,libfutures_task-02cf0fb977266c2e,libfutures_core-3e8ff8c6a8ead7f1,libthiserror-f7bc4672faa689cd}.rlib" "/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/rustcXWPyij/raw-dylibs" "-B/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-93402d0872e3347f/out" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-202dc6223fc0a087/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nats_connection_test-354acca4ecff4320" "-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 `market2nats` (test "nats_connection_test") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcO8ZmS4/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtempfile-50f3640d403e1db5,libgetrandom-db6a3db8d3743238,libfastrand-7d2e35e76cb4a099,librustix-96e693be2f4454ce,liblinux_raw_sys-6f64b533656ada5e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libmarket2nats-3d152c87c57876d2,libtoml-d9e5bb5226fe7a1f,libtoml_writer-9c078a4499fca96f,libtoml_parser-26155f9ac40c80f0,libwinnow-67d4b6424c33e941,libserde_spanned-5b6ff1edd0204b79,libtoml_datetime-2e983dad347a1874,libprost-bafcb1bdbbb6163e,libtokio_tungstenite-63f7eee9539b844b,libtokio_native_tls-38a972f4ad381e9d,libtungstenite-b78b71aa38892ae4,libnative_tls-4da3dc0f18e0d5bd,libopenssl-b3ebfc331f4bbe5d,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-1f3c6220937b78a3,libsha1-87de5ebb21c7a91b,libasync_nats-a52d1bcb4ee52984,libserde_nanos-b3fa237bc7b4ecdd,libtryhard-288fd2e1779e16ec,libnuid-da48ede5c2abc5f7,libtokio_stream-585185e06d816aba,libtime-97a9a2731490a26f,libtime_core-388d6e02ed0f4b60,libnum_conv-5a4a5ce1e07de586,libderanged-de8a4dee41b138de,libpowerfmt-521a460cc2ff4e45,libtokio_websockets-077b232ca4934258,libwebpki_roots-fce5abcc0688276b,libwebpki_roots-52073429bdaef505,libpin_project-8913758303a3d5e7,libportable_atomic-397a52740b99f831,libregex-021e519fc88cd809,libregex_automata-124cdc42734d678f,libaho_corasick-6fe72661f2ebc760,libregex_syntax-33adcf3d7e28903a,libnkeys-0aaf8256b7564db2,libdata_encoding-b4708a4db8b9ff4f,libsignatory-a9a5db7ee1bc6b45,libpkcs8-0ff69e79807a25b6,libspki-6be38c92a59cdfdc,libder-359a326adcbc35ac,libpem_rfc7468-449436b5fbdc0ab1,libbase64ct-f6dd625d8072d296,libconst_oid-31bf52a9edb7c9ff,librand-ae9388bacca1bc96,librand_chacha-372ac384ed347a6b,librand_core-0e3990a56813413f,libed25519_dalek-bec58951877170c8,libsha2-daa5c85daed0d8db,libcurve25519_dalek-7176b6096394ed51,libcpufeatures-bb85f9e0eaf4b5a3,libed25519-bd42fb44a92c08d2,libsignature-1337f9cb6a3d9b92,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,liburl-b7c250580fdc85f9,libidna-ffa178fa6c228f83,libidna_adapter-c173a52f80bca188,libicu_properties-f9148457abb15a6b,libicu_properties_data-dff8f3e32951d104,libicu_normalizer-7674ca775681201e,libicu_normalizer_data-50864128baa771f6,libicu_collections-7b8230372d5dd6e9,libutf8_iter-efb3984ee203d151,libpotential_utf-c7677c5905490d4c,libicu_provider-755cbfd3c83ef14b,libicu_locale_core-df91fea35ff72917,libtinystr-64851c8844311372,liblitemap-21d4e5e58548354d,libwriteable-f2cbf4e2e2f7ebb1,libzerovec-5898169214c8cce6,libzerotrie-85116145ac0185f0,libyoke-73e761d2637346c2,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-d5bf8c6280ef1389,libthiserror-f7bc4672faa689cd,libmetrics_exporter_prometheus-0013ef97b4602362,libhyper_rustls-69ed522caa96c550,libtokio_rustls-84f29b6b68490c53,librustls_native_certs-a1dba9c5cc27f159,libopenssl_probe-703a3ddfc0e4be36,librustls-2b16b2d9189d8aec,libsubtle-e2f0af8959bd7889,libwebpki-e31e7a162aa90d1b,libaws_lc_rs-bc62bc9d269c1553,libaws_lc_sys-9e956bcb23bdfe5c,libring-1786b595207a271c,libgetrandom-1143be0b86498b4d,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libmetrics_util-e71f83e14c15bd30,libsketches_ddsketch-89c3510bb0f3d2ff,librand_xoshiro-a2407561ce6f548c,librand-dd67e636056cbe2a,librand_chacha-e2e90ccfaccbb6cf,libppv_lite86-2306ff8ae322ccc1,librand_core-e2071e1e4ea7e7bd,libgetrandom-bd44dbf4cf46cbcd,libcrossbeam_epoch-0641d0c75196d84a,libhashbrown-5301f9ca22a4eaf2,libfoldhash-d879794daeb2a923,libquanta-728a240aab120b1a,libraw_cpuid-b1b2722fd5719db2,libbitflags-5009bb8c2d6ccbe4,libaxum-3f7e7101a981b32b,libserde_json-001dc964d85f1a3d,libmemchr-d8218b780a78fe0a,libzmij-d2f562b84b927b2e,libserde_path_to_error-9faa2e376fbc105d,libserde_urlencoded-ac706058532b279f,libryu-96e4827cb8e74ef1,libform_urlencoded-e63e84c134db7b31,libhyper_util-c86f456a54322404,libbase64-fff42f7554bbeb90,libpercent_encoding-99cdb00cefa02ca0,libipnet-d13aa1d8cef494ce,libhyper-46ca5f268b24f9a5,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-4226d3c199062826,libindexmap-37881c669a6ab1f5,libequivalent-9631f206a02b9f54,libhashbrown-0eacb9dcbc3c3787,libfnv-2a26f5d3b9cd4973,libtokio_util-849ae9c0f7c57fce,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libfutures_channel-673eba4cd2f1a4af,libmatchit-6d2c723f32ec3b7e,libaxum_core-5e39bfc8b89ad55f,libmime-7cbfcc84299bf52b,libhttp_body_util-4fc2372e55133817,libhttp_body-87514d4e61704eb9,libhttp-4226f59c09a115b5,libitoa-0d0a278c06e14513,libtower-11a1d289d1980117,libsync_wrapper-096429d0b7f46333,libfutures_util-6c882ea78b794533,libslab-6f51d9019150979e,libfutures_sink-59b73d2c5a0fb80d,libfutures_task-02cf0fb977266c2e,libfutures_core-3e8ff8c6a8ead7f1,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libmarket2nats_domain-4983651d645dff61,librust_decimal-d8508344810af2f2,libarrayvec-31fe32bc47030bae,libnum_traits-239574d301eef326,libthiserror-b705a45025fdf89b,libtokio-a26c7abf3d200436,libsignal_hook_registry-3b7af8a120fd105e,liberrno-daf59c2696606de7,libsocket2-991b02095dfbf213,libbytes-089bba63153d1e48,libserde-907aa1be903e8f63,libserde_core-f5ed69f6ed59a68c,libmio-14a9fc939e969828,libparking_lot-cd5ebf07124ed564,libtracing-b668a2fe6479bf02,liblog-753a0cb3f11b08fe,libpin_project_lite-8ad468af17824a0b,libtracing_core-0a2040ae5074f76c,libmetrics-2ad812d1659993e5,libahash-a3b0bdb7ba2a7db7,libzerocopy-59dcac53f0d5ac51,libdashmap-bb08b19abd5fe6db,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libhashbrown-4a5c8172d1d54191,libonce_cell-210b47fe854405d5,libcrossbeam_utils-7c4ed9e811c5c46d,libparking_lot_core-97ed7da553ed457f,liblibc-e4d524206a08c183,libcfg_if-cad248e7066eec15,libsmallvec-128704011005142e}.rlib" "/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/rustcO8ZmS4/raw-dylibs" "-B/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-93402d0872e3347f/out" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-202dc6223fc0a087/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/config_loading_test-51e342272ccdd081" "-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 `market2nats` (test "config_loading_test") due to 1 previous error [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "38e47984e044ba22fbb53df14db9122df624ffe005168bd535e92f1dc22cf96d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38e47984e044ba22fbb53df14db9122df624ffe005168bd535e92f1dc22cf96d", kill_on_drop: false }` [INFO] [stdout] 38e47984e044ba22fbb53df14db9122df624ffe005168bd535e92f1dc22cf96d