01J9QQZYV7XC6HPQ993BH2D5N4: build-and-test-illumos

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

Buildomat Job: 01J9QR067RPEA6AMGQDS5A5PNT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T04:19:40.428Zjob assigned to worker 01J9QR0AZ6HTN468Y40FHJ8PV7 (queued for 1 m 1 s)
 
22024-10-09T04:19:47.813Zstarting task 0: "setup"
32024-10-09T04:19:47.823Z++ uname -s
42024-10-09T04:19:47.826Z+ kern=SunOS
52024-10-09T04:19:47.828Z+ case "$kern" in
62024-10-09T04:19:47.829Z+ groupadd -g 12345 build
72024-10-09T04:19:47.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T04:19:49.840Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T04:19:50.012Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T04:19:50.015Z+ home_fs=zfs
112024-10-09T04:19:50.016Z+ [[ zfs == autofs ]]
122024-10-09T04:19:50.016Z+ mkdir -p /home/build
132024-10-09T04:19:50.019Z+ chown build:build /home/build /work
142024-10-09T04:19:52.019Z+ chmod 0700 /home/build /work
152024-10-09T04:19:52.023Zprocess exited: duration 4208 ms, exit code 0
 
162024-10-09T04:19:52.029Zstarting task 1: "rust-toolchain"
172024-10-09T04:19:52.035Z+ printf ' * toolchain channel = "%s"
182024-10-09T04:19:52.035Z' stable
192024-10-09T04:19:52.035Z * toolchain channel = "stable"
202024-10-09T04:19:52.038Z+ printf ' * toolchain profile = "%s"
212024-10-09T04:19:52.039Z * toolchain profile = "default"
222024-10-09T04:19:52.039Z' default
232024-10-09T04:19:52.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T04:19:52.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-09T04:19:52.152Zinfo: downloading installer
262024-10-09T04:19:53.511Zinfo: profile set to 'default'
272024-10-09T04:19:53.511Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T04:19:53.514Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-09T04:19:53.677Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-10-09T04:19:53.677Zinfo: downloading component 'cargo'
312024-10-09T04:19:54.515Zinfo: downloading component 'clippy'
322024-10-09T04:19:54.829Zinfo: downloading component 'rust-docs'
332024-10-09T04:19:56.013Zinfo: downloading component 'rust-std'
342024-10-09T04:19:57.838Zinfo: downloading component 'rustc'
352024-10-09T04:20:04.284Zinfo: downloading component 'rustfmt'
362024-10-09T04:20:04.535Zinfo: installing component 'cargo'
372024-10-09T04:20:05.395Zinfo: installing component 'clippy'
382024-10-09T04:20:05.794Zinfo: installing component 'rust-docs'
392024-10-09T04:20:07.423Zinfo: installing component 'rust-std'
402024-10-09T04:20:09.345Zinfo: installing component 'rustc'
412024-10-09T04:20:15.339Zinfo: installing component 'rustfmt'
422024-10-09T04:20:15.676Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-09T04:20:15.676Z
442024-10-09T04:20:16.041Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-10-09T04:20:16.041Z
462024-10-09T04:20:16.044Z
472024-10-09T04:20:16.044ZRust is installed now. Great!
482024-10-09T04:20:16.044Z
492024-10-09T04:20:16.044ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T04:20:16.044Zenvironment variable. This has not been done automatically.
512024-10-09T04:20:16.044Z
522024-10-09T04:20:16.044ZTo configure your current shell, you need to source
532024-10-09T04:20:16.044Zthe corresponding env file under $HOME/.cargo.
542024-10-09T04:20:16.044Z
552024-10-09T04:20:16.044ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T04:20:16.045Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T04:20:16.045Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T04:20:16.113Z+ rustc --version
592024-10-09T04:20:16.177Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-10-09T04:20:16.180Zprocess exited: duration 24147 ms, exit code 0
 
612024-10-09T04:20:16.186Zstarting task 2: "authentication"
622024-10-09T04:20:16.206Zprocess exited: duration 20 ms, exit code 0
 
632024-10-09T04:20:16.212Zstarting task 3: "clone repository"
642024-10-09T04:20:16.218Z+ mkdir -p /work/nextest-rs/nextest
652024-10-09T04:20:16.220Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-10-09T04:20:16.256ZCloning into '/work/nextest-rs/nextest'...
672024-10-09T04:20:17.877Z+ cd /work/nextest-rs/nextest
682024-10-09T04:20:17.879Z+ git fetch origin a69506db0c9fd6d0d55ee3ca06cee390b8ec0dcb
692024-10-09T04:20:18.174ZFrom https://github.com/nextest-rs/nextest
702024-10-09T04:20:18.174Z * branch a69506db0c9fd6d0d55ee3ca06cee390b8ec0dcb -> FETCH_HEAD
712024-10-09T04:20:18.181Z+ [[ -n '' ]]
722024-10-09T04:20:18.181Z+ git reset --hard a69506db0c9fd6d0d55ee3ca06cee390b8ec0dcb
732024-10-09T04:20:18.248ZHEAD is now at a69506db chore(deps): update rust crate clap to 4.5.20
742024-10-09T04:20:18.251Zprocess exited: duration 2036 ms, exit code 0
 
