[INFO] fetching crate peermerge 0.0.3...
[INFO] testing peermerge-0.0.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate peermerge 0.0.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate peermerge 0.0.3
[INFO] finished tweaking crates.io crate peermerge 0.0.3
[INFO] tweaked toml for crates.io crate peermerge 0.0.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate peermerge 0.0.3 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 295 packages to latest compatible versions
[INFO] [stderr]       Adding automerge v0.5.12 (available: v0.6.1)
[INFO] [stderr]       Adding compact-encoding v1.1.0 (available: v2.0.0)
[INFO] [stderr]       Adding criterion v0.4.0 (available: v0.7.0)
[INFO] [stderr]       Adding dashmap v5.5.3 (available: v6.1.0)
[INFO] [stderr]       Adding derive_builder v0.12.0 (available: v0.20.2)
[INFO] [stderr]       Adding hypercore-protocol v0.4.1 (available: v0.6.1)
[INFO] [stderr]       Adding pprof v0.11.1 (available: v0.15.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding sluice v0.5.5 (available: v0.6.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a90174432b6310c61615f6846d63d820e21f47485e49a884e4f066c01e7a7738
[INFO] running `Command { std: "docker" "start" "-a" "a90174432b6310c61615f6846d63d820e21f47485e49a884e4f066c01e7a7738", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a90174432b6310c61615f6846d63d820e21f47485e49a884e4f066c01e7a7738", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a90174432b6310c61615f6846d63d820e21f47485e49a884e4f066c01e7a7738", kill_on_drop: false }`
[INFO] [stdout] a90174432b6310c61615f6846d63d820e21f47485e49a884e4f066c01e7a7738
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8909a2dc2913a9848554be46a1b662904749a74efffee1d5bdd9c74bf21feb07
[INFO] running `Command { std: "docker" "start" "-a" "8909a2dc2913a9848554be46a1b662904749a74efffee1d5bdd9c74bf21feb07", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.104
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.104
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling flat-tree v5.0.0
[INFO] [stderr]    Compiling mkdirp v1.0.0
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling intmap v2.0.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling merkle-tree-stream v0.12.1
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling flat-tree v6.0.0
[INFO] [stderr]    Compiling compact-encoding v1.1.0
[INFO] [stderr]    Compiling send_wrapper v0.4.0
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling crypto_secretstream v0.2.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.104
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.104
[INFO] [stderr]    Compiling random-access-storage v5.0.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling random-access-disk v3.0.1
[INFO] [stderr]    Compiling pretty-hash v0.4.1
[INFO] [stderr]    Compiling random-access-memory v3.0.0
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.104
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling js-sys v0.3.81
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling hypercore v0.12.1
[INFO] [stderr]    Compiling gloo-timers v0.2.6
[INFO] [stderr]    Compiling web-sys v0.3.81
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.54
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling hypercore-protocol v0.4.1
[INFO] [stderr]    Compiling automerge v0.5.12
[INFO] [stderr]    Compiling peermerge v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "8909a2dc2913a9848554be46a1b662904749a74efffee1d5bdd9c74bf21feb07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8909a2dc2913a9848554be46a1b662904749a74efffee1d5bdd9c74bf21feb07", kill_on_drop: false }`
[INFO] [stdout] 8909a2dc2913a9848554be46a1b662904749a74efffee1d5bdd9c74bf21feb07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a027f3cecdc7fb5bb04d19f637ee3aa1fbc936379c7bb4c9165525c0dbaba8c0
[INFO] running `Command { std: "docker" "start" "-a" "a027f3cecdc7fb5bb04d19f637ee3aa1fbc936379c7bb4c9165525c0dbaba8c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling value-bag v1.11.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling symbolic-demangle v10.2.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling quick-xml v0.26.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling pretty-hash v0.4.1
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]    Compiling crypto_secretstream v0.2.0
[INFO] [stderr]    Compiling symbolic-common v10.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling str_stack v0.1.0
[INFO] [stderr]    Compiling pprof v0.11.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling random-access-disk v3.0.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling inferno v0.11.21
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling hypercore v0.12.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling test-log-macros v0.2.18
[INFO] [stderr]    Compiling sluice v0.5.5
[INFO] [stderr]    Compiling automerge v0.5.12
[INFO] [stderr]    Compiling hypercore-protocol v0.4.1
[INFO] [stderr]    Compiling test-log v0.2.18
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling peermerge v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]   --> tests/disk.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 |         .into_path();
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> tests/disk.rs:126:10
[INFO] [stdout]     |
[INFO] [stdout] 126 |         .into_path();
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/common.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |     doc: &AutomergeDoc,
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 124 | ) -> Result<Option<(Value, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | ) -> Result<Option<(Value<'_>, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]   --> tests/children.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 |         .into_path();
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]   --> tests/children.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |         .into_path();
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> tests/children.rs:409:10
[INFO] [stdout]     |
[INFO] [stdout] 409 |         .into_path();
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]   --> tests/proxy.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 |         .into_path();
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/common.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |     doc: &AutomergeDoc,
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 124 | ) -> Result<Option<(Value, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | ) -> Result<Option<(Value<'_>, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/common.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |     doc: &AutomergeDoc,
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 124 | ) -> Result<Option<(Value, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | ) -> Result<Option<(Value<'_>, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> tests/proxy.rs:436:10
[INFO] [stdout]     |
[INFO] [stdout] 436 |         .into_path();
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> tests/proxy.rs:480:10
[INFO] [stdout]     |
[INFO] [stdout] 480 |         .into_path();
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> tests/proxy.rs:549:10
[INFO] [stdout]     |
[INFO] [stdout] 549 |         .into_path();
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/common.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |     doc: &AutomergeDoc,
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 124 | ) -> Result<Option<(Value, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | ) -> Result<Option<(Value<'_>, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tests/common.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |     doc: &AutomergeDoc,
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 124 | ) -> Result<Option<(Value, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 | ) -> Result<Option<(Value<'_>, ObjId)>, AutomergeError> {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
[INFO] running `Command { std: "docker" "inspect" "a027f3cecdc7fb5bb04d19f637ee3aa1fbc936379c7bb4c9165525c0dbaba8c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a027f3cecdc7fb5bb04d19f637ee3aa1fbc936379c7bb4c9165525c0dbaba8c0", kill_on_drop: false }`
[INFO] [stdout] a027f3cecdc7fb5bb04d19f637ee3aa1fbc936379c7bb4c9165525c0dbaba8c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1691d7134e0932df60fa9c6a54e274de4eaf14cb24d0901176d25b780ec4725d
[INFO] running `Command { std: "docker" "start" "-a" "1691d7134e0932df60fa9c6a54e274de4eaf14cb24d0901176d25b780ec4725d", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]   --> tests/disk.rs:45:10
[INFO] [stderr]    |
[INFO] [stderr] 45 |         .into_path();
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]    --> tests/disk.rs:126:10
[INFO] [stderr]     |
[INFO] [stderr] 126 |         .into_path();
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> tests/common.rs:121:10
[INFO] [stderr]     |
[INFO] [stderr] 121 |     doc: &AutomergeDoc,
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 124 | ) -> Result<Option<(Value, ObjId)>, AutomergeError> {
[INFO] [stderr]     |                     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 124 | ) -> Result<Option<(Value<'_>, ObjId)>, AutomergeError> {
[INFO] [stderr]     |                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]   --> tests/proxy.rs:87:10
[INFO] [stderr]    |
[INFO] [stderr] 87 |         .into_path();
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]    --> tests/proxy.rs:436:10
[INFO] [stderr]     |
[INFO] [stderr] 436 |         .into_path();
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]    --> tests/proxy.rs:480:10
[INFO] [stderr]     |
[INFO] [stderr] 480 |         .into_path();
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]    --> tests/proxy.rs:549:10
[INFO] [stderr]     |
[INFO] [stderr] 549 |         .into_path();
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]   --> tests/children.rs:72:10
[INFO] [stderr]    |
[INFO] [stderr] 72 |         .into_path();
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]   --> tests/children.rs:85:10
[INFO] [stderr]    |
[INFO] [stderr] 85 |         .into_path();
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]    --> tests/children.rs:409:10
[INFO] [stderr]     |
[INFO] [stderr] 409 |         .into_path();
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `peermerge` (test "disk") generated 3 warnings (run `cargo fix --test "disk"` to apply 1 suggestion)
[INFO] [stderr] warning: `peermerge` (test "memory") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `peermerge` (test "proxy") generated 5 warnings (1 duplicate)
[INFO] [stderr] warning: `peermerge` (test "common") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `peermerge` (test "children") generated 4 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/peermerge-7d70e73bd3a3c2e1)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test common::state::tests::feeds_state_write_all_new_remote ... ok
[INFO] [stdout] test common::entry::tests::entries_split_and_shrink ... ok
[INFO] [stdout] test crdt::edit::tests::automerge_edit_apply_entries ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/children.rs (/opt/rustwide/target/debug/deps/children-b4238dd9ffc8b0a5)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test children_offline_attach ... ok
[INFO] [stdout] test children_three_main_documents_two_shared ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/common.rs (/opt/rustwide/target/debug/deps/common-2bcccd57d8803fd4)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/disk.rs (/opt/rustwide/target/debug/deps/disk-25ee1e67b8b0481f)
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test disk_two_peers_encrypted ... FAILED
[INFO] [stdout] test disk_two_peers_plain ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- disk_two_peers_encrypted stdout ----
[INFO] [stdout] [2m2025-10-01T11:45:29.929771Z[0m [32m INFO[0m [1mprocess_creator_state_events[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: PeerChanged { peer_id: [205, 156, 160, 144, 37, 241, 72, 129, 150, 82, 240, 129, 194, 119, 159, 202], discovery_key: [135, 202, 253, 35, 188, 69, 243, 69, 248, 244, 116, 252, 70, 100, 26, 123, 209, 230, 91, 247, 100, 95, 84, 52, 146, 234, 36, 133, 71, 26, 221, 236], replaced_discovery_key: None } }
[INFO] [stdout] [2m2025-10-01T11:45:29.930546Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: PeerChanged { peer_id: [169, 178, 0, 194, 32, 118, 71, 84, 138, 22, 47, 173, 103, 170, 129, 160], discovery_key: [17, 111, 118, 36, 100, 98, 177, 166, 104, 144, 126, 211, 48, 124, 95, 94, 6, 215, 82, 0, 39, 216, 192, 127, 112, 192, 162, 27, 46, 115, 98, 49], replaced_discovery_key: None } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:29.944121Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: DocumentInitialized { new_document: true, child: false, parent_document_ids: [] } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:30.003966Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: RemotePeerSynced { peer_id: [205, 156, 160, 144, 37, 241, 72, 129, 150, 82, 240, 129, 194, 119, 159, 202], discovery_key: [135, 202, 253, 35, 188, 69, 243, 69, 248, 244, 116, 252, 70, 100, 26, 123, 209, 230, 91, 247, 100, 95, 84, 52, 146, 234, 36, 133, 71, 26, 221, 236], contiguous_length: 1 } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:30.027216Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: PeerSynced { peer_id: [169, 178, 0, 194, 32, 118, 71, 84, 138, 22, 47, 173, 103, 170, 129, 160], discovery_key: [17, 111, 118, 36, 100, 98, 177, 166, 104, 144, 126, 211, 48, 124, 95, 94, 6, 215, 82, 0, 39, 216, 192, 127, 112, 192, 162, 27, 46, 115, 98, 49], contiguous_length: 1 } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:30.027754Z[0m [32m INFO[0m [1mprocess_creator_state_events[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: PeerSynced { peer_id: [205, 156, 160, 144, 37, 241, 72, 129, 150, 82, 240, 129, 194, 119, 159, 202], discovery_key: [135, 202, 253, 35, 188, 69, 243, 69, 248, 244, 116, 252, 70, 100, 26, 123, 209, 230, 91, 247, 100, 95, 84, 52, 146, 234, 36, 133, 71, 26, 221, 236], contiguous_length: 1 } }
[INFO] [stdout] [2m2025-10-01T11:45:30.327839Z[0m [32m INFO[0m [1mconnect_protocol_disk[0m[1m{[0m[3mname[0m[2m=[0m"joiner"[1m}[0m[2m:[0m[1mprocess_creator_state_events[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [198, 127, 110, 96, 48, 47, 62, 145, 184, 101, 100, 52, 112, 185, 149, 60, 122, 39, 39, 129, 150, 161, 59, 69, 215, 142, 52, 247, 13, 238, 225, 246], content: RemotePeerSynced { peer_id: [205, 156, 160, 144, 37, 241, 72, 129, 150, 82, 240, 129, 194, 119, 159, 202], discovery_key: [135, 202, 253, 35, 188, 69, 243, 69, 248, 244, 116, 252, 70, 100, 26, 123, 209, 230, 91, 247, 100, 95, 84, 52, 146, 234, 36, 133, 71, 26, 221, 236], contiguous_length: 1 } }
[INFO] [stdout] 
[INFO] [stdout] thread 'disk_two_peers_encrypted' (43) panicked at tests/disk.rs:481:21:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 2
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fc00c66ef52 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fc00c66ef52 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fc00c66ef52 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fc00c66ef52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fc00c680cbf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fc00c680cbf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5fc00c639961 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fc00c639961 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fc00c6466d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fc00c64c31f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5fc00c64c1b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5fc00bcdae7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5fc00bcdae7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fc00c64c9df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5fc00c64c9df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5fc00c64c83a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5fc00c646809 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5fc00c62d71d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5fc00c68abc0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5fc00c68a973 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5fc00c68a787 - core::panicking::assert_failed::h918188a7bd46c273
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5fc00bc00b55 - disk::process_creator_state_events::{{closure}}::{{closure}}::hf64e4c8d317c20a5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:481:21
[INFO] [stdout]   22:     0x5fc00bbc5b11 - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::h47290132ab50fb81
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/instrument.rs:321:15
[INFO] [stdout]   23:     0x5fc00bbffce9 - disk::process_creator_state_events::{{closure}}::h12c5594c2b5a80b1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:434:1
[INFO] [stdout]   24:     0x5fc00bbfa579 - disk::run_disk_two_peers::{{closure}}::h700175b088eaeac3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:366:6
[INFO] [stdout]   25:     0x5fc00bbf8c50 - disk::disk_two_peers::{{closure}}::h2827e44794f830bb
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:298:6
[INFO] [stdout]   26:     0x5fc00bbfc7cb - disk::disk_two_peers_encrypted::{{closure}}::h71dc30296ab9d60f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:34:29
[INFO] [stdout]   27:     0x5fc00bca1b85 - <core::pin::Pin<P> as core::future::future::Future>::poll::h50958c83643440a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5fc00bca1a1d - <core::pin::Pin<P> as core::future::future::Future>::poll::h05deccac60f121c3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5fc00bc892ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h878bb7e5a3492566
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   30:     0x5fc00bc8901c - tokio::task::coop::with_budget::hc8171c96b63b079c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   31:     0x5fc00bc8901c - tokio::task::coop::budget::h9e002d0b4e2d22e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   32:     0x5fc00bc8901c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2d3fb9c8b356c387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   33:     0x5fc00bc85e8a - tokio::runtime::scheduler::current_thread::Context::enter::h451ea0808a617540
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   34:     0x5fc00bc87bfd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h82150bf93482f42c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   35:     0x5fc00bc8787b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h6264f94bf70fc32f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   36:     0x5fc00bc9ff6a - tokio::runtime::context::scoped::Scoped<T>::set::hf022f373c0909a55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   37:     0x5fc00bc02cda - tokio::runtime::context::set_scheduler::{{closure}}::hb06b9fc543cbb4a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   38:     0x5fc00bbbbb06 - std::thread::local::LocalKey<T>::try_with::h9111dd61c8d13788
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   39:     0x5fc00bbba90c - std::thread::local::LocalKey<T>::with::hca3eb4653c17fa5b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   40:     0x5fc00bc02c21 - tokio::runtime::context::set_scheduler::h77195399ff57c056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   41:     0x5fc00bc875e9 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hce022e1e3414da86
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   42:     0x5fc00bc87932 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha921ddc0633f67af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   43:     0x5fc00bc83c39 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0fa2972d77a6ab82
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   44:     0x5fc00bb6a2d0 - tokio::runtime::context::runtime::enter_runtime::h693d1ded27711989
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   45:     0x5fc00bc839e1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h989f80fcea178623
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   46:     0x5fc00bc5e87f - tokio::runtime::runtime::Runtime::block_on_inner::h94fda5ad721cf1eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   47:     0x5fc00bc5ea65 - tokio::runtime::runtime::Runtime::block_on::hacace31ede19c534
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   48:     0x5fc00bbfc5d1 - disk::disk_two_peers_encrypted::h680ec6ca412193a3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:33:59
[INFO] [stdout]   49:     0x5fc00bbfc897 - disk::disk_two_peers_encrypted::{{closure}}::hf47b461546c6ac62
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:33:40
[INFO] [stdout]   50:     0x5fc00bb05846 - core::ops::function::FnOnce::call_once::h9f347450c3e3961a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x5fc00bcdac3b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x5fc00bcdac3b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x5fc00bcf08a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x5fc00bcf08a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5fc00bcf08a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x5fc00bcf08a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x5fc00bcf08a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5fc00bcf08a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x5fc00bcf08a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x5fc00bcc7094 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x5fc00bcc7094 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x5fc00bcca95a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x5fc00bcca95a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x5fc00bcca95a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x5fc00bcca95a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   66:     0x5fc00bcca95a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x5fc00bcca95a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   68:     0x5fc00bcca95a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x5fc00c64196f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   70:     0x5fc00c64196f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   71:     0x7aadac8a8aa4 - <unknown>
[INFO] [stdout]   72:     0x7aadac935a34 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- disk_two_peers_plain stdout ----
[INFO] [stdout] [2m2025-10-01T11:45:29.909487Z[0m [32m INFO[0m [1mprocess_creator_state_events[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: PeerChanged { peer_id: [5, 165, 206, 249, 3, 64, 72, 145, 187, 76, 205, 146, 111, 127, 124, 151], discovery_key: [89, 205, 78, 224, 152, 84, 253, 252, 40, 162, 143, 161, 32, 28, 45, 178, 201, 208, 70, 113, 35, 174, 171, 179, 38, 174, 139, 248, 145, 21, 169, 215], replaced_discovery_key: None } }
[INFO] [stdout] [2m2025-10-01T11:45:29.909866Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: PeerChanged { peer_id: [67, 173, 176, 187, 56, 146, 68, 171, 161, 20, 37, 71, 57, 163, 88, 55], discovery_key: [86, 62, 16, 163, 198, 255, 116, 225, 248, 58, 118, 64, 188, 39, 152, 170, 68, 249, 183, 63, 137, 160, 41, 171, 202, 31, 229, 129, 217, 251, 165, 54], replaced_discovery_key: None } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:29.949085Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: DocumentInitialized { new_document: true, child: false, parent_document_ids: [] } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:30.008744Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: RemotePeerSynced { peer_id: [5, 165, 206, 249, 3, 64, 72, 145, 187, 76, 205, 146, 111, 127, 124, 151], discovery_key: [89, 205, 78, 224, 152, 84, 253, 252, 40, 162, 143, 161, 32, 28, 45, 178, 201, 208, 70, 113, 35, 174, 171, 179, 38, 174, 139, 248, 145, 21, 169, 215], contiguous_length: 1 } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:30.027383Z[0m [32m INFO[0m [1mprocess_creator_state_events[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: PeerSynced { peer_id: [5, 165, 206, 249, 3, 64, 72, 145, 187, 76, 205, 146, 111, 127, 124, 151], discovery_key: [89, 205, 78, 224, 152, 84, 253, 252, 40, 162, 143, 161, 32, 28, 45, 178, 201, 208, 70, 113, 35, 174, 171, 179, 38, 174, 139, 248, 145, 21, 169, 215], contiguous_length: 1 } }
[INFO] [stdout] [2m2025-10-01T11:45:30.033130Z[0m [32m INFO[0m [1mprocess_joiner_state_event[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: PeerSynced { peer_id: [67, 173, 176, 187, 56, 146, 68, 171, 161, 20, 37, 71, 57, 163, 88, 55], discovery_key: [86, 62, 16, 163, 198, 255, 116, 225, 248, 58, 118, 64, 188, 39, 152, 170, 68, 249, 183, 63, 137, 160, 41, 171, 202, 31, 229, 129, 217, 251, 165, 54], contiguous_length: 1 } }, document_changes []
[INFO] [stdout] [2m2025-10-01T11:45:30.366533Z[0m [32m INFO[0m [1mconnect_protocol_disk[0m[1m{[0m[3mname[0m[2m=[0m"joiner"[1m}[0m[2m:[0m[1mprocess_creator_state_events[0m[2m:[0m [2mdisk[0m[2m:[0m Received event StateEvent { document_id: [76, 78, 144, 178, 87, 74, 206, 228, 138, 228, 175, 120, 47, 41, 34, 194, 62, 234, 149, 111, 109, 131, 121, 107, 72, 244, 115, 244, 93, 184, 240, 76], content: RemotePeerSynced { peer_id: [5, 165, 206, 249, 3, 64, 72, 145, 187, 76, 205, 146, 111, 127, 124, 151], discovery_key: [89, 205, 78, 224, 152, 84, 253, 252, 40, 162, 143, 161, 32, 28, 45, 178, 201, 208, 70, 113, 35, 174, 171, 179, 38, 174, 139, 248, 145, 21, 169, 215], contiguous_length: 1 } }
[INFO] [stdout] 
[INFO] [stdout] thread 'disk_two_peers_plain' (44) panicked at tests/disk.rs:481:21:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 2
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fc00c66ef52 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fc00c66ef52 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fc00c66ef52 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fc00c66ef52 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fc00c680cbf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fc00c680cbf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5fc00c639961 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fc00c639961 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fc00c6466d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fc00c64c31f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5fc00c64c1b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5fc00bcdae7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5fc00bcdae7e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fc00c64c9df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5fc00c64c9df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5fc00c64c83a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5fc00c646809 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5fc00c62d71d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5fc00c68abc0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5fc00c68a973 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5fc00c68a787 - core::panicking::assert_failed::h918188a7bd46c273
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5fc00bc00b55 - disk::process_creator_state_events::{{closure}}::{{closure}}::hf64e4c8d317c20a5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:481:21
[INFO] [stdout]   22:     0x5fc00bbc5b11 - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::h47290132ab50fb81
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/instrument.rs:321:15
[INFO] [stdout]   23:     0x5fc00bbffce9 - disk::process_creator_state_events::{{closure}}::h12c5594c2b5a80b1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:434:1
[INFO] [stdout]   24:     0x5fc00bbfa579 - disk::run_disk_two_peers::{{closure}}::h700175b088eaeac3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:366:6
[INFO] [stdout]   25:     0x5fc00bbf8c50 - disk::disk_two_peers::{{closure}}::h2827e44794f830bb
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:298:6
[INFO] [stdout]   26:     0x5fc00bbfbe58 - disk::disk_two_peers_plain::{{closure}}::hdd49f7d6f9cbee3c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:29:31
[INFO] [stdout]   27:     0x5fc00bca1b85 - <core::pin::Pin<P> as core::future::future::Future>::poll::h50958c83643440a7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5fc00bca1a1d - <core::pin::Pin<P> as core::future::future::Future>::poll::h05deccac60f121c3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5fc00bc892ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h878bb7e5a3492566
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   30:     0x5fc00bc8901c - tokio::task::coop::with_budget::hc8171c96b63b079c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   31:     0x5fc00bc8901c - tokio::task::coop::budget::h9e002d0b4e2d22e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   32:     0x5fc00bc8901c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h2d3fb9c8b356c387
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   33:     0x5fc00bc85e8a - tokio::runtime::scheduler::current_thread::Context::enter::h451ea0808a617540
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   34:     0x5fc00bc87bfd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h82150bf93482f42c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   35:     0x5fc00bc8787b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h6264f94bf70fc32f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   36:     0x5fc00bc9ff6a - tokio::runtime::context::scoped::Scoped<T>::set::hf022f373c0909a55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   37:     0x5fc00bc02cda - tokio::runtime::context::set_scheduler::{{closure}}::hb06b9fc543cbb4a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   38:     0x5fc00bbbbb06 - std::thread::local::LocalKey<T>::try_with::h9111dd61c8d13788
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   39:     0x5fc00bbba90c - std::thread::local::LocalKey<T>::with::hca3eb4653c17fa5b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   40:     0x5fc00bc02c21 - tokio::runtime::context::set_scheduler::h77195399ff57c056
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   41:     0x5fc00bc875e9 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hce022e1e3414da86
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   42:     0x5fc00bc87932 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha921ddc0633f67af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   43:     0x5fc00bc83c39 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0fa2972d77a6ab82
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   44:     0x5fc00bb6a2d0 - tokio::runtime::context::runtime::enter_runtime::h693d1ded27711989
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   45:     0x5fc00bc839e1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h989f80fcea178623
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   46:     0x5fc00bc5e87f - tokio::runtime::runtime::Runtime::block_on_inner::h94fda5ad721cf1eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   47:     0x5fc00bc5ea65 - tokio::runtime::runtime::Runtime::block_on::hacace31ede19c534
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   48:     0x5fc00bbfbc31 - disk::disk_two_peers_plain::h580fe0108616163e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:28:55
[INFO] [stdout]   49:     0x5fc00bbfbcd7 - disk::disk_two_peers_plain::{{closure}}::hbe331941eaf3f8ce
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/disk.rs:28:36
[INFO] [stdout]   50:     0x5fc00bb04d76 - core::ops::function::FnOnce::call_once::h4d36e75c51d62ef9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x5fc00bcdac3b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x5fc00bcdac3b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   53:     0x5fc00bcf08a5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   54:     0x5fc00bcf08a5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5fc00bcf08a5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   56:     0x5fc00bcf08a5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x5fc00bcf08a5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5fc00bcf08a5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   59:     0x5fc00bcf08a5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   60:     0x5fc00bcc7094 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   61:     0x5fc00bcc7094 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x5fc00bcca95a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x5fc00bcca95a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x5fc00bcca95a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x5fc00bcca95a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   66:     0x5fc00bcca95a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   67:     0x5fc00bcca95a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   68:     0x5fc00bcca95a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x5fc00c64196f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   70:     0x5fc00c64196f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   71:     0x7aadac8a8aa4 - <unknown>
[INFO] [stdout]   72:     0x7aadac935a34 - clone
[INFO] [stdout]   73:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     disk_two_peers_encrypted
[INFO] [stdout]     disk_two_peers_plain
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test disk`
[INFO] running `Command { std: "docker" "inspect" "1691d7134e0932df60fa9c6a54e274de4eaf14cb24d0901176d25b780ec4725d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1691d7134e0932df60fa9c6a54e274de4eaf14cb24d0901176d25b780ec4725d", kill_on_drop: false }`
[INFO] [stdout] 1691d7134e0932df60fa9c6a54e274de4eaf14cb24d0901176d25b780ec4725d
