01JFBAH0H7MT5NG1X2YN7M1JXW: build-and-test-illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JFBAHFR7ZMB3HYC6GP0CB6PT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T22:07:06.930Zjob assigned to worker 01JFBAHG6WPDCG4V860RBRMN7N [factory gimlet-EVT22200007-propolis, EVT22200007/20494] (queued for 23 s)
 
22024-12-17T22:07:15.058Zstarting task 0: "setup"
32024-12-17T22:07:15.082Z++ uname -s
42024-12-17T22:07:15.082Z+ kern=SunOS
52024-12-17T22:07:15.082Z+ case "$kern" in
62024-12-17T22:07:15.082Z+ groupadd -g 12345 build
72024-12-17T22:07:15.082Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T22:07:17.081Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T22:07:17.116Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T22:07:17.140Z+ home_fs=zfs
112024-12-17T22:07:17.140Z+ [[ zfs == autofs ]]
122024-12-17T22:07:17.140Z+ mkdir -p /home/build
132024-12-17T22:07:17.140Z+ chown build:build /home/build /work
142024-12-17T22:07:19.125Z+ chmod 0700 /home/build /work
152024-12-17T22:07:19.149Zprocess exited: duration 4073 ms, exit code 0
 
162024-12-17T22:07:19.196Zstarting task 1: "rust-toolchain"
172024-12-17T22:07:19.220Z+ printf ' * toolchain channel = "%s"
182024-12-17T22:07:19.220Z' stable
192024-12-17T22:07:19.220Z+ printf ' * toolchain profile = "%s"
202024-12-17T22:07:19.220Z' default
212024-12-17T22:07:19.220Z * toolchain channel = "stable"
222024-12-17T22:07:19.220Z * toolchain profile = "default"
232024-12-17T22:07:19.220Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T22:07:19.220Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-17T22:07:19.348Zinfo: downloading installer
262024-12-17T22:07:19.725Zinfo: profile set to 'default'
272024-12-17T22:07:19.725Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T22:07:19.749Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-17T22:07:19.812Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-17T22:07:19.812Zinfo: downloading component 'cargo'
312024-12-17T22:07:19.985Zinfo: downloading component 'clippy'
322024-12-17T22:07:20.032Zinfo: downloading component 'rust-docs'
332024-12-17T22:07:20.211Zinfo: downloading component 'rust-std'
342024-12-17T22:07:20.452Zinfo: downloading component 'rustc'
352024-12-17T22:07:21.559Zinfo: downloading component 'rustfmt'
362024-12-17T22:07:21.633Zinfo: installing component 'cargo'
372024-12-17T22:07:22.746Zinfo: installing component 'clippy'
382024-12-17T22:07:23.213Zinfo: installing component 'rust-docs'
392024-12-17T22:07:26.010Zinfo: installing component 'rust-std'
402024-12-17T22:07:28.025Zinfo: installing component 'rustc'
412024-12-17T22:07:34.773Zinfo: installing component 'rustfmt'
422024-12-17T22:07:35.154Z
432024-12-17T22:07:35.154Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-12-17T22:07:35.304Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-17T22:07:35.304Z
462024-12-17T22:07:35.304Z
472024-12-17T22:07:35.304ZRust is installed now. Great!
482024-12-17T22:07:35.304Z
492024-12-17T22:07:35.304ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T22:07:35.305Zenvironment variable. This has not been done automatically.
512024-12-17T22:07:35.329Z
522024-12-17T22:07:35.329ZTo configure your current shell, you need to source
532024-12-17T22:07:35.329Zthe corresponding env file under $HOME/.cargo.
542024-12-17T22:07:35.329Z
552024-12-17T22:07:35.329ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T22:07:35.329Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T22:07:35.329Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T22:07:35.428Z+ rustc --version
592024-12-17T22:07:35.540Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-17T22:07:35.580Zprocess exited: duration 16320 ms, exit code 0
 
612024-12-17T22:07:35.679Zstarting task 2: "authentication"
622024-12-17T22:07:35.789Zprocess exited: duration 116 ms, exit code 0
 
632024-12-17T22:07:35.936Zstarting task 3: "clone repository"
642024-12-17T22:07:36.039Z+ mkdir -p /work/nextest-rs/nextest
652024-12-17T22:07:36.039Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-17T22:07:36.039ZCloning into '/work/nextest-rs/nextest'...
672024-12-17T22:07:37.896Z+ cd /work/nextest-rs/nextest
682024-12-17T22:07:37.896Z+ git fetch origin e5834c72647696c82e9eed2e0790f8b70815bf41
692024-12-17T22:07:38.263ZFrom https://github.com/nextest-rs/nextest
702024-12-17T22:07:38.263Z * branch e5834c72647696c82e9eed2e0790f8b70815bf41 -> FETCH_HEAD
712024-12-17T22:07:38.288Z+ [[ -n win-coverage ]]
722024-12-17T22:07:38.288Z++ git branch --show-current
732024-12-17T22:07:38.288Z+ current=main
742024-12-17T22:07:38.288Z+ [[ main != win-coverage ]]
752024-12-17T22:07:38.290Z+ git branch -f win-coverage e5834c72647696c82e9eed2e0790f8b70815bf41
762024-12-17T22:07:38.315Z+ git checkout -f win-coverage
772024-12-17T22:07:38.370ZSwitched to branch 'win-coverage'
782024-12-17T22:07:38.395Z+ git reset --hard e5834c72647696c82e9eed2e0790f8b70815bf41
792024-12-17T22:07:38.456ZHEAD is now at e5834c72 [ci] run coverage on Windows as well
802024-12-17T22:07:38.482Zprocess exited: duration 2549 ms, exit code 0
 
