--- Collecting mzbuild images
materialize/ubuntu-base:mzbuild-5NAFJNH2KMVHELOHVJME6SGR3PLLJN2A
materialize/test-certs:mzbuild-Z2YUNQRKOEMYYW4OPM4E4BWDSPQKJ57U
materialize/postgres:mzbuild-FWSB6QZSR6SCG54RFVC6ZXQJQSELIJ63
==> Acquiring materialize/ubuntu-base:mzbuild-5NAFJNH2KMVHELOHVJME6SGR3PLLJN2A
==> Acquiring materialize/test-certs:mzbuild-Z2YUNQRKOEMYYW4OPM4E4BWDSPQKJ57U
==> Acquiring materialize/postgres:mzbuild-FWSB6QZSR6SCG54RFVC6ZXQJQSELIJ63
==> Running test case workflow-default
--- Running workflow default
$ docker compose logs --no-color --timestamps --since 0
$ docker compose up --detach --wait --quiet-pull zookeeper kafka schema-registry postgres postgres-metadata minio azurite
Network cargo-test_default  Creating
Network cargo-test_default  Created
Container cargo-test-azurite-1  Creating
Container cargo-test-postgres-1  Creating
Container cargo-test-postgres-metadata-1  Creating
Container cargo-test-minio-1  Creating
Container cargo-test-zookeeper-1  Creating
Container cargo-test-postgres-1  Created
Container cargo-test-azurite-1  Created
Container cargo-test-postgres-metadata-1  Created
Container cargo-test-minio-1  Created
Container cargo-test-zookeeper-1  Created
Container cargo-test-kafka-1  Creating
Container cargo-test-kafka-1  Created
Container cargo-test-schema-registry-1  Creating
Container cargo-test-schema-registry-1  Created
Container cargo-test-postgres-1  Starting
Container cargo-test-postgres-metadata-1  Starting
Container cargo-test-minio-1  Starting
Container cargo-test-azurite-1  Starting
Container cargo-test-zookeeper-1  Starting
Container cargo-test-postgres-1  Started
Container cargo-test-azurite-1  Started
Container cargo-test-minio-1  Started
Container cargo-test-zookeeper-1  Started
Container cargo-test-zookeeper-1  Waiting
Container cargo-test-postgres-metadata-1  Started
Container cargo-test-zookeeper-1  Healthy
Container cargo-test-kafka-1  Starting
Container cargo-test-kafka-1  Started
Container cargo-test-kafka-1  Waiting
Container cargo-test-kafka-1  Healthy
Container cargo-test-schema-registry-1  Starting
Container cargo-test-schema-registry-1  Started
Container cargo-test-azurite-1  Waiting
Container cargo-test-kafka-1  Waiting
Container cargo-test-minio-1  Waiting
Container cargo-test-postgres-1  Waiting
Container cargo-test-postgres-metadata-1  Waiting
Container cargo-test-schema-registry-1  Waiting
Container cargo-test-zookeeper-1  Waiting
Container cargo-test-azurite-1  Healthy
Container cargo-test-minio-1  Healthy
Container cargo-test-kafka-1  Healthy
Container cargo-test-postgres-1  Healthy
Container cargo-test-postgres-metadata-1  Healthy
Container cargo-test-zookeeper-1  Healthy
Container cargo-test-schema-registry-1  Healthy
$ cargo build --workspace --bin clusterd --profile=ci
 Downloading crates ...
  Downloaded indexmap v1.9.1
  Downloaded crossbeam v0.8.4
  Downloaded enum-iterator v1.2.0
  Downloaded crossbeam-channel v0.5.14
  Downloaded enum-iterator-derive v1.1.0
   Compiling proc-macro2 v1.0.93
   Compiling unicode-ident v1.0.12
   Compiling libc v0.2.170
   Compiling serde v1.0.219
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.1.0
   Compiling memchr v2.7.4
   Compiling shlex v1.3.0
   Compiling once_cell v1.21.1
   Compiling itoa v1.0.6
   Compiling pin-project-lite v0.2.13
   Compiling log v0.4.25
   Compiling hashbrown v0.15.2
   Compiling version_check v0.9.4
   Compiling equivalent v1.0.1
   Compiling futures-core v0.3.31
   Compiling ppv-lite86 v0.2.10
   Compiling ryu v1.0.20
   Compiling parking_lot_core v0.9.4
   Compiling libm v0.2.8
   Compiling scopeguard v1.2.0
   Compiling futures-io v0.3.31
   Compiling futures-sink v0.3.31
   Compiling pin-utils v0.1.0
   Compiling fnv v1.0.7
   Compiling futures-task v0.3.31
   Compiling pkg-config v0.3.20
   Compiling serde_json v1.0.127
   Compiling either v1.15.0
   Compiling percent-encoding v2.3.1
   Compiling typenum v1.15.0
   Compiling bitflags v2.4.1
   Compiling thiserror v1.0.69
   Compiling getrandom v0.3.1
   Compiling vcpkg v0.2.15
   Compiling subtle v2.6.1
   Compiling cpufeatures v0.2.1
   Compiling tinyvec_macros v0.1.0
   Compiling unicode-bidi v0.3.18
   Compiling httparse v1.8.0
   Compiling sha1_smol v1.0.0
   Compiling byteorder v1.5.0
   Compiling crossbeam-utils v0.8.21
   Compiling unicode-joining-type v0.7.0
   Compiling tower-service v0.3.1
   Compiling try-lock v0.2.2
   Compiling httpdate v1.0.2
   Compiling tracing-core v0.1.33
   Compiling futures-channel v0.3.31
   Compiling tinyvec v1.6.0
   Compiling form_urlencoded v1.2.1
   Compiling powerfmt v0.2.0
   Compiling time-core v0.1.2
   Compiling num-conv v0.1.0
   Compiling semver v1.0.23
   Compiling regex-syntax v0.8.3
   Compiling adler v1.0.2
   Compiling gimli v0.26.1
   Compiling rustc-demangle v0.1.16
   Compiling num_threads v0.1.7
   Compiling utf8_iter v1.0.4
   Compiling base64 v0.22.0
   Compiling lock_api v0.4.12
   Compiling num-traits v0.2.19
   Compiling slab v0.4.9
   Compiling want v0.3.0
   Compiling anyhow v1.0.95
   Compiling iana-time-zone v0.1.47
   Compiling indexmap v1.9.1
   Compiling crc32fast v1.4.2
   Compiling hashbrown v0.12.3
   Compiling mime v0.3.17
   Compiling tower-layer v0.3.2
   Compiling indexmap v2.7.1
   Compiling generic-array v0.14.4
   Compiling time-macros v0.2.19
   Compiling aho-corasick v1.1.3
   Compiling object v0.29.0
   Compiling miniz_oxide v0.5.4
   Compiling lazy_static v1.4.0
   Compiling atomic-waker v1.1.2
   Compiling paste v1.0.15
   Compiling openssl v0.10.71
   Compiling foreign-types-shared v0.1.1
   Compiling fastrand v2.3.0
   Compiling vsimd v0.8.0
   Compiling outref v0.5.1
   Compiling ahash v0.8.11
   Compiling parking v2.2.0
   Compiling uncased v0.9.10
   Compiling zerocopy v0.7.32
   Compiling foreign-types v0.3.2
   Compiling hex v0.4.3
   Compiling syn v1.0.107
   Compiling static_assertions v1.1.0
   Compiling siphasher v1.0.1
   Compiling base64 v0.21.5
   Compiling adler2 v2.0.0
   Compiling itertools v0.13.0
   Compiling utf-8 v0.7.6
   Compiling rustix v0.38.44
   Compiling native-tls v0.2.14
   Compiling data-encoding v2.3.2
   Compiling openssl-probe v0.1.6
   Compiling linux-raw-sys v0.4.14
   Compiling rustversion v1.0.9
   Compiling miniz_oxide v0.8.5
   Compiling minimal-lexical v0.2.1
   Compiling arrow-schema v53.3.0
   Compiling dyn-clone v1.0.9
   Compiling encoding_rs v0.8.26
   Compiling lexical-util v1.0.6
   Compiling unicase v2.6.0
   Compiling itertools v0.12.1
   Compiling unicode-normalization v0.1.24
   Compiling sync_wrapper v1.0.1
   Compiling ucd-trie v0.1.6
   Compiling ipnet v2.11.0
   Compiling strsim v0.11.1
   Compiling base64-simd v0.8.0
   Compiling winnow v0.5.4
   Compiling sync_wrapper v0.1.2
   Compiling matchit v0.7.0
   Compiling zstd-safe v7.2.1
   Compiling rustls-pki-types v1.10.1
   Compiling quote v1.0.40
   Compiling fallible-iterator v0.2.0
   Compiling rayon-core v1.9.1
   Compiling nom v7.1.3
   Compiling schemars v0.8.22
   Compiling thiserror v2.0.12
   Compiling k8s-openapi v0.22.0
   Compiling concurrent-queue v2.5.0
   Compiling crossbeam-channel v0.5.14
   Compiling crossbeam-epoch v0.9.18
   Compiling regex-syntax v0.6.28
   Compiling phf_shared v0.11.3
   Compiling regex-lite v0.1.5
   Compiling syn v2.0.98
   Compiling linked-hash-map v0.5.6
   Compiling allocator-api2 v0.2.16
   Compiling event-listener v5.4.0
   Compiling rayon v1.5.1
   Compiling stringprep v0.1.2
   Compiling hyper-openssl v0.10.2
   Compiling phf v0.11.3
   Compiling lexical-write-integer v1.0.5
   Compiling lexical-parse-integer v1.0.5
   Compiling rustls-pemfile v2.2.0
   Compiling crossbeam-deque v0.8.6
   Compiling overload v0.1.1
   Compiling ident_case v1.0.1
   Compiling whoami v1.5.1
   Compiling idna_mapping v1.0.0
   Compiling mime_guess v2.0.5
   Compiling heck v0.5.0
   Compiling bitflags v1.3.2
   Compiling utf8parse v0.2.1
   Compiling radium v0.7.0
   Compiling event-listener-strategy v0.5.2
   Compiling nu-ansi-term v0.46.0
   Compiling lexical-parse-float v1.0.5
   Compiling linked_hash_set v0.1.4
   Compiling sharded-slab v0.1.4
   Compiling pem v3.0.5
   Compiling tracing-log v0.2.0
   Compiling memoffset v0.7.1
   Compiling thread_local v1.1.4
   Compiling anstyle-parse v0.2.6
   Compiling alloc-no-stdlib v2.0.4
   Compiling anstyle v1.0.10
   Compiling home v0.5.5
   Compiling jobserver v0.1.32
   Compiling getrandom v0.2.10
   Compiling signal-hook-registry v1.4.1
   Compiling mio v1.0.3
   Compiling socket2 v0.5.8
   Compiling num-integer v0.1.46
   Compiling num-complex v0.4.6
   Compiling half v2.4.1
   Compiling socket2 v0.4.9
   Compiling num_cpus v1.16.0
   Compiling lexical-write-float v1.0.5
   Compiling atoi v2.0.0
   Compiling rand_core v0.6.2
   Compiling subprocess v0.2.9
   Compiling colorchoice v1.0.3
   Compiling anstyle-query v1.1.2
   Compiling unsafe-libyaml v0.2.11
   Compiling idna_adapter v1.1.0
   Compiling cc v1.2.16
   Compiling is_terminal_polyfill v1.70.1
   Compiling tap v1.0.1
   Compiling xmlparser v0.13.5
   Compiling alloc-stdlib v0.2.2
   Compiling itertools v0.10.5
   Compiling axum v0.7.5
   Compiling block-buffer v0.10.4
   Compiling rand_chacha v0.3.0
   Compiling crypto-common v0.1.6
   Compiling regex-automata v0.4.7
   Compiling num-bigint v0.4.6
   Compiling num-iter v0.1.45
   Compiling hashbrown v0.14.5
   Compiling wyz v0.5.1
   Compiling anstream v0.6.18
   Compiling instant v0.1.12
   Compiling ciborium-io v0.2.0
   Compiling snap v1.1.1
   Compiling digest v0.10.7
   Compiling lexical-core v1.0.5
   Compiling clap_lex v0.7.4
   Compiling plotters-backend v0.3.2
   Compiling camino v1.1.9
   Compiling funty v2.0.0
   Compiling urlencoding v2.1.2
   Compiling half v1.6.0
   Compiling brotli-decompressor v4.0.1
   Compiling rand v0.8.5
   Compiling addr2line v0.17.0
   Compiling aws-smithy-xml v0.60.8
   Compiling btoi v0.4.3
   Compiling ordered-float v2.10.1
   Compiling async-broadcast v0.7.1
   Compiling hmac v0.12.1
   Compiling sha1 v0.10.5
   Compiling md-5 v0.10.5
   Compiling crossbeam-queue v0.3.12
   Compiling rustls-pemfile v1.0.4
   Compiling twox-hash v1.6.3
   Compiling csv-core v0.1.12
   Compiling ciborium-ll v0.2.0
   Compiling plotters-svg v0.3.1
   Compiling unicode-segmentation v1.10.1
   Compiling integer-encoding v3.0.4
   Compiling portable-atomic v1.11.0
   Compiling cast v0.3.0
   Compiling unicode-width v0.2.0
   Compiling untrusted v0.9.0
   Compiling same-file v1.0.4
   Compiling saturating v0.1.0
   Compiling crossbeam v0.8.4
   Compiling nix v0.26.1
   Compiling is-terminal v0.4.13
   Compiling keyed_priority_queue v0.4.1
   Compiling plotters v0.3.1
   Compiling seq-macro v0.3.1
   Compiling twox-hash v2.1.0
   Compiling difflib v0.4.0
   Compiling thrift v0.17.0
   Compiling lz4_flex v0.11.3
   Compiling walkdir v2.5.0
   Compiling predicates-core v1.0.0
   Compiling lru v0.12.3
   Compiling bitvec v1.0.1
   Compiling anes v0.1.6
   Compiling oorandom v11.1.0
   Compiling rustix v1.0.1
   Compiling linux-raw-sys v0.9.2
   Compiling console v0.15.10
   Compiling prettyplease v0.2.20
   Compiling fixedbitset v0.4.2
   Compiling multimap v0.8.3
   Compiling glob v0.3.2
   Compiling base64 v0.13.1
   Compiling tokio-openssl v0.6.5
   Compiling similar v2.7.0
   Compiling bytemuck v1.22.0
   Compiling match_cfg v0.1.0
   Compiling rand_xorshift v0.3.0
   Compiling uname v0.1.1
   Compiling prometheus v0.13.3
   Compiling dtor-proc-macro v0.0.5
   Compiling hostname v0.3.1
   Compiling petgraph v0.6.5
   Compiling unarray v0.1.4
   Compiling regex-automata v0.1.9
   Compiling page_size v0.6.0
   Compiling memmap2 v0.5.4
   Compiling ctor-proc-macro v0.0.5
   Compiling numa_maps v0.1.0
   Compiling humantime v2.2.0
   Compiling openssl-src v300.3.1+3.3.1
   Compiling cmake v0.1.53
   Compiling quickcheck v1.0.3
   Compiling backoff v0.4.0
   Compiling proptest v1.6.0
   Compiling yansi v0.5.1
   Compiling phf_generator v0.11.0
   Compiling bstr v1.10.0
   Compiling unicode-width v0.1.14
   Compiling rmp v0.8.14
   Compiling bytesize v1.3.0
   Compiling mz-ore-build v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ore-build)
   Compiling timely_container v0.15.0
   Compiling phf_codegen v0.11.3
   Compiling timely_bytes v0.13.0
   Compiling columnation v0.1.0
   Compiling getrandom v0.1.16
   Compiling mz-build-info v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/build-info)
   Compiling timely_logging v0.13.3
   Compiling brotli v7.0.0
   Compiling buildid v1.0.3
   Compiling fail v0.5.1
   Compiling maplit v1.0.2
   Compiling encoding_index_tests v0.1.4
   Compiling const-oid v0.7.1
   Compiling dtor v0.0.5
   Compiling base64ct v1.5.1
   Compiling http-types v2.12.0
   Compiling waker-fn v1.2.0
   Compiling num-rational v0.4.2
   Compiling criterion-plot v0.5.0
   Compiling predicates v2.1.5
   Compiling getopts v0.2.21
   Compiling event-listener v2.5.3
   Compiling fastrand v1.9.0
   Compiling proxy-header v0.1.2
   Compiling ctor v0.4.1
   Compiling der v0.5.1
   Compiling async-lock v3.4.0
   Compiling signature v1.5.0
   Compiling infer v0.2.3
   Compiling shell-escape v0.1.5
   Compiling bit-vec v0.8.0
   Compiling futures-lite v2.6.0
   Compiling typed-arena v2.0.2
   Compiling const_fn v0.4.11
   Compiling arrayvec v0.5.2
   Compiling encoding-index-korean v1.20141219.5
   Compiling async-channel v1.9.0
   Compiling encoding-index-singlebyte v1.20141219.5
   Compiling pem-rfc7468 v0.6.0
   Compiling futures-lite v1.13.0
   Compiling encoding-index-japanese v1.20141219.5
   Compiling encoding-index-tradchinese v1.20141219.5
   Compiling encoding-index-simpchinese v1.20141219.5
   Compiling retain_mut v0.1.9
   Compiling seahash v4.1.0
   Compiling matchers v0.1.0
   Compiling bit-set v0.8.0
   Compiling async-channel v2.3.1
   Compiling async-task v4.7.1
   Compiling murmur2 v0.1.0
   Compiling num v0.4.3
   Compiling rand_core v0.5.1
   Compiling pretty v0.12.3
   Compiling RustyXML v0.3.0
   Compiling clang-sys v1.3.0
   Compiling libloading v0.7.3
   Compiling cpp_demangle v0.4.0
   Compiling bindgen v0.69.4
   Compiling arrayvec v0.7.6
   Compiling cexpr v0.6.0
   Compiling filetime v0.2.14
   Compiling memmap2 v0.9.5
   Compiling stable_deref_trait v1.2.0
   Compiling encoding v0.2.33
   Compiling rustc-hash v1.1.0
   Compiling lazycell v1.3.0
   Compiling symbolic-demangle v12.1.1
   Compiling askama_parser v0.2.1
   Compiling pprof v0.14.0
   Compiling rand_chacha v0.2.2
   Compiling hex-literal v0.3.4
   Compiling include_dir_macros v0.7.4
   Compiling askama_escape v0.10.3
   Compiling backtrace v0.3.66
   Compiling openssl-sys v0.9.106
   Compiling sha2-asm v0.6.4
   Compiling libz-sys v1.1.21
   Compiling zstd-sys v2.0.13+zstd.1.5.6
   Compiling lzma-sys v0.1.20
   Compiling bzip2-sys v0.1.11+1.0.8
   Compiling ring v0.17.14
   Compiling rdkafka-sys v4.3.0+2.5.0 (https://github.com/MaterializeInc/rust-rdkafka.git#c8d7ae60)
   Compiling decnumber-sys v0.1.6
   Compiling mysql_common v0.34.1
   Compiling protobuf-src v2.1.1+27.1
   Compiling findshlibs v0.10.2
   Compiling psm v0.1.16
   Compiling stacker v0.1.19
   Compiling sec1 v0.2.1
   Compiling rand v0.7.3
   Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
   Compiling lz4-sys v1.9.4
   Compiling core_affinity v0.8.0
   Compiling hibitset v0.6.4
   Compiling sysinfo v0.29.11
   Compiling include_dir v0.7.4
   Compiling sha2 v0.10.8
   Compiling tz-rs v0.6.14
   Compiling tempfile v3.19.0
   Compiling serde_derive_internals v0.29.1
   Compiling darling_core v0.20.10
   Compiling regex v1.10.6
   Compiling globset v0.4.16
   Compiling fancy-regex v0.14.0
   Compiling flate2 v1.1.0
   Compiling mz-walkabout v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/walkabout)
   Compiling bzip2 v0.4.4
   Compiling parse-zoneinfo v0.3.0
   Compiling hdrhistogram v7.4.0
   Compiling chrono-tz-build v0.1.0
   Compiling derivative v2.2.0
   Compiling terminal_size v0.4.1
   Compiling which v5.0.0
   Compiling enum-kinds v0.5.1
   Compiling compile-time-run v0.2.12
   Compiling serde_derive v1.0.219
   Compiling tracing-attributes v0.1.28
   Compiling tokio-macros v2.5.0
   Compiling futures-macro v0.3.31
   Compiling thiserror-impl v1.0.69
   Compiling pin-project-internal v1.1.9
   Compiling async-trait v0.1.83
   Compiling openssl-macros v0.1.1
   Compiling async-stream-impl v0.3.5
   Compiling schemars_derive v0.8.22
   Compiling thiserror-impl v2.0.12
   Compiling clap_builder v4.5.23
   Compiling clap_derive v4.5.18
   Compiling proptest-derive v0.5.1
   Compiling typed-builder-macro v0.20.0
   Compiling enum-iterator-derive v1.1.0
   Compiling equator-macro v0.2.1
   Compiling xattr v1.4.0
   Compiling prost-derive v0.13.5
   Compiling mz-sql-lexer v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-lexer)
   Compiling mz-sql-parser v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-parser)
   Compiling chrono-tz v0.8.1
   Compiling tar v0.4.44
   Compiling async-stream v0.3.5
   Compiling darling_macro v0.20.10
   Compiling futures-util v0.3.31
   Compiling equator v0.2.2
   Compiling enum-iterator v1.2.0
   Compiling aligned-vec v0.6.1
   Compiling tracing v0.1.41
   Compiling pin-project v1.1.9
   Compiling polling v3.7.4
   Compiling pest v2.7.10
   Compiling opentelemetry v0.24.0
   Compiling lgalloc v0.5.0
   Compiling darling v0.20.10
   Compiling typed-builder v0.20.0
   Compiling async-io v2.4.0
   Compiling async-signal v0.2.10
   Compiling xz2 v0.1.7
   Compiling async-process v2.3.0
   Compiling clap v4.5.23
   Compiling pest_meta v2.7.10
   Compiling pest_generator v2.7.10
   Compiling zstd v0.13.3
   Compiling pest_derive v2.7.10
   Compiling futures-executor v0.3.31
   Compiling librocksdb-sys v0.16.0+8.10.0
   Compiling futures v0.3.31
   Compiling bytes v1.10.1
   Compiling smallvec v1.14.0
   Compiling uuid v1.16.0
   Compiling deranged v0.3.11
   Compiling chrono v0.4.39
   Compiling zeroize v1.8.1
   Compiling serde_urlencoded v0.7.1
   Compiling serde_path_to_error v0.1.8
   Compiling toml_datetime v0.6.8
   Compiling ordered-float v4.6.0
   Compiling tracing-serde v0.2.0
   Compiling serde_yaml v0.9.25
   Compiling ciborium v0.2.0
   Compiling dec v0.4.9
   Compiling insta v1.42.2
   Compiling compact_bytes v0.1.3
   Compiling bincode v1.3.3
   Compiling rmp-serde v1.3.0
   Compiling ssh_format_error v0.1.0
   Compiling non-zero-byte-slice v0.1.0
   Compiling serde_qs v0.8.5
   Compiling quick-xml v0.31.0
   Compiling os_info v3.10.0
   Compiling csv v1.3.1
   Compiling basic-toml v0.1.9
   Compiling idna v1.0.3
   Compiling toml_edit v0.19.14
   Compiling secrecy v0.8.0
   Compiling columnar_derive v0.2.2
   Compiling ssh-key v0.4.3
   Compiling rustc_version v0.4.0
   Compiling ssh_format v0.14.1
   Compiling debugid v0.8.0
   Compiling openssh-mux-client-error v0.1.1
   Compiling pathdiff v0.2.3
   Compiling serde_bytes v0.11.17
   Compiling parking_lot v0.12.3
   Compiling serde-value v0.7.0 (https://github.com/MaterializeInc/serde-value.git#a84c6b71)
   Compiling symbolic-common v12.12.3
   Compiling url v2.5.4
   Compiling http v1.2.0
   Compiling http v0.2.9
   Compiling bytes-utils v0.1.1
   Compiling prost v0.13.5
   Compiling arrow-buffer v53.3.0
   Compiling tokio v1.44.1
   Compiling aws-types v1.3.5
   Compiling postgres-protocol v0.6.7 (https://github.com/MaterializeInc/rust-postgres#7d2f14e3)
   Compiling flatbuffers v24.3.25
   Compiling time v0.3.37
   Compiling sentry-contexts v0.29.1
   Compiling crc32c v0.6.8
   Compiling azure_core v0.21.0
   Compiling askama_derive v0.12.5
   Compiling prost-types v0.13.5
   Compiling pprof_util v0.6.0
   Compiling jsonptr v0.4.7
   Compiling postgres-types v0.2.7 (https://github.com/MaterializeInc/rust-postgres#7d2f14e3)
   Compiling tracing-subscriber v0.3.19
   Compiling jsonpath-rust v0.5.1
   Compiling arrow-data v53.3.0
   Compiling tinytemplate v1.1.0
   Compiling http-body v1.0.0
   Compiling http-body v0.4.5
   Compiling tungstenite v0.21.0
   Compiling tungstenite v0.23.0
   Compiling json-patch v2.0.0
   Compiling http-body-util v0.1.2
   Compiling kube-derive v0.92.1
   Compiling oauth2 v4.4.2
   Compiling headers-core v0.3.0
   Compiling mappings v0.6.0
   Compiling headers v0.4.0
   Compiling axum-core v0.4.5
   Compiling proc-macro-crate v1.3.1
   Compiling arrow-array v53.3.0
   Compiling prost-reflect v0.14.7
   Compiling prost-build v0.13.4
   Compiling columnar v0.3.0
   Compiling num_enum_derive v0.5.11
   Compiling num_enum_derive v0.7.3
   Compiling askama v0.12.1
   Compiling tonic-build v0.12.3
   Compiling sentry-types v0.29.1
   Compiling num_enum v0.7.3
   Compiling num_enum v0.5.11
   Compiling timely_communication v0.18.0
   Compiling arrow-select v53.3.0
   Compiling arrow-row v53.3.0
   Compiling arrow-arith v53.3.0
   Compiling timely v0.19.0
   Compiling arrow-cast v53.3.0
   Compiling arrow-string v53.3.0
   Compiling arrow-ord v53.3.0
   Compiling sentry-core v0.29.1
   Compiling sentry-backtrace v0.29.1
   Compiling sentry-debug-images v0.29.1
   Compiling sentry-panic v0.29.1
   Compiling sentry-tracing v0.29.1
   Compiling arrow-ipc v53.3.0
   Compiling arrow v53.3.0
   Compiling tokio-util v0.7.13
   Compiling aws-smithy-async v1.2.4
   Compiling tokio-tungstenite v0.21.0
   Compiling tokio-tungstenite v0.23.1
   Compiling criterion v0.5.1
   Compiling async-compression v0.4.11
   Compiling tokio-io-utility v0.7.6
   Compiling sendfd v0.4.3
   Compiling deadpool-runtime v0.1.2
   Compiling openssh-mux-client v0.17.6
   Compiling deadpool v0.9.5
   Compiling tower v0.4.13
   Compiling h2 v0.4.5
   Compiling aws-smithy-types v1.2.13
   Compiling h2 v0.3.26
   Compiling tokio-stream v0.1.17
   Compiling tokio-postgres v0.7.11 (https://github.com/MaterializeInc/rust-postgres#7d2f14e3)
   Compiling parquet v53.3.0
   Compiling openssh v0.11.5
   Compiling csv-async v1.3.0
   Compiling aws-smithy-runtime-api v1.7.3
   Compiling aws-smithy-eventstream v0.60.4
   Compiling aws-smithy-json v0.60.7
   Compiling aws-smithy-query v0.60.7
   Compiling opentelemetry_sdk v0.24.1
   Compiling tower-http v0.5.2
   Compiling differential-dataflow v0.13.7
   Compiling tokio-metrics v0.4.0
   Compiling aws-smithy-http v0.60.10
   Compiling aws-credential-types v1.2.1
   Compiling aws-sigv4 v1.2.3
   Compiling aws-smithy-checksums v0.60.7
   Compiling postgres v0.19.8 (https://github.com/MaterializeInc/rust-postgres#7d2f14e3)
   Compiling deadpool-postgres v0.10.3
   Compiling postgres-replication v0.6.7 (https://github.com/MaterializeInc/rust-postgres#7d2f14e3)
   Compiling tracing-opentelemetry v0.25.0 (https://github.com/MaterializeInc/tracing-opentelemetry.git#09f0cc90)
   Compiling hyper v1.4.1
   Compiling hyper v0.14.27
   Compiling hyper-util v0.1.6
   Compiling hyper-timeout v0.5.1
   Compiling aws-smithy-runtime v1.7.1
   Compiling kube-core v0.92.1
   Compiling differential-dogs3 v0.1.7
   Compiling aws-runtime v1.4.2
   Compiling tonic v0.12.3
   Compiling axum-extra v0.9.3
   Compiling aws-sdk-sso v1.21.0
   Compiling aws-sdk-sts v1.21.0
   Compiling aws-sdk-ssooidc v1.21.0
   Compiling aws-sdk-s3 v1.23.0
   Compiling aws-sdk-secretsmanager v1.23.0
   Compiling opentelemetry-proto v0.7.0
   Compiling console-api v0.8.1
   Compiling aws-config v1.2.1
   Compiling console-subscriber v0.4.1
   Compiling opentelemetry-otlp v0.17.0
   Compiling tikv-jemalloc-ctl v0.6.0
   Compiling tikv-jemallocator v0.6.0
   Compiling jemalloc_pprof v0.6.0
   Compiling tokio-native-tls v0.3.1
   Compiling hyper-tls v0.6.0
   Compiling hyper-tls v0.5.0
   Compiling reqwest v0.12.4
   Compiling kube-client v0.92.1
   Compiling reqwest v0.11.24
   Compiling mysql_async v0.35.1
   Compiling postgres-openssl v0.5.0 (https://github.com/MaterializeInc/rust-postgres#7d2f14e3)
   Compiling sentry v0.29.1
   Compiling kube-runtime v0.92.1
   Compiling azure_storage v0.21.0
   Compiling azure_svc_blobstorage v0.21.0
   Compiling azure_identity v0.21.0
   Compiling kube v0.92.1
   Compiling azure_storage_blobs v0.21.0
   Compiling workspace-hack v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/workspace-hack)
   Compiling rdkafka v0.29.0 (https://github.com/MaterializeInc/rust-rdkafka.git#c8d7ae60)
   Compiling mz-ore-proc v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ore-proc)
   Compiling mz-lowertest-derive v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/lowertest-derive)
   Compiling mz-tls-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/tls-util)
   Compiling mz-pgrepr-consts v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgrepr-consts)
   Compiling mz-persist-proc v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-proc)
   Compiling mz-ccsr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ccsr)
   Compiling mz-npm v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/npm)
   Compiling mz-ore v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ore)
   Compiling mz-prof-http v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/prof-http)
   Compiling mz-lowertest v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/lowertest)
   Compiling mz-aws-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/aws-util)
   Compiling mz-orchestrator v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator)
   Compiling mz-ssh-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ssh-util)
   Compiling mz-avro v0.7.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/avro)
   Compiling mz-timely-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/timely-util)
   Compiling mz-postgres-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/postgres-client)
   Compiling mz-http-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/http-util)
   Compiling mz-kafka-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/kafka-util)
   Compiling mz-sql-pretty v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-pretty)
   Compiling mz-build-tools v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/build-tools)
   Compiling mz-proto v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/proto)
   Compiling mz-persist-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-types)
   Compiling mz-pgtz v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgtz)
   Compiling mz-repr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/repr)
   Compiling mz-dyncfg v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/dyncfg)
   Compiling mz-service v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/service)
   Compiling mz-tracing v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/tracing)
   Compiling mz-rocksdb-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/rocksdb-types)
   Compiling mz-interchange v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/interchange)
   Compiling mz-mysql-util v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/mysql-util)
   Compiling mz-expr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/expr)
   Compiling mz-postgres-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/postgres-util)
   Compiling mz-pgcopy v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgcopy)
   Compiling mz-storage-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-types)
   Compiling mz-persist v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist)
   Compiling mz-cluster-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cluster-client)
   Compiling mz-persist-client v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-client)
   Compiling mz-txn-wal v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/txn-wal)
   Compiling mz-compute-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/compute-types)
   Compiling mz-prof v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/prof)
   Compiling mz-storage-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-client)
   Compiling mz-compute-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/compute-client)
   Compiling mz-server-core v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/server-core)
   Compiling mz-metrics v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/metrics)
   Compiling mz-alloc v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/alloc)
   Compiling mz-alloc-default v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/alloc-default)
   Compiling mz-pgwire-common v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgwire-common)
   Compiling mz-secrets v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/secrets)
   Compiling mz-cloud-resources v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cloud-resources)
   Compiling mz-pgrepr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgrepr)
   Compiling mz-regexp v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/regexp)
   Compiling mz-arrow-util v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/arrow-util)
   Compiling mz-aws-secrets-controller v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/aws-secrets-controller)
   Compiling mz-orchestrator-process v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator-process)
   Compiling rocksdb v0.22.0
   Compiling mz-rocksdb v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/rocksdb)
   Compiling mz-orchestrator-kubernetes v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator-kubernetes)
   Compiling mz-cluster v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cluster)
   Compiling mz-orchestrator-tracing v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator-tracing)
   Compiling mz-adapter-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/adapter-types)
   Compiling mz-storage-operators v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-operators)
   Compiling mz-controller-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/controller-types)
   Compiling mz-dyncfgs v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/dyncfgs)
   Compiling mz-storage v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage)
   Compiling mz-compute v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/compute)
   Compiling mz-clusterd v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/clusterd)
    Finished `ci` profile [unoptimized + debuginfo] target(s) in 3m 06s
