01JE2SJH3SYVBPKZBVT960HBK6: build-and-test-illumos

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

Buildomat Job: 01JE2SJPV3ZKAD27HT3G47HG4F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-02T04:21:05.474Zjob assigned to worker 01JE2SJQT9PC5SRB5AJ0KH96AC [factory gimlet-EVT22200007-propolis, EVT22200007/19717] (queued for 25 s)
 
22024-12-02T04:21:12.906Zstarting task 0: "setup"
32024-12-02T04:21:12.930Z++ uname -s
42024-12-02T04:21:12.930Z+ kern=SunOS
52024-12-02T04:21:12.930Z+ case "$kern" in
62024-12-02T04:21:12.930Z+ groupadd -g 12345 build
72024-12-02T04:21:12.930Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-02T04:21:14.929Z+ zfs create -o mountpoint=/work rpool/work
92024-12-02T04:21:14.964Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-02T04:21:14.988Z+ home_fs=zfs
112024-12-02T04:21:14.988Z+ [[ zfs == autofs ]]
122024-12-02T04:21:14.988Z+ mkdir -p /home/build
132024-12-02T04:21:14.988Z+ chown build:build /home/build /work
142024-12-02T04:21:16.973Z+ chmod 0700 /home/build /work
152024-12-02T04:21:16.997Zprocess exited: duration 4072 ms, exit code 0
 
162024-12-02T04:21:17.044Zstarting task 1: "rust-toolchain"
172024-12-02T04:21:17.068Z+ printf ' * toolchain channel = "%s"
182024-12-02T04:21:17.068Z * toolchain channel = "stable"
192024-12-02T04:21:17.068Z * toolchain profile = "default"
202024-12-02T04:21:17.068Z' stable
212024-12-02T04:21:17.068Z+ printf ' * toolchain profile = "%s"
222024-12-02T04:21:17.068Z' default
232024-12-02T04:21:17.068Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-02T04:21:17.068Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-02T04:21:17.192Zinfo: downloading installer
262024-12-02T04:21:17.591Zinfo: profile set to 'default'
272024-12-02T04:21:17.591Zinfo: default host triple is x86_64-unknown-illumos
282024-12-02T04:21:17.615Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-02T04:21:17.696Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-02T04:21:17.696Zinfo: downloading component 'cargo'
312024-12-02T04:21:18.091Zinfo: downloading component 'clippy'
322024-12-02T04:21:18.252Zinfo: downloading component 'rust-docs'
332024-12-02T04:21:18.409Zinfo: downloading component 'rust-std'
342024-12-02T04:21:18.679Zinfo: downloading component 'rustc'
352024-12-02T04:21:20.697Zinfo: downloading component 'rustfmt'
362024-12-02T04:21:20.832Zinfo: installing component 'cargo'
372024-12-02T04:21:21.956Zinfo: installing component 'clippy'
382024-12-02T04:21:22.431Zinfo: installing component 'rust-docs'
392024-12-02T04:21:25.271Zinfo: installing component 'rust-std'
402024-12-02T04:21:27.269Zinfo: installing component 'rustc'
412024-12-02T04:21:34.351Zinfo: installing component 'rustfmt'
422024-12-02T04:21:34.726Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-02T04:21:34.726Z
442024-12-02T04:21:34.874Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-02T04:21:34.874Z
462024-12-02T04:21:34.898Z
472024-12-02T04:21:34.898ZRust is installed now. Great!
482024-12-02T04:21:34.898Z
492024-12-02T04:21:34.898ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-02T04:21:34.898Zenvironment variable. This has not been done automatically.
512024-12-02T04:21:34.898Z
522024-12-02T04:21:34.898ZTo configure your current shell, you need to source
532024-12-02T04:21:34.898Zthe corresponding env file under $HOME/.cargo.
542024-12-02T04:21:34.898Z
552024-12-02T04:21:34.898ZThis is usually done by running one of the following (note the leading DOT):
562024-12-02T04:21:34.899Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-02T04:21:34.899Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-02T04:21:34.961Z+ rustc --version
592024-12-02T04:21:35.077Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-02T04:21:35.101Zprocess exited: duration 18037 ms, exit code 0
 
612024-12-02T04:21:35.150Zstarting task 2: "authentication"
622024-12-02T04:21:35.204Zprocess exited: duration 55 ms, exit code 0
 
632024-12-02T04:21:35.251Zstarting task 3: "clone repository"
642024-12-02T04:21:35.275Z+ mkdir -p /work/nextest-rs/nextest
652024-12-02T04:21:35.275Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-02T04:21:35.298ZCloning into '/work/nextest-rs/nextest'...
672024-12-02T04:21:36.998Z+ cd /work/nextest-rs/nextest
682024-12-02T04:21:36.998Z+ git fetch origin 23c90dcb2da7b4a3eb5f32dc5e5184024d739731
692024-12-02T04:21:37.341ZFrom https://github.com/nextest-rs/nextest
702024-12-02T04:21:37.341Z * branch 23c90dcb2da7b4a3eb5f32dc5e5184024d739731 -> FETCH_HEAD
712024-12-02T04:21:37.365Z+ [[ -n '' ]]
722024-12-02T04:21:37.365Z+ git reset --hard 23c90dcb2da7b4a3eb5f32dc5e5184024d739731
732024-12-02T04:21:37.438ZHEAD is now at 23c90dcb chore(deps): update taiki-e/install-action digest to ec9269c
742024-12-02T04:21:37.461Zprocess exited: duration 2188 ms, exit code 0
 
