[INFO] cloning repository https://github.com/Ahmed9190/membership
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ahmed9190/membership" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAhmed9190%2Fmembership", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAhmed9190%2Fmembership'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 06d2a0ca347fd7d98a9dd7d6449ad2af8d9f5451
[INFO] testing Ahmed9190/membership against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAhmed9190%2Fmembership" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ahmed9190/membership
[INFO] finished tweaking git repo https://github.com/Ahmed9190/membership
[INFO] tweaked toml for git repo https://github.com/Ahmed9190/membership written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ahmed9190/membership on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ahmed9190/membership already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c474e80a8fd29e47f946519a41d3c55b845f99c0f1d6a1935064772942910050
[INFO] running `Command { std: "docker" "start" "-a" "c474e80a8fd29e47f946519a41d3c55b845f99c0f1d6a1935064772942910050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c474e80a8fd29e47f946519a41d3c55b845f99c0f1d6a1935064772942910050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c474e80a8fd29e47f946519a41d3c55b845f99c0f1d6a1935064772942910050", kill_on_drop: false }`
[INFO] [stdout] c474e80a8fd29e47f946519a41d3c55b845f99c0f1d6a1935064772942910050
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a70a5eb23a4ebb785943536b3a2e13fb9879c9296434498ff01c1d37af4a0f68
[INFO] running `Command { std: "docker" "start" "-a" "a70a5eb23a4ebb785943536b3a2e13fb9879c9296434498ff01c1d37af4a0f68", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling itoa v1.0.16
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling serde_json v1.0.147
[INFO] [stderr]    Compiling zmij v0.1.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling base64ct v1.8.1
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling scrypt v0.11.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling rc2 v0.8.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling des v0.8.1
[INFO] [stderr]    Compiling rustls-native-certs v0.7.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling cookie-factory v0.3.3
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling amq-protocol v7.2.3
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ryu v1.0.21
[INFO] [stderr]    Compiling lapin v2.5.5
[INFO] [stderr]    Compiling quanta v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.13.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sketches-ddsketch v0.2.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling metrics-macros v0.7.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling executor-trait v2.1.2
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling reactor-trait v1.1.0
[INFO] [stderr]    Compiling metrics v0.21.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling x509-cert v0.2.5
[INFO] [stderr]    Compiling asn1-rs v0.7.1
[INFO] [stderr]    Compiling pkcs5 v0.7.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling async-reactor-trait v1.1.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling opentelemetry v0.21.0
[INFO] [stderr]    Compiling metrics-util v0.15.1
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling async-global-executor v3.1.0
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.13.0
[INFO] [stderr]    Compiling async-global-executor-trait v2.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling amq-protocol-types v7.2.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling der-parser v10.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling x509-parser v0.17.0
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling cms v0.2.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling pinky-swear v6.2.1
[INFO] [stderr]    Compiling pkcs12 v0.1.0
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling rustls-connector v0.20.2
[INFO] [stderr]    Compiling p12-keystore v0.1.5
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tcp-stream v0.28.0
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling amq-protocol-uri v7.2.3
[INFO] [stderr]    Compiling amq-protocol-tcp v7.2.3
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling tokio-executor-trait v2.4.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling opentelemetry_sdk v0.21.2
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling tracing-opentelemetry v0.22.0
[INFO] [stderr]    Compiling deadpool-lapin v0.12.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling redis v0.24.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.12.2
[INFO] [stderr]    Compiling tonic v0.9.2
[INFO] [stderr]    Compiling opentelemetry-proto v0.4.0
[INFO] [stderr]    Compiling opentelemetry-otlp v0.14.0
[INFO] [stderr]    Compiling membership v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `cycle_duration`
[INFO] [stdout]    --> src/domain/subscription.rs:295:13
[INFO] [stdout]     |
[INFO] [stdout] 295 |         let cycle_duration = self.billing.cycle_end - self.billing.cycle_start;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycle_duration`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
[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" "a70a5eb23a4ebb785943536b3a2e13fb9879c9296434498ff01c1d37af4a0f68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a70a5eb23a4ebb785943536b3a2e13fb9879c9296434498ff01c1d37af4a0f68", kill_on_drop: false }`
[INFO] [stdout] a70a5eb23a4ebb785943536b3a2e13fb9879c9296434498ff01c1d37af4a0f68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e2ab970c93b7652b4e6fc79cbd67632d308b0a89c3849cc323552cfca2c5592
[INFO] running `Command { std: "docker" "start" "-a" "7e2ab970c93b7652b4e6fc79cbd67632d308b0a89c3849cc323552cfca2c5592", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `cycle_duration`
[INFO] [stdout]    --> src/domain/subscription.rs:295:13
[INFO] [stdout]     |
[INFO] [stdout] 295 |         let cycle_duration = self.billing.cycle_end - self.billing.cycle_start;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycle_duration`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling membership v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SubscriptionStatus`
[INFO] [stdout]    --> src/domain/queue.rs:101:53
[INFO] [stdout]     |
[INFO] [stdout] 101 |     use crate::domain::subscription::{Subscription, SubscriptionStatus};
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]     --> tests/all_cases_suite.rs:2218:10
[INFO] [stdout]      |
[INFO] [stdout] 2218 |     let (repo, handler) = setup();
[INFO] [stdout]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]     --> tests/all_cases_suite.rs:2231:10
[INFO] [stdout]      |
[INFO] [stdout] 2231 |     let (repo, handler) = setup();
[INFO] [stdout]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `repo`
[INFO] [stdout]     --> tests/all_cases_suite.rs:2244:10
[INFO] [stdout]      |
[INFO] [stdout] 2244 |     let (repo, handler) = setup();
[INFO] [stdout]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/domain/queue.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 |           if let QueueEvent::SlotsShifted {
[INFO] [stdout]     |  ____________^
[INFO] [stdout] 130 | |             affected_subscriptions,
[INFO] [stdout] 131 | |             shift_direction,
[INFO] [stdout] 132 | |             ..
[INFO] [stdout] 133 | |         } = event
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/domain/queue.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout] 172 |           if let QueueEvent::SlotsShifted {
[INFO] [stdout]     |  ____________^
[INFO] [stdout] 173 | |             affected_subscriptions,
[INFO] [stdout] 174 | |             shift_direction,
[INFO] [stdout] 175 | |             ..
[INFO] [stdout] 176 | |         } = event
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycle_duration`
[INFO] [stdout]    --> src/domain/subscription.rs:295:13
[INFO] [stdout]     |
[INFO] [stdout] 295 |         let cycle_duration = self.billing.cycle_end - self.billing.cycle_start;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycle_duration`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.79s
[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" "7e2ab970c93b7652b4e6fc79cbd67632d308b0a89c3849cc323552cfca2c5592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e2ab970c93b7652b4e6fc79cbd67632d308b0a89c3849cc323552cfca2c5592", kill_on_drop: false }`
[INFO] [stdout] 7e2ab970c93b7652b4e6fc79cbd67632d308b0a89c3849cc323552cfca2c5592
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9ef016e48d4693c3e8ca47462d46234bae777a90d9509ebbb181af3b6f7ad963
[INFO] running `Command { std: "docker" "start" "-a" "9ef016e48d4693c3e8ca47462d46234bae777a90d9509ebbb181af3b6f7ad963", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `cycle_duration`
[INFO] [stderr]    --> src/domain/subscription.rs:295:13
[INFO] [stderr]     |
[INFO] [stderr] 295 |         let cycle_duration = self.billing.cycle_end - self.billing.cycle_start;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycle_duration`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `SubscriptionStatus`
[INFO] [stderr]    --> src/domain/queue.rs:101:53
[INFO] [stderr]     |
[INFO] [stderr] 101 |     use crate::domain::subscription::{Subscription, SubscriptionStatus};
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: irrefutable `if let` pattern
[INFO] [stderr]    --> src/domain/queue.rs:129:12
[INFO] [stderr]     |
[INFO] [stderr] 129 |           if let QueueEvent::SlotsShifted {
[INFO] [stderr]     |  ____________^
[INFO] [stderr] 130 | |             affected_subscriptions,
[INFO] [stderr] 131 | |             shift_direction,
[INFO] [stderr] 132 | |             ..
[INFO] [stderr] 133 | |         } = event
[INFO] [stderr]     | |_________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stderr]     = help: consider replacing the `if let` with a `let`
[INFO] [stderr]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: irrefutable `if let` pattern
[INFO] [stderr]    --> src/domain/queue.rs:172:12
[INFO] [stderr]     |
[INFO] [stderr] 172 |           if let QueueEvent::SlotsShifted {
[INFO] [stderr]     |  ____________^
[INFO] [stderr] 173 | |             affected_subscriptions,
[INFO] [stderr] 174 | |             shift_direction,
[INFO] [stderr] 175 | |             ..
[INFO] [stderr] 176 | |         } = event
[INFO] [stderr]     | |_________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stderr]     = help: consider replacing the `if let` with a `let`
[INFO] [stderr] 
[INFO] [stderr] warning: `membership` (lib) generated 1 warning (run `cargo fix --lib -p membership` to apply 1 suggestion)
[INFO] [stderr] warning: `membership` (lib test) generated 4 warnings (1 duplicate) (run `cargo fix --lib -p membership --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `repo`
[INFO] [stderr]     --> tests/all_cases_suite.rs:2218:10
[INFO] [stderr]      |
[INFO] [stderr] 2218 |     let (repo, handler) = setup();
[INFO] [stderr]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `repo`
[INFO] [stderr]     --> tests/all_cases_suite.rs:2231:10
[INFO] [stderr]      |
[INFO] [stderr] 2231 |     let (repo, handler) = setup();
[INFO] [stderr]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `repo`
[INFO] [stderr]     --> tests/all_cases_suite.rs:2244:10
[INFO] [stderr]      |
[INFO] [stderr] 2244 |     let (repo, handler) = setup();
[INFO] [stderr]      |          ^^^^ help: if this is intentional, prefix it with an underscore: `_repo`
[INFO] [stderr] 
[INFO] [stderr] warning: `membership` (test "all_cases_suite") generated 3 warnings (run `cargo fix --test "all_cases_suite" -p membership` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
[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/membership-dc629d56eacd4fbb)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test domain::queue::tests::test_calculate_shift_for_freeze ... ok
[INFO] [stdout] test application::handlers::tests::test_handle_cancel_success ... ok
[INFO] [stdout] test application::handlers::tests::test_handle_freeze_success ... ok
[INFO] [stdout] test application::handlers::tests::test_handle_suspend_success ... ok
[INFO] [stdout] test domain::queue::tests::test_calculate_shift_for_unfreeze ... ok
[INFO] [stdout] test domain::subscription::tests::test_cancel_subscription ... ok
[INFO] [stdout] test domain::subscription::tests::test_freeze_active_subscription ... ok
[INFO] [stdout] test domain::subscription::tests::test_suspend_subscription ... ok
[INFO] [stdout] test domain::subscription::tests::test_unfreeze_subscription ... ok
[INFO] [stdout] test domain::subscription::tests::test_transfer_active_subscription ... ok
[INFO] [stdout] test domain::subscription::tests::test_trial_subscription ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/membership-ac8e5363c3f5a414)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/all_cases_suite.rs (/opt/rustwide/target/debug/deps/all_cases_suite-9863ad86c9a80516)
[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 217 tests
[INFO] [stdout] test case_002_freeze_at_slot_1 ... ok
[INFO] [stdout] test case_003_freeze_last_slot ... ok
[INFO] [stdout] test case_001_freeze_active_at_slot_n ... ok
[INFO] [stdout] test case_004_freeze_already_frozen ... ok
[INFO] [stdout] test case_006_freeze_billing_cycle_midpoint ... ok
[INFO] [stdout] test case_007_freeze_billing_cycle_end ... ok
[INFO] [stdout] test case_005_freeze_billing_cycle_start ... ok
[INFO] [stdout] test case_011_unfreeze_to_original_slot ... ok
[INFO] [stdout] test case_009_freeze_failed_payment ... ok
[INFO] [stdout] test case_010_freeze_trial_subscription ... ok
[INFO] [stdout] test case_014_unfreeze_slot_occupied ... ok
[INFO] [stdout] test case_013_unfreeze_to_computed_position ... ok
[INFO] [stdout] test case_008_freeze_pending_renewal ... ok
[INFO] [stdout] test case_019_transfer_active_preserve_slot ... ok
[INFO] [stdout] test case_020_transfer_keep_slot_index ... ok
[INFO] [stdout] test case_015_unfreeze_significant_growth ... ok
[INFO] [stdout] test case_025_transfer_last_slot ... ok
[INFO] [stdout] test case_026_transfer_during_billing ... ok
[INFO] [stdout] test case_030_transfer_credits ... ok
[INFO] [stdout] test case_024_transfer_slot_1 ... ok
[INFO] [stdout] test case_016_unfreeze_rapid_toggle ... ok
[INFO] [stdout] test case_023_transfer_to_existing_subs_account ... ok
[INFO] [stdout] test case_012_unfreeze_to_end_of_queue ... ok
[INFO] [stdout] test case_029_transfer_failed_payment ... ok
[INFO] [stdout] test case_021_transfer_reallocate_slot ... ok
[INFO] [stdout] test case_033_transfer_same_owner ... ok
[INFO] [stdout] test case_027_transfer_billing_boundary ... ok
[INFO] [stdout] test case_017_unfreeze_long_frozen ... ok
[INFO] [stdout] test case_039_shift_locked_subs ... ok
[INFO] [stdout] test case_031_transfer_return_to_original ... ok
[INFO] [stdout] test case_028_transfer_pending_payment ... ok
[INFO] [stdout] test case_036_shift_due_to_transfer_realloc ... ok
[INFO] [stdout] test case_032_transfer_chain ... ok
[INFO] [stdout] test case_022_transfer_to_no_subs_account ... ok
[INFO] [stdout] test case_018_unfreeze_suspended_account ... ok
[INFO] [stdout] test case_035_shift_due_to_cancellation ... ok
[INFO] [stdout] test case_037_shift_with_gaps ... ok
[INFO] [stdout] test case_042_concurrent_freeze_unfreeze_same ... ok
[INFO] [stdout] test case_053_freeze_transfer_unfreeze ... ok
[INFO] [stdout] test case_041_concurrent_freeze_non_adjacent ... ok
[INFO] [stdout] test case_044_concurrent_transfer_divergent ... ok
[INFO] [stdout] test case_054_freeze_transfer_transfer_unfreeze ... ok
[INFO] [stdout] test case_050_transfer_billing_race ... ok
[INFO] [stdout] test case_046_transfer_while_unfreezing ... ok
[INFO] [stdout] test case_045_transfer_while_freezing ... ok
[INFO] [stdout] test case_040_concurrent_freeze_adjacent ... ok
[INFO] [stdout] test case_055_transfer_then_freeze ... ok
[INFO] [stdout] test case_038_shift_empty_slots ... ok
[INFO] [stdout] test case_049_unfreeze_cancel_mixed ... ok
[INFO] [stdout] test case_051_freeze_during_shift ... ok
[INFO] [stdout] test case_052_freeze_then_transfer_frozen ... ok
[INFO] [stdout] test case_048_freeze_transfer_mixed_queue ... ok
[INFO] [stdout] test case_043_concurrent_freeze_duplicate ... ok
[INFO] [stdout] test case_047_concurrent_transfer_to_same_owner ... ok
[INFO] [stdout] test case_034_shift_due_to_freeze ... ok
[INFO] [stdout] test case_060_freeze_child_only ... ok
[INFO] [stdout] test case_057_transfer_then_old_owner_freeze_fail ... ok
[INFO] [stdout] test case_063_freeze_parent_after_split ... ok
[INFO] [stdout] test case_056_transfer_then_new_owner_freeze ... ok
[INFO] [stdout] test case_058_transfer_inflight_freeze ... ok
[INFO] [stdout] test case_068_unfreeze_midnight_renewal ... ok
[INFO] [stdout] test case_074_dst_change ... ok
[INFO] [stdout] test case_069_transfer_microsecond_boundary ... ok
[INFO] [stdout] test case_070_freeze_during_proration ... ok
[INFO] [stdout] test case_065_transfer_ping_pong ... ok
[INFO] [stdout] test case_061_transfer_parent_with_children ... ok
[INFO] [stdout] test case_062_transfer_break_family ... ok
[INFO] [stdout] test case_059_freeze_with_children ... ok
[INFO] [stdout] test case_073_maintenance_transition ... ok
[INFO] [stdout] test case_071_freeze_years_unfreeze ... ok
[INFO] [stdout] test case_076_scheduled_freeze ... ok
[INFO] [stdout] test case_075_transfer_cross_tz ... ok
[INFO] [stdout] test case_077_retroactive_freeze ... ok
[INFO] [stdout] test case_079_freeze_not_found ... ok
[INFO] [stdout] test case_078_scheduled_transfer ... ok
[INFO] [stdout] test case_080_unfreeze_not_found ... ok
[INFO] [stdout] test case_066_cancel_reactivate_cancel ... ok
[INFO] [stdout] test case_067_freeze_midnight_renewal ... ok
[INFO] [stdout] test case_081_transfer_not_found ... ok
[INFO] [stdout] test case_072_transfer_pending_timeout ... ok
[INFO] [stdout] test case_082_freeze_retry_success ... ok
[INFO] [stdout] test case_083_unfreeze_retry ... ok
[INFO] [stdout] test case_084_transfer_fail_cleanup ... ok
[INFO] [stdout] test case_085_compensation_freeze_partial ... ok
[INFO] [stdout] test case_087_timeout_freeze ... ok
[INFO] [stdout] test case_088_timeout_unfreeze ... ok
[INFO] [stdout] test case_090_network_failure_partial ... ok
[INFO] [stdout] test case_089_timeout_transfer ... ok
[INFO] [stdout] test case_091_orphan_pending_transfer ... ok
[INFO] [stdout] test case_092_orphan_pending_freeze ... ok
[INFO] [stdout] test case_099_freeze_trial ... ok
[INFO] [stdout] test case_095_idempotent_unfreeze ... ok
[INFO] [stdout] test case_096_idempotent_transfer ... ok
[INFO] [stdout] test case_100_transfer_requires_payment ... ok
[INFO] [stdout] test case_098_freeze_cooldown ... ok
[INFO] [stdout] test case_097_freeze_max_allowed ... ok
[INFO] [stdout] test case_086_queue_full_insert ... ok
[INFO] [stdout] test case_102_promo_transfer_non_transfer ... ok
[INFO] [stdout] test case_101_transfer_blocked_past_due ... ok
[INFO] [stdout] test case_093_dead_letter_recovery ... ok
[INFO] [stdout] test case_094_idempotent_freeze ... ok
[INFO] [stdout] test case_064_rapid_freeze_unfreeze_freeze ... ok
[INFO] [stdout] test case_103_freeze_addon_only ... ok
[INFO] [stdout] test case_105_transfer_addon_without_parent ... ok
[INFO] [stdout] test case_107_freeze_exceeds_quota ... ok
[INFO] [stdout] test case_104_freeze_bundle_cascade ... ok
[INFO] [stdout] test case_112_frozen_sub_cannot_login ... ok
[INFO] [stdout] test case_108_transfer_exceeds_quota ... ok
[INFO] [stdout] test case_114_freeze_payment_gateway ... ok
[INFO] [stdout] test case_116_transfer_payment_method ... ok
[INFO] [stdout] test case_115_unfreeze_payment_auth ... ok
[INFO] [stdout] test case_120_unfreeze_notification ... ok
[INFO] [stdout] test case_119_freeze_notification ... ok
[INFO] [stdout] test case_122_freeze_entitlements ... ok
[INFO] [stdout] test case_106_transfer_addon_with_parent ... ok
[INFO] [stdout] test case_121_transfer_notification ... ok
[INFO] [stdout] test case_117_freeze_pending_transaction ... ok
[INFO] [stdout] test case_113_unfreeze_restores_access ... ok
[INFO] [stdout] test case_109_freeze_grace_period ... ok
[INFO] [stdout] test case_110_non_owner_freeze_fail ... ok
[INFO] [stdout] test case_111_admin_freeze_success ... ok
[INFO] [stdout] test case_118_unfreeze_capture_payment ... ok
[INFO] [stdout] test case_125_freeze_analytics ... ok
[INFO] [stdout] test case_127_transfer_analytics ... ok
[INFO] [stdout] test case_124_transfer_entitlements ... ok
[INFO] [stdout] test case_123_unfreeze_entitlements ... ok
[INFO] [stdout] test case_126_unfreeze_analytics ... ok
[INFO] [stdout] test case_137_backdate_freeze ... ok
[INFO] [stdout] test case_133_import_queue_state ... ok
[INFO] [stdout] test case_131_export_frozen ... ok
[INFO] [stdout] test case_139_test_transfer_sandbox ... ok
[INFO] [stdout] test case_138_test_freeze_sandbox ... ok
[INFO] [stdout] test case_130_bulk_transfer ... ok
[INFO] [stdout] test case_129_bulk_unfreeze ... ok
[INFO] [stdout] test case_135_admin_override_unfreeze ... ok
[INFO] [stdout] test case_142_legal_hold_freeze ... ok
[INFO] [stdout] test case_141_gdpr_queue_recalc ... ok
[INFO] [stdout] test case_144_audit_freeze ... ok
[INFO] [stdout] test case_145_audit_unfreeze ... ok
[INFO] [stdout] test case_128_bulk_freeze ... ok
[INFO] [stdout] test case_136_admin_override_transfer ... ok
[INFO] [stdout] test case_148_pii_mask ... ok
[INFO] [stdout] test case_146_audit_transfer ... ok
[INFO] [stdout] test case_147_retention_policy ... ok
[INFO] [stdout] test case_132_import_subscriptions ... ok
[INFO] [stdout] test case_143_legal_hold_transfer ... ok
[INFO] [stdout] test case_157_transfer_cancelled_fail ... ok
[INFO] [stdout] test case_155_cancelled_to_frozen_fail ... ok
[INFO] [stdout] test case_150_concurrent_100_freezes ... ok
[INFO] [stdout] test case_154_memory_pressure ... ok
[INFO] [stdout] test case_149_freeze_1000_queue ... ok
[INFO] [stdout] test case_152_shift_entire_queue ... ok
[INFO] [stdout] test case_134_admin_override_freeze ... ok
[INFO] [stdout] test case_163_freeze_ui_state ... ok
[INFO] [stdout] test case_165_transfer_ui_state ... ok
[INFO] [stdout] test case_168_freeze_email ... ok
[INFO] [stdout] test case_161_queue_shift_preserve_order ... ok
[INFO] [stdout] test case_166_self_service_freeze ... ok
[INFO] [stdout] test case_151_transfer_large_queue ... ok
[INFO] [stdout] test case_162_transfer_owner_change ... ok
[INFO] [stdout] test case_167_self_service_unfreeze ... ok
[INFO] [stdout] test case_159_slot_invariant ... ok
[INFO] [stdout] test case_164_unfreeze_ui_state ... ok
[INFO] [stdout] test case_169_unfreeze_email ... ok
[INFO] [stdout] test case_173_emoji_reason ... ok
[INFO] [stdout] test case_158_active_to_active_unfreeze_fail ... ok
[INFO] [stdout] test case_174_max_length_reason ... ok
[INFO] [stdout] test case_176_max_uuid ... ok
[INFO] [stdout] test case_175_null_uuid_handling ... ok
[INFO] [stdout] test case_170_transfer_email ... ok
[INFO] [stdout] test case_153_hot_spot_queue ... ok
[INFO] [stdout] test case_156_frozen_to_frozen_fail ... ok
[INFO] [stdout] test case_171_leap_second ... ok
[INFO] [stdout] test case_180_past_unfreeze_date ... ok
[INFO] [stdout] test case_178_zero_slot ... ok
[INFO] [stdout] test case_160_version_monotonic ... ok
[INFO] [stdout] test case_179_future_date ... ok
[INFO] [stdout] test case_189_webhook_lost ... ok
[INFO] [stdout] test case_183_cross_tenant_slot_collision ... ok
[INFO] [stdout] test case_181_cross_tenant_transfer_fail ... ok
[INFO] [stdout] test case_184_mixed_tenant_policy ... ok
[INFO] [stdout] test case_186_api_version_support ... ok
[INFO] [stdout] test case_193_short_lived_sub ... ok
[INFO] [stdout] test case_185_different_shift_policies ... ok
[INFO] [stdout] test case_197_email_down ... ok
[INFO] [stdout] test case_191_rate_limit_freeze ... ok
[INFO] [stdout] test case_192_rate_limit_transfer ... ok
[INFO] [stdout] test case_190_webhook_duplicate ... ok
[INFO] [stdout] test case_182_cross_tenant_freeze_isolation ... ok
[INFO] [stdout] test case_196_abandoned_frozen ... ok
[INFO] [stdout] test case_177_negative_slot ... ok
[INFO] [stdout] test case_187_api_breaking_change ... ok
[INFO] [stdout] test case_198_payment_down ... ok
[INFO] [stdout] test case_188_webhook_ordering ... ok
[INFO] [stdout] test case_194_immediate_freeze ... ok
[INFO] [stdout] test case_202_replica_lag ... ok
[INFO] [stdout] test case_203_upgrade_while_frozen ... ok
[INFO] [stdout] test case_206_refund_frozen ... ok
[INFO] [stdout] test case_195_decade_old_freeze ... ok
[INFO] [stdout] test case_199_crm_sync_fail ... ok
[INFO] [stdout] test case_205_credit_frozen ... ok
[INFO] [stdout] test case_201_disk_full ... ok
[INFO] [stdout] test case_207_billing_period_change ... ok
[INFO] [stdout] test case_172_unicode_reason ... ok
[INFO] [stdout] test case_204_downgrade_while_frozen ... ok
[INFO] [stdout] test case_211_manual_slot_fix ... ok
[INFO] [stdout] test case_200_pool_exhaustion ... ok
[INFO] [stdout] test case_209_wrong_queue ... ok
[INFO] [stdout] test case_210_mismatched_owner ... ok
[INFO] [stdout] test case_212_manual_status_fix ... ok
[INFO] [stdout] test case_213_freeze_spike_alert ... ok
[INFO] [stdout] test case_214_slow_shift_alert ... ok
[INFO] [stdout] test case_215_transfer_fail_alert ... ok
[INFO] [stdout] test case_216_trace_freeze ... ok
[INFO] [stdout] test case_217_trace_transfer ... ok
[INFO] [stdout] test case_208_find_gaps ... ok
[INFO] [stdout] test case_140_gdpr_delete_frozen ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 217 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/comprehensive_test_suite.rs (/opt/rustwide/target/debug/deps/comprehensive_test_suite-d9e6c21cc91d27ab)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_case_19_transfer_active_subscription_preserve_slot ... ok
[INFO] [stdout] test test_case_110_transfer_not_owner_fail ... ok
[INFO] [stdout] test test_case_1_2_freeze_at_slot_1 ... ok
[INFO] [stdout] test test_case_1_1_freeze_active_subscription_at_slot_n ... ok
[INFO] [stdout] test test_case_21_transfer_reallocate_slot ... ok
[INFO] [stdout] test test_case_1_3_33_transfer_same_owner ... ok
[INFO] [stdout] test test_case_11_1_155_invalid_transition_cancelled_to_frozen ... ok
[INFO] [stdout] test test_case_53_freeze_transfer_unfreeze ... ok
[INFO] [stdout] test test_case_1_2_16_rapid_toggle ... ok
[INFO] [stdout] test test_case_1_11_unfreeze_shifting_others ... ok
[INFO] [stdout] test test_case_1_3_32_transfer_chain ... ok
[INFO] [stdout] test test_case_55_transfer_then_freeze ... ok
[INFO] [stdout] test test_case_1_1_3_freeze_tail ... ok
[INFO] [stdout] test test_case_40_concurrent_freeze_adjacent ... ok
[INFO] [stdout] test test_case_1_4_freeze_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests membership
[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] running `Command { std: "docker" "inspect" "9ef016e48d4693c3e8ca47462d46234bae777a90d9509ebbb181af3b6f7ad963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ef016e48d4693c3e8ca47462d46234bae777a90d9509ebbb181af3b6f7ad963", kill_on_drop: false }`
[INFO] [stdout] 9ef016e48d4693c3e8ca47462d46234bae777a90d9509ebbb181af3b6f7ad963
