[INFO] cloning repository https://github.com/haiz/pulse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/haiz/pulse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaiz%2Fpulse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaiz%2Fpulse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52f0a41668e9df62b5bafa2912a144c4bc6ae7ca
[INFO] testing haiz/pulse against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaiz%2Fpulse" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/haiz/pulse
[INFO] finished tweaking git repo https://github.com/haiz/pulse
[INFO] tweaked toml for git repo https://github.com/haiz/pulse written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/haiz/pulse on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/haiz/pulse 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bade1f07acc844199929df06d040e5b5dff3fcf4442bb72e4586cd342b7b286
[INFO] running `Command { std: "docker" "start" "-a" "7bade1f07acc844199929df06d040e5b5dff3fcf4442bb72e4586cd342b7b286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bade1f07acc844199929df06d040e5b5dff3fcf4442bb72e4586cd342b7b286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bade1f07acc844199929df06d040e5b5dff3fcf4442bb72e4586cd342b7b286", kill_on_drop: false }`
[INFO] [stdout] 7bade1f07acc844199929df06d040e5b5dff3fcf4442bb72e4586cd342b7b286
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9d10c2887978402239ab1f44718de57b20b7fa624bbb5e94462e00c7d7b08d3
[INFO] running `Command { std: "docker" "start" "-a" "e9d10c2887978402239ab1f44718de57b20b7fa624bbb5e94462e00c7d7b08d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling rmp v0.8.15
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling metrics v0.22.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling rmpv v1.3.1
[INFO] [stderr]    Compiling rmp-serde v1.3.1
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling sketches-ddsketch v0.2.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling metrics-util v0.16.3
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling pulse-protocol v0.1.0 (/opt/rustwide/workdir/crates/pulse-protocol)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling pulse-sdk v0.1.0 (/opt/rustwide/workdir/crates/pulse-sdk)
[INFO] [stderr]    Compiling pulse-cluster v0.1.0 (/opt/rustwide/workdir/crates/pulse-cluster)
[INFO] [stderr]    Compiling pulse-ffi v0.1.0 (/opt/rustwide/workdir/crates/pulse-ffi)
[INFO] [stderr]    Compiling pulse-admin v0.1.0 (/opt/rustwide/workdir/crates/pulse-admin)
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.13.1
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling pulse-gateway v0.1.0 (/opt/rustwide/workdir/crates/pulse-gateway)
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling pulse-broker v0.1.0 (/opt/rustwide/workdir/crates/pulse-broker)
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stdout] warning: unused variable: `flush_interval`
[INFO] [stdout]    --> crates/pulse-broker/src/storage/wal_thread.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 224 |     flush_interval: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_flush_interval`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_start`
[INFO] [stdout]    --> crates/pulse-broker/src/storage/wal_thread.rs:236:13
[INFO] [stdout]     |
[INFO] [stdout] 236 |         let batch_start = Instant::now();
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pulse-demo v0.1.0 (/opt/rustwide/workdir/crates/pulse-demo)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "e9d10c2887978402239ab1f44718de57b20b7fa624bbb5e94462e00c7d7b08d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9d10c2887978402239ab1f44718de57b20b7fa624bbb5e94462e00c7d7b08d3", kill_on_drop: false }`
[INFO] [stdout] e9d10c2887978402239ab1f44718de57b20b7fa624bbb5e94462e00c7d7b08d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ec5d477d3ae923de9c05b3e08bf7c0116b3628052560714bf3603505f39f90d
[INFO] running `Command { std: "docker" "start" "-a" "0ec5d477d3ae923de9c05b3e08bf7c0116b3628052560714bf3603505f39f90d", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rmp v0.8.15
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rmp-serde v1.3.1
[INFO] [stderr]    Compiling rmpv v1.3.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling pulse-protocol v0.1.0 (/opt/rustwide/workdir/crates/pulse-protocol)
[INFO] [stderr]    Compiling pulse-sdk v0.1.0 (/opt/rustwide/workdir/crates/pulse-sdk)
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling pulse-ffi v0.1.0 (/opt/rustwide/workdir/crates/pulse-ffi)
[INFO] [stderr]    Compiling pulse-admin v0.1.0 (/opt/rustwide/workdir/crates/pulse-admin)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling metrics v0.22.4
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling metrics-util v0.16.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.13.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling tungstenite v0.26.2
[INFO] [stderr]    Compiling pulse-cluster v0.1.0 (/opt/rustwide/workdir/crates/pulse-cluster)
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling pulse-broker v0.1.0 (/opt/rustwide/workdir/crates/pulse-broker)
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.26.2
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stdout] warning: unused variable: `flush_interval`
[INFO] [stdout]    --> crates/pulse-broker/src/storage/wal_thread.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 224 |     flush_interval: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_flush_interval`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_start`
[INFO] [stdout]    --> crates/pulse-broker/src/storage/wal_thread.rs:236:13
[INFO] [stdout]     |
[INFO] [stdout] 236 |         let batch_start = Instant::now();
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pulse-gateway v0.1.0 (/opt/rustwide/workdir/crates/pulse-gateway)
[INFO] [stdout] warning: unused variable: `flush_interval`
[INFO] [stdout]    --> crates/pulse-broker/src/storage/wal_thread.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 224 |     flush_interval: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_flush_interval`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_start`
[INFO] [stdout]    --> crates/pulse-broker/src/storage/wal_thread.rs:236:13
[INFO] [stdout]     |
[INFO] [stdout] 236 |         let batch_start = Instant::now();
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pulse-demo v0.1.0 (/opt/rustwide/workdir/crates/pulse-demo)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "0ec5d477d3ae923de9c05b3e08bf7c0116b3628052560714bf3603505f39f90d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ec5d477d3ae923de9c05b3e08bf7c0116b3628052560714bf3603505f39f90d", kill_on_drop: false }`
[INFO] [stdout] 0ec5d477d3ae923de9c05b3e08bf7c0116b3628052560714bf3603505f39f90d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 00c2c4dd7dae0d4756a815a47dfda453fc42d3c719cce292c426c31313d9f7ac
[INFO] running `Command { std: "docker" "start" "-a" "00c2c4dd7dae0d4756a815a47dfda453fc42d3c719cce292c426c31313d9f7ac", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `flush_interval`
[INFO] [stderr]    --> crates/pulse-broker/src/storage/wal_thread.rs:224:5
[INFO] [stderr]     |
[INFO] [stderr] 224 |     flush_interval: Duration,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_flush_interval`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `batch_start`
[INFO] [stderr]    --> crates/pulse-broker/src/storage/wal_thread.rs:236:13
[INFO] [stderr]     |
[INFO] [stderr] 236 |         let batch_start = Instant::now();
[INFO] [stderr]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_start`
[INFO] [stderr] 
[INFO] [stderr] warning: `pulse-broker` (lib) generated 2 warnings (run `cargo fix --lib -p pulse-broker` to apply 2 suggestions)
[INFO] [stderr] warning: `pulse-broker` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pulse_admin-e7fe361e326279c6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pulse_broker-aa0f1875ab4902c9)
[INFO] [stdout] 
[INFO] [stdout] running 144 tests
[INFO] [stdout] test auth::authenticator::tests::anonymous_mode_accepts_all ... ok
[INFO] [stdout] test auth::permissions::tests::global_wildcards ... ok
[INFO] [stdout] test auth::permissions::tests::multi_wildcard ... ok
[INFO] [stdout] test auth::authenticator::tests::unknown_namespace_rejected ... ok
[INFO] [stdout] test auth::permissions::tests::permissions_allow_all ... ok
[INFO] [stdout] test auth::permissions::tests::permissions_restricted ... ok
[INFO] [stdout] test auth::authenticator::tests::invalid_key_rejected ... ok
[INFO] [stdout] test auth::permissions::tests::exact_match ... ok
[INFO] [stdout] test auth::authenticator::tests::valid_credentials ... ok
[INFO] [stdout] test config::tests::missing_file_returns_error ... ok
[INFO] [stdout] test delivery::consumer_group::tests::empty_group_returns_none ... ok
[INFO] [stdout] test delivery::consumer_group::tests::partition_key_consistent ... ok
[INFO] [stdout] test delivery::consumer_group::tests::remove_member ... ok
[INFO] [stdout] test delivery::ack_tracker::tests::track_and_ack ... ok
[INFO] [stdout] test delivery::consumer_group::tests::round_robin_selection ... ok
[INFO] [stdout] test delivery::ack_tracker::tests::collect_timeouts ... ok
[INFO] [stdout] test delivery::retry::tests::should_dlq_at_max_retries ... ok
[INFO] [stdout] test namespace::registry::tests::ensure_creates_namespace ... ok
[INFO] [stdout] test auth::permissions::tests::single_wildcard ... ok
[INFO] [stdout] test namespace::registry::tests::exists_check ... ok
[INFO] [stdout] test namespace::registry::tests::list_namespaces ... ok
[INFO] [stdout] test pipeline::admission::tests::accepts_when_below_threshold ... ok
[INFO] [stdout] test namespace::registry::tests::service_counting ... ok
[INFO] [stdout] test delivery::retry::tests::capped_at_max ... ok
[INFO] [stdout] test delivery::retry::tests::exponential_backoff ... ok
[INFO] [stdout] test delivery::retry::tests::first_retry_uses_initial ... ok
[INFO] [stdout] test config::tests::for_testing_uses_none_sync ... ok
[INFO] [stdout] test pipeline::admission::tests::ema_converges ... ok
[INFO] [stdout] test pipeline::admission::tests::pause_rejects_all ... ok
[INFO] [stdout] test pipeline::bloom::tests::count_tracks_inserts ... ok
[INFO] [stdout] test pipeline::bloom::tests::empty_filter_returns_false ... ok
[INFO] [stdout] test pipeline::admission::tests::rejects_when_above_threshold ... ok
[INFO] [stdout] test config::tests::parse_full_yaml ... ok
[INFO] [stdout] test config::tests::parse_minimal_yaml ... ok
[INFO] [stdout] test pipeline::bloom::tests::clear_resets_filter ... ok
[INFO] [stdout] test config::tests::durability_mode_deserialize ... ok
[INFO] [stdout] test pipeline::bloom::tests::insert_and_check ... ok
[INFO] [stdout] test auth::authenticator::tests::hot_reload_credentials ... ok
[INFO] [stdout] test auth::authenticator::tests::unknown_service_rejected ... ok
[INFO] [stdout] test config::tests::defaults_are_sane ... ok
[INFO] [stdout] test delivery::ack_tracker::tests::ack_unknown_returns_none ... ok
[INFO] [stdout] test config::tests::invalid_yaml_returns_error ... ok
[INFO] [stdout] test pipeline::bloom::tests::false_positive_rate_is_reasonable ... ok
[INFO] [stdout] test delivery::dlq::tests::enqueue_and_count ... ok
[INFO] [stdout] test pipeline::dedup::tests::new_message_is_not_duplicate ... ok
[INFO] [stdout] test pipeline::dedup::tests::durable_mode_uses_bloom_plus_sled ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_complex_payload ... ok
[INFO] [stdout] test pipeline::dedup::tests::inserted_message_is_duplicate ... ok
[INFO] [stdout] test pipeline::dedup::tests::memory_mode_uses_bloom_only ... ok
[INFO] [stdout] test pipeline::dedup::tests::idempotent_insert ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::dispatcher_spawn_processes_messages ... ok
[INFO] [stdout] test pipeline::ingest::tests::ingest_result_failed ... ok
[INFO] [stdout] test pipeline::ingest::tests::ingest_result_debug ... ok
[INFO] [stdout] test routing::engine::tests::deeply_nested_topics ... ok
[INFO] [stdout] test pipeline::dedup::tests::different_ids_are_independent ... ok
[INFO] [stdout] test routing::engine::tests::global_multi_wildcard ... ok
[INFO] [stdout] test pipeline::dedup::tests::check_then_insert_flow ... ok
[INFO] [stdout] test routing::engine::tests::global_wildcard ... ok
[INFO] [stdout] test routing::engine::tests::multi_wildcard ... ok
[INFO] [stdout] test routing::engine::tests::mixed_patterns ... ok
[INFO] [stdout] test routing::engine::tests::multiple_subscribers_same_pattern ... ok
[INFO] [stdout] test routing::engine::tests::remove_subscription ... ok
[INFO] [stdout] test routing::engine::tests::remove_wildcard_subscription ... ok
[INFO] [stdout] test routing::engine::tests::single_wildcard ... ok
[INFO] [stdout] test routing::filter::tests::and_logic ... ok
[INFO] [stdout] test routing::filter::tests::contains_function ... ok
[INFO] [stdout] test routing::filter::tests::in_function ... ok
[INFO] [stdout] test routing::filter::tests::nested_field_path ... ok
[INFO] [stdout] test routing::filter::tests::invalid_expression_returns_error ... ok
[INFO] [stdout] test routing::filter::tests::not_logic ... ok
[INFO] [stdout] test routing::filter::tests::null_comparison ... ok
[INFO] [stdout] test routing::filter::tests::or_logic ... ok
[INFO] [stdout] test routing::filter::tests::parenthesized_expression ... ok
[INFO] [stdout] test routing::filter::tests::simple_comparison ... ok
[INFO] [stdout] test routing::filter::tests::starts_with_function ... ok
[INFO] [stdout] test routing::transform::tests::copy_field_op ... ok
[INFO] [stdout] test routing::filter::tests::string_equality ... ok
[INFO] [stdout] test routing::transform::tests::default_sets_when_missing ... ok
[INFO] [stdout] test routing::transform::tests::default_does_not_overwrite ... ok
[INFO] [stdout] test routing::transform::tests::remove_field_op ... ok
[INFO] [stdout] test routing::transform::tests::set_field_simple ... ok
[INFO] [stdout] test routing::transform::tests::rename_field_op ... ok
[INFO] [stdout] test routing::transform::tests::set_field_overwrite ... ok
[INFO] [stdout] test storage::compaction::tests::empty_segment_ratio ... ok
[INFO] [stdout] test storage::compaction::tests::parse_segment_number_from_path ... ok
[INFO] [stdout] test storage::compaction::tests::segment_stats_ratio ... ok
[INFO] [stdout] test storage::ring_buffer::tests::capacity_returns_correct_value ... ok
[INFO] [stdout] test storage::ring_buffer::tests::eviction_on_full ... ok
[INFO] [stdout] test storage::ring_buffer::tests::empty_buffer ... ok
[INFO] [stdout] test storage::ring_buffer::tests::push_and_get ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_duplicate_returns_duplicate ... ok
[INFO] [stdout] test storage::sharded_wal::tests::sharded_wal_single_shard_is_equivalent ... ok
[INFO] [stdout] test pipeline::dedup::tests::balanced_mode_uses_bloom_only ... ok
[INFO] [stdout] test pipeline::batch::tests::batch_pipeline_processes_events ... ok
[INFO] [stdout] test storage::sharded_wal::tests::sharded_wal_creates_shard_directories ... ok
[INFO] [stdout] test storage::sharded_wal::tests::sharded_wal_concurrent_writes ... ok
[INFO] [stdout] test storage::sharded_wal::tests::sharded_wal_sync_all ... ok
[INFO] [stdout] test routing::engine::tests::exact_match ... ok
[INFO] [stdout] test pipeline::dedup::tests::balanced_mode_no_sled_writes ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_different_topics ... ok
[INFO] [stdout] test storage::state_db::tests::dedup_missing_returns_false ... ok
[INFO] [stdout] test storage::state_db::tests::dedup_entry_round_trip ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_multiple_events_positions_increase ... ok
[INFO] [stdout] test storage::state_db::tests::open_creates_fresh_db ... ok
[INFO] [stdout] test storage::sharded_wal::tests::sharded_wal_distributes_by_topic ... ok
[INFO] [stdout] test storage::state_db::tests::dedup_insert_and_contains ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_new_event_returns_stored ... ok
[INFO] [stdout] test storage::state_db::tests::dedup_multiple_entries ... ok
[INFO] [stdout] test storage::wal::tests::record_crc_uses_protocol_crc ... ok
[INFO] [stdout] test storage::wal::tests::corrupt_record_detected ... ok
[INFO] [stdout] test storage::wal::tests::replay_empty_wal ... ok
[INFO] [stdout] test storage::state_db::tests::bulk_insert_from_replay ... ok
[INFO] [stdout] test storage::wal::tests::mixed_event_and_completion ... ok
[INFO] [stdout] test storage::wal::tests::reopen_existing_wal_appends_correctly ... ok
[INFO] [stdout] test storage::wal::tests::crash_mid_write_recovery ... ok
[INFO] [stdout] test storage::wal::tests::sync_mode_from_config ... ok
[INFO] [stdout] test storage::wal::tests::segment_header_format ... ok
[INFO] [stdout] test storage::wal::tests::wal_positions_monotonically_increase ... ok
[INFO] [stdout] test storage::wal::tests::rotation_preserves_data ... ok
[INFO] [stdout] test storage::wal_engine::tests::auto_resolves_to_tokio_on_non_linux ... ok
[INFO] [stdout] test storage::wal_engine::tests::explicit_tokio_stays_tokio ... ok
[INFO] [stdout] test storage::wal::tests::truncated_record_at_eof ... ok
[INFO] [stdout] test storage::wal::tests::write_and_read_single_event ... ok
[INFO] [stdout] test storage::wal::tests::replay_rebuilds_dedup_set ... ok
[INFO] [stdout] test storage::wal_record::tests::encode_record_layout ... ok
[INFO] [stdout] test storage::wal_engine::tests::wal_engine_opens ... ok
[INFO] [stdout] test storage::wal::tests::replay_sharded_wal ... ok
[INFO] [stdout] test storage::wal_record::tests::encode_record_reuses_buffer ... ok
[INFO] [stdout] test storage::state_db::tests::unknown_version_errors ... ok
[INFO] [stdout] test storage::wal::tests::write_completion_record ... ok
[INFO] [stdout] test storage::wal::tests::segment_rotation ... ok
[INFO] [stdout] test storage::wal_engine::tests::wal_engine_writes ... ok
[INFO] [stdout] test storage::state_db::tests::flush_persists_data ... ok
[INFO] [stdout] test storage::wal::tests::write_and_read_multiple_events ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_writes_to_wal ... ok
[INFO] [stdout] test storage::state_db::tests::reopen_existing_db ... ok
[INFO] [stdout] test pipeline::batch::tests::batch_pipeline_dedup_within_batch ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_after_wal_recovery ... ok
[INFO] [stdout] test pipeline::dispatcher::tests::ingest_dedup_persists_across_sessions ... ok
[INFO] [stdout] test storage::wal_thread::tests::writer_thread_concurrent_writers ... ok
[INFO] [stdout] test storage::wal_thread::tests::writer_thread_batch_writes ... ok
[INFO] [stdout] test storage::wal_thread::tests::writer_thread_write_and_read ... ok
[INFO] [stdout] test storage::wal_thread::tests::writer_thread_segment_rotation ... ok
[INFO] [stdout] test pipeline::dedup::tests::many_messages_dedup ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 144 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pulse_broker-c2c39fe0cdc6a35b)
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-5eb4864f0b9add3b)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test publish_and_receive_ack ... ok
[INFO] [stdout] test ping_pong ... ok
[INFO] [stdout] test multiple_clients ... ok
[INFO] [stdout] test connect_and_receive_connack ... ok
[INFO] [stdout] test end_to_end_pub_sub_delivery ... ok
[INFO] [stdout] test multiple_subscribers_receive_same_event ... ok
[INFO] [stdout] test publish_duplicate_returns_duplicate_ack ... ok
[INFO] [stdout] test multiple_publishes ... FAILED
[INFO] [stdout] test subscriber_does_not_receive_unmatched_topic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- multiple_publishes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'multiple_publishes' (298) panicked at crates/pulse-broker/tests/integration.rs:208:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Err
[INFO] [stdout]  right: Ack
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x586c24ebf2fa - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x586c24ebf2fa - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x586c24ebf2fa - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x586c24ebf2fa - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x586c24ed752a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x586c24ed752a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x586c24ec4222 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x586c24ec4222 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x586c24e9ad8f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x586c24e9ad8f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x586c24eb6099 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x586c249ca0cc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x586c249ca0cc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x586c24eb6312 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x586c24eb6312 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x586c24e9ae48 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x586c24e924c9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x586c24e9bc1d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x586c24ed7d1c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x586c24ed7ba3 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x586c249882b5 - core[35159d6ffb30e017]::panicking::assert_failed::<pulse_protocol[8cf4baa0f59a1408]::types::MessageType, pulse_protocol[8cf4baa0f59a1408]::types::MessageType>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x586c249abd37 - integration[f8331606b0c8bee]::multiple_publishes::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/pulse-broker/tests/integration.rs:208:9
[INFO] [stdout]   22:     0x586c249a1862 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x586c249a18dd - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x586c24967d8d - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x586c24967c8b - tokio[f5e01d4326929820]::task::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x586c24967c8b - tokio[f5e01d4326929820]::task::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x586c24967c8b - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x586c24963ad0 - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x586c24966ffd - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x586c24966294 - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x586c249810fb - <tokio[f5e01d4326929820]::runtime::context::scoped::Scoped<tokio[f5e01d4326929820]::runtime::scheduler::Context>>::set::<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x586c249951c9 - tokio[f5e01d4326929820]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x586c2499a392 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[f5e01d4326929820]::runtime::context::Context>>::try_with::<tokio[f5e01d4326929820]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x586c24999f1e - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[f5e01d4326929820]::runtime::context::Context>>::with::<tokio[f5e01d4326929820]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x586c2499337d - tokio[f5e01d4326929820]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x586c249655e0 - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x586c249658d6 - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x586c24965ea0 - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x586c24994323 - tokio[f5e01d4326929820]::runtime::context::runtime::enter_runtime::<<tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x586c24963301 - <tokio[f5e01d4326929820]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x586c24980324 - <tokio[f5e01d4326929820]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x586c249804ef - <tokio[f5e01d4326929820]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x586c249b4a11 - integration[f8331606b0c8bee]::multiple_publishes
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/pulse-broker/tests/integration.rs:193:20
[INFO] [stdout]   44:     0x586c249aa607 - integration[f8331606b0c8bee]::multiple_publishes::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/pulse-broker/tests/integration.rs:189:30
[INFO] [stdout]   45:     0x586c24973cd6 - <integration[f8331606b0c8bee]::multiple_publishes::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x586c249bd3ab - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x586c249bd3ab - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x586c249cab9b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x586c249cab9b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x586c249cab9b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x586c249cab9b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x586c249cab9b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x586c249cab9b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x586c249cab9b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x586c249c5574 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x586c249c5574 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x586c249cd7a2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x586c249cd7a2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x586c249cd7a2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x586c249cd7a2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x586c249cd7a2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x586c249cd7a2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x586c249cd7a2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x586c24ebe84f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x586c24ebe84f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x710181478aa4 - <unknown>
[INFO] [stdout]   67:     0x710181505a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     multiple_publishes
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p pulse-broker --test integration`
[INFO] running `Command { std: "docker" "inspect" "00c2c4dd7dae0d4756a815a47dfda453fc42d3c719cce292c426c31313d9f7ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00c2c4dd7dae0d4756a815a47dfda453fc42d3c719cce292c426c31313d9f7ac", kill_on_drop: false }`
[INFO] [stdout] 00c2c4dd7dae0d4756a815a47dfda453fc42d3c719cce292c426c31313d9f7ac
