[INFO] cloning repository https://github.com/shinemost/kv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shinemost/kv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshinemost%2Fkv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshinemost%2Fkv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b05d9964c027804ace8e7200fbab85c526e7bee5
[INFO] testing shinemost/kv against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshinemost%2Fkv" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shinemost/kv
[INFO] finished tweaking git repo https://github.com/shinemost/kv
[INFO] tweaked toml for git repo https://github.com/shinemost/kv written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shinemost/kv on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shinemost/kv 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1707c2b039bbb60d8d9c2ba84a435b249aeb9750c38510521c296e8246e05bfb
[INFO] running `Command { std: "docker" "start" "-a" "1707c2b039bbb60d8d9c2ba84a435b249aeb9750c38510521c296e8246e05bfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1707c2b039bbb60d8d9c2ba84a435b249aeb9750c38510521c296e8246e05bfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1707c2b039bbb60d8d9c2ba84a435b249aeb9750c38510521c296e8246e05bfb", kill_on_drop: false }`
[INFO] [stdout] 1707c2b039bbb60d8d9c2ba84a435b249aeb9750c38510521c296e8246e05bfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a204d2b4c7609194a90e5a987bde88cc18cbcd5faa990cbf1ac4af16cfe6cc63
[INFO] running `Command { std: "docker" "start" "-a" "a204d2b4c7609194a90e5a987bde88cc18cbcd5faa990cbf1ac4af16cfe6cc63", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling snow v0.10.0
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling kv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling opentelemetry_api v0.19.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling yamux v0.9.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling opentelemetry_sdk v0.19.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling opentelemetry v0.19.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.19.0
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.11.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.8.3
[INFO] [stderr]    Compiling opentelemetry-proto v0.2.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.12.0
[INFO] [stdout] warning: unused import: `tracing_subscriber::fmt::time::LocalTime`
[INFO] [stdout]   --> src/server.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tracing_subscriber::fmt::time::LocalTime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] running `Command { std: "docker" "inspect" "a204d2b4c7609194a90e5a987bde88cc18cbcd5faa990cbf1ac4af16cfe6cc63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a204d2b4c7609194a90e5a987bde88cc18cbcd5faa990cbf1ac4af16cfe6cc63", kill_on_drop: false }`
[INFO] [stdout] a204d2b4c7609194a90e5a987bde88cc18cbcd5faa990cbf1ac4af16cfe6cc63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 465edb0f92739e7d7988abdb2971838dd0f056ba3948092746ea3625a3222274
[INFO] running `Command { std: "docker" "start" "-a" "465edb0f92739e7d7988abdb2971838dd0f056ba3948092746ea3625a3222274", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling kv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling asn1-rs v0.7.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling asn1-rs v0.6.2
[INFO] [stderr]    Compiling snow v0.10.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling der-parser v9.0.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling der-parser v10.0.0
[INFO] [stderr]    Compiling x509-parser v0.16.0
[INFO] [stderr]    Compiling x509-parser v0.17.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling opentelemetry_api v0.19.0
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling yamux v0.9.0
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling certify v0.6.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-util v0.6.10
[INFO] [stderr]    Compiling async-prost v0.3.0
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling opentelemetry_sdk v0.19.0
[INFO] [stderr]    Compiling opentelemetry v0.19.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.19.0
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.11.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling tonic v0.8.3
[INFO] [stderr]    Compiling opentelemetry-proto v0.2.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.12.0
[INFO] [stdout] warning: unused import: `tracing_subscriber::fmt::time::LocalTime`
[INFO] [stdout]   --> src/server.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tracing_subscriber::fmt::time::LocalTime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused implementer of `Future` that must be used
[INFO] [stdout]   --> examples/tracing.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | /     tracing::info_span!("do_work").in_scope(async || {
[INFO] [stdout] 40 | |         tracing::info!("Doing some work");
[INFO] [stdout] 41 | |         tokio::time::sleep(std::time::Duration::from_millis(100)).await;
[INFO] [stdout] 42 | |         tracing::info!("Work completed");
[INFO] [stdout] 43 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: futures do nothing unless you `.await` or poll them
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing_subscriber::fmt::time::LocalTime`
[INFO] [stdout]   --> src/server.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use tracing_subscriber::fmt::time::LocalTime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kv` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name kv --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e4660eab96d391c -C extra-filename=-4c2e4cefbc913fc0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a6cad01b77d60716.rlib --extern async_prost=/opt/rustwide/target/debug/deps/libasync_prost-a52ed1edb6a113f7.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-b5296a10b8334a2c.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern certify=/opt/rustwide/target/debug/deps/libcertify-3c067dd0cdb2cd2f.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-db0626edd882073c.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-b3b4badd4f9fec14.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-ad53f74be99906cc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-08b3213e23e15468.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-8a286151680a468c.rlib --extern opentelemetry=/opt/rustwide/target/debug/deps/libopentelemetry-b46c53f2d3a6987f.rlib --extern opentelemetry_otlp=/opt/rustwide/target/debug/deps/libopentelemetry_otlp-8c8196e660485972.rlib --extern opentelemetry_semantic_conventions=/opt/rustwide/target/debug/deps/libopentelemetry_semantic_conventions-2ffa5ef634989c7a.rlib --extern opentelemetry_sdk=/opt/rustwide/target/debug/deps/libopentelemetry_sdk-ea7daeb43e4a3ca6.rlib --extern prost=/opt/rustwide/target/debug/deps/libprost-9c5575ec024399f0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-ad975cf48f6503fd.rlib --extern rustls_native_certs=/opt/rustwide/target/debug/deps/librustls_native_certs-c22b1ebe6bd62a76.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9cb900e55f6bd5c3.rlib --extern sled=/opt/rustwide/target/debug/deps/libsled-23d0fecd5c672954.rlib --extern snow=/opt/rustwide/target/debug/deps/libsnow-e4f38ffaafeec59e.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-74b3907914928bfa.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c8220e44cf448407.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-999c55a4542644e0.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-73daa07bebba84bd.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-41220168f1a5f493.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-fa067ef5eb3a507c.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-ebdc0a92714b4b13.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-3034676c59ac0de1.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3fe25e887ae088b2.rlib --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-c92df454a40ba8a0.rlib --extern tracing_opentelemetry=/opt/rustwide/target/debug/deps/libtracing_opentelemetry-993dc7dea5a3d6cd.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-8c77044024a4351c.rlib --extern yamux=/opt/rustwide/target/debug/deps/libyamux-41e002275e5c67f4.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-38c29464647dbc88/out -L native=/opt/rustwide/target/debug/build/ring-f43271660ad350bd/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `kv` (bin "kvs"); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name kvs --edition=2024 src/server.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39cfd0cbc823a949 -C extra-filename=-d0e33fc3821ee416 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a6cad01b77d60716.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-b5296a10b8334a2c.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-b3b4badd4f9fec14.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-ad53f74be99906cc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-08b3213e23e15468.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-8a286151680a468c.rlib --extern kv=/opt/rustwide/target/debug/deps/libkv-9ab9ef73580ed908.rlib --extern opentelemetry=/opt/rustwide/target/debug/deps/libopentelemetry-b46c53f2d3a6987f.rlib --extern opentelemetry_otlp=/opt/rustwide/target/debug/deps/libopentelemetry_otlp-8c8196e660485972.rlib --extern opentelemetry_semantic_conventions=/opt/rustwide/target/debug/deps/libopentelemetry_semantic_conventions-2ffa5ef634989c7a.rlib --extern opentelemetry_sdk=/opt/rustwide/target/debug/deps/libopentelemetry_sdk-ea7daeb43e4a3ca6.rlib --extern prost=/opt/rustwide/target/debug/deps/libprost-9c5575ec024399f0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-ad975cf48f6503fd.rlib --extern rustls_native_certs=/opt/rustwide/target/debug/deps/librustls_native_certs-c22b1ebe6bd62a76.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9cb900e55f6bd5c3.rlib --extern sled=/opt/rustwide/target/debug/deps/libsled-23d0fecd5c672954.rlib --extern snow=/opt/rustwide/target/debug/deps/libsnow-e4f38ffaafeec59e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c8220e44cf448407.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-999c55a4542644e0.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-73daa07bebba84bd.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-41220168f1a5f493.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-fa067ef5eb3a507c.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-ebdc0a92714b4b13.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-3034676c59ac0de1.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3fe25e887ae088b2.rlib --extern tracing_appender=/opt/rustwide/target/debug/deps/libtracing_appender-c92df454a40ba8a0.rlib --extern tracing_opentelemetry=/opt/rustwide/target/debug/deps/libtracing_opentelemetry-993dc7dea5a3d6cd.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-8c77044024a4351c.rlib --extern yamux=/opt/rustwide/target/debug/deps/libyamux-41e002275e5c67f4.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-f43271660ad350bd/out -L native=/opt/rustwide/target/debug/build/ring-38c29464647dbc88/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcsAjndM/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-8c77044024a4351c,libchrono-e6114360132c17a8,libiana_time_zone-54997521cde77023,libnum_traits-e05972f153d0dad0,libtime-999c55a4542644e0,libnum_threads-c1a0ff78db7a07a9,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-d10566252ee684be,libpowerfmt-a0c185df26c26a22,libtracing_serde-9f4676dc4953724c,libserde_json-e5fdd1cb9a0172eb,libryu-0ea4bafc9bef6d8b,libsharded_slab-8a8a8c9e27e64aa6,liblazy_static-b3603208c0de2608,libmatchers-ba33abead2323b66,libregex_automata-03be38c2d36d58e6,libregex_syntax-0b96c82609fbc819,libnu_ansi_term-3bb03eaa72f55709,libthread_local-58a5bffdafb22871,libtracing_log-78a6256a53e8c521,libkv-9ab9ef73580ed908,librustls_native_certs-c22b1ebe6bd62a76,libopenssl_probe-cbab9b905ab83f66,libtoml-3034676c59ac0de1,libtoml_writer-f5f918eec9ee9b26,libtoml_parser-7c87435a29d11327,libwinnow-0a1d84f9d2bb260f,libserde_spanned-70cbfa9686e84517,libtoml_datetime-5130e903ef354ed8,libsled-23d0fecd5c672954,libfxhash-6ae122e7d9b05b12,libcrossbeam_epoch-0779f21ac12784a6,libfs2-a4ed64160ce77275,libtokio_stream-fa067ef5eb3a507c,libdashmap-b3b4badd4f9fec14,libhashbrown-5d9404f16ad26a3c,libcrossbeam_utils-57acb8582d3ed5fe,libhttp-8a286151680a468c,libitoa-6b76ec393d6a2c41,libfnv-2d77ec4f6f971b24,libtokio_rustls-41220168f1a5f493,librustls-c4e2ad0533e90b16,libbase64-b5296a10b8334a2c,libsct-e8931fabea576433,libwebpki-269713ebe3df29be,libring-836657305a60bdfd,libspin-bd5c65b66a03de3f,libuntrusted-4c6cc551cc2c6e70,libsnow-e4f38ffaafeec59e,libgetrandom-f11b9fa35d17fc2f,libring-f547c1dad6937d70,libuntrusted-3420b86308bec153,libaes_gcm-de59c260f96f910b,libctr-b88d17fc6b7be78a,libghash-58359fce8a86b39a,libpolyval-322e2769050386ee,libaes-587b5191cab3984b,libchacha20poly1305-5f00a590a7c13ce1,libchacha20-a63eb9aab25ad722,libpoly1305-be6bfc78903f3942,libopaque_debug-1c8528c9b2d49180,libuniversal_hash-51b96cc3bc687c22,libaead-245f11fc0b697fa6,libcipher-1cf481bb78dc5f7a,libzeroize-ead98f074a37f829,libinout-cc7277f31c31d5b2,libsha2-be0b131b99795d13,libblake2-29bf59b2e7cf0690,libdigest-def1fc1bf4b72023,libblock_buffer-eb912e7657afff52,libcrypto_common-7fdbb27dd40ebdc7,libgeneric_array-4d1e7d2120c15a03,libtypenum-b636c2b461885073,libcurve25519_dalek-583e2d1bfa00d2a2,libcpufeatures-471354fefbcaf2d8,libsubtle-5d784a2d37a7dd24,libyamux-41e002275e5c67f4,librand-ad975cf48f6503fd,librand_chacha-dfcbc826dddf68e3,libppv_lite86-1f94671457ce84ff,libzerocopy-cce06fb2122f9e8f,librand_core-992d5d31a7b8aea0,libgetrandom-300ddd46e4b962ad,libstatic_assertions-d53a9977dc6e27e5,libnohash_hasher-7182108947a1143f,libparking_lot-3a99942c1c7bd51a,libparking_lot_core-5356f80519c4628d,libinstant-12245c94b13f8c81,libtokio_util-ebdc0a92714b4b13,liblog-28f8cc0684f4f944,libtracing-3fe25e887ae088b2,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libflate2-ad53f74be99906cc,libminiz_oxide-63622f1d3ce634bc,libadler2-6c84652b4f76062c,libcrc32fast-cb59b8a1512452f0,libthiserror-c8220e44cf448407,libserde-9cb900e55f6bd5c3,libserde_core-48921fa965a1c84f,libfutures-08b3213e23e15468,libfutures_executor-5a12655df947419a,libfutures_util-aee03ce4f61fe81c,libmemchr-f9c66c7ba21bf873,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libasync_prost-a52ed1edb6a113f7,libfutures_sink-be8442ee548d90f9,libtokio-73daa07bebba84bd,libsignal_hook_registry-5f9c79d829286649,libsocket2-f16df599677ba81c,libmio-be2cd4658de9258e,libparking_lot-1a1b5305b8bf715c,libparking_lot_core-9c231652bd8e66b8,liblibc-f44516d981b27aa6,libcfg_if-666d36e5ee0df220,libsmallvec-45f6e3b8047adea1,liblock_api-0826b5028eacedf5,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,libfutures_core-fc6bb1738f00fc87,libbyteorder-1efcbe4f07366651,libprost-9c5575ec024399f0,libeither-2af7c8622d8fa52e,libbytes-bfe11088fe358bd1,libanyhow-a6cad01b77d60716}.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" "/tmp/rustcsAjndM/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-38c29464647dbc88/out" "-L" "/opt/rustwide/target/debug/build/ring-f43271660ad350bd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/server_with_sled-ede701cdf153c9a3" "-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 `kv` (example "server_with_sled") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcGlWGCu/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-8c77044024a4351c,libchrono-e6114360132c17a8,libiana_time_zone-54997521cde77023,libnum_traits-e05972f153d0dad0,libtime-999c55a4542644e0,libnum_threads-c1a0ff78db7a07a9,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-d10566252ee684be,libpowerfmt-a0c185df26c26a22,libtracing_serde-9f4676dc4953724c,libserde_json-e5fdd1cb9a0172eb,libryu-0ea4bafc9bef6d8b,libsharded_slab-8a8a8c9e27e64aa6,liblazy_static-b3603208c0de2608,libmatchers-ba33abead2323b66,libregex_automata-03be38c2d36d58e6,libregex_syntax-0b96c82609fbc819,libnu_ansi_term-3bb03eaa72f55709,libthread_local-58a5bffdafb22871,libtracing_log-78a6256a53e8c521,libkv-9ab9ef73580ed908,librustls_native_certs-c22b1ebe6bd62a76,libopenssl_probe-cbab9b905ab83f66,libtoml-3034676c59ac0de1,libtoml_writer-f5f918eec9ee9b26,libtoml_parser-7c87435a29d11327,libwinnow-0a1d84f9d2bb260f,libserde_spanned-70cbfa9686e84517,libtoml_datetime-5130e903ef354ed8,libsled-23d0fecd5c672954,libfxhash-6ae122e7d9b05b12,libcrossbeam_epoch-0779f21ac12784a6,libfs2-a4ed64160ce77275,libtokio_stream-fa067ef5eb3a507c,libdashmap-b3b4badd4f9fec14,libhashbrown-5d9404f16ad26a3c,libcrossbeam_utils-57acb8582d3ed5fe,libhttp-8a286151680a468c,libitoa-6b76ec393d6a2c41,libfnv-2d77ec4f6f971b24,libtokio_rustls-41220168f1a5f493,librustls-c4e2ad0533e90b16,libbase64-b5296a10b8334a2c,libsct-e8931fabea576433,libwebpki-269713ebe3df29be,libring-836657305a60bdfd,libspin-bd5c65b66a03de3f,libuntrusted-4c6cc551cc2c6e70,libsnow-e4f38ffaafeec59e,libgetrandom-f11b9fa35d17fc2f,libring-f547c1dad6937d70,libuntrusted-3420b86308bec153,libaes_gcm-de59c260f96f910b,libctr-b88d17fc6b7be78a,libghash-58359fce8a86b39a,libpolyval-322e2769050386ee,libaes-587b5191cab3984b,libchacha20poly1305-5f00a590a7c13ce1,libchacha20-a63eb9aab25ad722,libpoly1305-be6bfc78903f3942,libopaque_debug-1c8528c9b2d49180,libuniversal_hash-51b96cc3bc687c22,libaead-245f11fc0b697fa6,libcipher-1cf481bb78dc5f7a,libzeroize-ead98f074a37f829,libinout-cc7277f31c31d5b2,libsha2-be0b131b99795d13,libblake2-29bf59b2e7cf0690,libdigest-def1fc1bf4b72023,libblock_buffer-eb912e7657afff52,libcrypto_common-7fdbb27dd40ebdc7,libgeneric_array-4d1e7d2120c15a03,libtypenum-b636c2b461885073,libcurve25519_dalek-583e2d1bfa00d2a2,libcpufeatures-471354fefbcaf2d8,libsubtle-5d784a2d37a7dd24,libyamux-41e002275e5c67f4,librand-ad975cf48f6503fd,librand_chacha-dfcbc826dddf68e3,libppv_lite86-1f94671457ce84ff,libzerocopy-cce06fb2122f9e8f,librand_core-992d5d31a7b8aea0,libgetrandom-300ddd46e4b962ad,libstatic_assertions-d53a9977dc6e27e5,libnohash_hasher-7182108947a1143f,libparking_lot-3a99942c1c7bd51a,libparking_lot_core-5356f80519c4628d,libinstant-12245c94b13f8c81,libtokio_util-ebdc0a92714b4b13,liblog-28f8cc0684f4f944,libtracing-3fe25e887ae088b2,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libflate2-ad53f74be99906cc,libminiz_oxide-63622f1d3ce634bc,libadler2-6c84652b4f76062c,libcrc32fast-cb59b8a1512452f0,libthiserror-c8220e44cf448407,libserde-9cb900e55f6bd5c3,libserde_core-48921fa965a1c84f,libfutures-08b3213e23e15468,libfutures_executor-5a12655df947419a,libfutures_util-aee03ce4f61fe81c,libmemchr-f9c66c7ba21bf873,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libasync_prost-a52ed1edb6a113f7,libfutures_sink-be8442ee548d90f9,libtokio-73daa07bebba84bd,libsignal_hook_registry-5f9c79d829286649,libsocket2-f16df599677ba81c,libmio-be2cd4658de9258e,libparking_lot-1a1b5305b8bf715c,libparking_lot_core-9c231652bd8e66b8,liblibc-f44516d981b27aa6,libcfg_if-666d36e5ee0df220,libsmallvec-45f6e3b8047adea1,liblock_api-0826b5028eacedf5,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,libfutures_core-fc6bb1738f00fc87,libbyteorder-1efcbe4f07366651,libprost-9c5575ec024399f0,libeither-2af7c8622d8fa52e,libbytes-bfe11088fe358bd1,libanyhow-a6cad01b77d60716}.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" "/tmp/rustcGlWGCu/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-38c29464647dbc88/out" "-L" "/opt/rustwide/target/debug/build/ring-f43271660ad350bd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/server-e672bf35ff47effc" "-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 `kv` (example "server") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "465edb0f92739e7d7988abdb2971838dd0f056ba3948092746ea3625a3222274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "465edb0f92739e7d7988abdb2971838dd0f056ba3948092746ea3625a3222274", kill_on_drop: false }`
[INFO] [stdout] 465edb0f92739e7d7988abdb2971838dd0f056ba3948092746ea3625a3222274
