[INFO] cloning repository https://github.com/flammafex/freebird [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flammafex/freebird" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0afc18a0a66d2b50e50e91079fd1176c5b3f1625 [INFO] testing flammafex/freebird against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflammafex%2Ffreebird" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/flammafex/freebird [INFO] finished tweaking git repo https://github.com/flammafex/freebird [INFO] tweaked toml for git repo https://github.com/flammafex/freebird written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/flammafex/freebird on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/flammafex/freebird 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10e8df37beb237e1ca86ab8557a0f83c36a60e8722446a9c95f91af03e00e299 [INFO] running `Command { std: "docker" "start" "-a" "10e8df37beb237e1ca86ab8557a0f83c36a60e8722446a9c95f91af03e00e299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10e8df37beb237e1ca86ab8557a0f83c36a60e8722446a9c95f91af03e00e299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10e8df37beb237e1ca86ab8557a0f83c36a60e8722446a9c95f91af03e00e299", kill_on_drop: false }` [INFO] [stdout] 10e8df37beb237e1ca86ab8557a0f83c36a60e8722446a9c95f91af03e00e299 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed2b9c2d8798c96b75f0446fa4c72369374fb211126b702d182563ce2963ccec [INFO] running `Command { std: "docker" "start" "-a" "ed2b9c2d8798c96b75f0446fa4c72369374fb211126b702d182563ce2963ccec", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.47 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling ff v0.13.1 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling spinning_top v0.3.0 [INFO] [stderr] Compiling nonempty v0.7.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling nonzero_ext v0.3.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling freebird-issuer v0.4.0 (/opt/rustwide/workdir/issuer) [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] warning: freebird-issuer@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling freebird-verifier v0.4.0 (/opt/rustwide/workdir/verifier) [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] warning: freebird-verifier@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling governor v0.8.1 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rustls-pki-types v1.13.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling forwarded-header-value v0.1.1 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling freebird-crypto v0.4.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling freebird-common v0.4.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling tower_governor v0.5.0 [INFO] [stderr] Compiling freebird-interface v0.4.0 (/opt/rustwide/workdir/interface) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "ed2b9c2d8798c96b75f0446fa4c72369374fb211126b702d182563ce2963ccec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed2b9c2d8798c96b75f0446fa4c72369374fb211126b702d182563ce2963ccec", kill_on_drop: false }` [INFO] [stdout] ed2b9c2d8798c96b75f0446fa4c72369374fb211126b702d182563ce2963ccec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db8ce0bcff0efefee3f2fd26f69a02f21c4082078db79a5d1167c68279f7820c [INFO] running `Command { std: "docker" "start" "-a" "db8ce0bcff0efefee3f2fd26f69a02f21c4082078db79a5d1167c68279f7820c", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling zerocopy-derive v0.8.28 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] warning: freebird-issuer@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] warning: freebird-verifier@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling freebird-crypto v0.4.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling governor v0.8.1 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling freebird-common v0.4.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.24 [INFO] [stderr] Compiling tower_governor v0.5.0 [INFO] [stderr] Compiling freebird-issuer v0.4.0 (/opt/rustwide/workdir/issuer) [INFO] [stderr] Compiling freebird-verifier v0.4.0 (/opt/rustwide/workdir/verifier) [INFO] [stderr] Compiling freebird-interface v0.4.0 (/opt/rustwide/workdir/interface) [INFO] [stderr] Compiling integration_tests v0.4.0 (/opt/rustwide/workdir/integration_tests) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 30s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "db8ce0bcff0efefee3f2fd26f69a02f21c4082078db79a5d1167c68279f7820c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db8ce0bcff0efefee3f2fd26f69a02f21c4082078db79a5d1167c68279f7820c", kill_on_drop: false }` [INFO] [stdout] db8ce0bcff0efefee3f2fd26f69a02f21c4082078db79a5d1167c68279f7820c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 215059b55e1b1f35b2f9489040e8516dac71d43d8eb78355e2271052f68cc6d0 [INFO] running `Command { std: "docker" "start" "-a" "215059b55e1b1f35b2f9489040e8516dac71d43d8eb78355e2271052f68cc6d0", kill_on_drop: false }` [INFO] [stderr] warning: freebird-issuer@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] warning: freebird-verifier@0.4.0: Failed to copy admin UI: Read-only file system (os error 30) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/freebird_common-de0dfc098c1324e2) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test duration::tests::test_parse_raw_seconds ... ok [INFO] [stdout] test duration::tests::test_parse_combined ... ok [INFO] [stdout] test duration::tests::test_format_duration ... ok [INFO] [stdout] test duration::tests::test_parse_case_insensitive ... ok [INFO] [stdout] test duration::tests::test_parse_errors ... ok [INFO] [stdout] test duration::tests::test_parse_simple_units ... ok [INFO] [stdout] test duration::tests::test_parse_with_whitespace ... ok [INFO] [stdout] test duration::tests::test_env_duration ... ok [INFO] [stdout] test duration::tests::test_format_roundtrip ... ok [INFO] [stdout] test duration::tests::test_parse_duration_bounded ... ok [INFO] [stdout] test federation::tests::test_serialization_roundtrip ... ok [INFO] [stdout] test federation::tests::test_revocation_signing_message ... ok [INFO] [stdout] test federation::tests::test_vouch_signing_message ... ok [INFO] [stdout] test federation::tests::test_trust_policy_from_env_defaults ... ok [INFO] [stdout] test federation::tests::test_trust_policy_defaults ... ok [INFO] [stdout] test federation::tests::test_vouch_expiration ... ok [INFO] [stdout] test federation::tests::test_trust_policy_from_env_custom ... ok [INFO] [stdout] test federation::tests::test_vouch_validity_with_clock_skew ... ok [INFO] [stdout] test federation::tests::test_vouch_invalid_when_created_after_expiry ... ok [INFO] [stdout] test federation::tests::test_trust_policy_helper_methods ... ok [INFO] [stdout] test federation::tests::test_revocation_sign_and_verify ... ok [INFO] [stdout] test federation::tests::test_revocation_verify_wrong_key ... ok [INFO] [stdout] test federation::tests::test_vouch_verify_tampered_trust_level ... ok [INFO] [stdout] test federation::tests::test_vouch_sign_and_verify ... ok [INFO] [stdout] test federation::tests::test_vouch_verify_wrong_key ... ok [INFO] [stdout] test federation::tests::test_vouch_verify_tampered ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/freebird_crypto-b3c318debd4de457) [INFO] [stdout] [INFO] [stdout] running 44 tests [INFO] [stdout] test tests::test_build_token_rejects_empty_kid ... ok [INFO] [stdout] test tests::test_build_token_rejects_256_byte_kid ... ok [INFO] [stdout] test provider::software::tests::test_suite_id ... ok [INFO] [stdout] test tests::test_build_token_rejects_empty_issuer_id ... ok [INFO] [stdout] test provider::software::tests::test_secret_key_zeroization ... ok [INFO] [stdout] test tests::test_build_token_rejects_256_byte_issuer_id ... ok [INFO] [stdout] test tests::test_nullifier_different_issuers ... ok [INFO] [stdout] test provider::software::tests::test_voprf_evaluation ... ok [INFO] [stdout] test tests::test_build_metadata_message_format ... ok [INFO] [stdout] test provider::software::tests::test_zero_scalar_rejection ... ok [INFO] [stdout] test provider::software::tests::test_software_provider_creation ... ok [INFO] [stdout] test tests::test_nullifier_different_outputs ... ok [INFO] [stdout] test tests::end_to_end ... ok [INFO] [stdout] test tests::test_generic_message_determinism ... ok [INFO] [stdout] test provider::software::tests::test_signature_determinism ... ok [INFO] [stdout] test provider::software::tests::test_signature_signing_and_verification ... ok [INFO] [stdout] test tests::test_parse_token_rejects_too_large ... ok [INFO] [stdout] test tests::test_v3_redemption_token_rejects_truncated ... ok [INFO] [stdout] test voprf::core::tests::test_constant_time_scalar_zero_check ... ok [INFO] [stdout] test tests::test_v3_redemption_token_roundtrip ... ok [INFO] [stdout] test tests::test_generic_message_empty ... ok [INFO] [stdout] test tests::test_v3_redemption_token_rejects_bad_version ... ok [INFO] [stdout] test voprf::core::tests::test_hash_to_curve_consistency ... ok [INFO] [stdout] test tests::test_signature_invalid_pubkey ... ok [INFO] [stdout] test voprf::core::tests::test_point_encoding_roundtrip ... ok [INFO] [stdout] test tests::test_generic_message_invalid_signature_bytes ... ok [INFO] [stdout] test tests::test_signature_determinism ... ok [INFO] [stdout] test tests::test_v3_metadata_signature_rejects_wrong_exp ... ok [INFO] [stdout] test voprf::core::tests::test_token_version_checking ... ok [INFO] [stdout] test tests::test_v3_metadata_signature_rejects_wrong_kid ... ok [INFO] [stdout] test tests::test_v3_full_roundtrip_with_real_sig ... ok [INFO] [stdout] test tests::test_signature_computation_and_verification ... ok [INFO] [stdout] test voprf::dleq::tests::detect_bad_proof ... ok [INFO] [stdout] test tests::test_signature_different_keys ... ok [INFO] [stdout] test tests::test_v3_metadata_signature_rejects_wrong_issuer ... ok [INFO] [stdout] test tests::test_v3_metadata_signature_roundtrip ... ok [INFO] [stdout] test voprf::dleq::tests::round_trip_proof ... ok [INFO] [stdout] test tests::test_generic_message_signing ... ok [INFO] [stdout] test voprf::core::tests::test_voprf_rfc_test_vectors ... ok [INFO] [stdout] test voprf::core::tests::test_dleq_proof_verification ... ok [INFO] [stdout] test tests::test_generic_message_different_lengths ... ok [INFO] [stdout] test voprf::dleq::tests::test_proof_rejection_patterns ... ok [INFO] [stdout] test voprf::core::tests::test_unblinding_produces_correct_prf_output ... ok [INFO] [stdout] test voprf::dleq::tests::test_constant_time_verification ... ok [INFO] [stderr] Running tests/voprf_properties.rs (/opt/rustwide/target/debug/deps/voprf_properties-b341d20352dc38b5) [INFO] [stdout] [INFO] [stdout] test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.84s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_voprf_corrupted_token_fails ... ok [INFO] [stdout] test test_voprf_correctness ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/freebird_interface-67f3f8e61619c20d) [INFO] [stdout] test test_voprf_wrong_key_fails ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.65s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/freebird_issuer-addef1a803e0601d) [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] [stdout] [INFO] [stdout] running 100 tests [INFO] [stdout] test config::tests::test_hsm_config_full_mode ... ok [INFO] [stdout] test audit::tests::test_audit_log_max_entries ... ok [INFO] [stdout] test audit::tests::test_audit_log_basic ... ok [INFO] [stdout] test federation_store::tests::test_add_and_get_vouch ... ok [INFO] [stdout] test routes::admin_rate_limit::tests::test_allows_initial_attempt ... ok [INFO] [stdout] test federation_store::tests::test_persistence ... ok [INFO] [stdout] test routes::admin_rate_limit::tests::test_blocks_after_max_failures ... ok [INFO] [stdout] test federation_store::tests::test_federation_store_new ... ok [INFO] [stdout] test routes::admin_rate_limit::tests::test_different_ips_tracked_separately ... ok [INFO] [stdout] test routes::batch_issue::tests::test_batch_size_limits ... ok [INFO] [stdout] test routes::admin_rate_limit::tests::test_success_resets_count ... ok [INFO] [stdout] test routes::batch_issue::tests::test_compute_throughput_zero_time ... ok [INFO] [stdout] test routes::batch_issue::tests::test_validate_blinded_element_invalid_base64 ... ok [INFO] [stdout] test routes::batch_issue::tests::test_compute_throughput_normal ... ok [INFO] [stdout] test routes::batch_issue::tests::test_validate_blinded_element_invalid_length ... ok [INFO] [stdout] test multi_key_voprf::tests::test_key_rotation ... ok [INFO] [stdout] test routes::issue::tests::test_extract_client_data_direct ... ok [INFO] [stdout] test routes::issue::tests::test_extract_client_data_with_user_agent ... ok [INFO] [stdout] test routes::issue::tests::test_state_with_no_sybil_explicit ... ok [INFO] [stdout] test startup::tests::parses_human_readable_progressive_trust_levels ... ok [INFO] [stdout] test routes::batch_issue::tests::test_validate_blinded_element_success ... ok [INFO] [stdout] test sybil_resistance::federated_trust::tests::test_disallowed_ip_blocks_private_and_loopback ... ok [INFO] [stdout] test sybil_resistance::federated_trust::tests::test_federated_trust_basic ... ok [INFO] [stdout] test routes::issue::tests::test_state_no_sybil ... ok [INFO] [stdout] test audit::tests::test_audit_entry_builder ... ok [INFO] [stdout] test multi_key_voprf::tests::test_constant_time_str_eq ... ok [INFO] [stdout] test routes::issue::tests::test_extract_client_data_behind_proxy ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_generate_invite ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_invitee_id_with_client_data ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_persistence ... ok [INFO] [stdout] test federation_store::tests::test_remove_vouch ... ok [INFO] [stdout] test routes::issue::tests::test_state_with_pow ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_invitee_id_entropy ... ok [INFO] [stdout] test startup::tests::rejects_invalid_or_empty_progressive_trust_levels ... ok [INFO] [stdout] test sybil_resistance::federated_trust::tests::test_hostname_parser_rejects_urls_and_paths ... ok [INFO] [stdout] test config::tests::test_hsm_config_missing_slot - should panic ... ok [INFO] [stdout] test config::tests::test_hsm_config_disabled_by_default ... ok [INFO] [stdout] test config::tests::test_hsm_config_defaults_to_storage ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_proof_timestamp_accepts_recent ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_proof_timestamp_rejects_stale_and_future ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_insufficient_vouches ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_rejects_unknown_voucher_in_proof ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_cooldown_prevents_rapid_vouching ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_sybil_resistance_verify_persists_redemption ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_expired_vouches_not_counted ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_age_secs_basic ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_age_secs_clamps_to_zero_for_future_first_seen ... ok [INFO] [stdout] test multi_key_voprf::tests::test_verify_with_kid_constant_time ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_invitee_id_uniqueness ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_provided_secret_used ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_cooldown_blocks_rapid_issuance ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_time_since_last_after_issuance ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_hmac_verification ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_secret_persistence ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_different_secrets_produce_different_proofs ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_time_since_last_returns_max_when_never_issued ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_trust_level_at_exact_boundary ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_trust_level_progression ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_new_user_cannot_vouch_immediately ... ok [INFO] [stdout] test sybil_resistance::invitation::tests::test_sybil_resistance_verify_redeems_invitation ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_user_creation ... ok [INFO] [stdout] test sybil_resistance::proof_of_diversity::tests::test_hmac_verification ... ok [INFO] [stdout] test sybil_resistance::proof_of_diversity::tests::test_diversity_scoring ... ok [INFO] [stdout] test sybil_resistance::proof_of_work::tests::test_pow_cost_scaling ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_vouch_entry_vouchee_id_mismatch ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_tampered_hmac_rejected ... ok [INFO] [stdout] test sybil_resistance::proof_of_work::tests::test_pow_invalid_nonce ... ok [INFO] [stdout] test sybil_resistance::proof_of_diversity::tests::test_tampered_counts_rejected ... ok [INFO] [stdout] test sybil_resistance::proof_of_diversity::tests::test_unknown_user_hash_rejected ... ok [INFO] [stdout] test sybil_resistance::rate_limit::tests::test_client_id_derivation ... ok [INFO] [stdout] test sybil_resistance::rate_limit::tests::test_client_id_with_fingerprint ... ok [INFO] [stdout] test sybil_resistance::rate_limit::tests::test_rate_limit_allows_first_request ... ok [INFO] [stdout] test sybil_resistance::rate_limit::tests::test_rate_limit_blocks_rapid_requests ... ok [INFO] [stdout] test sybil_resistance::rate_limit::tests::test_rate_limit_separate_clients ... ok [INFO] [stdout] test sybil_resistance::proof_of_diversity::tests::test_min_score_enforcement ... ok [INFO] [stdout] test sybil_resistance::tests::test_no_sybil_resistance ... ok [INFO] [stdout] test sybil_resistance::tests::test_timestamp_validation ... ok [INFO] [stdout] test sybil_resistance::progressive_trust::tests::test_update_after_issuance_increments_tokens ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_vouch_entry_expired_vouch ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_tampered_hmac_rejected ... ok [INFO] [stdout] test voprf_core::tests::test_context_roundtrip ... ok [INFO] [stdout] test voprf_core::tests::test_new_zero_key_fails ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_verify_duplicate_voucher_rejected ... ok [INFO] [stdout] test voprf_core::tests::test_evaluate_b64_wrong_size ... ok [INFO] [stdout] test voprf_core::tests::test_new_creates_valid_core ... ok [INFO] [stdout] test voprf_core::tests::test_evaluate_b64_invalid_base64 ... ok [INFO] [stdout] test multi_key_voprf::tests::test_constant_time_key_matching_patterns ... ok [INFO] [stdout] test voprf_core::tests::test_suite_id ... ok [INFO] [stdout] test sybil_resistance::proof_of_work::tests::test_pow_difficulty_16 ... ok [INFO] [stdout] test voprf_core::tests::test_evaluate_b64_valid ... ok [INFO] [stdout] test voprf_core::tests::test_sign_token_metadata_returns_64_bytes ... ok [INFO] [stdout] test voprf_core::tests::test_sign_token_metadata_verifiable ... ok [INFO] [stdout] test sybil_resistance::tests::test_combined_requires_supported_proof ... ok [INFO] [stdout] test sybil_resistance::proof_of_work::tests::test_pow_old_timestamp ... ok [INFO] [stdout] test config::tests::test_hsm_config_storage_mode ... ok [INFO] [stdout] test sybil_resistance::tests::test_threshold_requires_distinct_mechanisms ... ok [INFO] [stdout] test sybil_resistance::multi_party_vouching::tests::test_multi_party_vouching_basic ... ok [INFO] [stdout] test config::tests::test_hsm_config_missing_module_path - should panic ... ok [INFO] [stdout] test multi_key_voprf::tests::test_key_cleanup ... ok [INFO] [stdout] test sybil_resistance::rate_limit::tests::test_rate_limit_allows_after_interval ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.70s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/cli.rs (/opt/rustwide/target/debug/deps/freebird_cli-966318c343db4e86) [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/freebird_issuer-6e893dddfee80968) [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/bin/validate_config.rs (/opt/rustwide/target/debug/deps/freebird_validate_config-3ea52924da9657c8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/freebird_verifier-e716f3dfd4448736) [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 10 tests [INFO] [stdout] test federation::tests::test_current_timestamp ... ok [INFO] [stdout] test federation::tests::test_trust_policy_default ... ok [INFO] [stdout] test store::tests::test_different_keys_independent ... ok [INFO] [stdout] test store::tests::test_replay_returns_false ... ok [INFO] [stdout] test store::tests::test_first_mark_returns_true ... ok [INFO] [stdout] test store::tests::test_two_stores_independent ... ok [INFO] [stdout] test store::tests::test_expired_entry_allows_reuse ... ok [INFO] [stdout] test federation::tests::test_trust_graph_blocked_issuer ... ok [INFO] [stdout] test federation::tests::test_trust_graph_trusted_root ... ok [INFO] [stdout] test federation::tests::test_trust_graph_disabled ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/freebird_verifier-6f6d4c84983228ed) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_compute_throughput_normal ... ok [INFO] [stdout] test tests::test_compute_throughput_zero_time ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/batch_verification_duplicates.rs (/opt/rustwide/target/debug/deps/batch_verification_duplicates-3e756ed199d4f482) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_batch_with_duplicates ... ok [INFO] [stdout] test test_batch_previously_used_tokens ... ok [INFO] [stdout] test test_batch_all_unique_tokens ... ok [INFO] [stdout] test test_batch_mixed_unique_and_duplicates ... ok [INFO] [stdout] test test_batch_throughput_metrics ... ok [INFO] [stdout] test test_batch_size_limits ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.17s [INFO] [stdout] [INFO] [stderr] Running tests/e2e_issuance_verification.rs (/opt/rustwide/target/debug/deps/e2e_issuance_verification-7e92a24d08de8cfd) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_e2e_expired_token_rejected ... ok [INFO] [stdout] test test_e2e_issue_and_verify_token ... ok [INFO] [stdout] test test_e2e_tampered_token_rejected ... ok [INFO] [stderr] Running tests/endpoint_parity.rs (/opt/rustwide/target/debug/deps/endpoint_parity-3875255b23c0ed27) [INFO] [stdout] test test_e2e_multiple_tokens_different_inputs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test check_does_not_consume_verify_does ... ok [INFO] [stdout] test verify_and_check_agree_for_fresh_valid_token ... ok [INFO] [stdout] test verify_and_check_parity_for_expired_and_tampered_tokens ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/federation_metadata.rs (/opt/rustwide/target/debug/deps/federation_metadata-b406057a9aaac4be) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_federation_metadata_serialization ... ok [INFO] [stdout] test test_vouch_created_expired_timestamp_sanity ... ok [INFO] [stdout] test test_vouch_trust_level_tampering_is_rejected ... ok [INFO] [stdout] test test_federation_metadata_with_vouches ... ok [INFO] [stdout] test test_revocation_signature_validation_and_enforcement ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/key_rotation.rs (/opt/rustwide/target/debug/deps/key_rotation-1161cbc05caf120e) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_epoch_based_rotation_validity ... ok [INFO] [stdout] test test_cross_key_verification_fails ... ok [INFO] [stdout] test test_cannot_remove_active_key ... ok [INFO] [stdout] test test_verify_token_after_single_rotation ... ok [INFO] [stdout] test test_verify_token_after_multiple_rotations ... ok [INFO] [stdout] test test_new_tokens_always_use_current_active_key ... ok [INFO] [stdout] test test_verify_fails_after_key_removal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] [stderr] Running tests/memory_double_spend.rs (/opt/rustwide/target/debug/deps/memory_double_spend-84f2deae32d397ad) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_memory_atomic_double_spend_protection ... ok [INFO] [stdout] test test_memory_batch_duplicate_error_code_stability ... ok [INFO] [stdout] test test_memory_transient_failure_handling_path ... ok [INFO] [stdout] test test_memory_n_way_race_duplicate_submissions ... ok [INFO] [stdout] test test_memory_different_keys_independent ... ok [INFO] [stdout] test test_memory_ttl_expiration ... ok [INFO] [stderr] Running tests/redis_double_spend.rs (/opt/rustwide/target/debug/deps/redis_double_spend-539cc26c89aae17a) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_redis_atomic_double_spend_protection ... FAILED [INFO] [stdout] test test_redis_n_way_race_duplicate_submissions ... FAILED [INFO] [stdout] test test_redis_transient_failure_handling_path ... FAILED [INFO] [stdout] test test_redis_batch_duplicate_error_code_stability ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_redis_atomic_double_spend_protection stdout ---- [INFO] [stdout] 🚀 Launching 50 concurrent spend requests for key: test:double_spend:7ff6ad55-dd16-4bf6-8330-e476ed773859 [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] Store error: Connection refused (os error 111) [INFO] [stdout] 📊 Results: 0 successes out of 50 attempts [INFO] [stdout] [INFO] [stdout] thread 'test_redis_atomic_double_spend_protection' (266) panicked at integration_tests/tests/redis_double_spend.rs:136:5: [INFO] [stdout] assertion `left == right` failed: CRITICAL: Double spend detected! More than one request succeeded. [INFO] [stdout] left: 0 [INFO] [stdout] right: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ec30a5e64da - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5ec30a5e64da - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5ec30a5fc61a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5ec30a5fc61a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5ec30a5eb792 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ec30a5eb792 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5ec30a5c46ef - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5ec30a5c46ef - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5ec30a5de3f9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5ec30a3d37bc - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5ec30a3d37bc - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ec30a5de672 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5ec30a5de672 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5ec30a5c47a8 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5ec30a5bbb09 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5ec30a5c576d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5ec30a5fce0c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ec30a5fccf3 - core[6aaeda2c7ad07a48]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:434:23 [INFO] [stdout] 20: 0x5ec30a5f81fd - core[6aaeda2c7ad07a48]::panicking::assert_failed:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x5ec30a398168 - redis_double_spend[5d5e8a930d03f950]::test_redis_atomic_double_spend_protection::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:136:5 [INFO] [stdout] 22: 0x5ec30a3a6c25 - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5ec30a3a6c9d - >>> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5ec30a3a655d - ::block_on::>>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 25: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::with_budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 26: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 27: 0x5ec30a3a644c - ::block_on::>>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 28: 0x5ec30a39f85a - ::enter::>, ::block_on>>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 29: 0x5ec30a3a565d - ::block_on::>>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 30: 0x5ec30a3a490b - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 31: 0x5ec30a3a747a - >::set::<::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x5ec30a3aa15a - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x5ec30a3ad646 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 34: 0x5ec30a3ad1ac - >::with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 35: 0x5ec30a3a8da1 - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x5ec30a3a13f9 - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 37: 0x5ec30a3a1726 - ::block_on::>>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 38: 0x5ec30a3a44b9 - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 39: 0x5ec30a3a93d3 - tokio[479a82698b38675f]::runtime::context::runtime::enter_runtime::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::result::Result<(), anyhow[6791b5f45f6c6fdd]::Error>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x5ec30a39f2d1 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 41: 0x5ec30a3b60df - ::block_on_inner::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 42: 0x5ec30a3b62d3 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 43: 0x5ec30a39b3e7 - redis_double_spend[5d5e8a930d03f950]::test_redis_atomic_double_spend_protection [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:144:7 [INFO] [stdout] 44: 0x5ec30a3973f7 - redis_double_spend[5d5e8a930d03f950]::test_redis_atomic_double_spend_protection::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:69:57 [INFO] [stdout] 45: 0x5ec30a394826 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5ec30a3c789b - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5ec30a3c789b - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5ec30a3d428b - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5ec30a3d428b - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5ec30a3cf9a4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5ec30a3cf9a4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5ec30a3d6e92 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5ec30a3d6e92 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5ec30a5e5daf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5ec30a5e5daf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7e84be4e2aa4 - [INFO] [stdout] 67: 0x7e84be56fa64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_redis_n_way_race_duplicate_submissions stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_redis_n_way_race_duplicate_submissions' (268) panicked at integration_tests/tests/redis_double_spend.rs:197:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 0 [INFO] [stdout] right: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ec30a5e64da - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5ec30a5e64da - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5ec30a5fc61a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5ec30a5fc61a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5ec30a5eb792 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ec30a5eb792 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5ec30a5c46ef - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5ec30a5c46ef - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5ec30a5de3f9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5ec30a3d37bc - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5ec30a3d37bc - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ec30a5de672 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5ec30a5de672 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5ec30a5c47a8 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5ec30a5bbb09 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5ec30a5c576d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5ec30a5fce0c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ec30a5fcc93 - core[6aaeda2c7ad07a48]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:439:17 [INFO] [stdout] 20: 0x5ec30a5f81fd - core[6aaeda2c7ad07a48]::panicking::assert_failed:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x5ec30a399c38 - redis_double_spend[5d5e8a930d03f950]::test_redis_n_way_race_duplicate_submissions::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:197:5 [INFO] [stdout] 22: 0x5ec30a3a6c25 - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5ec30a3a6c9d - >>> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5ec30a3a655d - ::block_on::>>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 25: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::with_budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 26: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 27: 0x5ec30a3a644c - ::block_on::>>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 28: 0x5ec30a39f85a - ::enter::>, ::block_on>>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 29: 0x5ec30a3a565d - ::block_on::>>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 30: 0x5ec30a3a490b - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 31: 0x5ec30a3a747a - >::set::<::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x5ec30a3aa15a - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x5ec30a3ad646 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 34: 0x5ec30a3ad1ac - >::with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 35: 0x5ec30a3a8da1 - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x5ec30a3a13f9 - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 37: 0x5ec30a3a1726 - ::block_on::>>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 38: 0x5ec30a3a44b9 - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 39: 0x5ec30a3a93d3 - tokio[479a82698b38675f]::runtime::context::runtime::enter_runtime::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::result::Result<(), anyhow[6791b5f45f6c6fdd]::Error>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x5ec30a39f2d1 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 41: 0x5ec30a3b60df - ::block_on_inner::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 42: 0x5ec30a3b62d3 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 43: 0x5ec30a39b787 - redis_double_spend[5d5e8a930d03f950]::test_redis_n_way_race_duplicate_submissions [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:200:7 [INFO] [stdout] 44: 0x5ec30a397457 - redis_double_spend[5d5e8a930d03f950]::test_redis_n_way_race_duplicate_submissions::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:148:59 [INFO] [stdout] 45: 0x5ec30a3948a6 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5ec30a3c789b - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5ec30a3c789b - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5ec30a3d428b - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5ec30a3d428b - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5ec30a3cf9a4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5ec30a3cf9a4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5ec30a3d6e92 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5ec30a3d6e92 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5ec30a5e5daf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5ec30a5e5daf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7e84be4e2aa4 - [INFO] [stdout] 67: 0x7e84be56fa64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_redis_transient_failure_handling_path stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_redis_transient_failure_handling_path' (269) panicked at integration_tests/tests/redis_double_spend.rs:227:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: StoreError [INFO] [stdout] right: Success [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ec30a5e64da - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5ec30a5e64da - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5ec30a5fc61a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5ec30a5fc61a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5ec30a5eb792 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ec30a5eb792 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5ec30a5c46ef - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5ec30a5c46ef - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5ec30a5de3f9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5ec30a3d37bc - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5ec30a3d37bc - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ec30a5de672 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5ec30a5de672 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5ec30a5c47a8 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5ec30a5bbb09 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5ec30a5c576d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5ec30a5fce0c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ec30a5fcc93 - core[6aaeda2c7ad07a48]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:439:17 [INFO] [stdout] 20: 0x5ec30a3b670a - core[6aaeda2c7ad07a48]::panicking::assert_failed:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x5ec30a398cdd - redis_double_spend[5d5e8a930d03f950]::test_redis_transient_failure_handling_path::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:227:5 [INFO] [stdout] 22: 0x5ec30a3a6c25 - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5ec30a3a6c9d - >>> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5ec30a3a655d - ::block_on::>>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 25: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::with_budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 26: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 27: 0x5ec30a3a644c - ::block_on::>>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 28: 0x5ec30a39f85a - ::enter::>, ::block_on>>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 29: 0x5ec30a3a565d - ::block_on::>>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 30: 0x5ec30a3a490b - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 31: 0x5ec30a3a747a - >::set::<::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x5ec30a3aa15a - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x5ec30a3ad646 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 34: 0x5ec30a3ad1ac - >::with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 35: 0x5ec30a3a8da1 - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x5ec30a3a13f9 - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 37: 0x5ec30a3a1726 - ::block_on::>>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 38: 0x5ec30a3a44b9 - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 39: 0x5ec30a3a93d3 - tokio[479a82698b38675f]::runtime::context::runtime::enter_runtime::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::result::Result<(), anyhow[6791b5f45f6c6fdd]::Error>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x5ec30a39f2d1 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 41: 0x5ec30a3b60df - ::block_on_inner::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 42: 0x5ec30a3b62d3 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 43: 0x5ec30a39b5b7 - redis_double_spend[5d5e8a930d03f950]::test_redis_transient_failure_handling_path [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:229:7 [INFO] [stdout] 44: 0x5ec30a397427 - redis_double_spend[5d5e8a930d03f950]::test_redis_transient_failure_handling_path::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:204:58 [INFO] [stdout] 45: 0x5ec30a394866 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5ec30a3c789b - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5ec30a3c789b - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5ec30a3d428b - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5ec30a3d428b - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5ec30a3cf9a4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5ec30a3cf9a4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5ec30a3d6e92 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5ec30a3d6e92 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5ec30a5e5daf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5ec30a5e5daf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7e84be4e2aa4 - [INFO] [stdout] 67: 0x7e84be56fa64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_redis_batch_duplicate_error_code_stability stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_redis_batch_duplicate_error_code_stability' (267) panicked at integration_tests/tests/redis_double_spend.rs:253:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: [StoreError, StoreError, StoreError, StoreError, StoreError] [INFO] [stdout] right: [Success, Success, ReplayDetected, ReplayDetected, ReplayDetected] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ec30a5e64da - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ec30a5e64da - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5ec30a5e64da - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5ec30a5fc61a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5ec30a5fc61a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x5ec30a5eb792 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ec30a5eb792 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5ec30a5c46ef - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5ec30a5c46ef - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5ec30a5de3f9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5ec30a3d37bc - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5ec30a3d37bc - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ec30a5de672 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5ec30a5de672 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5ec30a5c47a8 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5ec30a5bbb09 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5ec30a5c576d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5ec30a5fce0c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ec30a5fcc93 - core[6aaeda2c7ad07a48]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:439:17 [INFO] [stdout] 20: 0x5ec30a3b66b9 - core[6aaeda2c7ad07a48]::panicking::assert_failed::, alloc[28d2dab30c1dc666]::vec::Vec> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x5ec30a39ab72 - redis_double_spend[5d5e8a930d03f950]::test_redis_batch_duplicate_error_code_stability::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:253:5 [INFO] [stdout] 22: 0x5ec30a3a6c25 - >> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 23: 0x5ec30a3a6c9d - >>> as core[6aaeda2c7ad07a48]::future::future::Future>::poll [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5ec30a3a655d - ::block_on::>>>>::{closure#0}::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 25: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::with_budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 26: 0x5ec30a3a644c - tokio[479a82698b38675f]::task::coop::budget::>, ::block_on>>>>::{closure#0}::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 27: 0x5ec30a3a644c - ::block_on::>>>>::{closure#0}::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 28: 0x5ec30a39f85a - ::enter::>, ::block_on>>>>::{closure#0}::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 29: 0x5ec30a3a565d - ::block_on::>>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 30: 0x5ec30a3a490b - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 31: 0x5ec30a3a747a - >::set::<::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 32: 0x5ec30a3aa15a - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38 [INFO] [stdout] 33: 0x5ec30a3ad646 - >::try_with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 34: 0x5ec30a3ad1ac - >::with::, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}>::{closure#0}, (alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>)> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 35: 0x5ec30a3a8da1 - tokio[479a82698b38675f]::runtime::context::set_scheduler::<(alloc[28d2dab30c1dc666]::boxed::Box, core[6aaeda2c7ad07a48]::option::Option>), ::enter<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>>::{closure#0}> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17 [INFO] [stdout] 36: 0x5ec30a3a13f9 - ::enter::<::block_on>>>>::{closure#0}, core[6aaeda2c7ad07a48]::option::Option>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 37: 0x5ec30a3a1726 - ::block_on::>>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 38: 0x5ec30a3a44b9 - ::block_on::>>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 39: 0x5ec30a3a93d3 - tokio[479a82698b38675f]::runtime::context::runtime::enter_runtime::<::block_on>>>::{closure#0}, core[6aaeda2c7ad07a48]::result::Result<(), anyhow[6791b5f45f6c6fdd]::Error>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 40: 0x5ec30a39f2d1 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 41: 0x5ec30a3b60df - ::block_on_inner::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 42: 0x5ec30a3b62d3 - ::block_on::>>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 43: 0x5ec30a39b957 - redis_double_spend[5d5e8a930d03f950]::test_redis_batch_duplicate_error_code_stability [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:263:7 [INFO] [stdout] 44: 0x5ec30a397487 - redis_double_spend[5d5e8a930d03f950]::test_redis_batch_duplicate_error_code_stability::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/integration_tests/tests/redis_double_spend.rs:233:63 [INFO] [stdout] 45: 0x5ec30a3948e6 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5ec30a3c789b - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5ec30a3c789b - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5ec30a3d428b - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5ec30a3d428b - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5ec30a3d428b - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5ec30a3d428b - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5ec30a3cf9a4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5ec30a3cf9a4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5ec30a3d6e92 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5ec30a3d6e92 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5ec30a3d6e92 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5ec30a3d6e92 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5ec30a5e5daf - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5ec30a5e5daf - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x7e84be4e2aa4 - [INFO] [stdout] 67: 0x7e84be56fa64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_redis_atomic_double_spend_protection [INFO] [stdout] test_redis_batch_duplicate_error_code_stability [INFO] [stdout] test_redis_n_way_race_duplicate_submissions [INFO] [stdout] test_redis_transient_failure_handling_path [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p integration_tests --test redis_double_spend` [INFO] running `Command { std: "docker" "inspect" "215059b55e1b1f35b2f9489040e8516dac71d43d8eb78355e2271052f68cc6d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "215059b55e1b1f35b2f9489040e8516dac71d43d8eb78355e2271052f68cc6d0", kill_on_drop: false }` [INFO] [stdout] 215059b55e1b1f35b2f9489040e8516dac71d43d8eb78355e2271052f68cc6d0