812024-12-17T22:07:38.530Zstarting task 4: "build"
822024-12-17T22:07:38.557Z+ PLATFORM=illumos
832024-12-17T22:07:38.557Z+ export CARGO_TERM_COLOR=always
842024-12-17T22:07:38.557Z+ CARGO_TERM_COLOR=always
852024-12-17T22:07:38.557Z+ cargo --version
862024-12-17T22:07:38.643Zcargo 1.83.0 (5ffbef321 2024-10-29)
872024-12-17T22:07:38.666Z+ rustc --version
882024-12-17T22:07:38.749Zrustc 1.83.0 (90b35a623 2024-11-26)
892024-12-17T22:07:38.773Z+ banner install
902024-12-17T22:07:38.773Z
912024-12-17T22:07:38.773Z # # # #### ##### ## # #
922024-12-17T22:07:38.773Z # ## # # # # # # #
932024-12-17T22:07:38.773Z # # # # #### # # # # #
942024-12-17T22:07:38.773Z # # # # # # ###### # #
952024-12-17T22:07:38.773Z # # ## # # # # # # #
962024-12-17T22:07:38.773Z # # # #### # # # ###### ######
972024-12-17T22:07:38.773Z
982024-12-17T22:07:38.773Z+ mkdir -p /home/build/.cargo/bin
992024-12-17T22:07:38.773Z+ curl -LsSf https://get.nexte.st/latest/illumos
1002024-12-17T22:07:38.773Z+ gunzip
1012024-12-17T22:07:38.773Z+ tar xf - -C /home/build/.cargo/bin
1022024-12-17T22:07:39.739Z+ banner metadata
1032024-12-17T22:07:39.762Z
1042024-12-17T22:07:39.762Z # # ###### ##### ## ##### ## ##### ##
1052024-12-17T22:07:39.762Z ## ## # # # # # # # # # # #
1062024-12-17T22:07:39.762Z # ## # ##### # # # # # # # # # #
1072024-12-17T22:07:39.762Z # # # # ###### # # ###### # ######
1082024-12-17T22:07:39.762Z # # # # # # # # # # # # #
1092024-12-17T22:07:39.762Z # # ###### # # # ##### # # # # #
1102024-12-17T22:07:39.762Z
1112024-12-17T22:07:39.762Z+ ptime -m cargo build --package nextest-metadata
1122024-12-17T22:07:39.984Z Updating crates.io index
1132024-12-17T22:07:40.942Z Downloading crates ...
1142024-12-17T22:07:40.995Z Downloaded adler v1.0.2
1152024-12-17T22:07:41.018Z Downloaded errno v0.3.9
1162024-12-17T22:07:41.018Z Downloaded backtrace-ext v0.2.1
1172024-12-17T22:07:41.018Z Downloaded colorchoice v1.0.3
1182024-12-17T22:07:41.018Z Downloaded guppy-workspace-hack v0.1.0
1192024-12-17T22:07:41.019Z Downloaded is_ci v1.2.0
1202024-12-17T22:07:41.019Z Downloaded getrandom v0.2.15
1212024-12-17T22:07:41.019Z Downloaded thiserror v1.0.69
1222024-12-17T22:07:41.042Z Downloaded xxhash-rust v0.8.12
1232024-12-17T22:07:41.042Z Downloaded zerocopy-derive v0.7.35
1242024-12-17T22:07:41.042Z Downloaded unicode-ident v1.0.14
1252024-12-17T22:07:41.042Z Downloaded socket2 v0.5.7
1262024-12-17T22:07:41.042Z Downloaded tracing v0.1.41
1272024-12-17T22:07:41.066Z Downloaded tracing-core v0.1.33
1282024-12-17T22:07:41.066Z Downloaded zerocopy v0.7.35
1292024-12-17T22:07:41.090Z Downloaded miette v7.4.0
1302024-12-17T22:07:41.091Z Downloaded serde_json v1.0.133
1312024-12-17T22:07:41.091Z Downloaded libm v0.2.8
1322024-12-17T22:07:41.091Z Downloaded hashbrown v0.15.2
1332024-12-17T22:07:41.114Z Downloaded tracing-subscriber v0.3.19
1342024-12-17T22:07:41.114Z Downloaded clap_builder v4.5.23
1352024-12-17T22:07:41.114Z Downloaded memchr v2.7.4
1362024-12-17T22:07:41.137Z Downloaded object v0.32.2
1372024-12-17T22:07:41.137Z Downloaded unicode-width v0.2.0
1382024-12-17T22:07:41.137Z Downloaded syn v2.0.90
1392024-12-17T22:07:41.161Z Downloaded gimli v0.28.1
1402024-12-17T22:07:41.161Z Downloaded unicode-width v0.1.14
1412024-12-17T22:07:41.185Z Downloaded rand v0.8.5
1422024-12-17T22:07:41.185Z Downloaded mio v1.0.2
1432024-12-17T22:07:41.185Z Downloaded log v0.4.22
1442024-12-17T22:07:41.185Z Downloaded indexmap v2.7.0
1452024-12-17T22:07:41.185Z Downloaded rustix v0.38.37
1462024-12-17T22:07:41.209Z Downloaded sharded-slab v0.1.7
1472024-12-17T22:07:41.232Z Downloaded serde_derive v1.0.216
1482024-12-17T22:07:41.232Z Downloaded serde v1.0.216
1492024-12-17T22:07:41.232Z Downloaded ryu v1.0.18
1502024-12-17T22:07:41.232Z Downloaded proc-macro2 v1.0.92
1512024-12-17T22:07:41.233Z Downloaded cc v1.1.31
1522024-12-17T22:07:41.233Z Downloaded textwrap v0.16.1
1532024-12-17T22:07:41.233Z Downloaded smallvec v1.13.2
1542024-12-17T22:07:41.233Z Downloaded num-traits v0.2.19
1552024-12-17T22:07:41.257Z Downloaded miniz_oxide v0.7.4
1562024-12-17T22:07:41.257Z Downloaded clap v4.5.23
1572024-12-17T22:07:41.257Z Downloaded bytes v1.9.0
1582024-12-17T22:07:41.257Z Downloaded borsh v1.5.1
1592024-12-17T22:07:41.257Z Downloaded backtrace v0.3.71
1602024-12-17T22:07:41.280Z Downloaded libc v0.2.168
1612024-12-17T22:07:41.304Z Downloaded tokio-macros v2.4.0
1622024-12-17T22:07:41.304Z Downloaded target-lexicon v0.12.16
1632024-12-17T22:07:41.304Z Downloaded rustc-demangle v0.1.24
1642024-12-17T22:07:41.304Z Downloaded rand_core v0.6.4
1652024-12-17T22:07:41.304Z Downloaded quote v1.0.37
1662024-12-17T22:07:41.304Z Downloaded pin-project-lite v0.2.15
1672024-12-17T22:07:41.304Z Downloaded owo-colors v4.1.0
1682024-12-17T22:07:41.327Z Downloaded once_cell v1.20.2
1692024-12-17T22:07:41.327Z Downloaded tokio v1.42.0
1702024-12-17T22:07:41.352Z Downloaded miette-derive v7.4.0
1712024-12-17T22:07:41.376Z Downloaded lazy_static v1.5.0
1722024-12-17T22:07:41.376Z Downloaded jobserver v0.1.32
1732024-12-17T22:07:41.376Z Downloaded itoa v1.0.14
1742024-12-17T22:07:41.376Z Downloaded cfg-expr v0.17.2
1752024-12-17T22:07:41.376Z Downloaded bitflags v2.6.0
1762024-12-17T22:07:41.376Z Downloaded utf8parse v0.2.2
1772024-12-17T22:07:41.376Z Downloaded unicode-linebreak v0.1.5
1782024-12-17T22:07:41.376Z Downloaded unicase v2.8.0
1792024-12-17T22:07:41.376Z Downloaded tracing-log v0.2.0
1802024-12-17T22:07:41.376Z Downloaded thread_local v1.1.8
1812024-12-17T22:07:41.376Z Downloaded thiserror-impl v1.0.69
1822024-12-17T22:07:41.376Z Downloaded terminal_size v0.4.0
1832024-12-17T22:07:41.376Z Downloaded target-spec v3.2.2
1842024-12-17T22:07:41.376Z Downloaded supports-unicode v3.0.0
1852024-12-17T22:07:41.376Z Downloaded supports-hyperlinks v3.0.0
1862024-12-17T22:07:41.376Z Downloaded supports-color v3.0.2
1872024-12-17T22:07:41.399Z Downloaded strsim v0.11.1
1882024-12-17T22:07:41.399Z Downloaded signal-hook-registry v1.4.2
1892024-12-17T22:07:41.399Z Downloaded shlex v1.3.0
1902024-12-17T22:07:41.399Z Downloaded is_terminal_polyfill v1.70.1
1912024-12-17T22:07:41.399Z Downloaded heck v0.5.0
1922024-12-17T22:07:41.399Z Downloaded smol_str v0.3.2
1932024-12-17T22:07:41.399Z Downloaded rand_chacha v0.3.1
1942024-12-17T22:07:41.400Z Downloaded ppv-lite86 v0.2.20
1952024-12-17T22:07:41.400Z Downloaded cfg_aliases v0.2.1
1962024-12-17T22:07:41.400Z Downloaded camino v1.1.9
1972024-12-17T22:07:41.400Z Downloaded either v1.13.0
1982024-12-17T22:07:41.400Z Downloaded console v0.15.8
1992024-12-17T22:07:41.400Z Downloaded clap_derive v4.5.18
2002024-12-17T22:07:41.400Z Downloaded anstream v0.6.17
2012024-12-17T22:07:41.400Z Downloaded anstyle v1.0.9
2022024-12-17T22:07:41.423Z Downloaded clap_lex v0.7.4
2032024-12-17T22:07:41.423Z Downloaded byteorder v1.5.0
2042024-12-17T22:07:41.423Z Downloaded autocfg v1.4.0
2052024-12-17T22:07:41.423Z Downloaded anstyle-parse v0.2.6
2062024-12-17T22:07:41.423Z Downloaded addr2line v0.21.0
2072024-12-17T22:07:41.423Z Downloaded equivalent v1.0.1
2082024-12-17T22:07:41.423Z Downloaded cfg-if v1.0.0
2092024-12-17T22:07:41.423Z Downloaded anstyle-query v1.1.2
2102024-12-17T22:07:41.505Z Compiling proc-macro2 v1.0.92
2112024-12-17T22:07:41.505Z Compiling unicode-ident v1.0.14
2122024-12-17T22:07:41.529Z Compiling libc v0.2.168
2132024-12-17T22:07:41.529Z Compiling serde v1.0.216
2142024-12-17T22:07:41.529Z Compiling cfg-if v1.0.0
2152024-12-17T22:07:41.530Z Compiling shlex v1.3.0
2162024-12-17T22:07:41.530Z Compiling memchr v2.7.4
2172024-12-17T22:07:41.646Z Compiling rustix v0.38.37
2182024-12-17T22:07:41.713Z Compiling once_cell v1.20.2
2192024-12-17T22:07:41.860Z Compiling bitflags v2.6.0
2202024-12-17T22:07:42.040Z Compiling tracing-core v0.1.33
2212024-12-17T22:07:42.115Z Compiling utf8parse v0.2.2
2222024-12-17T22:07:42.155Z Compiling gimli v0.28.1
2232024-12-17T22:07:42.244Z Compiling byteorder v1.5.0
2242024-12-17T22:07:42.276Z Compiling camino v1.1.9
2252024-12-17T22:07:42.494Z Compiling adler v1.0.2
2262024-12-17T22:07:42.647Z Compiling jobserver v0.1.32
2272024-12-17T22:07:42.684Z Compiling miniz_oxide v0.7.4
2282024-12-17T22:07:42.780Z Compiling object v0.32.2
2292024-12-17T22:07:42.884Z Compiling anstyle-parse v0.2.6
2302024-12-17T22:07:43.123Z Compiling quote v1.0.37
2312024-12-17T22:07:43.146Z Compiling cc v1.1.31
2322024-12-17T22:07:43.176Z Compiling errno v0.3.9
2332024-12-17T22:07:43.199Z Compiling getrandom v0.2.15
2342024-12-17T22:07:43.282Z Compiling lazy_static v1.5.0
2352024-12-17T22:07:43.393Z Compiling colorchoice v1.0.3
2362024-12-17T22:07:43.416Z Compiling syn v2.0.90
2372024-12-17T22:07:43.446Z Compiling thiserror v1.0.69
2382024-12-17T22:07:43.530Z Compiling anstyle v1.0.9
2392024-12-17T22:07:43.582Z Compiling serde_json v1.0.133
2402024-12-17T22:07:43.925Z Compiling owo-colors v4.1.0
2412024-12-17T22:07:43.958Z Compiling is_terminal_polyfill v1.70.1
2422024-12-17T22:07:43.981Z Compiling anstyle-query v1.1.2
2432024-12-17T22:07:44.054Z Compiling unicode-width v0.1.14
2442024-12-17T22:07:44.108Z Compiling libm v0.2.8
2452024-12-17T22:07:44.260Z Compiling terminal_size v0.4.0
2462024-12-17T22:07:44.450Z Compiling target-lexicon v0.12.16
2472024-12-17T22:07:44.473Z Compiling rustc-demangle v0.1.24
2482024-12-17T22:07:44.532Z Compiling autocfg v1.4.0
2492024-12-17T22:07:44.598Z Compiling anstream v0.6.17
2502024-12-17T22:07:45.262Z Compiling addr2line v0.21.0
2512024-12-17T22:07:45.329Z Compiling num-traits v0.2.19
2522024-12-17T22:07:45.387Z Compiling rand_core v0.6.4
2532024-12-17T22:07:45.633Z Compiling smallvec v1.13.2
2542024-12-17T22:07:45.663Z Compiling backtrace v0.3.71
2552024-12-17T22:07:45.686Z Compiling log v0.4.22
2562024-12-17T22:07:45.768Z Compiling itoa v1.0.14
2572024-12-17T22:07:45.791Z Compiling heck v0.5.0
2582024-12-17T22:07:45.830Z Compiling unicode-width v0.2.0
2592024-12-17T22:07:45.964Z Compiling pin-project-lite v0.2.15
2602024-12-17T22:07:46.026Z Compiling is_ci v1.2.0
2612024-12-17T22:07:46.093Z Compiling ryu v1.0.18
2622024-12-17T22:07:46.154Z Compiling clap_lex v0.7.4
2632024-12-17T22:07:46.228Z Compiling unicode-linebreak v0.1.5
2642024-12-17T22:07:46.327Z Compiling strsim v0.11.1
2652024-12-17T22:07:46.435Z Compiling guppy-workspace-hack v0.1.0
2662024-12-17T22:07:46.566Z Compiling unicase v2.8.0
2672024-12-17T22:07:46.619Z Compiling supports-color v3.0.2
2682024-12-17T22:07:46.717Z Compiling textwrap v0.16.1
2692024-12-17T22:07:46.772Z Compiling clap_builder v4.5.23
2702024-12-17T22:07:46.866Z Compiling tracing v0.1.41
2712024-12-17T22:07:46.890Z Compiling tracing-log v0.2.0
2722024-12-17T22:07:47.271Z Compiling sharded-slab v0.1.7
2732024-12-17T22:07:47.533Z Compiling mio v1.0.2
2742024-12-17T22:07:48.202Z Compiling backtrace-ext v0.2.1
2752024-12-17T22:07:48.226Z Compiling signal-hook-registry v1.4.2
2762024-12-17T22:07:48.250Z Compiling thread_local v1.1.8
2772024-12-17T22:07:48.439Z Compiling target-spec v3.2.2
2782024-12-17T22:07:48.463Z Compiling hashbrown v0.15.2
2792024-12-17T22:07:48.635Z Compiling bytes v1.9.0
2802024-12-17T22:07:48.661Z Compiling equivalent v1.0.1
2812024-12-17T22:07:48.765Z Compiling supports-hyperlinks v3.0.0
2822024-12-17T22:07:48.826Z Compiling supports-unicode v3.0.0
2832024-12-17T22:07:48.883Z Compiling tracing-subscriber v0.3.19
2842024-12-17T22:07:49.019Z Compiling cfg-expr v0.17.2
2852024-12-17T22:07:49.443Z Compiling console v0.15.8
2862024-12-17T22:07:49.588Z Compiling either v1.13.0
2872024-12-17T22:07:49.895Z Compiling xxhash-rust v0.8.12
2882024-12-17T22:07:51.247Z Compiling serde_derive v1.0.216
2892024-12-17T22:07:51.247Z Compiling zerocopy-derive v0.7.35
2902024-12-17T22:07:51.343Z Compiling thiserror-impl v1.0.69
2912024-12-17T22:07:51.479Z Compiling miette-derive v7.4.0
2922024-12-17T22:07:51.625Z Compiling clap_derive v4.5.18
2932024-12-17T22:07:52.568Z Compiling tokio-macros v2.4.0
2942024-12-17T22:07:52.675Z Compiling zerocopy v0.7.35
2952024-12-17T22:07:53.504Z Compiling miette v7.4.0
2962024-12-17T22:07:53.703Z Compiling ppv-lite86 v0.2.20
2972024-12-17T22:07:53.728Z Compiling tokio v1.42.0
2982024-12-17T22:07:54.268Z Compiling rand_chacha v0.3.1
2992024-12-17T22:07:54.634Z Compiling clap v4.5.23
3002024-12-17T22:07:54.715Z Compiling rand v0.8.5
3012024-12-17T22:07:59.607Z Compiling indexmap v2.7.0
3022024-12-17T22:07:59.607Z Compiling smol_str v0.3.2
3032024-12-17T22:08:00.252Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3042024-12-17T22:08:01.445Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3052024-12-17T22:08:03.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.61s
3062024-12-17T22:08:03.610Z
3072024-12-17T22:08:03.610Zreal 23.829382179
3082024-12-17T22:08:03.610Zuser 1:55.610240968
3092024-12-17T22:08:03.610Zsys 18.576658708
3102024-12-17T22:08:03.610Ztrap 0.061729395
3112024-12-17T22:08:03.610Ztflt 0.143504714
3122024-12-17T22:08:03.610Zdflt 0.202364818
3132024-12-17T22:08:03.610Zkflt 0.001612947
3142024-12-17T22:08:03.610Zlock 2:39.288379642
3152024-12-17T22:08:03.610Zslp 6:16.907454221
3162024-12-17T22:08:03.610Zlat 10.729323629
3172024-12-17T22:08:03.610Zstop 21.039768216
3182024-12-17T22:08:03.634Z+ banner no-update
3192024-12-17T22:08:03.634Z
3202024-12-17T22:08:03.634Z # # #### # # ##### ##### ## ##### ######
3212024-12-17T22:08:03.634Z ## # # # # # # # # # # # # #
3222024-12-17T22:08:03.634Z # # # # # ##### # # # # # # # # # #####
3232024-12-17T22:08:03.634Z # # # # # # # ##### # # ###### # #
3242024-12-17T22:08:03.634Z # ## # # # # # # # # # # #
3252024-12-17T22:08:03.634Z # # #### #### # ##### # # # ######
3262024-12-17T22:08:03.634Z
3272024-12-17T22:08:03.634Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3282024-12-17T22:08:03.793Z Downloading crates ...
3292024-12-17T22:08:03.868Z Downloaded enable-ansi-support v0.2.1
3302024-12-17T22:08:03.892Z Downloaded atomicwrites v0.4.4
3312024-12-17T22:08:03.892Z Downloaded future-queue v0.3.0
3322024-12-17T22:08:03.892Z Downloaded filetime v0.2.25
3332024-12-17T22:08:03.892Z Downloaded swrite v0.1.0
3342024-12-17T22:08:03.892Z Downloaded zstd-safe v7.2.1
3352024-12-17T22:08:03.916Z Downloaded zstd v0.13.2
3362024-12-17T22:08:03.916Z Downloaded strip-ansi-escapes v0.2.0
3372024-12-17T22:08:03.916Z Downloaded tracing-error v0.2.0
3382024-12-17T22:08:03.916Z Downloaded thiserror-impl v2.0.7
3392024-12-17T22:08:03.916Z Downloaded version_check v0.9.5
3402024-12-17T22:08:03.916Z Downloaded semver v1.0.24
3412024-12-17T22:08:03.916Z Downloaded xattr v1.3.1
3422024-12-17T22:08:03.916Z Downloaded uuid v1.11.0
3432024-12-17T22:08:03.940Z Downloaded vte v0.11.1
3442024-12-17T22:08:03.940Z Downloaded indicatif v0.17.9
3452024-12-17T22:08:03.940Z Downloaded toml_edit v0.22.22
3462024-12-17T22:08:03.964Z Downloaded unicode-normalization v0.1.24
3472024-12-17T22:08:03.964Z Downloaded nom v7.1.3
3482024-12-17T22:08:03.988Z Downloaded itertools v0.13.0
3492024-12-17T22:08:03.988Z Downloaded portable-atomic v1.9.0
3502024-12-17T22:08:03.988Z Downloaded guppy v0.17.10
3512024-12-17T22:08:04.012Z Downloaded quick-xml v0.37.1
3522024-12-17T22:08:04.012Z Downloaded chrono v0.4.39
3532024-12-17T22:08:04.012Z Downloaded regex v1.11.1
3542024-12-17T22:08:04.035Z Downloaded futures-util v0.3.31
3552024-12-17T22:08:04.035Z Downloaded color-spantrace v0.2.1
3562024-12-17T22:08:04.035Z Downloaded aho-corasick v1.1.3
3572024-12-17T22:08:04.059Z Downloaded crossterm v0.28.1
3582024-12-17T22:08:04.059Z Downloaded nix v0.29.0
3592024-12-17T22:08:04.083Z Downloaded regex-syntax v0.8.5
3602024-12-17T22:08:04.083Z Downloaded bstr v1.11.1
3612024-12-17T22:08:04.083Z Downloaded minimal-lexical v0.2.1
3622024-12-17T22:08:04.107Z Downloaded tar v0.4.43
3632024-12-17T22:08:04.107Z Downloaded ron v0.8.1
3642024-12-17T22:08:04.107Z Downloaded futures v0.3.31
3652024-12-17T22:08:04.107Z Downloaded toml v0.8.19
3662024-12-17T22:08:04.107Z Downloaded tokio-stream v0.1.17
3672024-12-17T22:08:04.130Z Downloaded tinyvec v1.8.0
3682024-12-17T22:08:04.130Z Downloaded signal-hook v0.3.17
3692024-12-17T22:08:04.130Z Downloaded pin-project v1.1.7
3702024-12-17T22:08:04.130Z Downloaded parking_lot v0.12.3
3712024-12-17T22:08:04.130Z Downloaded iana-time-zone v0.1.61
3722024-12-17T22:08:04.153Z Downloaded eyre v0.6.12
3732024-12-17T22:08:04.153Z Downloaded config v0.14.1
3742024-12-17T22:08:04.153Z Downloaded base64 v0.21.7
3752024-12-17T22:08:04.153Z Downloaded regex-automata v0.4.8
3762024-12-17T22:08:04.176Z Downloaded tracing-attributes v0.1.28
3772024-12-17T22:08:04.176Z Downloaded color-eyre v0.6.3
3782024-12-17T22:08:04.176Z Downloaded thiserror v2.0.7
3792024-12-17T22:08:04.200Z Downloaded tempfile v3.13.0
3802024-12-17T22:08:04.200Z Downloaded petgraph v0.6.5
3812024-12-17T22:08:04.224Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3822024-12-17T22:08:04.224Z Downloaded serde_spanned v0.6.8
3832024-12-17T22:08:04.224Z Downloaded pin-project-internal v1.1.7
3842024-12-17T22:08:04.224Z Downloaded futures-task v0.3.31
3852024-12-17T22:08:04.249Z Downloaded scopeguard v1.2.0
3862024-12-17T22:08:04.249Z Downloaded globset v0.4.15
3872024-12-17T22:08:04.249Z Downloaded derive-where v1.2.7
3882024-12-17T22:08:04.250Z Downloaded parking_lot_core v0.9.10
3892024-12-17T22:08:04.250Z Downloaded owo-colors v3.5.0
3902024-12-17T22:08:04.250Z Downloaded os_pipe v1.2.1
3912024-12-17T22:08:04.250Z Downloaded lock_api v0.4.12
3922024-12-17T22:08:04.250Z Downloaded futures-core v0.3.31
3932024-12-17T22:08:04.250Z Downloaded static_assertions v1.1.0
3942024-12-17T22:08:04.250Z Downloaded shell-words v1.1.0
3952024-12-17T22:08:04.250Z Downloaded shared_child v1.0.1
3962024-12-17T22:08:04.250Z Downloaded serde_ignored v0.1.10
3972024-12-17T22:08:04.250Z Downloaded pathdiff v0.2.3
3982024-12-17T22:08:04.250Z Downloaded futures-io v0.3.31
3992024-12-17T22:08:04.250Z Downloaded futures-executor v0.3.31
4002024-12-17T22:08:04.273Z Downloaded fixedbitset v0.4.2
4012024-12-17T22:08:04.273Z Downloaded duct v0.13.7
4022024-12-17T22:08:04.273Z Downloaded toml_datetime v0.6.8
4032024-12-17T22:08:04.273Z Downloaded serde_path_to_error v0.1.16
4042024-12-17T22:08:04.275Z Downloaded quick-junit v0.5.1
4052024-12-17T22:08:04.275Z Downloaded newtype-uuid v1.1.3
4062024-12-17T22:08:04.275Z Downloaded futures-sink v0.3.31
4072024-12-17T22:08:04.275Z Downloaded camino-tempfile v1.1.1
4082024-12-17T22:08:04.275Z Downloaded ahash v0.8.11
4092024-12-17T22:08:04.275Z Downloaded slab v0.4.9
4102024-12-17T22:08:04.275Z Downloaded signal-hook-mio v0.2.4
4112024-12-17T22:08:04.275Z Downloaded pkg-config v0.3.31
4122024-12-17T22:08:04.275Z Downloaded pin-utils v0.1.0
4132024-12-17T22:08:04.275Z Downloaded indent_write v2.2.0
4142024-12-17T22:08:04.275Z Downloaded humantime-serde v1.1.1
4152024-12-17T22:08:04.275Z Downloaded humantime v2.1.0
4162024-12-17T22:08:04.298Z Downloaded home v0.5.11
4172024-12-17T22:08:04.298Z Downloaded futures-macro v0.3.31
4182024-12-17T22:08:04.299Z Downloaded futures-channel v0.3.31
4192024-12-17T22:08:04.299Z Downloaded dialoguer v0.11.0
4202024-12-17T22:08:04.299Z Downloaded recursion v0.5.2
4212024-12-17T22:08:04.299Z Downloaded zeroize v1.8.1
4222024-12-17T22:08:04.299Z Downloaded tinyvec_macros v0.1.1
4232024-12-17T22:08:04.299Z Downloaded number_prefix v0.4.0
4242024-12-17T22:08:04.299Z Downloaded debug-ignore v1.0.5
4252024-12-17T22:08:04.299Z Downloaded cargo_metadata v0.19.1
4262024-12-17T22:08:04.299Z Downloaded cargo-platform v0.1.9
4272024-12-17T22:08:04.323Z Downloaded winnow v0.6.20
4282024-12-17T22:08:04.323Z Downloaded vte_generate_state_changes v0.1.2
4292024-12-17T22:08:04.323Z Downloaded target-spec-miette v0.4.0
4302024-12-17T22:08:04.323Z Downloaded nested v0.1.1
4312024-12-17T22:08:04.323Z Downloaded indenter v0.3.3
4322024-12-17T22:08:04.323Z Downloaded async-scoped v0.9.0
4332024-12-17T22:08:04.323Z Downloaded fnv v1.0.7
4342024-12-17T22:08:04.323Z Downloaded fastrand v2.1.1
4352024-12-17T22:08:04.354Z Compiling rustix v0.38.37
4362024-12-17T22:08:04.378Z Compiling tracing-attributes v0.1.28
4372024-12-17T22:08:04.378Z Compiling mio v1.0.2
4382024-12-17T22:08:04.378Z Compiling futures-core v0.3.31
4392024-12-17T22:08:04.402Z Compiling slab v0.4.9
4402024-12-17T22:08:04.402Z Compiling futures-sink v0.3.31
4412024-12-17T22:08:04.402Z Compiling pkg-config v0.3.31
4422024-12-17T22:08:04.402Z Compiling thiserror v2.0.7
4432024-12-17T22:08:04.518Z Compiling futures-channel v0.3.31
4442024-12-17T22:08:04.570Z Compiling futures-macro v0.3.31
4452024-12-17T22:08:04.840Z Compiling thiserror-impl v2.0.7
4462024-12-17T22:08:05.010Z Compiling semver v1.0.24
4472024-12-17T22:08:05.223Z Compiling pin-utils v0.1.0
4482024-12-17T22:08:05.299Z Compiling version_check v0.9.5
4492024-12-17T22:08:05.376Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4502024-12-17T22:08:05.400Z Compiling futures-io v0.3.31
4512024-12-17T22:08:05.481Z Compiling futures-task v0.3.31
4522024-12-17T22:08:05.645Z Compiling lock_api v0.4.12
4532024-12-17T22:08:05.710Z Compiling aho-corasick v1.1.3
4542024-12-17T22:08:05.785Z Compiling ahash v0.8.11
4552024-12-17T22:08:05.936Z Compiling winnow v0.6.20
4562024-12-17T22:08:06.021Z Compiling futures-util v0.3.31
4572024-12-17T22:08:06.090Z Compiling signal-hook v0.3.17
4582024-12-17T22:08:06.349Z Compiling regex-syntax v0.8.5
4592024-12-17T22:08:06.701Z Compiling tracing v0.1.41
4602024-12-17T22:08:07.030Z Compiling terminal_size v0.4.0
4612024-12-17T22:08:07.142Z Compiling tokio v1.42.0
4622024-12-17T22:08:07.247Z Compiling clap_builder v4.5.23
4632024-12-17T22:08:07.289Z Compiling miette v7.4.0
4642024-12-17T22:08:08.487Z Compiling fastrand v2.1.1
4652024-12-17T22:08:08.919Z Compiling parking_lot_core v0.9.10
4662024-12-17T22:08:09.272Z Compiling regex-automata v0.4.8
4672024-12-17T22:08:09.841Z Compiling tempfile v3.13.0
4682024-12-17T22:08:09.982Z Compiling clap v4.5.23
4692024-12-17T22:08:10.319Z Compiling pathdiff v0.2.3
4702024-12-17T22:08:10.435Z Compiling toml_datetime v0.6.8
4712024-12-17T22:08:10.620Z Compiling serde_spanned v0.6.8
4722024-12-17T22:08:10.797Z Compiling cargo-platform v0.1.9
4732024-12-17T22:08:10.821Z Compiling vte_generate_state_changes v0.1.2
4742024-12-17T22:08:10.821Z Compiling scopeguard v1.2.0
4752024-12-17T22:08:10.920Z Compiling portable-atomic v1.9.0
4762024-12-17T22:08:11.216Z Compiling zstd-safe v7.2.1
4772024-12-17T22:08:11.289Z Compiling fixedbitset v0.4.2
4782024-12-17T22:08:11.494Z Compiling newtype-uuid v1.1.3
4792024-12-17T22:08:11.529Z Compiling cfg_aliases v0.2.1
4802024-12-17T22:08:11.609Z Compiling nix v0.29.0
4812024-12-17T22:08:11.633Z Compiling petgraph v0.6.5
4822024-12-17T22:08:11.660Z Compiling vte v0.11.1
4832024-12-17T22:08:11.776Z Compiling cargo_metadata v0.19.1
4842024-12-17T22:08:12.496Z Compiling toml_edit v0.22.22
4852024-12-17T22:08:13.395Z Compiling futures-executor v0.3.31
4862024-12-17T22:08:13.750Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4872024-12-17T22:08:13.838Z Compiling itertools v0.13.0
4882024-12-17T22:08:14.306Z Compiling pin-project-internal v1.1.7
4892024-12-17T22:08:14.903Z Compiling uuid v1.11.0
4902024-12-17T22:08:14.926Z Compiling bstr v1.11.1
4912024-12-17T22:08:15.460Z Compiling debug-ignore v1.0.5
4922024-12-17T22:08:15.579Z Compiling eyre v0.6.12
4932024-12-17T22:08:15.824Z Compiling nested v0.1.1
4942024-12-17T22:08:16.058Z Compiling iana-time-zone v0.1.61
4952024-12-17T22:08:16.081Z Compiling minimal-lexical v0.2.1
4962024-12-17T22:08:16.212Z Compiling tinyvec_macros v0.1.1
4972024-12-17T22:08:16.295Z Compiling static_assertions v1.1.0
4982024-12-17T22:08:16.388Z Compiling nom v7.1.3
4992024-12-17T22:08:16.411Z Compiling guppy v0.17.10
5002024-12-17T22:08:16.434Z Compiling tinyvec v1.8.0
5012024-12-17T22:08:16.458Z Compiling pin-project v1.1.7
5022024-12-17T22:08:16.504Z Compiling chrono v0.4.39
5032024-12-17T22:08:16.946Z Compiling globset v0.4.15
5042024-12-17T22:08:17.764Z Compiling toml v0.8.19
5052024-12-17T22:08:18.420Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
5062024-12-17T22:08:18.966Z Compiling parking_lot v0.12.3
5072024-12-17T22:08:19.028Z Compiling futures v0.3.31
5082024-12-17T22:08:19.115Z Compiling signal-hook-mio v0.2.4
5092024-12-17T22:08:19.236Z Compiling strip-ansi-escapes v0.2.0
5102024-12-17T22:08:19.262Z Compiling regex v1.11.1
5112024-12-17T22:08:19.532Z Compiling tracing-error v0.2.0
5122024-12-17T22:08:19.695Z Compiling xattr v1.3.1
5132024-12-17T22:08:19.793Z Compiling filetime v0.2.25
5142024-12-17T22:08:19.919Z Compiling shared_child v1.0.1
5152024-12-17T22:08:20.099Z Compiling os_pipe v1.2.1
5162024-12-17T22:08:20.168Z Compiling quick-xml v0.37.1
5172024-12-17T22:08:20.306Z Compiling recursion v0.5.2
5182024-12-17T22:08:20.340Z Compiling indenter v0.3.3
5192024-12-17T22:08:20.364Z Compiling owo-colors v3.5.0
5202024-12-17T22:08:20.388Z Compiling humantime v2.1.0
5212024-12-17T22:08:20.444Z Compiling number_prefix v0.4.0
5222024-12-17T22:08:20.468Z Compiling fnv v1.0.7
5232024-12-17T22:08:20.492Z Compiling shell-words v1.1.0
5242024-12-17T22:08:20.558Z Compiling future-queue v0.3.0
5252024-12-17T22:08:20.625Z Compiling humantime-serde v1.1.1
5262024-12-17T22:08:20.682Z Compiling indicatif v0.17.9
5272024-12-17T22:08:20.797Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5282024-12-17T22:08:20.847Z Compiling zstd v0.13.2
5292024-12-17T22:08:21.286Z Compiling quick-junit v0.5.1
5302024-12-17T22:08:21.384Z Compiling duct v0.13.7
5312024-12-17T22:08:21.673Z Compiling color-spantrace v0.2.1
5322024-12-17T22:08:21.784Z Compiling tar v0.4.43
5332024-12-17T22:08:22.060Z Compiling crossterm v0.28.1
5342024-12-17T22:08:22.255Z Compiling async-scoped v0.9.0
5352024-12-17T22:08:22.456Z Compiling config v0.14.1
5362024-12-17T22:08:22.530Z Compiling unicode-normalization v0.1.24
5372024-12-17T22:08:22.583Z Compiling tokio-stream v0.1.17
5382024-12-17T22:08:22.989Z Compiling atomicwrites v0.4.4
5392024-12-17T22:08:23.259Z Compiling camino-tempfile v1.1.1
5402024-12-17T22:08:23.283Z Compiling target-spec-miette v0.4.0
5412024-12-17T22:08:23.322Z Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest)
5422024-12-17T22:08:23.541Z Compiling serde_path_to_error v0.1.16
5432024-12-17T22:08:23.566Z Compiling serde_ignored v0.1.10
5442024-12-17T22:08:23.637Z Compiling derive-where v1.2.7
5452024-12-17T22:08:23.730Z Compiling zeroize v1.8.1
5462024-12-17T22:08:23.800Z Compiling home v0.5.11
5472024-12-17T22:08:23.857Z Compiling indent_write v2.2.0
5482024-12-17T22:08:23.918Z Compiling swrite v0.1.0
5492024-12-17T22:08:24.000Z Compiling dialoguer v0.11.0
5502024-12-17T22:08:24.025Z Compiling color-eyre v0.6.3
5512024-12-17T22:08:24.026Z Compiling enable-ansi-support v0.2.1
5522024-12-17T22:08:25.283Z Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner)
5532024-12-17T22:08:53.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.49s
5542024-12-17T22:08:53.238Z
5552024-12-17T22:08:53.262Zreal 49.600603004
5562024-12-17T22:08:53.262Zuser 3:09.351387663
5572024-12-17T22:08:53.262Zsys 23.846698308
5582024-12-17T22:08:53.262Ztrap 0.105713721
5592024-12-17T22:08:53.262Ztflt 0.184755607
5602024-12-17T22:08:53.262Zdflt 0.206232738
5612024-12-17T22:08:53.262Zkflt 0.001492257
5622024-12-17T22:08:53.262Zlock 5:51.318693963
5632024-12-17T22:08:53.262Zslp 11:24.611666491
5642024-12-17T22:08:53.262Zlat 6.617509216
5652024-12-17T22:08:53.264Zstop 9.118606777
5662024-12-17T22:08:53.264Z+ banner nextest
5672024-12-17T22:08:53.264Z
5682024-12-17T22:08:53.264Z # # ###### # # ##### ###### #### #####
5692024-12-17T22:08:53.264Z ## # # # # # # # #
5702024-12-17T22:08:53.264Z # # # ##### ## # ##### #### #
5712024-12-17T22:08:53.264Z # # # # ## # # # #
5722024-12-17T22:08:53.264Z # ## # # # # # # # #
5732024-12-17T22:08:53.264Z # # ###### # # # ###### #### #
5742024-12-17T22:08:53.264Z
5752024-12-17T22:08:53.264Z+ ptime -m cargo build --package cargo-nextest
5762024-12-17T22:08:53.498Z Downloading crates ...
5772024-12-17T22:08:53.661Z Downloaded base64ct v1.6.0
5782024-12-17T22:08:53.685Z Downloaded foreign-types v0.3.2
5792024-12-17T22:08:53.685Z Downloaded cpufeatures v0.2.14
5802024-12-17T22:08:53.685Z Downloaded base64 v0.22.1
5812024-12-17T22:08:53.685Z Downloaded want v0.3.1
5822024-12-17T22:08:53.685Z Downloaded mime v0.3.17
5832024-12-17T22:08:53.709Z Downloaded zipsign-api v0.1.2
5842024-12-17T22:08:53.709Z Downloaded typenum v1.17.0
5852024-12-17T22:08:53.709Z Downloaded miniz_oxide v0.8.0
5862024-12-17T22:08:53.710Z Downloaded url v2.5.4
5872024-12-17T22:08:53.710Z Downloaded quinn v0.11.5
5882024-12-17T22:08:53.734Z Downloaded openssl-sys v0.9.104
5892024-12-17T22:08:53.734Z Downloaded http v1.2.0
5902024-12-17T22:08:53.734Z Downloaded hyper v1.5.0
5912024-12-17T22:08:53.757Z Downloaded quick-xml v0.23.1
5922024-12-17T22:08:53.757Z Downloaded idna v1.0.3
5932024-12-17T22:08:53.757Z Downloaded rustls-webpki v0.102.8
5942024-12-17T22:08:53.781Z Downloaded quinn-proto v0.11.8
5952024-12-17T22:08:53.804Z Downloaded vcpkg v0.2.15
5962024-12-17T22:08:53.832Z Downloaded webpki-roots v0.26.6
5972024-12-17T22:08:53.855Z Downloaded reqwest v0.12.8
5982024-12-17T22:08:53.855Z Downloaded openssl v0.10.68
5992024-12-17T22:08:53.878Z Downloaded curve25519-dalek v4.1.3
6002024-12-17T22:08:53.878Z Downloaded flate2 v1.0.34
6012024-12-17T22:08:53.878Z Downloaded hyper-util v0.1.9
6022024-12-17T22:08:53.901Z Downloaded rustls v0.23.19
6032024-12-17T22:08:53.902Z Downloaded ed25519-dalek v2.1.1
6042024-12-17T22:08:53.902Z Downloaded der v0.7.9
6052024-12-17T22:08:53.925Z Downloaded const-oid v0.9.6
6062024-12-17T22:08:53.925Z Downloaded sha2 v0.10.8
6072024-12-17T22:08:53.925Z Downloaded self_update v0.41.0
6082024-12-17T22:08:53.925Z Downloaded rustls-pki-types v1.10.0
6092024-12-17T22:08:53.925Z Downloaded rustls-pemfile v2.2.0
6102024-12-17T22:08:53.925Z Downloaded pkcs8 v0.10.2
6112024-12-17T22:08:53.925Z Downloaded percent-encoding v2.3.1
6122024-12-17T22:08:53.925Z Downloaded native-tls v0.2.12
6132024-12-17T22:08:53.948Z Downloaded ipnet v2.10.1
6142024-12-17T22:08:53.948Z Downloaded hyper-rustls v0.27.3
6152024-12-17T22:08:53.948Z Downloaded httparse v1.9.5
6162024-12-17T22:08:53.949Z Downloaded hex v0.4.3
6172024-12-17T22:08:53.950Z Downloaded crc32fast v1.4.2
6182024-12-17T22:08:53.950Z Downloaded adler2 v2.0.0
6192024-12-17T22:08:53.950Z Downloaded utf8_iter v1.0.4
6202024-12-17T22:08:53.950Z Downloaded tokio-rustls v0.26.0
6212024-12-17T22:08:53.950Z Downloaded tokio-native-tls v0.3.1
6222024-12-17T22:08:53.950Z Downloaded spin v0.9.8
6232024-12-17T22:08:53.973Z Downloaded signature v2.2.0
6242024-12-17T22:08:53.973Z Downloaded serde_urlencoded v0.7.1
6252024-12-17T22:08:53.973Z Downloaded rustc_version v0.4.1
6262024-12-17T22:08:53.973Z Downloaded rustc-hash v2.0.0
6272024-12-17T22:08:53.973Z Downloaded idna_adapter v1.0.0
6282024-12-17T22:08:53.973Z Downloaded http-body-util v0.1.2
6292024-12-17T22:08:53.973Z Downloaded hyper-tls v0.6.0
6302024-12-17T22:08:53.973Z Downloaded http-body v1.0.1
6312024-12-17T22:08:53.973Z Downloaded generic-array v0.14.7
6322024-12-17T22:08:53.973Z Downloaded form_urlencoded v1.2.1
6332024-12-17T22:08:53.973Z Downloaded foreign-types-shared v0.1.1
6342024-12-17T22:08:53.973Z Downloaded ed25519 v2.2.3
6352024-12-17T22:08:53.973Z Downloaded digest v0.10.7
6362024-12-17T22:08:53.973Z Downloaded curve25519-dalek-derive v0.1.1
6372024-12-17T22:08:53.973Z Downloaded crypto-common v0.1.6
6382024-12-17T22:08:53.973Z Downloaded block-buffer v0.10.4
6392024-12-17T22:08:53.973Z Downloaded urlencoding v2.1.3
6402024-12-17T22:08:53.996Z Downloaded untrusted v0.9.0
6412024-12-17T22:08:53.996Z Downloaded try-lock v0.2.5
6422024-12-17T22:08:53.997Z Downloaded tower-service v0.3.3
6432024-12-17T22:08:53.997Z Downloaded sync_wrapper v1.0.1
6442024-12-17T22:08:53.997Z Downloaded subtle v2.6.1
6452024-12-17T22:08:53.997Z Downloaded spki v0.7.3
6462024-12-17T22:08:53.997Z Downloaded self-replace v1.5.0
6472024-12-17T22:08:53.997Z Downloaded quinn-udp v0.5.5
6482024-12-17T22:08:53.997Z Downloaded openssl-probe v0.1.5
6492024-12-17T22:08:53.997Z Downloaded openssl-macros v0.1.1
6502024-12-17T22:08:53.997Z Downloaded mukti-metadata v0.3.0
6512024-12-17T22:08:54.027Z Downloaded ring v0.17.8
6522024-12-17T22:08:54.157Z Compiling smallvec v1.13.2
6532024-12-17T22:08:54.180Z Compiling socket2 v0.5.7
6542024-12-17T22:08:54.180Z Compiling futures-channel v0.3.31
6552024-12-17T22:08:54.203Z Compiling ring v0.17.8
6562024-12-17T22:08:54.203Z Compiling rustls-pki-types v1.10.0
6572024-12-17T22:08:54.226Z Compiling http v1.2.0
6582024-12-17T22:08:54.227Z Compiling httparse v1.9.5
6592024-12-17T22:08:54.227Z Compiling typenum v1.17.0
6602024-12-17T22:08:54.501Z Compiling futures-util v0.3.31
6612024-12-17T22:08:54.524Z Compiling untrusted v0.9.0
6622024-12-17T22:08:54.686Z Compiling tokio v1.42.0
6632024-12-17T22:08:54.814Z Compiling spin v0.9.8
6642024-12-17T22:08:55.010Z Compiling generic-array v0.14.7
6652024-12-17T22:08:55.039Z Compiling rustls v0.23.19
6662024-12-17T22:08:55.244Z Compiling try-lock v0.2.5
6672024-12-17T22:08:55.359Z Compiling want v0.3.1
6682024-12-17T22:08:55.474Z Compiling http-body v1.0.1
6692024-12-17T22:08:55.583Z Compiling cfg-expr v0.17.2
6702024-12-17T22:08:55.652Z Compiling subtle v2.6.1
6712024-12-17T22:08:55.855Z Compiling percent-encoding v2.3.1
6722024-12-17T22:08:55.933Z Compiling utf8_iter v1.0.4
6732024-12-17T22:08:56.122Z Compiling form_urlencoded v1.2.1
6742024-12-17T22:08:56.146Z Compiling idna_adapter v1.0.0
6752024-12-17T22:08:56.238Z Compiling target-spec v3.2.2
6762024-12-17T22:08:56.262Z Compiling tower-service v0.3.3
6772024-12-17T22:08:56.368Z Compiling idna v1.0.3
6782024-12-17T22:08:56.392Z Compiling webpki-roots v0.26.6
6792024-12-17T22:08:56.533Z Compiling adler2 v2.0.0
6802024-12-17T22:08:56.624Z Compiling parking_lot_core v0.9.10
6812024-12-17T22:08:56.699Z Compiling miniz_oxide v0.8.0
6822024-12-17T22:08:56.963Z Compiling block-buffer v0.10.4
6832024-12-17T22:08:57.088Z Compiling crypto-common v0.1.6
6842024-12-17T22:08:57.133Z Compiling url v2.5.4
6852024-12-17T22:08:57.229Z Compiling serde_urlencoded v0.7.1
6862024-12-17T22:08:57.609Z Compiling rustls-pemfile v2.2.0
6872024-12-17T22:08:57.666Z Compiling sync_wrapper v1.0.1
6882024-12-17T22:08:57.781Z Compiling crc32fast v1.4.2
6892024-12-17T22:08:57.863Z Compiling base64 v0.22.1
6902024-12-17T22:08:57.903Z Compiling self_update v0.41.0
6912024-12-17T22:08:58.050Z Compiling mime v0.3.17
6922024-12-17T22:08:58.134Z Compiling ipnet v2.10.1
6932024-12-17T22:08:58.219Z Compiling guppy v0.17.10
6942024-12-17T22:08:58.414Z Compiling flate2 v1.0.34
6952024-12-17T22:08:58.489Z Compiling digest v0.10.7
6962024-12-17T22:08:58.635Z Compiling futures-executor v0.3.31
6972024-12-17T22:08:58.760Z Compiling http-body-util v0.1.2
6982024-12-17T22:08:59.072Z Compiling futures v0.3.31
6992024-12-17T22:08:59.095Z Compiling parking_lot v0.12.3
7002024-12-17T22:08:59.127Z Compiling self-replace v1.5.0
7012024-12-17T22:08:59.150Z Compiling quick-xml v0.23.1
7022024-12-17T22:08:59.150Z Compiling urlencoding v2.1.3
7032024-12-17T22:08:59.174Z Compiling cpufeatures v0.2.14
7042024-12-17T22:08:59.240Z Compiling sha2 v0.10.8
7052024-12-17T22:08:59.347Z Compiling future-queue v0.3.0
7062024-12-17T22:08:59.416Z Compiling crossterm v0.28.1
7072024-12-17T22:08:59.639Z Compiling target-spec-miette v0.4.0
7082024-12-17T22:08:59.806Z Compiling mukti-metadata v0.3.0
7092024-12-17T22:08:59.876Z Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest)
7102024-12-17T22:08:59.934Z Compiling hex v0.4.3
7112024-12-17T22:09:01.369Z Compiling rustls-webpki v0.102.8
7122024-12-17T22:09:02.255Z Compiling hyper v1.5.0
7132024-12-17T22:09:02.278Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7142024-12-17T22:09:02.317Z Compiling async-scoped v0.9.0
7152024-12-17T22:09:02.341Z Compiling tokio-stream v0.1.17
7162024-12-17T22:09:02.364Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7172024-12-17T22:09:03.322Z Compiling hyper-util v0.1.9
7182024-12-17T22:09:03.616Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7192024-12-17T22:09:06.130Z Compiling tokio-rustls v0.26.0
7202024-12-17T22:09:06.389Z Compiling hyper-rustls v0.27.3
7212024-12-17T22:09:06.632Z Compiling reqwest v0.12.8
7222024-12-17T22:09:08.978Z Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner)
7232024-12-17T22:09:40.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s
7242024-12-17T22:09:40.507Z
7252024-12-17T22:09:40.507Zreal 47.245326845
7262024-12-17T22:09:40.507Zuser 2:28.261018743
7272024-12-17T22:09:40.507Zsys 17.069355125
7282024-12-17T22:09:40.507Ztrap 0.069518812
7292024-12-17T22:09:40.507Ztflt 0.138166686
7302024-12-17T22:09:40.507Zdflt 0.155591516
7312024-12-17T22:09:40.507Zkflt 0.000084245
7322024-12-17T22:09:40.507Zlock 3:33.371636983
7332024-12-17T22:09:40.507Zslp 6:44.220999048
7342024-12-17T22:09:40.507Zlat 4.727702798
7352024-12-17T22:09:40.507Zstop 5.074378623
7362024-12-17T22:09:40.530Z+ banner all targets
7372024-12-17T22:09:40.530Z
7382024-12-17T22:09:40.530Z ## # #
7392024-12-17T22:09:40.530Z # # # #
7402024-12-17T22:09:40.530Z # # # #
7412024-12-17T22:09:40.530Z ###### # #
7422024-12-17T22:09:40.530Z # # # #
7432024-12-17T22:09:40.530Z # # ###### ######
7442024-12-17T22:09:40.530Z
7452024-12-17T22:09:40.530Z
7462024-12-17T22:09:40.530Z ##### ## ##### #### ###### ##### ####
7472024-12-17T22:09:40.531Z # # # # # # # # # #
7482024-12-17T22:09:40.531Z # # # # # # ##### # ####
7492024-12-17T22:09:40.531Z # ###### ##### # ### # # #
7502024-12-17T22:09:40.531Z # # # # # # # # # # #
7512024-12-17T22:09:40.531Z # # # # # #### ###### # ####
7522024-12-17T22:09:40.531Z
7532024-12-17T22:09:40.531Z+ ptime -m cargo build --all-targets
7542024-12-17T22:09:40.774Z Downloading crates ...
7552024-12-17T22:09:40.954Z Downloaded bit-set v0.5.3
7562024-12-17T22:09:40.998Z Downloaded test-case-macros v3.3.1
7572024-12-17T22:09:41.021Z Downloaded cp_r v0.5.2
7582024-12-17T22:09:41.022Z Downloaded rand_xorshift v0.3.0
7592024-12-17T22:09:41.022Z Downloaded maplit v1.0.2
7602024-12-17T22:09:41.022Z Downloaded bit-vec v0.6.3
7612024-12-17T22:09:41.022Z Downloaded linked-hash-map v0.5.6
7622024-12-17T22:09:41.046Z Downloaded indoc v2.0.5
7632024-12-17T22:09:41.046Z Downloaded unarray v0.1.4
7642024-12-17T22:09:41.046Z Downloaded structmeta-derive v0.3.0
7652024-12-17T22:09:41.046Z Downloaded quick-error v1.2.3
7662024-12-17T22:09:41.046Z Downloaded fs-err v3.0.0
7672024-12-17T22:09:41.046Z Downloaded whoami v1.5.2
7682024-12-17T22:09:41.046Z Downloaded test-strategy v0.4.0
7692024-12-17T22:09:41.046Z Downloaded yansi v1.0.1
7702024-12-17T22:09:41.069Z Downloaded escape8259 v0.5.3
7712024-12-17T22:09:41.069Z Downloaded similar v2.6.0
7722024-12-17T22:09:41.069Z Downloaded proptest v1.5.0
7732024-12-17T22:09:41.069Z Downloaded pretty_assertions v1.4.1
7742024-12-17T22:09:41.069Z Downloaded insta v1.41.1
7752024-12-17T22:09:41.093Z Downloaded diff v0.1.13
7762024-12-17T22:09:41.093Z Downloaded wait-timeout v0.2.0
7772024-12-17T22:09:41.093Z Downloaded test-case-core v3.3.1
7782024-12-17T22:09:41.093Z Downloaded test-case v3.3.1
7792024-12-17T22:09:41.093Z Downloaded structmeta v0.3.0
7802024-12-17T22:09:41.093Z Downloaded rusty-fork v0.3.0
7812024-12-17T22:09:41.093Z Downloaded libtest-mimic v0.8.1
7822024-12-17T22:09:41.149Z Compiling fs-err v3.0.0
7832024-12-17T22:09:41.149Z Compiling maplit v1.0.2
7842024-12-17T22:09:41.174Z Compiling test-case-core v3.3.1
7852024-12-17T22:09:41.174Z Compiling similar v2.6.0
7862024-12-17T22:09:41.174Z Compiling linked-hash-map v0.5.6
7872024-12-17T22:09:41.174Z Compiling structmeta-derive v0.3.0
7882024-12-17T22:09:41.174Z Compiling wait-timeout v0.2.0
7892024-12-17T22:09:41.174Z Compiling quick-error v1.2.3
7902024-12-17T22:09:41.265Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7912024-12-17T22:09:41.327Z Compiling bit-vec v0.6.3
7922024-12-17T22:09:41.457Z Compiling whoami v1.5.2
7932024-12-17T22:09:41.680Z Compiling bit-set v0.5.3
7942024-12-17T22:09:41.734Z Compiling rusty-fork v0.3.0
7952024-12-17T22:09:41.902Z Compiling rand_xorshift v0.3.0
7962024-12-17T22:09:41.926Z Compiling unarray v0.1.4
7972024-12-17T22:09:42.008Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7982024-12-17T22:09:42.073Z Compiling proptest v1.5.0
7992024-12-17T22:09:42.154Z Compiling insta v1.41.1
8002024-12-17T22:09:42.177Z Compiling escape8259 v0.5.3
8012024-12-17T22:09:42.432Z Compiling libtest-mimic v0.8.1
8022024-12-17T22:09:42.498Z Compiling cp_r v0.5.2
8032024-12-17T22:09:42.651Z Compiling test-case-macros v3.3.1
8042024-12-17T22:09:42.782Z Compiling diff v0.1.13
8052024-12-17T22:09:43.149Z Compiling structmeta v0.3.0
8062024-12-17T22:09:43.273Z Compiling yansi v1.0.1
8072024-12-17T22:09:43.341Z Compiling indoc v2.0.5
8082024-12-17T22:09:43.449Z Compiling test-strategy v0.4.0
8092024-12-17T22:09:43.494Z Compiling test-case v3.3.1
8102024-12-17T22:09:43.585Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8112024-12-17T22:09:43.809Z Compiling pretty_assertions v1.4.1
8122024-12-17T22:09:45.500Z Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest)
8132024-12-17T22:09:45.870Z Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner)
8142024-12-17T22:09:46.216Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8152024-12-17T22:09:49.428Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8162024-12-17T22:10:25.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.96s
8172024-12-17T22:10:25.637Z
8182024-12-17T22:10:25.637Zreal 45.102975708
8192024-12-17T22:10:25.637Zuser 3:04.073365865
8202024-12-17T22:10:25.637Zsys 24.241426530
8212024-12-17T22:10:25.637Ztrap 0.097245165
8222024-12-17T22:10:25.661Ztflt 0.015403378
8232024-12-17T22:10:25.661Zdflt 0.074976569
8242024-12-17T22:10:25.661Zkflt 0.000053393
8252024-12-17T22:10:25.661Zlock 5:27.406968435
8262024-12-17T22:10:25.661Zslp 11:49.740483509
8272024-12-17T22:10:25.661Zlat 5.762741250
8282024-12-17T22:10:25.661Zstop 4.893180270
8292024-12-17T22:10:25.661Z+ banner all features
8302024-12-17T22:10:25.661Z
8312024-12-17T22:10:25.661Z ## # #
8322024-12-17T22:10:25.661Z # # # #
8332024-12-17T22:10:25.661Z # # # #
8342024-12-17T22:10:25.661Z ###### # #
8352024-12-17T22:10:25.661Z # # # #
8362024-12-17T22:10:25.661Z # # ###### ######
8372024-12-17T22:10:25.661Z
8382024-12-17T22:10:25.661Z
8392024-12-17T22:10:25.661Z ###### ###### ## ##### # # ##### ###### ####
8402024-12-17T22:10:25.661Z # # # # # # # # # # #
8412024-12-17T22:10:25.662Z ##### ##### # # # # # # # ##### ####
8422024-12-17T22:10:25.662Z # # ###### # # # ##### # #
8432024-12-17T22:10:25.662Z # # # # # # # # # # # #
8442024-12-17T22:10:25.662Z # ###### # # # #### # # ###### ####
8452024-12-17T22:10:25.662Z
8462024-12-17T22:10:25.662Z+ ptime -m cargo build --all-features
8472024-12-17T22:10:25.849Z Downloading crates ...
8482024-12-17T22:10:26.019Z Downloaded prost-types v0.13.3
8492024-12-17T22:10:26.042Z Downloaded tower-layer v0.3.3
8502024-12-17T22:10:26.042Z Downloaded sync_wrapper v0.1.2
8512024-12-17T22:10:26.042Z Downloaded rustversion v1.0.18
8522024-12-17T22:10:26.042Z Downloaded prost-derive v0.13.3
8532024-12-17T22:10:26.042Z Downloaded indexmap v1.9.3
8542024-12-17T22:10:26.042Z Downloaded crossbeam-utils v0.8.20
8552024-12-17T22:10:26.042Z Downloaded tower v0.5.1
8562024-12-17T22:10:26.066Z Downloaded regex-automata v0.1.10
8572024-12-17T22:10:26.066Z Downloaded tonic v0.12.3
8582024-12-17T22:10:26.066Z Downloaded h2 v0.4.6
8592024-12-17T22:10:26.090Z Downloaded hashbrown v0.12.3
8602024-12-17T22:10:26.090Z Downloaded console-subscriber v0.4.1
8612024-12-17T22:10:26.090Z Downloaded axum v0.7.7
8622024-12-17T22:10:26.113Z Downloaded regex-syntax v0.6.29
8632024-12-17T22:10:26.113Z Downloaded prost v0.13.3
8642024-12-17T22:10:26.113Z Downloaded console-api v0.8.1
8652024-12-17T22:10:26.113Z Downloaded matchit v0.7.3
8662024-12-17T22:10:26.113Z Downloaded hyper-timeout v0.5.1
8672024-12-17T22:10:26.113Z Downloaded matchers v0.1.0
8682024-12-17T22:10:26.113Z Downloaded httpdate v1.0.3
8692024-12-17T22:10:26.114Z Downloaded crossbeam-channel v0.5.13
8702024-12-17T22:10:26.137Z Downloaded atomic-waker v1.1.2
8712024-12-17T22:10:26.137Z Downloaded async-trait v0.1.83
8722024-12-17T22:10:26.137Z Downloaded async-stream-impl v0.3.6
8732024-12-17T22:10:26.137Z Downloaded async-stream v0.3.6
8742024-12-17T22:10:26.137Z Downloaded anyhow v1.0.91
8752024-12-17T22:10:26.138Z Downloaded tower v0.4.13
8762024-12-17T22:10:26.138Z Downloaded tokio-util v0.7.12
8772024-12-17T22:10:26.161Z Downloaded axum-core v0.4.5
8782024-12-17T22:10:26.161Z Downloaded hdrhistogram v7.5.4
8792024-12-17T22:10:26.215Z Compiling futures-sink v0.3.31
8802024-12-17T22:10:26.239Z Compiling byteorder v1.5.0
8812024-12-17T22:10:26.239Z Compiling num-traits v0.2.19
8822024-12-17T22:10:26.239Z Compiling regex-syntax v0.6.29
8832024-12-17T22:10:26.262Z Compiling atomic-waker v1.1.2
8842024-12-17T22:10:26.285Z Compiling httpdate v1.0.3
8852024-12-17T22:10:26.285Z Compiling anyhow v1.0.91
8862024-12-17T22:10:26.308Z Compiling either v1.13.0
8872024-12-17T22:10:26.351Z Compiling futures-channel v0.3.31
8882024-12-17T22:10:26.415Z Compiling tokio-util v0.7.12
8892024-12-17T22:10:26.593Z Compiling zerocopy v0.7.35
8902024-12-17T22:10:26.617Z Compiling rustversion v1.0.18
8912024-12-17T22:10:26.653Z Compiling futures-util v0.3.31
8922024-12-17T22:10:26.677Z Compiling tower-layer v0.3.3
8932024-12-17T22:10:26.885Z Compiling itertools v0.13.0
8942024-12-17T22:10:27.115Z Compiling h2 v0.4.6
8952024-12-17T22:10:27.519Z Compiling indexmap v1.9.3
8962024-12-17T22:10:27.557Z Compiling ppv-lite86 v0.2.20
8972024-12-17T22:10:27.992Z Compiling async-trait v0.1.83
8982024-12-17T22:10:28.015Z Compiling sync_wrapper v0.1.2
8992024-12-17T22:10:28.131Z Compiling rand_chacha v0.3.1
9002024-12-17T22:10:28.155Z Compiling hashbrown v0.12.3
9012024-12-17T22:10:28.579Z Compiling rand v0.8.5
9022024-12-17T22:10:28.931Z Compiling regex-automata v0.1.10
9032024-12-17T22:10:29.160Z Compiling prost-derive v0.13.3
9042024-12-17T22:10:29.606Z Compiling async-stream-impl v0.3.6
9052024-12-17T22:10:29.629Z Compiling matchit v0.7.3
9062024-12-17T22:10:29.716Z Compiling crossbeam-utils v0.8.20
9072024-12-17T22:10:30.157Z Compiling matchers v0.1.0
9082024-12-17T22:10:30.223Z Compiling ahash v0.8.11
9092024-12-17T22:10:30.345Z Compiling tracing-subscriber v0.3.19
9102024-12-17T22:10:30.617Z Compiling http-body-util v0.1.2
9112024-12-17T22:10:30.648Z Compiling tower v0.5.1
9122024-12-17T22:10:30.967Z Compiling hyper v1.5.0
9132024-12-17T22:10:30.991Z Compiling axum-core v0.4.5
9142024-12-17T22:10:31.019Z Compiling async-stream v0.3.6
9152024-12-17T22:10:31.235Z Compiling tower v0.4.13
9162024-12-17T22:10:31.260Z Compiling tokio-stream v0.1.17
9172024-12-17T22:10:31.290Z Compiling guppy v0.17.10
9182024-12-17T22:10:31.867Z Compiling prost v0.13.3
9192024-12-17T22:10:31.977Z Compiling proptest v1.5.0
9202024-12-17T22:10:32.485Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9212024-12-17T22:10:32.560Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9222024-12-17T22:10:32.700Z Compiling hyper-util v0.1.9
9232024-12-17T22:10:32.983Z Compiling prost-types v0.13.3
9242024-12-17T22:10:34.023Z Compiling hyper-timeout v0.5.1
9252024-12-17T22:10:34.197Z Compiling axum v0.7.7
9262024-12-17T22:10:34.336Z Compiling hyper-rustls v0.27.3
9272024-12-17T22:10:34.363Z Compiling futures-executor v0.3.31
9282024-12-17T22:10:34.810Z Compiling base64 v0.21.7
9292024-12-17T22:10:34.834Z Compiling chrono v0.4.39
9302024-12-17T22:10:35.393Z Compiling crossbeam-channel v0.5.13
9312024-12-17T22:10:35.473Z Compiling hdrhistogram v7.5.4
9322024-12-17T22:10:35.797Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9332024-12-17T22:10:36.222Z Compiling reqwest v0.12.8
9342024-12-17T22:10:36.328Z Compiling futures v0.3.31
9352024-12-17T22:10:36.365Z Compiling tracing-error v0.2.0
9362024-12-17T22:10:36.676Z Compiling async-scoped v0.9.0
9372024-12-17T22:10:36.702Z Compiling quick-junit v0.5.1
9382024-12-17T22:10:36.702Z Compiling future-queue v0.3.0
9392024-12-17T22:10:36.957Z Compiling color-spantrace v0.2.1
9402024-12-17T22:10:37.340Z Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest)
9412024-12-17T22:10:37.366Z Compiling color-eyre v0.6.3
9422024-12-17T22:10:37.576Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9432024-12-17T22:10:38.155Z Compiling self_update v0.41.0
9442024-12-17T22:10:38.654Z Compiling tonic v0.12.3
9452024-12-17T22:10:40.970Z Compiling console-api v0.8.1
9462024-12-17T22:10:42.022Z Compiling console-subscriber v0.4.1
9472024-12-17T22:10:43.812Z Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner)
9482024-12-17T22:10:56.115Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9492024-12-17T22:11:21.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.28s
9502024-12-17T22:11:22.069Z
9512024-12-17T22:11:22.093Zreal 56.403530741
9522024-12-17T22:11:22.093Zuser 3:23.827340620
9532024-12-17T22:11:22.093Zsys 27.210886183
9542024-12-17T22:11:22.093Ztrap 0.093106406
9552024-12-17T22:11:22.093Ztflt 0.076133251
9562024-12-17T22:11:22.093Zdflt 0.251289316
9572024-12-17T22:11:22.093Zkflt 0.000042140
9582024-12-17T22:11:22.093Zlock 5:46.259137095
9592024-12-17T22:11:22.093Zslp 12:02.221756321
9602024-12-17T22:11:22.093Zlat 6.525970349
9612024-12-17T22:11:22.093Zstop 6.527993630
9622024-12-17T22:11:22.093Z+ banner doctests
9632024-12-17T22:11:22.093Z
9642024-12-17T22:11:22.093Z ##### #### #### ##### ###### #### ##### ####
9652024-12-17T22:11:22.093Z # # # # # # # # # # #
9662024-12-17T22:11:22.093Z # # # # # # ##### #### # ####
9672024-12-17T22:11:22.093Z # # # # # # # # # #
9682024-12-17T22:11:22.093Z # # # # # # # # # # # # #
9692024-12-17T22:11:22.093Z ##### #### #### # ###### #### # ####
9702024-12-17T22:11:22.093Z
9712024-12-17T22:11:22.093Z+ ptime -m cargo test --doc
9722024-12-17T22:11:22.546Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
9732024-12-17T22:11:22.571Z Doc-tests cargo_nextest
9742024-12-17T22:11:23.114Z
9752024-12-17T22:11:23.114Zrunning 0 tests
9762024-12-17T22:11:23.114Z
9772024-12-17T22:11:23.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9782024-12-17T22:11:23.142Z
9792024-12-17T22:11:23.142Z Doc-tests fixture_data
9802024-12-17T22:11:23.225Z
9812024-12-17T22:11:23.225Zrunning 0 tests
9822024-12-17T22:11:23.225Z
9832024-12-17T22:11:23.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9842024-12-17T22:11:23.225Z
9852024-12-17T22:11:23.249Z Doc-tests integration_tests
9862024-12-17T22:11:23.326Z
9872024-12-17T22:11:23.326Zrunning 0 tests
9882024-12-17T22:11:23.326Z
9892024-12-17T22:11:23.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9902024-12-17T22:11:23.326Z
9912024-12-17T22:11:23.349Z Doc-tests nextest_filtering
9922024-12-17T22:11:23.498Z
9932024-12-17T22:11:23.498Zrunning 0 tests
9942024-12-17T22:11:23.498Z
9952024-12-17T22:11:23.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9962024-12-17T22:11:23.522Z
9972024-12-17T22:11:23.522Z Doc-tests nextest_metadata
9982024-12-17T22:11:23.954Z
9992024-12-17T22:11:23.954Zrunning 2 tests
10002024-12-17T22:11:24.482Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
10012024-12-17T22:11:27.624Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
10022024-12-17T22:11:27.624Z
10032024-12-17T22:11:27.654Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.89s
10042024-12-17T22:11:27.654Z
10052024-12-17T22:11:27.654Z Doc-tests nextest_runner
10062024-12-17T22:11:28.524Z
10072024-12-17T22:11:28.524Zrunning 0 tests
10082024-12-17T22:11:28.524Z
10092024-12-17T22:11:28.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10102024-12-17T22:11:28.524Z
10112024-12-17T22:11:28.563Z Doc-tests nextest_workspace_hack
10122024-12-17T22:11:28.628Z
10132024-12-17T22:11:28.628Zrunning 0 tests
10142024-12-17T22:11:28.628Z
10152024-12-17T22:11:28.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10162024-12-17T22:11:28.628Z
10172024-12-17T22:11:28.662Z
10182024-12-17T22:11:28.686Zreal 6.565717607
10192024-12-17T22:11:28.686Zuser 6.178465669
10202024-12-17T22:11:28.686Zsys 2.257765781
10212024-12-17T22:11:28.686Ztrap 0.001395796
10222024-12-17T22:11:28.686Ztflt 0.008732393
10232024-12-17T22:11:28.686Zdflt 0.006677213
10242024-12-17T22:11:28.686Zkflt 0.000000000
10252024-12-17T22:11:28.686Zlock 10.766864394
10262024-12-17T22:11:28.686Zslp 35.475958233
10272024-12-17T22:11:28.686Zlat 0.061022989
10282024-12-17T22:11:28.686Zstop 0.149253745
10292024-12-17T22:11:28.686Z+ banner local-nt
10302024-12-17T22:11:28.686Z
10312024-12-17T22:11:28.686Z # #### #### ## # # # #####
10322024-12-17T22:11:28.686Z # # # # # # # # ## # #
10332024-12-17T22:11:28.686Z # # # # # # # ##### # # # #
10342024-12-17T22:11:28.686Z # # # # ###### # # # # #
10352024-12-17T22:11:28.686Z # # # # # # # # # ## #
10362024-12-17T22:11:28.686Z ###### #### #### # # ###### # # #
10372024-12-17T22:11:28.686Z
10382024-12-17T22:11:28.687Z+ ptime -m cargo local-nt run --profile ci
10392024-12-17T22:11:29.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
10402024-12-17T22:11:29.033Z Running `target/debug/cargo-nextest nextest run --profile ci`
10412024-12-17T22:11:29.615Zinfo: experimental features enabled: setup-scripts
10422024-12-17T22:11:29.957Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
10432024-12-17T22:11:30.182Z────────────
10442024-12-17T22:11:30.182Z Nextest run ID 7c56edcc-ff2e-4661-acc3-9db90f25819c with nextest profile: ci
10452024-12-17T22:11:30.182Z Starting 288 tests across 15 binaries (1 test skipped)
10462024-12-17T22:11:30.205Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10472024-12-17T22:11:30.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
10482024-12-17T22:11:30.583Z Running `target/debug/build-seed-archive`
10492024-12-17T22:11:30.608Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-0284ffefa513de2fa16ec26a8a777dfc97824faa89efe4d60c283bf3beb6703c.tar.zst, building
10502024-12-17T22:11:33.090Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-0284ffefa513de2fa16ec26a8a777dfc97824faa89efe4d60c283bf3beb6703c.tar.zst
10512024-12-17T22:11:33.113Z SETUP PASS [ 2.910s] build-seed-archive: cargo run --bin build-seed-archive
10522024-12-17T22:11:33.136Z PASS [ 0.028s] integration-tests::custom-harness thread_count::test_single_threaded
10532024-12-17T22:11:33.160Z PASS [ 0.042s] integration-tests::custom-harness thread_count::test_multi_threaded
10542024-12-17T22:11:33.160Z PASS [ 0.053s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10552024-12-17T22:11:33.268Z PASS [ 0.173s] cargo-nextest dispatch::tests::test_argument_parsing
10562024-12-17T22:11:34.517Z PASS [ 1.422s] integration-tests::integration test_list_binaries_only
10572024-12-17T22:11:34.653Z PASS [ 1.526s] integration-tests::integration test_list_host_after_build
10582024-12-17T22:11:35.082Z PASS [ 1.968s] integration-tests::integration test_list_full
10592024-12-17T22:11:35.244Z PASS [ 2.144s] integration-tests::integration test_list_default
10602024-12-17T22:11:35.268Z PASS [ 2.126s] integration-tests::integration test_list_target_after_build
10612024-12-17T22:11:35.400Z PASS [ 2.297s] integration-tests::integration test_list_full_after_build
10622024-12-17T22:11:36.958Z PASS [ 1.713s] integration-tests::integration test_run_from_archive_with_missing_includes
10632024-12-17T22:11:38.369Z PASS [ 2.967s] integration-tests::integration test_run_no_tests
10642024-12-17T22:11:38.687Z PASS [ 4.034s] integration-tests::integration test_run_after_build
10652024-12-17T22:11:38.764Z PASS [ 5.495s] integration-tests::integration test_relocated_run
10662024-12-17T22:11:39.479Z PASS [ 6.328s] integration-tests::integration test_list_with_default_filter
10672024-12-17T22:11:40.021Z PASS [ 1.331s] integration-tests::integration test_setup_scripts_not_enabled
10682024-12-17T22:11:40.102Z PASS [ 1.732s] integration-tests::integration test_setup_script_error
10692024-12-17T22:11:40.176Z PASS [ 3.218s] integration-tests::integration test_run_with_default_filter
10702024-12-17T22:11:40.237Z PASS [ 0.057s] integration-tests::integration test_version_info
10712024-12-17T22:11:40.644Z PASS [ 0.407s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10722024-12-17T22:11:40.669Z PASS [ 0.024s] nextest-filtering parsing::tests::test_complex_error
10732024-12-17T22:11:40.693Z PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof
10742024-12-17T22:11:40.716Z PASS [ 0.021s] nextest-filtering parsing::tests::test_expected_expr
10752024-12-17T22:11:40.739Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator
10762024-12-17T22:11:40.761Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_escapes
10772024-12-17T22:11:40.787Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_glob
10782024-12-17T22:11:40.811Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator
10792024-12-17T22:11:40.835Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform
10802024-12-17T22:11:40.862Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_regex
10812024-12-17T22:11:40.885Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument
10822024-12-17T22:11:40.908Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_close_parentheses
10832024-12-17T22:11:40.938Z PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_close_regex
10842024-12-17T22:11:40.961Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses
10852024-12-17T22:11:40.984Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_parentheses
10862024-12-17T22:11:41.008Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_comma
10872024-12-17T22:11:41.034Z PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_expr_difference
10882024-12-17T22:11:41.057Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_intersection
10892024-12-17T22:11:41.085Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_not
10902024-12-17T22:11:41.109Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_precedence
10912024-12-17T22:11:41.132Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_set
10922024-12-17T22:11:41.155Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_union
10932024-12-17T22:11:41.190Z PASS [ 0.038s] nextest-filtering parsing::tests::test_parse_glob_matcher
10942024-12-17T22:11:41.214Z PASS [ 1.726s] integration-tests::integration test_show_config_version
10952024-12-17T22:11:41.245Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_name_matcher
10962024-12-17T22:11:41.245Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10972024-12-17T22:11:41.272Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_set_def
10982024-12-17T22:11:41.272Z PASS [ 0.041s] nextest-filtering parsing::tests::test_parse_regex
10992024-12-17T22:11:41.272Z PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument
11002024-12-17T22:11:41.296Z PASS [ 0.022s] nextest-filtering parsing::tests::test_unexpected_comma
11012024-12-17T22:11:41.296Z PASS [ 6.220s] integration-tests::integration test_run_from_archive_with_includes
11022024-12-17T22:11:41.320Z PASS [ 0.027s] nextest-filtering::match test_binary_query
11032024-12-17T22:11:41.320Z PASS [ 0.027s] nextest-filtering::match test_expr_binary
11042024-12-17T22:11:41.343Z PASS [ 0.027s] nextest-filtering::match test_expr_binary_id_glob
11052024-12-17T22:11:41.367Z PASS [ 0.026s] nextest-filtering::match test_expr_deps
11062024-12-17T22:11:41.367Z PASS [ 0.025s] nextest-filtering::match test_expr_kind
11072024-12-17T22:11:41.391Z PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial
11082024-12-17T22:11:41.391Z PASS [ 0.025s] nextest-filtering::match test_expr_package_contains
11092024-12-17T22:11:41.414Z PASS [ 0.024s] nextest-filtering::match test_expr_package_equal
11102024-12-17T22:11:41.437Z PASS [ 0.026s] nextest-filtering::match test_expr_package_regex
11112024-12-17T22:11:41.437Z PASS [ 0.026s] nextest-filtering::match test_expr_platform
11122024-12-17T22:11:41.461Z PASS [ 0.028s] nextest-filtering::match test_expr_rdeps
11132024-12-17T22:11:41.461Z PASS [ 0.027s] nextest-filtering::match test_expr_test
11142024-12-17T22:11:41.484Z PASS [ 0.198s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11152024-12-17T22:11:41.484Z PASS [ 0.029s] nextest-filtering::match test_expr_test_difference::with_and_not
11162024-12-17T22:11:41.484Z PASS [ 0.030s] nextest-filtering::match test_expr_test_difference::with_minus
11172024-12-17T22:11:41.508Z PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11182024-12-17T22:11:41.508Z PASS [ 0.028s] nextest-filtering::match test_expr_test_intersect::with_and
11192024-12-17T22:11:41.532Z PASS [ 0.027s] nextest-filtering::match test_expr_test_not
11202024-12-17T22:11:41.532Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or
11212024-12-17T22:11:41.556Z PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_pipe
11222024-12-17T22:11:41.556Z PASS [ 0.041s] nextest-filtering::match test_expr_test_union::with_plus
11232024-12-17T22:11:41.579Z PASS [ 0.023s] nextest-metadata test_list::tests::test_binary_id_ord
11242024-12-17T22:11:41.579Z PASS [ 0.030s] nextest-filtering::match test_expr_with_no_matching_packages
11252024-12-17T22:11:41.579Z PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11262024-12-17T22:11:41.602Z PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11272024-12-17T22:11:41.602Z PASS [ 0.038s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11282024-12-17T22:11:41.625Z PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11292024-12-17T22:11:41.625Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11302024-12-17T22:11:41.648Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11312024-12-17T22:11:41.648Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11322024-12-17T22:11:41.672Z PASS [ 0.041s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11332024-12-17T22:11:41.672Z PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11342024-12-17T22:11:41.696Z PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11352024-12-17T22:11:41.696Z PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11362024-12-17T22:11:41.719Z PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11372024-12-17T22:11:41.719Z PASS [ 0.035s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11382024-12-17T22:11:41.720Z PASS [ 6.453s] integration-tests::integration test_run_from_archive_with_no_includes
11392024-12-17T22:11:42.004Z PASS [ 0.320s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11402024-12-17T22:11:42.028Z PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11412024-12-17T22:11:42.054Z PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11422024-12-17T22:11:42.055Z PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11432024-12-17T22:11:42.345Z PASS [ 0.341s] nextest-runner config::archive::tests::parse_invalid::missing_list
11442024-12-17T22:11:42.388Z PASS [ 0.363s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11452024-12-17T22:11:42.412Z PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::parent_component
11462024-12-17T22:11:42.412Z PASS [ 0.354s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11472024-12-17T22:11:42.436Z PASS [ 0.036s] nextest-runner config::config_impl::tests::default_config_is_valid
11482024-12-17T22:11:42.632Z PASS [ 0.201s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11492024-12-17T22:11:42.655Z PASS [ 0.253s] nextest-runner config::archive::tests::test_join_rel_path
11502024-12-17T22:11:42.655Z PASS [ 0.026s] nextest-runner config::identifier::tests::test_invalid
11512024-12-17T22:11:42.703Z PASS [ 0.060s] nextest-runner config::identifier::tests::test_valid
11522024-12-17T22:11:42.727Z PASS [ 0.050s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11532024-12-17T22:11:42.750Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11542024-12-17T22:11:42.750Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_accumulate
11552024-12-17T22:11:42.773Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11562024-12-17T22:11:42.773Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11572024-12-17T22:11:42.796Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11582024-12-17T22:11:42.796Z PASS [ 0.447s] nextest-runner config::archive::tests::parse_valid
11592024-12-17T22:11:42.820Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11602024-12-17T22:11:42.820Z PASS [ 0.053s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11612024-12-17T22:11:42.872Z PASS [ 0.472s] nextest-runner config::config_impl::tests::ignored_keys
11622024-12-17T22:11:42.895Z PASS [ 0.055s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11632024-12-17T22:11:42.895Z PASS [ 0.077s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11642024-12-17T22:11:43.241Z PASS [ 0.401s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11652024-12-17T22:11:43.266Z PASS [ 0.388s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11662024-12-17T22:11:43.289Z PASS [ 0.403s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11672024-12-17T22:11:43.313Z PASS [ 0.401s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11682024-12-17T22:11:43.570Z PASS [ 0.329s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11692024-12-17T22:11:43.600Z PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11702024-12-17T22:11:43.626Z PASS [ 0.363s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11712024-12-17T22:11:43.695Z PASS [ 0.395s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11722024-12-17T22:11:43.827Z PASS [ 3.805s] integration-tests::integration test_target_arg
11732024-12-17T22:11:43.904Z PASS [ 0.333s] nextest-runner config::overrides::tests::test_overrides_basic
11742024-12-17T22:11:43.927Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11752024-12-17T22:11:43.951Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11762024-12-17T22:11:44.010Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11772024-12-17T22:11:44.143Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11782024-12-17T22:11:44.166Z PASS [ 5.400s] integration-tests::integration test_show_config_test_groups
11792024-12-17T22:11:44.200Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11802024-12-17T22:11:44.224Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11812024-12-17T22:11:44.247Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11822024-12-17T22:11:44.320Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11832024-12-17T22:11:44.449Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11842024-12-17T22:11:44.474Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11852024-12-17T22:11:44.506Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11862024-12-17T22:11:44.529Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11872024-12-17T22:11:44.552Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11882024-12-17T22:11:44.620Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11892024-12-17T22:11:44.753Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11902024-12-17T22:11:44.779Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11912024-12-17T22:11:44.803Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11922024-12-17T22:11:44.826Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11932024-12-17T22:11:44.849Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11942024-12-17T22:11:44.914Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11952024-12-17T22:11:45.081Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11962024-12-17T22:11:45.081Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11972024-12-17T22:11:45.105Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11982024-12-17T22:11:45.128Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_valid
11992024-12-17T22:11:45.155Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
12002024-12-17T22:11:45.248Z PASS [ 0.333s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
12012024-12-17T22:11:45.410Z PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
12022024-12-17T22:11:45.433Z PASS [ 0.339s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
12032024-12-17T22:11:45.433Z PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
12042024-12-17T22:11:45.457Z PASS [ 0.323s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
12052024-12-17T22:11:45.489Z PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
12062024-12-17T22:11:45.558Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
12072024-12-17T22:11:45.714Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
12082024-12-17T22:11:45.744Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12092024-12-17T22:11:45.744Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12102024-12-17T22:11:45.768Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12112024-12-17T22:11:45.791Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12122024-12-17T22:11:45.870Z PASS [ 0.311s] nextest-runner config::scripts::tests::test_scripts_basic
12132024-12-17T22:11:46.020Z PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12142024-12-17T22:11:46.044Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12152024-12-17T22:11:46.044Z PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12162024-12-17T22:11:46.067Z PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12172024-12-17T22:11:46.093Z PASS [ 5.991s] integration-tests::integration test_target_dir
12182024-12-17T22:11:46.117Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12192024-12-17T22:11:46.210Z PASS [ 0.340s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12202024-12-17T22:11:46.340Z PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12212024-12-17T22:11:46.364Z PASS [ 0.307s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12222024-12-17T22:11:46.364Z PASS [ 0.321s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12232024-12-17T22:11:46.389Z PASS [ 0.311s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12242024-12-17T22:11:46.389Z PASS [ 0.294s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12252024-12-17T22:11:46.415Z PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12262024-12-17T22:11:46.529Z PASS [ 0.317s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12272024-12-17T22:11:46.659Z PASS [ 0.314s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12282024-12-17T22:11:46.685Z PASS [ 0.307s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12292024-12-17T22:11:46.685Z PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12302024-12-17T22:11:46.708Z PASS [ 0.302s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12312024-12-17T22:11:46.708Z PASS [ 0.328s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12322024-12-17T22:11:46.743Z PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12332024-12-17T22:11:46.865Z PASS [ 0.334s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12342024-12-17T22:11:46.985Z PASS [ 0.326s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12352024-12-17T22:11:47.011Z PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12362024-12-17T22:11:47.011Z PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12372024-12-17T22:11:47.034Z PASS [ 0.324s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12382024-12-17T22:11:47.034Z PASS [ 0.319s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12392024-12-17T22:11:47.060Z PASS [ 0.316s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12402024-12-17T22:11:47.173Z PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12412024-12-17T22:11:47.196Z PASS [ 0.022s] nextest-runner config::tool_config::tests::parse_tool_config_file
12422024-12-17T22:11:47.303Z PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12432024-12-17T22:11:47.327Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12442024-12-17T22:11:47.327Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12452024-12-17T22:11:47.327Z PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12462024-12-17T22:11:47.350Z PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12472024-12-17T22:11:47.350Z PASS [ 0.029s] nextest-runner list::binary_list::tests::test_parse_binary_list
12482024-12-17T22:11:47.374Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12492024-12-17T22:11:47.374Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12502024-12-17T22:11:47.374Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12512024-12-17T22:11:47.398Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12522024-12-17T22:11:47.398Z PASS [ 0.071s] nextest-runner errors::tests::display_error_chain
12532024-12-17T22:11:47.398Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12542024-12-17T22:11:47.398Z PASS [ 0.069s] nextest-runner errors::tests::display_error_list
12552024-12-17T22:11:47.398Z PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12562024-12-17T22:11:47.398Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12572024-12-17T22:11:47.423Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12582024-12-17T22:11:47.424Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12592024-12-17T22:11:47.424Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12602024-12-17T22:11:47.447Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12612024-12-17T22:11:47.447Z PASS [ 0.039s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12622024-12-17T22:11:47.447Z PASS [ 0.041s] nextest-runner list::test_list::tests::test_parse_test_list
12632024-12-17T22:11:47.447Z PASS [ 0.031s] nextest-runner partition::tests::partitioner_builder_from_str
12642024-12-17T22:11:47.447Z PASS [ 0.025s] nextest-runner platform::tests::test_from_rustc_output_invalid
12652024-12-17T22:11:47.470Z PASS [ 0.035s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12662024-12-17T22:11:47.470Z PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12672024-12-17T22:11:47.493Z PASS [ 0.044s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12682024-12-17T22:11:47.494Z PASS [ 0.029s] nextest-runner redact::tests::test_redact_path
12692024-12-17T22:11:47.494Z PASS [ 0.037s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
12702024-12-17T22:11:47.494Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::no_capture_settings
12712024-12-17T22:11:47.517Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12722024-12-17T22:11:47.517Z PASS [ 0.051s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12732024-12-17T22:11:47.541Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12742024-12-17T22:11:47.541Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12752024-12-17T22:11:47.541Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12762024-12-17T22:11:47.564Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12772024-12-17T22:11:47.564Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12782024-12-17T22:11:47.564Z PASS [ 0.088s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12792024-12-17T22:11:47.564Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_final_warnings
12802024-12-17T22:11:47.564Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12812024-12-17T22:11:47.588Z PASS [ 0.377s] nextest-runner config::tool_config::tests::tool_config_basic
12822024-12-17T22:11:47.588Z PASS [ 0.058s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12832024-12-17T22:11:47.611Z PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12842024-12-17T22:11:47.611Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12852024-12-17T22:11:47.611Z PASS [ 0.028s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12862024-12-17T22:11:47.611Z PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12872024-12-17T22:11:47.611Z PASS [ 0.031s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12882024-12-17T22:11:47.611Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end
12892024-12-17T22:11:47.635Z PASS [ 0.028s] nextest-runner reporter::events::tests::test_is_success
12902024-12-17T22:11:47.635Z PASS [ 0.083s] nextest-runner reporter::displayer::tests::test_info_response
12912024-12-17T22:11:47.635Z PASS [ 0.071s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12922024-12-17T22:11:47.659Z PASS [ 0.026s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12932024-12-17T22:11:47.659Z PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative
12942024-12-17T22:11:47.659Z PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
12952024-12-17T22:11:47.682Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output
12962024-12-17T22:11:47.682Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12972024-12-17T22:11:47.682Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12982024-12-17T22:11:47.682Z PASS [ 0.029s] nextest-runner runner::imp::tests::no_capture_settings
12992024-12-17T22:11:47.705Z PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
13002024-12-17T22:11:47.705Z PASS [ 0.027s] nextest-runner rustc_cli::tests::test_fail_to_spawn
13012024-12-17T22:11:47.705Z PASS [ 0.026s] nextest-runner test_command::tests::parse_build_script
13022024-12-17T22:11:47.728Z PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples
13032024-12-17T22:11:47.728Z PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples
13042024-12-17T22:11:47.728Z PASS [ 0.036s] nextest-runner target_runner::tests::test_find_config
13052024-12-17T22:11:47.768Z PASS [ 0.101s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
13062024-12-17T22:11:47.791Z PASS [ 0.020s] nextest-runner test_filter::tests::skip_only_pattern_examples
13072024-12-17T22:11:47.814Z PASS [ 0.139s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
13082024-12-17T22:11:47.838Z PASS [ 0.115s] nextest-runner test_filter::tests::proptest_empty
13092024-12-17T22:11:47.920Z PASS [ 0.208s] nextest-runner test_filter::tests::proptest_no_match
13102024-12-17T22:11:47.948Z PASS [ 0.298s] nextest-runner rustc_cli::tests::test_execute_with_failure
13112024-12-17T22:11:48.156Z PASS [ 0.448s] nextest-runner test_filter::tests::proptest_exact
13122024-12-17T22:11:48.382Z PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause
13132024-12-17T22:11:48.408Z PASS [ 0.695s] nextest-runner test_filter::tests::proptest_substring
13142024-12-17T22:11:48.798Z PASS [ 14.280s] integration-tests::integration test_run
13152024-12-17T22:11:49.313Z PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13162024-12-17T22:11:49.675Z PASS [ 1.725s] nextest-runner::integration basic::test_list_binaries
13172024-12-17T22:11:49.986Z PASS [ 2.168s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13182024-12-17T22:11:50.010Z PASS [ 2.066s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13192024-12-17T22:11:50.010Z PASS [ 1.841s] nextest-runner::integration basic::test_list_tests
13202024-12-17T22:11:50.034Z PASS [ 0.034s] nextest-runner::integration target_runner::disregards_non_matching
13212024-12-17T22:11:50.083Z PASS [ 0.042s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13222024-12-17T22:11:50.107Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_exact
13232024-12-17T22:11:50.131Z PASS [ 0.444s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13242024-12-17T22:11:50.154Z PASS [ 0.831s] nextest-runner::integration basic::test_run_ignored
13252024-12-17T22:11:50.310Z PASS [ 0.310s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13262024-12-17T22:11:50.337Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_cargo_env
13272024-12-17T22:11:50.363Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli
13282024-12-17T22:11:50.392Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13292024-12-17T22:11:50.418Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13302024-12-17T22:11:50.499Z PASS [ 0.080s] nextest-runner::integration target_triple::parses_custom_target_env
13312024-12-17T22:11:50.527Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13322024-12-17T22:11:50.556Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_target_cli_option
13332024-12-17T22:11:50.609Z PASS [ 0.509s] nextest-runner::integration target_runner::parses_cargo_env
13342024-12-17T22:11:50.814Z PASS [ 0.694s] nextest-runner::integration target_runner::test_listing_with_target_runner
13352024-12-17T22:11:51.491Z PASS [ 2.683s] nextest-runner::integration basic::test_run
13362024-12-17T22:11:51.796Z PASS [ 1.651s] nextest-runner::integration target_runner::test_run_with_target_runner
13372024-12-17T22:11:52.390Z PASS [ 2.402s] nextest-runner::integration basic::test_termination
13382024-12-17T22:11:53.468Z PASS [ 5.086s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13392024-12-17T22:11:53.550Z PASS [ 5.141s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13402024-12-17T22:11:53.573Z────────────
13412024-12-17T22:11:53.573Z Summary [ 23.368s] 288 tests run: 288 passed, 1 skipped
13422024-12-17T22:11:53.597Z
13432024-12-17T22:11:53.597Zreal 24.907383427
13442024-12-17T22:11:53.597Zuser 1:06.857047860
13452024-12-17T22:11:53.597Zsys 1:10.172664418
13462024-12-17T22:11:53.597Ztrap 0.104267483
13472024-12-17T22:11:53.597Ztflt 0.059976166
13482024-12-17T22:11:53.597Zdflt 0.187457437
13492024-12-17T22:11:53.597Zkflt 0.004089064
13502024-12-17T22:11:53.598Zlock 12:19.646793570
13512024-12-17T22:11:53.598Zslp 5:58.846468949
13522024-12-17T22:11:53.598Zlat 1:26.852835049
13532024-12-17T22:11:53.598Zstop 2:18.053786675
13542024-12-17T22:11:53.598Z+ banner release
13552024-12-17T22:11:53.598Z
13562024-12-17T22:11:53.598Z ##### ###### # ###### ## #### ######
13572024-12-17T22:11:53.598Z # # # # # # # # #
13582024-12-17T22:11:53.598Z # # ##### # ##### # # #### #####
13592024-12-17T22:11:53.598Z ##### # # # ###### # #
13602024-12-17T22:11:53.598Z # # # # # # # # # #
13612024-12-17T22:11:53.598Z # # ###### ###### ###### # # #### ######
13622024-12-17T22:11:53.598Z
13632024-12-17T22:11:53.598Z+ ptime -m cargo nextest run --profile ci
13642024-12-17T22:11:54.159Zinfo: experimental features enabled: setup-scripts
13652024-12-17T22:11:54.486Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
13662024-12-17T22:11:54.687Z────────────
13672024-12-17T22:11:54.687Z Nextest run ID a53942f9-3c17-4c27-a83c-f21a4a6f9bbf with nextest profile: ci
13682024-12-17T22:11:54.687Z Starting 288 tests across 15 binaries (1 test skipped)
13692024-12-17T22:11:54.711Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13702024-12-17T22:11:55.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
13712024-12-17T22:11:55.082Z Running `target/debug/build-seed-archive`
13722024-12-17T22:11:55.494Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d1064abe6ff77a7be9cda90d32b5d62b731b4d8b8a36f1f9c9eb7bb7d91c8d3a.tar.zst, building
13732024-12-17T22:11:57.884Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-d1064abe6ff77a7be9cda90d32b5d62b731b4d8b8a36f1f9c9eb7bb7d91c8d3a.tar.zst
13742024-12-17T22:11:57.909Z SETUP PASS [ 3.202s] build-seed-archive: cargo run --bin build-seed-archive
13752024-12-17T22:11:57.932Z PASS [ 0.019s] integration-tests::custom-harness thread_count::test_single_threaded
13762024-12-17T22:11:57.932Z PASS [ 0.030s] integration-tests::custom-harness thread_count::test_multi_threaded
13772024-12-17T22:11:57.955Z PASS [ 0.046s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13782024-12-17T22:11:58.063Z PASS [ 0.172s] cargo-nextest dispatch::tests::test_argument_parsing
13792024-12-17T22:11:59.406Z PASS [ 1.512s] integration-tests::integration test_list_binaries_only
13802024-12-17T22:11:59.698Z PASS [ 1.776s] integration-tests::integration test_list_host_after_build
13812024-12-17T22:11:59.910Z PASS [ 2.018s] integration-tests::integration test_list_full
13822024-12-17T22:12:00.090Z PASS [ 2.168s] integration-tests::integration test_list_target_after_build
13832024-12-17T22:12:00.117Z PASS [ 2.218s] integration-tests::integration test_list_full_after_build
13842024-12-17T22:12:00.142Z PASS [ 2.232s] integration-tests::integration test_list_default
13852024-12-17T22:12:01.934Z PASS [ 1.843s] integration-tests::integration test_run_from_archive_with_missing_includes
13862024-12-17T22:12:03.134Z PASS [ 3.011s] integration-tests::integration test_run_no_tests
13872024-12-17T22:12:03.591Z PASS [ 3.892s] integration-tests::integration test_run_after_build
13882024-12-17T22:12:03.733Z PASS [ 5.669s] integration-tests::integration test_relocated_run
13892024-12-17T22:12:03.979Z PASS [ 6.042s] integration-tests::integration test_list_with_default_filter
13902024-12-17T22:12:04.941Z PASS [ 1.349s] integration-tests::integration test_setup_scripts_not_enabled
13912024-12-17T22:12:04.965Z PASS [ 1.810s] integration-tests::integration test_setup_script_error
13922024-12-17T22:12:05.356Z PASS [ 3.421s] integration-tests::integration test_run_with_default_filter
13932024-12-17T22:12:05.412Z PASS [ 0.055s] integration-tests::integration test_version_info
13942024-12-17T22:12:05.630Z PASS [ 1.650s] integration-tests::integration test_show_config_version
13952024-12-17T22:12:05.653Z PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error
13962024-12-17T22:12:05.677Z PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_eof
13972024-12-17T22:12:05.702Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_expr
13982024-12-17T22:12:05.725Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_and_operator
13992024-12-17T22:12:05.748Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_escapes
14002024-12-17T22:12:05.748Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob
14012024-12-17T22:12:05.773Z PASS [ 0.348s] nextest-filtering parsing::tests::proptest_expr_roundtrip
14022024-12-17T22:12:05.773Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator
14032024-12-17T22:12:05.796Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform
14042024-12-17T22:12:05.796Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex
14052024-12-17T22:12:05.822Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_argument
14062024-12-17T22:12:05.822Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_parentheses
14072024-12-17T22:12:05.845Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_close_regex
14082024-12-17T22:12:05.846Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses
14092024-12-17T22:12:05.846Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses
14102024-12-17T22:12:05.869Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_comma
14112024-12-17T22:12:05.869Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_difference
14122024-12-17T22:12:05.869Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_intersection
14132024-12-17T22:12:05.892Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_not
14142024-12-17T22:12:05.892Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_precedence
14152024-12-17T22:12:05.916Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_set
14162024-12-17T22:12:05.917Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union
14172024-12-17T22:12:05.940Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_glob_matcher
14182024-12-17T22:12:05.940Z PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_name_matcher
14192024-12-17T22:12:05.963Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14202024-12-17T22:12:05.963Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_set_def
14212024-12-17T22:12:05.986Z PASS [ 0.051s] nextest-filtering parsing::tests::test_parse_regex
14222024-12-17T22:12:06.012Z PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_argument
14232024-12-17T22:12:06.012Z PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_comma
14242024-12-17T22:12:06.035Z PASS [ 0.026s] nextest-filtering::match test_binary_query
14252024-12-17T22:12:06.059Z PASS [ 0.023s] nextest-filtering::match test_expr_binary
14262024-12-17T22:12:06.082Z PASS [ 0.020s] nextest-filtering::match test_expr_binary_id_glob
14272024-12-17T22:12:06.105Z PASS [ 0.020s] nextest-filtering::match test_expr_deps
14282024-12-17T22:12:06.129Z PASS [ 0.019s] nextest-filtering::match test_expr_kind
14292024-12-17T22:12:06.152Z PASS [ 0.019s] nextest-filtering::match test_expr_kind_partial
14302024-12-17T22:12:06.152Z PASS [ 0.019s] nextest-filtering::match test_expr_package_contains
14312024-12-17T22:12:06.176Z PASS [ 0.020s] nextest-filtering::match test_expr_package_equal
14322024-12-17T22:12:06.176Z PASS [ 0.187s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
14332024-12-17T22:12:06.200Z PASS [ 0.022s] nextest-filtering::match test_expr_package_regex
14342024-12-17T22:12:06.200Z PASS [ 0.022s] nextest-filtering::match test_expr_platform
14352024-12-17T22:12:06.223Z PASS [ 0.023s] nextest-filtering::match test_expr_rdeps
14362024-12-17T22:12:06.223Z PASS [ 0.024s] nextest-filtering::match test_expr_test
14372024-12-17T22:12:06.247Z PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_and_not
14382024-12-17T22:12:06.271Z PASS [ 0.025s] nextest-filtering::match test_expr_test_difference::with_minus
14392024-12-17T22:12:06.271Z PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14402024-12-17T22:12:06.271Z PASS [ 0.019s] nextest-filtering::match test_expr_test_intersect::with_and
14412024-12-17T22:12:06.294Z PASS [ 0.022s] nextest-filtering::match test_expr_test_not
14422024-12-17T22:12:06.294Z PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_or
14432024-12-17T22:12:06.318Z PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_pipe
14442024-12-17T22:12:06.341Z PASS [ 0.036s] nextest-filtering::match test_expr_test_union::with_plus
14452024-12-17T22:12:06.341Z PASS [ 0.031s] nextest-filtering::match test_expr_with_no_matching_packages
14462024-12-17T22:12:06.364Z PASS [ 0.025s] nextest-metadata test_list::tests::test_binary_id_ord
14472024-12-17T22:12:06.364Z PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14482024-12-17T22:12:06.364Z PASS [ 6.455s] integration-tests::integration test_run_from_archive_with_includes
14492024-12-17T22:12:06.388Z PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14502024-12-17T22:12:06.412Z PASS [ 0.025s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14512024-12-17T22:12:06.412Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14522024-12-17T22:12:06.412Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14532024-12-17T22:12:06.412Z PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14542024-12-17T22:12:06.435Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14552024-12-17T22:12:06.435Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14562024-12-17T22:12:06.435Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14572024-12-17T22:12:06.436Z PASS [ 0.021s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14582024-12-17T22:12:06.459Z PASS [ 0.023s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14592024-12-17T22:12:06.459Z PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14602024-12-17T22:12:06.482Z PASS [ 6.344s] integration-tests::integration test_run_from_archive_with_no_includes
14612024-12-17T22:12:06.482Z PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14622024-12-17T22:12:06.735Z PASS [ 0.293s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14632024-12-17T22:12:06.758Z PASS [ 0.294s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14642024-12-17T22:12:06.758Z PASS [ 0.290s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14652024-12-17T22:12:06.782Z PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14662024-12-17T22:12:07.077Z PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14672024-12-17T22:12:07.101Z PASS [ 0.357s] nextest-runner config::archive::tests::parse_invalid::missing_list
14682024-12-17T22:12:07.101Z PASS [ 0.358s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14692024-12-17T22:12:07.124Z PASS [ 0.336s] nextest-runner config::archive::tests::parse_invalid::parent_component
14702024-12-17T22:12:07.124Z PASS [ 0.020s] nextest-runner config::archive::tests::test_join_rel_path
14712024-12-17T22:12:07.124Z PASS [ 0.022s] nextest-runner config::config_impl::tests::default_config_is_valid
14722024-12-17T22:12:07.148Z PASS [ 0.018s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14732024-12-17T22:12:07.148Z PASS [ 0.017s] nextest-runner config::identifier::tests::test_invalid
14742024-12-17T22:12:07.171Z PASS [ 0.017s] nextest-runner config::identifier::tests::test_valid
14752024-12-17T22:12:07.171Z PASS [ 0.025s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14762024-12-17T22:12:07.194Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_accumulate
14772024-12-17T22:12:07.194Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14782024-12-17T22:12:07.217Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14792024-12-17T22:12:07.240Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14802024-12-17T22:12:07.240Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14812024-12-17T22:12:07.263Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14822024-12-17T22:12:07.286Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14832024-12-17T22:12:07.361Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14842024-12-17T22:12:07.386Z PASS [ 0.098s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14852024-12-17T22:12:07.525Z PASS [ 0.422s] nextest-runner config::config_impl::tests::ignored_keys
14862024-12-17T22:12:07.611Z PASS [ 0.533s] nextest-runner config::archive::tests::parse_valid
14872024-12-17T22:12:07.778Z PASS [ 0.415s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14882024-12-17T22:12:07.848Z PASS [ 0.475s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14892024-12-17T22:12:07.975Z PASS [ 0.450s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14902024-12-17T22:12:07.999Z PASS [ 0.376s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14912024-12-17T22:12:08.116Z PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14922024-12-17T22:12:08.178Z PASS [ 0.330s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14932024-12-17T22:12:08.273Z PASS [ 0.297s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14942024-12-17T22:12:08.296Z PASS [ 0.306s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14952024-12-17T22:12:08.432Z PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic
14962024-12-17T22:12:08.506Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14972024-12-17T22:12:08.626Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14982024-12-17T22:12:08.651Z PASS [ 0.359s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14992024-12-17T22:12:08.807Z PASS [ 0.374s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
15002024-12-17T22:12:08.831Z PASS [ 3.883s] integration-tests::integration test_target_arg
15012024-12-17T22:12:08.854Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
15022024-12-17T22:12:08.928Z PASS [ 5.194s] integration-tests::integration test_show_config_test_groups
15032024-12-17T22:12:08.951Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
15042024-12-17T22:12:08.951Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
15052024-12-17T22:12:09.102Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
15062024-12-17T22:12:09.125Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15072024-12-17T22:12:09.149Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
15082024-12-17T22:12:09.239Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15092024-12-17T22:12:09.262Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
15102024-12-17T22:12:09.262Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15112024-12-17T22:12:09.400Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15122024-12-17T22:12:09.423Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15132024-12-17T22:12:09.446Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15142024-12-17T22:12:09.537Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15152024-12-17T22:12:09.561Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15162024-12-17T22:12:09.561Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15172024-12-17T22:12:09.697Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15182024-12-17T22:12:09.723Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15192024-12-17T22:12:09.747Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15202024-12-17T22:12:09.837Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_valid
15212024-12-17T22:12:09.861Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15222024-12-17T22:12:09.861Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15232024-12-17T22:12:10.016Z PASS [ 0.318s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15242024-12-17T22:12:10.040Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15252024-12-17T22:12:10.064Z PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15262024-12-17T22:12:10.162Z PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15272024-12-17T22:12:10.186Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15282024-12-17T22:12:10.186Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15292024-12-17T22:12:10.325Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15302024-12-17T22:12:10.356Z PASS [ 0.318s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15312024-12-17T22:12:10.379Z PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15322024-12-17T22:12:10.462Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
15332024-12-17T22:12:10.488Z PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
15342024-12-17T22:12:10.488Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
15352024-12-17T22:12:10.631Z PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic
15362024-12-17T22:12:10.656Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15372024-12-17T22:12:10.680Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15382024-12-17T22:12:10.779Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15392024-12-17T22:12:10.779Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15402024-12-17T22:12:10.803Z PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15412024-12-17T22:12:10.935Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15422024-12-17T22:12:11.258Z PASS [ 0.340s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15432024-12-17T22:12:11.282Z PASS [ 6.074s] integration-tests::integration test_target_dir
15442024-12-17T22:12:11.282Z PASS [ 0.352s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15452024-12-17T22:12:11.282Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15462024-12-17T22:12:11.282Z PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15472024-12-17T22:12:11.282Z PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15482024-12-17T22:12:11.282Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15492024-12-17T22:12:11.306Z PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15502024-12-17T22:12:11.333Z PASS [ 0.301s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15512024-12-17T22:12:11.357Z PASS [ 0.320s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15522024-12-17T22:12:11.401Z PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15532024-12-17T22:12:11.426Z PASS [ 0.306s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15542024-12-17T22:12:11.426Z PASS [ 0.315s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15552024-12-17T22:12:11.569Z PASS [ 0.323s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15562024-12-17T22:12:11.601Z PASS [ 0.305s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15572024-12-17T22:12:11.667Z PASS [ 0.326s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15582024-12-17T22:12:11.693Z PASS [ 0.349s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15592024-12-17T22:12:11.739Z PASS [ 0.340s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15602024-12-17T22:12:11.762Z PASS [ 0.329s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15612024-12-17T22:12:11.785Z PASS [ 0.358s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15622024-12-17T22:12:11.896Z PASS [ 0.326s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15632024-12-17T22:12:11.920Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15642024-12-17T22:12:11.944Z PASS [ 0.018s] nextest-runner config::tool_config::tests::parse_tool_config_file
15652024-12-17T22:12:11.992Z PASS [ 0.325s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15662024-12-17T22:12:12.016Z PASS [ 0.313s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15672024-12-17T22:12:12.048Z PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15682024-12-17T22:12:12.072Z PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15692024-12-17T22:12:12.072Z PASS [ 0.062s] nextest-runner errors::tests::display_error_list
15702024-12-17T22:12:12.072Z PASS [ 0.070s] nextest-runner errors::tests::display_error_chain
15712024-12-17T22:12:12.095Z PASS [ 0.027s] nextest-runner list::binary_list::tests::test_parse_binary_list
15722024-12-17T22:12:12.096Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15732024-12-17T22:12:12.096Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15742024-12-17T22:12:12.096Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15752024-12-17T22:12:12.096Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15762024-12-17T22:12:12.120Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15772024-12-17T22:12:12.120Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15782024-12-17T22:12:12.120Z PASS [ 0.030s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15792024-12-17T22:12:12.120Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15802024-12-17T22:12:12.120Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15812024-12-17T22:12:12.144Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15822024-12-17T22:12:12.145Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15832024-12-17T22:12:12.145Z PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str
15842024-12-17T22:12:12.145Z PASS [ 0.024s] nextest-runner list::test_list::tests::test_parse_test_list
15852024-12-17T22:12:12.170Z PASS [ 0.037s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15862024-12-17T22:12:12.170Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
15872024-12-17T22:12:12.170Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15882024-12-17T22:12:12.170Z PASS [ 0.030s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15892024-12-17T22:12:12.170Z PASS [ 0.032s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15902024-12-17T22:12:12.197Z PASS [ 0.022s] nextest-runner redact::tests::test_redact_path
15912024-12-17T22:12:12.199Z PASS [ 0.034s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
15922024-12-17T22:12:12.199Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings
15932024-12-17T22:12:12.228Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15942024-12-17T22:12:12.228Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15952024-12-17T22:12:12.228Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15962024-12-17T22:12:12.228Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15972024-12-17T22:12:12.228Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15982024-12-17T22:12:12.258Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15992024-12-17T22:12:12.258Z PASS [ 0.342s] nextest-runner config::threads_required::tests::parse_threads_required::zero
16002024-12-17T22:12:12.258Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
16012024-12-17T22:12:12.282Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_final_warnings
16022024-12-17T22:12:12.282Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
16032024-12-17T22:12:12.282Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
16042024-12-17T22:12:12.282Z PASS [ 0.056s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
16052024-12-17T22:12:12.282Z PASS [ 0.057s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
16062024-12-17T22:12:12.306Z PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
16072024-12-17T22:12:12.330Z PASS [ 0.028s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
16082024-12-17T22:12:12.330Z PASS [ 0.368s] nextest-runner config::tool_config::tests::tool_config_basic
16092024-12-17T22:12:12.330Z PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
16102024-12-17T22:12:12.330Z PASS [ 0.074s] nextest-runner reporter::displayer::tests::test_info_response
16112024-12-17T22:12:12.355Z PASS [ 0.044s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
16122024-12-17T22:12:12.355Z PASS [ 0.031s] nextest-runner reporter::helpers::tests::test_highlight_end
16132024-12-17T22:12:12.355Z PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success
16142024-12-17T22:12:12.378Z PASS [ 0.076s] nextest-runner reporter::displayer::tests::test_write_skip_counts
16152024-12-17T22:12:12.378Z PASS [ 0.021s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16162024-12-17T22:12:12.378Z PASS [ 0.022s] nextest-runner reuse_build::tests::test_path_mapper_relative
16172024-12-17T22:12:12.378Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output
16182024-12-17T22:12:12.402Z PASS [ 0.019s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16192024-12-17T22:12:12.402Z PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16202024-12-17T22:12:12.402Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16212024-12-17T22:12:12.402Z PASS [ 0.035s] nextest-runner runner::imp::tests::no_capture_settings
16222024-12-17T22:12:12.402Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16232024-12-17T22:12:12.426Z PASS [ 0.034s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16242024-12-17T22:12:12.426Z PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config
16252024-12-17T22:12:12.426Z PASS [ 0.024s] nextest-runner test_command::tests::parse_build_script
16262024-12-17T22:12:12.426Z PASS [ 0.020s] nextest-runner test_filter::tests::empty_pattern_examples
16272024-12-17T22:12:12.451Z PASS [ 0.021s] nextest-runner test_filter::tests::pattern_examples
16282024-12-17T22:12:12.487Z PASS [ 0.106s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16292024-12-17T22:12:12.512Z PASS [ 0.018s] nextest-runner test_filter::tests::skip_only_pattern_examples
16302024-12-17T22:12:12.536Z PASS [ 0.109s] nextest-runner test_filter::tests::proptest_empty
16312024-12-17T22:12:12.536Z PASS [ 0.144s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
16322024-12-17T22:12:12.616Z PASS [ 0.192s] nextest-runner test_filter::tests::proptest_no_match
16332024-12-17T22:12:12.655Z PASS [ 0.283s] nextest-runner rustc_cli::tests::test_execute_with_failure
16342024-12-17T22:12:12.751Z PASS [ 0.094s] nextest-runner::integration basic::test_list_binaries
16352024-12-17T22:12:12.784Z PASS [ 0.252s] nextest-runner::integration basic::test_filter_expr_with_string_filters
16362024-12-17T22:12:12.919Z PASS [ 0.498s] nextest-runner test_filter::tests::proptest_exact
16372024-12-17T22:12:12.965Z PASS [ 0.348s] nextest-runner::integration basic::test_filter_expr_without_string_filters
16382024-12-17T22:12:13.028Z PASS [ 0.279s] nextest-runner::integration basic::test_list_tests
16392024-12-17T22:12:13.052Z PASS [ 0.622s] nextest-runner test_filter::tests::proptest_substring
16402024-12-17T22:12:13.094Z PASS [ 0.568s] nextest-runner time::stopwatch::tests::stopwatch_pause
16412024-12-17T22:12:13.395Z PASS [ 0.343s] nextest-runner::integration basic::test_string_filters_without_filter_expr
16422024-12-17T22:12:13.420Z PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching
16432024-12-17T22:12:13.532Z PASS [ 14.126s] integration-tests::integration test_run
16442024-12-17T22:12:13.557Z PASS [ 0.022s] nextest-runner::integration target_runner::parses_cargo_config_cfg
16452024-12-17T22:12:13.585Z PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact
16462024-12-17T22:12:13.619Z PASS [ 0.589s] nextest-runner::integration basic::test_run_ignored
16472024-12-17T22:12:13.801Z PASS [ 0.381s] nextest-runner::integration target_runner::falls_back_to_cargo_config
16482024-12-17T22:12:13.969Z PASS [ 0.385s] nextest-runner::integration target_runner::parses_cargo_env
16492024-12-17T22:12:13.993Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env
16502024-12-17T22:12:14.017Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli
16512024-12-17T22:12:14.040Z PASS [ 1.522s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16522024-12-17T22:12:14.064Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16532024-12-17T22:12:14.064Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16542024-12-17T22:12:14.064Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env
16552024-12-17T22:12:14.088Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16562024-12-17T22:12:14.088Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option
16572024-12-17T22:12:14.111Z PASS [ 0.489s] nextest-runner::integration target_runner::test_listing_with_target_runner
16582024-12-17T22:12:14.645Z PASS [ 1.680s] nextest-runner::integration basic::test_run
16592024-12-17T22:12:15.274Z PASS [ 1.473s] nextest-runner::integration target_runner::test_run_with_target_runner
16602024-12-17T22:12:15.692Z PASS [ 2.598s] nextest-runner::integration basic::test_termination
16612024-12-17T22:12:16.377Z PASS [ 3.594s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16622024-12-17T22:12:16.570Z PASS [ 3.651s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16632024-12-17T22:12:16.594Z────────────
16642024-12-17T22:12:16.594Z Summary [ 21.884s] 288 tests run: 288 passed, 1 skipped
16652024-12-17T22:12:16.621Z
16662024-12-17T22:12:16.621Zreal 22.997253989
16672024-12-17T22:12:16.621Zuser 1:01.358237806
16682024-12-17T22:12:16.621Zsys 1:06.562796854
16692024-12-17T22:12:16.621Ztrap 0.086156811
16702024-12-17T22:12:16.621Ztflt 0.041469179
16712024-12-17T22:12:16.621Zdflt 0.199422454
16722024-12-17T22:12:16.621Zkflt 0.003268330
16732024-12-17T22:12:16.621Zlock 11:26.162349269
16742024-12-17T22:12:16.621Zslp 5:07.206982333
16752024-12-17T22:12:16.621Zlat 1:26.068729089
16762024-12-17T22:12:16.621Zstop 2:13.237285265
16772024-12-17T22:12:16.621Zprocess exited: duration 278068 ms, exit code 0
 
16782024-12-17T22:12:16.671Zfound 0 output files