752024-12-02T04:21:37.509Zstarting task 4: "build"
762024-12-02T04:21:37.533Z+ PLATFORM=illumos
772024-12-02T04:21:37.533Z+ export CARGO_TERM_COLOR=always
782024-12-02T04:21:37.533Z+ CARGO_TERM_COLOR=always
792024-12-02T04:21:37.533Z+ cargo --version
802024-12-02T04:21:37.627Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-12-02T04:21:37.650Z+ rustc --version
822024-12-02T04:21:37.733Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-12-02T04:21:37.757Z+ banner install
842024-12-02T04:21:37.757Z
852024-12-02T04:21:37.757Z # # # #### ##### ## # #
862024-12-02T04:21:37.757Z # ## # # # # # # #
872024-12-02T04:21:37.757Z # # # # #### # # # # #
882024-12-02T04:21:37.757Z # # # # # # ###### # #
892024-12-02T04:21:37.757Z # # ## # # # # # # #
902024-12-02T04:21:37.757Z # # # #### # # # ###### ######
912024-12-02T04:21:37.757Z
922024-12-02T04:21:37.757Z+ mkdir -p /home/build/.cargo/bin
932024-12-02T04:21:37.757Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-12-02T04:21:37.757Z+ gunzip
952024-12-02T04:21:37.757Z+ tar xf - -C /home/build/.cargo/bin
962024-12-02T04:21:38.755Z+ banner metadata
972024-12-02T04:21:38.781Z
982024-12-02T04:21:38.782Z # # ###### ##### ## ##### ## ##### ##
992024-12-02T04:21:38.782Z ## ## # # # # # # # # # # #
1002024-12-02T04:21:38.782Z # ## # ##### # # # # # # # # # #
1012024-12-02T04:21:38.782Z # # # # ###### # # ###### # ######
1022024-12-02T04:21:38.782Z # # # # # # # # # # # # #
1032024-12-02T04:21:38.782Z # # ###### # # # ##### # # # # #
1042024-12-02T04:21:38.782Z
1052024-12-02T04:21:38.782Z+ ptime -m cargo build --package nextest-metadata
1062024-12-02T04:21:39.005Z Updating crates.io index
1072024-12-02T04:21:40.318Z Downloading crates ...
1082024-12-02T04:21:40.554Z Downloaded lazy_static v1.5.0
1092024-12-02T04:21:40.578Z Downloaded camino v1.1.9
1102024-12-02T04:21:40.578Z Downloaded ppv-lite86 v0.2.20
1112024-12-02T04:21:40.578Z Downloaded autocfg v1.4.0
1122024-12-02T04:21:40.578Z Downloaded pin-project-lite v0.2.15
1132024-12-02T04:21:40.578Z Downloaded ryu v1.0.18
1142024-12-02T04:21:40.602Z Downloaded num-traits v0.2.19
1152024-12-02T04:21:40.602Z Downloaded miette-derive v7.4.0
1162024-12-02T04:21:40.602Z Downloaded clap v4.5.21
1172024-12-02T04:21:40.602Z Downloaded unicode-ident v1.0.14
1182024-12-02T04:21:40.602Z Downloaded colorchoice v1.0.3
1192024-12-02T04:21:40.634Z Downloaded strsim v0.11.1
1202024-12-02T04:21:40.634Z Downloaded supports-unicode v3.0.0
1212024-12-02T04:21:40.635Z Downloaded shlex v1.3.0
1222024-12-02T04:21:40.635Z Downloaded xxhash-rust v0.8.12
1232024-12-02T04:21:40.635Z Downloaded utf8parse v0.2.2
1242024-12-02T04:21:40.635Z Downloaded supports-color v3.0.2
1252024-12-02T04:21:40.635Z Downloaded rand_core v0.6.4
1262024-12-02T04:21:40.635Z Downloaded is_ci v1.2.0
1272024-12-02T04:21:40.635Z Downloaded errno v0.3.9
1282024-12-02T04:21:40.635Z Downloaded target-lexicon v0.12.16
1292024-12-02T04:21:40.635Z Downloaded supports-hyperlinks v3.0.0
1302024-12-02T04:21:40.635Z Downloaded socket2 v0.5.7
1312024-12-02T04:21:40.635Z Downloaded quote v1.0.37
1322024-12-02T04:21:40.635Z Downloaded either v1.13.0
1332024-12-02T04:21:40.635Z Downloaded signal-hook-registry v1.4.2
1342024-12-02T04:21:40.635Z Downloaded sharded-slab v0.1.7
1352024-12-02T04:21:40.658Z Downloaded zerocopy-derive v0.7.35
1362024-12-02T04:21:40.658Z Downloaded tracing-core v0.1.33
1372024-12-02T04:21:40.658Z Downloaded rand v0.8.5
1382024-12-02T04:21:40.658Z Downloaded borsh v1.5.1
1392024-12-02T04:21:40.682Z Downloaded mio v1.0.2
1402024-12-02T04:21:40.682Z Downloaded zerocopy v0.7.35
1412024-12-02T04:21:40.709Z Downloaded serde_json v1.0.133
1422024-12-02T04:21:40.709Z Downloaded indexmap v2.7.0
1432024-12-02T04:21:40.709Z Downloaded tracing-subscriber v0.3.19
1442024-12-02T04:21:40.709Z Downloaded hashbrown v0.15.1
1452024-12-02T04:21:40.732Z Downloaded bitflags v2.6.0
1462024-12-02T04:21:40.732Z Downloaded anstyle-query v1.1.2
1472024-12-02T04:21:40.732Z Downloaded gimli v0.28.1
1482024-12-02T04:21:40.732Z Downloaded unicode-width v0.2.0
1492024-12-02T04:21:40.756Z Downloaded object v0.32.2
1502024-12-02T04:21:40.756Z Downloaded unicode-width v0.1.14
1512024-12-02T04:21:40.756Z Downloaded syn v2.0.89
1522024-12-02T04:21:40.779Z Downloaded rustix v0.38.37
1532024-12-02T04:21:40.803Z Downloaded textwrap v0.16.1
1542024-12-02T04:21:40.803Z Downloaded serde v1.0.215
1552024-12-02T04:21:40.803Z Downloaded libc v0.2.167
1562024-12-02T04:21:40.827Z Downloaded clap_derive v4.5.18
1572024-12-02T04:21:40.850Z Downloaded cc v1.1.31
1582024-12-02T04:21:40.851Z Downloaded bytes v1.9.0
1592024-12-02T04:21:40.851Z Downloaded owo-colors v4.1.0
1602024-12-02T04:21:40.851Z Downloaded once_cell v1.20.2
1612024-12-02T04:21:40.851Z Downloaded byteorder v1.5.0
1622024-12-02T04:21:40.851Z Downloaded tracing-log v0.2.0
1632024-12-02T04:21:40.851Z Downloaded tracing v0.1.41
1642024-12-02T04:21:40.851Z Downloaded anstyle v1.0.9
1652024-12-02T04:21:40.851Z Downloaded unicode-linebreak v0.1.5
1662024-12-02T04:21:40.875Z Downloaded thiserror-impl v1.0.69
1672024-12-02T04:21:40.875Z Downloaded terminal_size v0.4.0
1682024-12-02T04:21:40.875Z Downloaded target-spec v3.2.2
1692024-12-02T04:21:40.875Z Downloaded rand_chacha v0.3.1
1702024-12-02T04:21:40.875Z Downloaded guppy-workspace-hack v0.1.0
1712024-12-02T04:21:40.875Z Downloaded serde_derive v1.0.215
1722024-12-02T04:21:40.875Z Downloaded cfg_aliases v0.2.1
1732024-12-02T04:21:40.875Z Downloaded clap_lex v0.7.2
1742024-12-02T04:21:40.875Z Downloaded backtrace-ext v0.2.1
1752024-12-02T04:21:40.875Z Downloaded tokio v1.41.1
1762024-12-02T04:21:40.906Z Downloaded addr2line v0.21.0
1772024-12-02T04:21:40.929Z Downloaded unicase v2.8.0
1782024-12-02T04:21:40.929Z Downloaded tokio-macros v2.4.0
1792024-12-02T04:21:40.929Z Downloaded thread_local v1.1.8
1802024-12-02T04:21:40.929Z Downloaded thiserror v1.0.69
1812024-12-02T04:21:40.929Z Downloaded smol_str v0.3.2
1822024-12-02T04:21:40.929Z Downloaded smallvec v1.13.2
1832024-12-02T04:21:40.929Z Downloaded rustc-demangle v0.1.24
1842024-12-02T04:21:40.929Z Downloaded proc-macro2 v1.0.92
1852024-12-02T04:21:40.929Z Downloaded memchr v2.7.4
1862024-12-02T04:21:40.953Z Downloaded is_terminal_polyfill v1.70.1
1872024-12-02T04:21:40.953Z Downloaded equivalent v1.0.1
1882024-12-02T04:21:40.953Z Downloaded backtrace v0.3.71
1892024-12-02T04:21:40.953Z Downloaded anstyle-parse v0.2.6
1902024-12-02T04:21:40.953Z Downloaded anstream v0.6.17
1912024-12-02T04:21:40.953Z Downloaded libm v0.2.8
1922024-12-02T04:21:40.953Z Downloaded itoa v1.0.13
1932024-12-02T04:21:40.953Z Downloaded console v0.15.8
1942024-12-02T04:21:40.976Z Downloaded clap_builder v4.5.21
1952024-12-02T04:21:40.976Z Downloaded cfg-expr v0.17.1
1962024-12-02T04:21:40.976Z Downloaded miniz_oxide v0.7.4
1972024-12-02T04:21:40.976Z Downloaded miette v7.4.0
1982024-12-02T04:21:40.976Z Downloaded heck v0.5.0
1992024-12-02T04:21:40.976Z Downloaded getrandom v0.2.15
2002024-12-02T04:21:40.999Z Downloaded cfg-if v1.0.0
2012024-12-02T04:21:40.999Z Downloaded log v0.4.22
2022024-12-02T04:21:40.999Z Downloaded adler v1.0.2
2032024-12-02T04:21:40.999Z Downloaded jobserver v0.1.32
2042024-12-02T04:21:41.074Z Compiling proc-macro2 v1.0.92
2052024-12-02T04:21:41.074Z Compiling unicode-ident v1.0.14
2062024-12-02T04:21:41.074Z Compiling libc v0.2.167
2072024-12-02T04:21:41.098Z Compiling cfg-if v1.0.0
2082024-12-02T04:21:41.098Z Compiling serde v1.0.215
2092024-12-02T04:21:41.098Z Compiling shlex v1.3.0
2102024-12-02T04:21:41.098Z Compiling memchr v2.7.4
2112024-12-02T04:21:41.225Z Compiling rustix v0.38.37
2122024-12-02T04:21:41.275Z Compiling once_cell v1.20.2
2132024-12-02T04:21:41.441Z Compiling bitflags v2.6.0
2142024-12-02T04:21:41.608Z Compiling tracing-core v0.1.33
2152024-12-02T04:21:41.685Z Compiling camino v1.1.9
2162024-12-02T04:21:41.746Z Compiling byteorder v1.5.0
2172024-12-02T04:21:41.873Z Compiling utf8parse v0.2.2
2182024-12-02T04:21:42.026Z Compiling adler v1.0.2
2192024-12-02T04:21:42.050Z Compiling gimli v0.28.1
2202024-12-02T04:21:42.200Z Compiling jobserver v0.1.32
2212024-12-02T04:21:42.223Z Compiling miniz_oxide v0.7.4
2222024-12-02T04:21:42.223Z Compiling anstyle-parse v0.2.6
2232024-12-02T04:21:42.472Z Compiling object v0.32.2
2242024-12-02T04:21:42.496Z Compiling cc v1.1.31
2252024-12-02T04:21:42.694Z Compiling quote v1.0.37
2262024-12-02T04:21:42.756Z Compiling errno v0.3.9
2272024-12-02T04:21:42.779Z Compiling getrandom v0.2.15
2282024-12-02T04:21:42.835Z Compiling thiserror v1.0.69
2292024-12-02T04:21:42.997Z Compiling syn v2.0.89
2302024-12-02T04:21:43.021Z Compiling anstyle-query v1.1.2
2312024-12-02T04:21:43.136Z Compiling libm v0.2.8
2322024-12-02T04:21:43.162Z Compiling target-lexicon v0.12.16
2332024-12-02T04:21:43.273Z Compiling rustc-demangle v0.1.24
2342024-12-02T04:21:43.437Z Compiling colorchoice v1.0.3
2352024-12-02T04:21:43.567Z Compiling is_terminal_polyfill v1.70.1
2362024-12-02T04:21:43.682Z Compiling unicode-width v0.1.14
2372024-12-02T04:21:43.875Z Compiling terminal_size v0.4.0
2382024-12-02T04:21:44.054Z Compiling autocfg v1.4.0
2392024-12-02T04:21:44.077Z Compiling lazy_static v1.5.0
2402024-12-02T04:21:44.113Z Compiling anstyle v1.0.9
2412024-12-02T04:21:44.200Z Compiling serde_json v1.0.133
2422024-12-02T04:21:44.255Z Compiling owo-colors v4.1.0
2432024-12-02T04:21:44.579Z Compiling anstream v0.6.17
2442024-12-02T04:21:44.675Z Compiling rand_core v0.6.4
2452024-12-02T04:21:44.802Z Compiling num-traits v0.2.19
2462024-12-02T04:21:44.912Z Compiling unicode-width v0.2.0
2472024-12-02T04:21:44.978Z Compiling backtrace v0.3.71
2482024-12-02T04:21:45.058Z Compiling pin-project-lite v0.2.15
2492024-12-02T04:21:45.197Z Compiling addr2line v0.21.0
2502024-12-02T04:21:45.220Z Compiling heck v0.5.0
2512024-12-02T04:21:45.252Z Compiling unicase v2.8.0
2522024-12-02T04:21:45.451Z Compiling strsim v0.11.1
2532024-12-02T04:21:45.575Z Compiling itoa v1.0.13
2542024-12-02T04:21:45.599Z Compiling guppy-workspace-hack v0.1.0
2552024-12-02T04:21:45.689Z Compiling is_ci v1.2.0
2562024-12-02T04:21:45.774Z Compiling clap_lex v0.7.2
2572024-12-02T04:21:45.797Z Compiling ryu v1.0.18
2582024-12-02T04:21:45.890Z Compiling unicode-linebreak v0.1.5
2592024-12-02T04:21:45.914Z Compiling log v0.4.22
2602024-12-02T04:21:46.085Z Compiling clap_builder v4.5.21
2612024-12-02T04:21:46.142Z Compiling tracing-log v0.2.0
2622024-12-02T04:21:46.192Z Compiling textwrap v0.16.1
2632024-12-02T04:21:46.236Z Compiling supports-color v3.0.2
2642024-12-02T04:21:46.260Z Compiling tracing v0.1.41
2652024-12-02T04:21:46.594Z Compiling sharded-slab v0.1.7
2662024-12-02T04:21:47.014Z Compiling signal-hook-registry v1.4.2
2672024-12-02T04:21:47.038Z Compiling mio v1.0.2
2682024-12-02T04:21:47.532Z Compiling thread_local v1.1.8
2692024-12-02T04:21:47.656Z Compiling hashbrown v0.15.1
2702024-12-02T04:21:47.870Z Compiling bytes v1.9.0
2712024-12-02T04:21:47.930Z Compiling supports-hyperlinks v3.0.0
2722024-12-02T04:21:47.954Z Compiling equivalent v1.0.1
2732024-12-02T04:21:47.977Z Compiling smallvec v1.13.2
2742024-12-02T04:21:48.041Z Compiling backtrace-ext v0.2.1
2752024-12-02T04:21:48.139Z Compiling supports-unicode v3.0.0
2762024-12-02T04:21:48.289Z Compiling target-spec v3.2.2
2772024-12-02T04:21:48.313Z Compiling cfg-expr v0.17.1
2782024-12-02T04:21:48.347Z Compiling tracing-subscriber v0.3.19
2792024-12-02T04:21:48.777Z Compiling console v0.15.8
2802024-12-02T04:21:48.825Z Compiling either v1.13.0
2812024-12-02T04:21:49.183Z Compiling xxhash-rust v0.8.12
2822024-12-02T04:21:50.325Z Compiling serde_derive v1.0.215
2832024-12-02T04:21:50.382Z Compiling zerocopy-derive v0.7.35
2842024-12-02T04:21:50.534Z Compiling thiserror-impl v1.0.69
2852024-12-02T04:21:50.558Z Compiling clap_derive v4.5.18
2862024-12-02T04:21:51.153Z Compiling tokio-macros v2.4.0
2872024-12-02T04:21:51.770Z Compiling zerocopy v0.7.35
2882024-12-02T04:21:52.293Z Compiling miette-derive v7.4.0
2892024-12-02T04:21:52.693Z Compiling ppv-lite86 v0.2.20
2902024-12-02T04:21:52.717Z Compiling tokio v1.41.1
2912024-12-02T04:21:53.273Z Compiling rand_chacha v0.3.1
2922024-12-02T04:21:53.564Z Compiling clap v4.5.21
2932024-12-02T04:21:53.643Z Compiling rand v0.8.5
2942024-12-02T04:21:54.267Z Compiling miette v7.4.0
2952024-12-02T04:21:58.807Z Compiling indexmap v2.7.0
2962024-12-02T04:21:58.830Z Compiling smol_str v0.3.2
2972024-12-02T04:21:59.437Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-12-02T04:22:00.701Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-12-02T04:22:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.80s
3002024-12-02T04:22:02.815Z
3012024-12-02T04:22:02.839Zreal 24.021085867
3022024-12-02T04:22:02.839Zuser 1:54.031412221
3032024-12-02T04:22:02.839Zsys 18.285023591
3042024-12-02T04:22:02.839Ztrap 0.063298501
3052024-12-02T04:22:02.839Ztflt 0.138398081
3062024-12-02T04:22:02.839Zdflt 0.231503633
3072024-12-02T04:22:02.839Zkflt 0.000758824
3082024-12-02T04:22:02.839Zlock 2:35.326642821
3092024-12-02T04:22:02.839Zslp 6:15.809707586
3102024-12-02T04:22:02.839Zlat 8.820162491
3112024-12-02T04:22:02.839Zstop 16.964078964
3122024-12-02T04:22:02.839Z+ banner no-update
3132024-12-02T04:22:02.839Z
3142024-12-02T04:22:02.839Z # # #### # # ##### ##### ## ##### ######
3152024-12-02T04:22:02.839Z ## # # # # # # # # # # # # #
3162024-12-02T04:22:02.839Z # # # # # ##### # # # # # # # # # #####
3172024-12-02T04:22:02.839Z # # # # # # # ##### # # ###### # #
3182024-12-02T04:22:02.839Z # ## # # # # # # # # # # #
3192024-12-02T04:22:02.839Z # # #### #### # ##### # # # ######
3202024-12-02T04:22:02.839Z
3212024-12-02T04:22:02.839Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-12-02T04:22:02.999Z Downloading crates ...
3232024-12-02T04:22:03.131Z Downloaded ahash v0.8.11
3242024-12-02T04:22:03.156Z Downloaded enable-ansi-support v0.2.1
3252024-12-02T04:22:03.156Z Downloaded duct v0.13.7
3262024-12-02T04:22:03.156Z Downloaded minimal-lexical v0.2.1
3272024-12-02T04:22:03.157Z Downloaded strip-ansi-escapes v0.2.0
3282024-12-02T04:22:03.157Z Downloaded nested v0.1.1
3292024-12-02T04:22:03.181Z Downloaded pin-project-internal v1.1.7
3302024-12-02T04:22:03.181Z Downloaded vte v0.11.1
3312024-12-02T04:22:03.181Z Downloaded pathdiff v0.2.3
3322024-12-02T04:22:03.181Z Downloaded serde_spanned v0.6.8
3332024-12-02T04:22:03.181Z Downloaded version_check v0.9.5
3342024-12-02T04:22:03.181Z Downloaded toml_edit v0.22.22
3352024-12-02T04:22:03.205Z Downloaded zstd v0.13.2
3362024-12-02T04:22:03.205Z Downloaded zstd-safe v7.2.1
3372024-12-02T04:22:03.205Z Downloaded thiserror v2.0.3
3382024-12-02T04:22:03.229Z Downloaded uuid v1.11.0
3392024-12-02T04:22:03.229Z Downloaded toml v0.8.19
3402024-12-02T04:22:03.229Z Downloaded ron v0.8.1
3412024-12-02T04:22:03.229Z Downloaded quick-xml v0.37.1
3422024-12-02T04:22:03.253Z Downloaded futures v0.3.31
3432024-12-02T04:22:03.253Z Downloaded winnow v0.6.20
3442024-12-02T04:22:03.253Z Downloaded unicode-normalization v0.1.24
3452024-12-02T04:22:03.253Z Downloaded pin-project v1.1.7
3462024-12-02T04:22:03.277Z Downloaded tar v0.4.43
3472024-12-02T04:22:03.277Z Downloaded nom v7.1.3
3482024-12-02T04:22:03.277Z Downloaded semver v1.0.23
3492024-12-02T04:22:03.301Z Downloaded zeroize v1.8.1
3502024-12-02T04:22:03.301Z Downloaded regex v1.11.1
3512024-12-02T04:22:03.301Z Downloaded petgraph v0.6.5
3522024-12-02T04:22:03.324Z Downloaded xattr v1.3.1
3532024-12-02T04:22:03.324Z Downloaded tracing-attributes v0.1.28
3542024-12-02T04:22:03.324Z Downloaded toml_datetime v0.6.8
3552024-12-02T04:22:03.325Z Downloaded tinyvec v1.8.0
3562024-12-02T04:22:03.325Z Downloaded shared_child v1.0.1
3572024-12-02T04:22:03.325Z Downloaded regex-syntax v0.8.5
3582024-12-02T04:22:03.348Z Downloaded serde_path_to_error v0.1.16
3592024-12-02T04:22:03.348Z Downloaded serde_ignored v0.1.10
3602024-12-02T04:22:03.348Z Downloaded quick-junit v0.5.1
3612024-12-02T04:22:03.348Z Downloaded regex-automata v0.4.8
3622024-12-02T04:22:03.371Z Downloaded color-eyre v0.6.3
3632024-12-02T04:22:03.371Z Downloaded owo-colors v3.5.0
3642024-12-02T04:22:03.371Z Downloaded futures-io v0.3.31
3652024-12-02T04:22:03.371Z Downloaded fnv v1.0.7
3662024-12-02T04:22:03.371Z Downloaded vte_generate_state_changes v0.1.2
3672024-12-02T04:22:03.371Z Downloaded thiserror-impl v2.0.3
3682024-12-02T04:22:03.395Z Downloaded tempfile v3.13.0
3692024-12-02T04:22:03.395Z Downloaded target-spec-miette v0.4.0
3702024-12-02T04:22:03.395Z Downloaded swrite v0.1.0
3712024-12-02T04:22:03.395Z Downloaded indicatif v0.17.9
3722024-12-02T04:22:03.395Z Downloaded bstr v1.11.0
3732024-12-02T04:22:03.395Z Downloaded fastrand v2.1.1
3742024-12-02T04:22:03.395Z Downloaded eyre v0.6.12
3752024-12-02T04:22:03.419Z Downloaded tinyvec_macros v0.1.1
3762024-12-02T04:22:03.419Z Downloaded static_assertions v1.1.0
3772024-12-02T04:22:03.419Z Downloaded portable-atomic v1.9.0
3782024-12-02T04:22:03.419Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3792024-12-02T04:22:03.443Z Downloaded itertools v0.13.0
3802024-12-02T04:22:03.443Z Downloaded future-queue v0.3.0
3812024-12-02T04:22:03.443Z Downloaded indent_write v2.2.0
3822024-12-02T04:22:03.443Z Downloaded humantime-serde v1.1.1
3832024-12-02T04:22:03.443Z Downloaded globset v0.4.15
3842024-12-02T04:22:03.443Z Downloaded filetime v0.2.25
3852024-12-02T04:22:03.443Z Downloaded tracing-error v0.2.0
3862024-12-02T04:22:03.443Z Downloaded tokio-stream v0.1.16
3872024-12-02T04:22:03.466Z Downloaded nix v0.29.0
3882024-12-02T04:22:03.466Z Downloaded os_pipe v1.2.1
3892024-12-02T04:22:03.467Z Downloaded newtype-uuid v1.1.3
3902024-12-02T04:22:03.467Z Downloaded guppy v0.17.8
3912024-12-02T04:22:03.490Z Downloaded futures-util v0.3.31
3922024-12-02T04:22:03.490Z Downloaded futures-macro v0.3.31
3932024-12-02T04:22:03.490Z Downloaded indenter v0.3.3
3942024-12-02T04:22:03.490Z Downloaded iana-time-zone v0.1.61
3952024-12-02T04:22:03.490Z Downloaded futures-executor v0.3.31
3962024-12-02T04:22:03.490Z Downloaded futures-core v0.3.31
3972024-12-02T04:22:03.490Z Downloaded futures-channel v0.3.31
3982024-12-02T04:22:03.514Z Downloaded fixedbitset v0.4.2
3992024-12-02T04:22:03.514Z Downloaded dialoguer v0.11.0
4002024-12-02T04:22:03.514Z Downloaded chrono v0.4.38
4012024-12-02T04:22:03.514Z Downloaded cargo-platform v0.1.8
4022024-12-02T04:22:03.514Z Downloaded camino-tempfile v1.1.1
4032024-12-02T04:22:03.514Z Downloaded slab v0.4.9
4042024-12-02T04:22:03.514Z Downloaded shell-words v1.1.0
4052024-12-02T04:22:03.514Z Downloaded pkg-config v0.3.31
4062024-12-02T04:22:03.514Z Downloaded pin-utils v0.1.0
4072024-12-02T04:22:03.514Z Downloaded number_prefix v0.4.0
4082024-12-02T04:22:03.514Z Downloaded humantime v2.1.0
4092024-12-02T04:22:03.514Z Downloaded recursion v0.5.2
4102024-12-02T04:22:03.538Z Downloaded futures-task v0.3.31
4112024-12-02T04:22:03.538Z Downloaded futures-sink v0.3.31
4122024-12-02T04:22:03.538Z Downloaded debug-ignore v1.0.5
4132024-12-02T04:22:03.538Z Downloaded color-spantrace v0.2.1
4142024-12-02T04:22:03.538Z Downloaded cargo_metadata v0.18.1
4152024-12-02T04:22:03.538Z Downloaded base64 v0.21.7
4162024-12-02T04:22:03.538Z Downloaded home v0.5.9
4172024-12-02T04:22:03.538Z Downloaded config v0.14.1
4182024-12-02T04:22:03.561Z Downloaded aho-corasick v1.1.3
4192024-12-02T04:22:03.562Z Downloaded async-scoped v0.9.0
4202024-12-02T04:22:03.562Z Downloaded atomicwrites v0.4.4
4212024-12-02T04:22:03.587Z Compiling rustix v0.38.37
4222024-12-02T04:22:03.610Z Compiling tracing-attributes v0.1.28
4232024-12-02T04:22:03.610Z Compiling slab v0.4.9
4242024-12-02T04:22:03.610Z Compiling futures-core v0.3.31
4252024-12-02T04:22:03.634Z Compiling futures-sink v0.3.31
4262024-12-02T04:22:03.634Z Compiling pkg-config v0.3.31
4272024-12-02T04:22:03.658Z Compiling futures-macro v0.3.31
4282024-12-02T04:22:03.658Z Compiling futures-io v0.3.31
4292024-12-02T04:22:03.737Z Compiling version_check v0.9.5
4302024-12-02T04:22:03.851Z Compiling futures-channel v0.3.31
4312024-12-02T04:22:03.878Z Compiling futures-task v0.3.31
4322024-12-02T04:22:04.100Z Compiling semver v1.0.23
4332024-12-02T04:22:04.229Z Compiling pin-utils v0.1.0
4342024-12-02T04:22:04.277Z Compiling ahash v0.8.11
4352024-12-02T04:22:04.301Z Compiling aho-corasick v1.1.3
4362024-12-02T04:22:04.324Z Compiling fastrand v2.1.1
4372024-12-02T04:22:04.567Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4382024-12-02T04:22:04.593Z Compiling regex-syntax v0.8.5
4392024-12-02T04:22:04.630Z Compiling thiserror v2.0.3
4402024-12-02T04:22:04.747Z Compiling winnow v0.6.20
4412024-12-02T04:22:05.063Z Compiling futures-util v0.3.31
4422024-12-02T04:22:05.923Z Compiling terminal_size v0.4.0
4432024-12-02T04:22:05.950Z Compiling tracing v0.1.41
4442024-12-02T04:22:06.089Z Compiling miette v7.4.0
4452024-12-02T04:22:06.282Z Compiling tokio v1.41.1
4462024-12-02T04:22:06.391Z Compiling clap_builder v4.5.21
4472024-12-02T04:22:07.245Z Compiling regex-automata v0.4.8
4482024-12-02T04:22:08.379Z Compiling tempfile v3.13.0
4492024-12-02T04:22:08.762Z Compiling pathdiff v0.2.3
4502024-12-02T04:22:08.882Z Compiling toml_datetime v0.6.8
4512024-12-02T04:22:09.060Z Compiling clap v4.5.21
4522024-12-02T04:22:09.178Z Compiling serde_spanned v0.6.8
4532024-12-02T04:22:09.238Z Compiling cargo-platform v0.1.8
4542024-12-02T04:22:09.344Z Compiling thiserror-impl v2.0.3
4552024-12-02T04:22:09.367Z Compiling vte_generate_state_changes v0.1.2
4562024-12-02T04:22:09.677Z Compiling zstd-safe v7.2.1
4572024-12-02T04:22:09.739Z Compiling cfg_aliases v0.2.1
4582024-12-02T04:22:09.820Z Compiling fixedbitset v0.4.2
4592024-12-02T04:22:09.867Z Compiling newtype-uuid v1.1.3
4602024-12-02T04:22:09.963Z Compiling portable-atomic v1.9.0
4612024-12-02T04:22:10.143Z Compiling petgraph v0.6.5
4622024-12-02T04:22:10.195Z Compiling vte v0.11.1
4632024-12-02T04:22:10.694Z Compiling nix v0.29.0
4642024-12-02T04:22:11.206Z Compiling cargo_metadata v0.18.1
4652024-12-02T04:22:11.294Z Compiling toml_edit v0.22.22
4662024-12-02T04:22:11.635Z Compiling futures-executor v0.3.31
4672024-12-02T04:22:12.066Z Compiling itertools v0.13.0
4682024-12-02T04:22:12.325Z Compiling pin-project-internal v1.1.7
4692024-12-02T04:22:13.817Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4702024-12-02T04:22:13.910Z Compiling uuid v1.11.0
4712024-12-02T04:22:13.933Z Compiling bstr v1.11.0
4722024-12-02T04:22:14.323Z Compiling iana-time-zone v0.1.61
4732024-12-02T04:22:14.378Z Compiling static_assertions v1.1.0
4742024-12-02T04:22:14.402Z Compiling tinyvec_macros v0.1.1
4752024-12-02T04:22:14.474Z Compiling minimal-lexical v0.2.1
4762024-12-02T04:22:14.498Z Compiling debug-ignore v1.0.5
4772024-12-02T04:22:14.612Z Compiling eyre v0.6.12
4782024-12-02T04:22:14.635Z Compiling nested v0.1.1
4792024-12-02T04:22:14.708Z Compiling globset v0.4.15
4802024-12-02T04:22:14.851Z Compiling nom v7.1.3
4812024-12-02T04:22:14.907Z Compiling guppy v0.17.8
4822024-12-02T04:22:14.930Z Compiling chrono v0.4.38
4832024-12-02T04:22:15.519Z Compiling tinyvec v1.8.0
4842024-12-02T04:22:16.214Z Compiling pin-project v1.1.7
4852024-12-02T04:22:16.508Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4862024-12-02T04:22:16.654Z Compiling toml v0.8.19
4872024-12-02T04:22:17.423Z Compiling futures v0.3.31
4882024-12-02T04:22:17.512Z Compiling strip-ansi-escapes v0.2.0
4892024-12-02T04:22:17.804Z Compiling regex v1.11.1
4902024-12-02T04:22:17.930Z Compiling tracing-error v0.2.0
4912024-12-02T04:22:18.044Z Compiling xattr v1.3.1
4922024-12-02T04:22:18.202Z Compiling shared_child v1.0.1
4932024-12-02T04:22:18.257Z Compiling filetime v0.2.25
4942024-12-02T04:22:18.284Z Compiling os_pipe v1.2.1
4952024-12-02T04:22:18.499Z Compiling quick-xml v0.37.1
4962024-12-02T04:22:18.523Z Compiling shell-words v1.1.0
4972024-12-02T04:22:18.555Z Compiling owo-colors v3.5.0
4982024-12-02T04:22:18.625Z Compiling number_prefix v0.4.0
4992024-12-02T04:22:18.665Z Compiling fnv v1.0.7
5002024-12-02T04:22:18.727Z Compiling recursion v0.5.2
5012024-12-02T04:22:18.765Z Compiling indenter v0.3.3
5022024-12-02T04:22:18.801Z Compiling humantime v2.1.0
5032024-12-02T04:22:18.895Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5042024-12-02T04:22:19.252Z Compiling humantime-serde v1.1.1
5052024-12-02T04:22:19.423Z Compiling quick-junit v0.5.1
5062024-12-02T04:22:19.491Z Compiling indicatif v0.17.9
5072024-12-02T04:22:20.022Z Compiling zstd v0.13.2
5082024-12-02T04:22:20.064Z Compiling color-spantrace v0.2.1
5092024-12-02T04:22:20.088Z Compiling future-queue v0.3.0
5102024-12-02T04:22:20.142Z Compiling duct v0.13.7
5112024-12-02T04:22:20.301Z Compiling tar v0.4.43
5122024-12-02T04:22:20.469Z Compiling async-scoped v0.9.0
5132024-12-02T04:22:20.492Z Compiling config v0.14.1
5142024-12-02T04:22:20.683Z Compiling unicode-normalization v0.1.24
5152024-12-02T04:22:21.346Z Compiling tokio-stream v0.1.16
5162024-12-02T04:22:21.369Z Compiling camino-tempfile v1.1.1
5172024-12-02T04:22:21.404Z Compiling atomicwrites v0.4.4
5182024-12-02T04:22:21.476Z Compiling target-spec-miette v0.4.0
5192024-12-02T04:22:21.688Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
5202024-12-02T04:22:21.713Z Compiling serde_path_to_error v0.1.16
5212024-12-02T04:22:21.737Z Compiling serde_ignored v0.1.10
5222024-12-02T04:22:21.760Z Compiling zeroize v1.8.1
5232024-12-02T04:22:21.988Z Compiling indent_write v2.2.0
5242024-12-02T04:22:22.014Z Compiling home v0.5.9
5252024-12-02T04:22:22.051Z Compiling swrite v0.1.0
5262024-12-02T04:22:22.150Z Compiling dialoguer v0.11.0
5272024-12-02T04:22:22.150Z Compiling color-eyre v0.6.3
5282024-12-02T04:22:22.198Z Compiling enable-ansi-support v0.2.1
5292024-12-02T04:22:22.222Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
5302024-12-02T04:22:47.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.93s
5312024-12-02T04:22:47.884Z
5322024-12-02T04:22:47.932Zreal 45.045276196
5332024-12-02T04:22:47.932Zuser 2:54.781906773
5342024-12-02T04:22:47.932Zsys 21.964453862
5352024-12-02T04:22:47.932Ztrap 0.089882677
5362024-12-02T04:22:47.932Ztflt 0.137233645
5372024-12-02T04:22:47.932Zdflt 0.152693421
5382024-12-02T04:22:47.932Zkflt 0.000950785
5392024-12-02T04:22:47.932Zlock 4:38.835207080
5402024-12-02T04:22:47.932Zslp 10:35.917678708
5412024-12-02T04:22:47.932Zlat 7.018837062
5422024-12-02T04:22:47.932Zstop 8.212821308
5432024-12-02T04:22:47.932Z+ banner nextest
5442024-12-02T04:22:47.932Z
5452024-12-02T04:22:47.932Z # # ###### # # ##### ###### #### #####
5462024-12-02T04:22:47.932Z ## # # # # # # # #
5472024-12-02T04:22:47.933Z # # # ##### ## # ##### #### #
5482024-12-02T04:22:47.933Z # # # # ## # # # #
5492024-12-02T04:22:47.933Z # ## # # # # # # # #
5502024-12-02T04:22:47.933Z # # ###### # # # ###### #### #
5512024-12-02T04:22:47.933Z
5522024-12-02T04:22:47.933Z+ ptime -m cargo build --package cargo-nextest
5532024-12-02T04:22:48.138Z Downloading crates ...
5542024-12-02T04:22:48.301Z Downloaded cpufeatures v0.2.14
5552024-12-02T04:22:48.325Z Downloaded crypto-common v0.1.6
5562024-12-02T04:22:48.325Z Downloaded tokio-rustls v0.26.0
5572024-12-02T04:22:48.325Z Downloaded crc32fast v1.4.2
5582024-12-02T04:22:48.325Z Downloaded spin v0.9.8
5592024-12-02T04:22:48.325Z Downloaded hyper-rustls v0.27.3
5602024-12-02T04:22:48.326Z Downloaded rustc_version v0.4.1
5612024-12-02T04:22:48.326Z Downloaded native-tls v0.2.12
5622024-12-02T04:22:48.351Z Downloaded http-body-util v0.1.2
5632024-12-02T04:22:48.351Z Downloaded quinn-udp v0.5.5
5642024-12-02T04:22:48.351Z Downloaded want v0.3.1
5652024-12-02T04:22:48.351Z Downloaded tokio-native-tls v0.3.1
5662024-12-02T04:22:48.351Z Downloaded spki v0.7.3
5672024-12-02T04:22:48.351Z Downloaded signature v2.2.0
5682024-12-02T04:22:48.351Z Downloaded subtle v2.6.1
5692024-12-02T04:22:48.375Z Downloaded unicode-bidi v0.3.17
5702024-12-02T04:22:48.375Z Downloaded zipsign-api v0.1.2
5712024-12-02T04:22:48.375Z Downloaded http v1.1.0
5722024-12-02T04:22:48.375Z Downloaded url v2.5.2
5732024-12-02T04:22:48.375Z Downloaded hyper v1.5.0
5742024-12-02T04:22:48.399Z Downloaded quinn-proto v0.11.8
5752024-12-02T04:22:48.399Z Downloaded reqwest v0.12.8
5762024-12-02T04:22:48.399Z Downloaded quick-xml v0.23.1
5772024-12-02T04:22:48.423Z Downloaded typenum v1.17.0
5782024-12-02T04:22:48.423Z Downloaded webpki-roots v0.26.6
5792024-12-02T04:22:48.423Z Downloaded openssl v0.10.68
5802024-12-02T04:22:48.446Z Downloaded rustls v0.23.19
5812024-12-02T04:22:48.446Z Downloaded idna v0.5.0
5822024-12-02T04:22:48.469Z Downloaded vcpkg v0.2.15
5832024-12-02T04:22:48.501Z Downloaded curve25519-dalek v4.1.3
5842024-12-02T04:22:48.524Z Downloaded self_update v0.41.0
5852024-12-02T04:22:48.524Z Downloaded rustls-pki-types v1.10.0
5862024-12-02T04:22:48.524Z Downloaded sha2 v0.10.8
5872024-12-02T04:22:48.524Z Downloaded rustls-pemfile v2.2.0
5882024-12-02T04:22:48.552Z Downloaded quinn v0.11.5
5892024-12-02T04:22:48.552Z Downloaded serde_urlencoded v0.7.1
5902024-12-02T04:22:48.553Z Downloaded self-replace v1.5.0
5912024-12-02T04:22:48.553Z Downloaded pkcs8 v0.10.2
5922024-12-02T04:22:48.553Z Downloaded ipnet v2.10.1
5932024-12-02T04:22:48.553Z Downloaded hyper-util v0.1.9
5942024-12-02T04:22:48.553Z Downloaded httparse v1.9.5
5952024-12-02T04:22:48.553Z Downloaded hex v0.4.3
5962024-12-02T04:22:48.553Z Downloaded urlencoding v2.1.3
5972024-12-02T04:22:48.553Z Downloaded untrusted v0.9.0
5982024-12-02T04:22:48.553Z Downloaded try-lock v0.2.5
5992024-12-02T04:22:48.553Z Downloaded tower-service v0.3.3
6002024-12-02T04:22:48.577Z Downloaded sync_wrapper v1.0.1
6012024-12-02T04:22:48.577Z Downloaded rustc-hash v2.0.0
6022024-12-02T04:22:48.577Z Downloaded openssl-sys v0.9.104
6032024-12-02T04:22:48.577Z Downloaded miniz_oxide v0.8.0
6042024-12-02T04:22:48.577Z Downloaded curve25519-dalek-derive v0.1.1
6052024-12-02T04:22:48.577Z Downloaded generic-array v0.14.7
6062024-12-02T04:22:48.577Z Downloaded http-body v1.0.1
6072024-12-02T04:22:48.577Z Downloaded mime v0.3.17
6082024-12-02T04:22:48.577Z Downloaded hyper-tls v0.6.0
6092024-12-02T04:22:48.577Z Downloaded form_urlencoded v1.2.1
6102024-12-02T04:22:48.577Z Downloaded foreign-types-shared v0.1.1
6112024-12-02T04:22:48.577Z Downloaded foreign-types v0.3.2
6122024-12-02T04:22:48.601Z Downloaded ed25519 v2.2.3
6132024-12-02T04:22:48.601Z Downloaded digest v0.10.7
6142024-12-02T04:22:48.601Z Downloaded der v0.7.9
6152024-12-02T04:22:48.601Z Downloaded percent-encoding v2.3.1
6162024-12-02T04:22:48.601Z Downloaded openssl-probe v0.1.5
6172024-12-02T04:22:48.601Z Downloaded openssl-macros v0.1.1
6182024-12-02T04:22:48.601Z Downloaded mukti-metadata v0.3.0
6192024-12-02T04:22:48.601Z Downloaded ed25519-dalek v2.1.1
6202024-12-02T04:22:48.601Z Downloaded flate2 v1.0.34
6212024-12-02T04:22:48.624Z Downloaded rustls-webpki v0.102.8
6222024-12-02T04:22:48.647Z Downloaded const-oid v0.9.6
6232024-12-02T04:22:48.647Z Downloaded base64 v0.22.1
6242024-12-02T04:22:48.647Z Downloaded base64ct v1.6.0
6252024-12-02T04:22:48.647Z Downloaded block-buffer v0.10.4
6262024-12-02T04:22:48.647Z Downloaded adler2 v2.0.0
6272024-12-02T04:22:48.671Z Downloaded ring v0.17.8
6282024-12-02T04:22:48.800Z Compiling socket2 v0.5.7
6292024-12-02T04:22:48.823Z Compiling futures-channel v0.3.31
6302024-12-02T04:22:48.823Z Compiling smallvec v1.13.2
6312024-12-02T04:22:48.846Z Compiling ring v0.17.8
6322024-12-02T04:22:48.846Z Compiling rustls-pki-types v1.10.0
6332024-12-02T04:22:48.869Z Compiling http v1.1.0
6342024-12-02T04:22:48.869Z Compiling typenum v1.17.0
6352024-12-02T04:22:48.869Z Compiling untrusted v0.9.0
6362024-12-02T04:22:49.018Z Compiling httparse v1.9.5
6372024-12-02T04:22:49.197Z Compiling futures-util v0.3.31
6382024-12-02T04:22:49.238Z Compiling spin v0.9.8
6392024-12-02T04:22:49.423Z Compiling tokio v1.41.1
6402024-12-02T04:22:49.758Z Compiling generic-array v0.14.7
6412024-12-02T04:22:49.782Z Compiling rustls v0.23.19
6422024-12-02T04:22:49.885Z Compiling try-lock v0.2.5
6432024-12-02T04:22:50.000Z Compiling want v0.3.1
6442024-12-02T04:22:50.128Z Compiling http-body v1.0.1
6452024-12-02T04:22:50.227Z Compiling cfg-expr v0.17.1
6462024-12-02T04:22:50.312Z Compiling subtle v2.6.1
6472024-12-02T04:22:50.507Z Compiling percent-encoding v2.3.1
6482024-12-02T04:22:50.637Z Compiling unicode-bidi v0.3.17
6492024-12-02T04:22:50.773Z Compiling form_urlencoded v1.2.1
6502024-12-02T04:22:50.922Z Compiling target-spec v3.2.2
6512024-12-02T04:22:51.023Z Compiling tower-service v0.3.3
6522024-12-02T04:22:51.116Z Compiling webpki-roots v0.26.6
6532024-12-02T04:22:51.241Z Compiling idna v0.5.0
6542024-12-02T04:22:51.272Z Compiling adler2 v2.0.0
6552024-12-02T04:22:51.431Z Compiling miniz_oxide v0.8.0
6562024-12-02T04:22:51.643Z Compiling crypto-common v0.1.6
6572024-12-02T04:22:51.707Z Compiling block-buffer v0.10.4
6582024-12-02T04:22:51.780Z Compiling serde_urlencoded v0.7.1
6592024-12-02T04:22:51.873Z Compiling url v2.5.2
6602024-12-02T04:22:52.163Z Compiling rustls-pemfile v2.2.0
6612024-12-02T04:22:52.423Z Compiling sync_wrapper v1.0.1
6622024-12-02T04:22:52.471Z Compiling crc32fast v1.4.2
6632024-12-02T04:22:52.536Z Compiling ipnet v2.10.1
6642024-12-02T04:22:52.623Z Compiling self_update v0.41.0
6652024-12-02T04:22:52.732Z Compiling mime v0.3.17
6662024-12-02T04:22:52.821Z Compiling base64 v0.22.1
6672024-12-02T04:22:52.923Z Compiling guppy v0.17.8
6682024-12-02T04:22:53.184Z Compiling http-body-util v0.1.2
6692024-12-02T04:22:53.324Z Compiling futures-executor v0.3.31
6702024-12-02T04:22:53.379Z Compiling flate2 v1.0.34
6712024-12-02T04:22:53.498Z Compiling digest v0.10.7
6722024-12-02T04:22:53.547Z Compiling futures v0.3.31
6732024-12-02T04:22:53.603Z Compiling self-replace v1.5.0
6742024-12-02T04:22:53.638Z Compiling quick-xml v0.23.1
6752024-12-02T04:22:53.774Z Compiling cpufeatures v0.2.14
6762024-12-02T04:22:53.798Z Compiling urlencoding v2.1.3
6772024-12-02T04:22:53.822Z Compiling future-queue v0.3.0
6782024-12-02T04:22:53.857Z Compiling sha2 v0.10.8
6792024-12-02T04:22:54.068Z Compiling target-spec-miette v0.4.0
6802024-12-02T04:22:54.096Z Compiling mukti-metadata v0.3.0
6812024-12-02T04:22:54.122Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
6822024-12-02T04:22:54.378Z Compiling hex v0.4.3
6832024-12-02T04:22:56.047Z Compiling rustls-webpki v0.102.8
6842024-12-02T04:22:56.788Z Compiling hyper v1.5.0
6852024-12-02T04:22:56.816Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6862024-12-02T04:22:56.840Z Compiling tokio-stream v0.1.16
6872024-12-02T04:22:56.895Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6882024-12-02T04:22:57.007Z Compiling async-scoped v0.9.0
6892024-12-02T04:22:57.809Z Compiling hyper-util v0.1.9
6902024-12-02T04:22:58.121Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6912024-12-02T04:23:00.768Z Compiling tokio-rustls v0.26.0
6922024-12-02T04:23:01.029Z Compiling hyper-rustls v0.27.3
6932024-12-02T04:23:01.267Z Compiling reqwest v0.12.8
6942024-12-02T04:23:03.643Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
6952024-12-02T04:23:32.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.64s
6962024-12-02T04:23:32.676Z
6972024-12-02T04:23:32.700Zreal 44.768969181
6982024-12-02T04:23:32.700Zuser 2:19.510698586
6992024-12-02T04:23:32.700Zsys 16.424293206
7002024-12-02T04:23:32.700Ztrap 0.068464406
7012024-12-02T04:23:32.700Ztflt 0.090771614
7022024-12-02T04:23:32.700Zdflt 0.208750047
7032024-12-02T04:23:32.700Zkflt 0.000033237
7042024-12-02T04:23:32.700Zlock 3:19.948261864
7052024-12-02T04:23:32.700Zslp 6:24.304872541
7062024-12-02T04:23:32.700Zlat 4.503612351
7072024-12-02T04:23:32.700Zstop 4.334941430
7082024-12-02T04:23:32.700Z+ banner all targets
7092024-12-02T04:23:32.700Z
7102024-12-02T04:23:32.700Z ## # #
7112024-12-02T04:23:32.700Z # # # #
7122024-12-02T04:23:32.700Z # # # #
7132024-12-02T04:23:32.700Z ###### # #
7142024-12-02T04:23:32.701Z # # # #
7152024-12-02T04:23:32.701Z # # ###### ######
7162024-12-02T04:23:32.701Z
7172024-12-02T04:23:32.701Z
7182024-12-02T04:23:32.701Z ##### ## ##### #### ###### ##### ####
7192024-12-02T04:23:32.701Z # # # # # # # # # #
7202024-12-02T04:23:32.701Z # # # # # # ##### # ####
7212024-12-02T04:23:32.701Z # ###### ##### # ### # # #
7222024-12-02T04:23:32.701Z # # # # # # # # # # #
7232024-12-02T04:23:32.701Z # # # # # #### ###### # ####
7242024-12-02T04:23:32.701Z
7252024-12-02T04:23:32.701Z+ ptime -m cargo build --all-targets
7262024-12-02T04:23:32.888Z Downloading crates ...
7272024-12-02T04:23:33.061Z Downloaded bit-vec v0.6.3
7282024-12-02T04:23:33.085Z Downloaded test-case-core v3.3.1
7292024-12-02T04:23:33.085Z Downloaded test-case-macros v3.3.1
7302024-12-02T04:23:33.085Z Downloaded test-case v3.3.1
7312024-12-02T04:23:33.085Z Downloaded yansi v1.0.1
7322024-12-02T04:23:33.085Z Downloaded wait-timeout v0.2.0
7332024-12-02T04:23:33.085Z Downloaded structmeta-derive v0.3.0
7342024-12-02T04:23:33.085Z Downloaded similar v2.6.0
7352024-12-02T04:23:33.085Z Downloaded unarray v0.1.4
7362024-12-02T04:23:33.085Z Downloaded proptest v1.5.0
7372024-12-02T04:23:33.109Z Downloaded pretty_assertions v1.4.1
7382024-12-02T04:23:33.109Z Downloaded rand_xorshift v0.3.0
7392024-12-02T04:23:33.109Z Downloaded test-strategy v0.4.0
7402024-12-02T04:23:33.109Z Downloaded structmeta v0.3.0
7412024-12-02T04:23:33.109Z Downloaded linked-hash-map v0.5.6
7422024-12-02T04:23:33.109Z Downloaded insta v1.41.1
7432024-12-02T04:23:33.132Z Downloaded indoc v2.0.5
7442024-12-02T04:23:33.132Z Downloaded diff v0.1.13
7452024-12-02T04:23:33.132Z Downloaded quick-error v1.2.3
7462024-12-02T04:23:33.132Z Downloaded maplit v1.0.2
7472024-12-02T04:23:33.132Z Downloaded bit-set v0.5.3
7482024-12-02T04:23:33.132Z Downloaded rusty-fork v0.3.0
7492024-12-02T04:23:33.183Z Compiling test-case-core v3.3.1
7502024-12-02T04:23:33.206Z Compiling structmeta-derive v0.3.0
7512024-12-02T04:23:33.206Z Compiling wait-timeout v0.2.0
7522024-12-02T04:23:33.206Z Compiling bit-vec v0.6.3
7532024-12-02T04:23:33.206Z Compiling quick-error v1.2.3
7542024-12-02T04:23:33.206Z Compiling rand_xorshift v0.3.0
7552024-12-02T04:23:33.206Z Compiling maplit v1.0.2
7562024-12-02T04:23:33.206Z Compiling unarray v0.1.4
7572024-12-02T04:23:33.301Z Compiling linked-hash-map v0.5.6
7582024-12-02T04:23:33.345Z Compiling similar v2.6.0
7592024-12-02T04:23:33.368Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7602024-12-02T04:23:33.414Z Compiling rusty-fork v0.3.0
7612024-12-02T04:23:33.540Z Compiling bit-set v0.5.3
7622024-12-02T04:23:33.563Z Compiling diff v0.1.13
7632024-12-02T04:23:33.668Z Compiling yansi v1.0.1
7642024-12-02T04:23:33.741Z Compiling proptest v1.5.0
7652024-12-02T04:23:33.918Z Compiling indoc v2.0.5
7662024-12-02T04:23:34.005Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
7672024-12-02T04:23:34.060Z Compiling pretty_assertions v1.4.1
7682024-12-02T04:23:34.299Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7692024-12-02T04:23:34.586Z Compiling insta v1.41.1
7702024-12-02T04:23:34.654Z Compiling test-case-macros v3.3.1
7712024-12-02T04:23:35.160Z Compiling structmeta v0.3.0
7722024-12-02T04:23:35.446Z Compiling test-strategy v0.4.0
7732024-12-02T04:23:35.509Z Compiling test-case v3.3.1
7742024-12-02T04:23:35.593Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7752024-12-02T04:23:35.983Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
7762024-12-02T04:23:37.088Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7772024-12-02T04:23:40.537Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7782024-12-02T04:24:15.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.86s
7792024-12-02T04:24:15.699Z
7802024-12-02T04:24:15.723Zreal 42.994028694
7812024-12-02T04:24:15.723Zuser 2:48.357408401
7822024-12-02T04:24:15.723Zsys 21.303219261
7832024-12-02T04:24:15.723Ztrap 0.090653367
7842024-12-02T04:24:15.723Ztflt 0.012866986
7852024-12-02T04:24:15.723Zdflt 0.060851896
7862024-12-02T04:24:15.723Zkflt 0.000022865
7872024-12-02T04:24:15.723Zlock 4:55.801311068
7882024-12-02T04:24:15.723Zslp 10:50.857806355
7892024-12-02T04:24:15.723Zlat 7.280388569
7902024-12-02T04:24:15.723Zstop 3.904983729
7912024-12-02T04:24:15.723Z+ banner all features
7922024-12-02T04:24:15.723Z
7932024-12-02T04:24:15.723Z ## # #
7942024-12-02T04:24:15.723Z # # # #
7952024-12-02T04:24:15.723Z # # # #
7962024-12-02T04:24:15.723Z ###### # #
7972024-12-02T04:24:15.723Z # # # #
7982024-12-02T04:24:15.724Z # # ###### ######
7992024-12-02T04:24:15.724Z
8002024-12-02T04:24:15.724Z
8012024-12-02T04:24:15.724Z ###### ###### ## ##### # # ##### ###### ####
8022024-12-02T04:24:15.724Z # # # # # # # # # # #
8032024-12-02T04:24:15.724Z ##### ##### # # # # # # # ##### ####
8042024-12-02T04:24:15.724Z # # ###### # # # ##### # #
8052024-12-02T04:24:15.724Z # # # # # # # # # # # #
8062024-12-02T04:24:15.724Z # ###### # # # #### # # ###### ####
8072024-12-02T04:24:15.724Z
8082024-12-02T04:24:15.724Z+ ptime -m cargo build --all-features
8092024-12-02T04:24:15.908Z Downloading crates ...
8102024-12-02T04:24:16.102Z Downloaded atomic-waker v1.1.2
8112024-12-02T04:24:16.129Z Downloaded async-trait v0.1.83
8122024-12-02T04:24:16.129Z Downloaded matchers v0.1.0
8132024-12-02T04:24:16.129Z Downloaded axum v0.7.7
8142024-12-02T04:24:16.129Z Downloaded tower-layer v0.3.3
8152024-12-02T04:24:16.129Z Downloaded sync_wrapper v0.1.2
8162024-12-02T04:24:16.129Z Downloaded tower v0.5.1
8172024-12-02T04:24:16.153Z Downloaded console-subscriber v0.4.1
8182024-12-02T04:24:16.153Z Downloaded prost v0.13.3
8192024-12-02T04:24:16.153Z Downloaded regex-automata v0.1.10
8202024-12-02T04:24:16.153Z Downloaded crossbeam-utils v0.8.20
8212024-12-02T04:24:16.176Z Downloaded tower v0.4.13
8222024-12-02T04:24:16.176Z Downloaded tonic v0.12.3
8232024-12-02T04:24:16.176Z Downloaded regex-syntax v0.6.29
8242024-12-02T04:24:16.199Z Downloaded tokio-util v0.7.12
8252024-12-02T04:24:16.199Z Downloaded h2 v0.4.6
8262024-12-02T04:24:16.199Z Downloaded hdrhistogram v7.5.4
8272024-12-02T04:24:16.222Z Downloaded indexmap v1.9.3
8282024-12-02T04:24:16.222Z Downloaded prost-types v0.13.3
8292024-12-02T04:24:16.222Z Downloaded crossbeam-channel v0.5.13
8302024-12-02T04:24:16.222Z Downloaded console-api v0.8.1
8312024-12-02T04:24:16.222Z Downloaded axum-core v0.4.5
8322024-12-02T04:24:16.222Z Downloaded hyper-timeout v0.5.1
8332024-12-02T04:24:16.222Z Downloaded hashbrown v0.12.3
8342024-12-02T04:24:16.245Z Downloaded rustversion v1.0.18
8352024-12-02T04:24:16.245Z Downloaded prost-derive v0.13.3
8362024-12-02T04:24:16.245Z Downloaded matchit v0.7.3
8372024-12-02T04:24:16.245Z Downloaded httpdate v1.0.3
8382024-12-02T04:24:16.245Z Downloaded anyhow v1.0.91
8392024-12-02T04:24:16.245Z Downloaded async-stream-impl v0.3.6
8402024-12-02T04:24:16.245Z Downloaded async-stream v0.3.6
8412024-12-02T04:24:16.293Z Compiling futures-sink v0.3.31
8422024-12-02T04:24:16.316Z Compiling tokio v1.41.1
8432024-12-02T04:24:16.316Z Compiling byteorder v1.5.0
8442024-12-02T04:24:16.339Z Compiling num-traits v0.2.19
8452024-12-02T04:24:16.339Z Compiling regex-syntax v0.6.29
8462024-12-02T04:24:16.363Z Compiling atomic-waker v1.1.2
8472024-12-02T04:24:16.363Z Compiling httpdate v1.0.3
8482024-12-02T04:24:16.386Z Compiling anyhow v1.0.91
8492024-12-02T04:24:16.431Z Compiling futures-channel v0.3.31
8502024-12-02T04:24:16.503Z Compiling tower-layer v0.3.3
8512024-12-02T04:24:16.622Z Compiling zerocopy v0.7.35
8522024-12-02T04:24:16.712Z Compiling futures-util v0.3.31
8532024-12-02T04:24:16.735Z Compiling either v1.13.0
8542024-12-02T04:24:16.758Z Compiling rustversion v1.0.18
8552024-12-02T04:24:17.038Z Compiling itertools v0.13.0
8562024-12-02T04:24:17.291Z Compiling indexmap v1.9.3
8572024-12-02T04:24:17.575Z Compiling ppv-lite86 v0.2.20
8582024-12-02T04:24:17.819Z Compiling async-trait v0.1.83
8592024-12-02T04:24:18.083Z Compiling hashbrown v0.12.3
8602024-12-02T04:24:18.158Z Compiling rand_chacha v0.3.1
8612024-12-02T04:24:18.574Z Compiling rand v0.8.5
8622024-12-02T04:24:18.858Z Compiling regex-automata v0.1.10
8632024-12-02T04:24:19.011Z Compiling sync_wrapper v0.1.2
8642024-12-02T04:24:19.417Z Compiling prost-derive v0.13.3
8652024-12-02T04:24:19.503Z Compiling async-stream-impl v0.3.6
8662024-12-02T04:24:19.835Z Compiling matchit v0.7.3
8672024-12-02T04:24:19.877Z Compiling crossbeam-utils v0.8.20
8682024-12-02T04:24:20.290Z Compiling matchers v0.1.0
8692024-12-02T04:24:20.356Z Compiling ahash v0.8.11
8702024-12-02T04:24:20.466Z Compiling tracing-subscriber v0.3.19
8712024-12-02T04:24:20.490Z Compiling async-stream v0.3.6
8722024-12-02T04:24:20.711Z Compiling http-body-util v0.1.2
8732024-12-02T04:24:20.774Z Compiling tower v0.5.1
8742024-12-02T04:24:21.065Z Compiling axum-core v0.4.5
8752024-12-02T04:24:21.103Z Compiling guppy v0.17.8
8762024-12-02T04:24:21.160Z Compiling proptest v1.5.0
8772024-12-02T04:24:21.231Z Compiling futures-executor v0.3.31
8782024-12-02T04:24:21.676Z Compiling base64 v0.21.7
8792024-12-02T04:24:22.069Z Compiling prost v0.13.3
8802024-12-02T04:24:22.214Z Compiling hdrhistogram v7.5.4
8812024-12-02T04:24:22.351Z Compiling crossbeam-channel v0.5.13
8822024-12-02T04:24:22.687Z Compiling prost-types v0.13.3
8832024-12-02T04:24:23.070Z Compiling chrono v0.4.38
8842024-12-02T04:24:23.154Z Compiling futures v0.3.31
8852024-12-02T04:24:23.242Z Compiling tracing-error v0.2.0
8862024-12-02T04:24:23.527Z Compiling future-queue v0.3.0
8872024-12-02T04:24:23.821Z Compiling tokio-util v0.7.12
8882024-12-02T04:24:24.042Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8892024-12-02T04:24:24.194Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8902024-12-02T04:24:24.568Z Compiling h2 v0.4.6
8912024-12-02T04:24:24.948Z Compiling tower v0.4.13
8922024-12-02T04:24:25.091Z Compiling tokio-rustls v0.26.0
8932024-12-02T04:24:25.437Z Compiling tokio-stream v0.1.16
8942024-12-02T04:24:25.756Z Compiling axum v0.7.7
8952024-12-02T04:24:26.150Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8962024-12-02T04:24:26.420Z Compiling quick-junit v0.5.1
8972024-12-02T04:24:27.041Z Compiling async-scoped v0.9.0
8982024-12-02T04:24:27.264Z Compiling color-spantrace v0.2.1
8992024-12-02T04:24:27.668Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
9002024-12-02T04:24:27.925Z Compiling color-eyre v0.6.3
9012024-12-02T04:24:28.225Z Compiling hyper v1.5.0
9022024-12-02T04:24:28.383Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9032024-12-02T04:24:30.074Z Compiling hyper-util v0.1.9
9042024-12-02T04:24:31.347Z Compiling hyper-timeout v0.5.1
9052024-12-02T04:24:31.347Z Compiling hyper-rustls v0.27.3
9062024-12-02T04:24:31.591Z Compiling tonic v0.12.3
9072024-12-02T04:24:31.619Z Compiling reqwest v0.12.8
9082024-12-02T04:24:33.410Z Compiling self_update v0.41.0
9092024-12-02T04:24:33.777Z Compiling console-api v0.8.1
9102024-12-02T04:24:34.939Z Compiling console-subscriber v0.4.1
9112024-12-02T04:24:36.745Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
9122024-12-02T04:24:54.363Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9132024-12-02T04:25:12.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.12s
9142024-12-02T04:25:12.975Z
9152024-12-02T04:25:12.998Zreal 57.246405868
9162024-12-02T04:25:12.998Zuser 3:28.799956799
9172024-12-02T04:25:12.998Zsys 27.009403431
9182024-12-02T04:25:12.998Ztrap 0.098948904
9192024-12-02T04:25:12.998Ztflt 0.070193639
9202024-12-02T04:25:12.998Zdflt 0.292924514
9212024-12-02T04:25:12.998Zkflt 0.000011322
9222024-12-02T04:25:12.998Zlock 6:02.593704538
9232024-12-02T04:25:12.998Zslp 12:19.033293212
9242024-12-02T04:25:12.999Zlat 7.081143955
9252024-12-02T04:25:12.999Zstop 7.582283093
9262024-12-02T04:25:12.999Z+ banner doctests
9272024-12-02T04:25:12.999Z
9282024-12-02T04:25:12.999Z ##### #### #### ##### ###### #### ##### ####
9292024-12-02T04:25:12.999Z # # # # # # # # # # #
9302024-12-02T04:25:12.999Z # # # # # # ##### #### # ####
9312024-12-02T04:25:12.999Z # # # # # # # # # #
9322024-12-02T04:25:12.999Z # # # # # # # # # # # # #
9332024-12-02T04:25:12.999Z ##### #### #### # ###### #### # ####
9342024-12-02T04:25:12.999Z
9352024-12-02T04:25:12.999Z+ ptime -m cargo test --doc
9362024-12-02T04:25:13.443Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
9372024-12-02T04:25:13.466Z Doc-tests cargo_nextest
9382024-12-02T04:25:13.970Z
9392024-12-02T04:25:13.970Zrunning 0 tests
9402024-12-02T04:25:13.970Z
9412024-12-02T04:25:13.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9422024-12-02T04:25:13.993Z
9432024-12-02T04:25:14.016Z Doc-tests fixture_data
9442024-12-02T04:25:14.067Z
9452024-12-02T04:25:14.067Zrunning 0 tests
9462024-12-02T04:25:14.067Z
9472024-12-02T04:25:14.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9482024-12-02T04:25:14.067Z
9492024-12-02T04:25:14.090Z Doc-tests nextest_filtering
9502024-12-02T04:25:14.235Z
9512024-12-02T04:25:14.235Zrunning 0 tests
9522024-12-02T04:25:14.259Z
9532024-12-02T04:25:14.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9542024-12-02T04:25:14.259Z
9552024-12-02T04:25:14.259Z Doc-tests nextest_metadata
9562024-12-02T04:25:14.433Z
9572024-12-02T04:25:14.433Zrunning 2 tests
9582024-12-02T04:25:15.095Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9592024-12-02T04:25:18.288Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9602024-12-02T04:25:18.288Z
9612024-12-02T04:25:18.311Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.86s
9622024-12-02T04:25:18.312Z
9632024-12-02T04:25:18.312Z Doc-tests nextest_runner
9642024-12-02T04:25:19.123Z
9652024-12-02T04:25:19.123Zrunning 0 tests
9662024-12-02T04:25:19.123Z
9672024-12-02T04:25:19.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9682024-12-02T04:25:19.123Z
9692024-12-02T04:25:19.163Z Doc-tests nextest_workspace_hack
9702024-12-02T04:25:19.222Z
9712024-12-02T04:25:19.222Zrunning 0 tests
9722024-12-02T04:25:19.222Z
9732024-12-02T04:25:19.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9742024-12-02T04:25:19.223Z
9752024-12-02T04:25:19.255Z
9762024-12-02T04:25:19.279Zreal 6.252281433
9772024-12-02T04:25:19.279Zuser 6.101410550
9782024-12-02T04:25:19.279Zsys 1.893737208
9792024-12-02T04:25:19.279Ztrap 0.001315999
9802024-12-02T04:25:19.279Ztflt 0.005063979
9812024-12-02T04:25:19.279Zdflt 0.008518291
9822024-12-02T04:25:19.279Zkflt 0.000000000
9832024-12-02T04:25:19.279Zlock 11.055296130
9842024-12-02T04:25:19.279Zslp 34.483920669
9852024-12-02T04:25:19.279Zlat 0.059244558
9862024-12-02T04:25:19.279Zstop 0.143379679
9872024-12-02T04:25:19.279Z+ banner local-nt
9882024-12-02T04:25:19.279Z
9892024-12-02T04:25:19.279Z # #### #### ## # # # #####
9902024-12-02T04:25:19.279Z # # # # # # # # ## # #
9912024-12-02T04:25:19.279Z # # # # # # # ##### # # # #
9922024-12-02T04:25:19.279Z # # # # ###### # # # # #
9932024-12-02T04:25:19.279Z # # # # # # # # # ## #
9942024-12-02T04:25:19.279Z ###### #### #### # # ###### # # #
9952024-12-02T04:25:19.279Z
9962024-12-02T04:25:19.279Z+ ptime -m cargo local-nt run --profile ci
9972024-12-02T04:25:19.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
9982024-12-02T04:25:19.623Z Running `target/debug/cargo-nextest nextest run --profile ci`
9992024-12-02T04:25:20.501Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
10002024-12-02T04:25:20.687Z────────────
10012024-12-02T04:25:20.687Z Nextest run ID c653967d-73d2-4c56-88b6-c81d59a443ed with nextest profile: ci
10022024-12-02T04:25:20.687Z Starting 281 tests across 12 binaries
10032024-12-02T04:25:20.733Z PASS [ 0.039s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10042024-12-02T04:25:20.831Z PASS [ 0.143s] cargo-nextest dispatch::tests::test_argument_parsing
10052024-12-02T04:25:29.766Z PASS [ 9.058s] integration-tests::integration test_list_full
10062024-12-02T04:25:29.870Z PASS [ 9.172s] integration-tests::integration test_list_binaries_only
10072024-12-02T04:25:30.047Z PASS [ 9.329s] integration-tests::integration test_list_host_after_build
10082024-12-02T04:25:30.070Z PASS [ 9.331s] integration-tests::integration test_list_target_after_build
10092024-12-02T04:25:30.093Z PASS [ 9.376s] integration-tests::integration test_list_full_after_build
10102024-12-02T04:25:32.128Z PASS [ 11.425s] integration-tests::integration test_list_default
10112024-12-02T04:25:34.682Z PASS [ 13.851s] integration-tests::integration test_relocated_run
10122024-12-02T04:25:37.304Z PASS [ 7.250s] integration-tests::integration test_run_from_archive_with_missing_includes
10132024-12-02T04:25:40.176Z PASS [ 8.047s] integration-tests::integration test_run_no_tests
10142024-12-02T04:25:40.682Z PASS [ 0.506s] integration-tests::integration test_setup_scripts_not_enabled
10152024-12-02T04:25:40.870Z PASS [ 3.566s] integration-tests::integration test_setup_script_error
10162024-12-02T04:25:41.055Z PASS [ 20.320s] integration-tests::integration test_list_with_default_filter
10172024-12-02T04:25:41.307Z PASS [ 0.436s] integration-tests::integration test_show_config_version
10182024-12-02T04:25:41.330Z PASS [ 11.456s] integration-tests::integration test_run_after_build
10192024-12-02T04:25:41.398Z PASS [ 0.071s] integration-tests::integration test_version_info
10202024-12-02T04:25:41.715Z PASS [ 11.627s] integration-tests::integration test_run_from_archive_with_no_includes
10212024-12-02T04:25:41.743Z PASS [ 0.027s] nextest-filtering parsing::tests::test_complex_error
10222024-12-02T04:25:41.769Z PASS [ 11.723s] integration-tests::integration test_run_from_archive_with_includes
10232024-12-02T04:25:41.793Z PASS [ 0.046s] nextest-filtering parsing::tests::test_expected_eof
10242024-12-02T04:25:41.816Z PASS [ 0.397s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10252024-12-02T04:25:41.816Z PASS [ 0.032s] nextest-filtering parsing::tests::test_expected_expr
10262024-12-02T04:25:41.816Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_and_operator
10272024-12-02T04:25:41.839Z PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_escapes
10282024-12-02T04:25:41.839Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_glob
10292024-12-02T04:25:41.863Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_platform
10302024-12-02T04:25:41.863Z PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_or_operator
10312024-12-02T04:25:41.887Z PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_regex
10322024-12-02T04:25:41.911Z PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_argument
10332024-12-02T04:25:41.912Z PASS [ 0.044s] nextest-filtering parsing::tests::test_missing_close_parentheses
10342024-12-02T04:25:41.959Z PASS [ 0.092s] nextest-filtering parsing::tests::test_missing_close_regex
10352024-12-02T04:25:41.983Z PASS [ 0.080s] nextest-filtering parsing::tests::test_missing_open_parentheses
10362024-12-02T04:25:42.006Z PASS [ 0.050s] nextest-filtering parsing::tests::test_missing_parentheses
10372024-12-02T04:25:42.030Z PASS [ 0.057s] nextest-filtering parsing::tests::test_parse_comma
10382024-12-02T04:25:42.030Z PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_expr_difference
10392024-12-02T04:25:42.126Z PASS [ 0.130s] nextest-filtering parsing::tests::test_parse_expr_intersection
10402024-12-02T04:25:42.126Z PASS [ 0.108s] nextest-filtering parsing::tests::test_parse_expr_not
10412024-12-02T04:25:42.152Z PASS [ 0.123s] nextest-filtering parsing::tests::test_parse_expr_precedence
10422024-12-02T04:25:42.176Z PASS [ 7.470s] integration-tests::integration test_run_with_default_filter
10432024-12-02T04:25:42.215Z PASS [ 0.075s] nextest-filtering parsing::tests::test_parse_expr_union
10442024-12-02T04:25:42.238Z PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_name_matcher
10452024-12-02T04:25:42.261Z PASS [ 0.116s] nextest-filtering parsing::tests::test_parse_expr_set
10462024-12-02T04:25:42.262Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10472024-12-02T04:25:42.354Z PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_set_def
10482024-12-02T04:25:42.378Z PASS [ 0.061s] nextest-filtering parsing::tests::test_unexpected_argument
10492024-12-02T04:25:42.378Z PASS [ 0.131s] nextest-filtering parsing::tests::test_parse_regex
10502024-12-02T04:25:42.378Z PASS [ 0.200s] nextest-filtering parsing::tests::test_parse_glob_matcher
10512024-12-02T04:25:42.516Z PASS [ 0.160s] nextest-filtering parsing::tests::test_unexpected_comma
10522024-12-02T04:25:42.621Z PASS [ 0.152s] nextest-filtering::match test_binary_query
10532024-12-02T04:25:42.644Z PASS [ 0.119s] nextest-filtering::match test_expr_binary
10542024-12-02T04:25:42.727Z PASS [ 0.056s] nextest-filtering::match test_expr_deps
10552024-12-02T04:25:42.751Z PASS [ 0.210s] nextest-filtering::match test_expr_binary_id_glob
10562024-12-02T04:25:42.797Z PASS [ 0.028s] nextest-filtering::match test_expr_kind_partial
10572024-12-02T04:25:42.821Z PASS [ 0.389s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10582024-12-02T04:25:42.821Z PASS [ 0.119s] nextest-filtering::match test_expr_kind
10592024-12-02T04:25:42.821Z PASS [ 0.041s] nextest-filtering::match test_expr_package_contains
10602024-12-02T04:25:42.862Z PASS [ 0.061s] nextest-filtering::match test_expr_package_equal
10612024-12-02T04:25:42.862Z PASS [ 0.043s] nextest-filtering::match test_expr_package_regex
10622024-12-02T04:25:42.885Z PASS [ 0.032s] nextest-filtering::match test_expr_platform
10632024-12-02T04:25:42.885Z PASS [ 0.042s] nextest-filtering::match test_expr_rdeps
10642024-12-02T04:25:42.934Z PASS [ 0.030s] nextest-filtering::match test_expr_test
10652024-12-02T04:25:42.934Z PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not
10662024-12-02T04:25:42.934Z PASS [ 0.034s] nextest-filtering::match test_expr_test_difference::with_minus
10672024-12-02T04:25:42.934Z PASS [ 0.035s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10682024-12-02T04:25:42.934Z PASS [ 0.034s] nextest-filtering::match test_expr_test_intersect::with_and
10692024-12-02T04:25:42.958Z PASS [ 0.033s] nextest-filtering::match test_expr_test_not
10702024-12-02T04:25:42.958Z PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_pipe
10712024-12-02T04:25:42.958Z PASS [ 0.037s] nextest-filtering::match test_expr_test_union::with_or
10722024-12-02T04:25:42.981Z PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_plus
10732024-12-02T04:25:42.981Z PASS [ 0.041s] nextest-filtering::match test_expr_with_no_matching_packages
10742024-12-02T04:25:42.981Z PASS [ 0.026s] nextest-metadata test_list::tests::test_binary_id_ord
10752024-12-02T04:25:43.005Z PASS [ 0.040s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10762024-12-02T04:25:43.031Z PASS [ 0.054s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10772024-12-02T04:25:43.074Z PASS [ 0.043s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10782024-12-02T04:25:43.098Z PASS [ 0.088s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10792024-12-02T04:25:43.098Z PASS [ 0.078s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10802024-12-02T04:25:43.098Z PASS [ 0.083s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10812024-12-02T04:25:43.149Z PASS [ 0.072s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10822024-12-02T04:25:43.174Z PASS [ 0.060s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10832024-12-02T04:25:43.197Z PASS [ 0.066s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10842024-12-02T04:25:43.221Z PASS [ 0.070s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10852024-12-02T04:25:43.249Z PASS [ 0.058s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10862024-12-02T04:25:43.314Z PASS [ 0.111s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10872024-12-02T04:25:43.344Z PASS [ 0.158s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10882024-12-02T04:25:43.658Z PASS [ 0.411s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10892024-12-02T04:25:43.681Z PASS [ 0.459s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10902024-12-02T04:25:43.704Z PASS [ 0.347s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10912024-12-02T04:25:43.728Z PASS [ 0.411s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10922024-12-02T04:25:43.982Z PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::missing_list
10932024-12-02T04:25:44.006Z PASS [ 0.312s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10942024-12-02T04:25:44.029Z PASS [ 0.334s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10952024-12-02T04:25:44.053Z PASS [ 0.027s] nextest-runner config::config_impl::tests::default_config_is_valid
10962024-12-02T04:25:44.053Z PASS [ 0.318s] nextest-runner config::archive::tests::parse_invalid::parent_component
10972024-12-02T04:25:44.076Z PASS [ 0.022s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10982024-12-02T04:25:44.076Z PASS [ 0.023s] nextest-runner config::identifier::tests::test_invalid
10992024-12-02T04:25:44.100Z PASS [ 0.024s] nextest-runner config::identifier::tests::test_valid
11002024-12-02T04:25:44.100Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate
11012024-12-02T04:25:44.123Z PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11022024-12-02T04:25:44.155Z PASS [ 0.058s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11032024-12-02T04:25:44.185Z PASS [ 0.067s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11042024-12-02T04:25:44.209Z PASS [ 0.047s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11052024-12-02T04:25:44.232Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11062024-12-02T04:25:44.232Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11072024-12-02T04:25:44.255Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11082024-12-02T04:25:44.255Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11092024-12-02T04:25:44.278Z PASS [ 3.208s] integration-tests::integration test_target_arg
11102024-12-02T04:25:44.377Z PASS [ 0.364s] nextest-runner config::config_impl::tests::ignored_keys
11112024-12-02T04:25:44.401Z PASS [ 0.402s] nextest-runner config::archive::tests::parse_valid
11122024-12-02T04:25:44.554Z PASS [ 0.311s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11132024-12-02T04:25:44.577Z PASS [ 0.310s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11142024-12-02T04:25:44.577Z PASS [ 0.306s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11152024-12-02T04:25:44.693Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11162024-12-02T04:25:44.716Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11172024-12-02T04:25:44.875Z PASS [ 0.305s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11182024-12-02T04:25:44.898Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11192024-12-02T04:25:44.899Z PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11202024-12-02T04:25:45.005Z PASS [ 0.312s] nextest-runner config::overrides::tests::test_overrides_basic
11212024-12-02T04:25:45.030Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11222024-12-02T04:25:45.198Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11232024-12-02T04:25:45.221Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11242024-12-02T04:25:45.221Z PASS [ 0.325s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11252024-12-02T04:25:45.311Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11262024-12-02T04:25:45.348Z PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11272024-12-02T04:25:45.540Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11282024-12-02T04:25:45.564Z PASS [ 0.349s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11292024-12-02T04:25:45.564Z PASS [ 0.342s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11302024-12-02T04:25:45.663Z PASS [ 0.352s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11312024-12-02T04:25:45.686Z PASS [ 0.338s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11322024-12-02T04:25:45.867Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11332024-12-02T04:25:45.892Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11342024-12-02T04:25:45.892Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11352024-12-02T04:25:45.987Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11362024-12-02T04:25:46.015Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11372024-12-02T04:25:46.198Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11382024-12-02T04:25:46.222Z PASS [ 0.339s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11392024-12-02T04:25:46.222Z PASS [ 0.338s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11402024-12-02T04:25:46.299Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11412024-12-02T04:25:46.325Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11422024-12-02T04:25:46.456Z PASS [ 5.149s] integration-tests::integration test_target_dir
11432024-12-02T04:25:46.553Z PASS [ 0.338s] nextest-runner config::retry_policy::tests::parse_retries_valid
11442024-12-02T04:25:46.576Z PASS [ 0.367s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11452024-12-02T04:25:46.576Z PASS [ 0.366s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11462024-12-02T04:25:46.676Z PASS [ 0.351s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11472024-12-02T04:25:46.699Z PASS [ 0.394s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11482024-12-02T04:25:46.758Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11492024-12-02T04:25:46.857Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11502024-12-02T04:25:46.881Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11512024-12-02T04:25:46.904Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11522024-12-02T04:25:46.990Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11532024-12-02T04:25:47.018Z PASS [ 0.324s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11542024-12-02T04:25:47.074Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11552024-12-02T04:25:47.097Z PASS [ 6.409s] integration-tests::integration test_show_config_test_groups
11562024-12-02T04:25:47.170Z PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11572024-12-02T04:25:47.194Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11582024-12-02T04:25:47.217Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11592024-12-02T04:25:47.292Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11602024-12-02T04:25:47.332Z PASS [ 0.314s] nextest-runner config::scripts::tests::test_scripts_basic
11612024-12-02T04:25:47.371Z PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11622024-12-02T04:25:47.394Z PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11632024-12-02T04:25:47.479Z PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11642024-12-02T04:25:47.502Z PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11652024-12-02T04:25:47.502Z PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11662024-12-02T04:25:47.596Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11672024-12-02T04:25:47.644Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11682024-12-02T04:25:47.671Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11692024-12-02T04:25:47.694Z PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11702024-12-02T04:25:47.785Z PASS [ 0.305s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11712024-12-02T04:25:47.812Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11722024-12-02T04:25:47.812Z PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11732024-12-02T04:25:47.918Z PASS [ 0.321s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11742024-12-02T04:25:47.968Z PASS [ 0.323s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11752024-12-02T04:25:48.003Z PASS [ 0.331s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11762024-12-02T04:25:48.026Z PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11772024-12-02T04:25:48.099Z PASS [ 0.302s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11782024-12-02T04:25:48.122Z PASS [ 0.313s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11792024-12-02T04:25:48.122Z PASS [ 0.330s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11802024-12-02T04:25:48.245Z PASS [ 0.327s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11812024-12-02T04:25:48.289Z PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11822024-12-02T04:25:48.320Z PASS [ 0.317s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11832024-12-02T04:25:48.371Z PASS [ 0.358s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11842024-12-02T04:25:48.403Z PASS [ 0.304s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11852024-12-02T04:25:48.434Z PASS [ 0.312s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11862024-12-02T04:25:48.457Z PASS [ 0.325s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11872024-12-02T04:25:48.560Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11882024-12-02T04:25:48.583Z PASS [ 0.022s] nextest-runner config::tool_config::tests::parse_tool_config_file
11892024-12-02T04:25:48.621Z PASS [ 0.332s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11902024-12-02T04:25:48.645Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11912024-12-02T04:25:48.686Z PASS [ 0.064s] nextest-runner errors::tests::display_error_chain
11922024-12-02T04:25:48.709Z PASS [ 0.320s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11932024-12-02T04:25:48.709Z PASS [ 0.064s] nextest-runner errors::tests::display_error_list
11942024-12-02T04:25:48.732Z PASS [ 0.026s] nextest-runner list::binary_list::tests::test_parse_binary_list
11952024-12-02T04:25:48.732Z PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
11962024-12-02T04:25:48.756Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11972024-12-02T04:25:48.756Z PASS [ 0.042s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11982024-12-02T04:25:48.756Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::positive
11992024-12-02T04:25:48.756Z PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12002024-12-02T04:25:48.779Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12012024-12-02T04:25:48.779Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12022024-12-02T04:25:48.779Z PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12032024-12-02T04:25:48.780Z PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12042024-12-02T04:25:48.803Z PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12052024-12-02T04:25:48.803Z PASS [ 0.353s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12062024-12-02T04:25:48.803Z PASS [ 0.038s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12072024-12-02T04:25:48.826Z PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12082024-12-02T04:25:48.826Z PASS [ 0.042s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12092024-12-02T04:25:48.850Z PASS [ 0.032s] nextest-runner partition::tests::partitioner_builder_from_str
12102024-12-02T04:25:48.850Z PASS [ 0.043s] nextest-runner list::test_list::tests::test_parse_test_list
12112024-12-02T04:25:48.850Z PASS [ 0.027s] nextest-runner platform::tests::test_from_rustc_output_invalid
12122024-12-02T04:25:48.850Z PASS [ 0.039s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12132024-12-02T04:25:48.850Z PASS [ 0.031s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12142024-12-02T04:25:48.850Z PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12152024-12-02T04:25:48.874Z PASS [ 0.033s] nextest-runner redact::tests::test_redact_path
12162024-12-02T04:25:48.874Z PASS [ 0.028s] nextest-runner reporter::displayer::tests::no_capture_settings
12172024-12-02T04:25:48.898Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12182024-12-02T04:25:48.898Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12192024-12-02T04:25:48.898Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12202024-12-02T04:25:48.921Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12212024-12-02T04:25:48.921Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12222024-12-02T04:25:48.921Z PASS [ 0.055s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12232024-12-02T04:25:48.921Z PASS [ 0.335s] nextest-runner config::tool_config::tests::tool_config_basic
12242024-12-02T04:25:48.922Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12252024-12-02T04:25:48.945Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_final_warnings
12262024-12-02T04:25:48.945Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12272024-12-02T04:25:48.945Z PASS [ 0.057s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12282024-12-02T04:25:48.945Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12292024-12-02T04:25:48.945Z PASS [ 0.024s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12302024-12-02T04:25:48.945Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12312024-12-02T04:25:48.969Z PASS [ 0.034s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12322024-12-02T04:25:48.969Z PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12332024-12-02T04:25:48.969Z PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12342024-12-02T04:25:48.994Z PASS [ 0.033s] nextest-runner reporter::helpers::tests::test_highlight_end
12352024-12-02T04:25:48.994Z PASS [ 0.064s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12362024-12-02T04:25:49.017Z PASS [ 0.021s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12372024-12-02T04:25:49.017Z PASS [ 0.021s] nextest-runner reuse_build::tests::test_path_mapper_relative
12382024-12-02T04:25:49.040Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output
12392024-12-02T04:25:49.041Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12402024-12-02T04:25:49.041Z PASS [ 0.025s] nextest-runner runner::tests::test_is_success
12412024-12-02T04:25:49.041Z PASS [ 0.035s] nextest-runner runner::tests::no_capture_settings
12422024-12-02T04:25:49.064Z PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12432024-12-02T04:25:49.064Z PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12442024-12-02T04:25:49.064Z PASS [ 0.034s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12452024-12-02T04:25:49.064Z PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config
12462024-12-02T04:25:49.064Z PASS [ 0.020s] nextest-runner test_command::tests::parse_build_script
12472024-12-02T04:25:49.087Z PASS [ 0.027s] nextest-runner test_filter::tests::empty_pattern_examples
12482024-12-02T04:25:49.087Z PASS [ 0.028s] nextest-runner test_filter::tests::pattern_examples
12492024-12-02T04:25:49.131Z PASS [ 0.107s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12502024-12-02T04:25:49.154Z PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples
12512024-12-02T04:25:49.178Z PASS [ 0.138s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12522024-12-02T04:25:49.201Z PASS [ 0.121s] nextest-runner test_filter::tests::proptest_empty
12532024-12-02T04:25:49.285Z PASS [ 0.281s] nextest-runner rustc_cli::tests::test_execute_with_failure
12542024-12-02T04:25:49.308Z PASS [ 0.211s] nextest-runner test_filter::tests::proptest_no_match
12552024-12-02T04:25:49.599Z PASS [ 0.532s] nextest-runner test_filter::tests::proptest_exact
12562024-12-02T04:25:49.687Z PASS [ 0.606s] nextest-runner test_filter::tests::proptest_substring
12572024-12-02T04:25:49.739Z PASS [ 0.571s] nextest-runner time::stopwatch::tests::stopwatch_pause
12582024-12-02T04:25:50.680Z PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
12592024-12-02T04:25:50.911Z PASS [ 1.615s] nextest-runner::integration basic::test_list_binaries
12602024-12-02T04:25:51.260Z PASS [ 2.077s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12612024-12-02T04:25:51.284Z PASS [ 1.982s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12622024-12-02T04:25:51.307Z PASS [ 1.694s] nextest-runner::integration basic::test_list_tests
12632024-12-02T04:25:51.331Z PASS [ 0.028s] nextest-runner::integration target_runner::disregards_non_matching
12642024-12-02T04:25:51.382Z PASS [ 0.470s] nextest-runner::integration basic::test_run_ignored
12652024-12-02T04:25:51.412Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12662024-12-02T04:25:51.435Z PASS [ 21.655s] integration-tests::integration test_run
12672024-12-02T04:25:51.458Z PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_exact
12682024-12-02T04:25:51.609Z PASS [ 0.348s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12692024-12-02T04:25:51.633Z PASS [ 0.306s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12702024-12-02T04:25:51.658Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_cargo_env
12712024-12-02T04:25:51.686Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli
12722024-12-02T04:25:51.714Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12732024-12-02T04:25:51.742Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12742024-12-02T04:25:51.769Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env
12752024-12-02T04:25:51.799Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12762024-12-02T04:25:51.826Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
12772024-12-02T04:25:51.864Z PASS [ 0.445s] nextest-runner::integration target_runner::parses_cargo_env
12782024-12-02T04:25:52.092Z PASS [ 0.651s] nextest-runner::integration target_runner::test_listing_with_target_runner
12792024-12-02T04:25:52.712Z PASS [ 2.033s] nextest-runner::integration basic::test_run
12802024-12-02T04:25:53.119Z PASS [ 1.509s] nextest-runner::integration target_runner::test_run_with_target_runner
12812024-12-02T04:25:53.649Z PASS [ 2.381s] nextest-runner::integration basic::test_termination
12822024-12-02T04:25:54.751Z PASS [ 5.064s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12832024-12-02T04:25:54.829Z PASS [ 5.090s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12842024-12-02T04:25:54.853Z────────────
12852024-12-02T04:25:54.853Z Summary [ 34.145s] 281 tests run: 281 passed, 0 skipped
12862024-12-02T04:25:54.876Z
12872024-12-02T04:25:54.876Zreal 35.593406459
12882024-12-02T04:25:54.876Zuser 1:55.210399225
12892024-12-02T04:25:54.876Zsys 1:45.943192089
12902024-12-02T04:25:54.876Ztrap 0.263926257
12912024-12-02T04:25:54.876Ztflt 0.368620000
12922024-12-02T04:25:54.876Zdflt 0.889620159
12932024-12-02T04:25:54.876Zkflt 0.031907492
12942024-12-02T04:25:54.876Zlock 27:06.501619759
12952024-12-02T04:25:54.876Zslp 45:23.499006072
12962024-12-02T04:25:54.876Zlat 11:04.573560665
12972024-12-02T04:25:54.876Zstop 5:06.999643615
12982024-12-02T04:25:54.876Z+ banner release
12992024-12-02T04:25:54.876Z
13002024-12-02T04:25:54.876Z ##### ###### # ###### ## #### ######
13012024-12-02T04:25:54.876Z # # # # # # # # #
13022024-12-02T04:25:54.876Z # # ##### # ##### # # #### #####
13032024-12-02T04:25:54.876Z ##### # # # ###### # #
13042024-12-02T04:25:54.876Z # # # # # # # # # #
13052024-12-02T04:25:54.876Z # # ###### ###### ###### # # #### ######
13062024-12-02T04:25:54.877Z
13072024-12-02T04:25:54.877Z+ ptime -m cargo nextest run --profile ci
13082024-12-02T04:25:55.741Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
13092024-12-02T04:25:55.909Z------------
13102024-12-02T04:25:55.909Z Nextest run ID 463a691c-dca5-4f84-ba26-c40ece1ab1ac with nextest profile: ci
13112024-12-02T04:25:55.909Z Starting 281 tests across 12 binaries
13122024-12-02T04:25:55.954Z PASS [ 0.035s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13132024-12-02T04:25:56.069Z PASS [ 0.142s] cargo-nextest dispatch::tests::test_argument_parsing
13142024-12-02T04:26:05.113Z PASS [ 9.189s] integration-tests::integration test_list_binaries_only
13152024-12-02T04:26:05.136Z PASS [ 9.204s] integration-tests::integration test_list_default
13162024-12-02T04:26:05.216Z PASS [ 9.284s] integration-tests::integration test_list_full
13172024-12-02T04:26:05.297Z PASS [ 9.359s] integration-tests::integration test_list_full_after_build
13182024-12-02T04:26:05.705Z PASS [ 9.763s] integration-tests::integration test_list_host_after_build
13192024-12-02T04:26:06.497Z PASS [ 10.551s] integration-tests::integration test_list_target_after_build
13202024-12-02T04:26:11.999Z PASS [ 6.703s] integration-tests::integration test_run_from_archive_with_missing_includes
13212024-12-02T04:26:12.847Z PASS [ 16.791s] integration-tests::integration test_relocated_run
13222024-12-02T04:26:14.953Z PASS [ 8.457s] integration-tests::integration test_run_no_tests
13232024-12-02T04:26:15.187Z PASS [ 10.041s] integration-tests::integration test_run_after_build
13242024-12-02T04:26:15.588Z PASS [ 0.635s] integration-tests::integration test_setup_scripts_not_enabled
13252024-12-02T04:26:15.843Z PASS [ 19.889s] integration-tests::integration test_list_with_default_filter
13262024-12-02T04:26:16.146Z PASS [ 0.558s] integration-tests::integration test_show_config_version
13272024-12-02T04:26:16.781Z PASS [ 3.933s] integration-tests::integration test_setup_script_error
13282024-12-02T04:26:16.832Z PASS [ 0.053s] integration-tests::integration test_version_info
13292024-12-02T04:26:17.019Z PASS [ 11.802s] integration-tests::integration test_run_from_archive_with_includes
13302024-12-02T04:26:17.042Z PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error
13312024-12-02T04:26:17.065Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof
13322024-12-02T04:26:17.094Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr
13332024-12-02T04:26:17.117Z PASS [ 0.039s] nextest-filtering parsing::tests::test_invalid_and_operator
13342024-12-02T04:26:17.146Z PASS [ 0.034s] nextest-filtering parsing::tests::test_invalid_escapes
13352024-12-02T04:26:17.173Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob
13362024-12-02T04:26:17.196Z PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_or_operator
13372024-12-02T04:26:17.220Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform
13382024-12-02T04:26:17.278Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex
13392024-12-02T04:26:17.392Z PASS [ 0.049s] nextest-filtering parsing::tests::test_missing_argument
13402024-12-02T04:26:17.416Z PASS [ 0.055s] nextest-filtering parsing::tests::test_missing_close_parentheses
13412024-12-02T04:26:17.416Z PASS [ 0.568s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13422024-12-02T04:26:17.416Z PASS [ 0.075s] nextest-filtering parsing::tests::test_missing_close_regex
13432024-12-02T04:26:17.439Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_open_parentheses
13442024-12-02T04:26:17.439Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_parentheses
13452024-12-02T04:26:17.439Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma
13462024-12-02T04:26:17.511Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_difference
13472024-12-02T04:26:17.535Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_intersection
13482024-12-02T04:26:17.535Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_not
13492024-12-02T04:26:17.535Z PASS [ 0.051s] nextest-filtering parsing::tests::test_parse_expr_precedence
13502024-12-02T04:26:17.536Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set
13512024-12-02T04:26:17.559Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union
13522024-12-02T04:26:17.597Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_glob_matcher
13532024-12-02T04:26:17.620Z PASS [ 0.064s] nextest-filtering parsing::tests::test_parse_name_matcher
13542024-12-02T04:26:17.621Z PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13552024-12-02T04:26:17.650Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_set_def
13562024-12-02T04:26:17.674Z PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex
13572024-12-02T04:26:17.697Z PASS [ 0.028s] nextest-filtering parsing::tests::test_unexpected_argument
13582024-12-02T04:26:17.697Z PASS [ 0.031s] nextest-filtering parsing::tests::test_unexpected_comma
13592024-12-02T04:26:17.731Z PASS [ 0.032s] nextest-filtering::match test_binary_query
13602024-12-02T04:26:17.755Z PASS [ 0.021s] nextest-filtering::match test_expr_binary
13612024-12-02T04:26:17.798Z PASS [ 0.030s] nextest-filtering::match test_expr_binary_id_glob
13622024-12-02T04:26:17.834Z PASS [ 0.035s] nextest-filtering::match test_expr_deps
13632024-12-02T04:26:17.834Z PASS [ 12.101s] integration-tests::integration test_run_from_archive_with_no_includes
13642024-12-02T04:26:17.857Z PASS [ 0.035s] nextest-filtering::match test_expr_kind
13652024-12-02T04:26:17.880Z PASS [ 0.031s] nextest-filtering::match test_expr_kind_partial
13662024-12-02T04:26:17.932Z PASS [ 0.041s] nextest-filtering::match test_expr_package_contains
13672024-12-02T04:26:17.932Z PASS [ 0.025s] nextest-filtering::match test_expr_package_equal
13682024-12-02T04:26:17.957Z PASS [ 0.057s] nextest-filtering::match test_expr_package_regex
13692024-12-02T04:26:17.957Z PASS [ 0.026s] nextest-filtering::match test_expr_platform
13702024-12-02T04:26:17.982Z PASS [ 0.023s] nextest-filtering::match test_expr_rdeps
13712024-12-02T04:26:17.982Z PASS [ 0.033s] nextest-filtering::match test_expr_test
13722024-12-02T04:26:18.007Z PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_and_not
13732024-12-02T04:26:18.007Z PASS [ 0.025s] nextest-filtering::match test_expr_test_difference::with_minus
13742024-12-02T04:26:18.031Z PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13752024-12-02T04:26:18.056Z PASS [ 0.352s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13762024-12-02T04:26:18.113Z PASS [ 0.025s] nextest-filtering::match test_expr_test_not
13772024-12-02T04:26:18.113Z PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_and
13782024-12-02T04:26:18.113Z PASS [ 0.042s] nextest-filtering::match test_expr_test_union::with_or
13792024-12-02T04:26:18.113Z PASS [ 0.030s] nextest-filtering::match test_expr_test_union::with_pipe
13802024-12-02T04:26:18.113Z PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_plus
13812024-12-02T04:26:18.113Z PASS [ 0.028s] nextest-filtering::match test_expr_with_no_matching_packages
13822024-12-02T04:26:18.113Z PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord
13832024-12-02T04:26:18.113Z PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13842024-12-02T04:26:18.138Z PASS [ 0.021s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13852024-12-02T04:26:18.399Z PASS [ 0.032s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13862024-12-02T04:26:18.399Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13872024-12-02T04:26:18.399Z PASS [ 0.039s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13882024-12-02T04:26:18.399Z PASS [ 0.061s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13892024-12-02T04:26:18.399Z PASS [ 0.047s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13902024-12-02T04:26:18.424Z PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13912024-12-02T04:26:18.424Z PASS [ 0.055s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13922024-12-02T04:26:18.424Z PASS [ 0.134s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13932024-12-02T04:26:18.424Z PASS [ 0.079s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13942024-12-02T04:26:18.424Z PASS [ 0.056s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13952024-12-02T04:26:18.424Z PASS [ 0.083s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13962024-12-02T04:26:18.725Z PASS [ 6.715s] integration-tests::integration test_run_with_default_filter
13972024-12-02T04:26:18.767Z PASS [ 0.346s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
13982024-12-02T04:26:18.856Z PASS [ 0.482s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13992024-12-02T04:26:18.880Z PASS [ 0.481s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14002024-12-02T04:26:19.090Z PASS [ 0.376s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14012024-12-02T04:26:19.114Z PASS [ 0.331s] nextest-runner config::archive::tests::parse_invalid::missing_list
14022024-12-02T04:26:19.158Z PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14032024-12-02T04:26:19.182Z PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14042024-12-02T04:26:19.182Z PASS [ 0.023s] nextest-runner config::config_impl::tests::default_config_is_valid
14052024-12-02T04:26:19.206Z PASS [ 0.019s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14062024-12-02T04:26:19.231Z PASS [ 0.024s] nextest-runner config::identifier::tests::test_invalid
14072024-12-02T04:26:19.255Z PASS [ 0.019s] nextest-runner config::identifier::tests::test_valid
14082024-12-02T04:26:19.279Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_accumulate
14092024-12-02T04:26:19.279Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14102024-12-02T04:26:19.304Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14112024-12-02T04:26:19.329Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14122024-12-02T04:26:19.353Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14132024-12-02T04:26:19.377Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14142024-12-02T04:26:19.377Z PASS [ 3.523s] integration-tests::integration test_target_arg
14152024-12-02T04:26:19.377Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14162024-12-02T04:26:19.402Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14172024-12-02T04:26:19.402Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14182024-12-02T04:26:19.427Z PASS [ 0.314s] nextest-runner config::archive::tests::parse_invalid::parent_component
14192024-12-02T04:26:19.427Z PASS [ 0.318s] nextest-runner config::archive::tests::parse_valid
14202024-12-02T04:26:19.516Z PASS [ 0.348s] nextest-runner config::config_impl::tests::ignored_keys
14212024-12-02T04:26:19.732Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14222024-12-02T04:26:19.756Z PASS [ 0.305s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14232024-12-02T04:26:19.757Z PASS [ 0.338s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14242024-12-02T04:26:19.757Z PASS [ 0.333s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14252024-12-02T04:26:19.834Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14262024-12-02T04:26:20.026Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14272024-12-02T04:26:20.052Z PASS [ 0.311s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14282024-12-02T04:26:20.076Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14292024-12-02T04:26:20.076Z PASS [ 0.318s] nextest-runner config::overrides::tests::test_overrides_basic
14302024-12-02T04:26:20.167Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14312024-12-02T04:26:20.355Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14322024-12-02T04:26:20.385Z PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14332024-12-02T04:26:20.409Z PASS [ 0.335s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14342024-12-02T04:26:20.409Z PASS [ 0.370s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14352024-12-02T04:26:20.511Z PASS [ 0.343s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14362024-12-02T04:26:20.694Z PASS [ 0.343s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14372024-12-02T04:26:20.742Z PASS [ 0.356s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14382024-12-02T04:26:20.767Z PASS [ 0.358s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14392024-12-02T04:26:20.767Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14402024-12-02T04:26:20.856Z PASS [ 0.345s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14412024-12-02T04:26:21.015Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14422024-12-02T04:26:21.049Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14432024-12-02T04:26:21.087Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14442024-12-02T04:26:21.114Z PASS [ 0.346s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14452024-12-02T04:26:21.168Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14462024-12-02T04:26:21.341Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14472024-12-02T04:26:21.370Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14482024-12-02T04:26:21.408Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14492024-12-02T04:26:21.432Z PASS [ 0.336s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14502024-12-02T04:26:21.460Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14512024-12-02T04:26:21.608Z PASS [ 5.462s] integration-tests::integration test_target_dir
14522024-12-02T04:26:21.639Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14532024-12-02T04:26:21.664Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14542024-12-02T04:26:21.710Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_valid
14552024-12-02T04:26:21.735Z PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14562024-12-02T04:26:21.774Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14572024-12-02T04:26:21.916Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14582024-12-02T04:26:21.951Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14592024-12-02T04:26:21.975Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14602024-12-02T04:26:22.015Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14612024-12-02T04:26:22.066Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14622024-12-02T04:26:22.090Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14632024-12-02T04:26:22.224Z PASS [ 7.052s] integration-tests::integration test_show_config_test_groups
14642024-12-02T04:26:22.250Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14652024-12-02T04:26:22.275Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14662024-12-02T04:26:22.300Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14672024-12-02T04:26:22.364Z PASS [ 0.350s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14682024-12-02T04:26:22.390Z PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14692024-12-02T04:26:22.415Z PASS [ 0.317s] nextest-runner config::scripts::tests::test_scripts_basic
14702024-12-02T04:26:22.553Z PASS [ 0.327s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14712024-12-02T04:26:22.578Z PASS [ 0.328s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14722024-12-02T04:26:22.605Z PASS [ 0.334s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14732024-12-02T04:26:22.630Z PASS [ 0.344s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14742024-12-02T04:26:22.691Z PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14752024-12-02T04:26:22.715Z PASS [ 0.332s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14762024-12-02T04:26:22.739Z PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14772024-12-02T04:26:22.874Z PASS [ 0.322s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14782024-12-02T04:26:22.910Z PASS [ 0.332s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14792024-12-02T04:26:22.936Z PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14802024-12-02T04:26:22.959Z PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14812024-12-02T04:26:23.031Z PASS [ 0.339s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14822024-12-02T04:26:23.055Z PASS [ 0.345s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14832024-12-02T04:26:23.079Z PASS [ 0.345s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14842024-12-02T04:26:23.181Z PASS [ 0.308s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14852024-12-02T04:26:23.211Z PASS [ 0.322s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14862024-12-02T04:26:23.260Z PASS [ 0.319s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14872024-12-02T04:26:23.284Z PASS [ 0.336s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14882024-12-02T04:26:23.379Z PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14892024-12-02T04:26:23.403Z PASS [ 0.344s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14902024-12-02T04:26:23.403Z PASS [ 0.367s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14912024-12-02T04:26:23.489Z PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14922024-12-02T04:26:23.516Z PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14932024-12-02T04:26:23.576Z PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14942024-12-02T04:26:23.599Z PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14952024-12-02T04:26:23.678Z PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14962024-12-02T04:26:23.702Z PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14972024-12-02T04:26:23.725Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14982024-12-02T04:26:23.725Z PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file
14992024-12-02T04:26:23.771Z PASS [ 0.057s] nextest-runner errors::tests::display_error_chain
15002024-12-02T04:26:23.795Z PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15012024-12-02T04:26:23.818Z PASS [ 0.294s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15022024-12-02T04:26:23.818Z PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list
15032024-12-02T04:26:23.841Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15042024-12-02T04:26:23.841Z PASS [ 0.064s] nextest-runner errors::tests::display_error_list
15052024-12-02T04:26:23.841Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15062024-12-02T04:26:23.865Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15072024-12-02T04:26:23.865Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15082024-12-02T04:26:23.865Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15092024-12-02T04:26:23.888Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15102024-12-02T04:26:23.888Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15112024-12-02T04:26:23.889Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15122024-12-02T04:26:23.889Z PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15132024-12-02T04:26:23.912Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15142024-12-02T04:26:23.912Z PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15152024-12-02T04:26:23.912Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15162024-12-02T04:26:23.912Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15172024-12-02T04:26:23.936Z PASS [ 0.024s] nextest-runner list::test_list::tests::test_parse_test_list
15182024-12-02T04:26:23.936Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
15192024-12-02T04:26:23.959Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15202024-12-02T04:26:23.959Z PASS [ 0.025s] nextest-runner platform::tests::test_from_rustc_output_invalid
15212024-12-02T04:26:23.959Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15222024-12-02T04:26:23.960Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15232024-12-02T04:26:23.960Z PASS [ 0.025s] nextest-runner redact::tests::test_redact_path
15242024-12-02T04:26:23.960Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings
15252024-12-02T04:26:23.960Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15262024-12-02T04:26:23.983Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15272024-12-02T04:26:23.983Z PASS [ 0.293s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15282024-12-02T04:26:23.983Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15292024-12-02T04:26:23.983Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15302024-12-02T04:26:24.007Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15312024-12-02T04:26:24.007Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15322024-12-02T04:26:24.007Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15332024-12-02T04:26:24.007Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_final_warnings
15342024-12-02T04:26:24.030Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15352024-12-02T04:26:24.030Z PASS [ 0.305s] nextest-runner config::tool_config::tests::tool_config_basic
15362024-12-02T04:26:24.030Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15372024-12-02T04:26:24.030Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15382024-12-02T04:26:24.030Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15392024-12-02T04:26:24.053Z PASS [ 0.024s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
15402024-12-02T04:26:24.053Z PASS [ 0.062s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15412024-12-02T04:26:24.053Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end
15422024-12-02T04:26:24.053Z PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
15432024-12-02T04:26:24.053Z PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
15442024-12-02T04:26:24.077Z PASS [ 0.056s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15452024-12-02T04:26:24.077Z PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15462024-12-02T04:26:24.077Z PASS [ 0.017s] nextest-runner reuse_build::tests::test_path_mapper_relative
15472024-12-02T04:26:24.100Z PASS [ 0.018s] nextest-runner runner::tests::test_is_success
15482024-12-02T04:26:24.100Z PASS [ 0.027s] nextest-runner runner::tests::no_capture_settings
15492024-12-02T04:26:24.100Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output
15502024-12-02T04:26:24.123Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15512024-12-02T04:26:24.124Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15522024-12-02T04:26:24.124Z PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15532024-12-02T04:26:24.124Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
15542024-12-02T04:26:24.124Z PASS [ 0.016s] nextest-runner test_command::tests::parse_build_script
15552024-12-02T04:26:24.124Z PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config
15562024-12-02T04:26:24.147Z PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples
15572024-12-02T04:26:24.147Z PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples
15582024-12-02T04:26:24.190Z PASS [ 0.103s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15592024-12-02T04:26:24.213Z PASS [ 0.017s] nextest-runner test_filter::tests::skip_only_pattern_examples
15602024-12-02T04:26:24.237Z PASS [ 0.134s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15612024-12-02T04:26:24.260Z PASS [ 0.134s] nextest-runner test_filter::tests::proptest_empty
15622024-12-02T04:26:24.321Z PASS [ 0.193s] nextest-runner test_filter::tests::proptest_no_match
15632024-12-02T04:26:24.345Z PASS [ 0.272s] nextest-runner rustc_cli::tests::test_execute_with_failure
15642024-12-02T04:26:24.446Z PASS [ 0.100s] nextest-runner::integration basic::test_list_binaries
15652024-12-02T04:26:24.500Z PASS [ 0.245s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15662024-12-02T04:26:24.602Z PASS [ 0.477s] nextest-runner test_filter::tests::proptest_exact
15672024-12-02T04:26:24.663Z PASS [ 0.337s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15682024-12-02T04:26:24.731Z PASS [ 0.596s] nextest-runner test_filter::tests::proptest_substring
15692024-12-02T04:26:24.755Z PASS [ 0.309s] nextest-runner::integration basic::test_list_tests
15702024-12-02T04:26:24.793Z PASS [ 0.566s] nextest-runner time::stopwatch::tests::stopwatch_pause
15712024-12-02T04:26:25.047Z PASS [ 0.297s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15722024-12-02T04:26:25.070Z PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching
15732024-12-02T04:26:25.195Z PASS [ 0.464s] nextest-runner::integration basic::test_run_ignored
15742024-12-02T04:26:25.220Z PASS [ 0.026s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15752024-12-02T04:26:25.244Z PASS [ 0.022s] nextest-runner::integration target_runner::parses_cargo_config_exact
15762024-12-02T04:26:25.355Z PASS [ 0.285s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15772024-12-02T04:26:25.648Z PASS [ 0.405s] nextest-runner::integration target_runner::parses_cargo_env
15782024-12-02T04:26:25.730Z PASS [ 1.521s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
15792024-12-02T04:26:25.754Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env
15802024-12-02T04:26:25.777Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
15812024-12-02T04:26:25.800Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15822024-12-02T04:26:25.825Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15832024-12-02T04:26:25.848Z PASS [ 0.477s] nextest-runner::integration target_runner::test_listing_with_target_runner
15842024-12-02T04:26:25.848Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
15852024-12-02T04:26:25.848Z PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15862024-12-02T04:26:25.872Z PASS [ 0.020s] nextest-runner::integration target_triple::parses_target_cli_option
15872024-12-02T04:26:26.300Z PASS [ 1.646s] nextest-runner::integration basic::test_run
15882024-12-02T04:26:26.900Z PASS [ 21.794s] integration-tests::integration test_run
15892024-12-02T04:26:27.112Z PASS [ 2.324s] nextest-runner::integration basic::test_termination
15902024-12-02T04:26:27.150Z PASS [ 1.507s] nextest-runner::integration target_runner::test_run_with_target_runner
15912024-12-02T04:26:28.318Z PASS [ 3.826s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15922024-12-02T04:26:28.350Z PASS [ 3.755s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15932024-12-02T04:26:28.374Z------------
15942024-12-02T04:26:28.374Z Summary [ 32.444s] 281 tests run: 281 passed, 0 skipped
15952024-12-02T04:26:28.397Z
15962024-12-02T04:26:28.397Zreal 33.503742424
15972024-12-02T04:26:28.397Zuser 1:50.375155558
15982024-12-02T04:26:28.397Zsys 1:42.381831184
15992024-12-02T04:26:28.397Ztrap 0.250930970
16002024-12-02T04:26:28.397Ztflt 0.314673066
16012024-12-02T04:26:28.397Zdflt 1.393603002
16022024-12-02T04:26:28.397Zkflt 0.002156229
16032024-12-02T04:26:28.397Zlock 26:53.309522575
16042024-12-02T04:26:28.397Zslp 46:51.513595200
16052024-12-02T04:26:28.397Zlat 11:18.183028794
16062024-12-02T04:26:28.397Zstop 5:07.981950997
16072024-12-02T04:26:28.397Zprocess exited: duration 290887 ms, exit code 0
 
16082024-12-02T04:26:28.444Zfound 0 output files