[INFO] cloning repository https://github.com/markosski/gossipgriddb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markosski/gossipgriddb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkosski%2Fgossipgriddb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkosski%2Fgossipgriddb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a73eb1186a10f93825a4361d3b52524292cd85c9 [INFO] testing markosski/gossipgriddb against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkosski%2Fgossipgriddb" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/markosski/gossipgriddb [INFO] finished tweaking git repo https://github.com/markosski/gossipgriddb [INFO] tweaked toml for git repo https://github.com/markosski/gossipgriddb written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/markosski/gossipgriddb on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/markosski/gossipgriddb 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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1440ffd11643d8f8323c18826bf4e4ec2ee09af7988b0159b3598edf854ed1b7 [INFO] running `Command { std: "docker" "start" "-a" "1440ffd11643d8f8323c18826bf4e4ec2ee09af7988b0159b3598edf854ed1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1440ffd11643d8f8323c18826bf4e4ec2ee09af7988b0159b3598edf854ed1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1440ffd11643d8f8323c18826bf4e4ec2ee09af7988b0159b3598edf854ed1b7", kill_on_drop: false }` [INFO] [stdout] 1440ffd11643d8f8323c18826bf4e4ec2ee09af7988b0159b3598edf854ed1b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edf2162b4f59e3497d52fe5f0b44b86c825eec22b1714689db7e3eee2ca0f8f2 [INFO] running `Command { std: "docker" "start" "-a" "edf2162b4f59e3497d52fe5f0b44b86c825eec22b1714689db7e3eee2ca0f8f2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cc v1.2.24 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.108 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling axum-core v0.5.5 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling lua-src v547.0.0 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling unty v0.0.4 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling names v0.14.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling headers v0.4.1 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling which v7.0.3 [INFO] [stderr] Compiling luajit-src v210.5.12+a4f56a4 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling integer-encoding v3.0.4 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling mlua-sys v0.6.8 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling jiff v0.2.5 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling clap_builder v4.5.51 [INFO] [stderr] Compiling fastcache v0.1.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sstable v0.11.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling humantime v2.3.0 [INFO] [stderr] Compiling stdext v0.3.3 [INFO] [stderr] Compiling twox-hash v2.1.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling laminar v0.4.0 [INFO] [stderr] Compiling hdrhistogram v7.5.4 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling prost-derive v0.14.1 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling prost v0.14.1 [INFO] [stderr] Compiling prost-types v0.14.1 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling env_logger v0.11.7 [INFO] [stderr] Compiling clap v4.5.51 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling bincode v2.0.1 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling pwal v0.2.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling h2 v0.4.10 [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 url v2.5.4 [INFO] [stderr] Compiling axum v0.8.7 [INFO] [stderr] Compiling mlua v0.9.9 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper-util v0.1.12 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling warp v0.4.2 [INFO] [stderr] Compiling tonic v0.14.2 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling gossipgrid-client v0.1.0 (/opt/rustwide/workdir/gossipgrid-client) [INFO] [stderr] Compiling gossipgrid v0.1.0 (/opt/rustwide/workdir/gossipgrid) [INFO] [stderr] Compiling tonic-prost v0.14.2 [INFO] [stderr] Compiling console-api v0.9.0 [INFO] [stderr] Compiling console-subscriber v0.5.0 [INFO] [stderr] Compiling demo v0.1.0 (/opt/rustwide/workdir/examples/demo) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s [INFO] running `Command { std: "docker" "inspect" "edf2162b4f59e3497d52fe5f0b44b86c825eec22b1714689db7e3eee2ca0f8f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edf2162b4f59e3497d52fe5f0b44b86c825eec22b1714689db7e3eee2ca0f8f2", kill_on_drop: false }` [INFO] [stdout] edf2162b4f59e3497d52fe5f0b44b86c825eec22b1714689db7e3eee2ca0f8f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84d95a709194d4f33daffa1144310f0e991724ce06c780f46f3b0f7a1f66abc7 [INFO] running `Command { std: "docker" "start" "-a" "84d95a709194d4f33daffa1144310f0e991724ce06c780f46f3b0f7a1f66abc7", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling zerocopy-derive v0.8.40 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling fastcache v0.1.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling names v0.14.0 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling twox-hash v2.1.2 [INFO] [stderr] Compiling laminar v0.4.0 [INFO] [stderr] Compiling gossipgrid-client v0.1.0 (/opt/rustwide/workdir/gossipgrid-client) [INFO] [stderr] Compiling gossipgrid v0.1.0 (/opt/rustwide/workdir/gossipgrid) [INFO] [stderr] Compiling demo v0.1.0 (/opt/rustwide/workdir/examples/demo) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `Command { std: "docker" "inspect" "84d95a709194d4f33daffa1144310f0e991724ce06c780f46f3b0f7a1f66abc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84d95a709194d4f33daffa1144310f0e991724ce06c780f46f3b0f7a1f66abc7", kill_on_drop: false }` [INFO] [stdout] 84d95a709194d4f33daffa1144310f0e991724ce06c780f46f3b0f7a1f66abc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d8262096be46184cbbb83d3ec038dec9f39be38271618ff0f4707b69191f9d9e [INFO] running `Command { std: "docker" "start" "-a" "d8262096be46184cbbb83d3ec038dec9f39be38271618ff0f4707b69191f9d9e", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/demo-b29553ed9f6cf78c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/demo-2377abf7010e970c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gossipgrid-7cd25352504117b3) [INFO] [stdout] [INFO] [stdout] running 61 tests [INFO] [stdout] test clock::tests::hlc_compare ... ok [INFO] [stdout] test cluster::tests::test_cluster_metadata_creation ... ok [INFO] [stdout] test cluster::tests::test_leadership_node_0_disconnected ... ok [INFO] [stdout] test cluster::tests::test_leadership_sticky ... ok [INFO] [stdout] test cluster::tests::test_leadership_change_detection ... ok [INFO] [stdout] test cluster::tests::test_duplicate_leading_partitions ... ok [INFO] [stdout] test cluster::tests::test_leadership_merge_gossip ... ok [INFO] [stdout] test cluster::tests::test_assign_node ... ok [INFO] [stdout] test cluster::tests::test_node_state_unification ... ok [INFO] [stdout] test cluster::tests::test_hlc_ordering_with_clock_drift ... ok [INFO] [stdout] test cluster::tests::test_leader_election_distribution_balance ... ok [INFO] [stdout] test cluster::tests::test_leader_election_distribution_on_rejoin ... ok [INFO] [stdout] test cluster::tests::test_is_fully_assigned ... ok [INFO] [stdout] test cluster::tests::test_leadership_all_assigned_lowest_index ... ok [INFO] [stdout] test cluster::tests::test_partition_assignments_unassigned ... ok [INFO] [stdout] test cluster::tests::test_leadership_node_0_unassigned ... ok [INFO] [stdout] test cluster::tests::test_syncing_node_leadership ... ok [INFO] [stdout] test cluster::tests::test_partition_balancing ... ok [INFO] [stdout] test compute::tests::test_script_size_limit ... ok [INFO] [stdout] test compute::tests::test_sandbox_blocks_io_open ... ok [INFO] [stdout] test cluster::tests::test_next_nodes ... ok [INFO] [stdout] test compute::tests::test_vm_reuse_multiple_executions ... ok [INFO] [stdout] test compute::tests::test_execute_lua_sum ... ok [INFO] [stdout] test cluster::tests::test_next_node ... ok [INFO] [stdout] test compute::tests::test_execute_lua_collect_keys ... ok [INFO] [stdout] test compute::tests::test_execute_lua_empty_iterator ... ok [INFO] [stdout] test function_registry::tests::test_get_nonexistent ... ok [INFO] [stdout] test function_registry::tests::test_list_functions ... ok [INFO] [stdout] test compute::tests::test_sandbox_blocks_require ... ok [INFO] [stdout] test function_registry::tests::test_register_and_get ... ok [INFO] [stdout] test function_registry::tests::test_remove_function ... ok [INFO] [stdout] test item::tests::test_storage_key_equality ... ok [INFO] [stdout] test compute::tests::test_sandbox_blocks_loadfile ... ok [INFO] [stdout] test cluster::tests::test_leadership_hydrating_exclusion ... ok [INFO] [stdout] test store::memory_store::tests::test_get_many_filtering ... ok [INFO] [stdout] test compute::tests::test_sandbox_blocks_os_execute ... ok [INFO] [stdout] test store::memory_store::tests::test_get_many_order ... ok [INFO] [stdout] test store::memory_store::tests::test_get_many_skip_null_rk ... ok [INFO] [stdout] test store::memory_store::tests::test_partition_counts ... ok [INFO] [stdout] test store::sstable_store::merge_iterator::tests::test_merge_iterator_complex_sorting ... ok [INFO] [stdout] test store::sstable_store::merge_iterator::tests::test_merge_iterator_single_source ... ok [INFO] [stdout] test store::memory_store::tests::test_insert_item_pk_and_rk ... ok [INFO] [stdout] test store::memory_store::tests::test_insert_item_pk_only ... ok [INFO] [stdout] test store::sstable_store::merge_iterator::tests::test_merge_iterator_merging_and_overriding ... ok [INFO] [stdout] test store::sstable_store::merge_iterator::tests::test_merge_iterator_with_empty_sources ... ok [INFO] [stdout] test cluster::tests::test_leader_election_distribution_on_node_failure ... ok [INFO] [stdout] test compute::tests::test_infinite_loop_protection ... ok [INFO] [stdout] test store::sstable_store::tests::test_partition_store_flush_persists_data_and_clears_memtable ... ok [INFO] [stdout] test store::sstable_store::tests::test_partition_store_crud_and_count_across_memtable_and_sstables ... ok [INFO] [stdout] test store::sstable_store::tests::test_storage_key_roundtrip_without_range_key ... ok [INFO] [stdout] test store::tests::test_parse_storage_key_with_pk_and_no_rk ... ok [INFO] [stdout] test store::sstable_store::tests::test_storage_key_roundtrip_with_special_characters ... ok [INFO] [stdout] test store::sstable_store::tests::test_partition_store_get_many_filtering_and_order ... ok [INFO] [stdout] test sync::tests::test_evaluate_sync_toggle_unknown_leader_tip ... ok [INFO] [stdout] test sync::tests::test_evaluate_sync_toggle_multi_leader_one_behind ... ok [INFO] [stdout] test sync::tests::test_evaluate_sync_toggle_caught_up ... ok [INFO] [stdout] test store::sstable_store::tests::test_sstable_store_restart_recovery_from_sstable_files ... ok [INFO] [stdout] test store::sstable_store::tests::test_partition_store_reads_during_active_flush ... ok [INFO] [stdout] test store::sstable_store::tests::test_storage_key_roundtrip_with_empty_range_key ... ok [INFO] [stdout] test store::tests::test_parse_storage_key_with_pk_and_rk ... ok [INFO] [stdout] test store::sstable_store::tests::test_partition_store_compaction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s [INFO] [stdout] [INFO] [stderr] Running tests/int_tests_batch_write.rs (/opt/rustwide/target/debug/deps/int_tests_batch_write-88e59c5897339433) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] [2026-03-27T15:11:21Z ERROR gossipgrid::sync] node=127.0.0.1:44559; Failed to send SyncResponse to 127.0.0.1:59902: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:21Z ERROR gossipgrid::sync] node=127.0.0.1:44559; Failed to send SyncResponse to 127.0.0.1:59916: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:21Z ERROR gossipgrid::sync] node=127.0.0.1:38115; Failed to send SyncResponse to 127.0.0.1:33772: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:21Z ERROR gossipgrid::sync] node=127.0.0.1:38115; Failed to send SyncResponse to 127.0.0.1:33788: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:22Z ERROR gossipgrid::sync] node=127.0.0.1:44559; Failed to send SyncResponse to 127.0.0.1:44542: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:22Z ERROR gossipgrid::sync] node=127.0.0.1:38115; Failed to send SyncResponse to 127.0.0.1:34584: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:23Z ERROR gossipgrid::sync] node=127.0.0.1:46091; Failed to send SyncResponse to 127.0.0.1:38032: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:23Z ERROR gossipgrid::sync] node=127.0.0.1:44559; Failed to send SyncResponse to 127.0.0.1:44544: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:23Z ERROR gossipgrid::sync] node=127.0.0.1:44559; Failed to send SyncResponse to 127.0.0.1:44558: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:23Z ERROR gossipgrid::sync] node=127.0.0.1:38115; Failed to send SyncResponse to 127.0.0.1:34586: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:23Z ERROR gossipgrid::sync] node=127.0.0.1:38115; Failed to send SyncResponse to 127.0.0.1:34596: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:23Z ERROR gossipgrid::sync] node=127.0.0.1:38115; Failed to send SyncResponse to 127.0.0.1:34602: Broken pipe (os error 32) [INFO] [stdout] test test_batch_write_single_node ... ok [INFO] [stderr] [2026-03-27T15:11:24Z ERROR gossipgrid::sync] node=127.0.0.1:44559; Failed to send SyncResponse to 127.0.0.1:44574: Broken pipe (os error 32) [INFO] [stdout] test test_batch_write_client_multi_node ... ok [INFO] [stderr] Running tests/int_tests_compute.rs (/opt/rustwide/target/debug/deps/int_tests_compute-ad83d638960bd502) [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.86s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] [2026-03-27T15:11:30Z ERROR gossipgrid::sync] node=127.0.0.1:32805; Failed to send SyncResponse to 127.0.0.1:55276: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:30Z ERROR gossipgrid::sync] node=127.0.0.1:32805; Failed to send SyncResponse to 127.0.0.1:55278: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:31Z ERROR gossipgrid::sync] node=127.0.0.1:32805; Failed to send SyncResponse to 127.0.0.1:42976: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:32Z ERROR gossipgrid::sync] node=127.0.0.1:37327; Failed to send SyncResponse to 127.0.0.1:54020: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:32Z ERROR gossipgrid::sync] node=127.0.0.1:32805; Failed to send SyncResponse to 127.0.0.1:43006: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:32Z ERROR gossipgrid::sync] node=127.0.0.1:32805; Failed to send SyncResponse to 127.0.0.1:42990: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:32Z ERROR gossipgrid::sync] node=127.0.0.1:32805; Failed to send SyncResponse to 127.0.0.1:43020: Broken pipe (os error 32) [INFO] [stdout] test test_compute_sum_with_registered_function ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.88s [INFO] [stderr] Running tests/int_tests_gossip.rs (/opt/rustwide/target/debug/deps/int_tests_gossip-14686ce799fea3ca) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] [2026-03-27T15:11:34Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:42050: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:37Z ERROR gossipgrid::sync] node=127.0.0.1:40119; Failed to send SyncResponse to 127.0.0.1:60850: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:39Z ERROR gossipgrid::sync] node=127.0.0.1:40119; Failed to send SyncResponse to 127.0.0.1:60866: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:40Z ERROR gossipgrid::sync] node=127.0.0.1:40119; Failed to send SyncResponse to 127.0.0.1:60882: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:46Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:42066: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:47Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:55720: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:48Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:55736: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:49Z ERROR gossipgrid::gossip] node=127.0.0.1:41329; Client disconnected: 127.0.0.1:40119 [INFO] [stderr] [2026-03-27T15:11:49Z ERROR gossipgrid::gossip] node=127.0.0.1:35303; Client disconnected: 127.0.0.1:40119 [INFO] [stderr] [2026-03-27T15:11:49Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:55750: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:52Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:55760: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:53Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:33512: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:54Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:33518: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:58Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:33520: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:11:59Z ERROR gossipgrid::sync] node=127.0.0.1:35303; Failed to send SyncResponse to 127.0.0.1:33536: Broken pipe (os error 32) [INFO] [stdout] test test_node1_drops ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 27.81s [INFO] [stdout] [INFO] [stderr] Running tests/int_tests_publish.rs (/opt/rustwide/target/debug/deps/int_tests_publish-c6f8fda465fd19a9) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51882: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51866: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:33053; Failed to send SyncResponse to 127.0.0.1:51994: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:33053; Failed to send SyncResponse to 127.0.0.1:52004: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:40799; Failed to send SyncResponse to 127.0.0.1:40388: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:40799; Failed to send SyncResponse to 127.0.0.1:40390: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:41635; Failed to send SyncResponse to 127.0.0.1:54664: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:05Z ERROR gossipgrid::sync] node=127.0.0.1:41635; Failed to send SyncResponse to 127.0.0.1:54670: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:06Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51884: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:06Z ERROR gossipgrid::sync] node=127.0.0.1:33053; Failed to send SyncResponse to 127.0.0.1:52016: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:06Z ERROR gossipgrid::sync] node=127.0.0.1:40799; Failed to send SyncResponse to 127.0.0.1:40402: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:06Z ERROR gossipgrid::sync] node=127.0.0.1:41635; Failed to send SyncResponse to 127.0.0.1:54672: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51892: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51898: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:33053; Failed to send SyncResponse to 127.0.0.1:52028: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:33053; Failed to send SyncResponse to 127.0.0.1:52036: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:40799; Failed to send SyncResponse to 127.0.0.1:40410: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:40799; Failed to send SyncResponse to 127.0.0.1:40416: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:40721; Failed to send SyncResponse to 127.0.0.1:38926: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:41635; Failed to send SyncResponse to 127.0.0.1:54686: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:41635; Failed to send SyncResponse to 127.0.0.1:54688: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:33053; Failed to send SyncResponse to 127.0.0.1:52048: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:07Z ERROR gossipgrid::sync] node=127.0.0.1:40799; Failed to send SyncResponse to 127.0.0.1:40432: Broken pipe (os error 32) [INFO] [stdout] test test_publish_and_retrieve_many_item ... ok [INFO] [stdout] test test_publish_and_delete_item ... ok [INFO] [stderr] [2026-03-27T15:12:08Z ERROR gossipgrid::sync] node=127.0.0.1:34679; Failed to send SyncResponse to 127.0.0.1:57994: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:08Z ERROR gossipgrid::sync] node=127.0.0.1:36429; Failed to send SyncResponse to 127.0.0.1:58716: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:08Z ERROR gossipgrid::sync] node=127.0.0.1:36429; Failed to send SyncResponse to 127.0.0.1:58720: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:08Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51908: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:08Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51914: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:08Z ERROR gossipgrid::sync] node=127.0.0.1:44633; Failed to send SyncResponse to 127.0.0.1:51930: Broken pipe (os error 32) [INFO] [stdout] test test_publish_and_upsert_item ... ok [INFO] [stdout] test test_publish_and_retrieve_items ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.47s [INFO] [stdout] [INFO] [stderr] Running tests/int_tests_sstable_recovery.rs (/opt/rustwide/target/debug/deps/int_tests_sstable_recovery-416dec7dbfbb93d1) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/int_tests_sync_wait.rs (/opt/rustwide/target/debug/deps/int_tests_sync_wait-779cde07f31a6e94) [INFO] [stdout] test test_sstable_wal_recovery_after_crash ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.41s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] [2026-03-27T15:12:20Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:59934: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:20Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:59946: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:20Z ERROR gossipgrid::sync] node=127.0.0.1:40543; Failed to send SyncResponse to 127.0.0.1:39310: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:20Z ERROR gossipgrid::sync] node=127.0.0.1:40543; Failed to send SyncResponse to 127.0.0.1:39314: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:21Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:41568: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:21Z ERROR gossipgrid::sync] node=127.0.0.1:40543; Failed to send SyncResponse to 127.0.0.1:53704: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:22Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:41582: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:22Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:41588: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:22Z ERROR gossipgrid::sync] node=127.0.0.1:40543; Failed to send SyncResponse to 127.0.0.1:53714: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:22Z ERROR gossipgrid::sync] node=127.0.0.1:40543; Failed to send SyncResponse to 127.0.0.1:53720: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:22Z ERROR gossipgrid::sync] node=127.0.0.1:40543; Failed to send SyncResponse to 127.0.0.1:53722: Broken pipe (os error 32) [INFO] [stdout] test test_sync_wait_success ... ok [INFO] [stderr] [2026-03-27T15:12:23Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:41592: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:23Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:41608: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:23Z ERROR gossipgrid::sync] node=127.0.0.1:34669; Failed to send SyncResponse to 127.0.0.1:41612: Broken pipe (os error 32) [INFO] [stderr] [2026-03-27T15:12:24Z ERROR gossipgrid::web::items] node=127.0.0.1:34669; Timeout waiting for sync: deadline has elapsed [INFO] [stdout] test test_sync_timeout_on_replica_failure ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.82s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gossipgrid_client-7d2b2cf644e7ebf3) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test routing::tests::test_hash_key_deterministic ... ok [INFO] [stdout] test routing::tests::test_hash_key_within_range ... ok [INFO] [stdout] test routing::tests::test_leader_unavailable_on_write ... ok [INFO] [stdout] test routing::tests::test_resolve_read_prefers_leader ... ok [INFO] [stdout] test routing::tests::test_resolve_write_to_leader ... ok [INFO] [stderr] Doc-tests demo [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests gossipgrid [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test gossipgrid/src/node/mod.rs - node::start_node (line 113) ... ignored [INFO] [stdout] test gossipgrid/src/cluster/state.rs - cluster::state::Cluster (line 24) - compile ... ok [INFO] [stdout] test gossipgrid/src/lib.rs - (line 5) - compile ... ok [INFO] [stdout] test gossipgrid/src/node/builder.rs - node::builder (line 5) - compile ... FAILED [INFO] [stdout] test gossipgrid/src/prelude.rs - prelude (line 5) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- gossipgrid/src/node/builder.rs - node::builder (line 5) stdout ---- [INFO] [stdout] error[E0599]: no method named `join_peer` found for struct `NodeBuilder` in the current scope [INFO] [stdout] --> gossipgrid/src/node/builder.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 20 | let joining_node = NodeBuilder::new() [INFO] [stdout] | ________________________- [INFO] [stdout] 21 | | .address("127.0.0.1:4010")? [INFO] [stdout] 22 | | .web_port(3002) [INFO] [stdout] 23 | | .join_peer("127.0.0.1:4009")? [INFO] [stdout] | | -^^^^^^^^^ private field, not a method [INFO] [stdout] | |_________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] gossipgrid/src/node/builder.rs - node::builder (line 5) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] [stdout] all doctests ran in 1.20s; merged doctests compilation took 0.36s [INFO] [stderr] error: doctest failed, to rerun pass `-p gossipgrid --doc` [INFO] running `Command { std: "docker" "inspect" "d8262096be46184cbbb83d3ec038dec9f39be38271618ff0f4707b69191f9d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8262096be46184cbbb83d3ec038dec9f39be38271618ff0f4707b69191f9d9e", kill_on_drop: false }` [INFO] [stdout] d8262096be46184cbbb83d3ec038dec9f39be38271618ff0f4707b69191f9d9e