$ cargo nextest run --workspace --all-features --profile=ci --cargo-profile=ci --partition=count:1/1
   Compiling itertools v0.13.0
   Compiling winnow v0.5.4
   Compiling tracing-tunnel v0.1.0
   Compiling id-arena v2.2.1
   Compiling fixedbitset v0.4.2
   Compiling which v5.0.0
   Compiling datadriven v0.8.0
   Compiling protobuf-src v2.1.1+27.1
   Compiling mz-sql-parser v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-parser)
   Compiling postgres_array v0.11.0 (https://github.com/MaterializeInc/rust-postgres-array#f58d0101)
   Compiling termcolor v1.4.1
   Compiling link-cplusplus v1.0.9
   Compiling scratch v1.0.7
   Compiling cxxbridge-flags v1.0.122
   Compiling serde_plain v1.0.1
   Compiling erased-serde v0.3.26
   Compiling simple_asn1 v0.6.1
   Compiling cxxbridge-macro v1.0.122
   Compiling bitmaps v2.1.0
   Compiling im v15.1.0
   Compiling rand_xoshiro v0.6.0
   Compiling array-concat v0.5.5
   Compiling xattr v1.4.0
   Compiling filetime v0.2.14
   Compiling task-local-extensions v0.1.4
   Compiling retry-policies v0.1.2
   Compiling petgraph v0.6.5
   Compiling cxx v1.0.122
   Compiling tokio-io-timeout v1.1.1
   Compiling dashmap v5.2.0
   Compiling serde_with_macros v2.3.3
   Compiling moka v0.9.6
   Compiling built v0.7.3
   Compiling scheduled-thread-pool v0.2.6
   Compiling codespan-reporting v0.11.1
   Compiling jsonwebtoken v9.3.1
   Compiling tar v0.4.44
   Compiling reqwest-middleware v0.2.3 (https://github.com/MaterializeInc/reqwest-middleware.git#1c44c7dd)
   Compiling tagptr v0.2.0
   Compiling base16ct v0.1.1
   Compiling triomphe v0.1.8
   Compiling segment v0.2.4
   Compiling raw-cpuid v11.3.0
   Compiling tracing-capture v0.1.0
   Compiling hyper-timeout v0.4.1
   Compiling spinning_top v0.3.0
   Compiling nonzero_ext v0.3.0
   Compiling futures-timer v3.0.2
   Compiling no-std-compat v0.4.1
   Compiling qcell v0.5.4
   Compiling k8s-controller v0.4.0
   Compiling enum-as-inner v0.6.1
   Compiling rlimit v0.8.3
   Compiling shell-words v1.1.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling proc-macro-error v1.0.4
   Compiling sized-chunks v0.6.5
   Compiling eventsource-client v0.11.0 (https://github.com/MaterializeInc/rust-eventsource-client#7a446462)
   Compiling doc-comment v0.3.1
   Compiling treeline v0.1.0
   Compiling bstr v0.2.14
   Compiling wait-timeout v0.2.0
   Compiling serde_spanned v0.6.3
   Compiling similar-asserts v1.4.2
   Compiling vte_generate_state_changes v0.1.1
   Compiling float-cmp v0.10.0
   Compiling normalize-line-endings v0.3.0
   Compiling derive-getters v0.3.0
   Compiling cxx-build v1.0.122
   Compiling reqwest-retry v0.2.2 (https://github.com/MaterializeInc/reqwest-middleware.git#1c44c7dd)
   Compiling launchdarkly-server-sdk v1.0.0 (https://github.com/MaterializeInc/rust-server-sdk?rev=87c0f67aa51fa936d3a6a49605e8e3f565d15281#87c0f67a)
   Compiling predicates-tree v1.0.0
   Compiling predicates v3.1.3
   Compiling target-lexicon v0.13.2
   Compiling enumflags2_derive v0.7.7
   Compiling guppy-workspace-hack v0.1.0
   Compiling asynchronous-codec v0.6.0
   Compiling serde_repr v0.1.13
   Compiling pretty-hex v0.3.0
   Compiling connection-string v0.2.0
   Compiling number_prefix v0.4.0
   Compiling target-spec v3.4.2
   Compiling heck v0.4.0
   Compiling option-ext v0.2.0
   Compiling bytecount v0.6.3
   Compiling protobuf v3.7.1
   Compiling octseq v0.3.2
   Compiling cargo-platform v0.1.2
   Compiling sysctl v0.6.0
   Compiling protobuf-support v3.7.1
   Compiling tower-lsp-macros v0.9.0
   Compiling rtoolbox v0.0.1
   Compiling vte v0.11.1
   Compiling papergrid v0.7.1
   Compiling indicatif v0.17.11
   Compiling dirs-sys v0.5.0
   Compiling str_indices v0.4.1
   Compiling aws-sdk-kms v1.42.0
   Compiling open v3.2.0
   Compiling serde-aux v4.6.0
   Compiling which v4.4.2
   Compiling nested v0.1.1
   Compiling debug-ignore v1.0.5
   Compiling tokio-test v0.4.2
   Compiling prost-derive v0.13.5
   Compiling toml_edit v0.19.14
   Compiling dynfmt v0.1.5
   Compiling serde_with v2.3.3
   Compiling assert_cmd v2.0.5
   Compiling toml_edit v0.20.2
   Compiling rpassword v7.3.1
   Compiling ropey v1.6.1
   Compiling dirs v6.0.0
   Compiling domain v0.9.3
   Compiling cargo_metadata v0.19.2
   Compiling convert_case v0.7.1
   Compiling bytefmt v0.1.7
   Compiling quanta v0.12.5
   Compiling lsp-types v0.94.1
   Compiling enumflags2 v0.7.7
   Compiling governor v0.6.3
   Compiling tiberius v0.12.3
   Compiling strip-ansi-escapes v0.2.0
   Compiling junit-report v0.8.3
   Compiling tabled_derive v0.5.0
   Compiling auto_impl v1.1.0
   Compiling cfg-expr v0.18.0
   Compiling tabled v0.10.0
   Compiling guppy v0.17.10
   Compiling protobuf-native v0.3.2+26.1
   Compiling launchdarkly-server-sdk-evaluation v1.0.0
   Compiling prost v0.13.5
   Compiling proc-macro-crate v1.3.1
   Compiling toml v0.8.2
   Compiling prost-types v0.13.5
   Compiling tonic v0.12.3
   Compiling pprof_util v0.6.0
   Compiling num_enum_derive v0.5.11
   Compiling num_enum_derive v0.7.3
   Compiling cargo_toml v0.19.2
   Compiling mappings v0.6.0
   Compiling jemalloc_pprof v0.6.0
   Compiling prost-reflect v0.14.7
   Compiling prost-build v0.13.4
   Compiling num_enum v0.5.11
   Compiling rdkafka-sys v4.3.0+2.5.0 (https://github.com/MaterializeInc/rust-rdkafka.git#c8d7ae60)
   Compiling num_enum v0.7.3
   Compiling rdkafka v0.29.0 (https://github.com/MaterializeInc/rust-rdkafka.git#c8d7ae60)
   Compiling tonic-build v0.12.3
   Compiling protobuf-parse v3.7.1
   Compiling console-api v0.8.1
   Compiling opentelemetry-proto v0.7.0
   Compiling console-subscriber v0.4.1
   Compiling opentelemetry-otlp v0.17.0
   Compiling workspace-hack v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/workspace-hack)
   Compiling mz-build-info v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/build-info)
   Compiling mz-tls-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/tls-util)
   Compiling mz-pgrepr-consts v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgrepr-consts)
   Compiling mz-cloud-provider v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cloud-provider)
   Compiling mz-npm v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/npm)
   Compiling mz-ore-build v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ore-build)
   Compiling mz-sql-server-util v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-server-util)
   Compiling cargo-gazelle v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/misc/bazel/cargo-gazelle)
   Compiling mz-metabase v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/metabase)
   Compiling mz-walkabout v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/walkabout)
   Compiling mz-ore-proc v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ore-proc)
   Compiling mz-lowertest-derive v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/lowertest-derive)
   Compiling mz-persist-proc v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-proc)
   Compiling mz-ccsr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ccsr)
   Compiling mz-prof-http v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/prof-http)
   Compiling mz-environmentd v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/environmentd)
   Compiling mz-ore v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ore)
   Compiling mz-license-keys v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/license-keys)
   Compiling mz-sql-lexer v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-lexer)
   Compiling mz-lowertest v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/lowertest)
   Compiling mz-aws-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/aws-util)
   Compiling mz-orchestrator v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator)
   Compiling mz-avro v0.7.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/avro)
   Compiling mz-ssh-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/ssh-util)
   Compiling mz-timely-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/timely-util)
   Compiling mz-postgres-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/postgres-client)
   Compiling mz-audit-log v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/audit-log)
   Compiling mz-http-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/http-util)
   Compiling mz-segment v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/segment)
   Compiling mz-pgtest v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgtest)
   Compiling tower-lsp v0.20.0
   Compiling mz-metabase-smoketest v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/test/metabase/smoketest)
   Compiling mz-kafka-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/kafka-util)
   Compiling mz-s3-datagen v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/s3-datagen)
   Compiling mz-test-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/test/test-util)
   Compiling mz-sql-pretty v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql-pretty)
   Compiling mz-lsp-server v0.3.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/lsp-server)
   Compiling mz-build-tools v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/build-tools)
   Compiling mz-proto v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/proto)
   Compiling mz-persist-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-types)
   Compiling mz-pgtz v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgtz)
   Compiling mz-repr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/repr)
   Compiling mz-dyncfg v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/dyncfg)
   Compiling mz-service v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/service)
   Compiling mz-expr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/expr)
   Compiling mz-tracing v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/tracing)
   Compiling mz-rocksdb-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/rocksdb-types)
   Compiling mz-interchange v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/interchange)
   Compiling mz-mysql-util v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/mysql-util)
   Compiling mz-pgcopy v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgcopy)
   Compiling mz-postgres-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/postgres-util)
   Compiling mz-persist v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist)
   Compiling mz-storage-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-types)
   Compiling mz-persist-client v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-client)
   Compiling mz-cluster-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cluster-client)
   Compiling mz-txn-wal v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/txn-wal)
   Compiling mz-compute-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/compute-types)
   Compiling mz-storage-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-client)
   Compiling mz-compute-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/compute-client)
   Compiling mz-prof v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/prof)
   Compiling mz-catalog-protos v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/catalog-protos)
   Compiling mz-fivetran-destination v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/fivetran-destination)
   Compiling mz-testdrive v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/testdrive)
   Compiling mz-rocksdb v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/rocksdb)
   Compiling mz-server-core v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/server-core)
   Compiling mz-metrics v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/metrics)
   Compiling mz-dyncfg-launchdarkly v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/dyncfg-launchdarkly)
   Compiling mz-alloc v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/alloc)
   Compiling mz-alloc-default v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/alloc-default)
   Compiling mz-pgwire-common v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgwire-common)
   Compiling mz-cloud-resources v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cloud-resources)
   Compiling mz-secrets v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/secrets)
   Compiling mz-pgrepr v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgrepr)
   Compiling mz-regexp v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/regexp)
   Compiling mz-arrow-util v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/arrow-util)
   Compiling mz-frontegg-auth v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/frontegg-auth)
   Compiling mz-repr-test-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/repr-test-util)
   Compiling mz-aws-secrets-controller v0.1.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/aws-secrets-controller)
   Compiling mz-orchestrator-process v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator-process)
   Compiling mz-frontegg-mock v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/frontegg-mock)
   Compiling mz-frontegg-client v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/frontegg-client)
   Compiling mz-cloud-api v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cloud-api)
   Compiling mz v0.3.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/mz)
   Compiling mz-orchestrator-kubernetes v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator-kubernetes)
   Compiling mz-self-managed-debug v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/self-managed-debug)
   Compiling mz-durable-cache v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/durable-cache)
   Compiling mz-orchestrator-tracing v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestrator-tracing)
   Compiling mz-cluster v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/cluster)
   Compiling mz-orchestratord v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/orchestratord)
   Compiling mz-balancerd v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/balancerd)
   Compiling mz-expr-test-util v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/expr-test-util)
   Compiling mz-expr-parser v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/expr-parser)
   Compiling mz-adapter-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/adapter-types)
   Compiling mz-storage-operators v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-operators)
   Compiling mz-timestamp-oracle v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/timestamp-oracle)
   Compiling persistcli v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/persist-cli)
   Compiling mz-controller-types v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/controller-types)
   Compiling mz-dyncfgs v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/dyncfgs)
   Compiling mz-sql v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sql)
   Compiling mz-storage-controller v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage-controller)
   Compiling mz-storage v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/storage)
   Compiling mz-controller v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/controller)
   Compiling mz-compute v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/compute)
   Compiling mz-transform v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/transform)
   Compiling mz-clusterd v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/clusterd)
   Compiling mz-catalog v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/catalog)
   Compiling mz-adapter v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/adapter)
   Compiling mz-pgwire v0.0.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/pgwire)
   Compiling mz-sqllogictest v0.0.1 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/sqllogictest)
   Compiling mz-materialized v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/materialized)
   Compiling mz-catalog-debug v0.138.0-dev.0 (/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/catalog-debug)
    Finished `ci` profile [unoptimized + debuginfo] target(s) in 3m 16s
    Starting 1042 tests across 166 binaries (18 skipped; run ID: e0155d29-2d36-4622-9cea-f51ff19264f6, nextest profile: ci)
        PASS [   0.033s] mz-adapter config::params::tests::test_vars_are_synced
        PASS [   0.026s] mz-arrow-util reader::tests::smoketest_decimal256
        PASS [   0.021s] mz-avro codec::tests::null_compress_and_decompress
        PASS [   0.019s] mz-avro decode::tests::test_negative_timestamps
        PASS [   0.031s] mz-arrow-util reader::tests::smoketest_reader
        PASS [   0.021s] mz-avro reader::tests::test_duplicate_field_error
        PASS [   0.026s] mz-avro codec::tests::snappy_compress_and_decompress
        PASS [   0.020s] mz-avro reader::tests::test_extra_fields_without_default_error
        PASS [   0.030s] mz-avro codec::tests::deflate_compress_and_decompress
        PASS [   0.031s] mz-audit-log tests::test_audit_log
        PASS [   0.025s] mz-avro encode::tests::test_encode_empty_array
        PASS [   0.018s] mz-avro reader::tests::test_reader_empty_buffer
        PASS [   0.034s] mz-arrow-util reader::tests::smoketest_decimal128
        PASS [   0.015s] mz-avro reader::tests::test_reader_stream
        PASS [   0.020s] mz-avro reader::tests::test_null_union
        PASS [   0.023s] mz-avro reader::tests::test_reader_invalid_header
        PASS [   0.056s] mz::local tests::test_version
        PASS [   0.047s] mz-adapter config::params::tests::test_github_18189
        PASS [   0.023s] mz-avro reader::tests::test_reader_only_header
        PASS [   0.021s] mz-avro schema::tests::default_non_nums
        PASS [   0.031s] mz-avro encode::tests::test_encode_empty_map
        PASS [   0.027s] mz-avro reader::tests::test_from_avro_datum
        PASS [   0.028s] mz-avro reader::tests::test_reader_invalid_block
        PASS [   0.034s] mz-avro reader::tests::test_decimal_field_mismatch_error
        PASS [   0.019s] mz-avro schema::tests::test_array_schema
        PASS [   0.053s] mz-adapter catalog::transact::tests::test_update_privilege_owners
        PASS [   0.027s] mz-avro reader::tests::test_resolution_nested_types_error
        PASS [   0.017s] mz-avro schema::tests::test_documentation
        PASS [   0.054s] mz-adapter coord::peek::tests::test_fast_path_plan_as_text
        PASS [   0.022s] mz-avro schema::tests::test_date_schema
        PASS [   0.014s] mz-avro schema::tests::test_make_valid
        PASS [   0.020s] mz-avro schema::tests::test_decimal_schemas
        PASS [   0.015s] mz-avro schema::tests::test_multi_union_schema
        PASS [   0.018s] mz-avro schema::tests::test_fixed_schema
        PASS [   0.017s] mz-avro schema::tests::test_map_schema
        PASS [   0.016s] mz-avro schema::tests::test_primitive_schema
        PASS [   0.029s] mz-avro schema::tests::new_field_in_middle
        PASS [   0.016s] mz-avro schema::tests::test_record_schema
        PASS [   0.034s] mz-avro schema::tests::new_field_at_end
        PASS [   0.018s] mz-avro schema::tests::test_no_documentation
        PASS [   0.016s] mz-avro schema::tests::test_schema_fingerprint
        PASS [   0.026s] mz-avro schema::tests::test_enum_schema
        PASS [   0.022s] mz-avro schema::tests::test_namespaces_and_names
        PASS [   0.018s] mz-avro schema::tests::test_union_schema
        PASS [   0.019s] mz-avro schema::tests::test_schema_is_sync
        PASS [   0.018s] mz-avro tests::test_datetime_value
        PASS [   0.017s] mz-avro tests::test_enum_resolution
        PASS [   0.018s] mz-avro tests::test_enum_no_reader_schema
        PASS [   0.023s] mz-avro schema::tests::test_schema_is_send
        PASS [   0.019s] mz-avro tests::test_enum_string_value
        PASS [   0.018s] mz-avro tests::test_malformed_length
        PASS [   0.021s] mz-avro tests::test_enum_default
        PASS [   0.015s] mz-avro types::tests::validate_fixed
        PASS [   0.018s] mz-avro types::tests::validate_decimal
        PASS [   0.018s] mz-avro types::tests::validate
        PASS [   0.018s] mz-avro util::tests::test_overflow
        PASS [   0.018s] mz-avro util::tests::test_zig_i32
        PASS [   0.019s] mz-avro util::tests::test_safe_len
        PASS [   0.022s] mz-avro types::tests::validate_enum
        PASS [   0.018s] mz-avro util::tests::test_zig_i64
        PASS [   0.021s] mz-avro types::tests::validate_record
        PASS [   0.018s] mz-avro util::tests::test_zigzag
        PASS [   0.017s] mz-avro writer::tests::test_to_avro_datum
        PASS [   0.014s] mz-avro writer::tests::test_writer_roundtrip
        PASS [   0.012s] mz-avro::io test_binary_int_encoding
        PASS [   0.016s] mz-avro writer::tests::test_writer_extend
        PASS [   0.017s] mz-avro writer::tests::test_writer_append
        PASS [   0.019s] mz-avro writer::tests::test_union
        PASS [   0.014s] mz-avro::io test_complex_resolutions
        PASS [   0.019s] mz-avro::io test_binary_long_encoding
        PASS [   0.021s] mz-avro writer::tests::test_writer_with_codec
        PASS [   0.015s] mz-avro::io test_partially_broken_union
        PASS [   0.018s] mz-avro::io test_datetime_resolutions
        PASS [   0.017s] mz-avro::io test_default_value
        PASS [   0.017s] mz-avro::io test_field_order
        PASS [   0.017s] mz-avro::io test_namespaces
        PASS [   0.015s] mz-avro::io test_projection
        PASS [   0.021s] mz-avro::io test_no_default_value
        PASS [   0.020s] mz-avro::io test_round_trip
        PASS [   0.019s] mz-avro::io test_self_referential_schema
        PASS [   0.010s] mz-build-info test::smoketest_build_info
        PASS [   0.020s] mz-avro::io test_schema_promotion
        PASS [   0.017s] mz-avro::io test_type_exception
        PASS [   0.017s] mz-avro::io test_union_default
        PASS [   0.017s] mz-avro::io test_unknown_symbol
        PASS [   0.016s] mz-avro::io test_validate
        PASS [   0.015s] mz-avro::schema test_namespace_serialization
        PASS [   0.016s] mz-avro::schema test_ignored_logical_types
        PASS [   0.015s] mz-avro::schema test_unparseable_logical_types
        PASS [   0.023s] mz-avro::schema test_valid_logical_types
        PASS [   0.023s] mz-avro::schema test_valid_schemas
        PASS [   0.022s] mz-balancerd tests::test_tenant
        PASS [   0.024s] mz-avro::schema test_unparseable_schemas
        PASS [   0.022s] mz-aws-util s3_uploader::tests::test_invalid_configs
        PASS [   0.027s] mz-catalog durable::error::tests::test_fence_err_ord
        PASS [   0.028s] mz-catalog durable::objects::state_update::tests::kind_test
        PASS [   0.034s] mz-catalog durable::objects::state_update::tests::audit_log_id_test
        PASS [   0.027s] mz-catalog durable::objects::test::test_fence_token_order
        PASS [   0.043s] mz-catalog builtin::test_builtin_type_schema
        PASS [   0.039s] mz-catalog durable::objects::test::proptest_database_key_roundtrip
        PASS [   0.032s] mz-catalog durable::transaction::tests::test_table_transaction
        PASS [   0.037s] mz-catalog durable::transaction::tests::test_allocate_introspection_source_index_id
        PASS [   0.040s] mz-catalog durable::objects::test::proptest_schema_key_roundtrip
        PASS [   0.034s] mz-catalog durable::transaction::tests::test_table_transaction_simple
        PASS [   0.043s] mz-catalog durable::objects::test::proptest_item_key_roundtrip
        PASS [   0.041s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_cluster_id_to_v68_cluster_id
        PASS [   0.049s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_database_id_to_v68_database_id
        PASS [   0.050s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_cluster_replica_id_to_v68_cluster_replica_id
        PASS [   0.051s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_global_id_to_v68_global_id
        PASS [   0.043s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_schema_id_to_v68_schema_id
        PASS [   0.052s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_mz_acl_item_to_v68_mz_acl_item
        PASS [   0.048s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_role_id_to_v68_role_id
        PASS [   0.053s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_resolved_schema_to_v68_resolved_schema
        PASS [   0.045s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_cluster_id_to_v67_cluster_id
        PASS [   0.041s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_database_id_to_v67_database_id
        PASS [   0.075s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_catalog_item_to_v68_catalog_item
        PASS [   0.057s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_cluster_replica_id_to_v67_cluster_replica_id
        PASS [   0.068s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_catalog_item_to_v67_catalog_item
        PASS [   0.056s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_global_id_to_v67_global_id
        PASS [   0.096s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_comment_value_to_v68_comment_value
        PASS [   0.101s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_cluster_introspection_source_index_key_to_v68_cluster_introspection_source_index_key
        PASS [   0.055s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_mz_acl_item_to_v67_mz_acl_item
        PASS [   0.055s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_role_id_to_v67_role_id
        PASS [   0.053s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_schema_id_to_v67_schema_id
        PASS [   0.064s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_resolved_schema_to_v67_resolved_schema
        PASS [   0.126s] mz-catalog durable::transaction::tests::test_savepoint
        PASS [   0.097s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_comment_value_to_v67_comment_value
        PASS [   0.102s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_cluster_introspection_source_index_key_to_v67_cluster_introspection_source_index_key
        PASS [   0.068s] mz-catalog expr_cache::tests::local_expr_cache_roundtrip
        PASS [   0.151s] mz-catalog durable::persist::tests::test_version_regression
        PASS [   0.160s] mz-catalog durable::persist::tests::test_upgrade_shard
        PASS [   0.151s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_gid_mapping_key_to_v68_gid_mapping_key
        PASS [   0.148s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_gid_mapping_key_to_v67_gid_mapping_key
        PASS [   0.110s] mz-catalog::open test_persist_get_deployment_generation
        PASS [   0.132s] mz-catalog::open test_persist_is_initialized
        PASS [   0.153s] mz-catalog::debug test_persist_debug_delete_fencing
        PASS [   0.147s] mz-catalog::debug test_persist_debug_edit_fencing
        PASS [   0.129s] mz-catalog::open test_persist_open_read_only
        PASS [   0.125s] mz-catalog::open test_persist_opened_deploy_generation_fencing
        PASS [   0.122s] mz-catalog::open test_persist_opened_epoch_fencing
        PASS [   0.152s] mz-catalog::open test_persist_fencing_during_write
        PASS [   0.019s] mz-catalog-protos tests::test_assert_snapshots_exist
        PASS [   0.122s] mz-catalog::read-write test_persist_allocate_id
        PASS [   0.026s] mz-catalog-protos tests::test_assert_current_snapshot
        PASS [   0.153s] mz-catalog::open test_persist_open_savepoint
        PASS [   0.020s] mz-ccsr::client test_stack_from_pem_error
        PASS [   0.019s] mz-cloud-resources crd::materialize::tests::meets_minimum_version
        PASS [   0.017s] mz-cloud-resources crd::vpc_endpoint::tests::test_vpc_endpoint_crd_matches
        PASS [   0.129s] mz-catalog::read-write test_persist_audit_logs
        PASS [   0.017s] mz-cluster-client client::tests::cluster_startup_epoch_protobuf_roundtrip
        PASS [   0.019s] mz-compute logging::compute::tests::test_compute_event_size
        PASS [   0.018s] mz-compute render::continual_task::tests::step_forward
        PASS [   0.022s] mz-compute render::continual_task::tests::ct_sink_state
        PASS [   0.163s] mz-catalog::open test_persist_unopened_deploy_generation_fencing
        PASS [   0.117s] mz-catalog::read-write test_persist_items
        PASS [   0.021s] mz-compute render::continual_task::tests::times_extract
        PASS [   0.018s] mz-compute row_spine::container::tests::test_round_trip
        PASS [   0.020s] mz-compute render::continual_task::tests::times_reduce
        PASS [   0.019s] mz-compute-client as_of_selection::tests::index_read_policy_constraints
        PASS [   0.025s] mz-compute-client as_of_selection::tests::downstream_storage_constraints
        PASS [   0.026s] mz-compute-client as_of_selection::tests::index_current_time_constraints
        PASS [   0.021s] mz-compute-client as_of_selection::tests::warmup_constraints
        PASS [   0.170s] mz-catalog::read-write test_persist_confirm_leadership
        PASS [   0.032s] mz-compute-client as_of_selection::tests::sealed_storage_sink
        PASS [   0.082s] mz-ccsr::client test_server_errors
        PASS [   0.031s] mz-compute-client as_of_selection::tests::upstream_storage_constraints
        PASS [   0.045s] mz-compute-client logging::tests::logging_config_protobuf_roundtrip
        PASS [   0.141s] mz-catalog::read-write test_persist_non_writer_commits
        PASS [   0.289s] mz-catalog::open test_persist_version_fencing
        PASS [   0.024s] mz-controller clusters::test_replica_allocation_deserialization
        PASS [   0.497s] mz-catalog durable::upgrade::tests::test_proto_serialization_stability
        PASS [   0.016s] mz-dyncfg tests::all_types
        PASS [   0.016s] mz-dyncfg tests::config_parse
        PASS [   0.092s] mz-durable-cache tests::durable_cache
        PASS [   0.018s] mz-dyncfg tests::config_set
        PASS [   0.568s] mz-catalog durable::objects::serialization::tests::proptest_audit_log_roundtrips
        PASS [   0.296s] mz-cluster-client client::tests::timely_config_protobuf_roundtrip
        PASS [   0.021s] mz-dyncfg tests::config_updates_extend
        PASS [   0.021s] mz-dyncfg tests::fn_default
        PASS [   0.246s] mz-compute-types plan::tests::available_collections_protobuf_roundtrip
        PASS [   0.601s] mz-catalog::debug test_persist_debug
        PASS [   0.608s] mz-catalog::open test_persist_concurrent_open
        PASS [   0.608s] mz-catalog::open test_persist_open
        PASS [   0.022s] mz-environmentd http::metrics::test::test_metrics_future_on_drop
        PASS [   0.504s] mz-catalog::read-write test_persist_schemas
        PASS [   0.017s] mz-environmentd http::sql::tests::smoke_test_websocket_auth_parse
        PASS [   0.021s] mz-environmentd http::webhook::tests::filter_headers_block_overrides_allow
        PASS [   0.925s] mz::local tests::test_local
        PASS [   0.840s] mz-catalog durable::objects::test::proptest_schema_value_roundtrip
        PASS [   0.872s] mz-catalog durable::objects::test::proptest_database_value_roundtrip
        PASS [   0.625s] mz-ccsr::client test_client_subject_and_references
        PASS [   1.052s] mz-adapter webhook::test::smoke_test_concurrency_limiter
        PASS [   0.650s] mz-compute-types plan::top_k::tests::top_k_plan_protobuf_roundtrip
        PASS [   0.728s] mz-compute-types plan::tests::get_plan_protobuf_roundtrip
        PASS [   1.118s] mz-catalog::debug test_persist_concurrent_debugs
        FAIL [   1.302s] mz-adapter::timestamp_selection test_timestamp_selection

--- STDOUT:              mz-adapter::timestamp_selection test_timestamp_selection ---

running 1 test
oracle_read_ts: 5
isolation_level: StrictSerializable
must_advance_to_timeline_ts: false
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [5] } (IsolationLevel(StrictSerializable))
upper:

constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
upper:

oracle_read_ts: 15
isolation_level: StrictSerializable
must_advance_to_timeline_ts: false
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [15] } (IsolationLevel(StrictSerializable))
upper:

oracle_read_ts: 25
isolation_level: StrictSerializable
must_advance_to_timeline_ts: false
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [25] } (IsolationLevel(StrictSerializable))
upper:

oracle_read_ts: 25
isolation_level: StrictSerializable
must_advance_to_timeline_ts: true
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [25] } (IsolationLevel(StrictSerializable))
upper:

constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [5] } (QueryAsOf)
upper:

oracle_read_ts: 15
isolation_level: StrongSessionSerializable
must_advance_to_timeline_ts: false
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
upper:

timestamp constrains: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
upper:

test test_timestamp_selection ... FAILED

failures:

failures:
    test_timestamp_selection

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s


--- STDERR:              mz-adapter::timestamp_selection test_timestamp_selection ---
thread 'test_timestamp_selection' panicked at /var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/adapter/src/coord/timestamp_selection.rs:545:9:
assertion `left == right` failed: timestamp determination mismatch
  left: Some(15)
 right: Some(10)
stack backtrace:
   0: rust_begin_unwind
             at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:665:5
   1: core::panicking::panic_fmt
             at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/panicking.rs:74:14
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed::<core::option::Option<mz_repr::timestamp::Timestamp>, core::option::Option<mz_repr::timestamp::Timestamp>>
             at /usr/local/lib/rustlib/src/rust/library/core/src/panicking.rs:367:5
   4: determine_timestamp_for<timestamp_selection::Frontiers>
             at ./src/coord/timestamp_selection.rs:545:9
   5: {closure#0}
             at ./tests/timestamp_selection.rs:284:45
   6: run_normal<timestamp_selection::test_timestamp_selection::test_impl::{closure#0}::{closure_env#0}, alloc::string::String>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:511:30
   7: <datadriven::TestFile>::run::<timestamp_selection::test_timestamp_selection::test_impl::{closure#0}::{closure#0}, alloc::string::String>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:500:23
   8: timestamp_selection::test_timestamp_selection::test_impl::{closure#0}
             at ./tests/timestamp_selection.rs:221:9
   9: {closure#0}<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}, datadriven::walk::{closure_env#0}<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}>>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:256:9
  10: walk_exclusive<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}, datadriven::walk::{closure_env#0}<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}>>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:267:9
  11: datadriven::walk::<timestamp_selection::test_timestamp_selection::test_impl::{closure#0}>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:233:5
  12: timestamp_selection::test_timestamp_selection::test_impl
             at ./tests/timestamp_selection.rs:213:5
  13: timestamp_selection::test_timestamp_selection
             at ./tests/timestamp_selection.rs:210:1
  14: timestamp_selection::test_timestamp_selection::{closure#0}
             at ./tests/timestamp_selection.rs:210:16
  15: <timestamp_selection::test_timestamp_selection::{closure#0} as core::ops::function::FnOnce<()>>::call_once
             at /usr/local/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
  16: core::ops::function::FnOnce::call_once
             at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

        PASS [   1.306s] mz-catalog durable::objects::test::proptest_item_value_roundtrip
        PASS [   1.704s] mz-compute-client protocol::response::tests::compute_response_protobuf_roundtrip
        PASS [   1.745s] mz-compute-types plan::threshold::tests::threshold_plan_protobuf_roundtrip
        PASS [   2.249s] mz-compute-types plan::render_plan::tests::flat_plan_protobuf_roundtrip
        PASS [   2.333s] mz-compute-client protocol::command::tests::compute_command_protobuf_roundtrip
        PASS [   3.866s] mz-compute-client protocol::command::tests::peek_protobuf_roundtrip
        PASS [   4.430s] mz-environmentd http::webhook::tests::proptest_pack_json_with_array_expansion
        PASS [   5.393s] mz-catalog durable::objects::state_update::tests::proptest_state_update_kind_roundtrip
        PASS [   6.363s] mz-compute-types plan::reduce::tests::reduce_plan_protobuf_roundtrip
        PASS [   6.901s] mz-catalog expr_cache::tests::global_expr_cache_roundtrip
        PASS [   4.080s] mz-environmentd http::webhook::tests::proptest_pack_row_succeeds_for_bytes
        PASS [  10.120s] mz-adapter coord::validity::tests::test_plan_validity
        PASS [  10.173s] mz-adapter catalog::tests::test_minimal_qualification
        PASS [  10.207s] mz-adapter::parameters test_parameter_type_inference
        PASS [  10.257s] mz-adapter catalog::tests::test_mz_introspection_builtins
        PASS [  10.309s] mz-adapter catalog::tests::test_object_type
        PASS [   0.021s] mz-environmentd http::webhook::tests::smoke_test_filter_headers
        PASS [   0.022s] mz-environmentd http::webhook::tests::smoke_test_storage_error_response_status
        PASS [  10.358s] mz-adapter catalog::tests::test_compare_builtins_postgres
        PASS [   0.019s] mz-environmentd http::webhook::tests::test_json_array_single
        PASS [   0.024s] mz-environmentd http::webhook::tests::test_json_deserializer_multi
        PASS [  10.487s] mz-adapter catalog::tests::test_normalized_create
        PASS [  10.089s] mz-compute-types plan::join::tests::join_plan_protobuf_roundtrip
        PASS [  11.069s] mz-adapter catalog::tests::test_pg_views_forbidden_types
        PASS [  10.674s] mz-compute-types dataflows::tests::dataflow_description_protobuf_roundtrip
        PASS [  11.249s] mz-adapter catalog::tests::test_effective_search_path
        PASS [  11.945s] mz-environmentd http::webhook::tests::proptest_pack_row_never_panics
        PASS [  13.111s] mz-adapter catalog::tests::test_get_privileges
        PASS [   5.631s] mz-environmentd http::webhook::tests::proptest_pack_row_succeeds_for_strings
        PASS [  14.354s] mz-adapter::sql datadriven
        PASS [  13.715s] mz-environmentd http::webhook::tests::proptest_pack_row_succeeds_for_selective_headers
        PASS [  27.467s] mz-adapter catalog::tests::test_catalog_revision
        PASS [  28.412s] mz-environmentd::auth test_auth_admin_non_superuser
        PASS [  38.734s] mz-balancerd::server test_balancer
        PASS [  28.173s] mz-environmentd::auth test_auth_admin_superuser
        PASS [  41.697s] mz-adapter catalog::tests::test_multi_subscriber_catalog
        PASS [  27.921s] mz-environmentd::auth test_auth_base_disable_tls
        PASS [  26.842s] mz-environmentd::auth test_auth_base_require_tls
        PASS [  48.726s] mz-catalog expr_cache::tests::expression_cache
        PASS [  49.928s] mz-adapter catalog::tests::test_large_catalog_item
        PASS [  25.812s] mz-environmentd::auth test_auth_base_require_tls_frontegg
        PASS [  25.580s] mz-environmentd::auth test_auth_intermediate_ca
        PASS [  59.836s] mz-environmentd::auth test_auth_admin_superuser_revoked
        PASS [  40.077s] mz-environmentd::auth test_auth_deduplication
        SLOW [> 90.000s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_source_references_value_to_v68_source_references_value
        SLOW [> 90.000s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_source_references_value_to_v67_source_references_value
        PASS [  91.010s] mz-adapter catalog::tests::test_smoketest_all_builtins
        PASS [  27.969s] mz-environmentd::auth test_auth_intermediate_ca_no_intermediary
        PASS [  19.046s] mz-environmentd::auth test_superuser_can_alter_cluster
        PASS [ 118.548s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v68_source_references_value_to_v67_source_references_value
        PASS [ 119.901s] mz-catalog durable::upgrade::v67_to_v68::proptest_wire_compat_v67_source_references_value_to_v68_source_references_value
        PASS [  51.066s] mz-environmentd::auth test_refresh_dropped_session
        PASS [  42.158s] mz-environmentd::auth test_refresh_task_metrics
        PASS [   0.060s] mz-environmentd::cli test_version
        PASS [  52.060s] mz-environmentd::auth test_refresh_dropped_session_lru
        PASS [   9.573s] mz-environmentd::pgwire test_arrays
        PASS [  13.145s] mz-environmentd::bootstrap_builtin_clusters test_zero_replication_factor_no_replicas
        PASS [  10.374s] mz-environmentd::pgwire test_bind_params
        PASS [  94.137s] mz-environmentd::auth test_auth_expiry
        PASS [  18.677s] mz-environmentd::auth test_transient_auth_failures
        PASS [   9.816s] mz-environmentd::pgwire test_conn_user
        PASS [  34.498s] mz-environmentd::auth test_transient_auth_failure_on_refresh
        PASS [  10.781s] mz-environmentd::pgwire test_copy
        PASS [  10.955s] mz-environmentd::pgwire test_partial_read
        PASS [  18.989s] mz-environmentd::pgwire test_conn_startup
        PASS [  10.305s] mz-environmentd::pgwire test_read_many_rows
        PASS [   9.464s] mz-environmentd::pgwire test_simple_query_no_hang
        PASS [  10.464s] mz-environmentd::pgwire test_record_types
        PASS [  12.036s] mz-environmentd::server concurrent_cluster_drop
        PASS [  11.300s] mz-environmentd::server copy_from
        PASS [  12.975s] mz-environmentd::server test_cancel_dataflow_removal
        PASS [  21.393s] mz-environmentd::server smoketest_webhook_source
        PASS [  12.484s] mz-environmentd::server test_cancel_insert_select
        PASS [  27.046s] mz-environmentd::server test_builtin_connection_alterations_are_preserved_across_restarts
        PASS [  11.182s] mz-environmentd::server test_cancel_long_running_query
        PASS [  13.206s] mz-environmentd::server test_cancel_long_select
        PASS [  14.743s] mz-environmentd::server test_cancel_ws
        PASS [  21.690s] mz-environmentd::server test_cancel_read_then_write
        PASS [  19.764s] mz-environmentd::server test_cert_reloading
        PASS [  17.920s] mz-environmentd::server test_closing_connection_for_insert_select
        PASS [  13.992s] mz-environmentd::server test_closing_connection_for_long_select
        PASS [  14.433s] mz-environmentd::server test_default_cluster_sizes
        PASS [  19.177s] mz-environmentd::server test_connection_id
        PASS [  19.404s] mz-environmentd::server test_double_encoded_json
        PASS [  15.746s] mz-environmentd::server test_enable_internal_statement_logging
        PASS [  20.802s] mz-environmentd::server test_durable_oids
        PASS [  13.538s] mz-environmentd::server test_github_20262
        PASS [  10.649s] mz-environmentd::server test_http_options_param
        PASS [  19.533s] mz-environmentd::server test_http_metrics
        PASS [  22.977s] mz-environmentd::server test_github_25388
        PASS [  10.332s] mz-environmentd::server test_internal_console_proxy
        PASS [  10.511s] mz-environmentd::server test_internal_http_auth
        PASS [   9.596s] mz-environmentd::server test_internal_ws_auth
        PASS [  10.891s] mz-environmentd::server test_invalid_webhook_body
        PASS [  33.613s] mz-environmentd::server test_http_sql
        PASS [ 146.348s] mz-environmentd::pgwire test_pgtest_mz
        PASS [  12.662s] mz-environmentd::server test_leader_promotion_always_using_deploy_generation
        PASS [  98.723s] mz-environmentd::server test_concurrent_id_reuse
        PASS [  10.657s] mz-environmentd::server test_max_connections_on_all_interfaces
        PASS [  10.768s] mz-environmentd::server test_max_statement_batch_size
        PASS [  19.762s] mz-environmentd::server test_max_connections_limits
        PASS [  10.718s] mz-environmentd::server test_mz_system_user_admin
        PASS [  26.073s] mz-environmentd::server test_leader_promotion_mixed_code_version
        PASS [  22.885s] mz-environmentd::server test_old_storage_usage_records_are_reaped_on_restart
        PASS [  21.843s] mz-environmentd::server test_persistence
        PASS [  16.425s] mz-environmentd::server test_statement_logging_basic
        PASS [  19.147s] mz-environmentd::server test_startup_cluster_notice_with_http_options
        PASS [  24.067s] mz-environmentd::server test_startup_cluster_notice
        PASS [  16.707s] mz-environmentd::server test_statement_logging_throttling
        PASS [  21.993s] mz-environmentd::server test_statement_logging_immediate
        PASS [ 208.740s] mz-environmentd::pgwire test_pgtest
        PASS [  18.301s] mz-environmentd::server test_statement_logging_subscribes
        PASS [  18.834s] mz-environmentd::server test_statement_logging_unsampled_metrics
        PASS [  21.020s] mz-environmentd::server test_storage_usage_collection_interval
        PASS [  10.418s] mz-environmentd::server test_webhook_duplicate_headers
        PASS [  14.121s] mz-environmentd::server test_storage_usage_collection_interval_timestamps
        PASS [  22.024s] mz-environmentd::server test_storage_usage_records_are_not_cleared_on_restart
        PASS [  10.515s] mz-environmentd::server test_ws_notifies_for_bad_options
        PASS [  25.133s] mz-environmentd::server test_storage_usage_doesnt_update_between_restarts
        PASS [  25.108s] mz-environmentd::server test_storage_usage_updates_between_restarts
        PASS [  14.340s] mz-environmentd::server test_webhook_url_notice
        PASS [  10.046s] mz-environmentd::server test_ws_passes_options
        PASS [  11.041s] mz-environmentd::server test_ws_subscribe_no_crash
        PASS [  30.002s] mz-environmentd::server test_webhook_source_batch_interval
        PASS [  10.227s] mz-environmentd::server webhook_too_large_request
        PASS [  10.091s] mz-environmentd::sql test_alter_system_invalid_param
        PASS [  18.644s] mz-environmentd::server webhook_concurrent_swap
        PASS [  20.088s] mz-environmentd::server webhook_concurrent_actions
        PASS [  21.438s] mz-environmentd::server webhook_concurrency_limit
        PASS [  12.210s] mz-environmentd::sql test_auto_run_on_introspection_feature_disabled
        PASS [  11.223s] mz-environmentd::sql test_auto_run_on_introspection_per_replica_relations
        PASS [  15.037s] mz-environmentd::sql test_auto_run_on_introspection_feature_enabled
        PASS [  20.413s] mz-environmentd::sql test_cancel_linearize_read_then_writes
        PASS [  19.587s] mz-environmentd::sql test_cancel_linearize_reads
        PASS [  17.308s] mz-environmentd::sql test_concurrent_writes
        PASS [  23.020s] mz-environmentd::sql test_builtin_schemas
        PASS [  11.423s] mz-environmentd::sql test_dont_drop_sinks_twice
        PASS [  18.762s] mz-environmentd::sql test_constant_materialized_view
        PASS [  11.017s] mz-environmentd::sql test_emit_timestamp_notice
        PASS [  12.152s] mz-environmentd::sql test_emit_tracing_notice
        PASS [  19.480s] mz-environmentd::sql test_drop_connection_race
        PASS [  17.860s] mz-environmentd::sql test_empty_subscribe_error
        PASS [  18.048s] mz-environmentd::sql test_empty_subscribe_notice
        PASS [   9.863s] mz-environmentd::sql test_explain_timestamp_json
        PASS [  18.743s] mz-environmentd::sql test_explain_as_of
        PASS [  19.371s] mz-environmentd::sql test_explain_timestamp_blocking
        PASS [  10.645s] mz-environmentd::sql test_explain_timestamp_table
        PASS [  11.892s] mz-environmentd::sql test_github_12951
        PASS [  11.431s] mz-environmentd::sql test_idle_in_transaction_session_timeout
        PASS [  10.424s] mz-environmentd::sql test_internal_ports
        PASS [  19.655s] mz-environmentd::sql test_explain_timestamp_on_const_with_temporal
        PASS [   9.623s] mz-environmentd::sql test_internal_users_cluster
        PASS [  10.367s] mz-environmentd::sql test_internal_users
        PASS [   9.772s] mz-environmentd::sql test_isolation_level_notice
        PASS [  11.653s] mz-environmentd::sql test_load_generator
        PASS [  15.074s] mz-environmentd::sql test_linearizability
        PASS [  11.885s] mz-environmentd::sql test_params
        PASS [  12.487s] mz-environmentd::sql test_peek_on_dropped_cluster
        PASS [  23.014s] mz-environmentd::sql test_mz_sessions
        PASS [  13.663s] mz-environmentd::sql test_pg_cancel_backend
        PASS [  14.682s] mz-environmentd::sql test_peek_on_dropped_indexed_view
        PASS [  11.217s] mz-environmentd::sql test_read_then_write_serializability
        PASS [  13.464s] mz-environmentd::sql test_pg_cancel_dropped_role
        PASS [  25.998s] mz-environmentd::sql test_no_block
        PASS [  10.489s] mz-environmentd::sql test_subscribe_consolidation
        PASS [  11.858s] mz-environmentd::sql test_subscribe_basic
        PASS [  12.264s] mz-environmentd::sql test_subcribe_continuous_progress
        PASS [  15.793s] mz-environmentd::sql test_strong_session_serializability
        PASS [  18.379s] mz-environmentd::sql test_serialized_ddl_serial
        PASS [  21.561s] mz-environmentd::sql test_serialized_ddl_cancel
        PASS [  10.285s] mz-environmentd::sql test_subscribe_empty_upper_frontier
        PASS [  11.353s] mz-environmentd::sql test_subscribe_fetch_wait
        PASS [  10.577s] mz-environmentd::sql test_subscribe_negative_diffs
        PASS [  13.217s] mz-environmentd::sql test_subscribe_fetch_timeout
        PASS [  12.939s] mz-environmentd::sql test_subscribe_outlive_cluster
        PASS [  16.144s] mz-environmentd::sql test_subscribe_on_dropped_source
        PASS [  11.192s] mz-environmentd::sql test_subscribe_progress_non_nullable_columns
        PASS [  10.472s] mz-environmentd::sql test_subscribe_table_rw_timestamps
        PASS [  16.276s] mz-environmentd::sql test_subscribe_progress
        PASS [  15.377s] mz-environmentd::sql test_subscribe_shutdown
        PASS [  14.156s] mz-environmentd::sql test_support_user_permissions
        PASS [  10.072s] mz-environmentd::sql test_temporary_views
        PASS [  10.377s] mz-environmentd::sql test_time
        PASS [  19.460s] mz-environmentd::sql test_temporal_static_queries
        PASS [   0.015s] mz-expr interpret::tests::test_inequality
        PASS [   0.017s] mz-expr interpret::tests::test_eval_range
        PASS [   0.016s] mz-expr interpret::tests::test_mfp
        PASS [   0.020s] mz-expr interpret::tests::test_jsonb
        PASS [   0.025s] mz-expr interpret::tests::test_concat
        PASS [   0.022s] mz-expr interpret::tests::test_like
        PASS [   0.032s] mz-expr id::tests::id_protobuf_roundtrip
        PASS [   0.014s] mz-expr interpret::tests::test_trace
        PASS [   0.021s] mz-expr interpret::tests::test_try_parse_monotonic_iso8601_timestamp
        PASS [   0.012s] mz-expr relation::join_input_mapper::tests::try_map_to_input_with_bound_expr_test
        PASS [   0.012s] mz-expr relation::tests::test_row_set_finishing_as_text
        PASS [   0.025s] mz-expr relation::tests::column_order_protobuf_roundtrip
        PASS [   0.028s] mz-expr relation::tests::window_frame_bound_protobuf_roundtrip
        PASS [   0.024s] mz-expr relation::tests::window_frame_units_protobuf_roundtrip
        PASS [   0.042s] mz-expr relation::tests::window_frame_protobuf_roundtrip
        PASS [   0.124s] mz-expr relation::func::tests::aggregate_func_protobuf_roundtrip
        PASS [   0.304s] mz-expr interpret::tests::test_trivial_spec_matches
        PASS [   0.012s] mz-expr row::collection::tests::test_count_respects_limit_and_offset
        PASS [   0.013s] mz-expr row::collection::tests::test_mapped_row_iterator
        PASS [   0.012s] mz-expr row::collection::tests::test_merge
        PASS [   0.020s] mz-expr row::collection::tests::test_projected_row_iterator
        PASS [   0.012s] mz-expr row::collection::tests::test_row_collection
        PASS [   0.012s] mz-expr row::collection::tests::test_sort
        PASS [   0.012s] mz-expr row::collection::tests::test_sorted_iter
        PASS [   0.012s] mz-expr row::collection::tests::test_sorted_iter_limit
        PASS [   0.012s] mz-expr row::collection::tests::test_sorted_iter_offset
        PASS [   0.019s] mz-expr scalar::func::macros::test::elision_rules_fallible
        PASS [   0.012s] mz-expr scalar::func::macros::test::elision_rules_infallible
        PASS [   0.011s] mz-expr scalar::func::macros::test::output_types_fallible
        PASS [   0.017s] mz-expr scalar::func::macros::test::output_types_infallible
        PASS [   0.017s] mz-expr scalar::func::test::add_interval_months
        PASS [   0.755s] mz-expr relation::func::tests::table_func_protobuf_roundtrip
        PASS [   0.021s] mz-expr scalar::func::test::test_could_error
        PASS [  12.306s] mz-environmentd::sql test_transactional_explain_timestamps
        PASS [   0.012s] mz-expr scalar::like_pattern::test::test_escape_too_long
        PASS [   0.020s] mz-expr scalar::like_pattern::test::test_like
        PASS [   0.028s] mz-expr scalar::like_pattern::test::test_normalize_pattern
        PASS [   0.020s] mz-expr scalar::tests::test_reduce
        PASS [   0.046s] mz-expr scalar::tests::domain_limit_protobuf_roundtrip
        PASS [   0.027s] mz-expr visit::tests::test_recursive_types_a
        PASS [   0.018s] mz-expr-parser::test_mir_parser run_roundtrip_tests
        PASS [   0.013s] mz-fivetran-destination logging::tests::smoketest_tracing_format
        PASS [   0.188s] mz-expr scalar::tests::eval_error_protobuf_roundtrip
        PASS [   0.267s] mz-expr scalar::func::test::test_is_monotone
        PASS [   0.141s] mz-expr-test-util::test_runner test::run_roundtrip_tests
        PASS [   0.168s] mz-expr::test_runner test::run
        PASS [   0.278s] mz-fivetran-destination logging::tests::test_tracing_logging_levels
        PASS [   0.013s] mz-frontegg-auth app_password::tests::test_app_password
        PASS [   1.277s] mz-expr relation::tests::aggregate_expr_protobuf_roundtrip
        PASS [   0.265s] mz-fivetran-destination utils::tests::smoketest_csv_table_adapter
        PASS [   0.267s] mz-fivetran-destination utils::tests::test_incorrect_number_of_columns
        PASS [   0.304s] mz-fivetran-destination utils::tests::test_column_names_with_leading_spaces
        PASS [   0.343s] mz-fivetran-destination utils::tests::test_missing_column
        PASS [   1.442s] mz-expr linear::tests::mfp_plan_protobuf_roundtrip
        PASS [   0.617s] mz-expr scalar::func::test::unmaterializable_func_protobuf_roundtrip
        PASS [   0.158s] mz-frontegg-mock::local test_auth_api_token
        PASS [   0.270s] mz-frontegg-mock::local test_create_group
        PASS [   0.494s] mz-frontegg-mock::local test_add_roles_to_group
        PASS [   0.430s] mz-frontegg-mock::local test_create_duplicate_user
        PASS [   0.371s] mz-frontegg-mock::local test_create_scim_configuration
        PASS [   0.346s] mz-frontegg-mock::local test_create_sso_config
        PASS [   0.422s] mz-frontegg-mock::local test_create_sso_domain
        PASS [   0.708s] mz-frontegg-mock::local test_add_users_to_group
        PASS [   1.153s] mz-expr scalar::tests::mir_scalar_expr_protobuf_roundtrip
        PASS [   0.420s] mz-frontegg-mock::local test_create_sso_group_mapping
        PASS [   0.286s] mz-frontegg-mock::local test_create_user_api_token
        PASS [   0.309s] mz-frontegg-mock::local test_create_user_with_invalid_role
        PASS [   0.349s] mz-frontegg-mock::local test_create_user
        PASS [   0.368s] mz-frontegg-mock::local test_create_tenant_api_token
        PASS [   0.261s] mz-frontegg-mock::local test_delete_nonexistent_user
        PASS [   0.502s] mz-frontegg-mock::local test_delete_group
        PASS [   1.583s] mz-expr scalar::func::test::variadic_func_protobuf_roundtrip
        PASS [   0.513s] mz-frontegg-mock::local test_delete_scim_configuration
        PASS [   0.423s] mz-frontegg-mock::local test_delete_tenant_api_token
        PASS [   2.601s] mz-expr interpret::tests::test_equivalence
        PASS [   0.522s] mz-frontegg-mock::local test_delete_sso_config
        PASS [   0.484s] mz-frontegg-mock::local test_delete_user
        PASS [   0.616s] mz-frontegg-mock::local test_delete_sso_domain
        PASS [   0.442s] mz-frontegg-mock::local test_delete_user_api_token
        PASS [   0.288s] mz-frontegg-mock::local test_get_nonexistent_sso_config
        PASS [   0.660s] mz-frontegg-mock::local test_delete_sso_group_mapping
        PASS [   0.411s] mz-frontegg-mock::local test_get_group
        PASS [   0.330s] mz-frontegg-mock::local test_get_roles
        PASS [   0.405s] mz-frontegg-mock::local test_get_sso_config
        PASS [   0.195s] mz-frontegg-mock::local test_get_user_profile_without_token
        PASS [   0.404s] mz-frontegg-mock::local test_get_sso_default_roles
        PASS [   0.315s] mz-frontegg-mock::local test_get_user_profile
        PASS [   0.185s] mz-frontegg-mock::local test_invalid_api_token_authentication
        PASS [   0.509s] mz-frontegg-mock::local test_get_sso_group_mappings
        PASS [   0.525s] mz-frontegg-mock::local test_get_sso_domains
        PASS [   0.442s] mz-frontegg-mock::local test_get_user
        PASS [   0.210s] mz-frontegg-mock::local test_invalid_authentication
        PASS [   0.491s] mz-frontegg-mock::local test_get_user_password
        PASS [   0.239s] mz-frontegg-mock::local test_latency
        PASS [   0.243s] mz-frontegg-mock::local test_list_user_api_tokens
        PASS [   0.277s] mz-frontegg-mock::local test_list_tenant_api_tokens
        PASS [   0.465s] mz-frontegg-mock::local test_list_groups
        PASS [   0.448s] mz-frontegg-mock::local test_list_scim_configurations
        PASS [   0.506s] mz-frontegg-mock::local test_list_sso_configs
        PASS [   0.291s] mz-frontegg-mock::local test_token_refresh
        PASS [   0.497s] mz-frontegg-mock::local test_set_sso_default_roles
        PASS [   0.273s] mz-frontegg-mock::local test_update_nonexistent_user_roles
        PASS [   0.026s] mz-http-util tests::test_cors
        PASS [   0.611s] mz-frontegg-mock::local test_remove_roles_from_group
        PASS [   0.020s] mz-interchange avro::decode::tests::test_error_followed_by_success
        PASS [   0.019s] mz-interchange avro::tests::record_without_fields
        PASS [   0.021s] mz-interchange avro::tests::basic_record
        PASS [   0.386s] mz-frontegg-mock::local test_update_group
        PASS [   0.017s] mz-interchange avro::tests::test_diff_pair_to_avro_primitive_types
        PASS [   0.024s] mz-lowertest::test_runner tests::run
        PASS [   0.017s] mz-mysql-util privileges::tests::test_get_object_grant
        PASS [   0.025s] mz-mysql-util aws_rds::test::test_signature
        PASS [   0.040s] mz-lsp-server::test tests::test_lsp
        PASS [   0.016s] mz-mysql-util tests::test_identifier_quoting
        PASS [   0.029s] mz-mysql-util schemas::tests::test_enum_value_parsing
        PASS [   0.015s] mz-orchestrator-kubernetes tests::k8s_quantity_base10_small
        PASS [   0.020s] mz-orchestrator-kubernetes tests::k8s_quantity_base10_large
        PASS [   0.384s] mz-frontegg-mock::local test_update_sso_config
        PASS [   0.022s] mz-orchestrator-kubernetes tests::k8s_quantity_base2
        PASS [   0.020s] mz-ore assert::tests::test_assert_contains_slice
        PASS [   0.024s] mz-ore assert::tests::test_assert_contains_str
        PASS [   0.021s] mz-ore assert::tests::test_assert_err
        PASS [   1.150s] mz-frontegg-mock::local test_get_users_v3
        PASS [   0.796s] mz-frontegg-mock::local test_remove_users_from_group
        PASS [   0.022s] mz-ore assert::tests::test_assert_ok
        PASS [   0.805s] mz-frontegg-mock::local test_sso_group_mapping_crud
        PASS [   0.507s] mz-frontegg-mock::local test_update_sso_domain
        PASS [   0.487s] mz-frontegg-mock::local test_update_sso_group_mapping
        PASS [   0.459s] mz-frontegg-mock::local test_update_user_roles
        PASS [   0.386s] mz-ore assert::tests::test_assert_contains_fail
        PASS [   0.378s] mz-ore assert::tests::test_assert_err_fail
        PASS [   0.012s] mz-ore bytes::tests::test_bytes_buf
        PASS [   0.381s] mz-ore assert::tests::test_assert_err_fail_with_msg
        PASS [   0.011s] mz-ore bytes::tests::test_bytes_buf_multi
        PASS [   0.011s] mz-ore bytes::tests::test_empty
        PASS [   0.010s] mz-ore bytes::tests::test_io_read
        PASS [   0.011s] mz-ore bytes::tests::test_io_read_multi
        PASS [   0.011s] mz-ore bytes::tests::test_last_segment_empty
        PASS [   0.409s] mz-ore assert::tests::test_assert_none_fail
        PASS [   0.011s] mz-ore bytes::tests::test_middle_segment_empty
        PASS [   0.010s] mz-ore bytes::tests::test_multi
        PASS [   0.011s] mz-ore bytes::tests::test_single_empty_segment
        PASS [   0.015s] mz-ore cast::test_try_cast_from
        PASS [   0.011s] mz-ore error::tests::basic_usage
        PASS [   0.010s] mz-ore error::tests::basic_usage_with_arc
        PASS [   0.010s] mz-ore id_gen::tests::test_conn_org
        PASS [   0.383s] mz-ore assert::tests::test_assert_none_fail_with_msg
        PASS [   0.011s] mz-ore id_gen::tests::test_id_gen
        PASS [   0.011s] mz-ore metrics::delete_on_drop::test::dropping_counters
        PASS [   0.019s] mz-ore iter::tests::test_all_equal
        PASS [   0.011s] mz-ore metrics::delete_on_drop::test::dropping_gauges
        PASS [   0.010s] mz-ore netio::socket::tests::test_parse
        PASS [   0.010s] mz-ore now::tests::test_to_datetime
        PASS [   0.010s] mz-ore path::tests::test_clean
        PASS [   0.011s] mz-ore result::test::prints_error_chain
        PASS [   0.396s] mz-ore assert::tests::test_assert_ok_fail_with_msg
        PASS [   0.378s] mz-ore bytes::tests::proptest_copy_to_bytes
        PASS [   0.479s] mz-ore assert::tests::test_assert_ok_fail
        PASS [   0.023s] mz-ore retry::tests::test_retry_async_fail_clamp_backoff
        PASS [   0.330s] mz-ore bytes::tests::proptest_read_and_seek
        PASS [   0.337s] mz-ore bytes::tests::proptest_non_empty_segments
        PASS [   0.013s] mz-ore retry::tests::test_retry_async_fatal
        PASS [   0.030s] mz-ore retry::tests::test_retry_async_fail_max_tries
        PASS [   0.120s] mz-ore retry::tests::test_retry_async_canceling_canceled_failure
        PASS [   0.022s] mz-ore retry::tests::test_retry_async_success
        PASS [   0.114s] mz-ore retry::tests::test_retry_async_canceling_canceled_first_failure
        PASS [   0.037s] mz-ore retry::tests::test_retry_async_state
        PASS [   0.021s] mz-ore retry::tests::test_retry_fail_clamp_backoff
        PASS [   0.012s] mz-ore retry::tests::test_retry_fatal
        PASS [   0.304s] mz-ore bytes::tests::proptest_read_to_end
        PASS [   0.112s] mz-ore retry::tests::test_retry_async_canceling_uncanceled_failure
        PASS [   0.022s] mz-ore retry::tests::test_retry_fail_max_tries
        PASS [   0.020s] mz-ore retry::tests::test_retry_success
        PASS [   0.010s] mz-ore tracing::tests::overriding_targets
        PASS [   0.019s] mz-ore str::tests::test_indent
        PASS [   0.027s] mz-ore stats::tests::minmax
        PASS [   0.045s] mz-ore retry::tests::test_retry_fail_max_duration
        PASS [   0.010s] mz-ore vec::test::miri_test_repurpose
        PASS [   0.005s] mz-ore::future catch_panic_async
        PASS [   0.030s] mz-ore tracing::tests::crate_level
        PASS [   0.035s] mz-ore time::tests::proptest_saturating_mul_f64
        PASS [   0.010s] mz-ore::panic catch_panic
        PASS [   0.011s] mz-ore::task join_set_exts
        PASS [   0.025s] mz-ore vec::test::test_is_sorted_by
        PASS [   0.033s] mz-persist indexed::columnar::tests::columnar_records
        PASS [   0.032s] mz-persist indexed::encoding::tests::trace_batch_meta_validate
        PASS [   0.146s] mz-ore retry::tests::test_retry_reader
        PASS [   0.372s] mz-ore channel::trigger::tests::test_trigger_channel
        PASS [   0.032s] mz-persist indexed::encoding::tests::trace_batch_meta_validate_data
        PASS [   0.103s] mz-persist indexed::encoding::tests::encoded_batch_sizes
        PASS [   0.016s] mz-persist mem::tests::mem_blob
        PASS [   0.025s] mz-persist location::tests::timeout_error
        PASS [   0.043s] mz-persist indexed::encoding::tests::trace_batch_validate
        PASS [   0.025s] mz-persist mem::tests::mem_consensus
        PASS [   0.396s] mz-ore id_gen::tests::test_mask_intersect
        PASS [   0.024s] mz-persist retry::tests::retry_stream
        PASS [   0.020s] mz-persist s3::tests::multipart_iter
        PASS [   0.023s] mz-persist s3::tests::should_multipart
        PASS [   0.023s] mz-persist workload::tests::goodput_pretty
        PASS [   0.036s] mz-persist unreliable::tests::unreliable_blob
        PASS [   0.036s] mz-persist unreliable::tests::unreliable_consensus
        PASS [   0.034s] mz-persist workload::tests::size_invariants
        PASS [   0.045s] mz-persist-client batch::tests::batch_builder_partial_order
        PASS [   0.047s] mz-persist-client batch::tests::batch_builder_keys
        PASS [   0.059s] mz-persist-client batch::tests::batch_builder_flushing
        PASS [   0.051s] mz-persist-client batch::tests::batch_delete
        PASS [   0.247s] mz-persist file::tests::file_blob
        PASS [   0.017s] mz-persist-client batch::tests::untrimmable_columns
        PASS [   0.041s] mz-persist-client batch::tests::structured_lowers
        PASS [   0.030s] mz-persist-client cache::tests::client_cache
        PASS [   3.674s] mz-frontegg-auth client::tokens::tests::response_retries
        PASS [   0.347s] mz-persist azure::tests::azure_blob
        PASS [   0.016s] mz-persist-client critical::tests::reader_id_human_readable_serde
        PASS [   0.387s] mz-ore vec::test::miri_test_wrong_align
        PASS [   0.015s] mz-persist-client fetch::client_exchange_data
        PASS [   0.015s] mz-persist-client internal::cache::tests::lru_cache_usage
        PASS [   0.185s] mz-persist-client batch::tests::rewrite_ts_example
        PASS [   0.435s] mz-ore vec::test::miri_test_wrong_size
        PASS [   0.163s] mz-persist-client critical::tests::handle_opaque_token
        PASS [   0.151s] mz-persist-client critical::tests::rate_limit
        PASS [   0.020s] mz-persist-client internal::datadriven::tests::trace
        PASS [   4.633s] mz-expr scalar::func::test::binary_func_protobuf_roundtrip
        PASS [   0.310s] mz-persist-client cache::tests::state_cache_concurrency
        PASS [   0.203s] mz-persist-client internal::compact::tests::disable_compaction
        PASS [   0.017s] mz-persist-client internal::encoding::tests::check_data_versions_with_lts_versions
        PASS [   0.252s] mz-persist-client internal::compact::tests::compaction_partial_order
        PASS [   0.281s] mz-persist-client internal::cache::tests::lru_cache_prop
        PASS [   0.017s] mz-persist-client internal::encoding::tests::hollow_batch_migration_keys
        PASS [   0.016s] mz-persist-client internal::encoding::tests::reader_state_migration_lease_duration
        PASS [   0.017s] mz-persist-client internal::encoding::tests::state_migration_rollups
        PASS [   0.256s] mz-persist-client internal::compact::tests::regression_minimum_since
        PASS [   0.014s] mz-persist-client internal::encoding::tests::writer_state_migration_most_recent_write
        PASS [   0.132s] mz-persist-client internal::encoding::tests::state_diff_migration_rollups
        PASS [   0.160s] mz-persist-client internal::machine::tests::regression_gc_skipped_req_and_interrupted
        PASS [   0.609s] mz-persist-client cache::tests::state_cache
        PASS [   0.016s] mz-persist-client internal::paths::tests::blob_key_parse
        PASS [   0.027s] mz-persist-client internal::paths::tests::key_ordering_compatible
        PASS [   0.065s] mz-persist-client internal::merge::tests::test_merge_tree
        PASS [   0.016s] mz-persist-client internal::paths::tests::partial_blob_key_completion
        PASS [   0.016s] mz-persist-client internal::state::tests::compare_and_append
        PASS [   0.015s] mz-persist-client internal::state::tests::compare_and_downgrade_since
        PASS [   0.027s] mz-persist-client internal::state::tests::downgrade_since
        PASS [   0.019s] mz-persist-client internal::state::tests::expire_writer
        PASS [   0.018s] mz-persist-client internal::state::tests::idempotency_token_sentinel
        PASS [   0.017s] mz-persist-client internal::state::tests::maybe_gc
        PASS [   0.493s] mz-persist-client internal::encoding::tests::applier_version_state
        PASS [   0.016s] mz-persist-client internal::state::tests::need_rollup
        PASS [   0.016s] mz-persist-client internal::state::tests::next_listen_batch
        PASS [   0.015s] mz-persist-client internal::state::tests::snapshot
        PASS [   0.031s] mz-persist-client internal::state::tests::state_inspect_serde_json
        PASS [   0.021s] mz-persist-client internal::state_diff::tests::regression_15493_sniff_insert
        PASS [   0.274s] mz-persist-client internal::machine::tests::regression_update_state_after_upper_mismatch
        PASS [   0.075s] mz-persist-client internal::state_diff::tests::apply_lenient
        PASS [   0.529s] mz-persist-client internal::encoding::tests::applier_version_state_diff
        PASS [   0.017s] mz-persist-client internal::trace::tests::fueled_merge_reqs
        PASS [   0.015s] mz-persist-client internal::trace::tests::remove_redundant_merge_reqs
        PASS [   0.531s] mz-persist-client internal::encoding::tests::check_data_versions
        PASS [   0.026s] mz-persist-client internal::watch::tests::state_watch
        PASS [   0.036s] mz-persist-client internal::watch::tests::state_watch_concurrency
        PASS [   0.116s] mz-persist-client internal::state_versions::tests::fetch_all_live_states_regression_uninitialized
        PASS [   0.224s] mz-persist-client internal::state_diff::tests::test_state_sync
        PASS [   0.015s] mz-persist-client operators::shard_source::tests::test_lease_manager
        PASS [   0.173s] mz-persist-client internal::watch::tests::state_watch_listen_snapshot
        PASS [   0.177s] mz-persist-client iter::tests::consolidation
        PASS [   1.191s] mz-persist postgres::tests::postgres_consensus
        PASS [   0.040s] mz-persist-client operators::shard_source::tests::test_shard_source_explicit_initial_as_of
        PASS [   0.042s] mz-persist-client operators::shard_source::tests::test_shard_source_implicit_initial_as_of
        PASS [   0.015s] mz-persist-client read::tests::reader_id_human_readable_serde
        PASS [   0.039s] mz-persist-client read::tests::skip_consensus_fetch_optimization
        PASS [   0.183s] mz-persist-client read::tests::drop_unused_subscribe
        PASS [   0.188s] mz-persist-client read::tests::snapshot_and_stream
        PASS [   0.174s] mz-persist-client read::tests::streaming_consolidate
        PASS [   0.044s] mz-persist-client rpc::grpc::grpc_client_sender_subscription_tokens
        PASS [   0.043s] mz-persist-client rpc::grpc::grpc_server
        PASS [   0.320s] mz-persist-client read::tests::seqno_leases
        PASS [   0.017s] mz-persist-client rpc::pubsub_state::test_many_connection
        PASS [   0.017s] mz-persist-client rpc::pubsub_state::test_single_connection
        PASS [   0.179s] mz-persist-client rpc::grpc::grpc_client_receiver
        PASS [   0.216s] mz-persist-client rpc::grpc::grpc_client_sender_reconnects
        PASS [   2.021s] mz-ore metrics::tests::smoke_test_metrics_future_ext
        PASS [   0.826s] mz-persist-client internal::state::tests::sneaky_downgrades
        PASS [   1.151s] mz-persist-client internal::encoding::tests::state_proto_roundtrip
        PASS [   0.022s] mz-persist-client schema::tests::schema_id
        PASS [   0.168s] mz-persist-client schema::tests::compare_and_evolve_schema
        PASS [   0.196s] mz-persist-client tests::append_with_invalid_upper
        PASS [   0.324s] mz-persist-client schema::tests::schema_evolution
        PASS [   0.497s] mz-persist-client rpc::pubsub_state::test_zero_connections_push_diff
        PASS [   0.484s] mz-persist-client rpc::pubsub_state::test_zero_connections_remove
        PASS [   0.496s] mz-persist-client rpc::pubsub_state::test_zero_connections_subscribe
        PASS [   0.221s] mz-persist-client tests::compare_and_append
        PASS [   0.477s] mz-persist-client rpc::pubsub_state::test_zero_connections_unsubscribe
        PASS [   0.017s] mz-persist-client tests::fmt_ids
        PASS [   0.196s] mz-persist-client tests::fetch_upper
        PASS [   0.212s] mz-persist-client tests::contiguous_append
        PASS [   0.215s] mz-persist-client tests::contiguous_compare_and_append
        PASS [   0.200s] mz-persist-client tests::finalize_empty_shard
        PASS [   0.229s] mz-persist-client tests::finalize_shard
        PASS [   0.222s] mz-persist-client tests::multiple_shards
        PASS [   0.548s] mz-persist-client tests::concurrency
        PASS [   1.410s] mz-persist-client iter::tests::prefetches
        PASS [   0.236s] mz-persist-client tests::noncontiguous_append_per_writer
        PASS [   0.224s] mz-persist-client tests::noncontiguous_compare_and_append_per_writer
        PASS [   0.267s] mz-persist-client tests::invalid_usage
        PASS [   0.015s] mz-persist-client usage::tests::usage_funnel
        PASS [   0.214s] mz-persist-client tests::open_reader_writer
        PASS [   0.017s] mz-persist-client usage::tests::usage_kitchen_sink
        PASS [   0.016s] mz-persist-client usage::tests::usage_races
        PASS [   0.017s] mz-persist-client usage::tests::usage_regression_referenced_greater_than_blob
        PASS [   0.131s] mz-persist-client tests::shard_id_protobuf_roundtrip
        PASS [   0.218s] mz-persist-client tests::sanity_check
        PASS [   0.227s] mz-persist-client tests::regression_blocking_reads
        PASS [   0.155s] mz-persist-client usage::tests::usage_regression_shard_in_blob_not_consensus
        PASS [   0.202s] mz-persist-client usage::tests::usage_referenced
        PASS [   0.272s] mz-persist-client tests::overlapping_append
        PASS [   0.260s] mz-persist-client usage::tests::size
        PASS [   0.017s] mz-persist-client write::tests::writer_id_human_readable_serde
        PASS [   0.014s] mz-persist-types arrow::tests::struct_ord
        PASS [   0.236s] mz-persist-client usage::tests::usage_sanity
        PASS [   0.015s] mz-persist-types arrow::tests::trim_proto
        PASS [   0.012s] mz-persist-types codec_impls::tests::fmt_ids
        PASS [   0.195s] mz-persist-client write::tests::compare_and_append_batch_multi
        PASS [   0.014s] mz-persist-types codec_impls::tests::shard_id_human_readable_serde
        PASS [   0.196s] mz-persist-client write::tests::empty_batches
        PASS [   0.012s] mz-persist-types parquet::tests::smoketest_compression_level_parsing
        PASS [   0.012s] mz-persist-types schema::tests::backward_compatible
        PASS [   0.173s] mz-persist-client write::tests::wait_for_upper_past
        PASS [   0.014s] mz-persist-types schema::tests::backwards_compatible_nested_types
        PASS [   0.013s] mz-persist-types stats::json::tests::jsonb_trim_to_budget
        PASS [   0.012s] mz-persist-types stats::json::tests::jsonb_trim_to_budget_smoke
        PASS [   0.187s] mz-persist-client write::tests::hollow_batch_roundtrip
        PASS [   0.011s] mz-persist-types stats::json::tests::stats_trim_regression_json
        PASS [   0.011s] mz-persist-types stats::primitive::tests::stats_trim_iso8601_recursion
        PASS [   0.011s] mz-persist-types stats::primitive::tests::test_truncate_bytes
        PASS [   0.010s] mz-persist-types stats::primitive::tests::test_truncate_string
        PASS [   0.011s] mz-persist-types stats::structured::tests::stats_trim_to_budget_regression_recursion
        PASS [   0.011s] mz-persist-types stats::structured::tests::struct_trim_to_budget
        PASS [   0.025s] mz-persist-types stats::primitive::tests::test_truncate_bytes_proptest
        PASS [   0.011s] mz-persist-types stats::structured::tests::trim_order_regression
        PASS [   0.011s] mz-persist-types timestamp::tests::monotonic_iso8601
        PASS [   0.012s] mz-pgcopy copy::tests::test_copy_csv_format_params
        PASS [   0.013s] mz-pgcopy copy::tests::test_copy_csv_row
        PASS [   0.013s] mz-pgcopy copy::tests::test_copy_format_text_empty_null_string
        PASS [   0.013s] mz-pgcopy copy::tests::test_copy_format_text_parser
        PASS [   0.012s] mz-pgcopy copy::tests::test_copy_format_text_parser_escapes
        PASS [   0.013s] mz-pgrepr value::numeric::test_to_from_sql_roundtrip
        PASS [   0.012s] mz-pgrepr value::tests::decode_text_error_smoke_test
        PASS [   0.012s] mz-pgtz timezone::tests::test_parse_timezone_offset_second
        PASS [   0.078s] mz-persist-types stats::primitive::tests::test_truncate_string_proptest
        PASS [   0.012s] mz-pgwire protocol::test::test_parse_option
        PASS [   0.012s] mz-pgwire protocol::test::test_parse_options
        PASS [   0.013s] mz-pgwire protocol::test::test_split_options
        PASS [   0.012s] mz-postgres-util replication::test_wal_level_max
        PASS [   0.113s] mz-proto chrono::tests::fixed_offset_protobuf_roundtrip
        PASS [   0.122s] mz-proto chrono::tests::date_time_protobuf_roundtrip
        PASS [   0.117s] mz-proto chrono::tests::naive_date_protobuf_roundtrip
        PASS [   0.249s] mz-persist-types stats::primitive::tests::proptest_cost_trim
        PASS [   0.042s] mz-regexp tests::test_regexp_split_array
        PASS [   0.022s] mz-repr adt::array::tests::invalid_array_error_protobuf_roundtrip
        PASS [   0.451s] mz-persist-types arrow::tests::struct_ord_incompat
        PASS [   0.019s] mz-repr adt::array::tests::proptest_packed_array_dimension_roundtrip
        PASS [   0.122s] mz-proto chrono::tests::naive_date_time_protobuf_roundtrip
        PASS [   0.031s] mz-repr adt::array::tests::proptest_packed_array_dimension_sorts
        PASS [   0.019s] mz-repr adt::char::tests::char_length_protobuf_roundtrip
        PASS [   0.128s] mz-proto tests::duration_protobuf_roundtrip
        PASS [   0.012s] mz-repr adt::date::test::test_date
        PASS [   0.012s] mz-repr adt::datetime::test_parseddatetime_add_field
        PASS [   0.013s] mz-repr adt::datetime::tests::fill_pdt_interval_pg_errors
        PASS [   0.018s] mz-repr adt::datetime::test_parseddatetime_compute_interval
        PASS [   0.151s] mz-regexp tests::test_pg_regexp_split_array
        PASS [   0.018s] mz-repr adt::datetime::tests::iterate_datetimefield
        PASS [   0.018s] mz-repr adt::datetime::tests::proptest_packed_naive_time_roundtrips
        PASS [   0.012s] mz-repr adt::datetime::tests::test_build_parsed_datetime_interval
        PASS [   0.013s] mz-repr adt::datetime::tests::test_build_parsed_datetime_interval_errors
        PASS [   0.012s] mz-repr adt::datetime::tests::test_build_parsed_datetime_time
        PASS [   0.012s] mz-repr adt::datetime::tests::test_build_parsed_datetime_timestamp
        PASS [   0.011s] mz-repr adt::datetime::tests::test_determine_format_w_datetimefield
        PASS [   0.013s] mz-repr adt::datetime::tests::test_determine_format_w_datetimefield_and_leading_time
        PASS [   0.061s] mz-repr adt::datetime::tests::datetimeunits_serialization_roundtrip
        PASS [   0.011s] mz-repr adt::datetime::tests::test_determine_format_w_datetimefield_error
        PASS [   0.046s] mz-repr adt::datetime::tests::proptest_packed_naive_time_sort_order
        PASS [   2.356s] mz-persist-client internal::trace::tests::test_roundtrips
        PASS [   0.011s] mz-repr adt::datetime::tests::test_expected_sql_standard_interval_tokens
        PASS [   0.016s] mz-repr adt::datetime::tests::test_expected_dur_like_tokens
        PASS [   0.011s] mz-repr adt::datetime::tests::test_fill_pdt_from_tokens
        PASS [   0.016s] mz-repr adt::datetime::tests::test_fill_pdt_from_tokens_errors
        PASS [   0.012s] mz-repr adt::datetime::tests::test_fill_pdt_interval_pg
        PASS [   0.011s] mz-repr adt::datetime::tests::test_fill_pdt_interval_sql
        PASS [   0.011s] mz-repr adt::datetime::tests::test_fill_pdt_interval_sql_errors
        PASS [   0.016s] mz-repr adt::datetime::tests::test_split_timestamp_string
        PASS [   0.012s] mz-repr adt::datetime::tests::test_trim_and_return_sign
        PASS [   0.013s] mz-repr adt::interval::test::interval_fmt
        PASS [   0.019s] mz-repr adt::interval::test::proptest_packed_interval_roundtrips
        PASS [   0.012s] mz-repr adt::interval::test::test_convert_date_time_unit
        PASS [   0.011s] mz-repr adt::interval::test::test_interval_value_truncate_low_fields
        PASS [   0.018s] mz-repr adt::interval::test::test_interval_value_truncate_high_fields
        PASS [   0.018s] mz-repr adt::mz_acl_item::proptest_acl_item_binary_encoding_roundtrip
        PASS [   0.675s] mz-persist-client write::tests::fetch_recent_upper_linearized
        PASS [   0.024s] mz-repr adt::mz_acl_item::proptest_packed_acl_item_roundtrips
        PASS [   0.049s] mz-repr adt::interval::test::proptest_packed_interval_sorts
        PASS [   0.011s] mz-repr adt::mz_acl_item::test_acl_item_binary
        PASS [   0.011s] mz-repr adt::mz_acl_item::test_acl_item_binary_size
        PASS [   0.021s] mz-repr adt::mz_acl_item::proptest_valid_acl_item_str
        PASS [   0.037s] mz-repr adt::mz_acl_item::proptest_packed_mz_acl_item_roundtrips
        PASS [   0.013s] mz-repr adt::mz_acl_item::test_acl_parsing
        PASS [   0.011s] mz-repr adt::mz_acl_item::test_mz_acl_item_binary
        PASS [   0.012s] mz-repr adt::mz_acl_item::test_mz_acl_item_binary_size
        PASS [   0.012s] mz-repr adt::mz_acl_item::test_mz_acl_parsing
        PASS [   0.011s] mz-repr adt::numeric::test_twos_comp_numeric_primitive
        PASS [   0.011s] mz-repr adt::numeric::test_twos_complement_roundtrip
        PASS [   0.011s] mz-repr adt::numeric::test_twos_complement_to_numeric_fail
        PASS [   0.016s] mz-repr adt::numeric::test_wide_twos_complement_roundtrip
        PASS [   0.072s] mz-repr adt::mz_acl_item::proptest_packed_acl_item_sorts
        PASS [   0.018s] mz-repr adt::numeric::tests::numeric_max_scale_protobuf_roundtrip
        PASS [   0.021s] mz-repr adt::numeric::tests::optional_numeric_max_scale_protobuf_roundtrip
        PASS [   0.011s] mz-repr adt::numeric::tests::smoketest_packed_numeric_roundtrips
        PASS [   0.011s] mz-repr adt::regex::tests::regex_serde_case_insensitive
        PASS [   0.026s] mz-repr adt::numeric::tests::proptest_packed_numeric_roundtrip
        PASS [   0.023s] mz-repr adt::regex::tests::regex_serde_dot_matches_new_line
        PASS [   0.020s] mz-repr adt::timestamp::test::proptest_packed_naive_date_time_roundtrips
        PASS [   0.018s] mz-repr adt::timestamp::test::test_age_naive
        PASS [   0.023s] mz-repr adt::timestamp::test::test_age_utc
        PASS [   0.011s] mz-repr adt::timestamp::test::test_equality_with_different_precisions
        PASS [   0.048s] mz-repr adt::timestamp::test::proptest_packed_naive_date_time_sort_order
        PASS [   0.011s] mz-repr adt::timestamp::test::test_max_age
        PASS [   0.018s] mz-repr adt::timestamp::test::test_equality_with_same_precision
        PASS [   0.023s] mz-repr adt::timestamp::test::test_round_to_precision
        PASS [   0.018s] mz-repr adt::varchar::tests::var_char_max_length_protobuf_roundtrip
        PASS [   0.016s] mz-repr bytes::tests::test_parse
        PASS [   0.023s] mz-repr bytes::tests::proptest_bytes_roundtrips_string
        PASS [   0.021s] mz-repr bytes::tests::test_rounding
        PASS [   0.016s] mz-repr bytes::tests::test_to_string
        PASS [   0.021s] mz-repr datum_vec::test::miri_test_datum_vec
        PASS [   0.030s] mz-repr catalog_item_id::tests::proptest_catalog_item_id_roundtrips
        PASS [   0.016s] mz-repr explain::tracing::test::test_optimizer_trace
        PASS [   0.027s] mz-repr explain::tests::test_mutable_context
        PASS [   0.014s] mz-repr network_policy_id::test_network_policy_id_parsing
        PASS [   0.014s] mz-repr refresh_schedule::tests::test_round_up_down_timestamp
        PASS [   0.012s] mz-repr relation::tests::apply_demand
        PASS [   0.358s] mz-repr adt::numeric::tests::packed_numeric_stability
        PASS [   0.419s] mz-repr adt::mz_acl_item::proptest_packed_mz_acl_item_sorts
        PASS [   0.013s] mz-repr relation::tests::smoketest_column_index_stable_ident
        PASS [   0.522s] mz-repr adt::datetime::tests::test_fill_pdt_from_tokens_panic
        PASS [   0.481s] mz-repr adt::regex::tests::regex_protobuf_roundtrip
        PASS [   0.291s] mz-repr relation::tests::roundtrip_relation_desc_without_metadata
        PASS [   0.012s] mz-repr role_id::test_role_id_binary
        PASS [   0.011s] mz-repr role_id::test_role_id_binary_size
        PASS [   0.012s] mz-repr role_id::test_role_id_parsing
        PASS [   0.014s] mz-repr row::encode::tests::empty_relation_desc_returns_error
        PASS [   0.296s] mz-repr relation::tests::test_add_column_with_same_name_prev_dropped
        PASS [   0.357s] mz-repr relation::tests::smoktest_at_version
        PASS [   0.022s] mz-repr row::encode::tests::roundtrip
        PASS [   0.670s] mz-repr adt::timestamp::test::test_precision_edge_cases
        PASS [   0.012s] mz-repr row::encode::tests::smoketest_projection
        PASS [   0.019s] mz-repr row::encode::tests::smoketest_collections
        PASS [   0.012s] mz-repr row::encode::tests::smoketest_row
        PASS [   0.019s] mz-repr row::encode::tests::test_nested_list
        PASS [   0.013s] mz-repr row::encode::tests::test_record
        PASS [   0.012s] mz-repr row::tests::miri_test_round_trip
        PASS [   0.017s] mz-repr row::tests::miri_test_arena
        PASS [   0.012s] mz-repr row::tests::test_array
        PASS [   0.012s] mz-repr row::tests::test_array_max_dimensions
        PASS [   0.012s] mz-repr row::tests::test_assumptions
        PASS [  23.072s] mz-environmentd::sql test_timestamp_recovery
        PASS [   0.020s] mz-repr row::tests::test_array_wrong_cardinality
        PASS [   0.343s] mz-repr relation::tests::test_dropping_columns_with_keys
        PASS [   0.012s] mz-repr row::tests::test_datum_sizes
        PASS [   0.012s] mz-repr row::tests::test_dict_errors
        PASS [   0.013s] mz-repr row::tests::test_multidimensional_array
        PASS [   0.017s] mz-repr row::tests::test_list_encoding
        PASS [   0.016s] mz-repr row::tests::test_nesting
        PASS [   0.012s] mz-repr scalar::verify_base_eq_record_nullability
        PASS [   0.023s] mz-repr scalar::tests::range_packing_unpacks_correctly
        PASS [   0.011s] mz-repr strconv::tests::test_format_nanos_to_micros
        PASS [   0.022s] mz-repr strconv::tests::parse_hex_error_protobuf_roundtrip
        PASS [   0.012s] mz-repr strconv::tests::test_parse_pg_legacy_name
        PASS [   0.014s] mz-repr::strconv miri_test_format_list
        PASS [   0.531s] mz-repr relation::tests::test_add_column_with_same_name_panics
        PASS [   0.016s] mz-repr::strconv parse_interval_error
        PASS [   0.013s] mz-repr::strconv test_format_date
        PASS [   0.013s] mz-repr::strconv test_format_timestamp
        PASS [   0.015s] mz-repr::strconv test_format_timestamptz
        PASS [   0.013s] mz-repr::strconv test_parse_date
        PASS [   0.012s] mz-repr::strconv test_parse_date_errors
        PASS [   0.014s] mz-repr::strconv test_parse_interval_durationlike
        PASS [   0.011s] mz-repr::strconv test_parse_interval_full
        PASS [   0.120s] mz-repr scalar::tests::scalar_type_protobuf_roundtrip
        PASS [   0.015s] mz-repr::strconv test_parse_interval_monthlike
        PASS [   0.014s] mz-repr::strconv test_parse_time
        PASS [   0.014s] mz-repr::strconv test_parse_time_errors
        PASS [   0.131s] mz-repr strconv::tests::parse_error_protobuf_roundtrip
        PASS [   0.014s] mz-repr::strconv test_parse_timestamp
        PASS [   0.014s] mz-repr::strconv test_parse_timestamp_errors
        PASS [   0.015s] mz-repr::strconv test_parse_timestamptz
        PASS [   0.014s] mz-repr::strconv test_parse_timestamptz_errors
        PASS [   0.013s] mz-repr-test-util::test_runner tests::run
        PASS [   0.148s] mz-repr stats::tests::proptest_uuid_sort_order
        PASS [   0.013s] mz-rocksdb config::test::dynamic_defaults
        PASS [   0.017s] mz-rocksdb config::test::test_calculated_cluster_limit
        PASS [   0.015s] mz-rocksdb config::test::test_no_default
        PASS [   0.017s] mz-rocksdb config::test::test_default
        PASS [   0.014s] mz-rocksdb::basic destroy
        PASS [   0.188s] mz-repr stats::tests::all_scalar_types_stats_roundtrip_trim
        PASS [   0.012s] mz-rocksdb-types config::tests::defaults_equality
        PASS [   0.011s] mz-secrets cache::test::test_disabling_cache
        PASS [   0.051s] mz-rocksdb::basic basic
        PASS [   0.011s] mz-secrets cache::test::test_read_from_cache
        PASS [   0.042s] mz-rocksdb-types config::tests::rocksdb_tuning_roundtrip
        PASS [   0.011s] mz-service boot::private::cgroup::tests::test_cgroup_from_line
        PASS [   0.011s] mz-service boot::private::cgroup::tests::test_mountinfo_from_line
        PASS [   0.088s] mz-rocksdb::basic update_operation_stats_test
        PASS [   0.011s] mz-sql session::vars::value::tests::test_should_output_to_client
        PASS [   0.014s] mz-sql catalog::tests::test_environment_id
        PASS [   0.011s] mz-sql-lexer::lexer test_datadriven
        PASS [   0.012s] mz-sql session::vars::value::tests::test_value_duration
        PASS [   0.011s] mz-sql-parser::sqlparser_common format_ident
        PASS [   0.011s] mz-sql-parser::sqlparser_common op_precedence
        PASS [   0.012s] mz-sql-parser::sqlparser_common test_basic_visitor
        PASS [   0.167s] mz-rocksdb::basic shared_write_buffer_manager
        PASS [   0.132s] mz-sql-parser::sqlparser_common datadriven
        PASS [   0.021s] mz-sqllogictest runner::test_generate_view_sql
        PASS [   0.028s] mz-sqllogictest runner::test_mutate
        PASS [   0.024s] mz-sqllogictest::parser test_parser
        PASS [   0.055s] mz-ssh-util keys::tests::test_deserializing_legacy_key_pairs
        PASS [   0.278s] mz-sql-pretty::parser test_parser
        PASS [   0.087s] mz-ssh-util keys::tests::test_deserializing_legacy_key_sets
        PASS [   0.040s] mz-ssh-util keys::tests::test_key_pair_generation
        PASS [   0.043s] mz-ssh-util keys::tests::test_key_pair_serialization_roundtrip
        PASS [   0.683s] mz-repr row::tests::test_range_errors
        PASS [   0.035s] mz-ssh-util keys::tests::test_key_rotation
        PASS [   0.044s] mz-ssh-util keys::tests::test_serializing_legacy_key_pairs
        PASS [   0.022s] mz-ssh-util keys::tests::test_unique_keys
        PASS [   0.087s] mz-ssh-util keys::tests::test_key_set_serialization_roundtrip
        PASS [   0.069s] mz-ssh-util keys::tests::test_serializing_legacy_key_sets
        PASS [   0.819s] mz-repr url::tests::url_protobuf_roundtrip
        PASS [   1.629s] mz-repr relation::tests::proptest_relation_desc_roundtrips
        PASS [   1.360s] mz-repr row::encode::tests::proptest_datums
        PASS [   0.023s] mz-storage render::sources::test::test_calculated_cluster_limit
        PASS [   9.213s] mz-expr scalar::func::test::unary_func_protobuf_roundtrip
        PASS [   0.030s] mz-storage render::sources::test::test_no_default
        PASS [   0.139s] mz-storage healthcheck::tests::test_health_operator_write_namespaced_map
        PASS [   0.043s] mz-storage render::sources::test::test_no_matching_size
        PASS [   0.023s] mz-storage sink::kafka::test::progress_record_migration
        PASS [   0.031s] mz-storage source::generator::key_value::test::test_key_value_loadgen_part_iter
        PASS [   0.444s] mz-storage healthcheck::tests::test_health_operator_basic
        PASS [   0.038s] mz-storage source::generator::key_value::test::test_key_value_loadgen_resume_upper
        PASS [   0.035s] mz-storage source::mysql::snapshot::tests::snapshot_query_duplicate_table
        PASS [   0.434s] mz-storage healthcheck::tests::test_health_operator_namespace_side_channel
        PASS [   0.043s] mz-storage source::reclock::tests::test_basic_usage
        PASS [   0.021s] mz-storage upsert::types::tests::test_memory_size
        PASS [   0.017s] mz-storage upsert::types::tests::test_merge_update
        PASS [   0.044s] mz-storage source::reclock::tests::test_compaction
        PASS [   0.044s] mz-storage source::reclock::tests::test_concurrency
        PASS [   0.055s] mz-storage source::reclock::tests::test_since_hold
        PASS [   0.020s] mz-storage-client client::tests::storage_response_protobuf_roundtrip
        PASS [   0.024s] mz-storage-client controller::tests::lag_writes_by_zero
        PASS [   0.440s] mz-storage healthcheck::tests::test_health_operator_namespaces
        PASS [   0.550s] mz-storage healthcheck::tests::test_health_operator_hints
        PASS [   0.012s] mz-storage-controller collection_mgmt::tests::test_row
        PASS [   0.011s] mz-storage-controller collection_mgmt::tests::test_row_with_namespaced
        PASS [   0.012s] mz-storage-controller collection_mgmt::tests::test_row_with_everything
        PASS [   0.011s] mz-storage-controller collection_mgmt::tests::test_row_without_hint
        PASS [   0.014s] mz-storage-controller collection_mgmt::tests::test_row_without_error
        PASS [   0.050s] mz-storage-client storage_collections::tests::test_snapshot_stats
        PASS [   0.014s] mz-storage-controller history::tests::reduce_drops_dropped_ingestion
        PASS [   0.019s] mz-storage-controller history::tests::reduce_drops_dropped_sink
        PASS [   0.015s] mz-storage-controller history::tests::reduce_drops_stray_compactions
        PASS [   0.012s] mz-storage-controller history::tests::reduce_keeps_compacted_ingestion
        PASS [   0.014s] mz-storage-controller history::tests::reduce_keeps_compacted_sink
        PASS [   0.015s] mz-storage-controller history::tests::reduce_keeps_partially_dropped_ingestion
        PASS [   1.339s] mz-rocksdb::basic associative_merge_operator_test
        PASS [   0.024s] mz-storage-types errors::tests::test_decode_error_codec_roundtrip
        PASS [   0.017s] mz-storage-types sources::mysql::tests::test_gtid_set_frontier_empty_string
        PASS [   0.019s] mz-storage-types sources::mysql::tests::test_gtid_set_frontier_invalid_interval
        PASS [   0.013s] mz-storage-types sources::mysql::tests::test_gtid_set_frontier_invalid_uuid
        PASS [   0.014s] mz-storage-types sources::mysql::tests::test_gtid_set_frontier_non_alphabetical_uuids
        PASS [   0.018s] mz-storage-types sources::mysql::tests::test_gtid_set_frontier_non_consecutive
        PASS [   0.022s] mz-storage-types sources::mysql::tests::test_gtid_set_frontier_valid
        PASS [   0.374s] mz-storage-operators persist_source::tests::test_backpressure_granular
        PASS [   5.799s] mz-persist-client internal::datadriven::tests::machine
        PASS [   0.019s] mz-storage-types sources::tests::backward_compatible_empty_add_column
        PASS [   0.780s] mz-storage-operators persist_source::tests::test_backpressure_non_granular
        PASS [   2.012s] mz-secrets cache::test::test_reading_expired_secret
        PASS [   1.908s] mz-sql-parser::sqlparser_common test_max_statement_batch_size
        PASS [   2.011s] mz-secrets cache::test::updating_cache_values
        PASS [   0.017s] mz-storage-types sources::tests::backward_compatible_project_away_all
        PASS [   0.016s] mz-storage-types sources::tests::roundtrip_error_nulls
        PASS [   0.013s] mz-storage-types sources::tests::test_timeline_parsing
        PASS [   0.021s] mz-storage-types sources::tests::source_proto_serialization_stability
        PASS [   1.131s] mz-storage-types errors::columnation::tests::dataflow_error_roundtrip
        PASS [   0.021s] mz-storage-types time_dependence::tests::test_apply
        PASS [   0.014s] mz-storage-types time_dependence::tests::test_time_dependence_merge
        PASS [   0.013s] mz-timely-util builder_async::test::async_operator
        PASS [   0.014s] mz-timely-util builder_async::test::gh_18837
        PASS [   0.011s] mz-timely-util order::test::antichain_properties
        PASS [   0.013s] mz-timely-util order::test::basic_properties
        PASS [   0.338s] mz-storage-types stats::tests::all_scalar_types_stats_roundtrip
        PASS [   0.015s] mz-timely-util reclock::test::basic_reclocking
        PASS [   0.015s] mz-timely-util reclock::test::test_basic_usage
        PASS [   0.012s] mz-timely-util reclock::test::test_chainbatch_merge
        PASS [   0.014s] mz-timely-util reclock::test::test_compaction
        PASS [   0.013s] mz-timely-util reclock::test::test_reclock
        PASS [   1.447s] mz-storage upsert::types::tests::test_merge_update_checksum_doesnt_match
        PASS [   0.062s] mz-timely-util reclock::test::test_binding_consolidation
        PASS [   0.012s] mz-timely-util reclock::test::test_reclock_frontier
        PASS [   0.013s] mz-timely-util reclock::test::test_reclock_gh16318
        PASS [   0.014s] mz-tracing test::roundtrips
        PASS [   0.011s] mz-tracing test::roundtrips_directive
        PASS [   1.585s] mz-storage upsert::types::tests::test_merge_update_len_to_long_assert
        PASS [   1.590s] mz-storage upsert::types::tests::test_merge_update_len_0_assert
        PASS [   0.065s] mz-transform::test_transforms run_tests
        PASS [   0.259s] mz-timestamp-oracle postgres_oracle::tests::test_postgres_timestamp_oracle
        PASS [   0.315s] mz-timestamp-oracle batching_oracle::tests::test_batching_timestamp_oracle
        PASS [   0.099s] mz-txn-wal operator::tests::data_subscribe
        PASS [   0.073s] mz-txn-wal operator::tests::subscribe_shard_finalize
        PASS [   0.031s] mz-txn-wal tests::commit_log
        PASS [   1.786s] mz-storage-client client::tests::storage_command_protobuf_roundtrip
        PASS [   0.030s] mz-txn-wal tests::unique_batch_serialization
        PASS [   0.053s] mz-txn-wal operator::tests::subscribe_shard_register_forget
        PASS [   0.015s] mz-txn-wal txn_cache::tests::data_times_validate
        PASS [   0.340s] mz-transform::test_runner tests::run
        PASS [   0.041s] mz-txn-wal txn_cache::tests::regression_ts_sort
        PASS [   0.047s] mz-txn-wal txn_cache::tests::empty_to
        PASS [   0.049s] mz-txn-wal txn_cache::tests::regression_compact_latest_write
        PASS [   0.016s] mz-txn-wal txn_read::tests::wait_ts_ord
        PASS [   0.051s] mz-txn-wal txn_write::tests::commit_at
        PASS [   0.045s] mz-txn-wal txn_write::tests::commit_retry
        PASS [   0.084s] mz-txn-wal txn_write::tests::apply_and_tidy
        PASS [  19.190s] mz-environmentd::timezones test_pg_timezone_abbrevs
        PASS [   0.066s] mz-txn-wal txn_write::tests::tidy_race
        PASS [   0.047s] mz-txn-wal txns::tests::race_data_shard_register_and_commit
        PASS [   0.066s] mz-txn-wal txns::tests::advance_physical_uppers_past
        PASS [   0.021s] mz-walkabout::walkabout datadriven
        PASS [   0.070s] mz-txn-wal txns::tests::register_at
        PASS [   0.086s] mz-txn-wal txns::tests::apply_many_ts
        PASS [   0.141s] mz-txn-wal txns::tests::forget_at
        PASS [   0.465s] mz-txn-wal txn_cache::tests::txns_cache_data_snapshot_and_listen_next
        PASS [   3.630s] mz-repr row::encode::tests::proptest_non_empty_relation_descs
        PASS [   0.557s] mz-txn-wal txn_cache::tests::data_compacted
        PASS [   0.767s] mz-txn-wal operator::tests::as_of_until
        PASS [   0.609s] mz-txn-wal txn_write::tests::commit_unregistered_table
        PASS [   3.778s] mz-repr scalar::tests::array_packing_unpacks_correctly
        PASS [   0.589s] mz-txn-wal txns::tests::incorrect_usage_register_write_same_time
        PASS [   0.591s] mz-txn-wal txns::tests::schemas
        PASS [   0.685s] mz-txn-wal txns::tests::register_forget
        PASS [   2.452s] mz-storage-types sources::tests::backward_compatible_migrate
        PASS [   1.273s] mz-txn-wal txn_write::tests::conflicting_writes
        PASS [   2.931s] mz-storage-types sources::tests::backward_compatible_migrate_from_common
        PASS [  21.037s] mz-environmentd::tracing test_expected_spans
        PASS [  19.992s] mz-environmentd::tracing test_secrets
        PASS [   3.593s] mz-storage-types sources::tests::empty_relation_desc_roundtrips
        PASS [   4.289s] mz-storage-types stats::tests::all_datums_produce_valid_stats
        PASS [   8.465s] mz-pgcopy copy::tests::proptest_csv_roundtrips
        PASS [   4.017s] mz-txn-wal txns::tests::stress_correctness
        PASS [  11.536s] mz-persist-client cli::admin::tests::dangerous_force_compaction_and_break_pushdown
        PASS [  11.411s] mz-persist-client internal::machine::tests::apply_unbatched_cmd_truncate
        PASS [   8.127s] mz-repr scalar::tests::list_packing_unpacks_correctly
        PASS [   8.303s] mz-repr scalar::tests::dict_packing_unpacks_correctly
        PASS [  10.735s] mz-storage-types sources::tests::arrow_datatype_consistent
        PASS [  14.882s] mz-repr scalar::tests::row_packing_roundtrips_single_valued
        PASS [  17.659s] mz-persist-client tests::heartbeat_task_shutdown
        PASS [  17.463s] mz-storage-types sources::tests::all_source_data_roundtrips
        PASS [  36.231s] mz-expr row::collection::tests::proptest_row_collection
        PASS [  38.788s] mz-expr row::collection::tests::proptest_merge
        PASS [  51.669s] mz-expr row::collection::tests::proptest_sort
------------
     Summary [ 582.856s] 1042 tests run: 1041 passed (2 slow), 1 failed, 18 skipped
        FAIL [   1.302s] mz-adapter::timestamp_selection test_timestamp_selection

--- STDOUT:              mz-adapter::timestamp_selection test_timestamp_selection ---

running 1 test
oracle_read_ts: 5
isolation_level: StrictSerializable
must_advance_to_timeline_ts: false
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [5] } (IsolationLevel(StrictSerializable))
upper:

constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
upper:

oracle_read_ts: 15
isolation_level: StrictSerializable
must_advance_to_timeline_ts: false
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [15] } (IsolationLevel(StrictSerializable))
upper:

oracle_read_ts: 25
isolation_level: StrictSerializable
must_advance_to_timeline_ts: false
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [25] } (IsolationLevel(StrictSerializable))
upper:

oracle_read_ts: 25
isolation_level: StrictSerializable
must_advance_to_timeline_ts: true
pushing oracle_read_ts
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [25] } (IsolationLevel(StrictSerializable))
upper:

constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
  Antichain { elements: [5] } (QueryAsOf)
upper:

oracle_read_ts: 15
isolation_level: StrongSessionSerializable
must_advance_to_timeline_ts: false
constraints before we run the solver: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
upper:

timestamp constrains: lower:
  Antichain { elements: [10] } (StorageInput([]))
  Antichain { elements: [10] } (ComputeInput([(System(1), System(10))]))
upper:

test test_timestamp_selection ... FAILED

failures:

failures:
    test_timestamp_selection

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s


--- STDERR:              mz-adapter::timestamp_selection test_timestamp_selection ---
thread 'test_timestamp_selection' panicked at /var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/src/adapter/src/coord/timestamp_selection.rs:545:9:
assertion `left == right` failed: timestamp determination mismatch
  left: Some(15)
 right: Some(10)
stack backtrace:
   0: rust_begin_unwind
             at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:665:5
   1: core::panicking::panic_fmt
             at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/panicking.rs:74:14
   2: core::panicking::assert_failed_inner
   3: core::panicking::assert_failed::<core::option::Option<mz_repr::timestamp::Timestamp>, core::option::Option<mz_repr::timestamp::Timestamp>>
             at /usr/local/lib/rustlib/src/rust/library/core/src/panicking.rs:367:5
   4: determine_timestamp_for<timestamp_selection::Frontiers>
             at ./src/coord/timestamp_selection.rs:545:9
   5: {closure#0}
             at ./tests/timestamp_selection.rs:284:45
   6: run_normal<timestamp_selection::test_timestamp_selection::test_impl::{closure#0}::{closure_env#0}, alloc::string::String>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:511:30
   7: <datadriven::TestFile>::run::<timestamp_selection::test_timestamp_selection::test_impl::{closure#0}::{closure#0}, alloc::string::String>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:500:23
   8: timestamp_selection::test_timestamp_selection::test_impl::{closure#0}
             at ./tests/timestamp_selection.rs:221:9
   9: {closure#0}<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}, datadriven::walk::{closure_env#0}<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}>>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:256:9
  10: walk_exclusive<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}, datadriven::walk::{closure_env#0}<timestamp_selection::test_timestamp_selection::test_impl::{closure_env#0}>>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:267:9
  11: datadriven::walk::<timestamp_selection::test_timestamp_selection::test_impl::{closure#0}>
             at /cargo/registry/src/index.crates.io-6f17d22bba15001f/datadriven-0.8.0/src/lib.rs:233:5
  12: timestamp_selection::test_timestamp_selection::test_impl
             at ./tests/timestamp_selection.rs:213:5
  13: timestamp_selection::test_timestamp_selection
             at ./tests/timestamp_selection.rs:210:1
  14: timestamp_selection::test_timestamp_selection::{closure#0}
             at ./tests/timestamp_selection.rs:210:16
  15: <timestamp_selection::test_timestamp_selection::{closure#0} as core::ops::function::FnOnce<()>>::call_once
             at /usr/local/lib/rustlib/src/rust/library/core/src/ops/function.rs:250:5
  16: core::ops::function::FnOnce::call_once
             at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

error: test run failed
==> mzcompose: test case workflow-default failed: subprocess.CalledProcessError: Command '['cargo', 'nextest', 'run', '--workspace', '--all-features', '--profile=ci', '--cargo-profile=ci', '--partition=count:1/1']' returned non-zero exit status 100.
Traceback (most recent call last):
  File "/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/misc/python/materialize/mzcompose/composition.py", line 603, in test_case
    yield
  File "/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/misc/python/materialize/cli/mzcompose.py", line 692, in handle_composition
    composition.workflow(
  File "/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/misc/python/materialize/mzcompose/composition.py", line 485, in workflow
    func(self, parser)
  File "/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/ci/test/cargo-test/mzcompose.py", line 286, in workflow_default
    spawn.runv(
  File "/var/lib/buildkite-agent/builds/hetzner-x86-64-dedi-48cpu-192gb-802fffea/materialize/test/misc/python/materialize/spawn.py", line 75, in runv
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['cargo', 'nextest', 'run', '--workspace', '--all-features', '--profile=ci', '--cargo-profile=ci', '--partition=count:1/1']' returned non-zero exit status 100.
mzcompose: error: at least one test case failed