01KM4NSATX9XWCHS1KY8AS1TTB: build-and-test-illumos

BasicConfig {
    output_rules: [
        "/tmp/nextest-run-archive.zip",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM4NSHDSARGX7XBGC6KWY3MA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:51:10.873Zjob assigned to worker 01KM4NSFSGV4C7MT4YHJMXSYG3 [factory aws, i-0e044aaa1894b401d] (queued for 1 m 42 s)
 
22026-03-20T03:51:18.928Zstarting task 0: "setup"
32026-03-20T03:51:18.935Z++ uname -s
42026-03-20T03:51:18.938Z+ kern=SunOS
52026-03-20T03:51:18.938Z+ build_user=build
62026-03-20T03:51:18.938Z+ build_uid=12345
72026-03-20T03:51:18.938Z+ work_dir=/work
82026-03-20T03:51:18.938Z+ input_dir=/input
92026-03-20T03:51:18.938Z+ [[ 0 == 12345 ]]
102026-03-20T03:51:18.938Z+ case "$kern" in
112026-03-20T03:51:18.938Z+ groupadd -g 12345 build
122026-03-20T03:51:18.938Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:51:20.945Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:51:21.052Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:51:21.055Z+ home_fs=zfs
162026-03-20T03:51:21.055Z+ [[ zfs == autofs ]]
172026-03-20T03:51:21.055Z+ mkdir -p /home/build
182026-03-20T03:51:21.058Z+ chown build:build /home/build /work
192026-03-20T03:51:22.058Z+ chmod 0700 /home/build /work
202026-03-20T03:51:22.062Zprocess exited: duration 3131 ms, exit code 0
 
212026-03-20T03:51:22.068Zstarting task 1: "rust-toolchain"
222026-03-20T03:51:22.073Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-20T03:51:22.073Z * rust toolchain channel = "stable"
242026-03-20T03:51:22.073Z * rust toolchain profile = "default"
252026-03-20T03:51:22.073Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T03:51:22.073Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:51:22.076Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:51:22.076Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:51:22.076Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-20T03:51:22.205Zinfo: downloading installer
312026-03-20T03:51:24.096Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:51:24.096Zwarn: /opt/ooce/bin
332026-03-20T03:51:24.096Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:51:24.096Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:51:24.096Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:51:24.096Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:51:24.096Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:51:24.096Zerror: cannot install while Rust is installed
392026-03-20T03:51:24.096Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:51:24.096Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:51:24.096Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:51:24.096Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:51:24.096Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:51:24.113Zinfo: profile set to default
452026-03-20T03:51:24.113Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:51:24.115Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-20T03:51:24.324Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T03:51:24.327Zinfo: downloading 6 components
492026-03-20T03:51:40.474Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-20T03:51:40.474Z
512026-03-20T03:51:40.517Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T03:51:40.517Z
532026-03-20T03:51:40.517Z
542026-03-20T03:51:40.517ZRust is installed now. Great!
552026-03-20T03:51:40.517Z
562026-03-20T03:51:40.520ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:51:40.520Zenvironment variable. This has not been done automatically.
582026-03-20T03:51:40.520Z
592026-03-20T03:51:40.520ZTo configure your current shell, you need to source
602026-03-20T03:51:40.520Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:51:40.520Z
622026-03-20T03:51:40.520ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:51:40.520Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:51:40.520Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:51:40.520Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:51:40.520Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:51:40.520Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:51:40.520Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:51:40.520Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:51:40.520Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:51:40.618Z+ rustup --version
722026-03-20T03:51:40.628Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:51:40.631Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:51:40.654Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T03:51:40.657Z+ cargo --version
762026-03-20T03:51:40.673Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T03:51:40.676Z+ rustc --version
782026-03-20T03:51:40.701Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T03:51:40.704Zprocess exited: duration 18631 ms, exit code 0
 
802026-03-20T03:51:40.710Zstarting task 2: "authentication"
812026-03-20T03:51:40.729Zprocess exited: duration 18 ms, exit code 0
 
822026-03-20T03:51:40.734Zstarting task 3: "clone repository"
832026-03-20T03:51:40.738Z+ mkdir -p /work/nextest-rs/nextest
842026-03-20T03:51:40.741Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
852026-03-20T03:51:40.772ZCloning into '/work/nextest-rs/nextest'...
862026-03-20T03:51:42.721Z+ cd /work/nextest-rs/nextest
872026-03-20T03:51:42.722Z+ git fetch origin bc7a556c7326396c2fdcac4c3d5f5ee17d7b5c10
882026-03-20T03:51:43.005ZFrom https://github.com/nextest-rs/nextest
892026-03-20T03:51:43.005Z * branch bc7a556c7326396c2fdcac4c3d5f5ee17d7b5c10 -> FETCH_HEAD
902026-03-20T03:51:43.014Z+ [[ -n '' ]]
912026-03-20T03:51:43.014Z+ git reset --hard bc7a556c7326396c2fdcac4c3d5f5ee17d7b5c10
922026-03-20T03:51:43.101ZHEAD is now at bc7a556c Update GitHub Artifact Actions
932026-03-20T03:51:43.104Zprocess exited: duration 2367 ms, exit code 0
 
942026-03-20T03:51:43.110Zstarting task 4: "build"
952026-03-20T03:51:43.117Z+ PLATFORM=illumos
962026-03-20T03:51:43.117Z+ export CARGO_TERM_COLOR=always
972026-03-20T03:51:43.117Z+ CARGO_TERM_COLOR=always
982026-03-20T03:51:43.117Z+ cargo --version
992026-03-20T03:51:43.129Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-03-20T03:51:43.132Z+ rustc --version
1012026-03-20T03:51:43.157Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-03-20T03:51:43.160Z+ banner install
1032026-03-20T03:51:43.163Z
1042026-03-20T03:51:43.163Z # # # #### ##### ## # #
1052026-03-20T03:51:43.163Z # ## # # # # # # #
1062026-03-20T03:51:43.163Z # # # # #### # # # # #
1072026-03-20T03:51:43.163Z # # # # # # ###### # #
1082026-03-20T03:51:43.163Z # # ## # # # # # # #
1092026-03-20T03:51:43.163Z # # # #### # # # ###### ######
1102026-03-20T03:51:43.163Z
1112026-03-20T03:51:43.163Z+ mkdir -p /home/build/.cargo/bin
1122026-03-20T03:51:43.166Z+ curl -LsSf https://get.nexte.st/latest/illumos
1132026-03-20T03:51:43.166Z+ gunzip
1142026-03-20T03:51:43.166Z+ tar xf - -C /home/build/.cargo/bin
1152026-03-20T03:51:44.245Z+ banner metadata
1162026-03-20T03:51:44.248Z
1172026-03-20T03:51:44.248Z # # ###### ##### ## ##### ## ##### ##
1182026-03-20T03:51:44.248Z ## ## # # # # # # # # # # #
1192026-03-20T03:51:44.248Z # ## # ##### # # # # # # # # # #
1202026-03-20T03:51:44.248Z # # # # ###### # # ###### # ######
1212026-03-20T03:51:44.248Z # # # # # # # # # # # # #
1222026-03-20T03:51:44.249Z # # ###### # # # ##### # # # # #
1232026-03-20T03:51:44.249Z
1242026-03-20T03:51:44.249Z+ ptime -m cargo build --package nextest-metadata
1252026-03-20T03:51:44.377Z Updating crates.io index
1262026-03-20T03:51:46.594Z Downloading crates ...
1272026-03-20T03:51:46.667Z Downloaded signal-hook-registry v1.4.5
1282026-03-20T03:51:46.671Z Downloaded dof v0.4.0
1292026-03-20T03:51:46.674Z Downloaded bit-set v0.8.0
1302026-03-20T03:51:46.676Z Downloaded wait-timeout v0.2.1
1312026-03-20T03:51:46.679Z Downloaded anstyle-query v1.1.2
1322026-03-20T03:51:46.679Z Downloaded is_ci v1.2.0
1332026-03-20T03:51:46.682Z Downloaded ppv-lite86 v0.2.21
1342026-03-20T03:51:46.682Z Downloaded unarray v0.1.4
1352026-03-20T03:51:46.685Z Downloaded supports-unicode v3.0.0
1362026-03-20T03:51:46.685Z Downloaded fastrand v2.3.0
1372026-03-20T03:51:46.688Z Downloaded serde_core v1.0.228
1382026-03-20T03:51:46.690Z Downloaded textwrap v0.16.2
1392026-03-20T03:51:46.690Z Downloaded utf8parse v0.2.2
1402026-03-20T03:51:46.693Z Downloaded terminal_size v0.4.3
1412026-03-20T03:51:46.693Z Downloaded strsim v0.11.1
1422026-03-20T03:51:46.697Z Downloaded unicode-linebreak v0.1.5
1432026-03-20T03:51:46.699Z Downloaded supports-color v3.0.2
1442026-03-20T03:51:46.704Z Downloaded byteorder v1.5.0
1452026-03-20T03:51:46.707Z Downloaded anstream v1.0.0
1462026-03-20T03:51:46.710Z Downloaded fixedbitset v0.5.7
1472026-03-20T03:51:46.710Z Downloaded cpufeatures v0.2.17
1482026-03-20T03:51:46.713Z Downloaded thread-id v5.0.0
1492026-03-20T03:51:46.713Z Downloaded thread_local v1.1.8
1502026-03-20T03:51:46.715Z Downloaded cfg-expr v0.20.6
1512026-03-20T03:51:46.718Z Downloaded version_check v0.9.5
1522026-03-20T03:51:46.718Z Downloaded target-lexicon v0.13.3
1532026-03-20T03:51:46.721Z Downloaded generic-array v0.14.7
1542026-03-20T03:51:46.721Z Downloaded unicase v2.9.0
1552026-03-20T03:51:46.721Z Downloaded tokio-macros v2.6.0
1562026-03-20T03:51:46.723Z Downloaded smol_str v0.3.2
1572026-03-20T03:51:46.723Z Downloaded bit-vec v0.8.0
1582026-03-20T03:51:46.726Z Downloaded tracing-log v0.2.0
1592026-03-20T03:51:46.727Z Downloaded errno v0.3.12
1602026-03-20T03:51:46.729Z Downloaded cfg_aliases v0.2.1
1612026-03-20T03:51:46.729Z Downloaded siphasher v1.0.1
1622026-03-20T03:51:46.729Z Downloaded is_terminal_polyfill v1.70.1
1632026-03-20T03:51:46.732Z Downloaded zmij v1.0.18
1642026-03-20T03:51:46.735Z Downloaded anstyle-parse v1.0.0
1652026-03-20T03:51:46.737Z Downloaded ucd-trie v0.1.7
1662026-03-20T03:51:46.737Z Downloaded thiserror v2.0.18
1672026-03-20T03:51:46.740Z Downloaded include_dir_macros v0.7.4
1682026-03-20T03:51:46.743Z Downloaded foldhash v0.1.5
1692026-03-20T03:51:46.743Z Downloaded target-spec v3.5.7
1702026-03-20T03:51:46.746Z Downloaded clap v4.6.0
1712026-03-20T03:51:46.750Z Downloaded zerocopy-derive v0.8.27
1722026-03-20T03:51:46.755Z Downloaded uuid v1.18.1
1732026-03-20T03:51:46.757Z Downloaded smallvec v1.15.1
1742026-03-20T03:51:46.760Z Downloaded either v1.15.0
1752026-03-20T03:51:46.760Z Downloaded bytes v1.11.1
1762026-03-20T03:51:46.763Z Downloaded adler2 v2.0.1
1772026-03-20T03:51:46.765Z Downloaded block-buffer v0.10.4
1782026-03-20T03:51:46.765Z Downloaded autocfg v1.5.0
1792026-03-20T03:51:46.768Z Downloaded usdt-impl v0.6.0
1802026-03-20T03:51:46.768Z Downloaded lazy_static v1.5.0
1812026-03-20T03:51:46.771Z Downloaded phf_shared v0.11.3
1822026-03-20T03:51:46.771Z Downloaded unicode-ident v1.0.24
1832026-03-20T03:51:46.771Z Downloaded tracing-core v0.1.36
1842026-03-20T03:51:46.774Z Downloaded typenum v1.18.0
1852026-03-20T03:51:46.776Z Downloaded target-spec-miette v0.4.5
1862026-03-20T03:51:46.779Z Downloaded thiserror-impl v2.0.18
1872026-03-20T03:51:46.779Z Downloaded guppy-workspace-hack v0.1.0
1882026-03-20T03:51:46.782Z Downloaded crypto-common v0.1.6
1892026-03-20T03:51:46.782Z Downloaded miette v7.6.0
1902026-03-20T03:51:46.785Z Downloaded clap_derive v4.6.0
1912026-03-20T03:51:46.788Z Downloaded plain v0.2.3
1922026-03-20T03:51:46.788Z Downloaded backtrace-ext v0.2.1
1932026-03-20T03:51:46.788Z Downloaded tempfile v3.20.0
1942026-03-20T03:51:46.791Z Downloaded scroll_derive v0.13.1
1952026-03-20T03:51:46.794Z Downloaded newtype-uuid v1.3.2
1962026-03-20T03:51:46.813Z Downloaded rand_core v0.9.3
1972026-03-20T03:51:46.816Z Downloaded owo-colors v4.3.0
1982026-03-20T03:51:46.816Z Downloaded colorchoice v1.0.3
1992026-03-20T03:51:46.819Z Downloaded heck v0.5.0
2002026-03-20T03:51:46.822Z Downloaded atomic v0.6.1
2012026-03-20T03:51:46.825Z Downloaded pretty-hex v0.4.1
2022026-03-20T03:51:46.827Z Downloaded pest_generator v2.8.3
2032026-03-20T03:51:46.827Z Downloaded addr2line v0.24.2
2042026-03-20T03:51:46.830Z Downloaded miette-derive v7.6.0
2052026-03-20T03:51:46.837Z Downloaded equivalent v1.0.2
2062026-03-20T03:51:46.840Z Downloaded fnv v1.0.7
2072026-03-20T03:51:46.842Z Downloaded scroll v0.13.0
2082026-03-20T03:51:46.843Z Downloaded rustc-demangle v0.1.25
2092026-03-20T03:51:46.845Z Downloaded unicode-width v0.1.14
2102026-03-20T03:51:46.848Z Downloaded rand_xorshift v0.4.0
2112026-03-20T03:51:46.851Z Downloaded tracing-subscriber v0.3.23
2122026-03-20T03:51:46.855Z Downloaded quick-error v1.2.3
2132026-03-20T03:51:46.857Z Downloaded include_dir v0.7.4
2142026-03-20T03:51:46.857Z Downloaded dtrace-parser v0.3.0
2152026-03-20T03:51:46.857Z Downloaded sha2 v0.10.9
2162026-03-20T03:51:46.860Z Downloaded zerocopy v0.8.27
2172026-03-20T03:51:46.874Z Downloaded rusty-fork v0.3.0
2182026-03-20T03:51:46.877Z Downloaded unicode-width v0.2.2
2192026-03-20T03:51:46.880Z Downloaded itoa v1.0.17
2202026-03-20T03:51:46.883Z Downloaded syn v2.0.117
2212026-03-20T03:51:46.888Z Downloaded pin-project-lite v0.2.17
2222026-03-20T03:51:46.892Z Downloaded digest v0.10.7
2232026-03-20T03:51:46.894Z Downloaded anstyle v1.0.13
2242026-03-20T03:51:46.895Z Downloaded clap_lex v1.0.0
2252026-03-20T03:51:46.897Z Downloaded cfg-if v1.0.4
2262026-03-20T03:51:46.897Z Downloaded bitflags v2.11.0
2272026-03-20T03:51:46.900Z Downloaded tracing v0.1.44
2282026-03-20T03:51:46.912Z Downloaded rand_chacha v0.9.0
2292026-03-20T03:51:46.916Z Downloaded rand v0.9.2
2302026-03-20T03:51:46.916Z Downloaded pest_derive v2.8.3
2312026-03-20T03:51:46.919Z Downloaded proc-macro2 v1.0.106
2322026-03-20T03:51:46.921Z Downloaded num-traits v0.2.19
2332026-03-20T03:51:46.922Z Downloaded quote v1.0.45
2342026-03-20T03:51:46.927Z Downloaded mio v1.0.4
2352026-03-20T03:51:46.931Z Downloaded sharded-slab v0.1.7
2362026-03-20T03:51:46.933Z Downloaded tokio v1.50.0
2372026-03-20T03:51:46.961Z Downloaded pulldown-cmark v0.13.1
2382026-03-20T03:51:46.964Z Downloaded getrandom v0.3.3
2392026-03-20T03:51:46.967Z Downloaded camino v1.2.2
2402026-03-20T03:51:46.970Z Downloaded pest v2.8.3
2412026-03-20T03:51:46.972Z Downloaded serde_derive v1.0.228
2422026-03-20T03:51:46.975Z Downloaded once_cell v1.21.3
2432026-03-20T03:51:46.975Z Downloaded pest_meta v2.8.3
2442026-03-20T03:51:46.982Z Downloaded indexmap v2.13.0
2452026-03-20T03:51:46.985Z Downloaded memchr v2.7.6
2462026-03-20T03:51:46.988Z Downloaded hashbrown v0.15.5
2472026-03-20T03:51:46.992Z Downloaded backtrace v0.3.75
2482026-03-20T03:51:46.998Z Downloaded borsh v1.5.7
2492026-03-20T03:51:47.002Z Downloaded serde v1.0.228
2502026-03-20T03:51:47.005Z Downloaded miniz_oxide v0.8.9
2512026-03-20T03:51:47.050Z Downloaded aho-corasick v1.1.4
2522026-03-20T03:51:47.054Z Downloaded serde_json v1.0.149
2532026-03-20T03:51:47.059Z Downloaded clap_builder v4.6.0
2542026-03-20T03:51:47.063Z Downloaded object v0.36.7
2552026-03-20T03:51:47.071Z Downloaded proptest v1.10.0
2562026-03-20T03:51:47.112Z Downloaded goblin v0.10.3
2572026-03-20T03:51:47.120Z Downloaded gimli v0.31.1
2582026-03-20T03:51:47.147Z Downloaded regex-syntax v0.8.10
2592026-03-20T03:51:47.177Z Downloaded rustix v1.0.7
2602026-03-20T03:51:47.220Z Downloaded regex-automata v0.4.12
2612026-03-20T03:51:47.251Z Downloaded libc v0.2.183
2622026-03-20T03:51:47.273Z Downloaded petgraph v0.8.3
2632026-03-20T03:51:47.313Z Downloaded bytemuck v1.24.0
2642026-03-20T03:51:47.363Z Downloaded supports-hyperlinks v3.1.0
2652026-03-20T03:51:47.463Z Downloaded log v0.4.29
2662026-03-20T03:51:47.546Z Downloaded allocator-api2 v0.2.21
2672026-03-20T03:51:49.156Z Downloaded hashbrown v0.16.1
2682026-03-20T03:51:49.220Z Compiling proc-macro2 v1.0.106
2692026-03-20T03:51:49.220Z Compiling quote v1.0.45
2702026-03-20T03:51:49.223Z Compiling unicode-ident v1.0.24
2712026-03-20T03:51:49.223Z Compiling libc v0.2.183
2722026-03-20T03:51:49.223Z Compiling memchr v2.7.6
2732026-03-20T03:51:49.223Z Compiling cfg-if v1.0.4
2742026-03-20T03:51:49.223Z Compiling serde_core v1.0.228
2752026-03-20T03:51:49.223Z Compiling bitflags v2.11.0
2762026-03-20T03:51:49.443Z Compiling once_cell v1.21.3
2772026-03-20T03:51:49.587Z Compiling rustix v1.0.7
2782026-03-20T03:51:49.701Z Compiling serde v1.0.228
2792026-03-20T03:51:49.739Z Compiling getrandom v0.3.3
2802026-03-20T03:51:49.870Z Compiling zerocopy v0.8.27
2812026-03-20T03:51:50.123Z Compiling log v0.4.29
2822026-03-20T03:51:50.134Z Compiling zmij v1.0.18
2832026-03-20T03:51:50.166Z Compiling serde_json v1.0.149
2842026-03-20T03:51:50.329Z Compiling ucd-trie v0.1.7
2852026-03-20T03:51:50.374Z Compiling thiserror v2.0.18
2862026-03-20T03:51:50.400Z Compiling itoa v1.0.17
2872026-03-20T03:51:50.442Z Compiling object v0.36.7
2882026-03-20T03:51:50.523Z Compiling errno v0.3.12
2892026-03-20T03:51:50.775Z Compiling pest v2.8.3
2902026-03-20T03:51:50.843Z Compiling rand_core v0.9.3
2912026-03-20T03:51:50.972Z Compiling syn v2.0.117
2922026-03-20T03:51:51.034Z Compiling autocfg v1.5.0
2932026-03-20T03:51:51.080Z Compiling gimli v0.31.1
2942026-03-20T03:51:51.114Z Compiling unicode-width v0.2.2
2952026-03-20T03:51:51.219Z Compiling adler2 v2.0.1
2962026-03-20T03:51:51.373Z Compiling target-lexicon v0.13.3
2972026-03-20T03:51:51.464Z Compiling plain v0.2.3
2982026-03-20T03:51:51.493Z Compiling num-traits v0.2.19
2992026-03-20T03:51:51.584Z Compiling miniz_oxide v0.8.9
3002026-03-20T03:51:52.003Z Compiling terminal_size v0.4.3
3012026-03-20T03:51:52.171Z Compiling tracing-core v0.1.36
3022026-03-20T03:51:52.459Z Compiling pest_meta v2.8.3
3032026-03-20T03:51:52.477Z Compiling pulldown-cmark v0.13.1
3042026-03-20T03:51:52.503Z Compiling camino v1.2.2
3052026-03-20T03:51:52.713Z Compiling fastrand v2.3.0
3062026-03-20T03:51:52.892Z Compiling usdt-impl v0.6.0
3072026-03-20T03:51:52.991Z Compiling anstyle v1.0.13
3082026-03-20T03:51:53.052Z Compiling unicase v2.9.0
3092026-03-20T03:51:53.168Z Compiling utf8parse v0.2.2
3102026-03-20T03:51:53.268Z Compiling guppy-workspace-hack v0.1.0
3112026-03-20T03:51:53.293Z Compiling rustc-demangle v0.1.25
3122026-03-20T03:51:53.296Z Compiling pretty-hex v0.4.1
3132026-03-20T03:51:53.460Z Compiling addr2line v0.24.2
3142026-03-20T03:51:53.505Z Compiling owo-colors v4.3.0
3152026-03-20T03:51:53.726Z Compiling anstyle-parse v1.0.0
3162026-03-20T03:51:53.865Z Compiling tempfile v3.20.0
3172026-03-20T03:51:53.944Z Compiling wait-timeout v0.2.1
3182026-03-20T03:51:53.955Z Compiling thread-id v5.0.0
3192026-03-20T03:51:54.041Z Compiling allocator-api2 v0.2.21
3202026-03-20T03:51:54.130Z Compiling unicode-linebreak v0.1.5
3212026-03-20T03:51:54.325Z Compiling regex-syntax v0.8.10
3222026-03-20T03:51:54.325Z Compiling fnv v1.0.7
3232026-03-20T03:51:54.404Z Compiling anstyle-query v1.1.2
3242026-03-20T03:51:54.480Z Compiling is_ci v1.2.0
3252026-03-20T03:51:54.491Z Compiling siphasher v1.0.1
3262026-03-20T03:51:54.494Z Compiling smallvec v1.15.1
3272026-03-20T03:51:54.515Z Compiling quick-error v1.2.3
3282026-03-20T03:51:54.527Z Compiling byteorder v1.5.0
3292026-03-20T03:51:54.635Z Compiling pest_generator v2.8.3
3302026-03-20T03:51:54.647Z Compiling bit-vec v0.8.0
3312026-03-20T03:51:54.737Z Compiling colorchoice v1.0.3
3322026-03-20T03:51:54.775Z Compiling is_terminal_polyfill v1.70.1
3332026-03-20T03:51:54.817Z Compiling target-spec v3.5.7
3342026-03-20T03:51:54.867Z Compiling bytemuck v1.24.0
3352026-03-20T03:51:54.879Z Compiling bit-set v0.8.0
3362026-03-20T03:51:54.944Z Compiling anstream v1.0.0
3372026-03-20T03:51:55.077Z Compiling atomic v0.6.1
3382026-03-20T03:51:55.128Z Compiling backtrace v0.3.75
3392026-03-20T03:51:55.183Z Compiling cfg-expr v0.20.6
3402026-03-20T03:51:55.268Z Compiling phf_shared v0.11.3
3412026-03-20T03:51:55.371Z Compiling rusty-fork v0.3.0
3422026-03-20T03:51:55.496Z Compiling supports-color v3.0.2
3432026-03-20T03:51:55.508Z Compiling hashbrown v0.16.1
3442026-03-20T03:51:55.557Z Compiling textwrap v0.16.2
3452026-03-20T03:51:55.886Z Compiling backtrace-ext v0.2.1
3462026-03-20T03:51:56.303Z Compiling include_dir_macros v0.7.4
3472026-03-20T03:51:56.646Z Compiling rand_xorshift v0.4.0
3482026-03-20T03:51:56.670Z Compiling unarray v0.1.4
3492026-03-20T03:51:56.801Z Compiling supports-unicode v3.0.0
3502026-03-20T03:51:56.822Z Compiling equivalent v1.0.2
3512026-03-20T03:51:56.897Z Compiling unicode-width v0.1.14
3522026-03-20T03:51:56.921Z Compiling strsim v0.11.1
3532026-03-20T03:51:56.978Z Compiling heck v0.5.0
3542026-03-20T03:51:56.995Z Compiling pin-project-lite v0.2.17
3552026-03-20T03:51:57.110Z Compiling foldhash v0.1.5
3562026-03-20T03:51:57.245Z Compiling clap_lex v1.0.0
3572026-03-20T03:51:57.260Z Compiling lazy_static v1.5.0
3582026-03-20T03:51:57.335Z Compiling supports-hyperlinks v3.1.0
3592026-03-20T03:51:57.373Z Compiling sharded-slab v0.1.7
3602026-03-20T03:51:57.440Z Compiling clap_builder v4.6.0
3612026-03-20T03:51:57.526Z Compiling hashbrown v0.15.5
3622026-03-20T03:51:57.566Z Compiling tracing v0.1.44
3632026-03-20T03:51:57.779Z Compiling include_dir v0.7.4
3642026-03-20T03:51:57.868Z Compiling indexmap v2.13.0
3652026-03-20T03:51:57.978Z Compiling tracing-log v0.2.0
3662026-03-20T03:51:58.025Z Compiling mio v1.0.4
3672026-03-20T03:51:58.064Z Compiling signal-hook-registry v1.4.5
3682026-03-20T03:51:58.142Z Compiling serde_derive v1.0.228
3692026-03-20T03:51:58.220Z Compiling zerocopy-derive v0.8.27
3702026-03-20T03:51:58.287Z Compiling scroll_derive v0.13.1
3712026-03-20T03:51:58.582Z Compiling thiserror-impl v2.0.18
3722026-03-20T03:51:58.728Z Compiling pest_derive v2.8.3
3732026-03-20T03:51:58.728Z Compiling miette-derive v7.6.0
3742026-03-20T03:51:59.575Z Compiling scroll v0.13.0
3752026-03-20T03:51:59.626Z Compiling clap_derive v4.6.0
3762026-03-20T03:51:59.924Z Compiling goblin v0.10.3
3772026-03-20T03:52:00.496Z Compiling miette v7.6.0
3782026-03-20T03:52:00.610Z Compiling dtrace-parser v0.3.0
3792026-03-20T03:52:01.830Z Compiling tokio-macros v2.6.0
3802026-03-20T03:52:02.150Z Compiling ppv-lite86 v0.2.21
3812026-03-20T03:52:02.287Z Compiling aho-corasick v1.1.4
3822026-03-20T03:52:02.379Z Compiling thread_local v1.1.8
3832026-03-20T03:52:02.591Z Compiling rand_chacha v0.9.0
3842026-03-20T03:52:02.737Z Compiling uuid v1.18.1
3852026-03-20T03:52:02.740Z Compiling bytes v1.11.1
3862026-03-20T03:52:02.993Z Compiling rand v0.9.2
3872026-03-20T03:52:03.168Z Compiling fixedbitset v0.5.7
3882026-03-20T03:52:03.340Z Compiling target-spec-miette v0.4.5
3892026-03-20T03:52:03.601Z Compiling petgraph v0.8.3
3902026-03-20T03:52:03.613Z Compiling regex-automata v0.4.12
3912026-03-20T03:52:03.625Z Compiling tokio v1.50.0
3922026-03-20T03:52:03.825Z Compiling dof v0.4.0
3932026-03-20T03:52:04.022Z Compiling proptest v1.10.0
3942026-03-20T03:52:05.382Z Compiling tracing-subscriber v0.3.23
3952026-03-20T03:52:05.536Z Compiling clap v4.6.0
3962026-03-20T03:52:05.629Z Compiling either v1.15.0
3972026-03-20T03:52:05.892Z Compiling smol_str v0.3.2
3982026-03-20T03:52:06.485Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3992026-03-20T03:52:06.819Z Compiling newtype-uuid v1.3.2
4002026-03-20T03:52:08.638Z Compiling nextest-metadata v0.14.0 (/work/nextest-rs/nextest/nextest-metadata)
4012026-03-20T03:52:10.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.89s
4022026-03-20T03:52:10.352Z
4032026-03-20T03:52:10.355Zreal 26.069797774
4042026-03-20T03:52:10.355Zuser 2:07.943891208
4052026-03-20T03:52:10.355Zsys 19.940607874
4062026-03-20T03:52:10.355Ztrap 0.078892753
4072026-03-20T03:52:10.355Ztflt 0.129810274
4082026-03-20T03:52:10.355Zdflt 0.158810395
4092026-03-20T03:52:10.355Zkflt 0.002623994
4102026-03-20T03:52:10.355Zlock 7:25.092352941
4112026-03-20T03:52:10.355Zslp 5:41.042502868
4122026-03-20T03:52:10.355Zlat 10.617649758
4132026-03-20T03:52:10.355Zstop 22.325907360
4142026-03-20T03:52:10.356Z+ banner no-update
4152026-03-20T03:52:10.356Z
4162026-03-20T03:52:10.356Z # # #### # # ##### ##### ## ##### ######
4172026-03-20T03:52:10.356Z ## # # # # # # # # # # # # #
4182026-03-20T03:52:10.356Z # # # # # ##### # # # # # # # # # #####
4192026-03-20T03:52:10.356Z # # # # # # # ##### # # ###### # #
4202026-03-20T03:52:10.356Z # ## # # # # # # # # # # #
4212026-03-20T03:52:10.356Z # # #### #### # ##### # # # ######
4222026-03-20T03:52:10.356Z
4232026-03-20T03:52:10.356Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
4242026-03-20T03:52:10.489Z Downloading crates ...
4252026-03-20T03:52:10.608Z Downloaded phf_macros v0.11.3
4262026-03-20T03:52:10.611Z Downloaded console v0.16.3
4272026-03-20T03:52:10.611Z Downloaded globset v0.4.18
4282026-03-20T03:52:10.614Z Downloaded duct v1.1.1
4292026-03-20T03:52:10.614Z Downloaded shared_child v1.1.1
4302026-03-20T03:52:10.617Z Downloaded pathdiff v0.2.3
4312026-03-20T03:52:10.617Z Downloaded option-ext v0.2.0
4322026-03-20T03:52:10.619Z Downloaded swrite v0.1.0
4332026-03-20T03:52:10.622Z Downloaded indicatif v0.18.4
4342026-03-20T03:52:10.640Z Downloaded future-queue v0.4.0
4352026-03-20T03:52:10.665Z Downloaded bstr v1.12.1
4362026-03-20T03:52:10.693Z Downloaded humantime v2.3.0
4372026-03-20T03:52:10.698Z Downloaded futures-macro v0.3.32
4382026-03-20T03:52:10.707Z Downloaded indenter v0.3.4
4392026-03-20T03:52:10.710Z Downloaded nom v7.1.3
4402026-03-20T03:52:10.713Z Downloaded document-features v0.2.11
4412026-03-20T03:52:10.715Z Downloaded enable-ansi-support v0.3.1
4422026-03-20T03:52:10.718Z Downloaded termios v0.3.3
4432026-03-20T03:52:10.721Z Downloaded atomicwrites v0.4.4
4442026-03-20T03:52:10.721Z Downloaded xattr v1.5.0
4452026-03-20T03:52:10.724Z Downloaded phf_generator v0.11.3
4462026-03-20T03:52:10.726Z Downloaded shared_thread v0.2.0
4472026-03-20T03:52:10.733Z Downloaded wezterm-color-types v0.3.0
4482026-03-20T03:52:10.735Z Downloaded color-spantrace v0.3.0
4492026-03-20T03:52:10.738Z Downloaded slab v0.4.11
4502026-03-20T03:52:10.738Z Downloaded litrs v0.4.1
4512026-03-20T03:52:10.741Z Downloaded scopeguard v1.2.0
4522026-03-20T03:52:10.741Z Downloaded rand v0.8.5
4532026-03-20T03:52:10.744Z Downloaded thiserror v1.0.69
4542026-03-20T03:52:10.748Z Downloaded strip-ansi-escapes v0.2.1
4552026-03-20T03:52:10.751Z Downloaded quick-xml v0.38.4
4562026-03-20T03:52:10.756Z Downloaded zstd-safe v7.2.4
4572026-03-20T03:52:10.759Z Downloaded eyre v0.6.12
4582026-03-20T03:52:10.762Z Downloaded wezterm-dynamic-derive v0.1.1
4592026-03-20T03:52:10.762Z Downloaded toml v1.0.7+spec-1.1.0
4602026-03-20T03:52:10.764Z Downloaded sigchld v0.2.4
4612026-03-20T03:52:10.767Z Downloaded os_pipe v1.2.2
4622026-03-20T03:52:10.767Z Downloaded minimal-lexical v0.2.1
4632026-03-20T03:52:10.770Z Downloaded futures-executor v0.3.32
4642026-03-20T03:52:10.773Z Downloaded futures v0.3.32
4652026-03-20T03:52:10.776Z Downloaded wezterm-bidi v0.2.3
4662026-03-20T03:52:10.778Z Downloaded pin-project-internal v1.1.10
4672026-03-20T03:52:10.784Z Downloaded chrono v0.4.44
4682026-03-20T03:52:10.789Z Downloaded usdt-attr-macro v0.6.0
4692026-03-20T03:52:10.792Z Downloaded cc v1.2.30
4702026-03-20T03:52:10.795Z Downloaded tinyvec v1.9.0
4712026-03-20T03:52:10.797Z Downloaded foldhash v0.2.0
4722026-03-20T03:52:10.797Z Downloaded camino-tempfile v1.4.1
4732026-03-20T03:52:10.800Z Downloaded rustc-hash v2.1.1
4742026-03-20T03:52:10.800Z Downloaded lock_api v0.4.13
4752026-03-20T03:52:10.803Z Downloaded cargo_metadata v0.23.1
4762026-03-20T03:52:10.803Z Downloaded serde_path_to_error v0.1.20
4772026-03-20T03:52:10.806Z Downloaded crc32fast v1.5.0
4782026-03-20T03:52:10.809Z Downloaded vte v0.14.1
4792026-03-20T03:52:10.811Z Downloaded bitflags v1.3.2
4802026-03-20T03:52:10.821Z Downloaded derive_more-impl v2.0.1
4812026-03-20T03:52:10.832Z Downloaded num-derive v0.4.2
4822026-03-20T03:52:10.835Z Downloaded countio v0.2.19
4832026-03-20T03:52:10.841Z Downloaded phf_codegen v0.11.3
4842026-03-20T03:52:10.851Z Downloaded csscolorparser v0.6.2
4852026-03-20T03:52:10.854Z Downloaded cargo-platform v0.3.0
4862026-03-20T03:52:10.857Z Downloaded idna_adapter v1.0.0
4872026-03-20T03:52:10.859Z Downloaded futures-io v0.3.32
4882026-03-20T03:52:10.862Z Downloaded ordered-float v4.6.0
4892026-03-20T03:52:10.865Z Downloaded lru v0.16.3
4902026-03-20T03:52:10.865Z Downloaded convert_case v0.7.1
4912026-03-20T03:52:10.867Z Downloaded phf v0.11.3
4922026-03-20T03:52:10.870Z Downloaded futures-sink v0.3.32
4932026-03-20T03:52:10.873Z Downloaded debug-ignore v1.0.5
4942026-03-20T03:52:10.876Z Downloaded filetime v0.2.25
4952026-03-20T03:52:10.879Z Downloaded locked-tripwire v0.1.0
4962026-03-20T03:52:10.879Z Downloaded futures-core v0.3.32
4972026-03-20T03:52:10.882Z Downloaded memoffset v0.9.1
4982026-03-20T03:52:10.882Z Downloaded hex v0.4.3
4992026-03-20T03:52:10.884Z Downloaded zstd-sys v2.0.15+zstd.1.5.7
5002026-03-20T03:52:10.896Z Downloaded nested v0.1.1
5012026-03-20T03:52:10.898Z Downloaded bit-vec v0.6.3
5022026-03-20T03:52:10.901Z Downloaded filedescriptor v0.8.3
5032026-03-20T03:52:10.909Z Downloaded pkg-config v0.3.32
5042026-03-20T03:52:10.911Z Downloaded lab v0.11.0
5052026-03-20T03:52:10.917Z Downloaded memmap2 v0.9.8
5062026-03-20T03:52:10.925Z Downloaded async-scoped v0.9.0
5072026-03-20T03:52:10.928Z Downloaded mac_address v1.1.8
5082026-03-20T03:52:10.930Z Downloaded bit-set v0.5.3
5092026-03-20T03:52:10.930Z Downloaded recursion v0.5.4
5102026-03-20T03:52:10.936Z Downloaded home v0.5.12
5112026-03-20T03:52:10.939Z Downloaded futures-task v0.3.32
5122026-03-20T03:52:10.939Z Downloaded fixedbitset v0.4.2
5132026-03-20T03:52:10.939Z Downloaded etcetera v0.11.0
5142026-03-20T03:52:10.942Z Downloaded dirs v6.0.0
5152026-03-20T03:52:10.942Z Downloaded memmem v0.1.1
5162026-03-20T03:52:10.945Z Downloaded dirs-sys v0.5.0
5172026-03-20T03:52:10.945Z Downloaded bytesize v2.3.1
5182026-03-20T03:52:10.950Z Downloaded futures-channel v0.3.32
5192026-03-20T03:52:10.953Z Downloaded quick-junit v0.6.0
5202026-03-20T03:52:10.956Z Downloaded toml_datetime v1.0.1+spec-1.1.0
5212026-03-20T03:52:10.960Z Downloaded pin-project v1.1.10
5222026-03-20T03:52:10.968Z Downloaded toml_writer v1.0.7+spec-1.1.0
5232026-03-20T03:52:10.971Z Downloaded regex v1.12.3
5242026-03-20T03:52:10.974Z Downloaded wezterm-dynamic v0.2.1
5252026-03-20T03:52:10.974Z Downloaded shlex v1.3.0
5262026-03-20T03:52:10.974Z Downloaded tracing-attributes v0.1.31
5272026-03-20T03:52:10.977Z Downloaded parking_lot_core v0.9.11
5282026-03-20T03:52:10.981Z Downloaded wezterm-blob-leases v0.1.1
5292026-03-20T03:52:10.981Z Downloaded ahash v0.8.12
5302026-03-20T03:52:10.981Z Downloaded tokio-stream v0.1.18
5312026-03-20T03:52:10.985Z Downloaded vec_map v0.8.2
5322026-03-20T03:52:10.985Z Downloaded signal-hook-mio v0.2.4
5332026-03-20T03:52:10.988Z Downloaded parking_lot v0.12.4
5342026-03-20T03:52:10.988Z Downloaded eazip v0.2.3
5352026-03-20T03:52:10.991Z Downloaded derive_more v2.0.1
5362026-03-20T03:52:10.995Z Downloaded xxhash-rust v0.8.15
5372026-03-20T03:52:10.998Z Downloaded tar v0.4.44
5382026-03-20T03:52:11.001Z Downloaded usdt v0.6.0
5392026-03-20T03:52:11.001Z Downloaded serde_tokenstream v0.2.2
5402026-03-20T03:52:11.002Z Downloaded serde_ignored v0.1.14
5412026-03-20T03:52:11.005Z Downloaded unicode-segmentation v1.12.0
5422026-03-20T03:52:11.005Z Downloaded static_assertions v1.1.0
5432026-03-20T03:52:11.007Z Downloaded derive-where v1.6.1
5442026-03-20T03:52:11.010Z Downloaded iana-time-zone v0.1.63
5452026-03-20T03:52:11.010Z Downloaded jobserver v0.1.33
5462026-03-20T03:52:11.013Z Downloaded config v0.15.22
5472026-03-20T03:52:11.015Z Downloaded unicode-normalization v0.1.25
5482026-03-20T03:52:11.018Z Downloaded crossterm v0.29.0
5492026-03-20T03:52:11.022Z Downloaded euclid v0.22.11
5502026-03-20T03:52:11.026Z Downloaded flate2 v1.1.1
5512026-03-20T03:52:11.028Z Downloaded finl_unicode v1.4.0
5522026-03-20T03:52:11.032Z Downloaded base64 v0.22.1
5532026-03-20T03:52:11.035Z Downloaded fancy-regex v0.11.0
5542026-03-20T03:52:11.042Z Downloaded enum_dispatch v0.3.13
5552026-03-20T03:52:11.042Z Downloaded anyhow v1.0.98
5562026-03-20T03:52:11.046Z Downloaded rustix v0.38.44
5572026-03-20T03:52:11.063Z Downloaded portable-atomic v1.13.1
5582026-03-20T03:52:11.068Z Downloaded termwiz v0.23.3
5592026-03-20T03:52:11.077Z Downloaded itertools v0.14.0
5602026-03-20T03:52:11.082Z Downloaded guppy v0.17.25
5612026-03-20T03:52:11.087Z Downloaded futures-util v0.3.32
5622026-03-20T03:52:11.096Z Downloaded iddqd v0.3.17
5632026-03-20T03:52:11.101Z Downloaded humantime-serde v1.1.1
5642026-03-20T03:52:11.137Z Downloaded nix v0.31.2
5652026-03-20T03:52:11.146Z Downloaded nix v0.29.0
5662026-03-20T03:52:11.173Z Downloaded color-eyre v0.6.5
5672026-03-20T03:52:11.253Z Downloaded deltae v0.3.2
5682026-03-20T03:52:12.028Z Downloaded serde_spanned v1.0.4
5692026-03-20T03:52:12.031Z Downloaded toml_parser v1.0.10+spec-1.1.0
5702026-03-20T03:52:12.064Z Downloaded zstd v0.13.3
5712026-03-20T03:52:12.067Z Downloaded rand_core v0.6.4
5722026-03-20T03:52:12.081Z Downloaded sapling-streampager v0.12.0
5732026-03-20T03:52:12.084Z Downloaded unit-prefix v0.5.1
5742026-03-20T03:52:12.087Z Downloaded ron v0.12.0
5752026-03-20T03:52:12.096Z Downloaded thiserror-impl v1.0.69
5762026-03-20T03:52:12.102Z Downloaded terminfo v0.9.0
5772026-03-20T03:52:12.123Z Downloaded typeid v1.0.3
5782026-03-20T03:52:12.147Z Downloaded vtparse v0.6.2
5792026-03-20T03:52:12.150Z Downloaded shell-words v1.1.1
5802026-03-20T03:52:12.155Z Downloaded semver v1.0.27
5812026-03-20T03:52:12.158Z Downloaded usdt-macro v0.6.0
5822026-03-20T03:52:12.158Z Downloaded signal-hook v0.3.18
5832026-03-20T03:52:12.180Z Downloaded syn v1.0.109
5842026-03-20T03:52:12.188Z Downloaded winnow v1.0.0
5852026-03-20T03:52:12.194Z Downloaded tracing-error v0.2.1
5862026-03-20T03:52:12.197Z Downloaded toml_edit v0.25.5+spec-1.1.0
5872026-03-20T03:52:12.232Z Downloaded tinyvec_macros v0.1.1
5882026-03-20T03:52:12.236Z Downloaded wezterm-input-types v0.1.0
5892026-03-20T03:52:12.307Z Compiling version_check v0.9.5
5902026-03-20T03:52:12.310Z Compiling rand_core v0.6.4
5912026-03-20T03:52:12.366Z Compiling tracing-attributes v0.1.31
5922026-03-20T03:52:12.369Z Compiling thiserror v1.0.69
5932026-03-20T03:52:12.374Z Compiling cfg_aliases v0.2.1
5942026-03-20T03:52:12.377Z Compiling typenum v1.18.0
5952026-03-20T03:52:12.382Z Compiling thiserror-impl v1.0.69
5962026-03-20T03:52:12.385Z Compiling signal-hook v0.3.18
5972026-03-20T03:52:12.433Z Compiling syn v1.0.109
5982026-03-20T03:52:12.540Z Compiling rand v0.8.5
5992026-03-20T03:52:12.629Z Compiling jobserver v0.1.33
6002026-03-20T03:52:12.693Z Compiling generic-array v0.14.7
6012026-03-20T03:52:12.848Z Compiling shlex v1.3.0
6022026-03-20T03:52:12.947Z Compiling futures-core v0.3.32
6032026-03-20T03:52:13.033Z Compiling cc v1.2.30
6042026-03-20T03:52:13.069Z Compiling phf_generator v0.11.3
6052026-03-20T03:52:13.130Z Compiling memoffset v0.9.1
6062026-03-20T03:52:13.287Z Compiling pkg-config v0.3.32
6072026-03-20T03:52:13.504Z Compiling phf_macros v0.11.3
6082026-03-20T03:52:13.702Z Compiling nix v0.29.0
6092026-03-20T03:52:13.881Z Compiling ordered-float v4.6.0
6102026-03-20T03:52:14.145Z Compiling futures-sink v0.3.32
6112026-03-20T03:52:14.162Z Compiling tracing v0.1.44
6122026-03-20T03:52:14.178Z Compiling unicode-segmentation v1.12.0
6132026-03-20T03:52:14.202Z Compiling crypto-common v0.1.6
6142026-03-20T03:52:14.256Z Compiling futures-channel v0.3.32
6152026-03-20T03:52:14.337Z Compiling block-buffer v0.10.4
6162026-03-20T03:52:14.433Z Compiling tokio v1.50.0
6172026-03-20T03:52:14.499Z Compiling phf_codegen v0.11.3
6182026-03-20T03:52:14.518Z Compiling futures-macro v0.3.32
6192026-03-20T03:52:14.608Z Compiling winnow v1.0.0
6202026-03-20T03:52:14.647Z Compiling slab v0.4.11
6212026-03-20T03:52:14.688Z Compiling phf v0.11.3
6222026-03-20T03:52:14.735Z Compiling futures-task v0.3.32
6232026-03-20T03:52:14.859Z Compiling futures-io v0.3.32
6242026-03-20T03:52:14.884Z Compiling terminfo v0.9.0
6252026-03-20T03:52:14.938Z Compiling zstd-sys v2.0.15+zstd.1.5.7
6262026-03-20T03:52:14.938Z Compiling digest v0.10.7
6272026-03-20T03:52:15.178Z Compiling ahash v0.8.12
6282026-03-20T03:52:15.456Z Compiling regex v1.12.3
6292026-03-20T03:52:15.527Z Compiling lock_api v0.4.13
6302026-03-20T03:52:15.788Z Compiling lab v0.11.0
6312026-03-20T03:52:15.798Z Compiling futures-util v0.3.32
6322026-03-20T03:52:15.984Z Compiling anyhow v1.0.98
6332026-03-20T03:52:16.083Z Compiling parking_lot_core v0.9.11
6342026-03-20T03:52:16.116Z Compiling scopeguard v1.2.0
6352026-03-20T03:52:16.139Z Compiling wezterm-dynamic-derive v0.1.1
6362026-03-20T03:52:16.231Z Compiling crc32fast v1.5.0
6372026-03-20T03:52:16.360Z Compiling zstd-safe v7.2.4
6382026-03-20T03:52:16.383Z Compiling bit-vec v0.6.3
6392026-03-20T03:52:16.564Z Compiling minimal-lexical v0.2.1
6402026-03-20T03:52:16.621Z Compiling cpufeatures v0.2.17
6412026-03-20T03:52:16.634Z Compiling bit-set v0.5.3
6422026-03-20T03:52:16.694Z Compiling sha2 v0.10.9
6432026-03-20T03:52:16.813Z Compiling nom v7.1.3
6442026-03-20T03:52:16.914Z Compiling mac_address v1.1.8
6452026-03-20T03:52:17.173Z Compiling wezterm-dynamic v0.2.1
6462026-03-20T03:52:17.182Z Compiling csscolorparser v0.6.2
6472026-03-20T03:52:17.202Z Compiling toml_parser v1.0.10+spec-1.1.0
6482026-03-20T03:52:17.563Z Compiling convert_case v0.7.1
6492026-03-20T03:52:17.618Z Compiling pathdiff v0.2.3
6502026-03-20T03:52:17.729Z Compiling euclid v0.22.11
6512026-03-20T03:52:17.958Z Compiling cargo-platform v0.3.0
6522026-03-20T03:52:18.062Z Compiling serde_tokenstream v0.2.2
6532026-03-20T03:52:18.098Z Compiling os_pipe v1.2.2
6542026-03-20T03:52:18.296Z Compiling semver v1.0.27
6552026-03-20T03:52:18.304Z Compiling serde_spanned v1.0.4
6562026-03-20T03:52:18.393Z Compiling toml_datetime v1.0.1+spec-1.1.0
6572026-03-20T03:52:18.463Z Compiling toml_writer v1.0.7+spec-1.1.0
6582026-03-20T03:52:18.532Z Compiling bitflags v1.3.2
6592026-03-20T03:52:18.608Z Compiling rustix v0.38.44
6602026-03-20T03:52:18.634Z Compiling debug-ignore v1.0.5
6612026-03-20T03:52:18.723Z Compiling portable-atomic v1.13.1
6622026-03-20T03:52:18.733Z Compiling option-ext v0.2.0
6632026-03-20T03:52:18.743Z Compiling deltae v0.3.2
6642026-03-20T03:52:18.784Z Compiling futures-executor v0.3.32
6652026-03-20T03:52:18.823Z Compiling dirs-sys v0.5.0
6662026-03-20T03:52:18.937Z Compiling wezterm-input-types v0.1.0
6672026-03-20T03:52:19.121Z Compiling wezterm-color-types v0.3.0
6682026-03-20T03:52:19.132Z Compiling cargo_metadata v0.23.1
6692026-03-20T03:52:19.209Z Compiling sigchld v0.2.4
6702026-03-20T03:52:19.322Z Compiling derive_more-impl v2.0.1
6712026-03-20T03:52:19.643Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6722026-03-20T03:52:19.690Z Compiling wezterm-bidi v0.2.3
6732026-03-20T03:52:20.462Z Compiling wezterm-blob-leases v0.1.1
6742026-03-20T03:52:20.620Z Compiling fancy-regex v0.11.0
6752026-03-20T03:52:20.623Z Compiling itertools v0.14.0
6762026-03-20T03:52:20.726Z Compiling filedescriptor v0.8.3
6772026-03-20T03:52:20.812Z Compiling nix v0.31.2
6782026-03-20T03:52:20.978Z Compiling vtparse v0.6.2
6792026-03-20T03:52:21.275Z Compiling pin-project-internal v1.1.10
6802026-03-20T03:52:21.336Z Compiling num-derive v0.4.2
6812026-03-20T03:52:21.360Z Compiling termios v0.3.3
6822026-03-20T03:52:21.523Z Compiling memmap2 v0.9.8
6832026-03-20T03:52:21.793Z Compiling bstr v1.12.1
6842026-03-20T03:52:21.828Z Compiling vte v0.14.1
6852026-03-20T03:52:22.055Z Compiling eyre v0.6.12
6862026-03-20T03:52:22.270Z Compiling litrs v0.4.1
6872026-03-20T03:52:22.427Z Compiling tinyvec_macros v0.1.1
6882026-03-20T03:52:22.435Z Compiling finl_unicode v1.4.0
6892026-03-20T03:52:22.500Z Compiling base64 v0.22.1
6902026-03-20T03:52:22.722Z Compiling iana-time-zone v0.1.63
6912026-03-20T03:52:22.784Z Compiling hex v0.4.3
6922026-03-20T03:52:22.798Z Compiling color-spantrace v0.3.0
6932026-03-20T03:52:22.838Z Compiling fixedbitset v0.4.2
6942026-03-20T03:52:22.889Z Compiling memmem v0.1.1
6952026-03-20T03:52:22.925Z Compiling nested v0.1.1
6962026-03-20T03:52:22.987Z Compiling static_assertions v1.1.0
6972026-03-20T03:52:23.045Z Compiling guppy v0.17.25
6982026-03-20T03:52:23.059Z Compiling termwiz v0.23.3
6992026-03-20T03:52:23.103Z Compiling pin-project v1.1.10
7002026-03-20T03:52:23.106Z Compiling document-features v0.2.11
7012026-03-20T03:52:23.106Z Compiling chrono v0.4.44
7022026-03-20T03:52:23.194Z Compiling tinyvec v1.9.0
7032026-03-20T03:52:23.517Z Compiling globset v0.4.18
7042026-03-20T03:52:23.612Z Compiling strip-ansi-escapes v0.2.1
7052026-03-20T03:52:23.801Z Compiling nextest-metadata v0.14.0 (/work/nextest-rs/nextest/nextest-metadata)
7062026-03-20T03:52:23.863Z Compiling flate2 v1.1.1
7072026-03-20T03:52:24.026Z Compiling derive_more v2.0.1
7082026-03-20T03:52:24.104Z Compiling parking_lot v0.12.4
7092026-03-20T03:52:24.630Z Compiling shared_child v1.1.1
7102026-03-20T03:52:24.900Z Compiling dirs v6.0.0
7112026-03-20T03:52:25.034Z Compiling futures v0.3.32
7122026-03-20T03:52:25.119Z Compiling toml v1.0.7+spec-1.1.0
7132026-03-20T03:52:25.155Z Compiling usdt-macro v0.6.0
7142026-03-20T03:52:25.266Z Compiling usdt-attr-macro v0.6.0
7152026-03-20T03:52:25.823Z Compiling tracing-error v0.2.1
7162026-03-20T03:52:26.063Z Compiling signal-hook-mio v0.2.4
7172026-03-20T03:52:26.192Z Compiling console v0.16.3
7182026-03-20T03:52:26.631Z Compiling enum_dispatch v0.3.13
7192026-03-20T03:52:26.816Z Compiling filetime v0.2.25
7202026-03-20T03:52:27.006Z Compiling quick-xml v0.38.4
7212026-03-20T03:52:27.029Z Compiling foldhash v0.2.0
7222026-03-20T03:52:27.041Z Compiling lru v0.16.3
7232026-03-20T03:52:27.126Z Compiling indenter v0.3.4
7242026-03-20T03:52:27.248Z Compiling xattr v1.5.0
7252026-03-20T03:52:27.251Z Compiling unit-prefix v0.5.1
7262026-03-20T03:52:27.328Z Compiling shared_thread v0.2.0
7272026-03-20T03:52:27.440Z Compiling rustc-hash v2.1.1
7282026-03-20T03:52:27.450Z Compiling humantime v2.3.0
7292026-03-20T03:52:27.465Z Compiling recursion v0.5.4
7302026-03-20T03:52:27.574Z Compiling vec_map v0.8.2
7312026-03-20T03:52:27.597Z Compiling nextest-filtering v0.19.0 (/work/nextest-rs/nextest/nextest-filtering)
7322026-03-20T03:52:27.688Z Compiling zstd v0.13.3
7332026-03-20T03:52:27.766Z Compiling quick-junit v0.6.0
7342026-03-20T03:52:27.798Z Compiling humantime-serde v1.1.1
7352026-03-20T03:52:27.961Z Compiling eazip v0.2.3
7362026-03-20T03:52:28.034Z Compiling sapling-streampager v0.12.0
7372026-03-20T03:52:28.051Z Compiling iddqd v0.3.17
7382026-03-20T03:52:28.176Z Compiling duct v1.1.1
7392026-03-20T03:52:28.471Z Compiling tar v0.4.44
7402026-03-20T03:52:28.908Z Compiling indicatif v0.18.4
7412026-03-20T03:52:29.138Z Compiling usdt v0.6.0
7422026-03-20T03:52:29.293Z Compiling crossterm v0.29.0
7432026-03-20T03:52:29.536Z Compiling config v0.15.22
7442026-03-20T03:52:29.902Z Compiling atomicwrites v0.4.4
7452026-03-20T03:52:29.917Z Compiling async-scoped v0.9.0
7462026-03-20T03:52:29.992Z Compiling unicode-normalization v0.1.25
7472026-03-20T03:52:30.139Z Compiling tokio-stream v0.1.18
7482026-03-20T03:52:30.340Z Compiling future-queue v0.4.0
7492026-03-20T03:52:30.609Z Compiling toml_edit v0.25.5+spec-1.1.0
7502026-03-20T03:52:30.626Z Compiling camino-tempfile v1.4.1
7512026-03-20T03:52:30.712Z Compiling cargo-nextest v0.9.131 (/work/nextest-rs/nextest/cargo-nextest)
7522026-03-20T03:52:30.878Z Compiling serde_path_to_error v0.1.20
7532026-03-20T03:52:30.927Z Compiling derive-where v1.6.1
7542026-03-20T03:52:31.150Z Compiling serde_ignored v0.1.14
7552026-03-20T03:52:31.167Z Compiling bytesize v2.3.1
7562026-03-20T03:52:31.193Z Compiling etcetera v0.11.0
7572026-03-20T03:52:31.341Z Compiling swrite v0.1.0
7582026-03-20T03:52:31.391Z Compiling countio v0.2.19
7592026-03-20T03:52:31.437Z Compiling shell-words v1.1.1
7602026-03-20T03:52:31.469Z Compiling home v0.5.12
7612026-03-20T03:52:31.490Z Compiling xxhash-rust v0.8.15
7622026-03-20T03:52:31.505Z Compiling color-eyre v0.6.5
7632026-03-20T03:52:31.521Z Compiling idna_adapter v1.0.0
7642026-03-20T03:52:31.566Z Compiling enable-ansi-support v0.3.1
7652026-03-20T03:52:31.616Z Compiling locked-tripwire v0.1.0
7662026-03-20T03:52:32.360Z Compiling nextest-runner v0.112.0 (/work/nextest-rs/nextest/nextest-runner)
7672026-03-20T03:53:07.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.49s
7682026-03-20T03:53:07.947Z
7692026-03-20T03:53:07.950Zreal 57.561220679
7702026-03-20T03:53:07.950Zuser 3:08.941402364
7712026-03-20T03:53:07.950Zsys 27.134522588
7722026-03-20T03:53:07.950Ztrap 0.107195920
7732026-03-20T03:53:07.950Ztflt 0.219646876
7742026-03-20T03:53:07.950Zdflt 0.166592805
7752026-03-20T03:53:07.950Zkflt 0.002446996
7762026-03-20T03:53:07.950Zlock 10:55.563041961
7772026-03-20T03:53:07.950Zslp 8:41.727764958
7782026-03-20T03:53:07.950Zlat 8.065842840
7792026-03-20T03:53:07.950Zstop 16.838683405
7802026-03-20T03:53:07.950Z+ banner nextest
7812026-03-20T03:53:07.950Z
7822026-03-20T03:53:07.950Z # # ###### # # ##### ###### #### #####
7832026-03-20T03:53:07.950Z ## # # # # # # # #
7842026-03-20T03:53:07.950Z # # # ##### ## # ##### #### #
7852026-03-20T03:53:07.950Z # # # # ## # # # #
7862026-03-20T03:53:07.950Z # ## # # # # # # # #
7872026-03-20T03:53:07.950Z # # ###### # # # ###### #### #
7882026-03-20T03:53:07.950Z
7892026-03-20T03:53:07.950Z+ ptime -m cargo build --package cargo-nextest
7902026-03-20T03:53:08.089Z Downloading crates ...
7912026-03-20T03:53:08.211Z Downloaded const-oid v0.9.6
7922026-03-20T03:53:08.214Z Downloaded time-macros v0.2.27
7932026-03-20T03:53:08.217Z Downloaded socks v0.3.4
7942026-03-20T03:53:08.217Z Downloaded form_urlencoded v1.2.2
7952026-03-20T03:53:08.222Z Downloaded rustls-pki-types v1.12.0
7962026-03-20T03:53:08.262Z Downloaded openssl-probe v0.1.6
7972026-03-20T03:53:08.269Z Downloaded curve25519-dalek-derive v0.1.1
7982026-03-20T03:53:08.273Z Downloaded percent-encoding v2.3.2
7992026-03-20T03:53:08.276Z Downloaded mukti-metadata v0.3.0
8002026-03-20T03:53:08.276Z Downloaded foreign-types v0.3.2
8012026-03-20T03:53:08.276Z Downloaded untrusted v0.9.0
8022026-03-20T03:53:08.278Z Downloaded openssl-macros v0.1.1
8032026-03-20T03:53:08.278Z Downloaded foreign-types-shared v0.1.1
8042026-03-20T03:53:08.291Z Downloaded urlencoding v2.1.3
8052026-03-20T03:53:08.295Z Downloaded utf-8 v0.7.6
8062026-03-20T03:53:08.298Z Downloaded time-core v0.1.8
8072026-03-20T03:53:08.301Z Downloaded signature v2.2.0
8082026-03-20T03:53:08.308Z Downloaded fs_extra v1.3.0
8092026-03-20T03:53:08.316Z Downloaded num-conv v0.2.0
8102026-03-20T03:53:08.319Z Downloaded dunce v1.0.5
8112026-03-20T03:53:08.319Z Downloaded utf8_iter v1.0.4
8122026-03-20T03:53:08.322Z Downloaded subtle v2.6.1
8132026-03-20T03:53:08.325Z Downloaded zipsign-api v0.1.5
8142026-03-20T03:53:08.329Z Downloaded pem-rfc7468 v0.7.0
8152026-03-20T03:53:08.329Z Downloaded spki v0.7.3
8162026-03-20T03:53:08.332Z Downloaded self-replace v1.5.0
8172026-03-20T03:53:08.332Z Downloaded pkcs8 v0.10.2
8182026-03-20T03:53:08.332Z Downloaded cmake v0.1.54
8192026-03-20T03:53:08.335Z Downloaded rustc_version v0.4.1
8202026-03-20T03:53:08.338Z Downloaded httparse v1.10.1
8212026-03-20T03:53:08.341Z Downloaded deranged v0.5.8
8222026-03-20T03:53:08.343Z Downloaded ed25519 v2.2.3
8232026-03-20T03:53:08.350Z Downloaded powerfmt v0.2.0
8242026-03-20T03:53:08.353Z Downloaded native-tls v0.2.14
8252026-03-20T03:53:08.356Z Downloaded zeroize v1.8.1
8262026-03-20T03:53:08.356Z Downloaded dialoguer v0.12.0
8272026-03-20T03:53:08.358Z Downloaded base64ct v1.7.3
8282026-03-20T03:53:08.361Z Downloaded cookie_store v0.22.1
8292026-03-20T03:53:08.366Z Downloaded getrandom v0.2.16
8302026-03-20T03:53:08.400Z Downloaded cookie v0.18.1
8312026-03-20T03:53:08.404Z Downloaded ureq-proto v0.5.3
8322026-03-20T03:53:08.408Z Downloaded openssl-sys v0.9.109
8332026-03-20T03:53:08.412Z Downloaded self_update v0.43.1
8342026-03-20T03:53:08.429Z Downloaded rustls-webpki v0.103.9
8352026-03-20T03:53:08.435Z Downloaded der v0.7.10
8362026-03-20T03:53:08.438Z Downloaded ed25519-dalek v2.1.1
8372026-03-20T03:53:08.443Z Downloaded url v2.5.7
8382026-03-20T03:53:08.464Z Downloaded http v1.4.0
8392026-03-20T03:53:08.482Z Downloaded ureq v3.2.0
8402026-03-20T03:53:08.499Z Downloaded idna v1.1.0
8412026-03-20T03:53:08.513Z Downloaded webpki-root-certs v1.0.6
8422026-03-20T03:53:08.516Z Downloaded aws-lc-rs v1.16.1
8432026-03-20T03:53:08.535Z Downloaded openssl v0.10.73
8442026-03-20T03:53:08.542Z Downloaded vcpkg v0.2.15
8452026-03-20T03:53:08.571Z Downloaded time v0.3.47
8462026-03-20T03:53:08.580Z Downloaded webpki-roots v1.0.0
8472026-03-20T03:53:08.590Z Downloaded curve25519-dalek v4.1.3
8482026-03-20T03:53:08.613Z Downloaded rustls v0.23.37
8492026-03-20T03:53:08.819Z Downloaded encoding_rs v0.8.35
8502026-03-20T03:53:08.837Z Downloaded ring v0.17.14
8512026-03-20T03:53:09.375Z Downloaded aws-lc-sys v0.38.0
8522026-03-20T03:53:09.608Z Compiling cmake v0.1.54
8532026-03-20T03:53:09.674Z Compiling dunce v1.0.5
8542026-03-20T03:53:09.679Z Compiling fs_extra v1.3.0
8552026-03-20T03:53:09.687Z Compiling zeroize v1.8.1
8562026-03-20T03:53:09.695Z Compiling aws-lc-rs v1.16.1
8572026-03-20T03:53:09.708Z Compiling httparse v1.10.1
8582026-03-20T03:53:09.722Z Compiling rustls v0.23.37
8592026-03-20T03:53:09.732Z Compiling untrusted v0.9.0
8602026-03-20T03:53:09.762Z Compiling http v1.4.0
8612026-03-20T03:53:09.865Z Compiling rustls-pki-types v1.12.0
8622026-03-20T03:53:09.886Z Compiling subtle v2.6.1
8632026-03-20T03:53:09.967Z Compiling socks v0.3.4
8642026-03-20T03:53:09.979Z Compiling encoding_rs v0.8.35
8652026-03-20T03:53:10.052Z Compiling percent-encoding v2.3.2
8662026-03-20T03:53:10.066Z Compiling utf-8 v0.7.6
8672026-03-20T03:53:10.092Z Compiling aws-lc-sys v0.38.0
8682026-03-20T03:53:10.270Z Compiling webpki-roots v1.0.0
8692026-03-20T03:53:10.288Z Compiling self_update v0.43.1
8702026-03-20T03:53:10.356Z Compiling self-replace v1.5.0
8712026-03-20T03:53:10.404Z Compiling urlencoding v2.1.3
8722026-03-20T03:53:10.506Z Compiling mukti-metadata v0.3.0
8732026-03-20T03:53:10.509Z Compiling cargo-nextest v0.9.131 (/work/nextest-rs/nextest/cargo-nextest)
8742026-03-20T03:53:10.543Z Compiling dialoguer v0.12.0
8752026-03-20T03:53:10.639Z Compiling ureq-proto v0.5.3
8762026-03-20T03:53:19.325Z Compiling rustls-webpki v0.103.9
8772026-03-20T03:53:23.173Z Compiling ureq v3.2.0
8782026-03-20T03:53:24.844Z Compiling nextest-runner v0.112.0 (/work/nextest-rs/nextest/nextest-runner)
8792026-03-20T03:54:03.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.06s
8802026-03-20T03:54:03.122Z
8812026-03-20T03:54:03.122Zreal 55.137322947
8822026-03-20T03:54:03.125Zuser 1:53.045883818
8832026-03-20T03:54:03.125Zsys 14.073505305
8842026-03-20T03:54:03.125Ztrap 0.037473877
8852026-03-20T03:54:03.125Ztflt 0.043514807
8862026-03-20T03:54:03.125Zdflt 0.160805573
8872026-03-20T03:54:03.125Zkflt 0.000128821
8882026-03-20T03:54:03.125Zlock 5:08.609167719
8892026-03-20T03:54:03.125Zslp 3:43.588922576
8902026-03-20T03:54:03.125Zlat 2.483139569
8912026-03-20T03:54:03.125Zstop 2.667578855
8922026-03-20T03:54:03.125Z+ banner all targets
8932026-03-20T03:54:03.125Z
8942026-03-20T03:54:03.126Z ## # #
8952026-03-20T03:54:03.126Z # # # #
8962026-03-20T03:54:03.126Z # # # #
8972026-03-20T03:54:03.126Z ###### # #
8982026-03-20T03:54:03.126Z # # # #
8992026-03-20T03:54:03.126Z # # ###### ######
9002026-03-20T03:54:03.126Z
9012026-03-20T03:54:03.126Z
9022026-03-20T03:54:03.126Z ##### ## ##### #### ###### ##### ####
9032026-03-20T03:54:03.126Z # # # # # # # # # #
9042026-03-20T03:54:03.126Z # # # # # # ##### # ####
9052026-03-20T03:54:03.126Z # ###### ##### # ### # # #
9062026-03-20T03:54:03.126Z # # # # # # # # # # #
9072026-03-20T03:54:03.126Z # # # # # #### ###### # ####
9082026-03-20T03:54:03.126Z
9092026-03-20T03:54:03.126Z+ ptime -m cargo build --all-targets
9102026-03-20T03:54:03.272Z Downloading crates ...
9112026-03-20T03:54:03.406Z Downloaded derive-ex v0.1.8
9122026-03-20T03:54:03.409Z Downloaded maplit v1.0.2
9132026-03-20T03:54:03.411Z Downloaded structmeta v0.3.0
9142026-03-20T03:54:03.415Z Downloaded rustversion v1.0.22
9152026-03-20T03:54:03.419Z Downloaded structmeta-derive v0.3.0
9162026-03-20T03:54:03.419Z Downloaded test-case v3.3.1
9172026-03-20T03:54:03.419Z Downloaded escape8259 v0.5.3
9182026-03-20T03:54:03.428Z Downloaded libtest-mimic v0.8.2
9192026-03-20T03:54:03.430Z Downloaded fs-err v3.3.0
9202026-03-20T03:54:03.433Z Downloaded test-case-core v3.3.1
9212026-03-20T03:54:03.433Z Downloaded walkdir v2.5.0
9222026-03-20T03:54:03.441Z Downloaded indoc v2.0.7
9232026-03-20T03:54:03.444Z Downloaded diff v0.1.13
9242026-03-20T03:54:03.448Z Downloaded crossbeam-deque v0.8.6
9252026-03-20T03:54:03.451Z Downloaded ignore v0.4.23
9262026-03-20T03:54:03.451Z Downloaded cp_r v0.5.2
9272026-03-20T03:54:03.454Z Downloaded test-case-macros v3.3.1
9282026-03-20T03:54:03.454Z Downloaded same-file v1.0.6
9292026-03-20T03:54:03.460Z Downloaded crossbeam-epoch v0.9.18
9302026-03-20T03:54:03.470Z Downloaded similar v2.7.0
9312026-03-20T03:54:03.474Z Downloaded whoami v2.1.1
9322026-03-20T03:54:03.477Z Downloaded datatest-stable v0.3.3
9332026-03-20T03:54:03.480Z Downloaded camino-tempfile-ext v0.3.3
9342026-03-20T03:54:03.482Z Downloaded test-strategy v0.4.5
9352026-03-20T03:54:03.484Z Downloaded yansi v1.0.1
9362026-03-20T03:54:03.487Z Downloaded pretty_assertions v1.4.1
9372026-03-20T03:54:03.487Z Downloaded fancy-regex v0.14.0
9382026-03-20T03:54:03.489Z Downloaded insta v1.46.3
9392026-03-20T03:54:03.496Z Downloaded crossbeam-utils v0.8.21
9402026-03-20T03:54:03.517Z Downloaded globwalk v0.9.1
9412026-03-20T03:54:03.629Z Compiling nextest-metadata v0.14.0 (/work/nextest-rs/nextest/nextest-metadata)
9422026-03-20T03:54:03.707Z Compiling fs-err v3.3.0
9432026-03-20T03:54:03.710Z Compiling same-file v1.0.6
9442026-03-20T03:54:03.710Z Compiling crossbeam-utils v0.8.21
9452026-03-20T03:54:03.710Z Compiling whoami v2.1.1
9462026-03-20T03:54:03.710Z Compiling similar v2.7.0
9472026-03-20T03:54:03.710Z Compiling escape8259 v0.5.3
9482026-03-20T03:54:03.710Z Compiling fancy-regex v0.14.0
9492026-03-20T03:54:03.918Z Compiling walkdir v2.5.0
9502026-03-20T03:54:03.937Z Compiling libtest-mimic v0.8.2
9512026-03-20T03:54:04.258Z Compiling cp_r v0.5.2
9522026-03-20T03:54:04.369Z Compiling datatest-stable v0.3.3
9532026-03-20T03:54:04.549Z Compiling insta v1.46.3
9542026-03-20T03:54:04.563Z Compiling test-case-core v3.3.1
9552026-03-20T03:54:04.864Z Compiling nextest-filtering v0.19.0 (/work/nextest-rs/nextest/nextest-filtering)
9562026-03-20T03:54:04.960Z Compiling crossbeam-epoch v0.9.18
9572026-03-20T03:54:05.182Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9582026-03-20T03:54:05.311Z Compiling crossbeam-deque v0.8.6
9592026-03-20T03:54:05.419Z Compiling structmeta-derive v0.3.0
9602026-03-20T03:54:05.542Z Compiling ignore v0.4.23
9612026-03-20T03:54:05.562Z Compiling test-case-macros v3.3.1
9622026-03-20T03:54:06.357Z Compiling nextest-runner v0.112.0 (/work/nextest-rs/nextest/nextest-runner)
9632026-03-20T03:54:06.535Z Compiling globwalk v0.9.1
9642026-03-20T03:54:06.739Z Compiling camino-tempfile-ext v0.3.3
9652026-03-20T03:54:06.864Z Compiling test-case v3.3.1
9662026-03-20T03:54:06.947Z Compiling yansi v1.0.1
9672026-03-20T03:54:07.023Z Compiling diff v0.1.13
9682026-03-20T03:54:07.058Z Compiling structmeta v0.3.0
9692026-03-20T03:54:07.255Z Compiling indoc v2.0.7
9702026-03-20T03:54:07.305Z Compiling derive-ex v0.1.8
9712026-03-20T03:54:07.377Z Compiling pretty_assertions v1.4.1
9722026-03-20T03:54:07.404Z Compiling maplit v1.0.2
9732026-03-20T03:54:07.807Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9742026-03-20T03:54:07.818Z Compiling internal-test v0.1.2-b.12 (/work/nextest-rs/nextest/internal-test)
9752026-03-20T03:54:09.721Z Compiling test-strategy v0.4.5
9762026-03-20T03:54:21.424Z Compiling cargo-nextest v0.9.131 (/work/nextest-rs/nextest/cargo-nextest)
9772026-03-20T03:54:26.076Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9782026-03-20T03:54:30.481Z Compiling zstd-dict v0.1.0 (/work/nextest-rs/nextest/internal-tools/zstd-dict)
9792026-03-20T03:55:13.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
9802026-03-20T03:55:13.538Z
9812026-03-20T03:55:13.541Zreal 1:10.372501433
9822026-03-20T03:55:13.541Zuser 5:19.428123010
9832026-03-20T03:55:13.541Zsys 39.776002746
9842026-03-20T03:55:13.541Ztrap 0.176511912
9852026-03-20T03:55:13.542Ztflt 0.037346994
9862026-03-20T03:55:13.542Zdflt 0.112559601
9872026-03-20T03:55:13.542Zkflt 0.000021925
9882026-03-20T03:55:13.542Zlock 17:56.755023932
9892026-03-20T03:55:13.542Zslp 18:12.849402344
9902026-03-20T03:55:13.542Zlat 12.069365246
9912026-03-20T03:55:13.542Zstop 14.619622865
9922026-03-20T03:55:13.542Z+ banner all features
9932026-03-20T03:55:13.542Z
9942026-03-20T03:55:13.542Z ## # #
9952026-03-20T03:55:13.542Z # # # #
9962026-03-20T03:55:13.542Z # # # #
9972026-03-20T03:55:13.542Z ###### # #
9982026-03-20T03:55:13.542Z # # # #
9992026-03-20T03:55:13.542Z # # ###### ######
10002026-03-20T03:55:13.542Z
10012026-03-20T03:55:13.542Z
10022026-03-20T03:55:13.542Z ###### ###### ## ##### # # ##### ###### ####
10032026-03-20T03:55:13.542Z # # # # # # # # # # #
10042026-03-20T03:55:13.542Z ##### ##### # # # # # # # ##### ####
10052026-03-20T03:55:13.542Z # # ###### # # # ##### # #
10062026-03-20T03:55:13.542Z # # # # # # # # # # # #
10072026-03-20T03:55:13.542Z # ###### # # # #### # # ###### ####
10082026-03-20T03:55:13.542Z
10092026-03-20T03:55:13.542Z+ ptime -m cargo build --all-features
10102026-03-20T03:55:13.688Z Downloading crates ...
10112026-03-20T03:55:13.818Z Downloaded hyper-timeout v0.5.2
10122026-03-20T03:55:13.822Z Downloaded http-body v1.0.1
10132026-03-20T03:55:13.829Z Downloaded try-lock v0.2.5
10142026-03-20T03:55:13.832Z Downloaded matchit v0.8.4
10152026-03-20T03:55:13.837Z Downloaded matchers v0.2.0
10162026-03-20T03:55:13.840Z Downloaded httpdate v1.0.3
10172026-03-20T03:55:13.846Z Downloaded async-trait v0.1.88
10182026-03-20T03:55:13.852Z Downloaded tower-layer v0.3.3
10192026-03-20T03:55:13.855Z Downloaded mime v0.3.17
10202026-03-20T03:55:13.858Z Downloaded tower-service v0.3.3
10212026-03-20T03:55:13.861Z Downloaded tonic-prost v0.14.2
10222026-03-20T03:55:13.861Z Downloaded axum-core v0.5.5
10232026-03-20T03:55:13.866Z Downloaded prost-derive v0.14.1
10242026-03-20T03:55:13.868Z Downloaded console-api v0.9.0
10252026-03-20T03:55:13.874Z Downloaded sync_wrapper v1.0.2
10262026-03-20T03:55:13.890Z Downloaded want v0.3.1
10272026-03-20T03:55:13.893Z Downloaded socket2 v0.6.0
10282026-03-20T03:55:13.893Z Downloaded http-body-util v0.1.3
10292026-03-20T03:55:13.895Z Downloaded socket2 v0.5.10
10302026-03-20T03:55:13.899Z Downloaded atomic-waker v1.1.2
10312026-03-20T03:55:13.902Z Downloaded prost v0.14.1
10322026-03-20T03:55:13.908Z Downloaded tower v0.5.2
10332026-03-20T03:55:13.918Z Downloaded tokio-util v0.7.15
10342026-03-20T03:55:13.923Z Downloaded prost-types v0.14.1
10352026-03-20T03:55:13.929Z Downloaded console-subscriber v0.5.0
10362026-03-20T03:55:13.933Z Downloaded crossbeam-channel v0.5.15
10372026-03-20T03:55:13.936Z Downloaded base64 v0.21.7
10382026-03-20T03:55:13.945Z Downloaded tonic v0.14.2
10392026-03-20T03:55:13.949Z Downloaded hyper v1.6.0
10402026-03-20T03:55:13.954Z Downloaded hyper-util v0.1.13
10412026-03-20T03:55:13.958Z Downloaded h2 v0.4.10
10422026-03-20T03:55:13.963Z Downloaded axum v0.8.6
10432026-03-20T03:55:13.969Z Downloaded hdrhistogram v7.5.4
10442026-03-20T03:55:14.070Z Compiling smallvec v1.15.1
10452026-03-20T03:55:14.073Z Compiling socket2 v0.6.0
10462026-03-20T03:55:14.137Z Compiling futures-sink v0.3.32
10472026-03-20T03:55:14.143Z Compiling slab v0.4.11
10482026-03-20T03:55:14.151Z Compiling httparse v1.10.1
10492026-03-20T03:55:14.160Z Compiling http-body v1.0.1
10502026-03-20T03:55:14.163Z Compiling matchers v0.2.0
10512026-03-20T03:55:14.179Z Compiling tower-service v0.3.3
10522026-03-20T03:55:14.235Z Compiling futures-channel v0.3.32
10532026-03-20T03:55:14.277Z Compiling tracing-subscriber v0.3.23
10542026-03-20T03:55:14.321Z Compiling try-lock v0.2.5
10552026-03-20T03:55:14.333Z Compiling cfg-expr v0.20.6
10562026-03-20T03:55:14.342Z Compiling atomic-waker v1.1.2
10572026-03-20T03:55:14.382Z Compiling tower-layer v0.3.3
10582026-03-20T03:55:14.441Z Compiling tokio v1.50.0
10592026-03-20T03:55:14.482Z Compiling futures-util v0.3.32
10602026-03-20T03:55:14.519Z Compiling want v0.3.1
10612026-03-20T03:55:14.573Z Compiling either v1.15.0
10622026-03-20T03:55:14.720Z Compiling httpdate v1.0.3
10632026-03-20T03:55:14.723Z Compiling sync_wrapper v1.0.2
10642026-03-20T03:55:14.826Z Compiling itertools v0.14.0
10652026-03-20T03:55:14.849Z Compiling target-spec v3.5.7
10662026-03-20T03:55:15.009Z Compiling http-body-util v0.1.3
10672026-03-20T03:55:15.028Z Compiling socket2 v0.5.10
10682026-03-20T03:55:15.113Z Compiling mime v0.3.17
10692026-03-20T03:55:15.306Z Compiling nom v7.1.3
10702026-03-20T03:55:15.460Z Compiling target-spec-miette v0.4.5
10712026-03-20T03:55:15.626Z Compiling axum-core v0.5.5
10722026-03-20T03:55:15.748Z Compiling matchit v0.8.4
10732026-03-20T03:55:16.272Z Compiling async-trait v0.1.88
10742026-03-20T03:55:16.340Z Compiling crossbeam-utils v0.8.21
10752026-03-20T03:55:16.623Z Compiling prost-derive v0.14.1
10762026-03-20T03:55:16.738Z Compiling guppy v0.17.25
10772026-03-20T03:55:17.195Z Compiling terminfo v0.9.0
10782026-03-20T03:55:17.288Z Compiling parking_lot_core v0.9.11
10792026-03-20T03:55:17.693Z Compiling futures-executor v0.3.32
10802026-03-20T03:55:17.826Z Compiling ureq-proto v0.5.3
10812026-03-20T03:55:17.856Z Compiling base64 v0.21.7
10822026-03-20T03:55:18.067Z Compiling crossbeam-channel v0.5.15
10832026-03-20T03:55:18.173Z Compiling hdrhistogram v7.5.4
10842026-03-20T03:55:18.281Z Compiling ureq v3.2.0
10852026-03-20T03:55:18.701Z Compiling futures v0.3.32
10862026-03-20T03:55:18.795Z Compiling parking_lot v0.12.4
10872026-03-20T03:55:18.804Z Compiling prost v0.14.1
10882026-03-20T03:55:18.843Z Compiling tracing-error v0.2.1
10892026-03-20T03:55:18.910Z Compiling future-queue v0.4.0
10902026-03-20T03:55:19.096Z Compiling crossterm v0.29.0
10912026-03-20T03:55:19.201Z Compiling prost-types v0.14.1
10922026-03-20T03:55:19.301Z Compiling color-spantrace v0.3.0
10932026-03-20T03:55:19.341Z Compiling cargo-nextest v0.9.131 (/work/nextest-rs/nextest/cargo-nextest)
10942026-03-20T03:55:19.636Z Compiling self_update v0.43.1
10952026-03-20T03:55:19.837Z Compiling color-eyre v0.6.5
10962026-03-20T03:55:20.696Z Compiling tokio-util v0.7.15
10972026-03-20T03:55:20.813Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
10982026-03-20T03:55:20.891Z Compiling tokio-stream v0.1.18
10992026-03-20T03:55:20.901Z Compiling nextest-metadata v0.14.0 (/work/nextest-rs/nextest/nextest-metadata)
11002026-03-20T03:55:20.933Z Compiling termwiz v0.23.3
11012026-03-20T03:55:21.500Z Compiling h2 v0.4.10
11022026-03-20T03:55:21.563Z Compiling tower v0.5.2
11032026-03-20T03:55:21.586Z Compiling async-scoped v0.9.0
11042026-03-20T03:55:22.108Z Compiling nextest-filtering v0.19.0 (/work/nextest-rs/nextest/nextest-filtering)
11052026-03-20T03:55:22.133Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
11062026-03-20T03:55:22.640Z Compiling axum v0.8.6
11072026-03-20T03:55:24.218Z Compiling hyper v1.6.0
11082026-03-20T03:55:25.079Z Compiling sapling-streampager v0.12.0
11092026-03-20T03:55:25.574Z Compiling hyper-util v0.1.13
11102026-03-20T03:55:26.965Z Compiling hyper-timeout v0.5.2
11112026-03-20T03:55:27.181Z Compiling tonic v0.14.2
11122026-03-20T03:55:28.841Z Compiling tonic-prost v0.14.2
11132026-03-20T03:55:28.980Z Compiling console-api v0.9.0
11142026-03-20T03:55:29.791Z Compiling console-subscriber v0.5.0
11152026-03-20T03:55:31.400Z Compiling nextest-runner v0.112.0 (/work/nextest-rs/nextest/nextest-runner)
11162026-03-20T03:55:49.647Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
11172026-03-20T03:55:53.725Z Compiling zstd-dict v0.1.0 (/work/nextest-rs/nextest/internal-tools/zstd-dict)
11182026-03-20T03:56:16.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
11192026-03-20T03:56:16.671Z
11202026-03-20T03:56:16.673Zreal 1:03.091717110
11212026-03-20T03:56:16.674Zuser 3:30.862092026
11222026-03-20T03:56:16.674Zsys 25.951541703
11232026-03-20T03:56:16.674Ztrap 0.088693645
11242026-03-20T03:56:16.674Ztflt 0.072000164
11252026-03-20T03:56:16.674Zdflt 0.237078793
11262026-03-20T03:56:16.674Zkflt 0.000027973
11272026-03-20T03:56:16.674Zlock 12:16.515882056
11282026-03-20T03:56:16.674Zslp 10:15.338434038
11292026-03-20T03:56:16.674Zlat 6.719206565
11302026-03-20T03:56:16.674Zstop 8.674181749
11312026-03-20T03:56:16.674Z+ banner doctests
11322026-03-20T03:56:16.674Z
11332026-03-20T03:56:16.674Z ##### #### #### ##### ###### #### ##### ####
11342026-03-20T03:56:16.674Z # # # # # # # # # # #
11352026-03-20T03:56:16.674Z # # # # # # ##### #### # ####
11362026-03-20T03:56:16.674Z # # # # # # # # # #
11372026-03-20T03:56:16.674Z # # # # # # # # # # # # #
11382026-03-20T03:56:16.674Z ##### #### #### # ###### #### # ####
11392026-03-20T03:56:16.674Z
11402026-03-20T03:56:16.674Z+ ptime -m cargo test --doc
11412026-03-20T03:56:16.989Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
11422026-03-20T03:56:17.015Z Doc-tests cargo_nextest
11432026-03-20T03:56:17.578Z
11442026-03-20T03:56:17.578Zrunning 0 tests
11452026-03-20T03:56:17.578Z
11462026-03-20T03:56:17.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11472026-03-20T03:56:17.578Z
11482026-03-20T03:56:17.608Z Doc-tests fixture_data
11492026-03-20T03:56:17.709Z
11502026-03-20T03:56:17.709Zrunning 0 tests
11512026-03-20T03:56:17.709Z
11522026-03-20T03:56:17.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11532026-03-20T03:56:17.709Z
11542026-03-20T03:56:17.720Z Doc-tests integration_tests
11552026-03-20T03:56:17.788Z
11562026-03-20T03:56:17.788Zrunning 0 tests
11572026-03-20T03:56:17.788Z
11582026-03-20T03:56:17.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11592026-03-20T03:56:17.788Z
11602026-03-20T03:56:17.797Z Doc-tests nextest_filtering
11612026-03-20T03:56:17.910Z
11622026-03-20T03:56:17.910Zrunning 0 tests
11632026-03-20T03:56:17.910Z
11642026-03-20T03:56:17.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11652026-03-20T03:56:17.914Z
11662026-03-20T03:56:17.923Z Doc-tests nextest_metadata
11672026-03-20T03:56:18.067Z
11682026-03-20T03:56:18.067Zrunning 4 tests
11692026-03-20T03:56:19.292Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 304) ... ok
11702026-03-20T03:56:19.292Ztest nextest-metadata/src/test_list.rs - test_list::TestCaseName::components (line 529) ... ok
11712026-03-20T03:56:19.295Ztest nextest-metadata/src/test_list.rs - test_list::TestCaseName::module_path_and_name (line 552) ... ok
11722026-03-20T03:56:21.912Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
11732026-03-20T03:56:21.912Z
11742026-03-20T03:56:21.912Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.84s
11752026-03-20T03:56:21.912Z
11762026-03-20T03:56:21.927Z Doc-tests nextest_runner
11772026-03-20T03:56:23.691Z
11782026-03-20T03:56:23.692Zrunning 0 tests
11792026-03-20T03:56:23.692Z
11802026-03-20T03:56:23.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11812026-03-20T03:56:23.692Z
11822026-03-20T03:56:23.750Z Doc-tests nextest_workspace_hack
11832026-03-20T03:56:23.789Z
11842026-03-20T03:56:23.789Zrunning 0 tests
11852026-03-20T03:56:23.789Z
11862026-03-20T03:56:23.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11872026-03-20T03:56:23.792Z
11882026-03-20T03:56:24.821Z
11892026-03-20T03:56:24.824Zreal 7.120243623
11902026-03-20T03:56:24.824Zuser 8.776466784
11912026-03-20T03:56:24.824Zsys 2.425364767
11922026-03-20T03:56:24.824Ztrap 0.002333580
11932026-03-20T03:56:24.824Ztflt 0.020840270
11942026-03-20T03:56:24.824Zdflt 0.011923553
11952026-03-20T03:56:24.824Zkflt 0.000008377
11962026-03-20T03:56:24.824Zlock 29.038826087
11972026-03-20T03:56:24.824Zslp 44.461516579
11982026-03-20T03:56:24.824Zlat 0.015947976
11992026-03-20T03:56:24.824Zstop 0.630078899
12002026-03-20T03:56:24.824Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
12012026-03-20T03:56:24.824Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
12022026-03-20T03:56:24.824Z++ mktemp -d /tmp/nextest-state.XXXXXX
12032026-03-20T03:56:24.824Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.3Kaa3g
12042026-03-20T03:56:24.824Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
12052026-03-20T03:56:24.824Z+ mkdir -p /tmp/nextest-recording-config
12062026-03-20T03:56:24.824Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
12072026-03-20T03:56:24.824Z+ export NEXTEST_STATE_DIR
12082026-03-20T03:56:24.824Z+ banner local-nt
12092026-03-20T03:56:24.824Z
12102026-03-20T03:56:24.824Z # #### #### ## # # # #####
12112026-03-20T03:56:24.824Z # # # # # # # # ## # #
12122026-03-20T03:56:24.824Z # # # # # # # ##### # # # #
12132026-03-20T03:56:24.825Z # # # # ###### # # # # #
12142026-03-20T03:56:24.825Z # # # # # # # # # ## #
12152026-03-20T03:56:24.825Z ###### #### #### # # ###### # # #
12162026-03-20T03:56:24.825Z
12172026-03-20T03:56:24.825Z+ LOCAL_NT_EXIT=0
12182026-03-20T03:56:24.825Z+ ptime -m cargo local-nt run --profile ci --user-config-file /tmp/nextest-recording-config/config.toml
12192026-03-20T03:56:24.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
12202026-03-20T03:56:24.825Z Running `target/debug/cargo-nextest nextest run --profile ci --user-config-file /tmp/nextest-recording-config/config.toml`
12212026-03-20T03:56:24.825Zinfo: experimental features enabled: setup-scripts
12222026-03-20T03:56:24.956Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
12232026-03-20T03:56:25.100Z────────────
12242026-03-20T03:56:25.100Z Nextest run ID c52a2603-9524-407f-bd20-b9cf281cd105 with nextest profile: ci
12252026-03-20T03:56:25.100Z Starting 777 tests across 22 binaries (2 tests skipped)
12262026-03-20T03:56:25.103Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
12272026-03-20T03:56:25.400Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
12282026-03-20T03:56:27.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
12292026-03-20T03:56:27.424Z Running `target/debug/build-seed-archive`
12302026-03-20T03:56:27.449Zinfo: unable to find seed archive /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst, building
12312026-03-20T03:56:43.469Z*** executing: /work/nextest-rs/nextest/target/debug/cargo-nextest-dup nextest --manifest-path /work/nextest-rs/nextest/fixtures/fixture-project/Cargo.toml archive --archive-file /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst --workspace --all-targets --target-dir /tmp/nextest-seed-build-QDTILk/target --profile archive-all
12322026-03-20T03:56:43.663Z Downloading crates ...
12332026-03-20T03:56:43.736Z Downloaded uuid v1.19.0
12342026-03-20T03:56:43.764Zwarning: /work/nextest-rs/nextest/fixtures/fixture-project/derive/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2024
12352026-03-20T03:56:43.764Zwarning: /work/nextest-rs/nextest/fixtures/fixture-project/Cargo.toml: only one of `license` or `license-file` is necessary
12362026-03-20T03:56:43.764Z`license` should be used if the package license can be expressed with a standard SPDX expression.
12372026-03-20T03:56:43.764Z`license-file` should be used if the package uses a non-standard license.
12382026-03-20T03:56:43.764ZSee https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
12392026-03-20T03:56:43.810Z Compiling uuid v1.19.0
12402026-03-20T03:56:43.810Z Compiling dylib-test v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project/dylib-test)
12412026-03-20T03:56:43.813Z Compiling with-build-script v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project/with-build-script)
12422026-03-20T03:56:43.813Z Compiling cdylib-link v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project/cdylib/cdylib-link)
12432026-03-20T03:56:43.813Z Compiling proc-macro-test v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project/proc-macro-test)
12442026-03-20T03:56:43.816Z Compiling nextest-derive v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project/derive)
12452026-03-20T03:56:43.816Z Compiling cdylib-example v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project/cdylib/cdylib-example)
12462026-03-20T03:56:44.108Z Compiling fixture-project v0.1.0 (/work/nextest-rs/nextest/fixtures/fixture-project)
12472026-03-20T03:56:44.160Zwarning: use of deprecated function `deprecated_function`: this is a test warning for --cargo-message-format
12482026-03-20T03:56:44.160Z --> src/lib.rs:28:5
12492026-03-20T03:56:44.160Z |
12502026-03-20T03:56:44.160Z28 | deprecated_function()
12512026-03-20T03:56:44.160Z | ^^^^^^^^^^^^^^^^^^^
12522026-03-20T03:56:44.160Z |
12532026-03-20T03:56:44.160Z = note: `#[warn(deprecated)]` on by default
12542026-03-20T03:56:44.160Z
12552026-03-20T03:56:44.302Zwarning: `fixture-project` (lib) generated 1 warning
12562026-03-20T03:56:44.524Zwarning: `fixture-project` (lib test) generated 1 warning (1 duplicate)
12572026-03-20T03:56:44.978Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.22s
12582026-03-20T03:56:44.988Zinfo: experimental features enabled: setup-scripts, wrapper-scripts, benchmarks
12592026-03-20T03:56:45.005Z Archiving 18 binaries (including 2 non-test binaries), 2 build script output directories, 2 linked paths, 1 extra path, and 1 standard library to /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst
12602026-03-20T03:56:45.051Z Warning linked path `/tmp/nextest-seed-build-QDTILk/target/debug/build/cdylib-link-1b1c7932e07e0dcb/does-not-exist` not found, requested by: cdylib-link v0.1.0
12612026-03-20T03:56:45.051Z (this is a bug in this crate that should be fixed)
12622026-03-20T03:56:45.288Z Archived 871 files to /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst in 0.28s
12632026-03-20T03:56:45.309Z*** command /work/nextest-rs/nextest/target/debug/cargo-nextest-dup nextest --manifest-path /work/nextest-rs/nextest/fixtures/fixture-project/Cargo.toml archive --archive-file /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst --workspace --all-targets --target-dir /tmp/nextest-seed-build-QDTILk/target --profile archive-all exited with status exit status: 0
12642026-03-20T03:56:45.319Zinfo: created new seed archive: /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst
12652026-03-20T03:56:45.322Z SETUP PASS [ 20.216s] build-seed-archive: cargo run --bin build-seed-archive
12662026-03-20T03:56:45.346Z PASS [ 0.017s] ( 1/777) integration-tests::custom-harness thread_count::test_single_threaded
12672026-03-20T03:56:45.351Z PASS [ 0.018s] ( 2/777) integration-tests::custom-harness thread_count::test_multi_threaded
12682026-03-20T03:56:45.495Z PASS [ 0.165s] ( 3/777) integration-tests::datatest custom_target::custom_invalid::invalid-arch.json
12692026-03-20T03:56:45.499Z PASS [ 0.164s] ( 4/777) integration-tests::datatest custom_target::custom_invalid::invalid-family.json
12702026-03-20T03:56:45.499Z PASS [ 0.165s] ( 5/777) integration-tests::datatest custom_target::custom_invalid::invalid-endian.json
12712026-03-20T03:56:45.499Z PASS [ 0.148s] ( 6/777) integration-tests::datatest custom_target::custom_invalid::syntax-error.json
12722026-03-20T03:56:45.499Z PASS [ 0.165s] ( 7/777) integration-tests::datatest custom_target::custom_invalid::invalid-target-pointer-width.json
12732026-03-20T03:56:45.499Z PASS [ 0.165s] ( 8/777) integration-tests::datatest custom_target::custom_invalid::missing-arch.json
12742026-03-20T03:56:46.816Z PASS [ 1.320s] ( 9/777) integration-tests::integration cargo_message_format::test_cargo_message_format_short
12752026-03-20T03:56:47.056Z PASS [ 1.707s] ( 10/777) integration-tests::integration cargo_message_format::test_cargo_message_format_errors
12762026-03-20T03:56:48.242Z PASS [ 2.745s] ( 11/777) integration-tests::integration cargo_message_format::test_cargo_message_format_human
12772026-03-20T03:56:49.381Z PASS [ 3.884s] ( 12/777) integration-tests::integration cargo_message_format::test_cargo_message_format_json_combined
12782026-03-20T03:56:49.583Z PASS [ 4.087s] ( 13/777) integration-tests::integration cargo_message_format::test_cargo_message_format_json_variants
12792026-03-20T03:56:51.109Z PASS [ 4.050s] ( 14/777) integration-tests::integration interceptor::test_tracer_integration
12802026-03-20T03:56:51.160Z PASS [ 5.660s] ( 15/777) integration-tests::integration interceptor::test_bench_tracer_integration
12812026-03-20T03:56:51.279Z PASS [ 4.460s] ( 16/777) integration-tests::integration interceptor::test_debugger_integration
12822026-03-20T03:56:51.464Z PASS [ 5.967s] ( 17/777) integration-tests::integration interceptor::test_bench_debugger_integration
12832026-03-20T03:56:51.494Z PASS [ 0.027s] ( 18/777) integration-tests::integration record_replay::test_redact_dynamic_fields_filters_package_edition_warning
12842026-03-20T03:56:51.620Z PASS [ 3.374s] ( 19/777) integration-tests::integration record_replay::test_concurrent_access
12852026-03-20T03:56:52.206Z PASS [ 2.809s] ( 20/777) integration-tests::integration record_replay::test_error_handling
12862026-03-20T03:56:52.991Z PASS [ 3.348s] ( 21/777) integration-tests::integration record_replay::test_exit_code_edge_cases
12872026-03-20T03:56:53.013Z PASS [ 1.902s] ( 22/777) integration-tests::integration record_replay::test_portable_recording_from_named_pipe
12882026-03-20T03:56:53.274Z PASS [ 1.066s] ( 23/777) integration-tests::integration record_replay::test_replay_requires_experimental_feature
12892026-03-20T03:56:53.313Z PASS [ 2.152s] ( 24/777) integration-tests::integration record_replay::test_portable_recording_read
12902026-03-20T03:56:53.378Z PASS [ 1.756s] ( 25/777) integration-tests::integration record_replay::test_replay_output_not_captured
12912026-03-20T03:56:54.283Z PASS [ 2.787s] ( 26/777) integration-tests::integration record_replay::test_replay_options
12922026-03-20T03:56:54.584Z PASS [ 3.302s] ( 27/777) integration-tests::integration record_replay::test_record_replay_cycle
12932026-03-20T03:56:54.651Z PASS [ 1.701s] ( 28/777) integration-tests::integration record_replay::test_replayability_all_runs_non_replayable
12942026-03-20T03:56:54.772Z PASS [ 1.758s] ( 29/777) integration-tests::integration record_replay::test_replayability_latest_marker_based_on_time
12952026-03-20T03:56:54.847Z PASS [ 1.572s] ( 30/777) integration-tests::integration record_replay::test_replayability_missing_run_log
12962026-03-20T03:56:54.912Z PASS [ 1.593s] ( 31/777) integration-tests::integration record_replay::test_replayability_missing_store_zip
12972026-03-20T03:56:55.155Z PASS [ 1.776s] ( 32/777) integration-tests::integration record_replay::test_rerun_all_pass
12982026-03-20T03:56:56.366Z PASS [ 1.452s] ( 33/777) integration-tests::integration record_replay::test_rerun_requires_experimental_feature
12992026-03-20T03:56:56.817Z PASS [ 2.164s] ( 34/777) integration-tests::integration record_replay::test_rerun_errors
13002026-03-20T03:56:56.905Z PASS [ 2.131s] ( 35/777) integration-tests::integration record_replay::test_rerun_expanded
13012026-03-20T03:56:57.632Z PASS [ 12.300s] ( 36/777) integration-tests::integration test_archive_with_build_filter
13022026-03-20T03:56:57.956Z PASS [ 1.590s] ( 37/777) integration-tests::integration record_replay::test_rerun_tests_outstanding
13032026-03-20T03:56:58.219Z PASS [ 3.909s] ( 38/777) integration-tests::integration record_replay::test_rerun_basic_flow
13042026-03-20T03:56:59.002Z PASS [ 2.184s] ( 39/777) integration-tests::integration record_replay::test_run_id_prefix_resolution
13052026-03-20T03:56:59.122Z PASS [ 1.482s] ( 40/777) integration-tests::integration record_replay::test_stress_runs
13062026-03-20T03:56:59.246Z PASS [ 2.338s] ( 41/777) integration-tests::integration record_replay::test_store_management
13072026-03-20T03:56:59.311Z PASS [ 1.084s] ( 42/777) integration-tests::integration test_archive_with_unsupported_test_filter
13082026-03-20T03:56:59.413Z PASS [ 1.454s] ( 43/777) integration-tests::integration record_replay::test_wrapped_portable_recording_read
13092026-03-20T03:57:00.296Z PASS [ 0.881s] ( 44/777) integration-tests::integration test_experimental_table_format_unknown_error
13102026-03-20T03:57:00.484Z PASS [ 5.876s] ( 45/777) integration-tests::integration record_replay::test_rerun_chain
13112026-03-20T03:57:00.915Z PASS [ 1.910s] ( 46/777) integration-tests::integration test_bench
13122026-03-20T03:57:01.241Z PASS [ 0.944s] ( 47/777) integration-tests::integration test_experimental_table_format_valid
13132026-03-20T03:57:01.384Z PASS [ 0.892s] ( 48/777) integration-tests::integration test_filterset_with_string_filters
13142026-03-20T03:57:01.423Z PASS [ 6.263s] ( 49/777) integration-tests::integration record_replay::test_rerun_run_id_selectors
13152026-03-20T03:57:01.426Z PASS [ 2.114s] ( 50/777) integration-tests::integration test_bench_termination
13162026-03-20T03:57:01.431Z PASS [ 2.184s] ( 51/777) integration-tests::integration test_bench_override_slow_timeout
13172026-03-20T03:57:01.831Z PASS [ 2.706s] ( 52/777) integration-tests::integration test_bench_ignores_test_slow_timeout
13182026-03-20T03:57:01.945Z PASS [ 1.029s] ( 53/777) integration-tests::integration test_filterset_without_string_filters
13192026-03-20T03:57:02.121Z PASS [ 7.270s] ( 54/777) integration-tests::integration record_replay::test_rerun_from_archive
13202026-03-20T03:57:02.889Z PASS [ 1.501s] ( 55/777) integration-tests::integration test_flaky_result_pass_cli
13212026-03-20T03:57:02.896Z PASS [ 1.654s] ( 56/777) integration-tests::integration test_flaky_result_fail_cli
13222026-03-20T03:57:02.900Z PASS [ 1.469s] ( 57/777) integration-tests::integration test_list_binaries_only
13232026-03-20T03:57:02.999Z PASS [ 1.567s] ( 58/777) integration-tests::integration test_list_default
13242026-03-20T03:57:03.261Z PASS [ 1.828s] ( 59/777) integration-tests::integration test_list_full
13252026-03-20T03:57:03.583Z PASS [ 1.751s] ( 60/777) integration-tests::integration test_list_full_after_build
13262026-03-20T03:57:03.655Z PASS [ 1.707s] ( 61/777) integration-tests::integration test_list_host_after_build
13272026-03-20T03:57:04.168Z PASS [ 2.033s] ( 62/777) integration-tests::integration test_list_target_after_build
13282026-03-20T03:57:04.985Z PASS [ 2.083s] ( 63/777) integration-tests::integration test_listing_with_target_runner
13292026-03-20T03:57:05.065Z PASS [ 2.061s] ( 64/777) integration-tests::integration test_overrides_wrapper_env
13302026-03-20T03:57:05.452Z PASS [ 1.795s] ( 65/777) integration-tests::integration test_retries_cli_preserves_flaky_fail
13312026-03-20T03:57:06.235Z PASS [ 3.334s] ( 66/777) integration-tests::integration test_override_timeout_result
13322026-03-20T03:57:07.058Z PASS [ 4.166s] ( 67/777) integration-tests::integration test_list_with_default_filter
13332026-03-20T03:57:07.381Z PASS [ 1.144s] ( 68/777) integration-tests::integration test_run_from_archive_with_missing_includes
13342026-03-20T03:57:07.633Z PASS [ 2.569s] ( 69/777) integration-tests::integration test_run_after_build
13352026-03-20T03:57:08.169Z PASS [ 4.904s] ( 70/777) integration-tests::integration test_relocated_run
13362026-03-20T03:57:08.429Z PASS [ 4.842s] ( 71/777) integration-tests::integration test_retries
13372026-03-20T03:57:08.511Z PASS [ 1.130s] ( 72/777) integration-tests::integration test_run_ignored
13382026-03-20T03:57:08.960Z PASS [ 4.788s] ( 73/777) integration-tests::integration test_retries_flaky_fail
13392026-03-20T03:57:09.264Z PASS [ 0.295s] ( 74/777) integration-tests::integration test_rustc_version_verbose_errors
13402026-03-20T03:57:09.280Z PASS [ 3.824s] ( 75/777) integration-tests::integration test_run_from_archive_with_includes
13412026-03-20T03:57:09.724Z PASS [ 1.287s] ( 76/777) integration-tests::integration test_run_with_priorities
13422026-03-20T03:57:09.937Z PASS [ 2.298s] ( 77/777) integration-tests::integration test_run_no_tests
13432026-03-20T03:57:10.598Z PASS [ 2.423s] ( 78/777) integration-tests::integration test_run_with_default_filter
13442026-03-20T03:57:10.834Z PASS [ 1.549s] ( 79/777) integration-tests::integration test_setup_script_error
13452026-03-20T03:57:10.837Z PASS [ 2.321s] ( 80/777) integration-tests::integration test_run_with_target_runner
13462026-03-20T03:57:10.957Z PASS [ 1.018s] ( 81/777) integration-tests::integration test_setup_scripts_not_enabled
13472026-03-20T03:57:11.018Z PASS [ 1.292s] ( 82/777) integration-tests::integration test_setup_script_reserved_env
13482026-03-20T03:57:11.185Z PASS [ 4.118s] ( 83/777) integration-tests::integration test_run_from_archive_with_no_includes
13492026-03-20T03:57:11.411Z PASS [ 2.148s] ( 84/777) integration-tests::integration test_setup_script_defined_env
13502026-03-20T03:57:12.378Z PASS [ 1.537s] ( 85/777) integration-tests::integration test_string_filters_without_filterset
13512026-03-20T03:57:12.406Z PASS [ 1.570s] ( 86/777) integration-tests::integration test_show_config_version
13522026-03-20T03:57:13.567Z PASS [ 1.160s] ( 87/777) integration-tests::integration test_version_error_precedes_unknown_experimental
13532026-03-20T03:57:13.620Z PASS [ 0.052s] ( 88/777) integration-tests::integration test_version_info
13542026-03-20T03:57:13.848Z PASS [ 2.435s] ( 89/777) integration-tests::integration test_timeout_with_flaky
13552026-03-20T03:57:14.244Z PASS [ 3.641s] ( 90/777) integration-tests::integration test_show_config_test_groups
13562026-03-20T03:57:14.475Z PASS [ 3.516s] ( 91/777) integration-tests::integration test_target_arg
13572026-03-20T03:57:14.753Z PASS [ 3.561s] ( 92/777) integration-tests::integration test_termination
13582026-03-20T03:57:15.179Z PASS [ 2.798s] ( 93/777) integration-tests::integration test_timeout_with_retries
13592026-03-20T03:57:15.182Z PASS [ 1.558s] ( 94/777) integration-tests::integration user_config::test_user_config_cli_override
13602026-03-20T03:57:15.425Z PASS [ 0.948s] ( 95/777) integration-tests::integration user_config::test_user_config_invalid_max_progress_running
13612026-03-20T03:57:15.558Z PASS [ 1.310s] ( 96/777) integration-tests::integration user_config::test_user_config_explicit_path_not_found
13622026-03-20T03:57:15.652Z PASS [ 1.801s] ( 97/777) integration-tests::integration user_config::test_user_config_env_override
13632026-03-20T03:57:16.183Z PASS [ 11.194s] ( 98/777) integration-tests::integration test_run
13642026-03-20T03:57:16.345Z PASS [ 1.591s] ( 99/777) integration-tests::integration user_config::test_user_config_invalid_show_progress
13652026-03-20T03:57:16.384Z PASS [ 0.038s] (100/777) cargo-nextest dispatch::clap_error::tests::test_extract_early_args
13662026-03-20T03:57:16.388Z PASS [ 1.203s] (101/777) integration-tests::integration user_config::test_user_config_malformed_toml
13672026-03-20T03:57:16.402Z PASS [ 0.018s] (102/777) cargo-nextest dispatch::core::run::tests::test_final_result
13682026-03-20T03:57:16.423Z PASS [ 0.018s] (103/777) cargo-nextest dispatch::core::tests::test_filter_env_vars_for_recording
13692026-03-20T03:57:16.451Z PASS [ 0.030s] (104/777) cargo-nextest dispatch::core::tests::test_test_binary_argument_parsing
13702026-03-20T03:57:16.470Z PASS [ 0.019s] (105/777) cargo-nextest dispatch::core::value_enums::tests::test_cargo_message_format_opt_combine
13712026-03-20T03:57:16.491Z PASS [ 0.019s] (106/777) cargo-nextest dispatch::core::value_enums::tests::test_cargo_message_format_predicates
13722026-03-20T03:57:16.508Z PASS [ 0.018s] (107/777) cargo-nextest dispatch::core::value_enums::tests::test_cargo_message_format_to_cargo_arg
13732026-03-20T03:57:16.561Z PASS [ 0.052s] (108/777) cargo-nextest errors::tests::test_format_experimental_features_not_enabled
13742026-03-20T03:57:16.648Z PASS [ 1.467s] (109/777) integration-tests::integration user_config::test_user_config_max_progress_running_infinite
13752026-03-20T03:57:16.668Z PASS [ 0.019s] (110/777) nextest-filtering parsing::tests::test_complex_error
13762026-03-20T03:57:16.685Z PASS [ 0.016s] (111/777) nextest-filtering parsing::tests::test_expected_eof
13772026-03-20T03:57:16.703Z PASS [ 0.017s] (112/777) nextest-filtering parsing::tests::test_expected_expr
13782026-03-20T03:57:16.712Z PASS [ 1.287s] (113/777) integration-tests::integration user_config::test_user_config_max_progress_running_integer
13792026-03-20T03:57:16.719Z PASS [ 0.016s] (114/777) nextest-filtering parsing::tests::test_invalid_and_operator
13802026-03-20T03:57:16.729Z PASS [ 0.016s] (115/777) nextest-filtering parsing::tests::test_invalid_escapes
13812026-03-20T03:57:16.738Z PASS [ 0.019s] (116/777) nextest-filtering parsing::tests::test_invalid_glob
13822026-03-20T03:57:16.746Z PASS [ 0.016s] (117/777) nextest-filtering parsing::tests::test_invalid_or_operator
13832026-03-20T03:57:16.755Z PASS [ 0.016s] (118/777) nextest-filtering parsing::tests::test_invalid_platform
13842026-03-20T03:57:16.764Z PASS [ 0.018s] (119/777) nextest-filtering parsing::tests::test_invalid_regex
13852026-03-20T03:57:16.772Z PASS [ 0.016s] (120/777) nextest-filtering parsing::tests::test_missing_argument
13862026-03-20T03:57:16.780Z PASS [ 0.016s] (121/777) nextest-filtering parsing::tests::test_missing_close_parentheses
13872026-03-20T03:57:16.783Z PASS [ 0.396s] (122/777) cargo-nextest dispatch::core::tests::test_argument_parsing
13882026-03-20T03:57:16.790Z PASS [ 0.019s] (123/777) nextest-filtering parsing::tests::test_missing_close_regex
13892026-03-20T03:57:16.798Z PASS [ 0.017s] (124/777) nextest-filtering parsing::tests::test_missing_open_parentheses
13902026-03-20T03:57:16.802Z PASS [ 0.019s] (125/777) nextest-filtering parsing::tests::test_missing_parentheses
13912026-03-20T03:57:16.807Z PASS [ 0.016s] (126/777) nextest-filtering parsing::tests::test_parse_comma
13922026-03-20T03:57:16.814Z PASS [ 0.016s] (127/777) nextest-filtering parsing::tests::test_parse_expr_difference
13932026-03-20T03:57:16.821Z PASS [ 0.022s] (128/777) nextest-filtering parsing::tests::test_parse_expr_intersection
13942026-03-20T03:57:16.825Z PASS [ 0.016s] (129/777) nextest-filtering parsing::tests::test_parse_expr_not
13952026-03-20T03:57:16.831Z PASS [ 1.273s] (130/777) integration-tests::integration user_config::test_user_config_missing_uses_defaults
13962026-03-20T03:57:16.834Z PASS [ 0.017s] (131/777) nextest-filtering parsing::tests::test_parse_expr_precedence
13972026-03-20T03:57:16.837Z PASS [ 0.015s] (132/777) nextest-filtering parsing::tests::test_parse_expr_set
13982026-03-20T03:57:16.841Z PASS [ 0.017s] (133/777) nextest-filtering parsing::tests::test_parse_expr_union
13992026-03-20T03:57:16.853Z PASS [ 0.016s] (134/777) nextest-filtering parsing::tests::test_parse_name_matcher_quote
14002026-03-20T03:57:16.861Z PASS [ 0.029s] (135/777) nextest-filtering parsing::tests::test_parse_glob_matcher
14012026-03-20T03:57:16.866Z PASS [ 0.035s] (136/777) nextest-filtering parsing::tests::test_parse_name_matcher
14022026-03-20T03:57:16.874Z PASS [ 0.034s] (137/777) nextest-filtering parsing::tests::test_parse_regex
14032026-03-20T03:57:16.877Z PASS [ 0.016s] (138/777) nextest-filtering parsing::tests::test_unexpected_argument
14042026-03-20T03:57:16.880Z PASS [ 0.027s] (139/777) nextest-filtering parsing::tests::test_parse_set_def
14052026-03-20T03:57:16.883Z PASS [ 0.016s] (140/777) nextest-filtering parsing::tests::test_unexpected_comma
14062026-03-20T03:57:16.898Z PASS [ 0.021s] (141/777) nextest-filtering::match test_binary_query
14072026-03-20T03:57:16.901Z PASS [ 0.019s] (142/777) nextest-filtering::match test_expr_binary
14082026-03-20T03:57:16.905Z PASS [ 0.019s] (143/777) nextest-filtering::match test_expr_binary_id_glob
14092026-03-20T03:57:16.919Z PASS [ 0.017s] (144/777) nextest-filtering::match test_expr_kind_partial
14102026-03-20T03:57:16.919Z PASS [ 0.021s] (145/777) nextest-filtering::match test_expr_deps
14112026-03-20T03:57:16.924Z PASS [ 0.024s] (146/777) nextest-filtering::match test_expr_kind
14122026-03-20T03:57:16.938Z PASS [ 0.019s] (147/777) nextest-filtering::match test_expr_package_equal
14132026-03-20T03:57:16.941Z PASS [ 0.019s] (148/777) nextest-filtering::match test_expr_package_contains
14142026-03-20T03:57:16.946Z PASS [ 0.022s] (149/777) nextest-filtering::match test_expr_package_regex
14152026-03-20T03:57:16.958Z PASS [ 0.019s] (150/777) nextest-filtering::match test_expr_platform
14162026-03-20T03:57:16.961Z PASS [ 0.021s] (151/777) nextest-filtering::match test_expr_rdeps
14172026-03-20T03:57:16.964Z PASS [ 0.018s] (152/777) nextest-filtering::match test_expr_test
14182026-03-20T03:57:16.977Z PASS [ 0.019s] (153/777) nextest-filtering::match test_expr_test_difference::with_and_not
14192026-03-20T03:57:16.980Z PASS [ 0.017s] (154/777) nextest-filtering::match test_expr_test_difference::with_minus
14202026-03-20T03:57:16.984Z PASS [ 0.019s] (155/777) nextest-filtering::match test_expr_test_intersect::with_ampersand
14212026-03-20T03:57:16.997Z PASS [ 0.019s] (156/777) nextest-filtering::match test_expr_test_not
14222026-03-20T03:57:16.997Z PASS [ 0.019s] (157/777) nextest-filtering::match test_expr_test_intersect::with_and
14232026-03-20T03:57:17.003Z PASS [ 0.019s] (158/777) nextest-filtering::match test_expr_test_union::with_or
14242026-03-20T03:57:17.018Z PASS [ 0.457s] (159/777) nextest-filtering parsing::tests::proptest_expr_roundtrip
14252026-03-20T03:57:17.021Z PASS [ 0.023s] (160/777) nextest-filtering::match test_expr_test_union::with_pipe
14262026-03-20T03:57:17.024Z PASS [ 0.026s] (161/777) nextest-filtering::match test_expr_test_union::with_plus
14272026-03-20T03:57:17.035Z PASS [ 0.017s] (162/777) nextest-metadata test_list::tests::mismatch_reason_all_variants_is_complete
14282026-03-20T03:57:17.044Z PASS [ 0.040s] (163/777) nextest-filtering::match test_expr_with_no_matching_packages
14292026-03-20T03:57:17.047Z PASS [ 0.023s] (164/777) nextest-metadata test_list::tests::test_binary_id_ord
14302026-03-20T03:57:17.050Z PASS [ 0.027s] (165/777) nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14312026-03-20T03:57:17.053Z PASS [ 0.018s] (166/777) nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14322026-03-20T03:57:17.067Z PASS [ 0.020s] (167/777) nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14332026-03-20T03:57:17.070Z PASS [ 0.018s] (168/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14342026-03-20T03:57:17.073Z PASS [ 0.018s] (169/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14352026-03-20T03:57:17.077Z PASS [ 0.032s] (170/777) nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14362026-03-20T03:57:17.084Z PASS [ 0.017s] (171/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14372026-03-20T03:57:17.087Z PASS [ 0.017s] (172/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14382026-03-20T03:57:17.091Z PASS [ 0.016s] (173/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14392026-03-20T03:57:17.094Z PASS [ 0.017s] (174/777) nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14402026-03-20T03:57:17.102Z PASS [ 0.017s] (175/777) nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14412026-03-20T03:57:17.106Z PASS [ 0.020s] (176/777) nextest-runner cargo_config::env::tests::test_env_var_precedence
14422026-03-20T03:57:17.110Z PASS [ 0.022s] (177/777) nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14432026-03-20T03:57:17.114Z PASS [ 0.018s] (178/777) nextest-runner cargo_config::target_triple::tests::test_host_tuple
14442026-03-20T03:57:17.120Z PASS [ 0.018s] (179/777) nextest-runner config::core::identifier::tests::test_invalid
14452026-03-20T03:57:17.124Z PASS [ 0.018s] (180/777) nextest-runner config::core::identifier::tests::test_tool_name_invalid
14462026-03-20T03:57:17.128Z PASS [ 0.018s] (181/777) nextest-runner config::core::identifier::tests::test_tool_name_valid
14472026-03-20T03:57:17.131Z PASS [ 0.017s] (182/777) nextest-runner config::core::identifier::tests::test_valid
14482026-03-20T03:57:17.146Z PASS [ 0.022s] (183/777) nextest-runner config::core::imp::tests::default_config_is_valid
14492026-03-20T03:57:17.149Z PASS [ 0.272s] (184/777) nextest-filtering proptest_helpers::tests::proptest_regex_valid
14502026-03-20T03:57:17.163Z PASS [ 0.019s] (185/777) nextest-runner config::core::nextest_version::tests::test_accumulate
14512026-03-20T03:57:17.166Z PASS [ 0.019s] (186/777) nextest-runner config::core::nextest_version::tests::test_experimental_formats
14522026-03-20T03:57:17.183Z PASS [ 0.020s] (187/777) nextest-runner config::core::nextest_version::tests::test_from_env_benchmarks
14532026-03-20T03:57:17.186Z PASS [ 0.020s] (188/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::build_metadata
14542026-03-20T03:57:17.203Z PASS [ 0.019s] (189/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::empty
14552026-03-20T03:57:17.209Z PASS [ 0.018s] (190/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14562026-03-20T03:57:17.221Z PASS [ 0.018s] (191/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::pre_release
14572026-03-20T03:57:17.221Z PASS [ 0.017s] (192/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::basic
14582026-03-20T03:57:17.244Z PASS [ 0.022s] (193/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14592026-03-20T03:57:17.260Z PASS [ 0.031s] (194/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14602026-03-20T03:57:17.275Z PASS [ 6.256s] (195/777) integration-tests::integration test_target_dir
14612026-03-20T03:57:17.279Z PASS [ 0.035s] (196/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::with_warning
14622026-03-20T03:57:17.290Z PASS [ 0.030s] (197/777) nextest-runner config::core::tool_config::tests::parse_tool_config_file
14632026-03-20T03:57:17.331Z PASS [ 1.678s] (198/777) integration-tests::integration user_config::test_user_config_unknown_section
14642026-03-20T03:57:17.542Z PASS [ 1.333s] (199/777) integration-tests::integration user_config::test_user_config_values_applied
14652026-03-20T03:57:17.620Z PASS [ 0.496s] (200/777) nextest-runner config::core::imp::tests::deprecated_script_config_warning
14662026-03-20T03:57:17.623Z PASS [ 0.491s] (201/777) nextest-runner config::core::imp::tests::script_warnings
14672026-03-20T03:57:17.652Z PASS [ 0.523s] (202/777) nextest-runner config::core::imp::tests::ignored_keys
14682026-03-20T03:57:17.763Z PASS [ 0.483s] (203/777) nextest-runner config::elements::archive::tests::parse_invalid::absolute_path
14692026-03-20T03:57:17.770Z PASS [ 0.493s] (204/777) nextest-runner config::core::tool_config::tests::tool_config_basic
14702026-03-20T03:57:17.791Z PASS [ 0.460s] (205/777) nextest-runner config::elements::archive::tests::parse_invalid::invalid_on_missing_type
14712026-03-20T03:57:17.794Z PASS [ 0.501s] (206/777) nextest-runner config::elements::archive::tests::parse_invalid::invalid_on_missing
14722026-03-20T03:57:17.809Z PASS [ 0.017s] (207/777) nextest-runner config::elements::archive::tests::test_join_rel_path
14732026-03-20T03:57:17.964Z PASS [ 0.422s] (208/777) nextest-runner config::elements::archive::tests::parse_invalid::invalid_relative_to
14742026-03-20T03:57:18.048Z PASS [ 0.428s] (209/777) nextest-runner config::elements::archive::tests::parse_invalid::missing_list
14752026-03-20T03:57:18.080Z PASS [ 0.459s] (210/777) nextest-runner config::elements::archive::tests::parse_invalid::missing_relative_to
14762026-03-20T03:57:18.109Z PASS [ 0.456s] (211/777) nextest-runner config::elements::archive::tests::parse_invalid::negative_depth
14772026-03-20T03:57:18.220Z PASS [ 0.457s] (212/777) nextest-runner config::elements::archive::tests::parse_invalid::parent_component
14782026-03-20T03:57:18.249Z PASS [ 0.457s] (213/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::bench_global_timeout_does_not_affect_global_timeout
14792026-03-20T03:57:18.252Z PASS [ 0.478s] (214/777) nextest-runner config::elements::archive::tests::parse_valid
14802026-03-20T03:57:18.310Z PASS [ 0.500s] (215/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::both_global_timeout_and_bench_global_timeout_can_be_set_independently
14812026-03-20T03:57:18.440Z PASS [ 0.475s] (216/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::empty_config_uses_defaults_for_both_modes
14822026-03-20T03:57:18.469Z PASS [ 0.389s] (217/777) nextest-runner config::elements::global_timeout::tests::globaltimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14832026-03-20T03:57:18.473Z PASS [ 0.421s] (218/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::global_timeout_does_not_affect_bench_global_timeout
14842026-03-20T03:57:18.531Z PASS [ 0.422s] (219/777) nextest-runner config::elements::global_timeout::tests::globaltimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14852026-03-20T03:57:18.642Z PASS [ 0.421s] (220/777) nextest-runner config::elements::global_timeout::tests::globaltimeout_adheres_to_hierarchy::overrides_the_default_profile
14862026-03-20T03:57:18.694Z PASS [ 0.445s] (221/777) nextest-runner config::elements::inherits::tests::profile_inheritance::c_to_d_to_e_scc_cycle
14872026-03-20T03:57:18.756Z PASS [ 0.507s] (222/777) nextest-runner config::elements::inherits::tests::invalid_upward_inheritance
14882026-03-20T03:57:18.785Z PASS [ 0.475s] (223/777) nextest-runner config::elements::inherits::tests::profile_inheritance::inherit_from_defined_default_profile
14892026-03-20T03:57:18.892Z PASS [ 0.452s] (224/777) nextest-runner config::elements::inherits::tests::profile_inheritance::inherit_from_nonexistent_default_profile
14902026-03-20T03:57:18.918Z PASS [ 0.449s] (225/777) nextest-runner config::elements::inherits::tests::profile_inheritance::inheritance_errors_detected
14912026-03-20T03:57:18.949Z PASS [ 0.480s] (226/777) nextest-runner config::elements::inherits::tests::profile_inheritance::self_referential_error_not_inheritance_cycle
14922026-03-20T03:57:18.981Z PASS [ 0.450s] (227/777) nextest-runner config::elements::inherits::tests::profile_inheritance::three_level_inheritance
14932026-03-20T03:57:19.116Z PASS [ 0.474s] (228/777) nextest-runner config::elements::inherits::tests::valid_downward_inheritance
14942026-03-20T03:57:19.144Z PASS [ 0.449s] (229/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14952026-03-20T03:57:19.176Z PASS [ 0.419s] (230/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14962026-03-20T03:57:19.204Z PASS [ 0.419s] (231/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14972026-03-20T03:57:19.312Z PASS [ 0.420s] (232/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::incorrect_leak_timeout_format
14982026-03-20T03:57:19.368Z PASS [ 0.450s] (233/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::overrides_the_default_profile
14992026-03-20T03:57:19.395Z PASS [ 0.445s] (234/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::partial_leak_timeout_table_should_error
15002026-03-20T03:57:19.457Z PASS [ 0.476s] (235/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::partial_table
15012026-03-20T03:57:19.562Z PASS [ 0.446s] (236/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::empty_string_max_fail
15022026-03-20T03:57:19.590Z PASS [ 0.446s] (237/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_map_key
15032026-03-20T03:57:19.607Z PASS [ 0.017s] (238/777) nextest-runner config::elements::max_fail::tests::maxfail_builder_from_str
15042026-03-20T03:57:19.648Z PASS [ 0.472s] (239/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_max_fail_type
15052026-03-20T03:57:19.652Z PASS [ 0.444s] (240/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_negative_max_fail
15062026-03-20T03:57:19.793Z PASS [ 0.480s] (241/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_string_max_fail
15072026-03-20T03:57:19.821Z PASS [ 0.453s] (242/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_zero_max_fail
15082026-03-20T03:57:19.824Z PASS [ 0.426s] (243/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::string_as_positive_integer
15092026-03-20T03:57:19.852Z PASS [ 0.395s] (244/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::string_boolean_not_allowed
15102026-03-20T03:57:19.991Z PASS [ 0.428s] (245/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::zero_string
15112026-03-20T03:57:20.020Z PASS [ 0.413s] (246/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::boolean_false
15122026-03-20T03:57:20.037Z PASS [ 0.016s] (247/777) nextest-runner config::elements::priority::tests::priority_deserialize
15132026-03-20T03:57:20.054Z PASS [ 0.017s] (248/777) nextest-runner config::elements::priority::tests::priority_out_of_range
15142026-03-20T03:57:20.070Z PASS [ 0.015s] (249/777) nextest-runner config::elements::priority::tests::priority_sort_order
15152026-03-20T03:57:20.111Z PASS [ 0.462s] (250/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::boolean_true
15162026-03-20T03:57:20.142Z PASS [ 0.493s] (251/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_1
15172026-03-20T03:57:20.257Z PASS [ 0.463s] (252/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_1_with_explicit_wait
15182026-03-20T03:57:20.260Z PASS [ 0.435s] (253/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_2
15192026-03-20T03:57:20.285Z PASS [ 0.463s] (254/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_1_with_immediate
15202026-03-20T03:57:20.342Z PASS [ 0.489s] (255/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_5_with_immediate
15212026-03-20T03:57:20.481Z PASS [ 0.489s] (256/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_all
15222026-03-20T03:57:20.484Z PASS [ 0.411s] (257/777) nextest-runner config::elements::retry_policy::tests::overrides_flaky_result
15232026-03-20T03:57:20.541Z PASS [ 0.429s] (258/777) nextest-runner config::elements::retry_policy::tests::overrides_flaky_result_independent_resolution
15242026-03-20T03:57:20.567Z PASS [ 0.424s] (259/777) nextest-runner config::elements::retry_policy::tests::overrides_flaky_result_only
15252026-03-20T03:57:20.681Z PASS [ 0.424s] (260/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
15262026-03-20T03:57:20.684Z PASS [ 0.424s] (261/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
15272026-03-20T03:57:20.765Z PASS [ 0.480s] (262/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
15282026-03-20T03:57:20.825Z PASS [ 0.483s] (263/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
15292026-03-20T03:57:20.906Z PASS [ 0.425s] (264/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
15302026-03-20T03:57:20.988Z PASS [ 0.448s] (265/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
15312026-03-20T03:57:20.991Z PASS [ 0.507s] (266/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
15322026-03-20T03:57:21.049Z PASS [ 0.483s] (267/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::my_test_matches_exactly
15332026-03-20T03:57:21.133Z PASS [ 0.452s] (268/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::no_retries_specified
15342026-03-20T03:57:21.190Z PASS [ 0.508s] (269/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15352026-03-20T03:57:21.246Z PASS [ 0.481s] (270/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::not_match
15362026-03-20T03:57:21.272Z PASS [ 0.446s] (271/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15372026-03-20T03:57:21.300Z PASS [ 0.394s] (272/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15382026-03-20T03:57:21.406Z PASS [ 0.417s] (273/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15392026-03-20T03:57:21.461Z PASS [ 0.472s] (274/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15402026-03-20T03:57:21.488Z PASS [ 0.438s] (275/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15412026-03-20T03:57:21.547Z PASS [ 0.413s] (276/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15422026-03-20T03:57:21.575Z PASS [ 0.384s] (277/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15432026-03-20T03:57:21.686Z PASS [ 0.440s] (278/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15442026-03-20T03:57:21.766Z PASS [ 0.493s] (279/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::invalid_flaky_result_value
15452026-03-20T03:57:21.824Z PASS [ 0.523s] (280/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15462026-03-20T03:57:21.850Z PASS [ 0.444s] (281/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15472026-03-20T03:57:21.908Z PASS [ 0.446s] (282/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15482026-03-20T03:57:21.963Z PASS [ 0.474s] (283/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15492026-03-20T03:57:21.993Z PASS [ 0.446s] (284/777) nextest-runner config::elements::retry_policy::tests::parse_retries_valid
15502026-03-20T03:57:22.022Z PASS [ 0.446s] (285/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::bench_slow_timeout_does_not_affect_slow_timeout
15512026-03-20T03:57:22.076Z PASS [ 0.389s] (286/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::bench_slow_timeout_string_notation
15522026-03-20T03:57:22.158Z PASS [ 0.391s] (287/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::both_slow_timeout_and_bench_slow_timeout_can_be_set_independently
15532026-03-20T03:57:22.218Z PASS [ 0.390s] (288/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::empty_config_uses_defaults_for_both_modes
15542026-03-20T03:57:22.296Z PASS [ 0.446s] (289/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::slow_timeout_does_not_affect_bench_slow_timeout
15552026-03-20T03:57:22.351Z PASS [ 0.443s] (290/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15562026-03-20T03:57:22.432Z PASS [ 0.468s] (291/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15572026-03-20T03:57:22.489Z PASS [ 0.467s] (292/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::override_on_timeout_option
15582026-03-20T03:57:22.492Z PASS [ 0.495s] (293/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15592026-03-20T03:57:22.547Z PASS [ 0.471s] (294/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15602026-03-20T03:57:22.603Z PASS [ 0.446s] (295/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15612026-03-20T03:57:22.658Z PASS [ 0.444s] (296/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15622026-03-20T03:57:22.683Z PASS [ 0.387s] (297/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15632026-03-20T03:57:22.741Z PASS [ 0.390s] (298/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_result_failure
15642026-03-20T03:57:22.875Z PASS [ 0.444s] (299/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_result_success
15652026-03-20T03:57:22.955Z PASS [ 0.466s] (300/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15662026-03-20T03:57:22.985Z PASS [ 0.496s] (301/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15672026-03-20T03:57:23.015Z PASS [ 0.467s] (302/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15682026-03-20T03:57:23.018Z PASS [ 0.412s] (303/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_is_global
15692026-03-20T03:57:23.098Z PASS [ 0.439s] (304/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15702026-03-20T03:57:23.128Z PASS [ 0.444s] (305/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_starts_with_
15712026-03-20T03:57:23.186Z PASS [ 0.445s] (306/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_valid
15722026-03-20T03:57:23.267Z PASS [ 0.392s] (307/777) nextest-runner config::elements::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15732026-03-20T03:57:23.403Z PASS [ 0.447s] (308/777) nextest-runner config::elements::test_group::tests::unknown_groups::depends_on_user_config
15742026-03-20T03:57:23.458Z PASS [ 0.473s] (309/777) nextest-runner config::elements::test_group::tests::unknown_groups::unknown_group_in_tool_config
15752026-03-20T03:57:23.461Z PASS [ 0.443s] (310/777) nextest-runner config::elements::test_group::tests::unknown_groups::unknown_group_in_user_config
15762026-03-20T03:57:23.516Z PASS [ 0.501s] (311/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_is_global
15772026-03-20T03:57:23.541Z PASS [ 0.443s] (312/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_starts_with_
15782026-03-20T03:57:23.598Z PASS [ 0.471s] (313/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15792026-03-20T03:57:23.628Z PASS [ 0.360s] (314/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::negative
15802026-03-20T03:57:23.631Z PASS [ 0.441s] (315/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_valid
15812026-03-20T03:57:23.713Z PASS [ 0.309s] (316/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::num_cpus
15822026-03-20T03:57:23.923Z PASS [ 0.465s] (317/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::zero
15832026-03-20T03:57:23.952Z PASS [ 0.493s] (318/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::positive
15842026-03-20T03:57:24.008Z PASS [ 0.492s] (319/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::negative
15852026-03-20T03:57:24.012Z PASS [ 0.469s] (320/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_cpus
15862026-03-20T03:57:24.069Z PASS [ 0.441s] (321/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15872026-03-20T03:57:24.073Z PASS [ 0.470s] (322/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15882026-03-20T03:57:24.095Z PASS [ 0.467s] (323/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_test_threads
15892026-03-20T03:57:24.129Z PASS [ 0.416s] (324/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::positive
15902026-03-20T03:57:24.264Z PASS [ 0.340s] (325/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::zero
15912026-03-20T03:57:24.376Z PASS [ 0.425s] (326/777) nextest-runner config::overrides::imp::tests::cfg_unix_with_custom_platform
15922026-03-20T03:57:24.430Z PASS [ 0.420s] (327/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
15932026-03-20T03:57:24.541Z PASS [ 0.532s] (328/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
15942026-03-20T03:57:24.568Z PASS [ 0.499s] (329/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::default_filter_without_platform
15952026-03-20T03:57:24.571Z PASS [ 0.499s] (330/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::default_filter_with_default
15962026-03-20T03:57:24.585Z PASS [ 0.017s] (331/777) nextest-runner config::scripts::env_map::tests::apply_env
15972026-03-20T03:57:24.599Z PASS [ 0.504s] (332/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::default_filterset_in_default_filter
15982026-03-20T03:57:24.603Z PASS [ 0.017s] (333/777) nextest-runner config::scripts::env_map::tests::new_rejects_invalid_key
15992026-03-20T03:57:24.616Z PASS [ 0.017s] (334/777) nextest-runner config::scripts::env_map::tests::validate_env_var_key_invalid
16002026-03-20T03:57:24.619Z PASS [ 0.015s] (335/777) nextest-runner config::scripts::env_map::tests::validate_env_var_key_valid
16012026-03-20T03:57:24.628Z PASS [ 0.499s] (336/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::empty_platform_map
16022026-03-20T03:57:24.660Z PASS [ 0.395s] (337/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::invalid_filterset
16032026-03-20T03:57:24.721Z PASS [ 0.344s] (338/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::invalid_platform_expression
16042026-03-20T03:57:24.750Z PASS [ 0.319s] (339/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
16052026-03-20T03:57:24.916Z PASS [ 0.375s] (340/777) nextest-runner config::overrides::imp::tests::test_overrides_basic
16062026-03-20T03:57:24.999Z PASS [ 0.430s] (341/777) nextest-runner config::overrides::imp::tests::test_overrides_bench_slow_timeout
16072026-03-20T03:57:25.079Z PASS [ 0.462s] (342/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::empty_platform_map
16082026-03-20T03:57:25.110Z PASS [ 0.491s] (343/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::invalid_filterset
16092026-03-20T03:57:25.193Z PASS [ 0.565s] (344/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::invalid_platform_expression
16102026-03-20T03:57:25.197Z PASS [ 0.533s] (345/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
16112026-03-20T03:57:25.223Z PASS [ 0.473s] (346/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
16122026-03-20T03:57:25.227Z PASS [ 0.501s] (347/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_defined::tool_config_in_main_program
16132026-03-20T03:57:25.306Z PASS [ 0.389s] (348/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::command_line_is_duplicate
16142026-03-20T03:57:25.339Z PASS [ 0.340s] (349/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command
16152026-03-20T03:57:25.390Z PASS [ 0.311s] (350/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command_line_array_in_table
16162026-03-20T03:57:25.453Z PASS [ 0.343s] (351/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command_line_in_table
16172026-03-20T03:57:25.660Z PASS [ 0.466s] (352/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_first_character_a_digit
16182026-03-20T03:57:25.716Z PASS [ 0.522s] (353/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command_list
16192026-03-20T03:57:25.743Z PASS [ 0.519s] (354/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_started_with_an_unsupported_characters
16202026-03-20T03:57:25.775Z PASS [ 0.551s] (355/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_reserved_for_internal_use
16212026-03-20T03:57:25.778Z PASS [ 0.468s] (356/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_with_unsupported_characters
16222026-03-20T03:57:25.828Z PASS [ 0.489s] (357/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_is_duplicate
16232026-03-20T03:57:25.831Z PASS [ 0.438s] (358/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_is_not_a_map
16242026-03-20T03:57:25.858Z PASS [ 0.404s] (359/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_relative_to_value
16252026-03-20T03:57:25.920Z PASS [ 0.260s] (360/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_script_name
16262026-03-20T03:57:26.161Z PASS [ 0.445s] (361/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_target_runner_value
16272026-03-20T03:57:26.217Z PASS [ 0.474s] (362/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
16282026-03-20T03:57:26.244Z PASS [ 0.469s] (363/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::missing_command
16292026-03-20T03:57:26.300Z PASS [ 0.525s] (364/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::missing_command_line_in_table
16302026-03-20T03:57:26.324Z PASS [ 0.496s] (365/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::relative_to_is_duplicate
16312026-03-20T03:57:26.327Z PASS [ 0.468s] (366/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::target_runner_is_not_a_string
16322026-03-20T03:57:26.327Z PASS [ 0.496s] (367/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
16332026-03-20T03:57:26.342Z PASS [ 0.016s] (368/777) nextest-runner config::utils::helpers::tests::test_deserialize_relative_path
16342026-03-20T03:57:26.360Z PASS [ 0.439s] (369/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::unknown_field_in_command_table
16352026-03-20T03:57:26.377Z PASS [ 0.051s] (370/777) nextest-runner errors::tests::display_error_chain
16362026-03-20T03:57:26.380Z PASS [ 0.017s] (371/777) nextest-runner helpers::test::test_decimal_char_width
16372026-03-20T03:57:26.395Z PASS [ 0.053s] (372/777) nextest-runner errors::tests::display_error_list
16382026-03-20T03:57:26.399Z PASS [ 0.019s] (373/777) nextest-runner list::binary_list::tests::test_parse_binary_list
16392026-03-20T03:57:26.399Z PASS [ 0.021s] (374/777) nextest-runner list::binary_list::tests::test_parse_binary_list_from_message_lines
16402026-03-20T03:57:26.421Z PASS [ 0.260s] (375/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_list_using_run_filters::list_scripts_using_run_filters
16412026-03-20T03:57:26.427Z PASS [ 0.032s] (376/777) nextest-runner list::partition_tests::proptest_slice_even_distribution
16422026-03-20T03:57:26.438Z PASS [ 0.041s] (377/777) nextest-runner list::partition_tests::proptest_slice_ignored_independence
16432026-03-20T03:57:26.441Z PASS [ 0.020s] (378/777) nextest-runner list::partition_tests::test_apply_per_binary_partitioning_count
16442026-03-20T03:57:26.444Z PASS [ 0.046s] (379/777) nextest-runner list::partition_tests::proptest_slice_shards_complete_and_disjoint
16452026-03-20T03:57:26.447Z PASS [ 0.019s] (380/777) nextest-runner list::partition_tests::test_partition_hash
16462026-03-20T03:57:26.457Z PASS [ 0.019s] (381/777) nextest-runner list::partition_tests::test_partition_ignored_independent
16472026-03-20T03:57:26.460Z PASS [ 0.019s] (382/777) nextest-runner list::partition_tests::test_partition_prefiltered_excluded_from_counting
16482026-03-20T03:57:26.463Z PASS [ 0.018s] (383/777) nextest-runner list::partition_tests::test_partition_rerun_already_passed
16492026-03-20T03:57:26.467Z PASS [ 0.017s] (384/777) nextest-runner list::partition_tests::test_partition_test_count_and_run_count
16502026-03-20T03:57:26.477Z PASS [ 0.019s] (385/777) nextest-runner list::partition_tests::test_slice_cross_binary_distribution
16512026-03-20T03:57:26.480Z PASS [ 0.019s] (386/777) nextest-runner list::partition_tests::test_slice_prefiltered_excluded_from_cross_binary_counting
16522026-03-20T03:57:26.480Z PASS [ 0.018s] (387/777) nextest-runner list::partition_tests::test_slice_rerun_already_passed_cross_binary
16532026-03-20T03:57:26.483Z PASS [ 0.017s] (388/777) nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
16542026-03-20T03:57:26.494Z PASS [ 0.016s] (389/777) nextest-runner list::rust_build_meta::tests::test_from_summary::build_directory_absent_defaults_to_target_directory
16552026-03-20T03:57:26.497Z PASS [ 0.018s] (390/777) nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
16562026-03-20T03:57:26.497Z PASS [ 0.015s] (391/777) nextest-runner list::rust_build_meta::tests::test_from_summary::build_directory_differs_from_target_directory
16572026-03-20T03:57:26.497Z PASS [ 0.015s] (392/777) nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
16582026-03-20T03:57:26.511Z PASS [ 0.016s] (393/777) nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
16592026-03-20T03:57:26.515Z PASS [ 0.016s] (394/777) nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
16602026-03-20T03:57:26.515Z PASS [ 0.017s] (395/777) nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
16612026-03-20T03:57:26.515Z PASS [ 0.016s] (396/777) nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
16622026-03-20T03:57:26.529Z PASS [ 0.017s] (397/777) nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
16632026-03-20T03:57:26.532Z PASS [ 0.017s] (398/777) nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
16642026-03-20T03:57:26.532Z PASS [ 0.017s] (399/777) nextest-runner list::rust_build_meta::tests::test_to_archive_summary_omits_build_directory
16652026-03-20T03:57:26.532Z PASS [ 0.017s] (400/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_directory_differs_from_target_directory
16662026-03-20T03:57:26.547Z PASS [ 0.017s] (401/777) nextest-runner list::test_list::tests::apply_wrappers_examples
16672026-03-20T03:57:26.549Z PASS [ 0.018s] (402/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_directory_equals_target_directory
16682026-03-20T03:57:26.550Z PASS [ 0.017s] (403/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
16692026-03-20T03:57:26.550Z PASS [ 0.018s] (404/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
16702026-03-20T03:57:26.553Z PASS [ 0.335s] (405/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_unknown::unknown_scripts
16712026-03-20T03:57:26.566Z PASS [ 0.019s] (406/777) nextest-runner pager::tests::test_external_pager_double_finalize_is_idempotent
16722026-03-20T03:57:26.569Z PASS [ 0.016s] (407/777) nextest-runner pager::tests::test_external_pager_drop_without_finalize
16732026-03-20T03:57:26.569Z PASS [ 0.022s] (408/777) nextest-runner list::test_list::tests::test_parse_test_list
16742026-03-20T03:57:26.584Z PASS [ 0.018s] (409/777) nextest-runner pager::tests::test_external_pager_early_exit_squelches_broken_pipe
16752026-03-20T03:57:26.587Z PASS [ 0.015s] (410/777) nextest-runner pager::tests::test_request_pager_never_paginate
16762026-03-20T03:57:26.587Z PASS [ 0.017s] (411/777) nextest-runner pager::tests::test_external_pager_write_and_finalize
16772026-03-20T03:57:26.590Z PASS [ 0.344s] (412/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_wrong_type::wrong_script_types
16782026-03-20T03:57:26.600Z PASS [ 0.053s] (413/777) nextest-runner list::test_list::tests::test_parse_list_lines
16792026-03-20T03:57:26.603Z PASS [ 0.016s] (414/777) nextest-runner pager::tests::test_terminal_output
16802026-03-20T03:57:26.603Z PASS [ 0.015s] (415/777) nextest-runner pager::tests::test_terminal_output_drop
16812026-03-20T03:57:26.603Z PASS [ 0.015s] (416/777) nextest-runner partition::tests::partitioner_builder_from_str
16822026-03-20T03:57:26.603Z PASS [ 0.015s] (417/777) nextest-runner partition::tests::partitioner_builder_scope
16832026-03-20T03:57:26.618Z PASS [ 0.016s] (418/777) nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
16842026-03-20T03:57:26.621Z PASS [ 0.017s] (419/777) nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
16852026-03-20T03:57:26.621Z PASS [ 0.017s] (420/777) nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
16862026-03-20T03:57:26.621Z PASS [ 0.017s] (421/777) nextest-runner platform::tests::test_from_rustc_output_invalid
16872026-03-20T03:57:26.621Z PASS [ 0.018s] (422/777) nextest-runner record::chrome_trace::tests::basic_test_run
16882026-03-20T03:57:26.637Z PASS [ 0.019s] (423/777) nextest-runner record::chrome_trace::tests::empty_run_produces_only_run_lifecycle
16892026-03-20T03:57:26.640Z PASS [ 0.020s] (424/777) nextest-runner record::chrome_trace::tests::pause_resume_with_setup_scripts
16902026-03-20T03:57:26.640Z PASS [ 0.020s] (425/777) nextest-runner record::chrome_trace::tests::pause_resume_splits_events
16912026-03-20T03:57:26.640Z PASS [ 0.020s] (426/777) nextest-runner record::chrome_trace::tests::multiple_binaries_grouping_modes
16922026-03-20T03:57:26.640Z PASS [ 0.018s] (427/777) nextest-runner record::chrome_trace::tests::pause_resume_with_stress_subrun
16932026-03-20T03:57:26.656Z PASS [ 0.017s] (428/777) nextest-runner record::chrome_trace::tests::setup_script
16942026-03-20T03:57:26.659Z PASS [ 0.019s] (429/777) nextest-runner record::chrome_trace::tests::results_counter_events
16952026-03-20T03:57:26.659Z PASS [ 0.018s] (430/777) nextest-runner record::chrome_trace::tests::run_bar_uses_event_timestamp
16962026-03-20T03:57:26.659Z PASS [ 0.018s] (431/777) nextest-runner record::chrome_trace::tests::run_finished_while_paused
16972026-03-20T03:57:26.659Z PASS [ 0.019s] (432/777) nextest-runner record::chrome_trace::tests::retry_across_pause_boundary
16982026-03-20T03:57:26.662Z PASS [ 0.360s] (433/777) nextest-runner config::scripts::imp::tests::test_parse_scripts_empty_sections
16992026-03-20T03:57:26.665Z PASS [ 0.340s] (434/777) nextest-runner config::scripts::imp::tests::test_scripts_basic
17002026-03-20T03:57:26.677Z PASS [ 0.017s] (435/777) nextest-runner record::chrome_trace::tests::test_slow_instant_event
17012026-03-20T03:57:26.680Z PASS [ 0.020s] (436/777) nextest-runner record::chrome_trace::tests::stress_subrun_events
17022026-03-20T03:57:26.680Z PASS [ 0.016s] (437/777) nextest-runner record::dicts::tests::dictionaries_have_expected_sizes
17032026-03-20T03:57:26.710Z PASS [ 0.054s] (438/777) nextest-runner record::chrome_trace::tests::snapshot_basic_trace
17042026-03-20T03:57:26.713Z PASS [ 0.053s] (439/777) nextest-runner record::chrome_trace::tests::snapshot_slot_mode_chrome_trace
17052026-03-20T03:57:26.713Z PASS [ 0.054s] (440/777) nextest-runner record::chrome_trace::tests::snapshot_retry_flow_events
17062026-03-20T03:57:26.713Z PASS [ 0.054s] (441/777) nextest-runner record::chrome_trace::tests::snapshot_pause_resume_trace
17072026-03-20T03:57:26.728Z PASS [ 0.048s] (442/777) nextest-runner record::display::tests::test_display_detailed_with_parent_run
17082026-03-20T03:57:26.731Z PASS [ 0.051s] (443/777) nextest-runner record::display::tests::test_display_alignment_multiple_runs
17092026-03-20T03:57:26.731Z PASS [ 0.050s] (444/777) nextest-runner record::display::tests::test_display_detailed
17102026-03-20T03:57:26.731Z PASS [ 0.182s] (445/777) nextest-runner list::test_list::tests::test_instance_id_key_borrow_consistency
17112026-03-20T03:57:26.763Z PASS [ 0.053s] (446/777) nextest-runner record::display::tests::test_display_prune_plan_multiple_runs
17122026-03-20T03:57:26.766Z PASS [ 0.053s] (447/777) nextest-runner record::display::tests::test_display_prune_result_full
17132026-03-20T03:57:26.766Z PASS [ 0.053s] (448/777) nextest-runner record::display::tests::test_display_prune_plan_single_run
17142026-03-20T03:57:26.766Z PASS [ 0.053s] (449/777) nextest-runner record::display::tests::test_display_prune_plan_empty
17152026-03-20T03:57:26.780Z PASS [ 0.052s] (450/777) nextest-runner record::display::tests::test_display_prune_result_nothing_pruned_with_error
17162026-03-20T03:57:26.784Z PASS [ 0.052s] (451/777) nextest-runner record::display::tests::test_display_prune_result_nothing_to_prune
17172026-03-20T03:57:26.784Z PASS [ 0.050s] (452/777) nextest-runner record::display::tests::test_display_prune_result_single_run
17182026-03-20T03:57:26.784Z PASS [ 0.051s] (453/777) nextest-runner record::display::tests::test_display_prune_result_multiple_runs
17192026-03-20T03:57:26.816Z PASS [ 0.052s] (454/777) nextest-runner record::display::tests::test_display_prune_result_with_multiple_orphans
17202026-03-20T03:57:26.819Z PASS [ 0.052s] (455/777) nextest-runner record::display::tests::test_display_prune_result_with_errors_implicit
17212026-03-20T03:57:26.819Z PASS [ 0.052s] (456/777) nextest-runner record::display::tests::test_display_prune_result_with_errors_explicit
17222026-03-20T03:57:26.819Z PASS [ 0.052s] (457/777) nextest-runner record::display::tests::test_display_prune_result_with_orphan
17232026-03-20T03:57:26.833Z PASS [ 0.053s] (458/777) nextest-runner record::display::tests::test_display_recorded_run_info_no_tests
17242026-03-20T03:57:26.836Z PASS [ 0.053s] (459/777) nextest-runner record::display::tests::test_display_recorded_run_info_not_run
17252026-03-20T03:57:26.836Z PASS [ 0.053s] (460/777) nextest-runner record::display::tests::test_display_recorded_run_info_incomplete
17262026-03-20T03:57:26.836Z PASS [ 0.053s] (461/777) nextest-runner record::display::tests::test_display_recorded_run_info_completed
17272026-03-20T03:57:26.870Z PASS [ 0.054s] (462/777) nextest-runner record::display::tests::test_display_replayability_statuses
17282026-03-20T03:57:26.873Z PASS [ 0.054s] (463/777) nextest-runner record::display::tests::test_display_recorded_run_info_stress_completed
17292026-03-20T03:57:26.873Z PASS [ 0.054s] (464/777) nextest-runner record::display::tests::test_display_run_list
17302026-03-20T03:57:26.873Z PASS [ 0.054s] (465/777) nextest-runner record::display::tests::test_display_recorded_run_info_stress_cancelled
17312026-03-20T03:57:26.886Z PASS [ 0.053s] (466/777) nextest-runner record::display::tests::test_tree_branching_with_chains
17322026-03-20T03:57:26.889Z PASS [ 0.053s] (467/777) nextest-runner record::display::tests::test_display_stress_stats_alignment
17332026-03-20T03:57:26.889Z PASS [ 0.053s] (468/777) nextest-runner record::display::tests::test_tree_branching
17342026-03-20T03:57:26.889Z PASS [ 0.053s] (469/777) nextest-runner record::display::tests::test_tree_compressed_with_branching
17352026-03-20T03:57:26.925Z PASS [ 0.054s] (470/777) nextest-runner record::display::tests::test_tree_deep_chain
17362026-03-20T03:57:26.928Z PASS [ 0.054s] (471/777) nextest-runner record::display::tests::test_tree_linear_chain
17372026-03-20T03:57:26.928Z PASS [ 0.054s] (472/777) nextest-runner record::display::tests::test_tree_mixed_independent_and_chain
17382026-03-20T03:57:26.928Z PASS [ 0.054s] (473/777) nextest-runner record::display::tests::test_tree_continuation_flags
17392026-03-20T03:57:26.939Z PASS [ 0.053s] (474/777) nextest-runner record::display::tests::test_tree_pruned_parent_with_chain
17402026-03-20T03:57:26.942Z PASS [ 0.052s] (475/777) nextest-runner record::display::tests::test_tree_unicode_characters
17412026-03-20T03:57:26.942Z PASS [ 0.052s] (476/777) nextest-runner record::display::tests::test_tree_pruned_parent
17422026-03-20T03:57:26.942Z PASS [ 0.053s] (477/777) nextest-runner record::display::tests::test_tree_pruned_parent_with_multiple_children
17432026-03-20T03:57:26.945Z PASS [ 0.017s] (478/777) nextest-runner record::format::tests::test_dict_bytes
17442026-03-20T03:57:26.945Z PASS [ 0.017s] (479/777) nextest-runner record::format::tests::test_portable_manifest_format_version
17452026-03-20T03:57:26.945Z PASS [ 0.017s] (480/777) nextest-runner record::format::tests::test_output_dict_for_path
17462026-03-20T03:57:26.945Z PASS [ 0.018s] (481/777) nextest-runner record::format::tests::test_output_dict_for_output_file_name
17472026-03-20T03:57:26.957Z PASS [ 0.018s] (482/777) nextest-runner record::format::tests::test_recorded_run_deserialize_unknown_status
17482026-03-20T03:57:26.961Z PASS [ 0.018s] (483/777) nextest-runner record::format::tests::test_recorded_run_deserialize_without_minor_version
17492026-03-20T03:57:26.961Z PASS [ 0.016s] (484/777) nextest-runner record::format::tests::test_recorded_run_roundtrip
17502026-03-20T03:57:26.961Z PASS [ 0.015s] (485/777) nextest-runner record::format::tests::test_recorded_run_serialize_includes_minor_version
17512026-03-20T03:57:26.975Z PASS [ 0.016s] (486/777) nextest-runner record::format::tests::test_runs_json_current_version
17522026-03-20T03:57:26.991Z PASS [ 0.052s] (487/777) nextest-runner record::format::tests::test_portable_version_compatibility
17532026-03-20T03:57:26.994Z PASS [ 0.052s] (488/777) nextest-runner record::format::tests::test_portable_version_serialization
17542026-03-20T03:57:26.994Z PASS [ 0.049s] (489/777) nextest-runner record::format::tests::test_recorded_run_serialize_cancelled
17552026-03-20T03:57:26.994Z PASS [ 0.049s] (490/777) nextest-runner record::format::tests::test_recorded_run_serialize_completed
17562026-03-20T03:57:26.994Z PASS [ 0.017s] (491/777) nextest-runner record::format::tests::test_runs_json_missing_version
17572026-03-20T03:57:27.009Z PASS [ 0.018s] (492/777) nextest-runner record::format::tests::test_runs_json_older_version
17582026-03-20T03:57:27.013Z PASS [ 0.017s] (493/777) nextest-runner record::format::tests::test_runs_json_serialization_includes_version
17592026-03-20T03:57:27.013Z PASS [ 0.050s] (494/777) nextest-runner record::format::tests::test_recorded_run_serialize_stress_completed
17602026-03-20T03:57:27.013Z PASS [ 0.052s] (495/777) nextest-runner record::format::tests::test_recorded_run_serialize_incomplete
17612026-03-20T03:57:27.013Z PASS [ 0.052s] (496/777) nextest-runner record::format::tests::test_recorded_run_serialize_stress_cancelled
17622026-03-20T03:57:27.013Z PASS [ 0.018s] (497/777) nextest-runner record::format::tests::test_runs_json_newer_version
17632026-03-20T03:57:27.016Z PASS [ 0.019s] (498/777) nextest-runner record::format::tests::test_runs_json_new
17642026-03-20T03:57:27.028Z PASS [ 0.018s] (499/777) nextest-runner record::portable::tests::test_ensure_seekable_spool_exact_limit
17652026-03-20T03:57:27.031Z PASS [ 0.018s] (500/777) nextest-runner record::portable::tests::test_ensure_seekable_spool_one_over_limit
17662026-03-20T03:57:27.031Z PASS [ 0.018s] (501/777) nextest-runner record::portable::tests::test_ensure_seekable_pipe
17672026-03-20T03:57:27.032Z PASS [ 0.018s] (502/777) nextest-runner record::portable::tests::test_ensure_seekable_regular_file
17682026-03-20T03:57:27.032Z PASS [ 0.018s] (503/777) nextest-runner record::portable::tests::test_ensure_seekable_empty_pipe
17692026-03-20T03:57:27.032Z PASS [ 0.016s] (504/777) nextest-runner record::portable::tests::test_ensure_seekable_spool_too_large
17702026-03-20T03:57:27.032Z PASS [ 0.021s] (505/777) nextest-runner record::portable::tests::test_default_filename
17712026-03-20T03:57:27.046Z PASS [ 0.053s] (506/777) nextest-runner record::format::tests::test_store_version_compatibility
17722026-03-20T03:57:27.049Z PASS [ 0.015s] (507/777) nextest-runner record::recorder::tests::test_truncate_output_basic
17732026-03-20T03:57:27.049Z PASS [ 0.018s] (508/777) nextest-runner record::reader::tests::test_record_reader_nonexistent_dir
17742026-03-20T03:57:27.049Z PASS [ 0.018s] (509/777) nextest-runner record::recorder::tests::test_compress_with_dict_stdout
17752026-03-20T03:57:27.049Z PASS [ 0.019s] (510/777) nextest-runner record::portable::tests::test_missing_run_dir
17762026-03-20T03:57:27.049Z PASS [ 0.020s] (511/777) nextest-runner record::portable::tests::test_missing_store_zip
17772026-03-20T03:57:27.049Z PASS [ 0.021s] (512/777) nextest-runner record::portable::tests::test_missing_run_log
17782026-03-20T03:57:27.055Z PASS [ 0.022s] (513/777) nextest-runner record::portable::tests::test_write_portable_recording
17792026-03-20T03:57:27.063Z PASS [ 0.015s] (514/777) nextest-runner record::recorder::tests::test_truncate_output_no_truncation_needed
17802026-03-20T03:57:27.066Z PASS [ 0.015s] (515/777) nextest-runner record::recorder::tests::test_truncate_output_max_size_smaller_than_marker
17812026-03-20T03:57:27.066Z PASS [ 0.015s] (516/777) nextest-runner record::recorder::tests::test_truncate_output_max_size_zero
17822026-03-20T03:57:27.066Z PASS [ 0.017s] (517/777) nextest-runner record::recorder::tests::test_truncate_output_marker_shows_correct_count
17832026-03-20T03:57:27.066Z PASS [ 0.017s] (518/777) nextest-runner record::recorder::tests::test_truncate_output_exact_size
17842026-03-20T03:57:27.066Z PASS [ 0.015s] (519/777) nextest-runner record::rerun::tests::decide_test_outcome_truth_table
17852026-03-20T03:57:27.069Z PASS [ 0.017s] (520/777) nextest-runner record::recorder::tests::test_truncate_output_preserves_head_and_tail
17862026-03-20T03:57:27.080Z PASS [ 0.017s] (521/777) nextest-runner record::rerun::tests::spec_property_failed_becomes_outstanding
17872026-03-20T03:57:27.080Z PASS [ 0.017s] (522/777) nextest-runner record::rerun::tests::spec_property_outstanding_to_passing_on_pass
17882026-03-20T03:57:27.087Z PASS [ 0.017s] (523/777) nextest-runner record::rerun::tests::flaky_result_affects_rerun_outcome
17892026-03-20T03:57:27.087Z PASS [ 0.014s] (524/777) nextest-runner record::rerun::tests::spec_property_test_not_in_list_behavior
17902026-03-20T03:57:27.087Z PASS [ 0.016s] (525/777) nextest-runner record::rerun::tests::spec_property_passing_monotonicity
17912026-03-20T03:57:27.099Z PASS [ 0.017s] (526/777) nextest-runner record::retention::tests::test_all_runs_deleted_by_age
17922026-03-20T03:57:27.103Z PASS [ 0.017s] (527/777) nextest-runner record::retention::tests::test_age_limit
17932026-03-20T03:57:27.103Z PASS [ 0.018s] (528/777) nextest-runner record::rerun::tests::stress_run_accumulation
17942026-03-20T03:57:27.103Z PASS [ 0.018s] (529/777) nextest-runner record::rerun::tests::stress_run_multiple_tests_independent
17952026-03-20T03:57:27.115Z PASS [ 0.016s] (530/777) nextest-runner record::retention::tests::test_combined_limits
17962026-03-20T03:57:27.121Z PASS [ 0.016s] (531/777) nextest-runner record::retention::tests::test_all_runs_deleted_by_size
17972026-03-20T03:57:27.121Z PASS [ 0.017s] (532/777) nextest-runner record::retention::tests::test_clock_skew_negative_age_saturates_to_zero
17982026-03-20T03:57:27.121Z PASS [ 0.017s] (533/777) nextest-runner record::retention::tests::test_all_runs_deleted_by_count_zero
17992026-03-20T03:57:27.134Z PASS [ 0.018s] (534/777) nextest-runner record::retention::tests::test_from_record_config
18002026-03-20T03:57:27.138Z PASS [ 0.018s] (535/777) nextest-runner record::retention::tests::test_incomplete_runs_not_automatically_deleted
18012026-03-20T03:57:27.138Z PASS [ 0.018s] (536/777) nextest-runner record::retention::tests::test_empty_runs_list
18022026-03-20T03:57:27.138Z PASS [ 0.018s] (537/777) nextest-runner record::retention::tests::test_count_limit
18032026-03-20T03:57:27.150Z PASS [ 0.016s] (538/777) nextest-runner record::retention::tests::test_size_limit
18042026-03-20T03:57:27.153Z PASS [ 0.016s] (539/777) nextest-runner record::run_id_index::tests::test_asymmetric_neighbors
18052026-03-20T03:57:27.153Z PASS [ 0.016s] (540/777) nextest-runner record::retention::tests::test_no_limits_keeps_all
18062026-03-20T03:57:27.153Z PASS [ 0.017s] (541/777) nextest-runner record::retention::tests::test_limits_exceeded_by_factor
18072026-03-20T03:57:27.166Z PASS [ 0.015s] (542/777) nextest-runner record::run_id_index::tests::test_hex_len_to_string_index
18082026-03-20T03:57:27.169Z PASS [ 0.015s] (543/777) nextest-runner record::run_id_index::tests::test_empty_index
18092026-03-20T03:57:27.169Z PASS [ 0.016s] (544/777) nextest-runner record::run_id_index::tests::test_not_in_index
18102026-03-20T03:57:27.169Z PASS [ 0.016s] (545/777) nextest-runner record::run_id_index::tests::test_prefix_crosses_dash
18112026-03-20T03:57:27.169Z PASS [ 0.121s] (546/777) nextest-runner record::recorder::tests::test_truncate_output_large_input
18122026-03-20T03:57:27.183Z PASS [ 0.015s] (547/777) nextest-runner record::run_id_index::tests::test_run_id_selector_default
18132026-03-20T03:57:27.186Z PASS [ 0.016s] (548/777) nextest-runner record::run_id_index::tests::test_run_id_or_archive_selector_default
18142026-03-20T03:57:27.186Z PASS [ 0.016s] (549/777) nextest-runner record::run_id_index::tests::test_run_id_or_archive_selector_display
18152026-03-20T03:57:27.186Z PASS [ 0.015s] (550/777) nextest-runner record::run_id_index::tests::test_run_id_or_archive_selector_from_str
18162026-03-20T03:57:27.186Z PASS [ 0.017s] (551/777) nextest-runner record::run_id_index::tests::test_resolve_prefix
18172026-03-20T03:57:27.199Z PASS [ 0.016s] (552/777) nextest-runner record::run_id_index::tests::test_run_id_selector_display
18182026-03-20T03:57:27.202Z PASS [ 0.016s] (553/777) nextest-runner record::run_id_index::tests::test_run_id_selector_from_str
18192026-03-20T03:57:27.202Z PASS [ 0.016s] (554/777) nextest-runner record::state_dir::tests::test_decode_rejects_malformed
18202026-03-20T03:57:27.203Z PASS [ 0.017s] (555/777) nextest-runner record::run_id_index::tests::test_single_entry
18212026-03-20T03:57:27.203Z PASS [ 0.017s] (556/777) nextest-runner record::run_id_index::tests::test_shared_prefix
18222026-03-20T03:57:27.209Z PASS [ 0.145s] (557/777) nextest-runner record::rerun::tests::passing_and_outstanding_disjoint
18232026-03-20T03:57:27.212Z PASS [ 0.146s] (558/777) nextest-runner record::rerun::tests::matching_tests_with_outcomes_are_tracked
18242026-03-20T03:57:27.217Z PASS [ 0.017s] (559/777) nextest-runner record::state_dir::tests::test_encode_decode_roundtrip
18252026-03-20T03:57:27.220Z PASS [ 0.016s] (560/777) nextest-runner record::state_dir::tests::test_long_paths_truncated_with_hash
18262026-03-20T03:57:27.220Z PASS [ 0.017s] (561/777) nextest-runner record::state_dir::tests::test_decode_valid_escapes
18272026-03-20T03:57:27.220Z PASS [ 0.016s] (562/777) nextest-runner record::state_dir::tests::test_encoding_is_bijective
18282026-03-20T03:57:27.220Z PASS [ 0.017s] (563/777) nextest-runner record::state_dir::tests::test_encode_workspace_path
18292026-03-20T03:57:27.224Z PASS [ 0.015s] (564/777) nextest-runner record::state_dir::tests::test_records_state_dir
18302026-03-20T03:57:27.228Z PASS [ 0.016s] (565/777) nextest-runner record::state_dir::tests::test_records_state_dir_canonicalizes_symlinks
18312026-03-20T03:57:27.234Z PASS [ 0.017s] (566/777) nextest-runner record::state_dir::tests::test_truncation_with_unicode
18322026-03-20T03:57:27.237Z PASS [ 0.017s] (567/777) nextest-runner record::state_dir::tests::test_truncation_preserves_uniqueness
18332026-03-20T03:57:27.237Z PASS [ 0.017s] (568/777) nextest-runner record::state_dir::tests::test_truncation_boundary_at_96_bytes
18342026-03-20T03:57:27.237Z PASS [ 0.017s] (569/777) nextest-runner record::state_dir::tests::test_truncation_different_suffixes_same_prefix
18352026-03-20T03:57:27.237Z PASS [ 0.018s] (570/777) nextest-runner record::state_dir::tests::test_short_paths_not_truncated
18362026-03-20T03:57:27.237Z PASS [ 0.154s] (571/777) nextest-runner record::rerun::tests::sut_matches_oracle
18372026-03-20T03:57:27.242Z PASS [ 0.016s] (572/777) nextest-runner record::summary::tests::test_output_file_name_deserialize_invalid
18382026-03-20T03:57:27.252Z PASS [ 0.016s] (573/777) nextest-runner record::summary::tests::test_output_file_name_different_content_different_hash
18392026-03-20T03:57:27.252Z PASS [ 0.016s] (574/777) nextest-runner record::summary::tests::test_output_file_name_from_content_stdout
18402026-03-20T03:57:27.255Z PASS [ 0.017s] (575/777) nextest-runner record::summary::tests::test_output_file_name_empty_content
18412026-03-20T03:57:27.255Z PASS [ 0.016s] (576/777) nextest-runner record::summary::tests::test_output_file_name_from_content_stderr
18422026-03-20T03:57:27.255Z PASS [ 0.017s] (577/777) nextest-runner record::summary::tests::test_output_file_name_deterministic
18432026-03-20T03:57:27.255Z PASS [ 0.018s] (578/777) nextest-runner record::summary::tests::test_output_file_name_from_content_combined
18442026-03-20T03:57:27.263Z PASS [ 0.015s] (579/777) nextest-runner record::summary::tests::test_output_file_name_same_content_different_kind
18452026-03-20T03:57:27.269Z PASS [ 0.016s] (580/777) nextest-runner record::summary::tests::test_zip_store_output_file_name
18462026-03-20T03:57:27.272Z PASS [ 0.017s] (581/777) nextest-runner record::summary::tests::test_output_file_name_validate_valid_content_addressed
18472026-03-20T03:57:27.272Z PASS [ 0.017s] (582/777) nextest-runner record::summary::tests::test_output_file_name_serde_round_trip
18482026-03-20T03:57:27.272Z PASS [ 0.018s] (583/777) nextest-runner record::summary::tests::test_output_file_name_validate_rejects_old_format
18492026-03-20T03:57:27.272Z PASS [ 0.017s] (584/777) nextest-runner record::tree::tests::test_branching
18502026-03-20T03:57:27.272Z PASS [ 0.019s] (585/777) nextest-runner record::summary::tests::test_output_file_name_validate_invalid_patterns
18512026-03-20T03:57:27.276Z PASS [ 0.017s] (586/777) nextest-runner record::tree::tests::test_branching_with_chains
18522026-03-20T03:57:27.285Z PASS [ 0.016s] (587/777) nextest-runner record::tree::tests::test_continuation_flags_with_siblings
18532026-03-20T03:57:27.289Z PASS [ 0.016s] (588/777) nextest-runner record::tree::tests::test_continuation_flags_not_last
18542026-03-20T03:57:27.289Z PASS [ 0.017s] (589/777) nextest-runner record::tree::tests::test_compressed_grandparent_with_branching_children
18552026-03-20T03:57:27.289Z PASS [ 0.017s] (590/777) nextest-runner record::tree::tests::test_cycle_disconnected_from_root
18562026-03-20T03:57:27.289Z PASS [ 0.017s] (591/777) nextest-runner record::tree::tests::test_cycle_self_parent
18572026-03-20T03:57:27.292Z PASS [ 0.018s] (592/777) nextest-runner record::tree::tests::test_deep_chain_with_branching
18582026-03-20T03:57:27.292Z PASS [ 0.016s] (593/777) nextest-runner record::tree::tests::test_empty
18592026-03-20T03:57:27.307Z PASS [ 0.019s] (594/777) nextest-runner record::tree::tests::test_linear_chain
18602026-03-20T03:57:27.307Z PASS [ 0.020s] (595/777) nextest-runner record::tree::tests::test_multiple_trees
18612026-03-20T03:57:27.310Z PASS [ 0.018s] (596/777) nextest-runner record::tree::tests::test_pruned_parent_with_multiple_children
18622026-03-20T03:57:27.310Z PASS [ 0.020s] (597/777) nextest-runner record::tree::tests::test_pruned_parent
18632026-03-20T03:57:27.310Z PASS [ 0.019s] (598/777) nextest-runner record::tree::tests::test_single_root
18642026-03-20T03:57:27.321Z PASS [ 0.034s] (599/777) nextest-runner record::tree::tests::test_roots_sorted_by_max_subtree_time
18652026-03-20T03:57:27.324Z PASS [ 0.018s] (600/777) nextest-runner redact::tests::test_redact_path
18662026-03-20T03:57:27.329Z PASS [ 0.022s] (601/777) nextest-runner reporter::displayer::config::tests::resolve_auto_progress_decisions
18672026-03-20T03:57:27.332Z PASS [ 0.026s] (602/777) nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
18682026-03-20T03:57:27.335Z PASS [ 0.026s] (603/777) nextest-runner reporter::displayer::config::tests::resolve_cli_overrides_win
18692026-03-20T03:57:27.338Z PASS [ 0.017s] (604/777) nextest-runner reporter::displayer::config::tests::resolve_counter_progress_decisions
18702026-03-20T03:57:27.342Z PASS [ 0.015s] (605/777) nextest-runner reporter::displayer::config::tests::resolve_no_capture_raises_status_level
18712026-03-20T03:57:27.345Z PASS [ 0.016s] (606/777) nextest-runner reporter::displayer::config::tests::resolve_none_progress_decisions
18722026-03-20T03:57:27.348Z PASS [ 0.015s] (607/777) nextest-runner reporter::displayer::config::tests::resolve_partial_cli_overrides
18732026-03-20T03:57:27.351Z PASS [ 0.015s] (608/777) nextest-runner reporter::displayer::config::tests::resolve_running_progress_decisions
18742026-03-20T03:57:27.354Z PASS [ 0.015s] (609/777) nextest-runner reporter::displayer::config::tests::resolve_suppress_success_with_progress_bar
18752026-03-20T03:57:27.357Z PASS [ 0.015s] (610/777) nextest-runner reporter::displayer::config::tests::resolve_uses_profile_defaults
18762026-03-20T03:57:27.361Z PASS [ 0.016s] (611/777) nextest-runner reporter::displayer::formatters::tests::test_final_warnings
18772026-03-20T03:57:27.364Z PASS [ 0.056s] (612/777) nextest-runner redact::tests::test_size_display
18782026-03-20T03:57:27.367Z PASS [ 0.075s] (613/777) nextest-runner record::tree::tests::tree_output_invariant_under_shuffle
18792026-03-20T03:57:27.370Z PASS [ 0.016s] (614/777) nextest-runner reporter::displayer::imp::tests::no_capture_settings
18802026-03-20T03:57:27.373Z PASS [ 0.016s] (615/777) nextest-runner reporter::displayer::imp::tests::sort_final_outputs_counter_flag
18812026-03-20T03:57:27.377Z PASS [ 0.017s] (616/777) nextest-runner reporter::displayer::imp::tests::sort_final_outputs_mixed_status_levels
18822026-03-20T03:57:27.380Z PASS [ 0.016s] (617/777) nextest-runner reporter::displayer::imp::tests::sort_final_outputs_stress_indexes
18832026-03-20T03:57:27.400Z PASS [ 0.052s] (618/777) nextest-runner reporter::displayer::formatters::tests::test_write_skip_counts
18842026-03-20T03:57:27.403Z PASS [ 0.050s] (619/777) nextest-runner reporter::displayer::imp::tests::final_status_line
18852026-03-20T03:57:27.420Z PASS [ 0.053s] (620/777) nextest-runner reporter::displayer::imp::tests::status_line_all_variants
18862026-03-20T03:57:27.423Z PASS [ 0.050s] (621/777) nextest-runner reporter::displayer::imp::tests::test_slow_try_prefix
18872026-03-20T03:57:27.423Z PASS [ 0.051s] (622/777) nextest-runner reporter::displayer::imp::tests::test_info_response
18882026-03-20T03:57:27.427Z PASS [ 0.049s] (623/777) nextest-runner reporter::displayer::imp::tests::test_summary_line
18892026-03-20T03:57:27.430Z PASS [ 0.049s] (624/777) nextest-runner reporter::displayer::imp::tests::verbose_command_line
18902026-03-20T03:57:27.439Z PASS [ 0.019s] (625/777) nextest-runner reporter::displayer::progress::tests::test_progress_bar_prefix
18912026-03-20T03:57:27.451Z PASS [ 0.022s] (626/777) nextest-runner reporter::displayer::status_level::tests::load_decider_matches_setup_script_output
18922026-03-20T03:57:27.454Z PASS [ 0.052s] (627/777) nextest-runner reporter::displayer::progress::tests::running_test_snapshots
18932026-03-20T03:57:27.454Z PASS [ 0.026s] (628/777) nextest-runner reporter::displayer::status_level::tests::load_decider_matches_retry_output
18942026-03-20T03:57:27.454Z PASS [ 0.053s] (629/777) nextest-runner reporter::displayer::progress::tests::progress_str_snapshots
18952026-03-20T03:57:27.473Z PASS [ 0.051s] (630/777) nextest-runner reporter::displayer::progress::tests::update_progress_bar_updates_stats
18962026-03-20T03:57:27.483Z PASS [ 0.032s] (631/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_show_immediate
18972026-03-20T03:57:27.486Z PASS [ 0.031s] (632/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_show_immediate
18982026-03-20T03:57:27.486Z PASS [ 0.031s] (633/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_store_final
18992026-03-20T03:57:27.494Z PASS [ 0.041s] (634/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_write_status_line
19002026-03-20T03:57:27.502Z PASS [ 0.029s] (635/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_1
19012026-03-20T03:57:27.510Z PASS [ 0.015s] (636/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_terminated_by_nextest
19022026-03-20T03:57:27.513Z PASS [ 0.025s] (637/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_3
19032026-03-20T03:57:27.513Z PASS [ 0.029s] (638/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_2
19042026-03-20T03:57:27.524Z PASS [ 0.040s] (639/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_4
19052026-03-20T03:57:27.528Z PASS [ 0.027s] (640/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_with_interrupt
19062026-03-20T03:57:27.541Z PASS [ 0.031s] (641/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_write_status_line
19072026-03-20T03:57:27.561Z PASS [ 0.049s] (642/777) nextest-runner reporter::displayer::unit_output::tests::test_live_output_not_captured_no_message
19082026-03-20T03:57:27.574Z PASS [ 0.050s] (643/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_both_captured
19092026-03-20T03:57:27.577Z PASS [ 0.048s] (644/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_output_not_captured
19102026-03-20T03:57:27.590Z PASS [ 0.016s] (645/777) nextest-runner reporter::displayer::unit_output::tests::test_write_output_with_highlight
19112026-03-20T03:57:27.593Z PASS [ 0.049s] (646/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_stderr_not_captured
19122026-03-20T03:57:27.596Z PASS [ 0.017s] (647/777) nextest-runner reporter::error_description::tests::test_heuristic_error_str
19132026-03-20T03:57:27.607Z PASS [ 0.016s] (648/777) nextest-runner reporter::error_description::tests::test_heuristic_should_panic
19142026-03-20T03:57:27.610Z PASS [ 0.015s] (649/777) nextest-runner reporter::error_description::tests::test_no_error_extraction_for_successful_tests
19152026-03-20T03:57:27.613Z PASS [ 0.020s] (650/777) nextest-runner reporter::error_description::tests::test_heuristic_panic_message
19162026-03-20T03:57:27.613Z PASS [ 0.050s] (651/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_stdout_not_captured
19172026-03-20T03:57:27.620Z PASS [ 0.199s] (652/777) nextest-runner reporter::displayer::status_level::tests::cancellation_only_hides_output
19182026-03-20T03:57:27.624Z PASS [ 0.017s] (653/777) nextest-runner reporter::events::tests::abort_description_cross_platform_deserialization
19192026-03-20T03:57:27.627Z PASS [ 0.015s] (654/777) nextest-runner reporter::events::tests::abort_description_display
19202026-03-20T03:57:27.627Z PASS [ 0.015s] (655/777) nextest-runner reporter::events::tests::abort_description_from_abort_status
19212026-03-20T03:57:27.640Z PASS [ 0.015s] (656/777) nextest-runner reporter::events::tests::is_success_for_output_by_variant
19222026-03-20T03:57:27.643Z PASS [ 0.015s] (657/777) nextest-runner reporter::events::tests::on_test_finished_leak_pass_flaky
19232026-03-20T03:57:27.643Z PASS [ 0.015s] (658/777) nextest-runner reporter::events::tests::on_test_finished_non_flaky
19242026-03-20T03:57:27.657Z PASS [ 0.017s] (659/777) nextest-runner reporter::events::tests::on_test_finished_pass_flaky
19252026-03-20T03:57:27.660Z PASS [ 0.016s] (660/777) nextest-runner reporter::events::tests::test_is_success
19262026-03-20T03:57:27.660Z PASS [ 0.016s] (661/777) nextest-runner reporter::events::tests::on_test_finished_timeout_pass_flaky
19272026-03-20T03:57:27.663Z PASS [ 0.051s] (662/777) nextest-runner reporter::events::tests::abort_description_serialization
19282026-03-20T03:57:27.673Z PASS [ 0.052s] (663/777) nextest-runner reporter::events::tests::execution_result_description_serialization
19292026-03-20T03:57:27.676Z PASS [ 0.016s] (664/777) nextest-runner reporter::helpers::tests::test_highlight_end
19302026-03-20T03:57:27.676Z PASS [ 0.016s] (665/777) nextest-runner reporter::helpers::tests::test_print_lines_in_chunks
19312026-03-20T03:57:27.676Z PASS [ 0.016s] (666/777) nextest-runner reporter::structured::libtest::test::event_for_finished_test_variants
19322026-03-20T03:57:27.690Z PASS [ 0.015s] (667/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::all_fields_combined
19332026-03-20T03:57:27.708Z PASS [ 0.018s] (668/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::all_zeros
19342026-03-20T03:57:27.714Z PASS [ 0.051s] (669/777) nextest-runner reporter::structured::libtest::test::strips_human_output
19352026-03-20T03:57:27.723Z PASS [ 0.051s] (670/777) nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
19362026-03-20T03:57:27.726Z PASS [ 0.049s] (671/777) nextest-runner reporter::structured::libtest::test::strips_human_output_none
19372026-03-20T03:57:27.727Z PASS [ 0.049s] (672/777) nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
19382026-03-20T03:57:27.727Z PASS [ 0.017s] (673/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::multiple_test_binaries
19392026-03-20T03:57:27.731Z PASS [ 0.016s] (674/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::single_test_binary
19402026-03-20T03:57:27.740Z PASS [ 0.017s] (675/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_both_types_filtered_out
19412026-03-20T03:57:27.743Z PASS [ 0.017s] (676/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_filtered_out_non_test_binary
19422026-03-20T03:57:27.743Z PASS [ 0.017s] (677/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_filtered_out_build_script_out_dirs
19432026-03-20T03:57:27.744Z PASS [ 0.015s] (678/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_filtered_out_test_binaries
19442026-03-20T03:57:27.746Z PASS [ 0.015s] (679/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_linked_paths
19452026-03-20T03:57:27.757Z PASS [ 0.016s] (680/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_non_test_binaries_and_both_types_filtered_out
19462026-03-20T03:57:27.760Z PASS [ 0.016s] (681/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_multiple_more_items
19472026-03-20T03:57:27.760Z PASS [ 0.016s] (682/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_single_more_item
19482026-03-20T03:57:27.760Z PASS [ 0.016s] (683/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_non_test_binaries
19492026-03-20T03:57:27.763Z PASS [ 0.016s] (684/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::zero_binaries_with_filtered_out
19502026-03-20T03:57:27.774Z PASS [ 0.016s] (685/777) nextest-runner reuse_build::tests::test_path_mapper_separate_build_dir
19512026-03-20T03:57:27.777Z PASS [ 0.017s] (686/777) nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
19522026-03-20T03:57:27.777Z PASS [ 0.017s] (687/777) nextest-runner reuse_build::tests::test_path_mapper_relative
19532026-03-20T03:57:27.777Z PASS [ 0.018s] (688/777) nextest-runner reuse_build::tests::test_map_paths_build_dir_fallback
19542026-03-20T03:57:27.780Z PASS [ 0.017s] (689/777) nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
19552026-03-20T03:57:27.791Z PASS [ 0.017s] (690/777) nextest-runner runner::imp::tests::test_debugger_command_parsing
19562026-03-20T03:57:27.794Z PASS [ 0.016s] (691/777) nextest-runner rustc_cli::tests::test_fail_to_spawn
19572026-03-20T03:57:27.798Z PASS [ 0.024s] (692/777) nextest-runner runner::imp::tests::no_capture_settings
19582026-03-20T03:57:27.812Z PASS [ 0.032s] (693/777) nextest-runner rustc_cli::tests::test_should_respect_rustc_env
19592026-03-20T03:57:27.816Z PASS [ 0.021s] (694/777) nextest-runner target_runner::tests::test_find_config
19602026-03-20T03:57:27.816Z PASS [ 0.016s] (695/777) nextest-runner test_command::tests::parse_build_script
19612026-03-20T03:57:27.830Z PASS [ 0.017s] (696/777) nextest-runner test_filter::tests::empty_pattern_examples
19622026-03-20T03:57:27.833Z PASS [ 0.018s] (697/777) nextest-runner test_filter::tests::pattern_examples
19632026-03-20T03:57:27.854Z PASS [ 0.062s] (698/777) nextest-runner rustc_cli::tests::test_should_run_rustc_version
19642026-03-20T03:57:27.891Z PASS [ 0.077s] (699/777) nextest-runner test_filter::tests::proptest_empty
19652026-03-20T03:57:27.909Z PASS [ 0.017s] (700/777) nextest-runner test_filter::tests::skip_only_pattern_examples
19662026-03-20T03:57:27.947Z PASS [ 0.172s] (701/777) nextest-runner rustc_cli::tests::test_execute_with_failure
19672026-03-20T03:57:27.954Z PASS [ 0.122s] (702/777) nextest-runner test_filter::tests::proptest_no_match
19682026-03-20T03:57:28.052Z PASS [ 0.098s] (703/777) nextest-runner user_config::early::tests::test_early_user_config_defaults
19692026-03-20T03:57:28.129Z PASS [ 0.299s] (704/777) nextest-runner test_filter::tests::proptest_exact
19702026-03-20T03:57:28.147Z PASS [ 0.018s] (705/777) nextest-runner user_config::elements::record::tests::test_default_record_config_parsing
19712026-03-20T03:57:28.154Z PASS [ 0.102s] (706/777) nextest-runner user_config::early::tests::test_early_user_config_from_host_platform
19722026-03-20T03:57:28.163Z PASS [ 0.016s] (707/777) nextest-runner user_config::elements::record::tests::test_deserialized_record_config_parsing
19732026-03-20T03:57:28.183Z PASS [ 0.329s] (708/777) nextest-runner test_filter::tests::proptest_substring
19742026-03-20T03:57:28.255Z PASS [ 0.100s] (709/777) nextest-runner user_config::elements::record::tests::test_resolve_accepts_value_at_maximum
19752026-03-20T03:57:28.258Z PASS [ 0.094s] (710/777) nextest-runner user_config::elements::record::tests::test_resolve_accepts_value_at_minimum
19762026-03-20T03:57:28.280Z PASS [ 0.096s] (711/777) nextest-runner user_config::elements::record::tests::test_resolve_clamps_large_max_output_size
19772026-03-20T03:57:28.361Z PASS [ 0.103s] (712/777) nextest-runner user_config::elements::record::tests::test_resolve_default_override_applies
19782026-03-20T03:57:28.364Z PASS [ 0.105s] (713/777) nextest-runner user_config::elements::record::tests::test_resolve_clamps_small_max_output_size
19792026-03-20T03:57:28.377Z PASS [ 0.097s] (714/777) nextest-runner user_config::elements::record::tests::test_resolve_first_matching_user_override_wins
19802026-03-20T03:57:28.408Z PASS [ 0.968s] (715/777) nextest-runner reporter::displayer::status_level::tests::load_decider_test_finished_skip_implies_no_output
19812026-03-20T03:57:28.469Z PASS [ 0.108s] (716/777) nextest-runner user_config::elements::record::tests::test_resolve_override_beats_user_base
19822026-03-20T03:57:28.472Z PASS [ 0.108s] (717/777) nextest-runner user_config::elements::record::tests::test_resolve_override_clamps_max_output_size
19832026-03-20T03:57:28.472Z PASS [ 0.092s] (718/777) nextest-runner user_config::elements::record::tests::test_resolve_platform_override_no_match
19842026-03-20T03:57:28.515Z PASS [ 0.567s] (719/777) nextest-runner time::stopwatch::tests::stopwatch_pause
19852026-03-20T03:57:28.518Z PASS [ 0.106s] (720/777) nextest-runner user_config::elements::record::tests::test_resolve_user_override_applies
19862026-03-20T03:57:28.530Z PASS [ 1.305s] (721/777) nextest-runner record::summary::tests::test_event_summary_roundtrips
19872026-03-20T03:57:28.534Z PASS [ 0.019s] (722/777) nextest-runner user_config::elements::ui::tests::test_command_and_pager_empty_errors
19882026-03-20T03:57:28.537Z PASS [ 0.019s] (723/777) nextest-runner user_config::elements::ui::tests::test_command_name_and_args_parsing
19892026-03-20T03:57:28.547Z PASS [ 0.017s] (724/777) nextest-runner user_config::elements::ui::tests::test_command_name_and_args_to_command
19902026-03-20T03:57:28.550Z PASS [ 0.016s] (725/777) nextest-runner user_config::elements::ui::tests::test_pager_setting_builtin
19912026-03-20T03:57:28.553Z PASS [ 0.017s] (726/777) nextest-runner user_config::elements::ui::tests::test_pager_setting_parsing
19922026-03-20T03:57:28.565Z PASS [ 0.017s] (727/777) nextest-runner user_config::elements::ui::tests::test_paginate_setting_parsing
19932026-03-20T03:57:28.582Z PASS [ 0.112s] (728/777) nextest-runner user_config::elements::record::tests::test_resolve_user_overrides_defaults
19942026-03-20T03:57:28.585Z PASS [ 0.113s] (729/777) nextest-runner user_config::elements::record::tests::test_resolve_user_override_beats_default_override
19952026-03-20T03:57:28.585Z PASS [ 0.112s] (730/777) nextest-runner user_config::elements::record::tests::test_resolve_uses_defaults
19962026-03-20T03:57:28.658Z PASS [ 0.107s] (731/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_defaults_only
19972026-03-20T03:57:28.661Z PASS [ 0.108s] (732/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_default_override_applies
19982026-03-20T03:57:28.669Z PASS [ 0.104s] (733/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_first_matching_user_override_wins
19992026-03-20T03:57:28.693Z PASS [ 0.111s] (734/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_pager_defaults
20002026-03-20T03:57:28.696Z PASS [ 0.111s] (735/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_pager_override
20012026-03-20T03:57:28.696Z PASS [ 0.111s] (736/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_override_beats_user_base
20022026-03-20T03:57:28.711Z PASS [ 0.018s] (737/777) nextest-runner user_config::elements::ui::tests::test_streampager_config_parsing
20032026-03-20T03:57:28.765Z PASS [ 0.095s] (738/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_user_config_overrides_defaults
20042026-03-20T03:57:28.768Z PASS [ 0.106s] (739/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_paginate_override
20052026-03-20T03:57:28.768Z PASS [ 0.106s] (740/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_platform_override_no_match
20062026-03-20T03:57:28.783Z PASS [ 0.018s] (741/777) nextest-runner user_config::elements::ui::tests::test_ui_config_output_indent
20072026-03-20T03:57:28.788Z PASS [ 0.018s] (742/777) nextest-runner user_config::elements::ui::tests::test_ui_config_input_handler
20082026-03-20T03:57:28.788Z PASS [ 0.018s] (743/777) nextest-runner user_config::elements::ui::tests::test_ui_config_max_progress_running
20092026-03-20T03:57:28.800Z PASS [ 0.017s] (744/777) nextest-runner user_config::elements::ui::tests::test_ui_show_progress_to_show_progress
20102026-03-20T03:57:28.803Z PASS [ 0.017s] (745/777) nextest-runner user_config::experimental::tests::test_display
20112026-03-20T03:57:28.803Z PASS [ 0.018s] (746/777) nextest-runner user_config::elements::ui::tests::test_ui_config_show_progress
20122026-03-20T03:57:28.807Z PASS [ 0.112s] (747/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_user_override_beats_default_override
20132026-03-20T03:57:28.807Z PASS [ 0.112s] (748/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_user_override_applies
20142026-03-20T03:57:28.807Z PASS [ 0.094s] (749/777) nextest-runner user_config::elements::ui::tests::test_streampager_config_resolution
20152026-03-20T03:57:28.817Z PASS [ 0.017s] (750/777) nextest-runner user_config::experimental::tests::test_from_str
20162026-03-20T03:57:28.820Z PASS [ 0.017s] (751/777) nextest-runner user_config::experimental::tests::test_env_var
20172026-03-20T03:57:28.820Z PASS [ 0.018s] (752/777) nextest-runner user_config::imp::tests::default_user_config_is_valid
20182026-03-20T03:57:28.823Z PASS [ 0.016s] (753/777) nextest-runner user_config::imp::tests::experimental_features_parsing
20192026-03-20T03:57:28.823Z PASS [ 0.017s] (754/777) nextest-runner user_config::imp::tests::experimental_features_disabled
20202026-03-20T03:57:28.823Z PASS [ 0.016s] (755/777) nextest-runner user_config::imp::tests::experimental_features_unknown_warning
20212026-03-20T03:57:28.835Z PASS [ 0.017s] (756/777) nextest-runner user_config::imp::tests::ignored_keys
20222026-03-20T03:57:28.838Z PASS [ 0.017s] (757/777) nextest-runner user_config::imp::tests::no_ignored_keys
20232026-03-20T03:57:28.838Z PASS [ 0.016s] (758/777) nextest-runner user_config::imp::tests::overrides_invalid_platform
20242026-03-20T03:57:28.838Z PASS [ 0.016s] (759/777) nextest-runner user_config::imp::tests::overrides_missing_platform
20252026-03-20T03:57:28.841Z PASS [ 0.016s] (760/777) nextest-runner user_config::imp::tests::overrides_parsing
20262026-03-20T03:57:28.841Z PASS [ 0.016s] (761/777) nextest-runner user_config::imp::tests::overrides_record_parsing
20272026-03-20T03:57:28.852Z PASS [ 0.017s] (762/777) nextest-runner user_config::imp::tests::overrides_record_unknown_key
20282026-03-20T03:57:28.856Z PASS [ 0.017s] (763/777) nextest-runner::integration target_runner::disregards_non_matching
20292026-03-20T03:57:28.856Z PASS [ 0.017s] (764/777) nextest-runner::integration target_runner::parses_cargo_config_cfg
20302026-03-20T03:57:28.856Z PASS [ 0.017s] (765/777) nextest-runner::integration target_runner::parses_cargo_config_exact
20312026-03-20T03:57:28.871Z PASS [ 0.018s] (766/777) nextest-runner::integration target_triple::parses_cargo_env
20322026-03-20T03:57:28.875Z PASS [ 0.017s] (767/777) nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
20332026-03-20T03:57:28.875Z PASS [ 0.016s] (768/777) nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
20342026-03-20T03:57:28.875Z PASS [ 0.019s] (769/777) nextest-runner::integration target_triple::parses_custom_target_cli
20352026-03-20T03:57:28.891Z PASS [ 0.019s] (770/777) nextest-runner::integration target_triple::parses_target_cli_option
20362026-03-20T03:57:28.894Z PASS [ 0.019s] (771/777) integration-tests::integration sigttou::test_foreground_grab_does_not_suspend
20372026-03-20T03:57:28.894Z PASS [ 0.019s] (772/777) nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
20382026-03-20T03:57:28.894Z PASS [ 0.020s] (773/777) nextest-runner::integration target_triple::parses_custom_target_env
20392026-03-20T03:57:28.988Z PASS [ 0.152s] (774/777) nextest-runner::integration target_runner::falls_back_to_cargo_config
20402026-03-20T03:57:29.062Z PASS [ 0.223s] (775/777) nextest-runner::integration target_runner::parses_cargo_env
20412026-03-20T03:57:29.286Z PASS [ 1.776s] (776/777) nextest-runner reporter::displayer::status_level::tests::should_load_output_consistent_with_helpers
20422026-03-20T03:57:29.430Z PASS [ 1.520s] (777/777) nextest-runner time::pausable_sleep::tests::reset_on_sleep
20432026-03-20T03:57:29.433Z────────────
20442026-03-20T03:57:29.433Z Summary [ 64.318s] 777 tests run: 777 passed, 2 skipped
20452026-03-20T03:57:29.500Z
20462026-03-20T03:57:29.504Zreal 1:05.649856429
20472026-03-20T03:57:29.504Zuser 2:56.936593469
20482026-03-20T03:57:29.504Zsys 2:10.384770694
20492026-03-20T03:57:29.504Ztrap 0.334031353
20502026-03-20T03:57:29.504Ztflt 1.160385396
20512026-03-20T03:57:29.504Zdflt 0.906738393
20522026-03-20T03:57:29.504Zkflt 0.007762890
20532026-03-20T03:57:29.504Zlock 30:40.520948870
20542026-03-20T03:57:29.504Zslp 23:31.429186587
20552026-03-20T03:57:29.504Zlat 5:14.649110424
20562026-03-20T03:57:29.504Zstop 5:58.566579592
20572026-03-20T03:57:29.504Z+ banner export-recording
20582026-03-20T03:57:29.504Z
20592026-03-20T03:57:29.504Z ###### # # ##### #### ##### ##### ##### ###### ####
20602026-03-20T03:57:29.504Z # # # # # # # # # # # # # # #
20612026-03-20T03:57:29.504Z ##### ## # # # # # # # ##### # # ##### #
20622026-03-20T03:57:29.504Z # ## ##### # # ##### # ##### # #
20632026-03-20T03:57:29.504Z # # # # # # # # # # # # # #
20642026-03-20T03:57:29.505Z ###### # # # #### # # # # # ###### ####
20652026-03-20T03:57:29.505Z
20662026-03-20T03:57:29.505Z+ ptime -m cargo local-nt store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
20672026-03-20T03:57:29.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
20682026-03-20T03:57:29.815Z Running `target/debug/cargo-nextest nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip`
20692026-03-20T03:57:29.873Zinfo: exported run c52a2603-9524-407f-bd20-b9cf281cd105 to /tmp/nextest-run-archive.zip (706207 bytes)
20702026-03-20T03:57:29.877Z
20712026-03-20T03:57:29.877Zreal 0.368687543
20722026-03-20T03:57:29.877Zuser 0.234169315
20732026-03-20T03:57:29.877Zsys 0.134046620
20742026-03-20T03:57:29.877Ztrap 0.000027175
20752026-03-20T03:57:29.877Ztflt 0.000001159
20762026-03-20T03:57:29.877Zdflt 0.000007028
20772026-03-20T03:57:29.877Zkflt 0.000000000
20782026-03-20T03:57:29.877Zlock 0.024670645
20792026-03-20T03:57:29.877Zslp 0.047568103
20802026-03-20T03:57:29.877Zlat 0.000140639
20812026-03-20T03:57:29.877Zstop 0.000119580
20822026-03-20T03:57:29.877Z+ [[ 0 -ne 0 ]]
20832026-03-20T03:57:29.877Z+ banner release
20842026-03-20T03:57:30.883Z
20852026-03-20T03:57:30.883Z ##### ###### # ###### ## #### ######
20862026-03-20T03:57:30.883Z # # # # # # # # #
20872026-03-20T03:57:30.883Z # # ##### # ##### # # #### #####
20882026-03-20T03:57:30.883Z ##### # # # ###### # #
20892026-03-20T03:57:30.883Z # # # # # # # # # #
20902026-03-20T03:57:30.883Z # # ###### ###### ###### # # #### ######
20912026-03-20T03:57:30.883Z
20922026-03-20T03:57:30.883Z+ ptime -m cargo nextest run --profile ci
20932026-03-20T03:57:30.887Zinfo: experimental features enabled: setup-scripts
20942026-03-20T03:57:30.887Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
20952026-03-20T03:57:30.887Z────────────
20962026-03-20T03:57:30.887Z Nextest run ID 8f6bbb57-f645-45c4-a4ec-7f66d0b4a9b3 with nextest profile: ci
20972026-03-20T03:57:30.887Z Starting 777 tests across 22 binaries (2 tests skipped)
20982026-03-20T03:57:30.887Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
20992026-03-20T03:57:31.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
21002026-03-20T03:57:31.038Z Running `target/debug/build-seed-archive`
21012026-03-20T03:57:31.068Zinfo: using existing seed archive: /tmp/fixture-project-seed-build/seed-b2e445b98fde5a62872d96bb573edcf7c5434824add9749f6c9ec03f0aaf5da9.tar.zst
21022026-03-20T03:57:31.072Z SETUP PASS [ 0.350s] build-seed-archive: cargo run --bin build-seed-archive
21032026-03-20T03:57:31.080Z PASS [ 0.009s] ( 1/777) integration-tests::custom-harness thread_count::test_single_threaded
21042026-03-20T03:57:31.083Z PASS [ 0.010s] ( 2/777) integration-tests::custom-harness thread_count::test_multi_threaded
21052026-03-20T03:57:31.231Z PASS [ 0.161s] ( 3/777) integration-tests::datatest custom_target::custom_invalid::invalid-endian.json
21062026-03-20T03:57:31.232Z PASS [ 0.151s] ( 4/777) integration-tests::datatest custom_target::custom_invalid::syntax-error.json
21072026-03-20T03:57:31.235Z PASS [ 0.161s] ( 5/777) integration-tests::datatest custom_target::custom_invalid::invalid-family.json
21082026-03-20T03:57:31.235Z PASS [ 0.161s] ( 6/777) integration-tests::datatest custom_target::custom_invalid::invalid-arch.json
21092026-03-20T03:57:31.235Z PASS [ 0.161s] ( 7/777) integration-tests::datatest custom_target::custom_invalid::invalid-target-pointer-width.json
21102026-03-20T03:57:31.235Z PASS [ 0.161s] ( 8/777) integration-tests::datatest custom_target::custom_invalid::missing-arch.json
21112026-03-20T03:57:32.633Z PASS [ 1.552s] ( 9/777) integration-tests::integration cargo_message_format::test_cargo_message_format_errors
21122026-03-20T03:57:32.764Z PASS [ 1.532s] ( 10/777) integration-tests::integration cargo_message_format::test_cargo_message_format_short
21132026-03-20T03:57:33.273Z PASS [ 2.041s] ( 11/777) integration-tests::integration cargo_message_format::test_cargo_message_format_human
21142026-03-20T03:57:35.308Z PASS [ 4.076s] ( 12/777) integration-tests::integration cargo_message_format::test_cargo_message_format_json_variants
21152026-03-20T03:57:35.316Z PASS [ 4.084s] ( 13/777) integration-tests::integration cargo_message_format::test_cargo_message_format_json_combined
21162026-03-20T03:57:36.716Z PASS [ 5.483s] ( 14/777) integration-tests::integration interceptor::test_bench_tracer_integration
21172026-03-20T03:57:36.845Z PASS [ 3.570s] ( 15/777) integration-tests::integration record_replay::test_concurrent_access
21182026-03-20T03:57:37.142Z PASS [ 5.910s] ( 16/777) integration-tests::integration interceptor::test_bench_debugger_integration
21192026-03-20T03:57:37.198Z PASS [ 4.563s] ( 17/777) integration-tests::integration interceptor::test_debugger_integration
21202026-03-20T03:57:37.223Z PASS [ 0.025s] ( 18/777) integration-tests::integration record_replay::test_redact_dynamic_fields_filters_package_edition_warning
21212026-03-20T03:57:37.244Z PASS [ 4.479s] ( 19/777) integration-tests::integration interceptor::test_tracer_integration
21222026-03-20T03:57:38.186Z PASS [ 2.875s] ( 20/777) integration-tests::integration record_replay::test_error_handling
21232026-03-20T03:57:38.303Z PASS [ 1.587s] ( 21/777) integration-tests::integration record_replay::test_portable_recording_from_named_pipe
21242026-03-20T03:57:38.858Z PASS [ 3.539s] ( 22/777) integration-tests::integration record_replay::test_exit_code_edge_cases
21252026-03-20T03:57:38.989Z PASS [ 1.744s] ( 23/777) integration-tests::integration record_replay::test_replay_output_not_captured
21262026-03-20T03:57:39.027Z PASS [ 2.180s] ( 24/777) integration-tests::integration record_replay::test_portable_recording_read
21272026-03-20T03:57:39.186Z PASS [ 0.998s] ( 25/777) integration-tests::integration record_replay::test_replay_requires_experimental_feature
21282026-03-20T03:57:40.161Z PASS [ 3.017s] ( 26/777) integration-tests::integration record_replay::test_record_replay_cycle
21292026-03-20T03:57:40.317Z PASS [ 2.014s] ( 27/777) integration-tests::integration record_replay::test_replayability_all_runs_non_replayable
21302026-03-20T03:57:40.426Z PASS [ 3.202s] ( 28/777) integration-tests::integration record_replay::test_replay_options
21312026-03-20T03:57:40.445Z PASS [ 1.456s] ( 29/777) integration-tests::integration record_replay::test_replayability_missing_run_log
21322026-03-20T03:57:40.590Z PASS [ 1.563s] ( 30/777) integration-tests::integration record_replay::test_replayability_missing_store_zip
21332026-03-20T03:57:40.678Z PASS [ 1.819s] ( 31/777) integration-tests::integration record_replay::test_replayability_latest_marker_based_on_time
21342026-03-20T03:57:40.998Z PASS [ 1.812s] ( 32/777) integration-tests::integration record_replay::test_rerun_all_pass
21352026-03-20T03:57:42.343Z PASS [ 1.913s] ( 33/777) integration-tests::integration record_replay::test_rerun_errors
21362026-03-20T03:57:42.464Z PASS [ 2.019s] ( 34/777) integration-tests::integration record_replay::test_rerun_expanded
21372026-03-20T03:57:42.470Z PASS [ 1.792s] ( 35/777) integration-tests::integration record_replay::test_rerun_requires_experimental_feature
21382026-03-20T03:57:44.046Z PASS [ 12.973s] ( 36/777) integration-tests::integration test_archive_with_build_filter
21392026-03-20T03:57:44.217Z PASS [ 1.873s] ( 37/777) integration-tests::integration record_replay::test_rerun_tests_outstanding
21402026-03-20T03:57:44.680Z PASS [ 2.214s] ( 38/777) integration-tests::integration record_replay::test_run_id_prefix_resolution
21412026-03-20T03:57:44.685Z PASS [ 2.214s] ( 39/777) integration-tests::integration record_replay::test_store_management
21422026-03-20T03:57:45.143Z PASS [ 4.978s] ( 40/777) integration-tests::integration record_replay::test_rerun_basic_flow
21432026-03-20T03:57:45.713Z PASS [ 1.033s] ( 41/777) integration-tests::integration test_archive_with_unsupported_test_filter
21442026-03-20T03:57:45.756Z PASS [ 1.538s] ( 42/777) integration-tests::integration record_replay::test_wrapped_portable_recording_read
21452026-03-20T03:57:45.803Z PASS [ 1.755s] ( 43/777) integration-tests::integration record_replay::test_stress_runs
21462026-03-20T03:57:45.876Z PASS [ 5.557s] ( 44/777) integration-tests::integration record_replay::test_rerun_chain
21472026-03-20T03:57:46.168Z PASS [ 1.482s] ( 45/777) integration-tests::integration test_bench
21482026-03-20T03:57:46.879Z PASS [ 1.075s] ( 46/777) integration-tests::integration test_experimental_table_format_unknown_error
21492026-03-20T03:57:47.098Z PASS [ 1.220s] ( 47/777) integration-tests::integration test_experimental_table_format_valid
21502026-03-20T03:57:47.147Z PASS [ 0.978s] ( 48/777) integration-tests::integration test_filterset_with_string_filters
21512026-03-20T03:57:47.515Z PASS [ 6.516s] ( 49/777) integration-tests::integration record_replay::test_rerun_run_id_selectors
21522026-03-20T03:57:47.547Z PASS [ 6.955s] ( 50/777) integration-tests::integration record_replay::test_rerun_from_archive
21532026-03-20T03:57:47.605Z PASS [ 2.460s] ( 51/777) integration-tests::integration test_bench_ignores_test_slow_timeout
21542026-03-20T03:57:47.823Z PASS [ 0.943s] ( 52/777) integration-tests::integration test_filterset_without_string_filters
21552026-03-20T03:57:47.948Z PASS [ 2.235s] ( 53/777) integration-tests::integration test_bench_override_slow_timeout
21562026-03-20T03:57:47.980Z PASS [ 2.224s] ( 54/777) integration-tests::integration test_bench_termination
21572026-03-20T03:57:48.333Z PASS [ 1.234s] ( 55/777) integration-tests::integration test_flaky_result_fail_cli
21582026-03-20T03:57:48.570Z PASS [ 1.422s] ( 56/777) integration-tests::integration test_flaky_result_pass_cli
21592026-03-20T03:57:48.687Z PASS [ 1.138s] ( 57/777) integration-tests::integration test_list_default
21602026-03-20T03:57:48.863Z PASS [ 1.347s] ( 58/777) integration-tests::integration test_list_binaries_only
21612026-03-20T03:57:49.599Z PASS [ 1.650s] ( 59/777) integration-tests::integration test_list_host_after_build
21622026-03-20T03:57:49.661Z PASS [ 1.680s] ( 60/777) integration-tests::integration test_list_target_after_build
21632026-03-20T03:57:49.738Z PASS [ 1.915s] ( 61/777) integration-tests::integration test_list_full_after_build
21642026-03-20T03:57:50.256Z PASS [ 2.651s] ( 62/777) integration-tests::integration test_list_full
21652026-03-20T03:57:50.521Z PASS [ 1.951s] ( 63/777) integration-tests::integration test_listing_with_target_runner
21662026-03-20T03:57:50.887Z PASS [ 2.024s] ( 64/777) integration-tests::integration test_overrides_wrapper_env
21672026-03-20T03:57:51.717Z PASS [ 1.978s] ( 65/777) integration-tests::integration test_retries_cli_preserves_flaky_fail
21682026-03-20T03:57:51.824Z PASS [ 3.136s] ( 66/777) integration-tests::integration test_override_timeout_result
21692026-03-20T03:57:52.484Z PASS [ 4.150s] ( 67/777) integration-tests::integration test_list_with_default_filter
21702026-03-20T03:57:53.183Z PASS [ 1.359s] ( 68/777) integration-tests::integration test_run_from_archive_with_missing_includes
21712026-03-20T03:57:53.767Z PASS [ 2.879s] ( 69/777) integration-tests::integration test_run_after_build
21722026-03-20T03:57:54.267Z PASS [ 1.083s] ( 70/777) integration-tests::integration test_run_ignored
21732026-03-20T03:57:54.313Z PASS [ 4.713s] ( 71/777) integration-tests::integration test_relocated_run
21742026-03-20T03:57:54.940Z PASS [ 4.683s] ( 72/777) integration-tests::integration test_retries_flaky_fail
21752026-03-20T03:57:55.359Z PASS [ 5.696s] ( 73/777) integration-tests::integration test_retries
21762026-03-20T03:57:55.540Z PASS [ 0.179s] ( 74/777) integration-tests::integration test_rustc_version_verbose_errors
21772026-03-20T03:57:55.659Z PASS [ 1.345s] ( 75/777) integration-tests::integration test_run_with_priorities
21782026-03-20T03:57:55.711Z PASS [ 3.993s] ( 76/777) integration-tests::integration test_run_from_archive_with_includes
21792026-03-20T03:57:55.874Z PASS [ 2.106s] ( 77/777) integration-tests::integration test_run_no_tests
21802026-03-20T03:57:56.154Z PASS [ 3.668s] ( 78/777) integration-tests::integration test_run_from_archive_with_no_includes
21812026-03-20T03:57:56.441Z PASS [ 2.173s] ( 79/777) integration-tests::integration test_run_with_default_filter
21822026-03-20T03:57:57.244Z PASS [ 1.531s] ( 80/777) integration-tests::integration test_setup_script_reserved_env
21832026-03-20T03:57:57.263Z PASS [ 1.388s] ( 81/777) integration-tests::integration test_setup_scripts_not_enabled
21842026-03-20T03:57:57.263Z PASS [ 1.603s] ( 82/777) integration-tests::integration test_setup_script_error
21852026-03-20T03:57:57.361Z PASS [ 2.419s] ( 83/777) integration-tests::integration test_run_with_target_runner
21862026-03-20T03:57:57.453Z PASS [ 1.914s] ( 84/777) integration-tests::integration test_setup_script_defined_env
21872026-03-20T03:57:57.549Z PASS [ 1.108s] ( 85/777) integration-tests::integration test_show_config_version
21882026-03-20T03:57:58.932Z PASS [ 1.687s] ( 86/777) integration-tests::integration test_string_filters_without_filterset
21892026-03-20T03:57:59.565Z PASS [ 3.411s] ( 87/777) integration-tests::integration test_show_config_test_groups
21902026-03-20T03:57:59.608Z PASS [ 0.042s] ( 88/777) integration-tests::integration test_version_info
21912026-03-20T03:58:00.242Z PASS [ 2.788s] ( 89/777) integration-tests::integration test_timeout_with_flaky
21922026-03-20T03:58:00.358Z PASS [ 2.809s] ( 90/777) integration-tests::integration test_timeout_with_retries
21932026-03-20T03:58:00.424Z PASS [ 1.492s] ( 91/777) integration-tests::integration test_version_error_precedes_unknown_experimental
21942026-03-20T03:58:01.042Z PASS [ 3.778s] ( 92/777) integration-tests::integration test_target_arg
21952026-03-20T03:58:01.245Z PASS [ 3.882s] ( 93/777) integration-tests::integration test_termination
21962026-03-20T03:58:01.295Z PASS [ 10.770s] ( 94/777) integration-tests::integration test_run
21972026-03-20T03:58:01.346Z PASS [ 0.921s] ( 95/777) integration-tests::integration user_config::test_user_config_invalid_max_progress_running
21982026-03-20T03:58:01.451Z PASS [ 1.843s] ( 96/777) integration-tests::integration user_config::test_user_config_cli_override
21992026-03-20T03:58:01.596Z PASS [ 1.237s] ( 97/777) integration-tests::integration user_config::test_user_config_explicit_path_not_found
22002026-03-20T03:58:01.683Z PASS [ 1.440s] ( 98/777) integration-tests::integration user_config::test_user_config_env_override
22012026-03-20T03:58:02.432Z PASS [ 1.389s] ( 99/777) integration-tests::integration user_config::test_user_config_invalid_show_progress
22022026-03-20T03:58:02.439Z PASS [ 1.194s] (100/777) integration-tests::integration user_config::test_user_config_malformed_toml
22032026-03-20T03:58:02.449Z PASS [ 0.010s] (101/777) cargo-nextest dispatch::core::run::tests::test_final_result
22042026-03-20T03:58:02.463Z PASS [ 0.031s] (102/777) cargo-nextest dispatch::clap_error::tests::test_extract_early_args
22052026-03-20T03:58:02.474Z PASS [ 0.011s] (103/777) cargo-nextest dispatch::core::tests::test_filter_env_vars_for_recording
22062026-03-20T03:58:02.497Z PASS [ 0.023s] (104/777) cargo-nextest dispatch::core::tests::test_test_binary_argument_parsing
22072026-03-20T03:58:02.509Z PASS [ 0.012s] (105/777) cargo-nextest dispatch::core::value_enums::tests::test_cargo_message_format_opt_combine
22082026-03-20T03:58:02.520Z PASS [ 0.011s] (106/777) cargo-nextest dispatch::core::value_enums::tests::test_cargo_message_format_predicates
22092026-03-20T03:58:02.531Z PASS [ 0.011s] (107/777) cargo-nextest dispatch::core::value_enums::tests::test_cargo_message_format_to_cargo_arg
22102026-03-20T03:58:02.578Z PASS [ 0.047s] (108/777) cargo-nextest errors::tests::test_format_experimental_features_not_enabled
22112026-03-20T03:58:02.731Z PASS [ 1.279s] (109/777) integration-tests::integration user_config::test_user_config_missing_uses_defaults
22122026-03-20T03:58:02.743Z PASS [ 0.012s] (110/777) nextest-filtering parsing::tests::test_complex_error
22132026-03-20T03:58:02.754Z PASS [ 0.011s] (111/777) nextest-filtering parsing::tests::test_expected_eof
22142026-03-20T03:58:02.764Z PASS [ 0.011s] (112/777) nextest-filtering parsing::tests::test_expected_expr
22152026-03-20T03:58:02.775Z PASS [ 0.010s] (113/777) nextest-filtering parsing::tests::test_invalid_and_operator
22162026-03-20T03:58:02.785Z PASS [ 0.010s] (114/777) nextest-filtering parsing::tests::test_invalid_escapes
22172026-03-20T03:58:02.797Z PASS [ 0.011s] (115/777) nextest-filtering parsing::tests::test_invalid_glob
22182026-03-20T03:58:02.807Z PASS [ 0.010s] (116/777) nextest-filtering parsing::tests::test_invalid_or_operator
22192026-03-20T03:58:02.813Z PASS [ 1.465s] (117/777) integration-tests::integration user_config::test_user_config_max_progress_running_integer
22202026-03-20T03:58:02.817Z PASS [ 1.516s] (118/777) integration-tests::integration user_config::test_user_config_max_progress_running_infinite
22212026-03-20T03:58:02.823Z PASS [ 0.016s] (119/777) nextest-filtering parsing::tests::test_invalid_platform
22222026-03-20T03:58:02.823Z PASS [ 0.010s] (120/777) nextest-filtering parsing::tests::test_missing_argument
22232026-03-20T03:58:02.826Z PASS [ 0.012s] (121/777) nextest-filtering parsing::tests::test_invalid_regex
22242026-03-20T03:58:02.833Z PASS [ 0.010s] (122/777) nextest-filtering parsing::tests::test_missing_close_regex
22252026-03-20T03:58:02.836Z PASS [ 0.011s] (123/777) nextest-filtering parsing::tests::test_missing_close_parentheses
22262026-03-20T03:58:02.842Z PASS [ 0.016s] (124/777) nextest-filtering parsing::tests::test_missing_open_parentheses
22272026-03-20T03:58:02.846Z PASS [ 0.010s] (125/777) nextest-filtering parsing::tests::test_parse_comma
22282026-03-20T03:58:02.850Z PASS [ 0.017s] (126/777) nextest-filtering parsing::tests::test_missing_parentheses
22292026-03-20T03:58:02.853Z PASS [ 0.010s] (127/777) nextest-filtering parsing::tests::test_parse_expr_difference
22302026-03-20T03:58:02.857Z PASS [ 0.009s] (128/777) nextest-filtering parsing::tests::test_parse_expr_intersection
22312026-03-20T03:58:02.860Z PASS [ 0.009s] (129/777) nextest-filtering parsing::tests::test_parse_expr_not
22322026-03-20T03:58:02.863Z PASS [ 0.010s] (130/777) nextest-filtering parsing::tests::test_parse_expr_precedence
22332026-03-20T03:58:02.863Z PASS [ 0.009s] (131/777) nextest-filtering parsing::tests::test_parse_expr_set
22342026-03-20T03:58:02.869Z PASS [ 0.010s] (132/777) nextest-filtering parsing::tests::test_parse_expr_union
22352026-03-20T03:58:02.878Z PASS [ 0.009s] (133/777) nextest-filtering parsing::tests::test_parse_name_matcher_quote
22362026-03-20T03:58:02.885Z PASS [ 0.023s] (134/777) nextest-filtering parsing::tests::test_parse_glob_matcher
22372026-03-20T03:58:02.891Z PASS [ 0.028s] (135/777) nextest-filtering parsing::tests::test_parse_name_matcher
22382026-03-20T03:58:02.899Z PASS [ 0.013s] (136/777) nextest-filtering parsing::tests::test_parse_set_def
22392026-03-20T03:58:02.904Z PASS [ 0.455s] (137/777) cargo-nextest dispatch::core::tests::test_argument_parsing
22402026-03-20T03:58:02.904Z PASS [ 0.013s] (138/777) nextest-filtering parsing::tests::test_unexpected_argument
22412026-03-20T03:58:02.907Z PASS [ 0.029s] (139/777) nextest-filtering parsing::tests::test_parse_regex
22422026-03-20T03:58:02.910Z PASS [ 0.010s] (140/777) nextest-filtering parsing::tests::test_unexpected_comma
22432026-03-20T03:58:02.919Z PASS [ 0.014s] (141/777) nextest-filtering::match test_binary_query
22442026-03-20T03:58:02.923Z PASS [ 0.013s] (142/777) nextest-filtering::match test_expr_binary
22452026-03-20T03:58:02.923Z PASS [ 0.013s] (143/777) nextest-filtering::match test_expr_binary_id_glob
22462026-03-20T03:58:02.932Z PASS [ 0.011s] (144/777) nextest-filtering::match test_expr_kind
22472026-03-20T03:58:02.932Z PASS [ 0.010s] (145/777) nextest-filtering::match test_expr_kind_partial
22482026-03-20T03:58:02.936Z PASS [ 0.017s] (146/777) nextest-filtering::match test_expr_deps
22492026-03-20T03:58:02.944Z PASS [ 0.011s] (147/777) nextest-filtering::match test_expr_package_equal
22502026-03-20T03:58:02.947Z PASS [ 0.012s] (148/777) nextest-filtering::match test_expr_package_contains
22512026-03-20T03:58:02.950Z PASS [ 0.013s] (149/777) nextest-filtering::match test_expr_package_regex
22522026-03-20T03:58:02.955Z PASS [ 0.011s] (150/777) nextest-filtering::match test_expr_platform
22532026-03-20T03:58:02.958Z PASS [ 0.013s] (151/777) nextest-filtering::match test_expr_rdeps
22542026-03-20T03:58:02.962Z PASS [ 0.011s] (152/777) nextest-filtering::match test_expr_test
22552026-03-20T03:58:02.967Z PASS [ 0.012s] (153/777) nextest-filtering::match test_expr_test_difference::with_and_not
22562026-03-20T03:58:02.970Z PASS [ 0.011s] (154/777) nextest-filtering::match test_expr_test_difference::with_minus
22572026-03-20T03:58:02.975Z PASS [ 0.011s] (155/777) nextest-filtering::match test_expr_test_intersect::with_ampersand
22582026-03-20T03:58:02.980Z PASS [ 0.012s] (156/777) nextest-filtering::match test_expr_test_not
22592026-03-20T03:58:02.980Z PASS [ 0.013s] (157/777) nextest-filtering::match test_expr_test_intersect::with_and
22602026-03-20T03:58:02.983Z PASS [ 0.012s] (158/777) nextest-filtering::match test_expr_test_union::with_or
22612026-03-20T03:58:02.993Z PASS [ 0.012s] (159/777) nextest-filtering::match test_expr_test_union::with_pipe
22622026-03-20T03:58:02.996Z PASS [ 0.013s] (160/777) nextest-filtering::match test_expr_test_union::with_plus
22632026-03-20T03:58:02.996Z PASS [ 1.397s] (161/777) integration-tests::integration user_config::test_user_config_unknown_section
22642026-03-20T03:58:02.999Z PASS [ 0.013s] (162/777) nextest-filtering::match test_expr_with_no_matching_packages
22652026-03-20T03:58:03.004Z PASS [ 0.009s] (163/777) nextest-metadata test_list::tests::mismatch_reason_all_variants_is_complete
22662026-03-20T03:58:03.004Z PASS [ 0.009s] (164/777) nextest-metadata test_list::tests::test_binary_id_ord
22672026-03-20T03:58:03.004Z PASS [ 0.009s] (165/777) nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
22682026-03-20T03:58:03.007Z PASS [ 0.009s] (166/777) nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
22692026-03-20T03:58:03.014Z PASS [ 0.011s] (167/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
22702026-03-20T03:58:03.018Z PASS [ 0.012s] (168/777) nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
22712026-03-20T03:58:03.018Z PASS [ 0.012s] (169/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
22722026-03-20T03:58:03.018Z PASS [ 0.014s] (170/777) nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
22732026-03-20T03:58:03.024Z PASS [ 0.011s] (171/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
22742026-03-20T03:58:03.028Z PASS [ 0.010s] (172/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
22752026-03-20T03:58:03.028Z PASS [ 0.011s] (173/777) nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
22762026-03-20T03:58:03.033Z PASS [ 0.012s] (174/777) nextest-runner cargo_config::env::tests::test_cli_env_var_relative
22772026-03-20T03:58:03.037Z PASS [ 0.010s] (175/777) nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
22782026-03-20T03:58:03.040Z PASS [ 0.012s] (176/777) nextest-runner cargo_config::env::tests::test_env_var_precedence
22792026-03-20T03:58:03.040Z PASS [ 0.012s] (177/777) nextest-runner cargo_config::target_triple::tests::test_host_tuple
22802026-03-20T03:58:03.044Z PASS [ 0.015s] (178/777) nextest-runner cargo_config::target_triple::tests::test_find_target_triple
22812026-03-20T03:58:03.047Z PASS [ 0.010s] (179/777) nextest-runner config::core::identifier::tests::test_invalid
22822026-03-20T03:58:03.052Z PASS [ 0.010s] (180/777) nextest-runner config::core::identifier::tests::test_tool_name_invalid
22832026-03-20T03:58:03.052Z PASS [ 0.010s] (181/777) nextest-runner config::core::identifier::tests::test_tool_name_valid
22842026-03-20T03:58:03.055Z PASS [ 0.010s] (182/777) nextest-runner config::core::identifier::tests::test_valid
22852026-03-20T03:58:03.058Z PASS [ 0.013s] (183/777) nextest-runner config::core::imp::tests::default_config_is_valid
22862026-03-20T03:58:03.069Z PASS [ 0.010s] (184/777) nextest-runner config::core::nextest_version::tests::test_accumulate
22872026-03-20T03:58:03.081Z PASS [ 0.012s] (185/777) nextest-runner config::core::nextest_version::tests::test_experimental_formats
22882026-03-20T03:58:03.093Z PASS [ 0.012s] (186/777) nextest-runner config::core::nextest_version::tests::test_from_env_benchmarks
22892026-03-20T03:58:03.097Z PASS [ 0.192s] (187/777) nextest-filtering proptest_helpers::tests::proptest_regex_valid
22902026-03-20T03:58:03.104Z PASS [ 0.012s] (188/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::build_metadata
22912026-03-20T03:58:03.107Z PASS [ 0.011s] (189/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::empty
22922026-03-20T03:58:03.116Z PASS [ 0.011s] (190/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
22932026-03-20T03:58:03.119Z PASS [ 0.010s] (191/777) nextest-runner config::core::nextest_version::tests::test_invalid_nextest_version::pre_release
22942026-03-20T03:58:03.122Z PASS [ 0.544s] (192/777) nextest-filtering parsing::tests::proptest_expr_roundtrip
22952026-03-20T03:58:03.128Z PASS [ 0.011s] (193/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::basic
22962026-03-20T03:58:03.128Z PASS [ 0.010s] (194/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::basic_with_patch
22972026-03-20T03:58:03.134Z PASS [ 0.011s] (195/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
22982026-03-20T03:58:03.139Z PASS [ 0.011s] (196/777) nextest-runner config::core::tool_config::tests::parse_tool_config_file
22992026-03-20T03:58:03.143Z PASS [ 0.011s] (197/777) nextest-runner config::core::nextest_version::tests::test_valid_nextest_version::with_warning
23002026-03-20T03:58:03.207Z PASS [ 5.942s] (198/777) integration-tests::integration test_target_dir
23012026-03-20T03:58:03.494Z PASS [ 0.444s] (199/777) nextest-runner config::core::imp::tests::ignored_keys
23022026-03-20T03:58:03.499Z PASS [ 0.442s] (200/777) nextest-runner config::core::imp::tests::script_warnings
23032026-03-20T03:58:03.576Z PASS [ 0.437s] (201/777) nextest-runner config::elements::archive::tests::parse_invalid::absolute_path
23042026-03-20T03:58:03.581Z PASS [ 0.533s] (202/777) nextest-runner config::core::imp::tests::deprecated_script_config_warning
23052026-03-20T03:58:03.610Z PASS [ 0.471s] (203/777) nextest-runner config::elements::archive::tests::parse_invalid::invalid_on_missing
23062026-03-20T03:58:03.610Z PASS [ 0.403s] (204/777) nextest-runner config::elements::archive::tests::parse_invalid::invalid_on_missing_type
23072026-03-20T03:58:03.617Z PASS [ 0.484s] (205/777) nextest-runner config::core::tool_config::tests::tool_config_basic
23082026-03-20T03:58:03.628Z PASS [ 0.011s] (206/777) nextest-runner config::elements::archive::tests::test_join_rel_path
23092026-03-20T03:58:03.820Z PASS [ 2.136s] (207/777) integration-tests::integration user_config::test_user_config_values_applied
23102026-03-20T03:58:03.837Z PASS [ 0.343s] (208/777) nextest-runner config::elements::archive::tests::parse_invalid::invalid_relative_to
23112026-03-20T03:58:03.925Z PASS [ 0.430s] (209/777) nextest-runner config::elements::archive::tests::parse_invalid::missing_list
23122026-03-20T03:58:04.033Z PASS [ 0.453s] (210/777) nextest-runner config::elements::archive::tests::parse_invalid::negative_depth
23132026-03-20T03:58:04.087Z PASS [ 0.511s] (211/777) nextest-runner config::elements::archive::tests::parse_invalid::missing_relative_to
23142026-03-20T03:58:04.115Z PASS [ 0.504s] (212/777) nextest-runner config::elements::archive::tests::parse_invalid::parent_component
23152026-03-20T03:58:04.118Z PASS [ 0.507s] (213/777) nextest-runner config::elements::archive::tests::parse_valid
23162026-03-20T03:58:04.152Z PASS [ 0.523s] (214/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::bench_global_timeout_does_not_affect_global_timeout
23172026-03-20T03:58:04.214Z PASS [ 0.395s] (215/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::both_global_timeout_and_bench_global_timeout_can_be_set_independently
23182026-03-20T03:58:04.273Z PASS [ 0.435s] (216/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::empty_config_uses_defaults_for_both_modes
23192026-03-20T03:58:04.332Z PASS [ 0.408s] (217/777) nextest-runner config::elements::global_timeout::tests::bench_globaltimeout_is_independent::global_timeout_does_not_affect_bench_global_timeout
23202026-03-20T03:58:04.422Z PASS [ 0.389s] (218/777) nextest-runner config::elements::global_timeout::tests::globaltimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
23212026-03-20T03:58:04.588Z PASS [ 0.501s] (219/777) nextest-runner config::elements::global_timeout::tests::globaltimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
23222026-03-20T03:58:04.614Z PASS [ 0.497s] (220/777) nextest-runner config::elements::inherits::tests::invalid_upward_inheritance
23232026-03-20T03:58:04.646Z PASS [ 0.532s] (221/777) nextest-runner config::elements::global_timeout::tests::globaltimeout_adheres_to_hierarchy::overrides_the_default_profile
23242026-03-20T03:58:04.674Z PASS [ 0.522s] (222/777) nextest-runner config::elements::inherits::tests::profile_inheritance::c_to_d_to_e_scc_cycle
23252026-03-20T03:58:04.706Z PASS [ 0.491s] (223/777) nextest-runner config::elements::inherits::tests::profile_inheritance::inherit_from_defined_default_profile
23262026-03-20T03:58:04.734Z PASS [ 0.461s] (224/777) nextest-runner config::elements::inherits::tests::profile_inheritance::inherit_from_nonexistent_default_profile
23272026-03-20T03:58:04.766Z PASS [ 0.433s] (225/777) nextest-runner config::elements::inherits::tests::profile_inheritance::inheritance_errors_detected
23282026-03-20T03:58:04.798Z PASS [ 0.376s] (226/777) nextest-runner config::elements::inherits::tests::profile_inheritance::self_referential_error_not_inheritance_cycle
23292026-03-20T03:58:04.975Z PASS [ 0.386s] (227/777) nextest-runner config::elements::inherits::tests::profile_inheritance::three_level_inheritance
23302026-03-20T03:58:05.086Z PASS [ 0.472s] (228/777) nextest-runner config::elements::inherits::tests::valid_downward_inheritance
23312026-03-20T03:58:05.110Z PASS [ 0.464s] (229/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
23322026-03-20T03:58:05.168Z PASS [ 0.494s] (230/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::ci_profile_uses_string_notation
23332026-03-20T03:58:05.248Z PASS [ 0.514s] (231/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::incorrect_leak_timeout_format
23342026-03-20T03:58:05.252Z PASS [ 0.544s] (232/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
23352026-03-20T03:58:05.252Z PASS [ 0.484s] (233/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::overrides_the_default_profile
23362026-03-20T03:58:05.313Z PASS [ 0.515s] (234/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::partial_leak_timeout_table_should_error
23372026-03-20T03:58:05.346Z PASS [ 0.371s] (235/777) nextest-runner config::elements::leak_timeout::tests::leak_timeout_adheres_to_hierarchy::partial_table
23382026-03-20T03:58:05.469Z PASS [ 0.383s] (236/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::empty_string_max_fail
23392026-03-20T03:58:05.554Z PASS [ 0.386s] (237/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_max_fail_type
23402026-03-20T03:58:05.554Z PASS [ 0.443s] (238/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_map_key
23412026-03-20T03:58:05.563Z PASS [ 0.010s] (239/777) nextest-runner config::elements::max_fail::tests::maxfail_builder_from_str
23422026-03-20T03:58:05.756Z PASS [ 0.506s] (240/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_string_max_fail
23432026-03-20T03:58:05.756Z PASS [ 0.505s] (241/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_zero_max_fail
23442026-03-20T03:58:05.782Z PASS [ 0.534s] (242/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::invalid_negative_max_fail
23452026-03-20T03:58:05.845Z PASS [ 0.531s] (243/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::string_as_positive_integer
23462026-03-20T03:58:05.845Z PASS [ 0.499s] (244/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::string_boolean_not_allowed
23472026-03-20T03:58:05.938Z PASS [ 0.468s] (245/777) nextest-runner config::elements::max_fail::tests::invalid_fail_fast::zero_string
23482026-03-20T03:58:05.941Z PASS [ 0.375s] (246/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::boolean_true
23492026-03-20T03:58:05.948Z PASS [ 0.009s] (247/777) nextest-runner config::elements::priority::tests::priority_deserialize
23502026-03-20T03:58:05.958Z PASS [ 0.010s] (248/777) nextest-runner config::elements::priority::tests::priority_out_of_range
23512026-03-20T03:58:05.968Z PASS [ 0.010s] (249/777) nextest-runner config::elements::priority::tests::priority_sort_order
23522026-03-20T03:58:06.007Z PASS [ 0.453s] (250/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::boolean_false
23532026-03-20T03:58:06.175Z PASS [ 0.419s] (251/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_1
23542026-03-20T03:58:06.257Z PASS [ 0.501s] (252/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_1_with_explicit_wait
23552026-03-20T03:58:06.315Z PASS [ 0.470s] (253/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_2
23562026-03-20T03:58:06.315Z PASS [ 0.532s] (254/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_1_with_immediate
23572026-03-20T03:58:06.375Z PASS [ 0.531s] (255/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_5_with_immediate
23582026-03-20T03:58:06.436Z PASS [ 0.498s] (256/777) nextest-runner config::elements::max_fail::tests::parse_fail_fast::max_fail_all
23592026-03-20T03:58:06.436Z PASS [ 0.429s] (257/777) nextest-runner config::elements::retry_policy::tests::overrides_flaky_result_independent_resolution
23602026-03-20T03:58:06.436Z PASS [ 0.467s] (258/777) nextest-runner config::elements::retry_policy::tests::overrides_flaky_result
23612026-03-20T03:58:06.593Z PASS [ 0.418s] (259/777) nextest-runner config::elements::retry_policy::tests::overrides_flaky_result_only
23622026-03-20T03:58:06.649Z PASS [ 0.393s] (260/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
23632026-03-20T03:58:06.760Z PASS [ 0.446s] (261/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
23642026-03-20T03:58:06.839Z PASS [ 0.524s] (262/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
23652026-03-20T03:58:06.921Z PASS [ 0.485s] (263/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
23662026-03-20T03:58:06.921Z PASS [ 0.545s] (264/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
23672026-03-20T03:58:06.921Z PASS [ 0.485s] (265/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
23682026-03-20T03:58:06.952Z PASS [ 0.516s] (266/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
23692026-03-20T03:58:06.985Z PASS [ 0.391s] (267/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::my_test_matches_exactly
23702026-03-20T03:58:07.083Z PASS [ 0.434s] (268/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
23712026-03-20T03:58:07.112Z PASS [ 0.352s] (269/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::no_retries_specified
23722026-03-20T03:58:07.199Z PASS [ 0.360s] (270/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::not_match
23732026-03-20T03:58:07.415Z PASS [ 0.494s] (271/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
23742026-03-20T03:58:07.418Z PASS [ 0.496s] (272/777) nextest-runner config::elements::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
23752026-03-20T03:58:07.474Z PASS [ 0.553s] (273/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
23762026-03-20T03:58:07.502Z PASS [ 0.549s] (274/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
23772026-03-20T03:58:07.535Z PASS [ 0.550s] (275/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
23782026-03-20T03:58:07.567Z PASS [ 0.368s] (276/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
23792026-03-20T03:58:07.567Z PASS [ 0.484s] (277/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
23802026-03-20T03:58:07.567Z PASS [ 0.455s] (278/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
23812026-03-20T03:58:07.752Z PASS [ 0.335s] (279/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
23822026-03-20T03:58:07.889Z PASS [ 0.474s] (280/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::invalid_flaky_result_value
23832026-03-20T03:58:07.915Z PASS [ 0.441s] (281/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
23842026-03-20T03:58:08.027Z PASS [ 0.525s] (282/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
23852026-03-20T03:58:08.055Z PASS [ 0.519s] (283/777) nextest-runner config::elements::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
23862026-03-20T03:58:08.058Z PASS [ 0.490s] (284/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::bench_slow_timeout_does_not_affect_slow_timeout
23872026-03-20T03:58:08.058Z PASS [ 0.490s] (285/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::bench_slow_timeout_string_notation
23882026-03-20T03:58:08.121Z PASS [ 0.553s] (286/777) nextest-runner config::elements::retry_policy::tests::parse_retries_valid
23892026-03-20T03:58:08.151Z PASS [ 0.399s] (287/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::both_slow_timeout_and_bench_slow_timeout_can_be_set_independently
23902026-03-20T03:58:08.218Z PASS [ 0.329s] (288/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::empty_config_uses_defaults_for_both_modes
23912026-03-20T03:58:08.251Z PASS [ 0.336s] (289/777) nextest-runner config::elements::slow_timeout::tests::bench_slowtimeout_is_independent::slow_timeout_does_not_affect_bench_slow_timeout
23922026-03-20T03:58:08.523Z PASS [ 0.495s] (290/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
23932026-03-20T03:58:08.548Z PASS [ 0.491s] (291/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::override_on_timeout_option
23942026-03-20T03:58:08.579Z PASS [ 0.524s] (292/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
23952026-03-20T03:58:08.607Z PASS [ 0.549s] (293/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
23962026-03-20T03:58:08.607Z PASS [ 0.486s] (294/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
23972026-03-20T03:58:08.667Z PASS [ 0.515s] (295/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
23982026-03-20T03:58:08.670Z PASS [ 0.449s] (296/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
23992026-03-20T03:58:08.670Z PASS [ 0.417s] (297/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
24002026-03-20T03:58:08.770Z PASS [ 0.247s] (298/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_result_failure
24012026-03-20T03:58:09.002Z PASS [ 0.453s] (299/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_result_success
24022026-03-20T03:58:09.055Z PASS [ 0.476s] (300/777) nextest-runner config::elements::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
24032026-03-20T03:58:09.081Z PASS [ 0.474s] (301/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
24042026-03-20T03:58:09.142Z PASS [ 0.536s] (302/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
24052026-03-20T03:58:09.142Z PASS [ 0.476s] (303/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_is_global
24062026-03-20T03:58:09.172Z PASS [ 0.504s] (304/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_starts_with_
24072026-03-20T03:58:09.172Z PASS [ 0.505s] (305/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
24082026-03-20T03:58:09.210Z PASS [ 0.440s] (306/777) nextest-runner config::elements::test_group::tests::tool_config_define_groups::group_name_valid
24092026-03-20T03:58:09.269Z PASS [ 0.267s] (307/777) nextest-runner config::elements::test_group::tests::unknown_groups::depends_on_downstream_tool_config
24102026-03-20T03:58:09.419Z PASS [ 0.364s] (308/777) nextest-runner config::elements::test_group::tests::unknown_groups::depends_on_user_config
24112026-03-20T03:58:09.501Z PASS [ 0.420s] (309/777) nextest-runner config::elements::test_group::tests::unknown_groups::unknown_group_in_tool_config
24122026-03-20T03:58:09.639Z PASS [ 0.497s] (310/777) nextest-runner config::elements::test_group::tests::unknown_groups::unknown_group_in_user_config
24132026-03-20T03:58:09.690Z PASS [ 0.548s] (311/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_is_global
24142026-03-20T03:58:09.716Z PASS [ 0.544s] (312/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
24152026-03-20T03:58:09.716Z PASS [ 0.544s] (313/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_starts_with_
24162026-03-20T03:58:09.751Z PASS [ 0.482s] (314/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::negative
24172026-03-20T03:58:09.751Z PASS [ 0.541s] (315/777) nextest-runner config::elements::test_group::tests::user_config_define_groups::group_name_valid
24182026-03-20T03:58:09.813Z PASS [ 0.394s] (316/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::num_cpus
24192026-03-20T03:58:09.847Z PASS [ 0.345s] (317/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::positive
24202026-03-20T03:58:09.909Z PASS [ 0.270s] (318/777) nextest-runner config::elements::test_threads::tests::parse_test_threads::zero
24212026-03-20T03:58:10.157Z PASS [ 0.467s] (319/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::negative
24222026-03-20T03:58:10.238Z PASS [ 0.522s] (320/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_cpus
24232026-03-20T03:58:10.238Z PASS [ 0.522s] (321/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
24242026-03-20T03:58:10.298Z PASS [ 0.548s] (322/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_test_threads
24252026-03-20T03:58:10.299Z PASS [ 0.548s] (323/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
24262026-03-20T03:58:10.325Z PASS [ 0.479s] (324/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::zero
24272026-03-20T03:58:10.329Z PASS [ 0.514s] (325/777) nextest-runner config::elements::threads_required::tests::parse_threads_required::positive
24282026-03-20T03:58:10.363Z PASS [ 0.454s] (326/777) nextest-runner config::overrides::imp::tests::cfg_unix_with_custom_platform
24292026-03-20T03:58:10.395Z PASS [ 0.238s] (327/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
24302026-03-20T03:58:10.572Z PASS [ 0.333s] (328/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::default_filter_with_default
24312026-03-20T03:58:10.682Z PASS [ 0.444s] (329/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
24322026-03-20T03:58:10.789Z PASS [ 0.490s] (330/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::default_filterset_in_default_filter
24332026-03-20T03:58:10.799Z PASS [ 0.010s] (331/777) nextest-runner config::scripts::env_map::tests::apply_env
24342026-03-20T03:58:10.809Z PASS [ 0.010s] (332/777) nextest-runner config::scripts::env_map::tests::new_rejects_invalid_key
24352026-03-20T03:58:10.819Z PASS [ 0.010s] (333/777) nextest-runner config::scripts::env_map::tests::validate_env_var_key_invalid
24362026-03-20T03:58:10.828Z PASS [ 0.009s] (334/777) nextest-runner config::scripts::env_map::tests::validate_env_var_key_valid
24372026-03-20T03:58:10.842Z PASS [ 0.544s] (335/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::default_filter_without_platform
24382026-03-20T03:58:10.873Z PASS [ 0.547s] (336/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::empty_platform_map
24392026-03-20T03:58:10.873Z PASS [ 0.546s] (337/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::invalid_filterset
24402026-03-20T03:58:10.905Z PASS [ 0.542s] (338/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::invalid_platform_expression
24412026-03-20T03:58:10.936Z PASS [ 0.541s] (339/777) nextest-runner config::overrides::imp::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
24422026-03-20T03:58:10.971Z PASS [ 0.289s] (340/777) nextest-runner config::overrides::imp::tests::test_overrides_bench_slow_timeout
24432026-03-20T03:58:10.976Z PASS [ 0.400s] (341/777) nextest-runner config::overrides::imp::tests::test_overrides_basic
24442026-03-20T03:58:11.204Z PASS [ 0.376s] (342/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::empty_platform_map
24452026-03-20T03:58:11.313Z PASS [ 0.470s] (343/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::invalid_filterset
24462026-03-20T03:58:11.339Z PASS [ 0.465s] (344/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::invalid_platform_expression
24472026-03-20T03:58:11.393Z PASS [ 0.519s] (345/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
24482026-03-20T03:58:11.419Z PASS [ 0.514s] (346/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_defined::tool_config_in_main_program
24492026-03-20T03:58:11.448Z PASS [ 0.477s] (347/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::command_line_is_duplicate
24502026-03-20T03:58:11.454Z PASS [ 0.478s] (348/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command
24512026-03-20T03:58:11.454Z PASS [ 0.513s] (349/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
24522026-03-20T03:58:11.513Z PASS [ 0.308s] (350/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command_line_array_in_table
24532026-03-20T03:58:11.636Z PASS [ 0.323s] (351/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command_line_in_table
24542026-03-20T03:58:11.746Z PASS [ 0.408s] (352/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::empty_command_list
24552026-03-20T03:58:11.826Z PASS [ 0.433s] (353/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_first_character_a_digit
24562026-03-20T03:58:11.938Z PASS [ 0.489s] (354/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_with_unsupported_characters
24572026-03-20T03:58:11.938Z PASS [ 0.519s] (355/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_reserved_for_internal_use
24582026-03-20T03:58:11.997Z PASS [ 0.549s] (356/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_containing_key_started_with_an_unsupported_characters
24592026-03-20T03:58:12.023Z PASS [ 0.573s] (357/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_is_duplicate
24602026-03-20T03:58:12.058Z PASS [ 0.545s] (358/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::env_is_not_a_map
24612026-03-20T03:58:12.088Z PASS [ 0.452s] (359/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_relative_to_value
24622026-03-20T03:58:12.119Z PASS [ 0.372s] (360/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_script_name
24632026-03-20T03:58:12.178Z PASS [ 0.352s] (361/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_target_runner_value
24642026-03-20T03:58:12.329Z PASS [ 0.391s] (362/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::missing_command
24652026-03-20T03:58:12.412Z PASS [ 0.474s] (363/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
24662026-03-20T03:58:12.495Z PASS [ 0.497s] (364/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::missing_command_line_in_table
24672026-03-20T03:58:12.550Z PASS [ 0.527s] (365/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::relative_to_is_duplicate
24682026-03-20T03:58:12.611Z PASS [ 0.553s] (366/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
24692026-03-20T03:58:12.611Z PASS [ 0.492s] (367/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::unknown_field_in_command_table
24702026-03-20T03:58:12.611Z PASS [ 0.522s] (368/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_deserialize::target_runner_is_not_a_string
24712026-03-20T03:58:12.621Z PASS [ 0.011s] (369/777) nextest-runner config::utils::helpers::tests::test_deserialize_relative_path
24722026-03-20T03:58:12.631Z PASS [ 0.010s] (370/777) nextest-runner helpers::test::test_decimal_char_width
24732026-03-20T03:58:12.644Z PASS [ 0.012s] (371/777) nextest-runner list::binary_list::tests::test_parse_binary_list
24742026-03-20T03:58:12.647Z PASS [ 0.467s] (372/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_list_using_run_filters::list_scripts_using_run_filters
24752026-03-20T03:58:12.655Z PASS [ 0.044s] (373/777) nextest-runner errors::tests::display_error_chain
24762026-03-20T03:58:12.658Z PASS [ 0.044s] (374/777) nextest-runner errors::tests::display_error_list
24772026-03-20T03:58:12.658Z PASS [ 0.014s] (375/777) nextest-runner list::binary_list::tests::test_parse_binary_list_from_message_lines
24782026-03-20T03:58:12.669Z PASS [ 0.024s] (376/777) nextest-runner list::partition_tests::proptest_slice_even_distribution
24792026-03-20T03:58:12.671Z PASS [ 0.011s] (377/777) nextest-runner list::partition_tests::test_apply_per_binary_partitioning_count
24802026-03-20T03:58:12.681Z PASS [ 0.012s] (378/777) nextest-runner list::partition_tests::test_partition_ignored_independent
24812026-03-20T03:58:12.684Z PASS [ 0.013s] (379/777) nextest-runner list::partition_tests::test_partition_hash
24822026-03-20T03:58:12.690Z PASS [ 0.035s] (380/777) nextest-runner list::partition_tests::proptest_slice_ignored_independence
24832026-03-20T03:58:12.693Z PASS [ 0.012s] (381/777) nextest-runner list::partition_tests::test_partition_rerun_already_passed
24842026-03-20T03:58:12.696Z PASS [ 0.013s] (382/777) nextest-runner list::partition_tests::test_partition_prefiltered_excluded_from_counting
24852026-03-20T03:58:12.699Z PASS [ 0.043s] (383/777) nextest-runner list::partition_tests::proptest_slice_shards_complete_and_disjoint
24862026-03-20T03:58:12.702Z PASS [ 0.012s] (384/777) nextest-runner list::partition_tests::test_partition_test_count_and_run_count
24872026-03-20T03:58:12.706Z PASS [ 0.012s] (385/777) nextest-runner list::partition_tests::test_slice_cross_binary_distribution
24882026-03-20T03:58:12.709Z PASS [ 0.013s] (386/777) nextest-runner list::partition_tests::test_slice_prefiltered_excluded_from_cross_binary_counting
24892026-03-20T03:58:12.712Z PASS [ 0.011s] (387/777) nextest-runner list::partition_tests::test_slice_rerun_already_passed_cross_binary
24902026-03-20T03:58:12.716Z PASS [ 0.010s] (388/777) nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
24912026-03-20T03:58:12.719Z PASS [ 0.010s] (389/777) nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
24922026-03-20T03:58:12.719Z PASS [ 0.010s] (390/777) nextest-runner list::rust_build_meta::tests::test_from_summary::build_directory_absent_defaults_to_target_directory
24932026-03-20T03:58:12.719Z PASS [ 0.009s] (391/777) nextest-runner list::rust_build_meta::tests::test_from_summary::build_directory_differs_from_target_directory
24942026-03-20T03:58:12.722Z PASS [ 0.010s] (392/777) nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
24952026-03-20T03:58:12.726Z PASS [ 0.010s] (393/777) nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
24962026-03-20T03:58:12.730Z PASS [ 0.010s] (394/777) nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
24972026-03-20T03:58:12.730Z PASS [ 0.010s] (395/777) nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
24982026-03-20T03:58:12.733Z PASS [ 0.010s] (396/777) nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
24992026-03-20T03:58:12.736Z PASS [ 0.010s] (397/777) nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
25002026-03-20T03:58:12.739Z PASS [ 0.010s] (398/777) nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
25012026-03-20T03:58:12.739Z PASS [ 0.010s] (399/777) nextest-runner list::rust_build_meta::tests::test_to_archive_summary_omits_build_directory
25022026-03-20T03:58:12.742Z PASS [ 0.010s] (400/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_directory_differs_from_target_directory
25032026-03-20T03:58:12.745Z PASS [ 0.414s] (401/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_unknown::unknown_scripts
25042026-03-20T03:58:12.748Z PASS [ 0.010s] (402/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_directory_equals_target_directory
25052026-03-20T03:58:12.748Z PASS [ 0.010s] (403/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
25062026-03-20T03:58:12.748Z PASS [ 0.009s] (404/777) nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
25072026-03-20T03:58:12.751Z PASS [ 0.010s] (405/777) nextest-runner list::test_list::tests::apply_wrappers_examples
25082026-03-20T03:58:12.759Z PASS [ 0.010s] (406/777) nextest-runner pager::tests::test_external_pager_double_finalize_is_idempotent
25092026-03-20T03:58:12.762Z PASS [ 0.013s] (407/777) nextest-runner list::test_list::tests::test_parse_test_list
25102026-03-20T03:58:12.765Z PASS [ 0.010s] (408/777) nextest-runner pager::tests::test_external_pager_drop_without_finalize
25112026-03-20T03:58:12.769Z PASS [ 0.011s] (409/777) nextest-runner pager::tests::test_external_pager_early_exit_squelches_broken_pipe
25122026-03-20T03:58:12.778Z PASS [ 0.010s] (410/777) nextest-runner pager::tests::test_external_pager_write_and_finalize
25132026-03-20T03:58:12.778Z PASS [ 0.010s] (411/777) nextest-runner pager::tests::test_request_pager_never_paginate
25142026-03-20T03:58:12.782Z PASS [ 0.009s] (412/777) nextest-runner pager::tests::test_terminal_output
25152026-03-20T03:58:12.782Z PASS [ 0.010s] (413/777) nextest-runner pager::tests::test_terminal_output_drop
25162026-03-20T03:58:12.782Z PASS [ 0.010s] (414/777) nextest-runner partition::tests::partitioner_builder_from_str
25172026-03-20T03:58:12.788Z PASS [ 0.009s] (415/777) nextest-runner partition::tests::partitioner_builder_scope
25182026-03-20T03:58:12.791Z PASS [ 0.045s] (416/777) nextest-runner list::test_list::tests::test_parse_list_lines
25192026-03-20T03:58:12.791Z PASS [ 0.009s] (417/777) nextest-runner platform::tests::test_from_rustc_output_invalid
25202026-03-20T03:58:12.791Z PASS [ 0.009s] (418/777) nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
25212026-03-20T03:58:12.797Z PASS [ 0.009s] (419/777) nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
25222026-03-20T03:58:12.801Z PASS [ 0.010s] (420/777) nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
25232026-03-20T03:58:12.804Z PASS [ 0.011s] (421/777) nextest-runner record::chrome_trace::tests::empty_run_produces_only_run_lifecycle
25242026-03-20T03:58:12.804Z PASS [ 0.012s] (422/777) nextest-runner record::chrome_trace::tests::basic_test_run
25252026-03-20T03:58:12.810Z PASS [ 0.013s] (423/777) nextest-runner record::chrome_trace::tests::multiple_binaries_grouping_modes
25262026-03-20T03:58:12.813Z PASS [ 0.399s] (424/777) nextest-runner config::scripts::imp::tests::parse_scripts_invalid_wrong_type::wrong_script_types
25272026-03-20T03:58:12.813Z PASS [ 0.012s] (425/777) nextest-runner record::chrome_trace::tests::pause_resume_splits_events
25282026-03-20T03:58:12.816Z PASS [ 0.012s] (426/777) nextest-runner record::chrome_trace::tests::pause_resume_with_setup_scripts
25292026-03-20T03:58:12.816Z PASS [ 0.012s] (427/777) nextest-runner record::chrome_trace::tests::pause_resume_with_stress_subrun
25302026-03-20T03:58:12.823Z PASS [ 0.012s] (428/777) nextest-runner record::chrome_trace::tests::results_counter_events
25312026-03-20T03:58:12.826Z PASS [ 0.012s] (429/777) nextest-runner record::chrome_trace::tests::retry_across_pause_boundary
25322026-03-20T03:58:12.826Z PASS [ 0.011s] (430/777) nextest-runner record::chrome_trace::tests::run_bar_uses_event_timestamp
25332026-03-20T03:58:12.826Z PASS [ 0.011s] (431/777) nextest-runner record::chrome_trace::tests::setup_script
25342026-03-20T03:58:12.826Z PASS [ 0.011s] (432/777) nextest-runner record::chrome_trace::tests::run_finished_while_paused
25352026-03-20T03:58:12.838Z PASS [ 0.012s] (433/777) nextest-runner record::chrome_trace::tests::stress_subrun_events
25362026-03-20T03:58:12.847Z PASS [ 0.352s] (434/777) nextest-runner config::scripts::imp::tests::test_parse_scripts_empty_sections
25372026-03-20T03:58:12.850Z PASS [ 0.300s] (435/777) nextest-runner config::scripts::imp::tests::test_scripts_basic
25382026-03-20T03:58:12.853Z PASS [ 0.013s] (436/777) nextest-runner record::chrome_trace::tests::test_slow_instant_event
25392026-03-20T03:58:12.857Z PASS [ 0.010s] (437/777) nextest-runner record::dicts::tests::dictionaries_have_expected_sizes
25402026-03-20T03:58:12.869Z PASS [ 0.045s] (438/777) nextest-runner record::chrome_trace::tests::snapshot_pause_resume_trace
25412026-03-20T03:58:12.869Z PASS [ 0.045s] (439/777) nextest-runner record::chrome_trace::tests::snapshot_retry_flow_events
25422026-03-20T03:58:12.869Z PASS [ 0.046s] (440/777) nextest-runner record::chrome_trace::tests::snapshot_basic_trace
25432026-03-20T03:58:12.869Z PASS [ 0.043s] (441/777) nextest-runner record::chrome_trace::tests::snapshot_slot_mode_chrome_trace
25442026-03-20T03:58:12.895Z PASS [ 0.045s] (442/777) nextest-runner record::display::tests::test_display_alignment_multiple_runs
25452026-03-20T03:58:12.895Z PASS [ 0.045s] (443/777) nextest-runner record::display::tests::test_display_detailed
25462026-03-20T03:58:12.900Z PASS [ 0.043s] (444/777) nextest-runner record::display::tests::test_display_detailed_with_parent_run
25472026-03-20T03:58:12.912Z PASS [ 0.170s] (445/777) nextest-runner list::test_list::tests::test_instance_id_key_borrow_consistency
25482026-03-20T03:58:12.915Z PASS [ 0.044s] (446/777) nextest-runner record::display::tests::test_display_prune_plan_empty
25492026-03-20T03:58:12.915Z PASS [ 0.044s] (447/777) nextest-runner record::display::tests::test_display_prune_plan_single_run
25502026-03-20T03:58:12.915Z PASS [ 0.044s] (448/777) nextest-runner record::display::tests::test_display_prune_result_full
25512026-03-20T03:58:12.915Z PASS [ 0.044s] (449/777) nextest-runner record::display::tests::test_display_prune_plan_multiple_runs
25522026-03-20T03:58:12.940Z PASS [ 0.045s] (450/777) nextest-runner record::display::tests::test_display_prune_result_multiple_runs
25532026-03-20T03:58:12.940Z PASS [ 0.045s] (451/777) nextest-runner record::display::tests::test_display_prune_result_nothing_pruned_with_error
25542026-03-20T03:58:12.943Z PASS [ 0.042s] (452/777) nextest-runner record::display::tests::test_display_prune_result_nothing_to_prune
25552026-03-20T03:58:12.956Z PASS [ 0.044s] (453/777) nextest-runner record::display::tests::test_display_prune_result_single_run
25562026-03-20T03:58:12.956Z PASS [ 0.043s] (454/777) nextest-runner record::display::tests::test_display_prune_result_with_errors_implicit
25572026-03-20T03:58:12.957Z PASS [ 0.043s] (455/777) nextest-runner record::display::tests::test_display_prune_result_with_orphan
25582026-03-20T03:58:12.957Z PASS [ 0.043s] (456/777) nextest-runner record::display::tests::test_display_prune_result_with_multiple_orphans
25592026-03-20T03:58:12.960Z PASS [ 0.044s] (457/777) nextest-runner record::display::tests::test_display_prune_result_with_errors_explicit
25602026-03-20T03:58:12.986Z PASS [ 0.046s] (458/777) nextest-runner record::display::tests::test_display_recorded_run_info_completed
25612026-03-20T03:58:12.986Z PASS [ 0.046s] (459/777) nextest-runner record::display::tests::test_display_recorded_run_info_incomplete
25622026-03-20T03:58:12.986Z PASS [ 0.043s] (460/777) nextest-runner record::display::tests::test_display_recorded_run_info_no_tests
25632026-03-20T03:58:13.002Z PASS [ 0.045s] (461/777) nextest-runner record::display::tests::test_display_recorded_run_info_stress_cancelled
25642026-03-20T03:58:13.002Z PASS [ 0.045s] (462/777) nextest-runner record::display::tests::test_display_recorded_run_info_not_run
25652026-03-20T03:58:13.005Z PASS [ 0.045s] (463/777) nextest-runner record::display::tests::test_display_recorded_run_info_stress_completed
25662026-03-20T03:58:13.005Z PASS [ 0.046s] (464/777) nextest-runner record::display::tests::test_display_run_list
25672026-03-20T03:58:13.005Z PASS [ 0.046s] (465/777) nextest-runner record::display::tests::test_display_replayability_statuses
25682026-03-20T03:58:13.032Z PASS [ 0.046s] (466/777) nextest-runner record::display::tests::test_tree_branching
25692026-03-20T03:58:13.032Z PASS [ 0.046s] (467/777) nextest-runner record::display::tests::test_display_stress_stats_alignment
25702026-03-20T03:58:13.032Z PASS [ 0.046s] (468/777) nextest-runner record::display::tests::test_tree_branching_with_chains
25712026-03-20T03:58:13.048Z PASS [ 0.046s] (469/777) nextest-runner record::display::tests::test_tree_linear_chain
25722026-03-20T03:58:13.048Z PASS [ 0.045s] (470/777) nextest-runner record::display::tests::test_tree_mixed_independent_and_chain
25732026-03-20T03:58:13.048Z PASS [ 0.046s] (471/777) nextest-runner record::display::tests::test_tree_compressed_with_branching
25742026-03-20T03:58:13.048Z PASS [ 0.046s] (472/777) nextest-runner record::display::tests::test_tree_continuation_flags
25752026-03-20T03:58:13.048Z PASS [ 0.046s] (473/777) nextest-runner record::display::tests::test_tree_deep_chain
25762026-03-20T03:58:13.059Z PASS [ 0.010s] (474/777) nextest-runner record::format::tests::test_portable_manifest_format_version
25772026-03-20T03:58:13.059Z PASS [ 0.011s] (475/777) nextest-runner record::format::tests::test_dict_bytes
25782026-03-20T03:58:13.059Z PASS [ 0.011s] (476/777) nextest-runner record::format::tests::test_output_dict_for_path
25792026-03-20T03:58:13.062Z PASS [ 0.011s] (477/777) nextest-runner record::format::tests::test_output_dict_for_output_file_name
25802026-03-20T03:58:13.071Z PASS [ 0.011s] (478/777) nextest-runner record::format::tests::test_recorded_run_deserialize_unknown_status
25812026-03-20T03:58:13.074Z PASS [ 0.011s] (479/777) nextest-runner record::format::tests::test_recorded_run_deserialize_without_minor_version
25822026-03-20T03:58:13.079Z PASS [ 0.047s] (480/777) nextest-runner record::display::tests::test_tree_pruned_parent
25832026-03-20T03:58:13.079Z PASS [ 0.047s] (481/777) nextest-runner record::display::tests::test_tree_pruned_parent_with_chain
25842026-03-20T03:58:13.079Z PASS [ 0.047s] (482/777) nextest-runner record::display::tests::test_tree_pruned_parent_with_multiple_children
25852026-03-20T03:58:13.082Z PASS [ 0.011s] (483/777) nextest-runner record::format::tests::test_recorded_run_roundtrip
25862026-03-20T03:58:13.090Z PASS [ 0.011s] (484/777) nextest-runner record::format::tests::test_recorded_run_serialize_includes_minor_version
25872026-03-20T03:58:13.095Z PASS [ 0.047s] (485/777) nextest-runner record::display::tests::test_tree_unicode_characters
25882026-03-20T03:58:13.103Z PASS [ 0.044s] (486/777) nextest-runner record::format::tests::test_portable_version_serialization
25892026-03-20T03:58:13.103Z PASS [ 0.044s] (487/777) nextest-runner record::format::tests::test_portable_version_compatibility
25902026-03-20T03:58:13.106Z PASS [ 0.010s] (488/777) nextest-runner record::format::tests::test_runs_json_current_version
25912026-03-20T03:58:13.113Z PASS [ 0.010s] (489/777) nextest-runner record::format::tests::test_runs_json_new
25922026-03-20T03:58:13.116Z PASS [ 0.010s] (490/777) nextest-runner record::format::tests::test_runs_json_missing_version
25932026-03-20T03:58:13.116Z PASS [ 0.044s] (491/777) nextest-runner record::format::tests::test_recorded_run_serialize_cancelled
25942026-03-20T03:58:13.116Z PASS [ 0.010s] (492/777) nextest-runner record::format::tests::test_runs_json_newer_version
25952026-03-20T03:58:13.123Z PASS [ 0.010s] (493/777) nextest-runner record::format::tests::test_runs_json_older_version
25962026-03-20T03:58:13.127Z PASS [ 0.010s] (494/777) nextest-runner record::format::tests::test_runs_json_serialization_includes_version
25972026-03-20T03:58:13.127Z PASS [ 0.042s] (495/777) nextest-runner record::format::tests::test_recorded_run_serialize_stress_cancelled
25982026-03-20T03:58:13.127Z PASS [ 0.045s] (496/777) nextest-runner record::format::tests::test_recorded_run_serialize_completed
25992026-03-20T03:58:13.127Z PASS [ 0.045s] (497/777) nextest-runner record::format::tests::test_recorded_run_serialize_incomplete
26002026-03-20T03:58:13.130Z PASS [ 0.012s] (498/777) nextest-runner record::portable::tests::test_default_filename
26012026-03-20T03:58:13.134Z PASS [ 0.011s] (499/777) nextest-runner record::portable::tests::test_ensure_seekable_empty_pipe
26022026-03-20T03:58:13.137Z PASS [ 0.011s] (500/777) nextest-runner record::portable::tests::test_ensure_seekable_spool_exact_limit
26032026-03-20T03:58:13.137Z PASS [ 0.011s] (501/777) nextest-runner record::portable::tests::test_ensure_seekable_spool_one_over_limit
26042026-03-20T03:58:13.137Z PASS [ 0.011s] (502/777) nextest-runner record::portable::tests::test_ensure_seekable_regular_file
26052026-03-20T03:58:13.137Z PASS [ 0.013s] (503/777) nextest-runner record::portable::tests::test_ensure_seekable_pipe
26062026-03-20T03:58:13.140Z PASS [ 0.010s] (504/777) nextest-runner record::portable::tests::test_ensure_seekable_spool_too_large
26072026-03-20T03:58:13.140Z PASS [ 0.048s] (505/777) nextest-runner record::format::tests::test_recorded_run_serialize_stress_completed
26082026-03-20T03:58:13.145Z PASS [ 0.011s] (506/777) nextest-runner record::portable::tests::test_missing_run_dir
26092026-03-20T03:58:13.148Z PASS [ 0.011s] (507/777) nextest-runner record::portable::tests::test_missing_store_zip
26102026-03-20T03:58:13.148Z PASS [ 0.010s] (508/777) nextest-runner record::reader::tests::test_record_reader_nonexistent_dir
26112026-03-20T03:58:13.148Z PASS [ 0.012s] (509/777) nextest-runner record::portable::tests::test_missing_run_log
26122026-03-20T03:58:13.148Z PASS [ 0.010s] (510/777) nextest-runner record::recorder::tests::test_truncate_output_basic
26132026-03-20T03:58:13.151Z PASS [ 0.014s] (511/777) nextest-runner record::portable::tests::test_write_portable_recording
26142026-03-20T03:58:13.151Z PASS [ 0.011s] (512/777) nextest-runner record::recorder::tests::test_compress_with_dict_stdout
26152026-03-20T03:58:13.155Z PASS [ 0.010s] (513/777) nextest-runner record::recorder::tests::test_truncate_output_exact_size
26162026-03-20T03:58:13.157Z PASS [ 0.010s] (514/777) nextest-runner record::recorder::tests::test_truncate_output_marker_shows_correct_count
26172026-03-20T03:58:13.158Z PASS [ 0.010s] (515/777) nextest-runner record::recorder::tests::test_truncate_output_max_size_smaller_than_marker
26182026-03-20T03:58:13.158Z PASS [ 0.009s] (516/777) nextest-runner record::recorder::tests::test_truncate_output_no_truncation_needed
26192026-03-20T03:58:13.161Z PASS [ 0.010s] (517/777) nextest-runner record::recorder::tests::test_truncate_output_max_size_zero
26202026-03-20T03:58:13.161Z PASS [ 0.010s] (518/777) nextest-runner record::recorder::tests::test_truncate_output_preserves_head_and_tail
26212026-03-20T03:58:13.163Z PASS [ 0.046s] (519/777) nextest-runner record::format::tests::test_store_version_compatibility
26222026-03-20T03:58:13.166Z PASS [ 0.009s] (520/777) nextest-runner record::rerun::tests::decide_test_outcome_truth_table
26232026-03-20T03:58:13.166Z PASS [ 0.010s] (521/777) nextest-runner record::rerun::tests::flaky_result_affects_rerun_outcome
26242026-03-20T03:58:13.169Z PASS [ 0.010s] (522/777) nextest-runner record::rerun::tests::spec_property_failed_becomes_outstanding
26252026-03-20T03:58:13.169Z PASS [ 0.010s] (523/777) nextest-runner record::rerun::tests::spec_property_outstanding_to_passing_on_pass
26262026-03-20T03:58:13.172Z PASS [ 0.010s] (524/777) nextest-runner record::rerun::tests::spec_property_passing_monotonicity
26272026-03-20T03:58:13.175Z PASS [ 0.009s] (525/777) nextest-runner record::rerun::tests::spec_property_test_not_in_list_behavior
26282026-03-20T03:58:13.178Z PASS [ 0.010s] (526/777) nextest-runner record::rerun::tests::stress_run_accumulation
26292026-03-20T03:58:13.178Z PASS [ 0.010s] (527/777) nextest-runner record::rerun::tests::stress_run_multiple_tests_independent
26302026-03-20T03:58:13.181Z PASS [ 0.010s] (528/777) nextest-runner record::retention::tests::test_age_limit
26312026-03-20T03:58:13.184Z PASS [ 0.010s] (529/777) nextest-runner record::retention::tests::test_all_runs_deleted_by_age
26322026-03-20T03:58:13.187Z PASS [ 0.010s] (530/777) nextest-runner record::retention::tests::test_all_runs_deleted_by_count_zero
26332026-03-20T03:58:13.187Z PASS [ 0.010s] (531/777) nextest-runner record::retention::tests::test_all_runs_deleted_by_size
26342026-03-20T03:58:13.190Z PASS [ 0.009s] (532/777) nextest-runner record::retention::tests::test_clock_skew_negative_age_saturates_to_zero
26352026-03-20T03:58:13.194Z PASS [ 0.010s] (533/777) nextest-runner record::retention::tests::test_combined_limits
26362026-03-20T03:58:13.196Z PASS [ 0.009s] (534/777) nextest-runner record::retention::tests::test_count_limit
26372026-03-20T03:58:13.197Z PASS [ 0.009s] (535/777) nextest-runner record::retention::tests::test_empty_runs_list
26382026-03-20T03:58:13.200Z PASS [ 0.009s] (536/777) nextest-runner record::retention::tests::test_from_record_config
26392026-03-20T03:58:13.202Z PASS [ 0.009s] (537/777) nextest-runner record::retention::tests::test_incomplete_runs_not_automatically_deleted
26402026-03-20T03:58:13.206Z PASS [ 0.009s] (538/777) nextest-runner record::retention::tests::test_limits_exceeded_by_factor
26412026-03-20T03:58:13.206Z PASS [ 0.009s] (539/777) nextest-runner record::retention::tests::test_no_limits_keeps_all
26422026-03-20T03:58:13.208Z PASS [ 0.009s] (540/777) nextest-runner record::retention::tests::test_size_limit
26432026-03-20T03:58:13.212Z PASS [ 0.009s] (541/777) nextest-runner record::run_id_index::tests::test_asymmetric_neighbors
26442026-03-20T03:58:13.215Z PASS [ 0.010s] (542/777) nextest-runner record::run_id_index::tests::test_empty_index
26452026-03-20T03:58:13.215Z PASS [ 0.009s] (543/777) nextest-runner record::run_id_index::tests::test_hex_len_to_string_index
26462026-03-20T03:58:13.218Z PASS [ 0.009s] (544/777) nextest-runner record::run_id_index::tests::test_not_in_index
26472026-03-20T03:58:13.222Z PASS [ 0.010s] (545/777) nextest-runner record::run_id_index::tests::test_prefix_crosses_dash
26482026-03-20T03:58:13.225Z PASS [ 0.009s] (546/777) nextest-runner record::run_id_index::tests::test_resolve_prefix
26492026-03-20T03:58:13.225Z PASS [ 0.009s] (547/777) nextest-runner record::run_id_index::tests::test_run_id_or_archive_selector_default
26502026-03-20T03:58:13.228Z PASS [ 0.009s] (548/777) nextest-runner record::run_id_index::tests::test_run_id_or_archive_selector_display
26512026-03-20T03:58:13.231Z PASS [ 0.009s] (549/777) nextest-runner record::run_id_index::tests::test_run_id_or_archive_selector_from_str
26522026-03-20T03:58:13.234Z PASS [ 0.009s] (550/777) nextest-runner record::run_id_index::tests::test_run_id_selector_display
26532026-03-20T03:58:13.234Z PASS [ 0.009s] (551/777) nextest-runner record::run_id_index::tests::test_run_id_selector_default
26542026-03-20T03:58:13.237Z PASS [ 0.009s] (552/777) nextest-runner record::run_id_index::tests::test_run_id_selector_from_str
26552026-03-20T03:58:13.241Z PASS [ 0.010s] (553/777) nextest-runner record::run_id_index::tests::test_shared_prefix
26562026-03-20T03:58:13.244Z PASS [ 0.009s] (554/777) nextest-runner record::run_id_index::tests::test_single_entry
26572026-03-20T03:58:13.244Z PASS [ 0.009s] (555/777) nextest-runner record::state_dir::tests::test_decode_rejects_malformed
26582026-03-20T03:58:13.247Z PASS [ 0.009s] (556/777) nextest-runner record::state_dir::tests::test_decode_valid_escapes
26592026-03-20T03:58:13.251Z PASS [ 0.009s] (557/777) nextest-runner record::state_dir::tests::test_encode_decode_roundtrip
26602026-03-20T03:58:13.254Z PASS [ 0.009s] (558/777) nextest-runner record::state_dir::tests::test_encoding_is_bijective
26612026-03-20T03:58:13.254Z PASS [ 0.010s] (559/777) nextest-runner record::state_dir::tests::test_encode_workspace_path
26622026-03-20T03:58:13.257Z PASS [ 0.009s] (560/777) nextest-runner record::state_dir::tests::test_long_paths_truncated_with_hash
26632026-03-20T03:58:13.257Z PASS [ 0.111s] (561/777) nextest-runner record::recorder::tests::test_truncate_output_large_input
26642026-03-20T03:58:13.260Z PASS [ 0.009s] (562/777) nextest-runner record::state_dir::tests::test_records_state_dir
26652026-03-20T03:58:13.263Z PASS [ 0.010s] (563/777) nextest-runner record::state_dir::tests::test_short_paths_not_truncated
26662026-03-20T03:58:13.263Z PASS [ 0.010s] (564/777) nextest-runner record::state_dir::tests::test_records_state_dir_canonicalizes_symlinks
26672026-03-20T03:58:13.266Z PASS [ 0.010s] (565/777) nextest-runner record::state_dir::tests::test_truncation_boundary_at_96_bytes
26682026-03-20T03:58:13.266Z PASS [ 0.009s] (566/777) nextest-runner record::state_dir::tests::test_truncation_different_suffixes_same_prefix
26692026-03-20T03:58:13.270Z PASS [ 0.010s] (567/777) nextest-runner record::state_dir::tests::test_truncation_preserves_uniqueness
26702026-03-20T03:58:13.273Z PASS [ 0.009s] (568/777) nextest-runner record::state_dir::tests::test_truncation_with_unicode
26712026-03-20T03:58:13.273Z PASS [ 0.009s] (569/777) nextest-runner record::summary::tests::test_output_file_name_deserialize_invalid
26722026-03-20T03:58:13.276Z PASS [ 0.009s] (570/777) nextest-runner record::summary::tests::test_output_file_name_deterministic
26732026-03-20T03:58:13.280Z PASS [ 0.009s] (571/777) nextest-runner record::summary::tests::test_output_file_name_different_content_different_hash
26742026-03-20T03:58:13.283Z PASS [ 0.009s] (572/777) nextest-runner record::summary::tests::test_output_file_name_empty_content
26752026-03-20T03:58:13.286Z PASS [ 0.010s] (573/777) nextest-runner record::summary::tests::test_output_file_name_from_content_combined
26762026-03-20T03:58:13.286Z PASS [ 0.009s] (574/777) nextest-runner record::summary::tests::test_output_file_name_from_content_stderr
26772026-03-20T03:58:13.289Z PASS [ 0.010s] (575/777) nextest-runner record::summary::tests::test_output_file_name_from_content_stdout
26782026-03-20T03:58:13.289Z PASS [ 0.009s] (576/777) nextest-runner record::summary::tests::test_output_file_name_same_content_different_kind
26792026-03-20T03:58:13.292Z PASS [ 0.135s] (577/777) nextest-runner record::rerun::tests::passing_and_outstanding_disjoint
26802026-03-20T03:58:13.293Z PASS [ 0.009s] (578/777) nextest-runner record::summary::tests::test_output_file_name_serde_round_trip
26812026-03-20T03:58:13.295Z PASS [ 0.137s] (579/777) nextest-runner record::rerun::tests::matching_tests_with_outcomes_are_tracked
26822026-03-20T03:58:13.296Z PASS [ 0.010s] (580/777) nextest-runner record::summary::tests::test_output_file_name_validate_invalid_patterns
26832026-03-20T03:58:13.299Z PASS [ 0.010s] (581/777) nextest-runner record::summary::tests::test_output_file_name_validate_valid_content_addressed
26842026-03-20T03:58:13.299Z PASS [ 0.010s] (582/777) nextest-runner record::summary::tests::test_output_file_name_validate_rejects_old_format
26852026-03-20T03:58:13.302Z PASS [ 0.009s] (583/777) nextest-runner record::summary::tests::test_zip_store_output_file_name
26862026-03-20T03:58:13.305Z PASS [ 0.010s] (584/777) nextest-runner record::tree::tests::test_branching
26872026-03-20T03:58:13.305Z PASS [ 0.010s] (585/777) nextest-runner record::tree::tests::test_branching_with_chains
26882026-03-20T03:58:13.305Z PASS [ 0.010s] (586/777) nextest-runner record::tree::tests::test_compressed_grandparent_with_branching_children
26892026-03-20T03:58:13.309Z PASS [ 0.010s] (587/777) nextest-runner record::tree::tests::test_continuation_flags_not_last
26902026-03-20T03:58:13.313Z PASS [ 0.011s] (588/777) nextest-runner record::tree::tests::test_continuation_flags_with_siblings
26912026-03-20T03:58:13.313Z PASS [ 0.143s] (589/777) nextest-runner record::rerun::tests::sut_matches_oracle
26922026-03-20T03:58:13.313Z PASS [ 0.010s] (590/777) nextest-runner record::tree::tests::test_cycle_disconnected_from_root
26932026-03-20T03:58:13.317Z PASS [ 0.010s] (591/777) nextest-runner record::tree::tests::test_cycle_self_parent
26942026-03-20T03:58:13.317Z PASS [ 0.010s] (592/777) nextest-runner record::tree::tests::test_deep_chain_with_branching
26952026-03-20T03:58:13.317Z PASS [ 0.010s] (593/777) nextest-runner record::tree::tests::test_empty
26962026-03-20T03:58:13.320Z PASS [ 0.010s] (594/777) nextest-runner record::tree::tests::test_linear_chain
26972026-03-20T03:58:13.323Z PASS [ 0.011s] (595/777) nextest-runner record::tree::tests::test_multiple_trees
26982026-03-20T03:58:13.323Z PASS [ 0.010s] (596/777) nextest-runner record::tree::tests::test_pruned_parent
26992026-03-20T03:58:13.323Z PASS [ 0.010s] (597/777) nextest-runner record::tree::tests::test_pruned_parent_with_multiple_children
27002026-03-20T03:58:13.327Z PASS [ 0.010s] (598/777) nextest-runner record::tree::tests::test_roots_sorted_by_max_subtree_time
27012026-03-20T03:58:13.327Z PASS [ 0.010s] (599/777) nextest-runner record::tree::tests::test_single_root
27022026-03-20T03:58:13.330Z PASS [ 0.010s] (600/777) nextest-runner redact::tests::test_redact_path
27032026-03-20T03:58:13.333Z PASS [ 0.010s] (601/777) nextest-runner reporter::displayer::config::tests::resolve_auto_progress_decisions
27042026-03-20T03:58:13.333Z PASS [ 0.009s] (602/777) nextest-runner reporter::displayer::config::tests::resolve_cli_overrides_win
27052026-03-20T03:58:13.336Z PASS [ 0.009s] (603/777) nextest-runner reporter::displayer::config::tests::resolve_counter_progress_decisions
27062026-03-20T03:58:13.336Z PASS [ 0.015s] (604/777) nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
27072026-03-20T03:58:13.339Z PASS [ 0.009s] (605/777) nextest-runner reporter::displayer::config::tests::resolve_no_capture_raises_status_level
27082026-03-20T03:58:13.342Z PASS [ 0.009s] (606/777) nextest-runner reporter::displayer::config::tests::resolve_none_progress_decisions
27092026-03-20T03:58:13.342Z PASS [ 0.010s] (607/777) nextest-runner reporter::displayer::config::tests::resolve_partial_cli_overrides
27102026-03-20T03:58:13.345Z PASS [ 0.009s] (608/777) nextest-runner reporter::displayer::config::tests::resolve_running_progress_decisions
27112026-03-20T03:58:13.345Z PASS [ 0.009s] (609/777) nextest-runner reporter::displayer::config::tests::resolve_suppress_success_with_progress_bar
27122026-03-20T03:58:13.349Z PASS [ 0.009s] (610/777) nextest-runner reporter::displayer::config::tests::resolve_uses_profile_defaults
27132026-03-20T03:58:13.352Z PASS [ 0.009s] (611/777) nextest-runner reporter::displayer::formatters::tests::test_final_warnings
27142026-03-20T03:58:13.355Z PASS [ 0.010s] (612/777) nextest-runner reporter::displayer::imp::tests::no_capture_settings
27152026-03-20T03:58:13.359Z PASS [ 0.010s] (613/777) nextest-runner reporter::displayer::imp::tests::sort_final_outputs_counter_flag
27162026-03-20T03:58:13.362Z PASS [ 0.010s] (614/777) nextest-runner reporter::displayer::imp::tests::sort_final_outputs_mixed_status_levels
27172026-03-20T03:58:13.365Z PASS [ 0.044s] (615/777) nextest-runner redact::tests::test_size_display
27182026-03-20T03:58:13.368Z PASS [ 0.011s] (616/777) nextest-runner reporter::displayer::imp::tests::sort_final_outputs_stress_indexes
27192026-03-20T03:58:13.379Z PASS [ 0.064s] (617/777) nextest-runner record::tree::tests::tree_output_invariant_under_shuffle
27202026-03-20T03:58:13.385Z PASS [ 0.043s] (618/777) nextest-runner reporter::displayer::formatters::tests::test_write_skip_counts
27212026-03-20T03:58:13.388Z PASS [ 0.043s] (619/777) nextest-runner reporter::displayer::imp::tests::final_status_line
27222026-03-20T03:58:13.404Z PASS [ 0.045s] (620/777) nextest-runner reporter::displayer::imp::tests::status_line_all_variants
27232026-03-20T03:58:13.407Z PASS [ 0.045s] (621/777) nextest-runner reporter::displayer::imp::tests::test_info_response
27242026-03-20T03:58:13.410Z PASS [ 0.042s] (622/777) nextest-runner reporter::displayer::imp::tests::test_summary_line
27252026-03-20T03:58:13.410Z PASS [ 0.043s] (623/777) nextest-runner reporter::displayer::imp::tests::test_slow_try_prefix
27262026-03-20T03:58:13.415Z PASS [ 0.010s] (624/777) nextest-runner reporter::displayer::progress::tests::test_progress_bar_prefix
27272026-03-20T03:58:13.425Z PASS [ 0.046s] (625/777) nextest-runner reporter::displayer::imp::tests::verbose_command_line
27282026-03-20T03:58:13.428Z PASS [ 0.020s] (626/777) nextest-runner reporter::displayer::status_level::tests::load_decider_matches_retry_output
27292026-03-20T03:58:13.431Z PASS [ 0.043s] (627/777) nextest-runner reporter::displayer::progress::tests::running_test_snapshots
27302026-03-20T03:58:13.431Z PASS [ 0.044s] (628/777) nextest-runner reporter::displayer::progress::tests::progress_str_snapshots
27312026-03-20T03:58:13.431Z PASS [ 0.016s] (629/777) nextest-runner reporter::displayer::status_level::tests::load_decider_matches_setup_script_output
27322026-03-20T03:58:13.449Z PASS [ 0.044s] (630/777) nextest-runner reporter::displayer::progress::tests::update_progress_bar_updates_stats
27332026-03-20T03:58:13.454Z PASS [ 0.026s] (631/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_show_immediate
27342026-03-20T03:58:13.459Z PASS [ 0.026s] (632/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_store_final
27352026-03-20T03:58:13.459Z PASS [ 0.025s] (633/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_show_immediate
27362026-03-20T03:58:13.463Z PASS [ 0.034s] (634/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_write_status_line
27372026-03-20T03:58:13.472Z PASS [ 0.009s] (635/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_terminated_by_nextest
27382026-03-20T03:58:13.472Z PASS [ 0.024s] (636/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_1
27392026-03-20T03:58:13.475Z PASS [ 0.019s] (637/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_3
27402026-03-20T03:58:13.478Z PASS [ 0.022s] (638/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_2
27412026-03-20T03:58:13.494Z PASS [ 0.021s] (639/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_with_interrupt
27422026-03-20T03:58:13.497Z PASS [ 0.024s] (640/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_write_status_line
27432026-03-20T03:58:13.497Z PASS [ 0.040s] (641/777) nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_4
27442026-03-20T03:58:13.518Z PASS [ 0.041s] (642/777) nextest-runner reporter::displayer::unit_output::tests::test_live_output_not_captured_no_message
27452026-03-20T03:58:13.537Z PASS [ 0.043s] (643/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_both_captured
27462026-03-20T03:58:13.540Z PASS [ 0.041s] (644/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_stderr_not_captured
27472026-03-20T03:58:13.540Z PASS [ 0.042s] (645/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_output_not_captured
27482026-03-20T03:58:13.548Z PASS [ 0.011s] (646/777) nextest-runner reporter::displayer::unit_output::tests::test_write_output_with_highlight
27492026-03-20T03:58:13.551Z PASS [ 0.012s] (647/777) nextest-runner reporter::error_description::tests::test_heuristic_error_str
27502026-03-20T03:58:13.551Z PASS [ 0.013s] (648/777) nextest-runner reporter::error_description::tests::test_heuristic_panic_message
27512026-03-20T03:58:13.557Z PASS [ 0.009s] (649/777) nextest-runner reporter::error_description::tests::test_heuristic_should_panic
27522026-03-20T03:58:13.561Z PASS [ 0.010s] (650/777) nextest-runner reporter::error_description::tests::test_no_error_extraction_for_successful_tests
27532026-03-20T03:58:13.564Z PASS [ 0.010s] (651/777) nextest-runner reporter::events::tests::abort_description_cross_platform_deserialization
27542026-03-20T03:58:13.564Z PASS [ 0.044s] (652/777) nextest-runner reporter::displayer::unit_output::tests::test_replay_stdout_not_captured
27552026-03-20T03:58:13.567Z PASS [ 0.010s] (653/777) nextest-runner reporter::events::tests::abort_description_display
27562026-03-20T03:58:13.570Z PASS [ 0.009s] (654/777) nextest-runner reporter::events::tests::abort_description_from_abort_status
27572026-03-20T03:58:13.577Z PASS [ 0.010s] (655/777) nextest-runner reporter::events::tests::is_success_for_output_by_variant
27582026-03-20T03:58:13.581Z PASS [ 0.009s] (656/777) nextest-runner reporter::events::tests::on_test_finished_leak_pass_flaky
27592026-03-20T03:58:13.587Z PASS [ 0.010s] (657/777) nextest-runner reporter::events::tests::on_test_finished_non_flaky
27602026-03-20T03:58:13.591Z PASS [ 0.010s] (658/777) nextest-runner reporter::events::tests::on_test_finished_pass_flaky
27612026-03-20T03:58:13.598Z PASS [ 0.010s] (659/777) nextest-runner reporter::events::tests::on_test_finished_timeout_pass_flaky
27622026-03-20T03:58:13.600Z PASS [ 0.010s] (660/777) nextest-runner reporter::events::tests::test_is_success
27632026-03-20T03:58:13.603Z PASS [ 0.193s] (661/777) nextest-runner reporter::displayer::status_level::tests::cancellation_only_hides_output
27642026-03-20T03:58:13.606Z PASS [ 0.044s] (662/777) nextest-runner reporter::events::tests::abort_description_serialization
27652026-03-20T03:58:13.606Z PASS [ 0.044s] (663/777) nextest-runner reporter::events::tests::execution_result_description_serialization
27662026-03-20T03:58:13.609Z PASS [ 0.010s] (664/777) nextest-runner reporter::helpers::tests::test_highlight_end
27672026-03-20T03:58:13.609Z PASS [ 0.010s] (665/777) nextest-runner reporter::helpers::tests::test_print_lines_in_chunks
27682026-03-20T03:58:13.614Z PASS [ 0.010s] (666/777) nextest-runner reporter::structured::libtest::test::event_for_finished_test_variants
27692026-03-20T03:58:13.620Z PASS [ 0.010s] (667/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::all_fields_combined
27702026-03-20T03:58:13.630Z PASS [ 0.009s] (668/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::all_zeros
27712026-03-20T03:58:13.641Z PASS [ 0.011s] (669/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::multiple_test_binaries
27722026-03-20T03:58:13.650Z PASS [ 0.042s] (670/777) nextest-runner reporter::structured::libtest::test::strips_human_output_none
27732026-03-20T03:58:13.652Z PASS [ 0.043s] (671/777) nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
27742026-03-20T03:58:13.653Z PASS [ 0.042s] (672/777) nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
27752026-03-20T03:58:13.653Z PASS [ 0.044s] (673/777) nextest-runner reporter::structured::libtest::test::strips_human_output
27762026-03-20T03:58:13.653Z PASS [ 0.010s] (674/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::single_test_binary
27772026-03-20T03:58:13.660Z PASS [ 0.010s] (675/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_both_types_filtered_out
27782026-03-20T03:58:13.660Z PASS [ 0.010s] (676/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_filtered_out_build_script_out_dirs
27792026-03-20T03:58:13.666Z PASS [ 0.010s] (677/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_filtered_out_test_binaries
27802026-03-20T03:58:13.666Z PASS [ 0.010s] (678/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_filtered_out_non_test_binary
27812026-03-20T03:58:13.667Z PASS [ 0.009s] (679/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_linked_paths
27822026-03-20T03:58:13.670Z PASS [ 0.010s] (680/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_non_test_binaries
27832026-03-20T03:58:13.670Z PASS [ 0.010s] (681/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_single_more_item
27842026-03-20T03:58:13.673Z PASS [ 0.010s] (682/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_multiple_more_items
27852026-03-20T03:58:13.673Z PASS [ 0.010s] (683/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::with_non_test_binaries_and_both_types_filtered_out
27862026-03-20T03:58:13.673Z PASS [ 0.010s] (684/777) nextest-runner reuse_build::archive_reporter::tests::test_report_counts::zero_binaries_with_filtered_out
27872026-03-20T03:58:13.680Z PASS [ 0.010s] (685/777) nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
27882026-03-20T03:58:13.683Z PASS [ 0.010s] (686/777) nextest-runner reuse_build::tests::test_path_mapper_relative
27892026-03-20T03:58:13.683Z PASS [ 0.011s] (687/777) nextest-runner reuse_build::tests::test_map_paths_build_dir_fallback
27902026-03-20T03:58:13.683Z PASS [ 0.010s] (688/777) nextest-runner reuse_build::tests::test_path_mapper_separate_build_dir
27912026-03-20T03:58:13.683Z PASS [ 0.010s] (689/777) nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
27922026-03-20T03:58:13.690Z PASS [ 0.010s] (690/777) nextest-runner runner::imp::tests::test_debugger_command_parsing
27932026-03-20T03:58:13.693Z PASS [ 0.010s] (691/777) nextest-runner rustc_cli::tests::test_fail_to_spawn
27942026-03-20T03:58:13.697Z PASS [ 0.017s] (692/777) nextest-runner runner::imp::tests::no_capture_settings
27952026-03-20T03:58:13.706Z PASS [ 0.015s] (693/777) nextest-runner target_runner::tests::test_find_config
27962026-03-20T03:58:13.710Z PASS [ 0.010s] (694/777) nextest-runner test_command::tests::parse_build_script
27972026-03-20T03:58:13.710Z PASS [ 0.027s] (695/777) nextest-runner rustc_cli::tests::test_should_respect_rustc_env
27982026-03-20T03:58:13.716Z PASS [ 0.010s] (696/777) nextest-runner test_filter::tests::empty_pattern_examples
27992026-03-20T03:58:13.719Z PASS [ 0.011s] (697/777) nextest-runner test_filter::tests::pattern_examples
28002026-03-20T03:58:13.744Z PASS [ 0.053s] (698/777) nextest-runner rustc_cli::tests::test_should_run_rustc_version
28012026-03-20T03:58:13.774Z PASS [ 0.066s] (699/777) nextest-runner test_filter::tests::proptest_empty
28022026-03-20T03:58:13.785Z PASS [ 0.011s] (700/777) nextest-runner test_filter::tests::skip_only_pattern_examples
28032026-03-20T03:58:13.832Z PASS [ 0.113s] (701/777) nextest-runner test_filter::tests::proptest_no_match
28042026-03-20T03:58:13.842Z PASS [ 0.161s] (702/777) nextest-runner rustc_cli::tests::test_execute_with_failure
28052026-03-20T03:58:13.937Z PASS [ 0.095s] (703/777) nextest-runner user_config::early::tests::test_early_user_config_defaults
28062026-03-20T03:58:14.003Z PASS [ 0.287s] (704/777) nextest-runner test_filter::tests::proptest_exact
28072026-03-20T03:58:14.015Z PASS [ 0.012s] (705/777) nextest-runner user_config::elements::record::tests::test_default_record_config_parsing
28082026-03-20T03:58:14.026Z PASS [ 0.011s] (706/777) nextest-runner user_config::elements::record::tests::test_deserialized_record_config_parsing
28092026-03-20T03:58:14.032Z PASS [ 0.095s] (707/777) nextest-runner user_config::early::tests::test_early_user_config_from_host_platform
28102026-03-20T03:58:14.059Z PASS [ 0.315s] (708/777) nextest-runner test_filter::tests::proptest_substring
28112026-03-20T03:58:14.122Z PASS [ 0.096s] (709/777) nextest-runner user_config::elements::record::tests::test_resolve_accepts_value_at_maximum
28122026-03-20T03:58:14.126Z PASS [ 0.093s] (710/777) nextest-runner user_config::elements::record::tests::test_resolve_accepts_value_at_minimum
28132026-03-20T03:58:14.155Z PASS [ 0.096s] (711/777) nextest-runner user_config::elements::record::tests::test_resolve_clamps_large_max_output_size
28142026-03-20T03:58:14.221Z PASS [ 0.096s] (712/777) nextest-runner user_config::elements::record::tests::test_resolve_default_override_applies
28152026-03-20T03:58:14.221Z PASS [ 0.099s] (713/777) nextest-runner user_config::elements::record::tests::test_resolve_clamps_small_max_output_size
28162026-03-20T03:58:14.252Z PASS [ 0.097s] (714/777) nextest-runner user_config::elements::record::tests::test_resolve_first_matching_user_override_wins
28172026-03-20T03:58:14.321Z PASS [ 0.100s] (715/777) nextest-runner user_config::elements::record::tests::test_resolve_override_clamps_max_output_size
28182026-03-20T03:58:14.321Z PASS [ 0.100s] (716/777) nextest-runner user_config::elements::record::tests::test_resolve_override_beats_user_base
28192026-03-20T03:58:14.348Z PASS [ 0.096s] (717/777) nextest-runner user_config::elements::record::tests::test_resolve_platform_override_no_match
28202026-03-20T03:58:14.392Z PASS [ 0.966s] (718/777) nextest-runner reporter::displayer::status_level::tests::load_decider_test_finished_skip_implies_no_output
28212026-03-20T03:58:14.395Z PASS [ 0.561s] (719/777) nextest-runner time::stopwatch::tests::stopwatch_pause
28222026-03-20T03:58:14.407Z PASS [ 0.012s] (720/777) nextest-runner user_config::elements::ui::tests::test_command_and_pager_empty_errors
28232026-03-20T03:58:14.419Z PASS [ 0.013s] (721/777) nextest-runner user_config::elements::ui::tests::test_command_name_and_args_parsing
28242026-03-20T03:58:14.423Z PASS [ 0.102s] (722/777) nextest-runner user_config::elements::record::tests::test_resolve_user_override_beats_default_override
28252026-03-20T03:58:14.423Z PASS [ 0.102s] (723/777) nextest-runner user_config::elements::record::tests::test_resolve_user_override_applies
28262026-03-20T03:58:14.430Z PASS [ 0.011s] (724/777) nextest-runner user_config::elements::ui::tests::test_command_name_and_args_to_command
28272026-03-20T03:58:14.434Z PASS [ 0.011s] (725/777) nextest-runner user_config::elements::ui::tests::test_pager_setting_builtin
28282026-03-20T03:58:14.437Z PASS [ 0.012s] (726/777) nextest-runner user_config::elements::ui::tests::test_pager_setting_parsing
28292026-03-20T03:58:14.441Z PASS [ 0.011s] (727/777) nextest-runner user_config::elements::ui::tests::test_paginate_setting_parsing
28302026-03-20T03:58:14.444Z PASS [ 0.096s] (728/777) nextest-runner user_config::elements::record::tests::test_resolve_user_overrides_defaults
28312026-03-20T03:58:14.492Z PASS [ 0.100s] (729/777) nextest-runner user_config::elements::record::tests::test_resolve_uses_defaults
28322026-03-20T03:58:14.498Z PASS [ 1.236s] (730/777) nextest-runner record::summary::tests::test_event_summary_roundtrips
28332026-03-20T03:58:14.540Z PASS [ 0.104s] (731/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_defaults_only
28342026-03-20T03:58:14.540Z PASS [ 0.095s] (732/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_override_beats_user_base
28352026-03-20T03:58:14.540Z PASS [ 0.105s] (733/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_default_override_applies
28362026-03-20T03:58:14.540Z PASS [ 0.099s] (734/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_first_matching_user_override_wins
28372026-03-20T03:58:14.590Z PASS [ 0.099s] (735/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_pager_defaults
28382026-03-20T03:58:14.596Z PASS [ 0.097s] (736/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_pager_override
28392026-03-20T03:58:14.606Z PASS [ 0.011s] (737/777) nextest-runner user_config::elements::ui::tests::test_streampager_config_parsing
28402026-03-20T03:58:14.645Z PASS [ 0.105s] (738/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_platform_override_no_match
28412026-03-20T03:58:14.646Z PASS [ 0.105s] (739/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_user_override_applies
28422026-03-20T03:58:14.646Z PASS [ 0.105s] (740/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_user_config_overrides_defaults
28432026-03-20T03:58:14.646Z PASS [ 0.105s] (741/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_paginate_override
28442026-03-20T03:58:14.657Z PASS [ 0.012s] (742/777) nextest-runner user_config::elements::ui::tests::test_ui_config_input_handler
28452026-03-20T03:58:14.657Z PASS [ 0.012s] (743/777) nextest-runner user_config::elements::ui::tests::test_ui_config_output_indent
28462026-03-20T03:58:14.660Z PASS [ 0.012s] (744/777) nextest-runner user_config::elements::ui::tests::test_ui_config_show_progress
28472026-03-20T03:58:14.660Z PASS [ 0.012s] (745/777) nextest-runner user_config::elements::ui::tests::test_ui_config_max_progress_running
28482026-03-20T03:58:14.667Z PASS [ 0.010s] (746/777) nextest-runner user_config::experimental::tests::test_env_var
28492026-03-20T03:58:14.667Z PASS [ 0.010s] (747/777) nextest-runner user_config::elements::ui::tests::test_ui_show_progress_to_show_progress
28502026-03-20T03:58:14.670Z PASS [ 0.010s] (748/777) nextest-runner user_config::experimental::tests::test_display
28512026-03-20T03:58:14.670Z PASS [ 0.010s] (749/777) nextest-runner user_config::experimental::tests::test_from_str
28522026-03-20T03:58:14.679Z PASS [ 0.012s] (750/777) nextest-runner user_config::imp::tests::experimental_features_disabled
28532026-03-20T03:58:14.679Z PASS [ 0.012s] (751/777) nextest-runner user_config::imp::tests::experimental_features_parsing
28542026-03-20T03:58:14.682Z PASS [ 0.012s] (752/777) nextest-runner user_config::imp::tests::experimental_features_unknown_warning
28552026-03-20T03:58:14.682Z PASS [ 0.013s] (753/777) nextest-runner user_config::imp::tests::default_user_config_is_valid
28562026-03-20T03:58:14.689Z PASS [ 0.099s] (754/777) nextest-runner user_config::elements::ui::tests::test_resolved_ui_config_user_override_beats_default_override
28572026-03-20T03:58:14.692Z PASS [ 0.011s] (755/777) nextest-runner user_config::imp::tests::no_ignored_keys
28582026-03-20T03:58:14.692Z PASS [ 0.011s] (756/777) nextest-runner user_config::imp::tests::overrides_invalid_platform
28592026-03-20T03:58:14.692Z PASS [ 0.012s] (757/777) nextest-runner user_config::imp::tests::ignored_keys
28602026-03-20T03:58:14.692Z PASS [ 0.011s] (758/777) nextest-runner user_config::imp::tests::overrides_missing_platform
28612026-03-20T03:58:14.701Z PASS [ 0.012s] (759/777) nextest-runner user_config::imp::tests::overrides_parsing
28622026-03-20T03:58:14.704Z PASS [ 0.011s] (760/777) nextest-runner user_config::imp::tests::overrides_record_unknown_key
28632026-03-20T03:58:14.704Z PASS [ 0.012s] (761/777) nextest-runner user_config::imp::tests::overrides_record_parsing
28642026-03-20T03:58:14.704Z PASS [ 0.012s] (762/777) nextest-runner::integration target_runner::disregards_non_matching
28652026-03-20T03:58:14.707Z PASS [ 0.101s] (763/777) nextest-runner user_config::elements::ui::tests::test_streampager_config_resolution
28662026-03-20T03:58:14.714Z PASS [ 0.012s] (764/777) nextest-runner::integration target_runner::parses_cargo_config_cfg
28672026-03-20T03:58:14.717Z PASS [ 0.011s] (765/777) nextest-runner::integration target_runner::parses_cargo_config_exact
28682026-03-20T03:58:14.717Z PASS [ 0.011s] (766/777) nextest-runner::integration target_triple::parses_cargo_env
28692026-03-20T03:58:14.722Z PASS [ 0.012s] (767/777) nextest-runner::integration target_triple::parses_custom_target_cli
28702026-03-20T03:58:14.726Z PASS [ 0.011s] (768/777) nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
28712026-03-20T03:58:14.726Z PASS [ 0.012s] (769/777) nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
28722026-03-20T03:58:14.726Z PASS [ 0.012s] (770/777) nextest-runner::integration target_triple::parses_custom_target_env
28732026-03-20T03:58:14.731Z PASS [ 0.012s] (771/777) nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
28742026-03-20T03:58:14.736Z PASS [ 0.011s] (772/777) nextest-runner::integration target_triple::parses_target_cli_option
28752026-03-20T03:58:14.739Z PASS [ 0.012s] (773/777) integration-tests::integration sigttou::test_foreground_grab_does_not_suspend
28762026-03-20T03:58:14.831Z PASS [ 0.139s] (774/777) nextest-runner::integration target_runner::falls_back_to_cargo_config
28772026-03-20T03:58:14.907Z PASS [ 0.203s] (775/777) nextest-runner::integration target_runner::parses_cargo_env
28782026-03-20T03:58:15.301Z PASS [ 1.515s] (776/777) nextest-runner time::pausable_sleep::tests::reset_on_sleep
28792026-03-20T03:58:15.401Z PASS [ 1.926s] (777/777) nextest-runner reporter::displayer::status_level::tests::should_load_output_consistent_with_helpers
28802026-03-20T03:58:15.404Z────────────
28812026-03-20T03:58:15.404Z Summary [ 44.674s] 777 tests run: 777 passed, 2 skipped
28822026-03-20T03:58:15.438Z
28832026-03-20T03:58:15.441Zreal 45.542717628
28842026-03-20T03:58:15.441Zuser 2:32.639848394
28852026-03-20T03:58:15.441Zsys 2:04.602359300
28862026-03-20T03:58:15.441Ztrap 0.314382127
28872026-03-20T03:58:15.441Ztflt 0.442044316
28882026-03-20T03:58:15.441Zdflt 0.525746215
28892026-03-20T03:58:15.441Zkflt 0.030105113
28902026-03-20T03:58:15.441Zlock 25:43.150569060
28912026-03-20T03:58:15.441Zslp 21:26.956397475
28922026-03-20T03:58:15.441Zlat 5:05.015244571
28932026-03-20T03:58:15.441Zstop 6:05.790538122
28942026-03-20T03:58:15.441Zprocess exited: duration 392255 ms, exit code 0
 
28952026-03-20T03:58:15.448Zfound 1 output files
28962026-03-20T03:58:15.448Zuploading: /tmp/nextest-run-archive.zip (706207 bytes)
28972026-03-20T03:58:16.471Zuploaded: /tmp/nextest-run-archive.zip