752024-10-09T04:20:18.256Zstarting task 4: "build"
762024-10-09T04:20:18.265Z+ PLATFORM=illumos
772024-10-09T04:20:18.265Z+ export CARGO_TERM_COLOR=always
782024-10-09T04:20:18.265Z+ CARGO_TERM_COLOR=always
792024-10-09T04:20:18.265Z+ cargo --version
802024-10-09T04:20:18.321Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-10-09T04:20:18.324Z+ rustc --version
822024-10-09T04:20:18.384Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-10-09T04:20:18.386Z+ banner install
842024-10-09T04:20:18.389Z
852024-10-09T04:20:18.389Z # # # #### ##### ## # #
862024-10-09T04:20:18.389Z # ## # # # # # # #
872024-10-09T04:20:18.389Z # # # # #### # # # # #
882024-10-09T04:20:18.389Z # # # # # # ###### # #
892024-10-09T04:20:18.389Z # # ## # # # # # # #
902024-10-09T04:20:18.389Z # # # #### # # # ###### ######
912024-10-09T04:20:18.389Z
922024-10-09T04:20:18.389Z+ mkdir -p /home/build/.cargo/bin
932024-10-09T04:20:18.392Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-10-09T04:20:18.395Z+ gunzip
952024-10-09T04:20:18.395Z+ tar xf - -C /home/build/.cargo/bin
962024-10-09T04:20:19.636Z+ banner metadata
972024-10-09T04:20:19.638Z
982024-10-09T04:20:19.638Z # # ###### ##### ## ##### ## ##### ##
992024-10-09T04:20:19.638Z ## ## # # # # # # # # # # #
1002024-10-09T04:20:19.638Z # ## # ##### # # # # # # # # # #
1012024-10-09T04:20:19.638Z # # # # ###### # # ###### # ######
1022024-10-09T04:20:19.638Z # # # # # # # # # # # # #
1032024-10-09T04:20:19.638Z # # ###### # # # ##### # # # # #
1042024-10-09T04:20:19.638Z
1052024-10-09T04:20:19.638Z+ ptime -m cargo build --package nextest-metadata
1062024-10-09T04:20:19.800Z Updating crates.io index
1072024-10-09T04:20:20.809Z Downloading crates ...
1082024-10-09T04:20:20.868Z Downloaded adler v1.0.2
1092024-10-09T04:20:20.872Z Downloaded anstyle v1.0.8
1102024-10-09T04:20:20.887Z Downloaded equivalent v1.0.1
1112024-10-09T04:20:20.889Z Downloaded guppy-workspace-hack v0.1.0
1122024-10-09T04:20:20.898Z Downloaded is_ci v1.2.0
1132024-10-09T04:20:20.901Z Downloaded cfg_aliases v0.2.1
1142024-10-09T04:20:20.905Z Downloaded supports-unicode v3.0.0
1152024-10-09T04:20:20.907Z Downloaded addr2line v0.21.0
1162024-10-09T04:20:20.910Z Downloaded anstyle-query v1.1.1
1172024-10-09T04:20:20.912Z Downloaded autocfg v1.4.0
1182024-10-09T04:20:20.915Z Downloaded smawk v0.3.2
1192024-10-09T04:20:20.921Z Downloaded signal-hook-registry v1.4.2
1202024-10-09T04:20:20.923Z Downloaded clap_lex v0.7.2
1212024-10-09T04:20:20.923Z Downloaded byteorder v1.5.0
1222024-10-09T04:20:20.926Z Downloaded tokio-macros v2.4.0
1232024-10-09T04:20:20.926Z Downloaded supports-color v3.0.1
1242024-10-09T04:20:20.928Z Downloaded backtrace-ext v0.2.1
1252024-10-09T04:20:20.928Z Downloaded itoa v1.0.11
1262024-10-09T04:20:20.933Z Downloaded cfg-if v1.0.0
1272024-10-09T04:20:20.933Z Downloaded thread_local v1.1.8
1282024-10-09T04:20:20.933Z Downloaded unicase v2.7.0
1292024-10-09T04:20:20.936Z Downloaded xxhash-rust v0.8.12
1302024-10-09T04:20:20.936Z Downloaded utf8parse v0.2.2
1312024-10-09T04:20:20.936Z Downloaded bytes v1.7.2
1322024-10-09T04:20:20.939Z Downloaded unicode-linebreak v0.1.5
1332024-10-09T04:20:20.941Z Downloaded anstyle-parse v0.2.5
1342024-10-09T04:20:20.941Z Downloaded thiserror-impl v1.0.64
1352024-10-09T04:20:20.944Z Downloaded rand_core v0.6.4
1362024-10-09T04:20:20.959Z Downloaded heck v0.5.0
1372024-10-09T04:20:20.961Z Downloaded getrandom v0.2.15
1382024-10-09T04:20:20.963Z Downloaded console v0.15.8
1392024-10-09T04:20:20.966Z Downloaded terminal_size v0.3.0
1402024-10-09T04:20:20.968Z Downloaded jobserver v0.1.32
1412024-10-09T04:20:20.968Z Downloaded zerocopy-derive v0.7.35
1422024-10-09T04:20:20.972Z Downloaded backtrace v0.3.71
1432024-10-09T04:20:20.977Z Downloaded target-lexicon v0.12.16
1442024-10-09T04:20:20.979Z Downloaded camino v1.1.9
1452024-10-09T04:20:20.981Z Downloaded pin-project-lite v0.2.14
1462024-10-09T04:20:20.985Z Downloaded once_cell v1.20.2
1472024-10-09T04:20:20.991Z Downloaded supports-hyperlinks v3.0.0
1482024-10-09T04:20:21.002Z Downloaded anstream v0.6.15
1492024-10-09T04:20:21.008Z Downloaded textwrap v0.16.1
1502024-10-09T04:20:21.010Z Downloaded log v0.4.22
1512024-10-09T04:20:21.013Z Downloaded proc-macro2 v1.0.86
1522024-10-09T04:20:21.016Z Downloaded cfg-expr v0.17.0
1532024-10-09T04:20:21.018Z Downloaded miette-derive v7.2.0
1542024-10-09T04:20:21.021Z Downloaded borsh v1.5.1
1552024-10-09T04:20:21.024Z Downloaded is_terminal_polyfill v1.70.1
1562024-10-09T04:20:21.027Z Downloaded errno v0.3.9
1572024-10-09T04:20:21.027Z Downloaded rand_chacha v0.3.1
1582024-10-09T04:20:21.030Z Downloaded ppv-lite86 v0.2.20
1592024-10-09T04:20:21.030Z Downloaded lazy_static v1.5.0
1602024-10-09T04:20:21.030Z Downloaded either v1.13.0
1612024-10-09T04:20:21.034Z Downloaded tracing-log v0.2.0
1622024-10-09T04:20:21.037Z Downloaded terminal_size v0.4.0
1632024-10-09T04:20:21.040Z Downloaded strsim v0.11.1
1642024-10-09T04:20:21.040Z Downloaded smol_str v0.3.1
1652024-10-09T04:20:21.042Z Downloaded thiserror v1.0.64
1662024-10-09T04:20:21.044Z Downloaded target-spec v3.2.2
1672024-10-09T04:20:21.047Z Downloaded shlex v1.3.0
1682024-10-09T04:20:21.049Z Downloaded colorchoice v1.0.2
1692024-10-09T04:20:21.054Z Downloaded version_check v0.9.5
1702024-10-09T04:20:21.057Z Downloaded bitflags v2.6.0
1712024-10-09T04:20:21.060Z Downloaded sharded-slab v0.1.7
1722024-10-09T04:20:21.063Z Downloaded num-traits v0.2.19
1732024-10-09T04:20:21.065Z Downloaded miniz_oxide v0.7.4
1742024-10-09T04:20:21.068Z Downloaded rustc-demangle v0.1.24
1752024-10-09T04:20:21.071Z Downloaded clap_derive v4.5.18
1762024-10-09T04:20:21.077Z Downloaded smallvec v1.13.2
1772024-10-09T04:20:21.079Z Downloaded rand v0.8.5
1782024-10-09T04:20:21.086Z Downloaded tracing-core v0.1.32
1792024-10-09T04:20:21.089Z Downloaded quote v1.0.37
1802024-10-09T04:20:21.092Z Downloaded cc v1.1.24
1812024-10-09T04:20:21.094Z Downloaded serde_derive v1.0.210
1822024-10-09T04:20:21.097Z Downloaded ryu v1.0.18
1832024-10-09T04:20:21.099Z Downloaded socket2 v0.5.7
1842024-10-09T04:20:21.102Z Downloaded owo-colors v4.1.0
1852024-10-09T04:20:21.105Z Downloaded unicode-ident v1.0.13
1862024-10-09T04:20:21.112Z Downloaded serde v1.0.210
1872024-10-09T04:20:21.115Z Downloaded miette v7.2.0
1882024-10-09T04:20:21.129Z Downloaded clap v4.5.20
1892024-10-09T04:20:21.137Z Downloaded indexmap v2.6.0
1902024-10-09T04:20:21.141Z Downloaded tracing v0.1.40
1912024-10-09T04:20:21.152Z Downloaded memchr v2.7.4
1922024-10-09T04:20:21.172Z Downloaded mio v1.0.2
1932024-10-09T04:20:21.189Z Downloaded hashbrown v0.15.0
1942024-10-09T04:20:21.194Z Downloaded libm v0.2.8
1952024-10-09T04:20:21.206Z Downloaded tracing-subscriber v0.3.18
1962024-10-09T04:20:21.214Z Downloaded serde_json v1.0.128
1972024-10-09T04:20:21.223Z Downloaded zerocopy v0.7.35
1982024-10-09T04:20:21.235Z Downloaded clap_builder v4.5.20
1992024-10-09T04:20:21.255Z Downloaded unicode-width v0.2.0
2002024-10-09T04:20:21.272Z Downloaded gimli v0.28.1
2012024-10-09T04:20:21.279Z Downloaded object v0.32.2
2022024-10-09T04:20:21.289Z Downloaded unicode-width v0.1.14
2032024-10-09T04:20:21.294Z Downloaded syn v2.0.79
2042024-10-09T04:20:21.304Z Downloaded rustix v0.38.37
2052024-10-09T04:20:21.366Z Downloaded libc v0.2.159
2062024-10-09T04:20:21.391Z Downloaded tokio v1.40.0
2072024-10-09T04:20:21.593Z Compiling proc-macro2 v1.0.86
2082024-10-09T04:20:21.593Z Compiling unicode-ident v1.0.13
2092024-10-09T04:20:21.593Z Compiling libc v0.2.159
2102024-10-09T04:20:21.596Z Compiling cfg-if v1.0.0
2112024-10-09T04:20:21.596Z Compiling serde v1.0.210
2122024-10-09T04:20:21.596Z Compiling shlex v1.3.0
2132024-10-09T04:20:21.596Z Compiling rustix v0.38.37
2142024-10-09T04:20:21.715Z Compiling bitflags v2.6.0
2152024-10-09T04:20:21.784Z Compiling once_cell v1.20.2
2162024-10-09T04:20:22.022Z Compiling memchr v2.7.4
2172024-10-09T04:20:22.168Z Compiling version_check v0.9.5
2182024-10-09T04:20:22.210Z Compiling tracing-core v0.1.32
2192024-10-09T04:20:22.241Z Compiling adler v1.0.2
2202024-10-09T04:20:22.417Z Compiling utf8parse v0.2.2
2212024-10-09T04:20:22.451Z Compiling camino v1.1.9
2222024-10-09T04:20:22.568Z Compiling gimli v0.28.1
2232024-10-09T04:20:22.847Z Compiling unicase v2.7.0
2242024-10-09T04:20:23.098Z Compiling jobserver v0.1.32
2252024-10-09T04:20:23.165Z Compiling byteorder v1.5.0
2262024-10-09T04:20:23.377Z Compiling quote v1.0.37
2272024-10-09T04:20:23.488Z Compiling cc v1.1.24
2282024-10-09T04:20:23.825Z Compiling syn v2.0.79
2292024-10-09T04:20:23.873Z Compiling errno v0.3.9
2302024-10-09T04:20:23.950Z Compiling getrandom v0.2.15
2312024-10-09T04:20:24.069Z Compiling object v0.32.2
2322024-10-09T04:20:24.071Z Compiling anstyle-parse v0.2.5
2332024-10-09T04:20:24.093Z Compiling miniz_oxide v0.7.4
2342024-10-09T04:20:24.264Z Compiling anstyle v1.0.8
2352024-10-09T04:20:24.405Z Compiling is_terminal_polyfill v1.70.1
2362024-10-09T04:20:24.519Z Compiling thiserror v1.0.64
2372024-10-09T04:20:24.708Z Compiling unicode-width v0.1.14
2382024-10-09T04:20:24.885Z Compiling serde_json v1.0.128
2392024-10-09T04:20:25.030Z Compiling autocfg v1.4.0
2402024-10-09T04:20:25.229Z Compiling owo-colors v4.1.0
2412024-10-09T04:20:25.229Z Compiling lazy_static v1.5.0
2422024-10-09T04:20:25.363Z Compiling colorchoice v1.0.2
2432024-10-09T04:20:25.509Z Compiling rustc-demangle v0.1.24
2442024-10-09T04:20:25.532Z Compiling target-lexicon v0.12.16
2452024-10-09T04:20:25.638Z Compiling anstyle-query v1.1.1
2462024-10-09T04:20:25.783Z Compiling libm v0.2.8
2472024-10-09T04:20:25.916Z Compiling num-traits v0.2.19
2482024-10-09T04:20:26.161Z Compiling anstream v0.6.15
2492024-10-09T04:20:26.269Z Compiling terminal_size v0.4.0
2502024-10-09T04:20:26.512Z Compiling rand_core v0.6.4
2512024-10-09T04:20:26.769Z Compiling heck v0.5.0
2522024-10-09T04:20:26.974Z Compiling addr2line v0.21.0
2532024-10-09T04:20:26.987Z Compiling is_ci v1.2.0
2542024-10-09T04:20:26.989Z Compiling guppy-workspace-hack v0.1.0
2552024-10-09T04:20:27.028Z Compiling backtrace v0.3.71
2562024-10-09T04:20:27.194Z Compiling itoa v1.0.11
2572024-10-09T04:20:27.230Z Compiling log v0.4.22
2582024-10-09T04:20:27.290Z Compiling unicode-linebreak v0.1.5
2592024-10-09T04:20:27.398Z Compiling unicode-width v0.2.0
2602024-10-09T04:20:27.646Z Compiling strsim v0.11.1
2612024-10-09T04:20:27.733Z Compiling ryu v1.0.18
2622024-10-09T04:20:27.757Z Compiling smawk v0.3.2
2632024-10-09T04:20:27.819Z Compiling pin-project-lite v0.2.14
2642024-10-09T04:20:27.936Z Compiling clap_lex v0.7.2
2652024-10-09T04:20:27.951Z Compiling textwrap v0.16.1
2662024-10-09T04:20:27.954Z Compiling tracing v0.1.40
2672024-10-09T04:20:28.075Z Compiling tracing-log v0.2.0
2682024-10-09T04:20:28.407Z Compiling clap_builder v4.5.20
2692024-10-09T04:20:28.511Z Compiling supports-color v3.0.1
2702024-10-09T04:20:28.973Z Compiling sharded-slab v0.1.7
2712024-10-09T04:20:29.413Z Compiling terminal_size v0.3.0
2722024-10-09T04:20:29.486Z Compiling mio v1.0.2
2732024-10-09T04:20:29.590Z Compiling signal-hook-registry v1.4.2
2742024-10-09T04:20:30.194Z Compiling thread_local v1.1.8
2752024-10-09T04:20:30.242Z Compiling supports-unicode v3.0.0
2762024-10-09T04:20:30.518Z Compiling target-spec v3.2.2
2772024-10-09T04:20:30.582Z Compiling smallvec v1.13.2
2782024-10-09T04:20:30.808Z Compiling supports-hyperlinks v3.0.0
2792024-10-09T04:20:30.820Z Compiling equivalent v1.0.1
2802024-10-09T04:20:30.918Z Compiling bytes v1.7.2
2812024-10-09T04:20:31.002Z Compiling hashbrown v0.15.0
2822024-10-09T04:20:31.032Z Compiling cfg-expr v0.17.0
2832024-10-09T04:20:31.076Z Compiling tracing-subscriber v0.3.18
2842024-10-09T04:20:31.702Z Compiling backtrace-ext v0.2.1
2852024-10-09T04:20:32.281Z Compiling console v0.15.8
2862024-10-09T04:20:32.346Z Compiling xxhash-rust v0.8.12
2872024-10-09T04:20:32.509Z Compiling either v1.13.0
2882024-10-09T04:20:34.580Z Compiling serde_derive v1.0.210
2892024-10-09T04:20:34.823Z Compiling zerocopy-derive v0.7.35
2902024-10-09T04:20:34.995Z Compiling thiserror-impl v1.0.64
2912024-10-09T04:20:35.037Z Compiling miette-derive v7.2.0
2922024-10-09T04:20:35.659Z Compiling clap_derive v4.5.18
2932024-10-09T04:20:36.327Z Compiling tokio-macros v2.4.0
2942024-10-09T04:20:36.934Z Compiling zerocopy v0.7.35
2952024-10-09T04:20:37.849Z Compiling tokio v1.40.0
2962024-10-09T04:20:37.974Z Compiling miette v7.2.0
2972024-10-09T04:20:38.568Z Compiling ppv-lite86 v0.2.20
2982024-10-09T04:20:39.415Z Compiling rand_chacha v0.3.1
2992024-10-09T04:20:40.136Z Compiling clap v4.5.20
3002024-10-09T04:20:40.247Z Compiling rand v0.8.5
3012024-10-09T04:20:45.476Z Compiling indexmap v2.6.0
3022024-10-09T04:20:45.500Z Compiling smol_str v0.3.1
3032024-10-09T04:20:46.425Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3042024-10-09T04:20:47.536Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3052024-10-09T04:20:49.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.18s
3062024-10-09T04:20:50.059Z
3072024-10-09T04:20:50.059Zreal 30.392418351
3082024-10-09T04:20:50.059Zuser 2:34.809558332
3092024-10-09T04:20:50.059Zsys 31.142593993
3102024-10-09T04:20:50.059Ztrap 0.088971837
3112024-10-09T04:20:50.059Ztflt 0.238629559
3122024-10-09T04:20:50.061Zdflt 0.393372226
3132024-10-09T04:20:50.061Zkflt 0.007250325
3142024-10-09T04:20:50.061Zlock 4:00.205752719
3152024-10-09T04:20:50.061Zslp 9:07.529245054
3162024-10-09T04:20:50.062Zlat 8.771404009
3172024-10-09T04:20:50.062Zstop 18.241717457
3182024-10-09T04:20:50.062Z+ banner no-update
3192024-10-09T04:20:50.062Z
3202024-10-09T04:20:50.062Z # # #### # # ##### ##### ## ##### ######
3212024-10-09T04:20:50.063Z ## # # # # # # # # # # # # #
3222024-10-09T04:20:50.063Z # # # # # ##### # # # # # # # # # #####
3232024-10-09T04:20:50.063Z # # # # # # # ##### # # ###### # #
3242024-10-09T04:20:50.063Z # ## # # # # # # # # # # #
3252024-10-09T04:20:50.063Z # # #### #### # ##### # # # ######
3262024-10-09T04:20:50.063Z
3272024-10-09T04:20:50.063Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3282024-10-09T04:20:50.194Z Downloading crates ...
3292024-10-09T04:20:50.306Z Downloaded atomicwrites v0.4.4
3302024-10-09T04:20:50.309Z Downloaded enable-ansi-support v0.2.1
3312024-10-09T04:20:50.309Z Downloaded debug-ignore v1.0.5
3322024-10-09T04:20:50.311Z Downloaded cargo-platform v0.1.8
3332024-10-09T04:20:50.317Z Downloaded nested v0.1.1
3342024-10-09T04:20:50.326Z Downloaded fixedbitset v0.4.2
3352024-10-09T04:20:50.329Z Downloaded swrite v0.1.0
3362024-10-09T04:20:50.333Z Downloaded tinyvec_macros v0.1.1
3372024-10-09T04:20:50.336Z Downloaded pathdiff v0.2.1
3382024-10-09T04:20:50.336Z Downloaded futures-macro v0.3.31
3392024-10-09T04:20:50.340Z Downloaded humantime v2.1.0
3402024-10-09T04:20:50.340Z Downloaded future-queue v0.3.0
3412024-10-09T04:20:50.340Z Downloaded fastrand v2.1.1
3422024-10-09T04:20:50.343Z Downloaded futures-task v0.3.31
3432024-10-09T04:20:50.345Z Downloaded xattr v1.3.1
3442024-10-09T04:20:50.345Z Downloaded config v0.14.0
3452024-10-09T04:20:50.352Z Downloaded quick-junit v0.5.0
3462024-10-09T04:20:50.355Z Downloaded iana-time-zone v0.1.61
3472024-10-09T04:20:50.358Z Downloaded toml_datetime v0.6.8
3482024-10-09T04:20:50.360Z Downloaded static_assertions v1.1.0
3492024-10-09T04:20:50.360Z Downloaded shared_child v1.0.1
3502024-10-09T04:20:50.363Z Downloaded os_pipe v1.2.1
3512024-10-09T04:20:50.363Z Downloaded futures-channel v0.3.31
3522024-10-09T04:20:50.365Z Downloaded tempfile v3.13.0
3532024-10-09T04:20:50.367Z Downloaded pkg-config v0.3.31
3542024-10-09T04:20:50.371Z Downloaded tracing-error v0.2.0
3552024-10-09T04:20:50.373Z Downloaded serde_path_to_error v0.1.16
3562024-10-09T04:20:50.374Z Downloaded semver v1.0.23
3572024-10-09T04:20:50.378Z Downloaded indenter v0.3.3
3582024-10-09T04:20:50.384Z Downloaded display-error-chain v0.2.1
3592024-10-09T04:20:50.386Z Downloaded zstd v0.13.2
3602024-10-09T04:20:50.389Z Downloaded indicatif v0.17.8
3612024-10-09T04:20:50.395Z Downloaded number_prefix v0.4.0
3622024-10-09T04:20:50.398Z Downloaded vte_generate_state_changes v0.1.2
3632024-10-09T04:20:50.398Z Downloaded target-spec-miette v0.4.0
3642024-10-09T04:20:50.404Z Downloaded futures-executor v0.3.31
3652024-10-09T04:20:50.406Z Downloaded fnv v1.0.7
3662024-10-09T04:20:50.409Z Downloaded ahash v0.8.11
3672024-10-09T04:20:50.411Z Downloaded async-scoped v0.9.0
3682024-10-09T04:20:50.414Z Downloaded home v0.5.9
3692024-10-09T04:20:50.414Z Downloaded vte v0.11.1
3702024-10-09T04:20:50.417Z Downloaded uuid v1.10.0
3712024-10-09T04:20:50.419Z Downloaded humantime-serde v1.1.1
3722024-10-09T04:20:50.419Z Downloaded pin-project v1.1.5
3732024-10-09T04:20:50.429Z Downloaded strip-ansi-escapes v0.2.0
3742024-10-09T04:20:50.431Z Downloaded slab v0.4.9
3752024-10-09T04:20:50.431Z Downloaded shell-words v1.1.0
3762024-10-09T04:20:50.434Z Downloaded serde_spanned v0.6.8
3772024-10-09T04:20:50.436Z Downloaded newtype-uuid v1.1.2
3782024-10-09T04:20:50.436Z Downloaded futures-io v0.3.31
3792024-10-09T04:20:50.440Z Downloaded filetime v0.2.25
3802024-10-09T04:20:50.440Z Downloaded cargo_metadata v0.18.1
3812024-10-09T04:20:50.440Z Downloaded zeroize v1.8.1
3822024-10-09T04:20:50.440Z Downloaded pin-utils v0.1.0
3832024-10-09T04:20:50.440Z Downloaded futures-sink v0.3.31
3842024-10-09T04:20:50.443Z Downloaded futures-core v0.3.31
3852024-10-09T04:20:50.445Z Downloaded duct v0.13.7
3862024-10-09T04:20:50.448Z Downloaded dialoguer v0.11.0
3872024-10-09T04:20:50.450Z Downloaded camino-tempfile v1.1.1
3882024-10-09T04:20:50.453Z Downloaded globset v0.4.15
3892024-10-09T04:20:50.457Z Downloaded pin-project-internal v1.1.5
3902024-10-09T04:20:50.459Z Downloaded serde_ignored v0.1.10
3912024-10-09T04:20:50.462Z Downloaded owo-colors v3.5.0
3922024-10-09T04:20:50.465Z Downloaded tracing-attributes v0.1.27
3932024-10-09T04:20:50.467Z Downloaded zstd-safe v7.2.1
3942024-10-09T04:20:50.471Z Downloaded futures v0.3.31
3952024-10-09T04:20:50.476Z Downloaded eyre v0.6.12
3962024-10-09T04:20:50.485Z Downloaded toml v0.8.19
3972024-10-09T04:20:50.496Z Downloaded minimal-lexical v0.2.1
3982024-10-09T04:20:50.501Z Downloaded ron v0.8.1
3992024-10-09T04:20:50.506Z Downloaded tinyvec v1.8.0
4002024-10-09T04:20:50.508Z Downloaded tar v0.4.42
4012024-10-09T04:20:50.513Z Downloaded toml_edit v0.22.22
4022024-10-09T04:20:50.533Z Downloaded aho-corasick v1.1.3
4032024-10-09T04:20:50.538Z Downloaded base64 v0.21.7
4042024-10-09T04:20:50.541Z Downloaded guppy v0.17.8
4052024-10-09T04:20:50.568Z Downloaded nom v7.1.3
4062024-10-09T04:20:50.574Z Downloaded winnow v0.6.20
4072024-10-09T04:20:50.582Z Downloaded unicode-normalization v0.1.24
4082024-10-09T04:20:50.590Z Downloaded color-spantrace v0.2.1
4092024-10-09T04:20:50.597Z Downloaded quick-xml v0.36.2
4102024-10-09T04:20:50.603Z Downloaded futures-util v0.3.31
4112024-10-09T04:20:50.614Z Downloaded itertools v0.13.0
4122024-10-09T04:20:50.626Z Downloaded portable-atomic v1.9.0
4132024-10-09T04:20:50.632Z Downloaded chrono v0.4.38
4142024-10-09T04:20:50.639Z Downloaded regex v1.11.0
4152024-10-09T04:20:50.674Z Downloaded nix v0.29.0
4162024-10-09T04:20:50.685Z Downloaded regex-syntax v0.8.5
4172024-10-09T04:20:50.692Z Downloaded bstr v1.10.0
4182024-10-09T04:20:50.769Z Downloaded regex-automata v0.4.8
4192024-10-09T04:20:50.785Z Downloaded color-eyre v0.6.3
4202024-10-09T04:20:50.792Z Downloaded petgraph v0.6.5
4212024-10-09T04:20:50.809Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
4222024-10-09T04:20:50.856Z Downloaded recursion v0.5.2
4232024-10-09T04:20:50.901Z Compiling rustix v0.38.37
4242024-10-09T04:20:50.947Z Compiling tracing-attributes v0.1.27
4252024-10-09T04:20:50.953Z Compiling slab v0.4.9
4262024-10-09T04:20:50.958Z Compiling futures-core v0.3.31
4272024-10-09T04:20:50.963Z Compiling pkg-config v0.3.31
4282024-10-09T04:20:50.965Z Compiling futures-sink v0.3.31
4292024-10-09T04:20:50.971Z Compiling futures-macro v0.3.31
4302024-10-09T04:20:50.974Z Compiling semver v1.0.23
4312024-10-09T04:20:51.081Z Compiling futures-task v0.3.31
4322024-10-09T04:20:51.175Z Compiling futures-channel v0.3.31
4332024-10-09T04:20:51.346Z Compiling pin-utils v0.1.0
4342024-10-09T04:20:51.414Z Compiling futures-io v0.3.31
4352024-10-09T04:20:51.484Z Compiling ahash v0.8.11
4362024-10-09T04:20:51.546Z Compiling aho-corasick v1.1.3
4372024-10-09T04:20:51.624Z Compiling winnow v0.6.20
4382024-10-09T04:20:51.720Z Compiling regex-syntax v0.8.5
4392024-10-09T04:20:51.830Z Compiling fastrand v2.1.1
4402024-10-09T04:20:52.163Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4412024-10-09T04:20:52.829Z Compiling futures-util v0.3.31
4422024-10-09T04:20:53.364Z Compiling pathdiff v0.2.1
4432024-10-09T04:20:53.498Z Compiling cargo-platform v0.1.8
4442024-10-09T04:20:54.067Z Compiling terminal_size v0.3.0
4452024-10-09T04:20:54.234Z Compiling tracing v0.1.40
4462024-10-09T04:20:54.241Z Compiling terminal_size v0.4.0
4472024-10-09T04:20:54.436Z Compiling clap_builder v4.5.20
4482024-10-09T04:20:54.657Z Compiling tokio v1.40.0
4492024-10-09T04:20:54.759Z Compiling miette v7.2.0
4502024-10-09T04:20:55.421Z Compiling regex-automata v0.4.8
4512024-10-09T04:20:58.181Z Compiling clap v4.5.20
4522024-10-09T04:20:58.280Z Compiling tempfile v3.13.0
4532024-10-09T04:20:58.713Z Compiling serde_spanned v0.6.8
4542024-10-09T04:20:58.918Z Compiling toml_datetime v0.6.8
4552024-10-09T04:20:58.951Z Compiling vte_generate_state_changes v0.1.2
4562024-10-09T04:20:59.227Z Compiling cfg_aliases v0.2.1
4572024-10-09T04:20:59.306Z Compiling portable-atomic v1.9.0
4582024-10-09T04:20:59.313Z Compiling newtype-uuid v1.1.2
4592024-10-09T04:20:59.473Z Compiling fixedbitset v0.4.2
4602024-10-09T04:20:59.577Z Compiling zstd-safe v7.2.1
4612024-10-09T04:20:59.616Z Compiling vte v0.11.1
4622024-10-09T04:20:59.914Z Compiling petgraph v0.6.5
4632024-10-09T04:20:59.931Z Compiling nix v0.29.0
4642024-10-09T04:21:00.285Z Compiling toml_edit v0.22.22
4652024-10-09T04:21:00.751Z Compiling futures-executor v0.3.31
4662024-10-09T04:21:01.100Z Compiling cargo_metadata v0.18.1
4672024-10-09T04:21:02.052Z Compiling itertools v0.13.0
4682024-10-09T04:21:02.377Z Compiling uuid v1.10.0
4692024-10-09T04:21:03.227Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4702024-10-09T04:21:03.315Z Compiling pin-project-internal v1.1.5
4712024-10-09T04:21:05.227Z Compiling bstr v1.10.0
4722024-10-09T04:21:05.381Z Compiling debug-ignore v1.0.5
4732024-10-09T04:21:05.481Z Compiling eyre v0.6.12
4742024-10-09T04:21:05.507Z Compiling static_assertions v1.1.0
4752024-10-09T04:21:05.588Z Compiling nested v0.1.1
4762024-10-09T04:21:05.879Z Compiling tinyvec_macros v0.1.1
4772024-10-09T04:21:05.952Z Compiling minimal-lexical v0.2.1
4782024-10-09T04:21:05.965Z Compiling iana-time-zone v0.1.61
4792024-10-09T04:21:06.052Z Compiling pin-project v1.1.5
4802024-10-09T04:21:06.071Z Compiling globset v0.4.15
4812024-10-09T04:21:06.154Z Compiling chrono v0.4.38
4822024-10-09T04:21:06.347Z Compiling nom v7.1.3
4832024-10-09T04:21:06.493Z Compiling tinyvec v1.8.0
4842024-10-09T04:21:06.870Z Compiling guppy v0.17.8
4852024-10-09T04:21:07.932Z Compiling toml v0.8.19
4862024-10-09T04:21:08.377Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4872024-10-09T04:21:09.808Z Compiling futures v0.3.31
4882024-10-09T04:21:09.903Z Compiling strip-ansi-escapes v0.2.0
4892024-10-09T04:21:10.010Z Compiling regex v1.11.0
4902024-10-09T04:21:10.157Z Compiling tracing-error v0.2.0
4912024-10-09T04:21:10.363Z Compiling xattr v1.3.1
4922024-10-09T04:21:10.489Z Compiling os_pipe v1.2.1
4932024-10-09T04:21:10.623Z Compiling shared_child v1.0.1
4942024-10-09T04:21:10.783Z Compiling filetime v0.2.25
4952024-10-09T04:21:11.101Z Compiling quick-xml v0.36.2
4962024-10-09T04:21:11.113Z Compiling humantime v2.1.0
4972024-10-09T04:21:11.145Z Compiling shell-words v1.1.0
4982024-10-09T04:21:11.243Z Compiling indenter v0.3.3
4992024-10-09T04:21:11.389Z Compiling owo-colors v3.5.0
5002024-10-09T04:21:11.404Z Compiling recursion v0.5.2
5012024-10-09T04:21:11.481Z Compiling fnv v1.0.7
5022024-10-09T04:21:11.565Z Compiling number_prefix v0.4.0
5032024-10-09T04:21:11.589Z Compiling future-queue v0.3.0
5042024-10-09T04:21:11.660Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5052024-10-09T04:21:11.766Z Compiling indicatif v0.17.8
5062024-10-09T04:21:11.929Z Compiling humantime-serde v1.1.1
5072024-10-09T04:21:12.133Z Compiling quick-junit v0.5.0
5082024-10-09T04:21:12.902Z Compiling zstd v0.13.2
5092024-10-09T04:21:13.120Z Compiling tar v0.4.42
5102024-10-09T04:21:13.266Z Compiling duct v0.13.7
5112024-10-09T04:21:13.535Z Compiling color-spantrace v0.2.1
5122024-10-09T04:21:14.097Z Compiling async-scoped v0.9.0
5132024-10-09T04:21:14.295Z Compiling config v0.14.0
5142024-10-09T04:21:14.364Z Compiling unicode-normalization v0.1.24
5152024-10-09T04:21:14.520Z Compiling camino-tempfile v1.1.1
5162024-10-09T04:21:14.992Z Compiling atomicwrites v0.4.4
5172024-10-09T04:21:15.132Z Compiling target-spec-miette v0.4.0
5182024-10-09T04:21:15.220Z Compiling serde_path_to_error v0.1.16
5192024-10-09T04:21:15.339Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
5202024-10-09T04:21:15.493Z Compiling serde_ignored v0.1.10
5212024-10-09T04:21:15.515Z Compiling zeroize v1.8.1
5222024-10-09T04:21:15.713Z Compiling display-error-chain v0.2.1
5232024-10-09T04:21:15.818Z Compiling home v0.5.9
5242024-10-09T04:21:15.856Z Compiling dialoguer v0.11.0
5252024-10-09T04:21:15.878Z Compiling color-eyre v0.6.3
5262024-10-09T04:21:15.888Z Compiling enable-ansi-support v0.2.1
5272024-10-09T04:21:15.984Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
5282024-10-09T04:21:16.065Z Compiling swrite v0.1.0
5292024-10-09T04:21:42.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.18s
5302024-10-09T04:21:42.362Z
5312024-10-09T04:21:42.362Zreal 52.280727635
5322024-10-09T04:21:42.362Zuser 3:44.473911387
5332024-10-09T04:21:42.362Zsys 40.568638127
5342024-10-09T04:21:42.362Ztrap 0.123155990
5352024-10-09T04:21:42.363Ztflt 0.411028094
5362024-10-09T04:21:42.363Zdflt 0.554767075
5372024-10-09T04:21:42.363Zkflt 0.002381382
5382024-10-09T04:21:42.365Zlock 6:47.661233681
5392024-10-09T04:21:42.365Zslp 14:09.578740436
5402024-10-09T04:21:42.365Zlat 7.032795521
5412024-10-09T04:21:42.365Zstop 7.425008691
5422024-10-09T04:21:42.365Z+ banner nextest
5432024-10-09T04:21:42.365Z
5442024-10-09T04:21:42.365Z # # ###### # # ##### ###### #### #####
5452024-10-09T04:21:42.365Z ## # # # # # # # #
5462024-10-09T04:21:42.365Z # # # ##### ## # ##### #### #
5472024-10-09T04:21:42.366Z # # # # ## # # # #
5482024-10-09T04:21:42.366Z # ## # # # # # # # #
5492024-10-09T04:21:42.366Z # # ###### # # # ###### #### #
5502024-10-09T04:21:42.366Z
5512024-10-09T04:21:42.366Z+ ptime -m cargo build --package cargo-nextest
5522024-10-09T04:21:42.507Z Downloading crates ...
5532024-10-09T04:21:42.634Z Downloaded adler2 v2.0.0
5542024-10-09T04:21:42.640Z Downloaded crc32fast v1.4.2
5552024-10-09T04:21:42.643Z Downloaded foreign-types-shared v0.1.1
5562024-10-09T04:21:42.651Z Downloaded untrusted v0.9.0
5572024-10-09T04:21:42.658Z Downloaded foreign-types v0.3.2
5582024-10-09T04:21:42.661Z Downloaded urlencoding v2.1.3
5592024-10-09T04:21:42.664Z Downloaded openssl-probe v0.1.5
5602024-10-09T04:21:42.664Z Downloaded http-body v1.0.1
5612024-10-09T04:21:42.667Z Downloaded subtle v2.6.1
5622024-10-09T04:21:42.670Z Downloaded self-replace v1.5.0
5632024-10-09T04:21:42.670Z Downloaded crypto-common v0.1.6
5642024-10-09T04:21:42.672Z Downloaded mukti-metadata v0.2.1
5652024-10-09T04:21:42.673Z Downloaded digest v0.10.7
5662024-10-09T04:21:42.675Z Downloaded tokio-native-tls v0.3.1
5672024-10-09T04:21:42.683Z Downloaded serde_urlencoded v0.7.1
5682024-10-09T04:21:42.686Z Downloaded ipnet v2.10.0
5692024-10-09T04:21:42.689Z Downloaded generic-array v0.14.7
5702024-10-09T04:21:42.692Z Downloaded block-buffer v0.10.4
5712024-10-09T04:21:42.695Z Downloaded try-lock v0.2.5
5722024-10-09T04:21:42.698Z Downloaded tokio-rustls v0.26.0
5732024-10-09T04:21:42.698Z Downloaded rustls-pki-types v1.9.0
5742024-10-09T04:21:42.700Z Downloaded cpufeatures v0.2.14
5752024-10-09T04:21:42.703Z Downloaded rustls-pemfile v2.2.0
5762024-10-09T04:21:42.705Z Downloaded httparse v1.9.5
5772024-10-09T04:21:42.708Z Downloaded rustc_version v0.4.1
5782024-10-09T04:21:42.710Z Downloaded hyper-rustls v0.27.3
5792024-10-09T04:21:42.713Z Downloaded base64ct v1.6.0
5802024-10-09T04:21:42.715Z Downloaded ed25519-dalek v2.1.1
5812024-10-09T04:21:42.718Z Downloaded const-oid v0.9.6
5822024-10-09T04:21:42.720Z Downloaded miniz_oxide v0.8.0
5832024-10-09T04:21:42.727Z Downloaded want v0.3.1
5842024-10-09T04:21:42.729Z Downloaded sync_wrapper v1.0.1
5852024-10-09T04:21:42.732Z Downloaded tower-service v0.3.3
5862024-10-09T04:21:42.736Z Downloaded signature v2.2.0
5872024-10-09T04:21:42.738Z Downloaded openssl-macros v0.1.1
5882024-10-09T04:21:42.738Z Downloaded ed25519 v2.2.3
5892024-10-09T04:21:42.740Z Downloaded mime v0.3.17
5902024-10-09T04:21:42.743Z Downloaded hyper-tls v0.6.0
5912024-10-09T04:21:42.743Z Downloaded http-body-util v0.1.2
5922024-10-09T04:21:42.752Z Downloaded form_urlencoded v1.2.1
5932024-10-09T04:21:42.756Z Downloaded curve25519-dalek-derive v0.1.1
5942024-10-09T04:21:42.760Z Downloaded spki v0.7.3
5952024-10-09T04:21:42.764Z Downloaded zipsign-api v0.1.2
5962024-10-09T04:21:42.767Z Downloaded rustc-hash v2.0.0
5972024-10-09T04:21:42.773Z Downloaded base64 v0.22.1
5982024-10-09T04:21:42.778Z Downloaded native-tls v0.2.12
5992024-10-09T04:21:42.780Z Downloaded hyper-util v0.1.9
6002024-10-09T04:21:42.784Z Downloaded url v2.5.2
6012024-10-09T04:21:42.787Z Downloaded spin v0.9.8
6022024-10-09T04:21:42.790Z Downloaded pkcs8 v0.10.2
6032024-10-09T04:21:42.792Z Downloaded percent-encoding v2.3.1
6042024-10-09T04:21:42.795Z Downloaded sha2 v0.10.8
6052024-10-09T04:21:42.797Z Downloaded quinn-udp v0.5.5
6062024-10-09T04:21:42.805Z Downloaded typenum v1.17.0
6072024-10-09T04:21:42.813Z Downloaded self_update v0.41.0
6082024-10-09T04:21:42.819Z Downloaded openssl-sys v0.9.103
6092024-10-09T04:21:42.827Z Downloaded unicode-bidi v0.3.17
6102024-10-09T04:21:42.836Z Downloaded der v0.7.9
6112024-10-09T04:21:42.841Z Downloaded quinn v0.11.5
6122024-10-09T04:21:42.861Z Downloaded http v1.1.0
6132024-10-09T04:21:42.865Z Downloaded flate2 v1.0.34
6142024-10-09T04:21:42.872Z Downloaded quick-xml v0.23.1
6152024-10-09T04:21:42.889Z Downloaded reqwest v0.12.8
6162024-10-09T04:21:42.901Z Downloaded quinn-proto v0.11.8
6172024-10-09T04:21:42.908Z Downloaded hyper v1.4.1
6182024-10-09T04:21:42.914Z Downloaded vcpkg v0.2.15
6192024-10-09T04:21:42.953Z Downloaded webpki-roots v0.26.6
6202024-10-09T04:21:42.956Z Downloaded rustls-webpki v0.102.8
6212024-10-09T04:21:42.973Z Downloaded openssl v0.10.66
6222024-10-09T04:21:42.991Z Downloaded idna v0.5.0
6232024-10-09T04:21:42.997Z Downloaded curve25519-dalek v4.1.3
6242024-10-09T04:21:43.006Z Downloaded rustls v0.23.13
6252024-10-09T04:21:43.262Z Downloaded ring v0.17.8
6262024-10-09T04:21:43.367Z Compiling futures-channel v0.3.31
6272024-10-09T04:21:43.367Z Compiling socket2 v0.5.7
6282024-10-09T04:21:43.370Z Compiling smallvec v1.13.2
6292024-10-09T04:21:43.370Z Compiling ring v0.17.8
6302024-10-09T04:21:43.429Z Compiling rustls-pki-types v1.9.0
6312024-10-09T04:21:43.432Z Compiling http v1.1.0
6322024-10-09T04:21:43.435Z Compiling httparse v1.9.5
6332024-10-09T04:21:43.435Z Compiling untrusted v0.9.0
6342024-10-09T04:21:43.591Z Compiling spin v0.9.8
6352024-10-09T04:21:43.767Z Compiling futures-util v0.3.31
6362024-10-09T04:21:43.788Z Compiling rustls v0.23.13
6372024-10-09T04:21:43.809Z Compiling try-lock v0.2.5
6382024-10-09T04:21:43.933Z Compiling tokio v1.40.0
6392024-10-09T04:21:44.080Z Compiling want v0.3.1
6402024-10-09T04:21:44.354Z Compiling cfg-expr v0.17.0
6412024-10-09T04:21:44.478Z Compiling percent-encoding v2.3.1
6422024-10-09T04:21:44.670Z Compiling subtle v2.6.1
6432024-10-09T04:21:44.848Z Compiling form_urlencoded v1.2.1
6442024-10-09T04:21:44.888Z Compiling unicode-bidi v0.3.17
6452024-10-09T04:21:44.907Z Compiling tower-service v0.3.3
6462024-10-09T04:21:45.013Z Compiling http-body v1.0.1
6472024-10-09T04:21:45.172Z Compiling target-spec v3.2.2
6482024-10-09T04:21:45.216Z Compiling webpki-roots v0.26.6
6492024-10-09T04:21:45.353Z Compiling adler2 v2.0.0
6502024-10-09T04:21:45.532Z Compiling idna v0.5.0
6512024-10-09T04:21:45.685Z Compiling miniz_oxide v0.8.0
6522024-10-09T04:21:46.236Z Compiling serde_urlencoded v0.7.1
6532024-10-09T04:21:46.432Z Compiling url v2.5.2
6542024-10-09T04:21:46.759Z Compiling rustls-pemfile v2.2.0
6552024-10-09T04:21:47.106Z Compiling sync_wrapper v1.0.1
6562024-10-09T04:21:47.228Z Compiling crc32fast v1.4.2
6572024-10-09T04:21:47.366Z Compiling self_update v0.41.0
6582024-10-09T04:21:47.376Z Compiling base64 v0.22.1
6592024-10-09T04:21:47.547Z Compiling mime v0.3.17
6602024-10-09T04:21:47.703Z Compiling ipnet v2.10.0
6612024-10-09T04:21:48.082Z Compiling guppy v0.17.8
6622024-10-09T04:21:48.215Z Compiling flate2 v1.0.34
6632024-10-09T04:21:48.251Z Compiling self-replace v1.5.0
6642024-10-09T04:21:48.525Z Compiling quick-xml v0.23.1
6652024-10-09T04:21:48.556Z Compiling urlencoding v2.1.3
6662024-10-09T04:21:48.982Z Compiling target-spec-miette v0.4.0
6672024-10-09T04:21:49.091Z Compiling mukti-metadata v0.2.1
6682024-10-09T04:21:49.246Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
6692024-10-09T04:21:49.567Z Compiling futures-executor v0.3.31
6702024-10-09T04:21:49.710Z Compiling http-body-util v0.1.2
6712024-10-09T04:21:49.969Z Compiling futures v0.3.31
6722024-10-09T04:21:49.976Z Compiling future-queue v0.3.0
6732024-10-09T04:21:51.211Z Compiling rustls-webpki v0.102.8
6742024-10-09T04:21:52.751Z Compiling hyper v1.4.1
6752024-10-09T04:21:52.795Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6762024-10-09T04:21:52.866Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6772024-10-09T04:21:52.880Z Compiling async-scoped v0.9.0
6782024-10-09T04:21:54.109Z Compiling hyper-util v0.1.9
6792024-10-09T04:21:54.428Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6802024-10-09T04:21:57.633Z Compiling tokio-rustls v0.26.0
6812024-10-09T04:21:57.887Z Compiling hyper-rustls v0.27.3
6822024-10-09T04:21:58.094Z Compiling reqwest v0.12.8
6832024-10-09T04:22:00.604Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
6842024-10-09T04:22:29.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.94s
6852024-10-09T04:22:29.434Z
6862024-10-09T04:22:29.437Zreal 47.049149785
6872024-10-09T04:22:29.437Zuser 2:44.083467212
6882024-10-09T04:22:29.437Zsys 32.734357440
6892024-10-09T04:22:29.437Ztrap 0.076919880
6902024-10-09T04:22:29.437Ztflt 0.227626850
6912024-10-09T04:22:29.437Zdflt 0.913921132
6922024-10-09T04:22:29.437Zkflt 0.000020005
6932024-10-09T04:22:29.437Zlock 4:34.441388255
6942024-10-09T04:22:29.437Zslp 7:39.988370224
6952024-10-09T04:22:29.437Zlat 4.653013850
6962024-10-09T04:22:29.437Zstop 3.802634422
6972024-10-09T04:22:29.437Z+ banner all targets
6982024-10-09T04:22:29.437Z
6992024-10-09T04:22:29.437Z ## # #
7002024-10-09T04:22:29.437Z # # # #
7012024-10-09T04:22:29.437Z # # # #
7022024-10-09T04:22:29.439Z ###### # #
7032024-10-09T04:22:29.439Z # # # #
7042024-10-09T04:22:29.439Z # # ###### ######
7052024-10-09T04:22:29.439Z
7062024-10-09T04:22:29.439Z
7072024-10-09T04:22:29.439Z ##### ## ##### #### ###### ##### ####
7082024-10-09T04:22:29.439Z # # # # # # # # # #
7092024-10-09T04:22:29.439Z # # # # # # ##### # ####
7102024-10-09T04:22:29.439Z # ###### ##### # ### # # #
7112024-10-09T04:22:29.439Z # # # # # # # # # # #
7122024-10-09T04:22:29.439Z # # # # # #### ###### # ####
7132024-10-09T04:22:29.439Z
7142024-10-09T04:22:29.442Z+ ptime -m cargo build --all-targets
7152024-10-09T04:22:29.586Z Downloading crates ...
7162024-10-09T04:22:29.732Z Downloaded quick-error v1.2.3
7172024-10-09T04:22:29.735Z Downloaded bit-set v0.5.3
7182024-10-09T04:22:29.747Z Downloaded diff v0.1.13
7192024-10-09T04:22:29.755Z Downloaded test-case-macros v3.3.1
7202024-10-09T04:22:29.758Z Downloaded test-case-core v3.3.1
7212024-10-09T04:22:29.761Z Downloaded wait-timeout v0.2.0
7222024-10-09T04:22:29.764Z Downloaded linked-hash-map v0.5.6
7232024-10-09T04:22:29.764Z Downloaded indoc v2.0.5
7242024-10-09T04:22:29.766Z Downloaded rusty-fork v0.3.0
7252024-10-09T04:22:29.766Z Downloaded unarray v0.1.4
7262024-10-09T04:22:29.769Z Downloaded bit-vec v0.6.3
7272024-10-09T04:22:29.769Z Downloaded test-case v3.3.1
7282024-10-09T04:22:29.770Z Downloaded structmeta v0.3.0
7292024-10-09T04:22:29.773Z Downloaded maplit v1.0.2
7302024-10-09T04:22:29.773Z Downloaded rand_xorshift v0.3.0
7312024-10-09T04:22:29.776Z Downloaded test-strategy v0.4.0
7322024-10-09T04:22:29.779Z Downloaded structmeta-derive v0.3.0
7332024-10-09T04:22:29.779Z Downloaded similar v2.6.0
7342024-10-09T04:22:29.782Z Downloaded yansi v1.0.1
7352024-10-09T04:22:29.785Z Downloaded pretty_assertions v1.4.1
7362024-10-09T04:22:29.787Z Downloaded insta v1.40.0
7372024-10-09T04:22:29.795Z Downloaded proptest v1.5.0
7382024-10-09T04:22:29.846Z Compiling test-case-core v3.3.1
7392024-10-09T04:22:29.849Z Compiling structmeta-derive v0.3.0
7402024-10-09T04:22:29.849Z Compiling wait-timeout v0.2.0
7412024-10-09T04:22:29.849Z Compiling bit-vec v0.6.3
7422024-10-09T04:22:29.849Z Compiling quick-error v1.2.3
7432024-10-09T04:22:29.849Z Compiling rand_xorshift v0.3.0
7442024-10-09T04:22:29.849Z Compiling unarray v0.1.4
7452024-10-09T04:22:29.898Z Compiling maplit v1.0.2
7462024-10-09T04:22:29.987Z Compiling linked-hash-map v0.5.6
7472024-10-09T04:22:30.002Z Compiling similar v2.6.0
7482024-10-09T04:22:30.027Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7492024-10-09T04:22:30.139Z Compiling rusty-fork v0.3.0
7502024-10-09T04:22:30.342Z Compiling bit-set v0.5.3
7512024-10-09T04:22:30.349Z Compiling diff v0.1.13
7522024-10-09T04:22:30.575Z Compiling proptest v1.5.0
7532024-10-09T04:22:30.600Z Compiling yansi v1.0.1
7542024-10-09T04:22:30.833Z Compiling indoc v2.0.5
7552024-10-09T04:22:31.093Z Compiling insta v1.40.0
7562024-10-09T04:22:31.128Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
7572024-10-09T04:22:31.391Z Compiling pretty_assertions v1.4.1
7582024-10-09T04:22:31.725Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7592024-10-09T04:22:31.835Z Compiling test-case-macros v3.3.1
7602024-10-09T04:22:32.493Z Compiling structmeta v0.3.0
7612024-10-09T04:22:32.950Z Compiling test-strategy v0.4.0
7622024-10-09T04:22:33.052Z Compiling test-case v3.3.1
7632024-10-09T04:22:33.143Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7642024-10-09T04:22:33.725Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
7652024-10-09T04:22:35.312Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7662024-10-09T04:22:40.776Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7672024-10-09T04:23:16.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.46s
7682024-10-09T04:23:17.023Z
7692024-10-09T04:23:17.023Zreal 47.565618211
7702024-10-09T04:23:17.023Zuser 3:24.664509101
7712024-10-09T04:23:17.023Zsys 31.811840404
7722024-10-09T04:23:17.023Ztrap 0.111347732
7732024-10-09T04:23:17.023Ztflt 0.115459344
7742024-10-09T04:23:17.025Zdflt 0.257477098
7752024-10-09T04:23:17.025Zkflt 0.000000000
7762024-10-09T04:23:17.026Zlock 6:23.549208499
7772024-10-09T04:23:17.026Zslp 12:50.467918637
7782024-10-09T04:23:17.026Zlat 6.075646097
7792024-10-09T04:23:17.026Zstop 7.344858939
7802024-10-09T04:23:17.026Z+ banner all features
7812024-10-09T04:23:17.026Z
7822024-10-09T04:23:17.026Z ## # #
7832024-10-09T04:23:17.026Z # # # #
7842024-10-09T04:23:17.026Z # # # #
7852024-10-09T04:23:17.026Z ###### # #
7862024-10-09T04:23:17.026Z # # # #
7872024-10-09T04:23:17.026Z # # ###### ######
7882024-10-09T04:23:17.027Z
7892024-10-09T04:23:17.027Z
7902024-10-09T04:23:17.027Z ###### ###### ## ##### # # ##### ###### ####
7912024-10-09T04:23:17.027Z # # # # # # # # # # #
7922024-10-09T04:23:17.028Z ##### ##### # # # # # # # ##### ####
7932024-10-09T04:23:17.028Z # # ###### # # # ##### # #
7942024-10-09T04:23:17.028Z # # # # # # # # # # # #
7952024-10-09T04:23:17.028Z # ###### # # # #### # # ###### ####
7962024-10-09T04:23:17.028Z
7972024-10-09T04:23:17.028Z+ ptime -m cargo build --all-features
7982024-10-09T04:23:17.177Z Downloading crates ...
7992024-10-09T04:23:17.346Z Downloaded async-stream v0.3.6
8002024-10-09T04:23:17.364Z Downloaded tower-layer v0.3.3
8012024-10-09T04:23:17.367Z Downloaded sync_wrapper v0.1.2
8022024-10-09T04:23:17.369Z Downloaded matchers v0.1.0
8032024-10-09T04:23:17.375Z Downloaded async-stream-impl v0.3.6
8042024-10-09T04:23:17.378Z Downloaded axum-core v0.4.5
8052024-10-09T04:23:17.382Z Downloaded atomic-waker v1.1.2
8062024-10-09T04:23:17.384Z Downloaded hyper-timeout v0.5.1
8072024-10-09T04:23:17.387Z Downloaded tower v0.4.13
8082024-10-09T04:23:17.395Z Downloaded rustversion v1.0.17
8092024-10-09T04:23:17.398Z Downloaded httpdate v1.0.3
8102024-10-09T04:23:17.404Z Downloaded prost v0.13.3
8112024-10-09T04:23:17.406Z Downloaded anyhow v1.0.89
8122024-10-09T04:23:17.410Z Downloaded tokio-stream v0.1.16
8132024-10-09T04:23:17.414Z Downloaded prost-derive v0.13.3
8142024-10-09T04:23:17.416Z Downloaded matchit v0.7.3
8152024-10-09T04:23:17.419Z Downloaded async-trait v0.1.83
8162024-10-09T04:23:17.421Z Downloaded prost-types v0.13.3
8172024-10-09T04:23:17.423Z Downloaded indexmap v1.9.3
8182024-10-09T04:23:17.426Z Downloaded crossbeam-utils v0.8.20
8192024-10-09T04:23:17.428Z Downloaded console-api v0.8.0
8202024-10-09T04:23:17.447Z Downloaded crossbeam-channel v0.5.13
8212024-10-09T04:23:17.453Z Downloaded tonic v0.12.3
8222024-10-09T04:23:17.459Z Downloaded hashbrown v0.12.3
8232024-10-09T04:23:17.463Z Downloaded tokio-util v0.7.12
8242024-10-09T04:23:17.470Z Downloaded tower v0.5.1
8252024-10-09T04:23:17.478Z Downloaded regex-automata v0.1.10
8262024-10-09T04:23:17.483Z Downloaded axum v0.7.7
8272024-10-09T04:23:17.490Z Downloaded regex-syntax v0.6.29
8282024-10-09T04:23:17.497Z Downloaded h2 v0.4.6
8292024-10-09T04:23:17.504Z Downloaded console-subscriber v0.4.0
8302024-10-09T04:23:17.509Z Downloaded hdrhistogram v7.5.4
8312024-10-09T04:23:17.562Z Compiling futures-core v0.3.31
8322024-10-09T04:23:17.565Z Compiling futures-sink v0.3.31
8332024-10-09T04:23:17.631Z Compiling tokio v1.40.0
8342024-10-09T04:23:17.631Z Compiling byteorder v1.5.0
8352024-10-09T04:23:17.635Z Compiling num-traits v0.2.19
8362024-10-09T04:23:17.635Z Compiling regex-syntax v0.6.29
8372024-10-09T04:23:17.635Z Compiling atomic-waker v1.1.2
8382024-10-09T04:23:17.635Z Compiling httpdate v1.0.3
8392024-10-09T04:23:17.736Z Compiling anyhow v1.0.89
8402024-10-09T04:23:17.837Z Compiling futures-channel v0.3.31
8412024-10-09T04:23:17.837Z Compiling sync_wrapper v1.0.1
8422024-10-09T04:23:17.961Z Compiling rustversion v1.0.17
8432024-10-09T04:23:18.122Z Compiling zerocopy v0.7.35
8442024-10-09T04:23:18.182Z Compiling tower-layer v0.3.3
8452024-10-09T04:23:18.237Z Compiling futures-util v0.3.31
8462024-10-09T04:23:18.447Z Compiling either v1.13.0
8472024-10-09T04:23:18.630Z Compiling indexmap v1.9.3
8482024-10-09T04:23:18.840Z Compiling itertools v0.13.0
8492024-10-09T04:23:19.346Z Compiling async-trait v0.1.83
8502024-10-09T04:23:19.706Z Compiling ppv-lite86 v0.2.20
8512024-10-09T04:23:20.217Z Compiling sync_wrapper v0.1.2
8522024-10-09T04:23:20.337Z Compiling hashbrown v0.12.3
8532024-10-09T04:23:20.438Z Compiling async-stream-impl v0.3.6
8542024-10-09T04:23:20.565Z Compiling rand_chacha v0.3.1
8552024-10-09T04:23:21.445Z Compiling regex-automata v0.1.10
8562024-10-09T04:23:21.751Z Compiling rand v0.8.5
8572024-10-09T04:23:21.861Z Compiling crossbeam-utils v0.8.20
8582024-10-09T04:23:22.156Z Compiling prost-derive v0.13.3
8592024-10-09T04:23:22.420Z Compiling matchit v0.7.3
8602024-10-09T04:23:22.764Z Compiling async-stream v0.3.6
8612024-10-09T04:23:23.085Z Compiling matchers v0.1.0
8622024-10-09T04:23:23.189Z Compiling ahash v0.8.11
8632024-10-09T04:23:23.283Z Compiling tracing-subscriber v0.3.18
8642024-10-09T04:23:23.496Z Compiling proptest v1.5.0
8652024-10-09T04:23:23.823Z Compiling guppy v0.17.8
8662024-10-09T04:23:24.513Z Compiling http-body-util v0.1.2
8672024-10-09T04:23:24.652Z Compiling tower v0.5.1
8682024-10-09T04:23:24.991Z Compiling axum-core v0.4.5
8692024-10-09T04:23:25.029Z Compiling futures-executor v0.3.31
8702024-10-09T04:23:25.659Z Compiling base64 v0.21.7
8712024-10-09T04:23:25.983Z Compiling prost v0.13.3
8722024-10-09T04:23:26.473Z Compiling crossbeam-channel v0.5.13
8732024-10-09T04:23:26.842Z Compiling prost-types v0.13.3
8742024-10-09T04:23:26.948Z Compiling hdrhistogram v7.5.4
8752024-10-09T04:23:27.643Z Compiling tokio-util v0.7.12
8762024-10-09T04:23:28.207Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8772024-10-09T04:23:28.303Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8782024-10-09T04:23:29.198Z Compiling h2 v0.4.6
8792024-10-09T04:23:29.458Z Compiling axum v0.7.7
8802024-10-09T04:23:29.622Z Compiling tower v0.4.13
8812024-10-09T04:23:30.453Z Compiling tokio-rustls v0.26.0
8822024-10-09T04:23:30.920Z Compiling tokio-stream v0.1.16
8832024-10-09T04:23:31.746Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8842024-10-09T04:23:31.962Z Compiling chrono v0.4.38
8852024-10-09T04:23:34.355Z Compiling hyper v1.4.1
8862024-10-09T04:23:34.962Z Compiling futures v0.3.31
8872024-10-09T04:23:35.071Z Compiling quick-junit v0.5.0
8882024-10-09T04:23:35.472Z Compiling async-scoped v0.9.0
8892024-10-09T04:23:35.748Z Compiling tracing-error v0.2.0
8902024-10-09T04:23:35.997Z Compiling future-queue v0.3.0
8912024-10-09T04:23:36.040Z Compiling color-spantrace v0.2.1
8922024-10-09T04:23:36.103Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
8932024-10-09T04:23:36.372Z Compiling color-eyre v0.6.3
8942024-10-09T04:23:36.610Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
8952024-10-09T04:23:36.818Z Compiling hyper-util v0.1.9
8962024-10-09T04:23:38.487Z Compiling hyper-timeout v0.5.1
8972024-10-09T04:23:38.487Z Compiling hyper-rustls v0.27.3
8982024-10-09T04:23:38.707Z Compiling reqwest v0.12.8
8992024-10-09T04:23:38.742Z Compiling tonic v0.12.3
9002024-10-09T04:23:40.367Z Compiling self_update v0.41.0
9012024-10-09T04:23:40.842Z Compiling console-api v0.8.0
9022024-10-09T04:23:42.456Z Compiling console-subscriber v0.4.0
9032024-10-09T04:23:44.558Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
9042024-10-09T04:24:03.695Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9052024-10-09T04:24:17.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
9062024-10-09T04:24:18.018Z
9072024-10-09T04:24:18.018Zreal 1:00.967482133
9082024-10-09T04:24:18.021Zuser 4:17.854643418
9092024-10-09T04:24:18.021Zsys 49.518265080
9102024-10-09T04:24:18.021Ztrap 0.125995392
9112024-10-09T04:24:18.021Ztflt 0.184183720
9122024-10-09T04:24:18.021Zdflt 0.896832432
9132024-10-09T04:24:18.021Zkflt 0.000063600
9142024-10-09T04:24:18.021Zlock 8:29.013554953
9152024-10-09T04:24:18.021Zslp 15:30.394718440
9162024-10-09T04:24:18.021Zlat 6.739385174
9172024-10-09T04:24:18.021Zstop 6.788334897
9182024-10-09T04:24:18.021Z+ banner doctests
9192024-10-09T04:24:18.021Z
9202024-10-09T04:24:18.021Z ##### #### #### ##### ###### #### ##### ####
9212024-10-09T04:24:18.021Z # # # # # # # # # # #
9222024-10-09T04:24:18.021Z # # # # # # ##### #### # ####
9232024-10-09T04:24:18.021Z # # # # # # # # # #
9242024-10-09T04:24:18.021Z # # # # # # # # # # # # #
9252024-10-09T04:24:18.021Z ##### #### #### # ###### #### # ####
9262024-10-09T04:24:18.021Z
9272024-10-09T04:24:18.021Z+ ptime -m cargo test --doc
9282024-10-09T04:24:18.302Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
9292024-10-09T04:24:18.320Z Doc-tests cargo_nextest
9302024-10-09T04:24:18.787Z
9312024-10-09T04:24:18.787Zrunning 0 tests
9322024-10-09T04:24:18.787Z
9332024-10-09T04:24:18.790Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9342024-10-09T04:24:18.790Z
9352024-10-09T04:24:18.802Z Doc-tests fixture_data
9362024-10-09T04:24:18.858Z
9372024-10-09T04:24:18.858Zrunning 0 tests
9382024-10-09T04:24:18.858Z
9392024-10-09T04:24:18.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9402024-10-09T04:24:18.858Z
9412024-10-09T04:24:18.864Z Doc-tests nextest_filtering
9422024-10-09T04:24:18.993Z
9432024-10-09T04:24:18.993Zrunning 0 tests
9442024-10-09T04:24:18.994Z
9452024-10-09T04:24:18.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9462024-10-09T04:24:18.994Z
9472024-10-09T04:24:19.003Z Doc-tests nextest_metadata
9482024-10-09T04:24:19.168Z
9492024-10-09T04:24:19.168Zrunning 2 tests
9502024-10-09T04:24:19.740Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9512024-10-09T04:24:22.804Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9522024-10-09T04:24:22.804Z
9532024-10-09T04:24:22.806Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.64s
9542024-10-09T04:24:22.806Z
9552024-10-09T04:24:22.814Z Doc-tests nextest_runner
9562024-10-09T04:24:23.626Z
9572024-10-09T04:24:23.626Zrunning 0 tests
9582024-10-09T04:24:23.626Z
9592024-10-09T04:24:23.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9602024-10-09T04:24:23.626Z
9612024-10-09T04:24:23.647Z Doc-tests nextest_workspace_hack
9622024-10-09T04:24:23.686Z
9632024-10-09T04:24:23.686Zrunning 0 tests
9642024-10-09T04:24:23.686Z
9652024-10-09T04:24:23.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9662024-10-09T04:24:23.686Z
9672024-10-09T04:24:23.706Z
9682024-10-09T04:24:23.709Zreal 5.671358469
9692024-10-09T04:24:23.709Zuser 5.532980879
9702024-10-09T04:24:23.709Zsys 2.063818415
9712024-10-09T04:24:23.709Ztrap 0.002205293
9722024-10-09T04:24:23.709Ztflt 0.022814147
9732024-10-09T04:24:23.709Zdflt 0.038716727
9742024-10-09T04:24:23.709Zkflt 0.000012098
9752024-10-09T04:24:23.709Zlock 11.332535080
9762024-10-09T04:24:23.709Zslp 32.319829776
9772024-10-09T04:24:23.709Zlat 0.069230974
9782024-10-09T04:24:23.709Zstop 0.430006412
9792024-10-09T04:24:23.709Z+ banner local-nt
9802024-10-09T04:24:23.709Z
9812024-10-09T04:24:23.709Z # #### #### ## # # # #####
9822024-10-09T04:24:23.709Z # # # # # # # # ## # #
9832024-10-09T04:24:23.709Z # # # # # # # ##### # # # #
9842024-10-09T04:24:23.709Z # # # # ###### # # # # #
9852024-10-09T04:24:23.709Z # # # # # # # # # ## #
9862024-10-09T04:24:23.709Z ###### #### #### # # ###### # # #
9872024-10-09T04:24:23.709Z
9882024-10-09T04:24:23.712Z+ ptime -m cargo local-nt run --profile ci
9892024-10-09T04:24:23.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
9902024-10-09T04:24:23.980Z Running `target/debug/cargo-nextest nextest run --profile ci`
9912024-10-09T04:24:24.653Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
9922024-10-09T04:24:24.778Z------------
9932024-10-09T04:24:24.779Z Nextest run ID 6d086554-4053-4ef4-96f4-1a385a300a24 with nextest profile: ci
9942024-10-09T04:24:24.779Z Starting 274 tests across 12 binaries
9952024-10-09T04:24:24.823Z PASS [ 0.035s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
9962024-10-09T04:24:24.983Z PASS [ 0.197s] cargo-nextest dispatch::tests::test_argument_parsing
9972024-10-09T04:24:34.215Z PASS [ 9.423s] integration-tests::integration test_list_binaries_only
9982024-10-09T04:24:34.633Z PASS [ 9.829s] integration-tests::integration test_list_host_after_build
9992024-10-09T04:24:34.932Z PASS [ 10.131s] integration-tests::integration test_list_full_after_build
10002024-10-09T04:24:34.968Z PASS [ 10.171s] integration-tests::integration test_list_full
10012024-10-09T04:24:35.341Z PASS [ 10.545s] integration-tests::integration test_list_default
10022024-10-09T04:24:35.784Z PASS [ 10.976s] integration-tests::integration test_list_target_after_build
10032024-10-09T04:24:41.194Z PASS [ 16.210s] integration-tests::integration test_relocated_run
10042024-10-09T04:24:42.528Z PASS [ 7.558s] integration-tests::integration test_run_from_archive_with_missing_includes
10052024-10-09T04:24:45.164Z PASS [ 9.379s] integration-tests::integration test_run_no_tests
10062024-10-09T04:24:45.975Z PASS [ 11.340s] integration-tests::integration test_run_after_build
10072024-10-09T04:24:46.181Z PASS [ 1.017s] integration-tests::integration test_setup_scripts_not_enabled
10082024-10-09T04:24:46.262Z PASS [ 21.435s] integration-tests::integration test_list_with_default_filter
10092024-10-09T04:24:46.692Z PASS [ 0.509s] integration-tests::integration test_show_config_version
10102024-10-09T04:24:46.951Z PASS [ 4.421s] integration-tests::integration test_setup_script_error
10112024-10-09T04:24:47.012Z PASS [ 0.062s] integration-tests::integration test_version_info
10122024-10-09T04:24:47.487Z PASS [ 0.475s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10132024-10-09T04:24:47.510Z PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error
10142024-10-09T04:24:47.533Z PASS [ 0.021s] nextest-filtering parsing::tests::test_expected_eof
10152024-10-09T04:24:47.556Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr
10162024-10-09T04:24:47.576Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator
10172024-10-09T04:24:47.607Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_escapes
10182024-10-09T04:24:47.631Z PASS [ 0.029s] nextest-filtering parsing::tests::test_invalid_glob
10192024-10-09T04:24:47.658Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_or_operator
10202024-10-09T04:24:47.682Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_platform
10212024-10-09T04:24:47.710Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_regex
10222024-10-09T04:24:47.732Z PASS [ 0.027s] nextest-filtering parsing::tests::test_missing_argument
10232024-10-09T04:24:47.786Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_close_parentheses
10242024-10-09T04:24:47.822Z PASS [ 0.052s] nextest-filtering parsing::tests::test_missing_close_regex
10252024-10-09T04:24:47.843Z PASS [ 12.894s] integration-tests::integration test_run_from_archive_with_includes
10262024-10-09T04:24:47.846Z PASS [ 0.030s] nextest-filtering parsing::tests::test_missing_open_parentheses
10272024-10-09T04:24:47.864Z PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_parentheses
10282024-10-09T04:24:47.897Z PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_comma
10292024-10-09T04:24:47.899Z PASS [ 12.529s] integration-tests::integration test_run_from_archive_with_no_includes
10302024-10-09T04:24:47.990Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_intersection
10312024-10-09T04:24:47.993Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_not
10322024-10-09T04:24:47.993Z PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_expr_difference
10332024-10-09T04:24:47.993Z PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_expr_precedence
10342024-10-09T04:24:47.993Z PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_set
10352024-10-09T04:24:47.993Z PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_expr_union
10362024-10-09T04:24:48.024Z PASS [ 0.050s] nextest-filtering parsing::tests::test_parse_glob_matcher
10372024-10-09T04:24:48.028Z PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_name_matcher
10382024-10-09T04:24:48.028Z PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10392024-10-09T04:24:48.055Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_set_def
10402024-10-09T04:24:48.088Z PASS [ 0.064s] nextest-filtering parsing::tests::test_parse_regex
10412024-10-09T04:24:48.091Z PASS [ 0.041s] nextest-filtering parsing::tests::test_unexpected_argument
10422024-10-09T04:24:48.091Z PASS [ 0.040s] nextest-filtering parsing::tests::test_unexpected_comma
10432024-10-09T04:24:48.118Z PASS [ 0.034s] nextest-filtering::match test_binary_query
10442024-10-09T04:24:48.137Z PASS [ 0.039s] nextest-filtering::match test_expr_binary
10452024-10-09T04:24:48.149Z PASS [ 0.039s] nextest-filtering::match test_expr_binary_id_glob
10462024-10-09T04:24:48.200Z PASS [ 0.037s] nextest-filtering::match test_expr_kind
10472024-10-09T04:24:48.254Z PASS [ 0.082s] nextest-filtering::match test_expr_deps
10482024-10-09T04:24:48.340Z PASS [ 0.080s] nextest-filtering::match test_expr_kind_partial
10492024-10-09T04:24:48.343Z PASS [ 0.099s] nextest-filtering::match test_expr_package_contains
10502024-10-09T04:24:48.343Z PASS [ 0.073s] nextest-filtering::match test_expr_package_equal
10512024-10-09T04:24:48.374Z PASS [ 0.065s] nextest-filtering::match test_expr_package_regex
10522024-10-09T04:24:48.420Z PASS [ 0.048s] nextest-filtering::match test_expr_platform
10532024-10-09T04:24:48.462Z PASS [ 0.055s] nextest-filtering::match test_expr_rdeps
10542024-10-09T04:24:48.462Z PASS [ 0.045s] nextest-filtering::match test_expr_test
10552024-10-09T04:24:48.583Z PASS [ 0.405s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10562024-10-09T04:24:48.586Z PASS [ 0.040s] nextest-filtering::match test_expr_test_difference::with_and_not
10572024-10-09T04:24:48.586Z PASS [ 0.133s] nextest-filtering::match test_expr_test_difference::with_minus
10582024-10-09T04:24:48.596Z PASS [ 0.051s] nextest-filtering::match test_expr_test_intersect::with_and
10592024-10-09T04:24:48.689Z PASS [ 0.046s] nextest-filtering::match test_expr_test_not
10602024-10-09T04:24:48.847Z PASS [ 0.229s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10612024-10-09T04:24:48.851Z PASS [ 0.103s] nextest-filtering::match test_expr_test_union::with_or
10622024-10-09T04:24:48.851Z PASS [ 0.079s] nextest-filtering::match test_expr_test_union::with_pipe
10632024-10-09T04:24:48.903Z PASS [ 7.659s] integration-tests::integration test_run_with_default_filter
10642024-10-09T04:24:48.908Z PASS [ 0.158s] nextest-filtering::match test_expr_test_union::with_plus
10652024-10-09T04:24:48.911Z PASS [ 0.088s] nextest-filtering::match test_expr_with_no_matching_packages
10662024-10-09T04:24:48.911Z PASS [ 0.050s] nextest-metadata test_list::tests::test_binary_id_ord
10672024-10-09T04:24:48.911Z PASS [ 0.055s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10682024-10-09T04:24:48.911Z PASS [ 0.049s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10692024-10-09T04:24:48.923Z PASS [ 0.029s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10702024-10-09T04:24:48.945Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10712024-10-09T04:24:48.960Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10722024-10-09T04:24:48.962Z PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10732024-10-09T04:24:49.036Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10742024-10-09T04:24:49.040Z PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10752024-10-09T04:24:49.040Z PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10762024-10-09T04:24:49.299Z PASS [ 0.083s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10772024-10-09T04:24:49.299Z PASS [ 0.065s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10782024-10-09T04:24:49.302Z PASS [ 0.155s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10792024-10-09T04:24:49.302Z PASS [ 0.241s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10802024-10-09T04:24:49.597Z PASS [ 0.542s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10812024-10-09T04:24:49.689Z PASS [ 0.412s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10822024-10-09T04:24:49.703Z PASS [ 0.452s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10832024-10-09T04:24:49.754Z PASS [ 0.587s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10842024-10-09T04:24:49.956Z PASS [ 0.359s] nextest-runner config::archive::tests::parse_invalid::missing_list
10852024-10-09T04:24:50.007Z PASS [ 3.728s] integration-tests::integration test_target_arg
10862024-10-09T04:24:50.034Z PASS [ 0.044s] nextest-runner config::config_impl::tests::default_config_is_valid
10872024-10-09T04:24:50.053Z PASS [ 0.350s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10882024-10-09T04:24:50.065Z PASS [ 0.375s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10892024-10-09T04:24:50.076Z PASS [ 0.022s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10902024-10-09T04:24:50.085Z PASS [ 0.020s] nextest-runner config::identifier::tests::test_invalid
10912024-10-09T04:24:50.098Z PASS [ 0.023s] nextest-runner config::identifier::tests::test_valid
10922024-10-09T04:24:50.104Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_accumulate
10932024-10-09T04:24:50.130Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
10942024-10-09T04:24:50.130Z PASS [ 0.373s] nextest-runner config::archive::tests::parse_invalid::parent_component
10952024-10-09T04:24:50.141Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
10962024-10-09T04:24:50.206Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
10972024-10-09T04:24:50.209Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
10982024-10-09T04:24:50.209Z PASS [ 0.034s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
10992024-10-09T04:24:50.209Z PASS [ 0.037s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11002024-10-09T04:24:50.209Z PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11012024-10-09T04:24:50.209Z PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11022024-10-09T04:24:50.285Z PASS [ 0.331s] nextest-runner config::archive::tests::parse_valid
11032024-10-09T04:24:50.391Z PASS [ 0.358s] nextest-runner config::config_impl::tests::ignored_keys
11042024-10-09T04:24:50.495Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11052024-10-09T04:24:50.503Z PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11062024-10-09T04:24:50.528Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11072024-10-09T04:24:50.612Z PASS [ 0.326s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11082024-10-09T04:24:50.712Z PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11092024-10-09T04:24:50.813Z PASS [ 0.321s] nextest-runner config::overrides::tests::test_overrides_basic
11102024-10-09T04:24:50.828Z PASS [ 0.326s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11112024-10-09T04:24:50.833Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11122024-10-09T04:24:50.911Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11132024-10-09T04:24:51.012Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11142024-10-09T04:24:51.129Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11152024-10-09T04:24:51.144Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11162024-10-09T04:24:51.156Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11172024-10-09T04:24:51.247Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11182024-10-09T04:24:51.342Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11192024-10-09T04:24:51.464Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11202024-10-09T04:24:51.469Z PASS [ 0.326s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11212024-10-09T04:24:51.474Z PASS [ 0.325s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11222024-10-09T04:24:51.597Z PASS [ 0.364s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11232024-10-09T04:24:51.714Z PASS [ 0.371s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11242024-10-09T04:24:51.795Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11252024-10-09T04:24:51.804Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11262024-10-09T04:24:51.821Z PASS [ 0.344s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11272024-10-09T04:24:51.935Z PASS [ 0.335s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11282024-10-09T04:24:52.060Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11292024-10-09T04:24:52.135Z PASS [ 0.344s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11302024-10-09T04:24:52.142Z PASS [ 0.339s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11312024-10-09T04:24:52.157Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11322024-10-09T04:24:52.264Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11332024-10-09T04:24:52.376Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_valid
11342024-10-09T04:24:52.446Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11352024-10-09T04:24:52.462Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11362024-10-09T04:24:52.470Z PASS [ 0.317s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11372024-10-09T04:24:52.516Z PASS [ 5.824s] integration-tests::integration test_target_dir
11382024-10-09T04:24:52.582Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11392024-10-09T04:24:52.677Z PASS [ 0.300s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11402024-10-09T04:24:52.760Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11412024-10-09T04:24:52.769Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11422024-10-09T04:24:52.790Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11432024-10-09T04:24:52.824Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11442024-10-09T04:24:52.886Z PASS [ 6.910s] integration-tests::integration test_show_config_test_groups
11452024-10-09T04:24:52.901Z PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11462024-10-09T04:24:52.984Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11472024-10-09T04:24:53.057Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11482024-10-09T04:24:53.062Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11492024-10-09T04:24:53.093Z PASS [ 0.321s] nextest-runner config::scripts::tests::test_scripts_basic
11502024-10-09T04:24:53.117Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11512024-10-09T04:24:53.194Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11522024-10-09T04:24:53.196Z PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11532024-10-09T04:24:53.292Z PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11542024-10-09T04:24:53.362Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11552024-10-09T04:24:53.367Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11562024-10-09T04:24:53.402Z PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11572024-10-09T04:24:53.422Z PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11582024-10-09T04:24:53.512Z PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11592024-10-09T04:24:53.519Z PASS [ 0.324s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11602024-10-09T04:24:53.649Z PASS [ 0.357s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11612024-10-09T04:24:53.686Z PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11622024-10-09T04:24:53.716Z PASS [ 0.354s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11632024-10-09T04:24:53.750Z PASS [ 0.348s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11642024-10-09T04:24:53.769Z PASS [ 0.347s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11652024-10-09T04:24:53.832Z PASS [ 0.313s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11662024-10-09T04:24:53.863Z PASS [ 0.338s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11672024-10-09T04:24:53.969Z PASS [ 0.319s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11682024-10-09T04:24:54.004Z PASS [ 0.316s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11692024-10-09T04:24:54.032Z PASS [ 0.314s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11702024-10-09T04:24:54.078Z PASS [ 0.327s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11712024-10-09T04:24:54.083Z PASS [ 0.314s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11722024-10-09T04:24:54.143Z PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11732024-10-09T04:24:54.197Z PASS [ 0.325s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11742024-10-09T04:24:54.293Z PASS [ 0.322s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11752024-10-09T04:24:54.329Z PASS [ 0.327s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11762024-10-09T04:24:54.349Z PASS [ 0.319s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11772024-10-09T04:24:54.370Z PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file
11782024-10-09T04:24:54.408Z PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11792024-10-09T04:24:54.408Z PASS [ 0.316s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11802024-10-09T04:24:54.415Z PASS [ 0.021s] nextest-runner list::binary_list::tests::test_parse_binary_list
11812024-10-09T04:24:54.423Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11822024-10-09T04:24:54.436Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11832024-10-09T04:24:54.442Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
11842024-10-09T04:24:54.457Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
11852024-10-09T04:24:54.462Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
11862024-10-09T04:24:54.478Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
11872024-10-09T04:24:54.483Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
11882024-10-09T04:24:54.495Z PASS [ 0.353s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11892024-10-09T04:24:54.499Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
11902024-10-09T04:24:54.558Z PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
11912024-10-09T04:24:54.561Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
11922024-10-09T04:24:54.561Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
11932024-10-09T04:24:54.561Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
11942024-10-09T04:24:54.561Z PASS [ 0.022s] nextest-runner list::test_list::tests::test_parse_test_list
11952024-10-09T04:24:54.561Z PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str
11962024-10-09T04:24:54.561Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
11972024-10-09T04:24:54.561Z PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
11982024-10-09T04:24:54.561Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
11992024-10-09T04:24:54.561Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12002024-10-09T04:24:54.561Z PASS [ 0.020s] nextest-runner redact::tests::test_redact_path
12012024-10-09T04:24:54.565Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::no_capture_settings
12022024-10-09T04:24:54.592Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12032024-10-09T04:24:54.594Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12042024-10-09T04:24:54.611Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12052024-10-09T04:24:54.614Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12062024-10-09T04:24:54.623Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12072024-10-09T04:24:54.629Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12082024-10-09T04:24:54.637Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12092024-10-09T04:24:54.647Z PASS [ 0.319s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12102024-10-09T04:24:54.652Z PASS [ 0.363s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12112024-10-09T04:24:54.660Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12122024-10-09T04:24:54.661Z PASS [ 0.021s] nextest-runner reporter::displayer::tests::test_final_warnings
12132024-10-09T04:24:54.680Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12142024-10-09T04:24:54.680Z PASS [ 0.063s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12152024-10-09T04:24:54.680Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12162024-10-09T04:24:54.683Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12172024-10-09T04:24:54.683Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12182024-10-09T04:24:54.696Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12192024-10-09T04:24:54.698Z PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12202024-10-09T04:24:54.698Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_highlight_end
12212024-10-09T04:24:54.714Z PASS [ 0.057s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12222024-10-09T04:24:54.720Z PASS [ 0.025s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12232024-10-09T04:24:54.724Z PASS [ 0.355s] nextest-runner config::tool_config::tests::tool_config_basic
12242024-10-09T04:24:54.737Z PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative
12252024-10-09T04:24:54.743Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output
12262024-10-09T04:24:54.762Z PASS [ 0.023s] nextest-runner runner::tests::test_is_success
12272024-10-09T04:24:54.762Z PASS [ 0.028s] nextest-runner runner::tests::no_capture_settings
12282024-10-09T04:24:54.762Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12292024-10-09T04:24:54.812Z PASS [ 0.080s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12302024-10-09T04:24:54.812Z PASS [ 0.076s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12312024-10-09T04:24:54.812Z PASS [ 0.026s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12322024-10-09T04:24:54.812Z PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config
12332024-10-09T04:24:54.812Z PASS [ 0.027s] nextest-runner test_filter::tests::empty_pattern_examples
12342024-10-09T04:24:54.812Z PASS [ 0.031s] nextest-runner test_filter::tests::pattern_examples
12352024-10-09T04:24:54.862Z PASS [ 0.113s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12362024-10-09T04:24:54.882Z PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples
12372024-10-09T04:24:54.898Z PASS [ 0.131s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12382024-10-09T04:24:54.940Z PASS [ 0.150s] nextest-runner test_filter::tests::proptest_empty
12392024-10-09T04:24:55.031Z PASS [ 0.232s] nextest-runner test_filter::tests::proptest_no_match
12402024-10-09T04:24:55.035Z PASS [ 0.301s] nextest-runner rustc_cli::tests::test_execute_with_failure
12412024-10-09T04:24:55.453Z PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause
12422024-10-09T04:24:55.569Z PASS [ 0.773s] nextest-runner test_filter::tests::proptest_exact
12432024-10-09T04:24:55.869Z PASS [ 1.065s] nextest-runner test_filter::tests::proptest_substring
12442024-10-09T04:24:56.857Z PASS [ 22.640s] integration-tests::integration test_run
12452024-10-09T04:24:56.947Z PASS [ 1.851s] nextest-runner::integration basic::test_list_binaries
12462024-10-09T04:24:57.118Z PASS [ 2.080s] nextest-runner::integration basic::test_list_tests
12472024-10-09T04:24:57.125Z PASS [ 2.192s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12482024-10-09T04:24:57.146Z PASS [ 2.256s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12492024-10-09T04:24:57.151Z PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching
12502024-10-09T04:24:57.174Z PASS [ 0.022s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12512024-10-09T04:24:57.186Z PASS [ 0.328s] nextest-runner::integration basic::test_run_ignored
12522024-10-09T04:24:57.197Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact
12532024-10-09T04:24:57.238Z PASS [ 0.353s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12542024-10-09T04:24:57.417Z PASS [ 0.270s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12552024-10-09T04:24:57.441Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_cargo_env
12562024-10-09T04:24:57.466Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli
12572024-10-09T04:24:57.491Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12582024-10-09T04:24:57.515Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12592024-10-09T04:24:57.540Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env
12602024-10-09T04:24:57.566Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12612024-10-09T04:24:57.574Z PASS [ 0.393s] nextest-runner::integration target_runner::parses_cargo_env
12622024-10-09T04:24:57.584Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_target_cli_option
12632024-10-09T04:24:57.780Z PASS [ 0.587s] nextest-runner::integration target_runner::test_listing_with_target_runner
12642024-10-09T04:24:58.368Z PASS [ 2.504s] nextest-runner::integration basic::test_run
12652024-10-09T04:24:58.451Z PASS [ 2.887s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12662024-10-09T04:24:58.525Z PASS [ 3.078s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12672024-10-09T04:24:58.739Z PASS [ 1.509s] nextest-runner::integration target_runner::test_run_with_target_runner
12682024-10-09T04:24:59.489Z PASS [ 2.378s] nextest-runner::integration basic::test_termination
12692024-10-09T04:24:59.492Z------------
12702024-10-09T04:24:59.492Z Summary [ 34.706s] 274 tests run: 274 passed, 0 skipped
12712024-10-09T04:24:59.518Z
12722024-10-09T04:24:59.520Zreal 35.797066437
12732024-10-09T04:24:59.520Zuser 2:20.121807329
12742024-10-09T04:24:59.520Zsys 1:41.353434070
12752024-10-09T04:24:59.521Ztrap 0.358595138
12762024-10-09T04:24:59.521Ztflt 0.864073397
12772024-10-09T04:24:59.521Zdflt 1.562121878
12782024-10-09T04:24:59.521Zkflt 0.003823847
12792024-10-09T04:24:59.521Zlock 30:07.932897639
12802024-10-09T04:24:59.521Zslp 51:38.498898894
12812024-10-09T04:24:59.521Zlat 12:32.335203752
12822024-10-09T04:24:59.521Zstop 5:31.007059090
12832024-10-09T04:24:59.521Z+ banner release
12842024-10-09T04:24:59.523Z
12852024-10-09T04:24:59.523Z ##### ###### # ###### ## #### ######
12862024-10-09T04:24:59.523Z # # # # # # # # #
12872024-10-09T04:24:59.523Z # # ##### # ##### # # #### #####
12882024-10-09T04:24:59.523Z ##### # # # ###### # #
12892024-10-09T04:24:59.523Z # # # # # # # # # #
12902024-10-09T04:24:59.523Z # # ###### ###### ###### # # #### ######
12912024-10-09T04:24:59.524Z
12922024-10-09T04:24:59.524Z+ ptime -m cargo nextest run --profile ci
12932024-10-09T04:25:00.166Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
12942024-10-09T04:25:00.271Z------------
12952024-10-09T04:25:00.271Z Nextest run ID 55468473-359a-4631-9e13-4ff00767c3ea with nextest profile: ci
12962024-10-09T04:25:00.271Z Starting 274 tests across 12 binaries
12972024-10-09T04:25:00.313Z PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
12982024-10-09T04:25:00.481Z PASS [ 0.195s] cargo-nextest dispatch::tests::test_argument_parsing
12992024-10-09T04:25:10.065Z PASS [ 9.783s] integration-tests::integration test_list_binaries_only
13002024-10-09T04:25:10.318Z PASS [ 10.020s] integration-tests::integration test_list_host_after_build
13012024-10-09T04:25:10.481Z PASS [ 10.196s] integration-tests::integration test_list_default
13022024-10-09T04:25:10.726Z PASS [ 10.428s] integration-tests::integration test_list_target_after_build
13032024-10-09T04:25:10.965Z PASS [ 10.673s] integration-tests::integration test_list_full_after_build
13042024-10-09T04:25:10.991Z PASS [ 10.702s] integration-tests::integration test_list_full
13052024-10-09T04:25:13.859Z PASS [ 13.383s] integration-tests::integration test_relocated_run
13062024-10-09T04:25:19.220Z PASS [ 8.492s] integration-tests::integration test_run_from_archive_with_missing_includes
13072024-10-09T04:25:21.236Z PASS [ 20.922s] integration-tests::integration test_list_with_default_filter
13082024-10-09T04:25:21.280Z PASS [ 10.287s] integration-tests::integration test_run_no_tests
13092024-10-09T04:25:21.897Z PASS [ 0.661s] integration-tests::integration test_setup_scripts_not_enabled
13102024-10-09T04:25:21.965Z PASS [ 11.648s] integration-tests::integration test_run_after_build
13112024-10-09T04:25:22.421Z PASS [ 0.521s] integration-tests::integration test_show_config_version
13122024-10-09T04:25:22.764Z PASS [ 12.281s] integration-tests::integration test_run_from_archive_with_includes
13132024-10-09T04:25:22.817Z PASS [ 0.053s] integration-tests::integration test_version_info
13142024-10-09T04:25:22.851Z PASS [ 8.993s] integration-tests::integration test_run_with_default_filter
13152024-10-09T04:25:22.868Z PASS [ 0.017s] nextest-filtering parsing::tests::test_complex_error
13162024-10-09T04:25:22.897Z PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_eof
13172024-10-09T04:25:22.931Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr
13182024-10-09T04:25:22.934Z PASS [ 0.027s] nextest-filtering parsing::tests::test_invalid_and_operator
13192024-10-09T04:25:22.952Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_escapes
13202024-10-09T04:25:22.993Z PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_glob
13212024-10-09T04:25:22.997Z PASS [ 3.777s] integration-tests::integration test_setup_script_error
13222024-10-09T04:25:23.023Z PASS [ 0.042s] nextest-filtering parsing::tests::test_invalid_or_operator
13232024-10-09T04:25:23.039Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex
13242024-10-09T04:25:23.039Z PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_platform
13252024-10-09T04:25:23.054Z PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_argument
13262024-10-09T04:25:23.063Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_close_regex
13272024-10-09T04:25:23.063Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_parentheses
13282024-10-09T04:25:23.076Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_open_parentheses
13292024-10-09T04:25:23.092Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses
13302024-10-09T04:25:23.096Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_comma
13312024-10-09T04:25:23.107Z PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_expr_difference
13322024-10-09T04:25:23.114Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_intersection
13332024-10-09T04:25:23.123Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_not
13342024-10-09T04:25:23.133Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_precedence
13352024-10-09T04:25:23.138Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_set
13362024-10-09T04:25:23.193Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_union
13372024-10-09T04:25:23.196Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_glob_matcher
13382024-10-09T04:25:23.196Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher
13392024-10-09T04:25:23.196Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13402024-10-09T04:25:23.212Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_set_def
13412024-10-09T04:25:23.232Z PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument
13422024-10-09T04:25:23.243Z PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex
13432024-10-09T04:25:23.267Z PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_comma
13442024-10-09T04:25:23.267Z PASS [ 0.432s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13452024-10-09T04:25:23.308Z PASS [ 0.025s] nextest-filtering::match test_binary_query
13462024-10-09T04:25:23.308Z PASS [ 0.043s] nextest-filtering::match test_expr_binary
13472024-10-09T04:25:23.308Z PASS [ 0.032s] nextest-filtering::match test_expr_binary_id_glob
13482024-10-09T04:25:23.324Z PASS [ 0.024s] nextest-filtering::match test_expr_deps
13492024-10-09T04:25:23.335Z PASS [ 0.027s] nextest-filtering::match test_expr_kind
13502024-10-09T04:25:23.357Z PASS [ 0.023s] nextest-filtering::match test_expr_package_contains
13512024-10-09T04:25:23.372Z PASS [ 0.049s] nextest-filtering::match test_expr_kind_partial
13522024-10-09T04:25:23.379Z PASS [ 0.022s] nextest-filtering::match test_expr_package_equal
13532024-10-09T04:25:23.394Z PASS [ 0.020s] nextest-filtering::match test_expr_package_regex
13542024-10-09T04:25:23.401Z PASS [ 0.021s] nextest-filtering::match test_expr_platform
13552024-10-09T04:25:23.423Z PASS [ 0.021s] nextest-filtering::match test_expr_rdeps
13562024-10-09T04:25:23.430Z PASS [ 0.030s] nextest-filtering::match test_expr_test
13572024-10-09T04:25:23.435Z PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_and_not
13582024-10-09T04:25:23.455Z PASS [ 0.019s] nextest-filtering::match test_expr_test_difference::with_minus
13592024-10-09T04:25:23.460Z PASS [ 0.025s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13602024-10-09T04:25:23.505Z PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_and
13612024-10-09T04:25:23.515Z PASS [ 0.034s] nextest-filtering::match test_expr_test_union::with_or
13622024-10-09T04:25:23.515Z PASS [ 0.051s] nextest-filtering::match test_expr_test_not
13632024-10-09T04:25:23.531Z PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_pipe
13642024-10-09T04:25:23.537Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus
13652024-10-09T04:25:23.557Z PASS [ 0.020s] nextest-filtering::match test_expr_with_no_matching_packages
13662024-10-09T04:25:23.574Z PASS [ 0.026s] nextest-metadata test_list::tests::test_binary_id_ord
13672024-10-09T04:25:23.609Z PASS [ 0.028s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13682024-10-09T04:25:23.646Z PASS [ 0.051s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13692024-10-09T04:25:23.673Z PASS [ 0.415s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13702024-10-09T04:25:23.678Z PASS [ 0.065s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13712024-10-09T04:25:23.783Z PASS [ 0.040s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13722024-10-09T04:25:23.786Z PASS [ 0.112s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13732024-10-09T04:25:23.786Z PASS [ 12.725s] integration-tests::integration test_run_from_archive_with_no_includes
13742024-10-09T04:25:23.789Z PASS [ 0.045s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13752024-10-09T04:25:23.789Z PASS [ 0.110s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13762024-10-09T04:25:23.789Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13772024-10-09T04:25:23.822Z PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13782024-10-09T04:25:23.825Z PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13792024-10-09T04:25:23.825Z PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13802024-10-09T04:25:23.931Z PASS [ 0.059s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13812024-10-09T04:25:23.931Z PASS [ 0.175s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13822024-10-09T04:25:24.326Z PASS [ 0.500s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13832024-10-09T04:25:24.402Z PASS [ 0.535s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
13842024-10-09T04:25:24.455Z PASS [ 0.556s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
13852024-10-09T04:25:24.463Z PASS [ 0.631s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
13862024-10-09T04:25:24.922Z PASS [ 0.598s] nextest-runner config::archive::tests::parse_invalid::missing_list
13872024-10-09T04:25:24.992Z PASS [ 0.537s] nextest-runner config::archive::tests::parse_invalid::negative_depth
13882024-10-09T04:25:25.012Z PASS [ 0.606s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
13892024-10-09T04:25:25.016Z PASS [ 0.022s] nextest-runner config::config_impl::tests::default_config_is_valid
13902024-10-09T04:25:25.042Z PASS [ 0.018s] nextest-runner config::helpers::tests::test_deserialize_relative_path
13912024-10-09T04:25:25.054Z PASS [ 0.017s] nextest-runner config::identifier::tests::test_invalid
13922024-10-09T04:25:25.054Z PASS [ 0.588s] nextest-runner config::archive::tests::parse_invalid::parent_component
13932024-10-09T04:25:25.069Z PASS [ 0.014s] nextest-runner config::identifier::tests::test_valid
13942024-10-09T04:25:25.075Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_accumulate
13952024-10-09T04:25:25.084Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
13962024-10-09T04:25:25.096Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
13972024-10-09T04:25:25.120Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
13982024-10-09T04:25:25.124Z PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
13992024-10-09T04:25:25.138Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14002024-10-09T04:25:25.143Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14012024-10-09T04:25:25.173Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14022024-10-09T04:25:25.183Z PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14032024-10-09T04:25:25.336Z PASS [ 0.411s] nextest-runner config::archive::tests::parse_valid
14042024-10-09T04:25:25.397Z PASS [ 0.389s] nextest-runner config::config_impl::tests::ignored_keys
14052024-10-09T04:25:25.522Z PASS [ 0.369s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14062024-10-09T04:25:25.536Z PASS [ 0.358s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14072024-10-09T04:25:25.749Z PASS [ 0.407s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14082024-10-09T04:25:25.775Z PASS [ 0.378s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14092024-10-09T04:25:25.866Z PASS [ 0.343s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14102024-10-09T04:25:25.886Z PASS [ 3.913s] integration-tests::integration test_target_arg
14112024-10-09T04:25:25.924Z PASS [ 0.388s] nextest-runner config::overrides::tests::test_overrides_basic
14122024-10-09T04:25:26.074Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14132024-10-09T04:25:26.084Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14142024-10-09T04:25:26.182Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14152024-10-09T04:25:26.204Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14162024-10-09T04:25:26.243Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14172024-10-09T04:25:26.405Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14182024-10-09T04:25:26.408Z PASS [ 0.336s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14192024-10-09T04:25:26.497Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14202024-10-09T04:25:26.517Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14212024-10-09T04:25:26.568Z PASS [ 0.336s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14222024-10-09T04:25:26.713Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14232024-10-09T04:25:26.717Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14242024-10-09T04:25:26.805Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14252024-10-09T04:25:26.838Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14262024-10-09T04:25:26.874Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14272024-10-09T04:25:27.014Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14282024-10-09T04:25:27.042Z PASS [ 0.325s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14292024-10-09T04:25:27.093Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14302024-10-09T04:25:27.124Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14312024-10-09T04:25:27.175Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14322024-10-09T04:25:27.328Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14332024-10-09T04:25:27.362Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14342024-10-09T04:25:27.417Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14352024-10-09T04:25:27.456Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_valid
14362024-10-09T04:25:27.489Z PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14372024-10-09T04:25:27.703Z PASS [ 0.340s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14382024-10-09T04:25:27.735Z PASS [ 0.406s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14392024-10-09T04:25:27.771Z PASS [ 0.354s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14402024-10-09T04:25:27.805Z PASS [ 0.349s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14412024-10-09T04:25:27.828Z PASS [ 0.337s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14422024-10-09T04:25:28.048Z PASS [ 0.345s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14432024-10-09T04:25:28.062Z PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14442024-10-09T04:25:28.104Z PASS [ 0.330s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14452024-10-09T04:25:28.117Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14462024-10-09T04:25:28.141Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14472024-10-09T04:25:28.378Z PASS [ 0.330s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14482024-10-09T04:25:28.381Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14492024-10-09T04:25:28.428Z PASS [ 0.326s] nextest-runner config::scripts::tests::test_scripts_basic
14502024-10-09T04:25:28.446Z PASS [ 0.331s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14512024-10-09T04:25:28.466Z PASS [ 0.322s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14522024-10-09T04:25:28.632Z PASS [ 7.351s] integration-tests::integration test_show_config_test_groups
14532024-10-09T04:25:28.683Z PASS [ 6.263s] integration-tests::integration test_target_dir
14542024-10-09T04:25:28.691Z PASS [ 0.309s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14552024-10-09T04:25:28.695Z PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14562024-10-09T04:25:28.747Z PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14572024-10-09T04:25:28.751Z PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14582024-10-09T04:25:28.766Z PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14592024-10-09T04:25:28.924Z PASS [ 0.292s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14602024-10-09T04:25:28.963Z PASS [ 0.268s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14612024-10-09T04:25:28.970Z PASS [ 0.286s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14622024-10-09T04:25:28.970Z PASS [ 0.276s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14632024-10-09T04:25:29.032Z PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14642024-10-09T04:25:29.036Z PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14652024-10-09T04:25:29.045Z PASS [ 0.279s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14662024-10-09T04:25:29.214Z PASS [ 0.291s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14672024-10-09T04:25:29.256Z PASS [ 0.288s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14682024-10-09T04:25:29.267Z PASS [ 0.289s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14692024-10-09T04:25:29.267Z PASS [ 0.297s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14702024-10-09T04:25:29.335Z PASS [ 0.287s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14712024-10-09T04:25:29.335Z PASS [ 0.296s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14722024-10-09T04:25:29.339Z PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14732024-10-09T04:25:29.521Z PASS [ 0.307s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14742024-10-09T04:25:29.573Z PASS [ 0.308s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14752024-10-09T04:25:29.573Z PASS [ 0.303s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14762024-10-09T04:25:29.573Z PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14772024-10-09T04:25:29.656Z PASS [ 0.319s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14782024-10-09T04:25:29.656Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14792024-10-09T04:25:29.659Z PASS [ 0.320s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14802024-10-09T04:25:29.669Z PASS [ 0.013s] nextest-runner config::tool_config::tests::parse_tool_config_file
14812024-10-09T04:25:29.684Z PASS [ 0.015s] nextest-runner list::binary_list::tests::test_parse_binary_list
14822024-10-09T04:25:29.706Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
14832024-10-09T04:25:29.715Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
14842024-10-09T04:25:29.740Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
14852024-10-09T04:25:29.746Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
14862024-10-09T04:25:29.771Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
14872024-10-09T04:25:29.780Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
14882024-10-09T04:25:29.795Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
14892024-10-09T04:25:29.813Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
14902024-10-09T04:25:29.832Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
14912024-10-09T04:25:29.843Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
14922024-10-09T04:25:29.847Z PASS [ 0.326s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
14932024-10-09T04:25:29.853Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
14942024-10-09T04:25:29.866Z PASS [ 0.017s] nextest-runner list::test_list::tests::test_parse_test_list
14952024-10-09T04:25:29.869Z PASS [ 0.016s] nextest-runner partition::tests::partitioner_builder_from_str
14962024-10-09T04:25:29.883Z PASS [ 0.014s] nextest-runner platform::tests::test_from_rustc_output_invalid
14972024-10-09T04:25:29.888Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
14982024-10-09T04:25:29.926Z PASS [ 0.325s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
14992024-10-09T04:25:29.926Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15002024-10-09T04:25:29.929Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15012024-10-09T04:25:29.929Z PASS [ 0.336s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15022024-10-09T04:25:29.930Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15032024-10-09T04:25:29.930Z PASS [ 0.015s] nextest-runner redact::tests::test_redact_path
15042024-10-09T04:25:29.930Z PASS [ 0.019s] nextest-runner reporter::displayer::tests::no_capture_settings
15052024-10-09T04:25:29.934Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15062024-10-09T04:25:29.939Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15072024-10-09T04:25:29.953Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15082024-10-09T04:25:29.953Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15092024-10-09T04:25:29.953Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15102024-10-09T04:25:29.961Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15112024-10-09T04:25:29.966Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15122024-10-09T04:25:29.970Z PASS [ 0.320s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15132024-10-09T04:25:29.977Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15142024-10-09T04:25:29.977Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_final_warnings
15152024-10-09T04:25:30.010Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15162024-10-09T04:25:30.010Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15172024-10-09T04:25:30.012Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15182024-10-09T04:25:30.015Z PASS [ 0.331s] nextest-runner config::tool_config::tests::tool_config_basic
15192024-10-09T04:25:30.015Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15202024-10-09T04:25:30.015Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15212024-10-09T04:25:30.015Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15222024-10-09T04:25:30.015Z PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15232024-10-09T04:25:30.015Z PASS [ 0.014s] nextest-runner reporter::helpers::tests::test_highlight_end
15242024-10-09T04:25:30.021Z PASS [ 0.012s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15252024-10-09T04:25:30.024Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15262024-10-09T04:25:30.029Z PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative
15272024-10-09T04:25:30.037Z PASS [ 0.019s] nextest-runner runner::tests::no_capture_settings
15282024-10-09T04:25:30.059Z PASS [ 0.017s] nextest-runner runner::tests::test_is_success
15292024-10-09T04:25:30.059Z PASS [ 0.054s] nextest-runner reporter::structured::libtest::test::strips_human_output
15302024-10-09T04:25:30.060Z PASS [ 0.054s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15312024-10-09T04:25:30.060Z PASS [ 0.050s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15322024-10-09T04:25:30.060Z PASS [ 0.053s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15332024-10-09T04:25:30.060Z PASS [ 0.019s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15342024-10-09T04:25:30.065Z PASS [ 0.012s] nextest-runner test_filter::tests::empty_pattern_examples
15352024-10-09T04:25:30.071Z PASS [ 0.020s] nextest-runner target_runner::tests::test_find_config
15362024-10-09T04:25:30.071Z PASS [ 0.016s] nextest-runner test_filter::tests::pattern_examples
15372024-10-09T04:25:30.138Z PASS [ 0.096s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15382024-10-09T04:25:30.153Z PASS [ 0.015s] nextest-runner test_filter::tests::skip_only_pattern_examples
15392024-10-09T04:25:30.163Z PASS [ 0.118s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15402024-10-09T04:25:30.182Z PASS [ 0.122s] nextest-runner test_filter::tests::proptest_empty
15412024-10-09T04:25:30.306Z PASS [ 0.232s] nextest-runner test_filter::tests::proptest_no_match
15422024-10-09T04:25:30.328Z PASS [ 0.297s] nextest-runner rustc_cli::tests::test_execute_with_failure
15432024-10-09T04:25:30.391Z PASS [ 0.089s] nextest-runner::integration basic::test_list_binaries
15442024-10-09T04:25:30.467Z PASS [ 0.303s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15452024-10-09T04:25:30.495Z PASS [ 0.313s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15462024-10-09T04:25:30.570Z PASS [ 0.243s] nextest-runner::integration basic::test_list_tests
15472024-10-09T04:25:30.718Z PASS [ 0.564s] nextest-runner time::stopwatch::tests::stopwatch_pause
15482024-10-09T04:25:30.812Z PASS [ 0.746s] nextest-runner test_filter::tests::proptest_exact
15492024-10-09T04:25:31.002Z PASS [ 0.929s] nextest-runner test_filter::tests::proptest_substring
15502024-10-09T04:25:31.021Z PASS [ 0.019s] nextest-runner::integration target_runner::disregards_non_matching
15512024-10-09T04:25:31.026Z PASS [ 0.457s] nextest-runner::integration basic::test_run_ignored
15522024-10-09T04:25:31.029Z PASS [ 0.313s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15532024-10-09T04:25:31.044Z PASS [ 0.018s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15542024-10-09T04:25:31.047Z PASS [ 0.018s] nextest-runner::integration target_runner::parses_cargo_config_exact
15552024-10-09T04:25:31.277Z PASS [ 0.256s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15562024-10-09T04:25:31.384Z PASS [ 0.340s] nextest-runner::integration target_runner::parses_cargo_env
15572024-10-09T04:25:31.401Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_cargo_env
15582024-10-09T04:25:31.420Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli
15592024-10-09T04:25:31.440Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15602024-10-09T04:25:31.457Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15612024-10-09T04:25:31.477Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env
15622024-10-09T04:25:31.495Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15632024-10-09T04:25:31.498Z PASS [ 0.451s] nextest-runner::integration target_runner::test_listing_with_target_runner
15642024-10-09T04:25:31.508Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_target_cli_option
15652024-10-09T04:25:31.931Z PASS [ 21.867s] integration-tests::integration test_run
15662024-10-09T04:25:32.026Z PASS [ 1.639s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15672024-10-09T04:25:32.088Z PASS [ 1.626s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15682024-10-09T04:25:32.146Z PASS [ 1.656s] nextest-runner::integration basic::test_run
15692024-10-09T04:25:32.664Z PASS [ 1.391s] nextest-runner::integration target_runner::test_run_with_target_runner
15702024-10-09T04:25:33.213Z PASS [ 2.405s] nextest-runner::integration basic::test_termination
15712024-10-09T04:25:33.216Z------------
15722024-10-09T04:25:33.216Z Summary [ 32.937s] 274 tests run: 274 passed, 0 skipped
15732024-10-09T04:25:33.233Z
15742024-10-09T04:25:33.235Zreal 33.702099351
15752024-10-09T04:25:33.236Zuser 2:13.238235113
15762024-10-09T04:25:33.236Zsys 1:37.445157046
15772024-10-09T04:25:33.236Ztrap 0.354861814
15782024-10-09T04:25:33.236Ztflt 0.605333567
15792024-10-09T04:25:33.236Zdflt 1.814353931
15802024-10-09T04:25:33.236Zkflt 0.000345996
15812024-10-09T04:25:33.236Zlock 30:05.468012857
15822024-10-09T04:25:33.236Zslp 52:53.384410222
15832024-10-09T04:25:33.236Zlat 13:26.757715860
15842024-10-09T04:25:33.236Zstop 5:22.460741861
15852024-10-09T04:25:33.236Zprocess exited: duration 314933 ms, exit code 0
 
15862024-10-09T04:25:33.242Zfound 0 output files