[INFO] cloning repository https://github.com/maackle/p2p-raft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maackle/p2p-raft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaackle%2Fp2p-raft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaackle%2Fp2p-raft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 120d3c4ecf4fde42bbace80a9833a7b7fe7891b4 [INFO] testing maackle/p2p-raft against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaackle%2Fp2p-raft" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/maackle/p2p-raft [INFO] finished tweaking git repo https://github.com/maackle/p2p-raft [INFO] tweaked toml for git repo https://github.com/maackle/p2p-raft written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maackle/p2p-raft on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/maackle/p2p-raft 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/maackle/openraft` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded anyerror v0.1.13 [INFO] [stderr] Downloaded clap v4.5.34 [INFO] [stderr] Downloaded validit v0.2.4 [INFO] [stderr] Downloaded once_cell v1.21.2 [INFO] [stderr] Downloaded byte-unit v5.1.6 [INFO] [stderr] Downloaded clap_builder v4.5.34 [INFO] [stderr] Downloaded rust_decimal v1.37.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f77026f8609a60ef6a6ad2ff749eaca658e0f85ae67ceba28f7c410ac90ba63 [INFO] running `Command { std: "docker" "start" "-a" "2f77026f8609a60ef6a6ad2ff749eaca658e0f85ae67ceba28f7c410ac90ba63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f77026f8609a60ef6a6ad2ff749eaca658e0f85ae67ceba28f7c410ac90ba63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f77026f8609a60ef6a6ad2ff749eaca658e0f85ae67ceba28f7c410ac90ba63", kill_on_drop: false }` [INFO] [stdout] 2f77026f8609a60ef6a6ad2ff749eaca658e0f85ae67ceba28f7c410ac90ba63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c80c17f8a3100476d688b3a36dedf82b9ac8b079008437b2e0752d5459b87956 [INFO] running `Command { std: "docker" "start" "-a" "c80c17f8a3100476d688b3a36dedf82b9ac8b079008437b2e0752d5459b87956", kill_on_drop: false }` [INFO] [stderr] Compiling once_cell v1.21.2 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling rust_decimal v1.37.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling utf8-width v0.1.7 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling clap_builder v4.5.34 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling nanoid v0.4.0 [INFO] [stderr] Compiling byte-unit v5.1.6 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openraft-macros v0.10.0 (https://github.com/maackle/openraft?branch=forking#bfb27ecb) [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling clap v4.5.34 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling anyerror v0.1.13 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling validit v0.2.4 [INFO] [stderr] Compiling openraft v0.10.0 (https://github.com/maackle/openraft?branch=forking#bfb27ecb) [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling p2p-raft-memstore v0.1.0 (/opt/rustwide/workdir/crates/p2p-raft-memstore) [INFO] [stderr] Compiling openraft-memstore v0.10.0 (https://github.com/maackle/openraft?branch=forking#bfb27ecb) [INFO] [stderr] Compiling p2p-raft v0.1.0 (/opt/rustwide/workdir/crates/p2p-raft) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.14s [INFO] running `Command { std: "docker" "inspect" "c80c17f8a3100476d688b3a36dedf82b9ac8b079008437b2e0752d5459b87956", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c80c17f8a3100476d688b3a36dedf82b9ac8b079008437b2e0752d5459b87956", kill_on_drop: false }` [INFO] [stdout] c80c17f8a3100476d688b3a36dedf82b9ac8b079008437b2e0752d5459b87956 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c5a5cfa7d872172e9e85ca6312dcc1e23c77436a24d6929ba8ff219aecf5456 [INFO] running `Command { std: "docker" "start" "-a" "8c5a5cfa7d872172e9e85ca6312dcc1e23c77436a24d6929ba8ff219aecf5456", kill_on_drop: false }` [INFO] [stderr] Compiling p2p-raft-memstore v0.1.0 (/opt/rustwide/workdir/crates/p2p-raft-memstore) [INFO] [stderr] Compiling p2p-raft v0.1.0 (/opt/rustwide/workdir/crates/p2p-raft) [INFO] [stderr] error: could not compile `p2p-raft` (test "snapshots") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name snapshots --edition=2021 crates/p2p-raft/tests/snapshots.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="memstore"' --cfg 'feature="p2p-raft-memstore"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "memstore", "p2p-raft-memstore", "testing"))' -C metadata=3aed7e25a389f095 -C extra-filename=-21e5a374c1c99f01 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyerror=/opt/rustwide/target/debug/deps/libanyerror-7c832639ae411e10.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-05504bd2b6f9ae25.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-d92fa66c5be69c30.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e3bbc96616c7b12b.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bb9dfc9f1c5526ce.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-019dc3e6fa39a754.rlib --extern nanoid=/opt/rustwide/target/debug/deps/libnanoid-c803677aecff1abe.rlib --extern openraft=/opt/rustwide/target/debug/deps/libopenraft-398dc37aa3aae86b.rlib --extern openraft_macros=/opt/rustwide/target/debug/deps/libopenraft_macros-a2c74176f34fbcc2.so --extern openraft_memstore=/opt/rustwide/target/debug/deps/libopenraft_memstore-3edfd48789768e73.rlib --extern p2p_raft=/opt/rustwide/target/debug/deps/libp2p_raft-b0406d5ee6bdc915.rlib --extern p2p_raft_memstore=/opt/rustwide/target/debug/deps/libp2p_raft_memstore-afcd1fe273a4e879.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-89dc15e0d934a5a5.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-c57fb9e8ff5e5959.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-25e49ef732e1563b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-df3bd3d6cda1386c.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-b55baeb5b4d5c13c.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f675a1810f91d40f.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-1839d9552130946c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `p2p-raft` (test "partitions") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name partitions --edition=2021 crates/p2p-raft/tests/partitions.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="memstore"' --cfg 'feature="p2p-raft-memstore"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "memstore", "p2p-raft-memstore", "testing"))' -C metadata=d3196029851095c4 -C extra-filename=-78ac22ecce8ca68e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyerror=/opt/rustwide/target/debug/deps/libanyerror-7c832639ae411e10.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-05504bd2b6f9ae25.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-d92fa66c5be69c30.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e3bbc96616c7b12b.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bb9dfc9f1c5526ce.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-019dc3e6fa39a754.rlib --extern nanoid=/opt/rustwide/target/debug/deps/libnanoid-c803677aecff1abe.rlib --extern openraft=/opt/rustwide/target/debug/deps/libopenraft-398dc37aa3aae86b.rlib --extern openraft_macros=/opt/rustwide/target/debug/deps/libopenraft_macros-a2c74176f34fbcc2.so --extern openraft_memstore=/opt/rustwide/target/debug/deps/libopenraft_memstore-3edfd48789768e73.rlib --extern p2p_raft=/opt/rustwide/target/debug/deps/libp2p_raft-b0406d5ee6bdc915.rlib --extern p2p_raft_memstore=/opt/rustwide/target/debug/deps/libp2p_raft_memstore-afcd1fe273a4e879.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-89dc15e0d934a5a5.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-c57fb9e8ff5e5959.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-25e49ef732e1563b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-df3bd3d6cda1386c.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-b55baeb5b4d5c13c.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f675a1810f91d40f.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-1839d9552130946c.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "8c5a5cfa7d872172e9e85ca6312dcc1e23c77436a24d6929ba8ff219aecf5456", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c5a5cfa7d872172e9e85ca6312dcc1e23c77436a24d6929ba8ff219aecf5456", kill_on_drop: false }` [INFO] [stdout] 8c5a5cfa7d872172e9e85ca6312dcc1e23c77436a24d6929ba8ff219aecf5456