01JE260RZP0YPZK7ASGQYNVH28: build-and-test-illumos

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

Buildomat Job: 01JE260YS0KT1G91PQHS0XSM9P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-01T22:39:20.077Zjob assigned to worker 01JE260ZJZ7C88A76QBV9ZVVF9 [factory gimlet-EVT22200007-propolis, EVT22200007/19715] (queued for 24 s)
 
22024-12-01T22:39:28.183Zstarting task 0: "setup"
32024-12-01T22:39:28.207Z++ uname -s
42024-12-01T22:39:28.207Z+ kern=SunOS
52024-12-01T22:39:28.207Z+ case "$kern" in
62024-12-01T22:39:28.207Z+ groupadd -g 12345 build
72024-12-01T22:39:28.207Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-01T22:39:30.209Z+ zfs create -o mountpoint=/work rpool/work
92024-12-01T22:39:30.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-01T22:39:30.270Z+ home_fs=zfs
112024-12-01T22:39:30.270Z+ [[ zfs == autofs ]]
122024-12-01T22:39:30.270Z+ mkdir -p /home/build
132024-12-01T22:39:30.270Z+ chown build:build /home/build /work
142024-12-01T22:39:32.255Z+ chmod 0700 /home/build /work
152024-12-01T22:39:32.278Zprocess exited: duration 4075 ms, exit code 0
 
162024-12-01T22:39:32.325Zstarting task 1: "rust-toolchain"
172024-12-01T22:39:32.348Z+ printf ' * toolchain channel = "%s"
182024-12-01T22:39:32.348Z * toolchain channel = "stable"
192024-12-01T22:39:32.348Z' stable
202024-12-01T22:39:32.348Z * toolchain profile = "default"
212024-12-01T22:39:32.348Z+ printf ' * toolchain profile = "%s"
222024-12-01T22:39:32.349Z' default
232024-12-01T22:39:32.349Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-01T22:39:32.349Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-01T22:39:32.476Zinfo: downloading installer
262024-12-01T22:39:32.858Zinfo: profile set to 'default'
272024-12-01T22:39:32.858Zinfo: default host triple is x86_64-unknown-illumos
282024-12-01T22:39:32.858Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-01T22:39:32.965Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-01T22:39:32.965Zinfo: downloading component 'cargo'
312024-12-01T22:39:33.087Zinfo: downloading component 'clippy'
322024-12-01T22:39:33.139Zinfo: downloading component 'rust-docs'
332024-12-01T22:39:33.299Zinfo: downloading component 'rust-std'
342024-12-01T22:39:33.539Zinfo: downloading component 'rustc'
352024-12-01T22:39:34.410Zinfo: downloading component 'rustfmt'
362024-12-01T22:39:34.448Zinfo: installing component 'cargo'
372024-12-01T22:39:35.560Zinfo: installing component 'clippy'
382024-12-01T22:39:36.026Zinfo: installing component 'rust-docs'
392024-12-01T22:39:38.828Zinfo: installing component 'rust-std'
402024-12-01T22:39:40.868Zinfo: installing component 'rustc'
412024-12-01T22:39:47.860Zinfo: installing component 'rustfmt'
422024-12-01T22:39:48.266Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-01T22:39:48.266Z
442024-12-01T22:39:48.405Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-01T22:39:48.405Z
462024-12-01T22:39:48.429Z
472024-12-01T22:39:48.429ZRust is installed now. Great!
482024-12-01T22:39:48.429Z
492024-12-01T22:39:48.429ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-01T22:39:48.429Zenvironment variable. This has not been done automatically.
512024-12-01T22:39:48.429Z
522024-12-01T22:39:48.429ZTo configure your current shell, you need to source
532024-12-01T22:39:48.429Zthe corresponding env file under $HOME/.cargo.
542024-12-01T22:39:48.429Z
552024-12-01T22:39:48.429ZThis is usually done by running one of the following (note the leading DOT):
562024-12-01T22:39:48.429Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-01T22:39:48.429Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-01T22:39:48.485Z+ rustc --version
592024-12-01T22:39:48.577Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-01T22:39:48.601Zprocess exited: duration 16257 ms, exit code 0
 
612024-12-01T22:39:48.648Zstarting task 2: "authentication"
622024-12-01T22:39:48.703Zprocess exited: duration 53 ms, exit code 0
 
632024-12-01T22:39:48.750Zstarting task 3: "clone repository"
642024-12-01T22:39:48.774Z+ mkdir -p /work/nextest-rs/nextest
652024-12-01T22:39:48.774Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-01T22:39:48.797ZCloning into '/work/nextest-rs/nextest'...
672024-12-01T22:39:50.473Z+ cd /work/nextest-rs/nextest
682024-12-01T22:39:50.473Z+ git fetch origin f8f98d3a332db30ab773d308f719f3a0e6a7e2f0
692024-12-01T22:39:51.004ZFrom https://github.com/nextest-rs/nextest
702024-12-01T22:39:51.004Z * branch f8f98d3a332db30ab773d308f719f3a0e6a7e2f0 -> FETCH_HEAD
712024-12-01T22:39:51.028Z+ [[ -n '' ]]
722024-12-01T22:39:51.028Z+ git reset --hard f8f98d3a332db30ab773d308f719f3a0e6a7e2f0
732024-12-01T22:39:51.085ZHEAD is now at f8f98d3a [nextest-runner] improve data model for child error management
742024-12-01T22:39:51.109Zprocess exited: duration 2336 ms, exit code 0
 
752024-12-01T22:39:51.156Zstarting task 4: "build"
762024-12-01T22:39:51.179Z+ PLATFORM=illumos
772024-12-01T22:39:51.179Z+ export CARGO_TERM_COLOR=always
782024-12-01T22:39:51.179Z+ CARGO_TERM_COLOR=always
792024-12-01T22:39:51.179Z+ cargo --version
802024-12-01T22:39:51.240Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-12-01T22:39:51.263Z+ rustc --version
822024-12-01T22:39:51.322Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-12-01T22:39:51.346Z+ banner install
842024-12-01T22:39:51.346Z
852024-12-01T22:39:51.346Z # # # #### ##### ## # #
862024-12-01T22:39:51.346Z # ## # # # # # # #
872024-12-01T22:39:51.346Z # # # # #### # # # # #
882024-12-01T22:39:51.346Z # # # # # # ###### # #
892024-12-01T22:39:51.346Z # # ## # # # # # # #
902024-12-01T22:39:51.346Z # # # #### # # # ###### ######
912024-12-01T22:39:51.346Z
922024-12-01T22:39:51.346Z+ mkdir -p /home/build/.cargo/bin
932024-12-01T22:39:51.346Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-12-01T22:39:51.346Z+ gunzip
952024-12-01T22:39:51.346Z+ tar xf - -C /home/build/.cargo/bin
962024-12-01T22:39:52.358Z+ banner metadata
972024-12-01T22:39:52.381Z
982024-12-01T22:39:52.381Z # # ###### ##### ## ##### ## ##### ##
992024-12-01T22:39:52.381Z ## ## # # # # # # # # # # #
1002024-12-01T22:39:52.381Z # ## # ##### # # # # # # # # # #
1012024-12-01T22:39:52.381Z # # # # ###### # # ###### # ######
1022024-12-01T22:39:52.382Z # # # # # # # # # # # # #
1032024-12-01T22:39:52.382Z # # ###### # # # ##### # # # # #
1042024-12-01T22:39:52.382Z
1052024-12-01T22:39:52.382Z+ ptime -m cargo build --package nextest-metadata
1062024-12-01T22:39:52.538Z Updating crates.io index
1072024-12-01T22:39:53.764Z Downloading crates ...
1082024-12-01T22:39:53.838Z Downloaded addr2line v0.21.0
1092024-12-01T22:39:53.861Z Downloaded backtrace-ext v0.2.1
1102024-12-01T22:39:53.862Z Downloaded backtrace v0.3.71
1112024-12-01T22:39:53.886Z Downloaded anstyle-query v1.1.2
1122024-12-01T22:39:53.886Z Downloaded jobserver v0.1.32
1132024-12-01T22:39:53.886Z Downloaded tracing-log v0.2.0
1142024-12-01T22:39:53.886Z Downloaded terminal_size v0.4.0
1152024-12-01T22:39:53.886Z Downloaded unicode-linebreak v0.1.5
1162024-12-01T22:39:53.886Z Downloaded once_cell v1.20.2
1172024-12-01T22:39:53.911Z Downloaded unicase v2.8.0
1182024-12-01T22:39:53.911Z Downloaded supports-color v3.0.2
1192024-12-01T22:39:53.911Z Downloaded serde_derive v1.0.215
1202024-12-01T22:39:53.911Z Downloaded xxhash-rust v0.8.12
1212024-12-01T22:39:53.935Z Downloaded unicode-ident v1.0.14
1222024-12-01T22:39:53.935Z Downloaded zerocopy-derive v0.7.35
1232024-12-01T22:39:53.935Z Downloaded socket2 v0.5.7
1242024-12-01T22:39:53.935Z Downloaded textwrap v0.16.1
1252024-12-01T22:39:53.935Z Downloaded tracing v0.1.41
1262024-12-01T22:39:53.958Z Downloaded object v0.32.2
1272024-12-01T22:39:53.958Z Downloaded zerocopy v0.7.35
1282024-12-01T22:39:53.982Z Downloaded miette v7.4.0
1292024-12-01T22:39:53.982Z Downloaded unicode-width v0.1.14
1302024-12-01T22:39:54.005Z Downloaded tracing-subscriber v0.3.19
1312024-12-01T22:39:54.005Z Downloaded cfg-expr v0.17.1
1322024-12-01T22:39:54.005Z Downloaded sharded-slab v0.1.7
1332024-12-01T22:39:54.005Z Downloaded gimli v0.28.1
1342024-12-01T22:39:54.029Z Downloaded miniz_oxide v0.7.4
1352024-12-01T22:39:54.029Z Downloaded unicode-width v0.2.0
1362024-12-01T22:39:54.029Z Downloaded syn v2.0.89
1372024-12-01T22:39:54.053Z Downloaded tokio-macros v2.4.0
1382024-12-01T22:39:54.053Z Downloaded rustix v0.38.37
1392024-12-01T22:39:54.076Z Downloaded thiserror-impl v1.0.69
1402024-12-01T22:39:54.076Z Downloaded thiserror v1.0.69
1412024-12-01T22:39:54.076Z Downloaded target-lexicon v0.12.16
1422024-12-01T22:39:54.076Z Downloaded supports-hyperlinks v3.0.0
1432024-12-01T22:39:54.076Z Downloaded smol_str v0.3.2
1442024-12-01T22:39:54.076Z Downloaded rand v0.8.5
1452024-12-01T22:39:54.099Z Downloaded quote v1.0.37
1462024-12-01T22:39:54.099Z Downloaded memchr v2.7.4
1472024-12-01T22:39:54.099Z Downloaded libm v0.2.8
1482024-12-01T22:39:54.099Z Downloaded tracing-core v0.1.33
1492024-12-01T22:39:54.099Z Downloaded supports-unicode v3.0.0
1502024-12-01T22:39:54.099Z Downloaded strsim v0.11.1
1512024-12-01T22:39:54.122Z Downloaded shlex v1.3.0
1522024-12-01T22:39:54.122Z Downloaded serde_json v1.0.133
1532024-12-01T22:39:54.122Z Downloaded serde v1.0.215
1542024-12-01T22:39:54.122Z Downloaded num-traits v0.2.19
1552024-12-01T22:39:54.122Z Downloaded miette-derive v7.4.0
1562024-12-01T22:39:54.122Z Downloaded log v0.4.22
1572024-12-01T22:39:54.123Z Downloaded utf8parse v0.2.2
1582024-12-01T22:39:54.123Z Downloaded target-spec v3.2.2
1592024-12-01T22:39:54.123Z Downloaded rand_core v0.6.4
1602024-12-01T22:39:54.146Z Downloaded rand_chacha v0.3.1
1612024-12-01T22:39:54.146Z Downloaded owo-colors v4.1.0
1622024-12-01T22:39:54.146Z Downloaded libc v0.2.167
1632024-12-01T22:39:54.169Z Downloaded mio v1.0.2
1642024-12-01T22:39:54.169Z Downloaded is_terminal_polyfill v1.70.1
1652024-12-01T22:39:54.170Z Downloaded tokio v1.41.1
1662024-12-01T22:39:54.203Z Downloaded guppy-workspace-hack v0.1.0
1672024-12-01T22:39:54.226Z Downloaded bytes v1.9.0
1682024-12-01T22:39:54.226Z Downloaded thread_local v1.1.8
1692024-12-01T22:39:54.226Z Downloaded smallvec v1.13.2
1702024-12-01T22:39:54.226Z Downloaded signal-hook-registry v1.4.2
1712024-12-01T22:39:54.226Z Downloaded ryu v1.0.18
1722024-12-01T22:39:54.226Z Downloaded pin-project-lite v0.2.15
1732024-12-01T22:39:54.226Z Downloaded itoa v1.0.13
1742024-12-01T22:39:54.226Z Downloaded is_ci v1.2.0
1752024-12-01T22:39:54.226Z Downloaded clap_derive v4.5.18
1762024-12-01T22:39:54.226Z Downloaded clap v4.5.21
1772024-12-01T22:39:54.249Z Downloaded cfg-if v1.0.0
1782024-12-01T22:39:54.250Z Downloaded proc-macro2 v1.0.92
1792024-12-01T22:39:54.250Z Downloaded ppv-lite86 v0.2.20
1802024-12-01T22:39:54.250Z Downloaded console v0.15.8
1812024-12-01T22:39:54.250Z Downloaded rustc-demangle v0.1.24
1822024-12-01T22:39:54.250Z Downloaded lazy_static v1.5.0
1832024-12-01T22:39:54.250Z Downloaded heck v0.5.0
1842024-12-01T22:39:54.250Z Downloaded either v1.13.0
1852024-12-01T22:39:54.250Z Downloaded camino v1.1.9
1862024-12-01T22:39:54.250Z Downloaded byteorder v1.5.0
1872024-12-01T22:39:54.273Z Downloaded hashbrown v0.15.1
1882024-12-01T22:39:54.273Z Downloaded getrandom v0.2.15
1892024-12-01T22:39:54.273Z Downloaded equivalent v1.0.1
1902024-12-01T22:39:54.273Z Downloaded colorchoice v1.0.3
1912024-12-01T22:39:54.273Z Downloaded clap_lex v0.7.2
1922024-12-01T22:39:54.273Z Downloaded clap_builder v4.5.21
1932024-12-01T22:39:54.273Z Downloaded cc v1.1.31
1942024-12-01T22:39:54.273Z Downloaded borsh v1.5.1
1952024-12-01T22:39:54.297Z Downloaded anstyle v1.0.9
1962024-12-01T22:39:54.297Z Downloaded indexmap v2.7.0
1972024-12-01T22:39:54.297Z Downloaded errno v0.3.9
1982024-12-01T22:39:54.297Z Downloaded cfg_aliases v0.2.1
1992024-12-01T22:39:54.297Z Downloaded bitflags v2.6.0
2002024-12-01T22:39:54.297Z Downloaded adler v1.0.2
2012024-12-01T22:39:54.297Z Downloaded anstyle-parse v0.2.6
2022024-12-01T22:39:54.297Z Downloaded autocfg v1.4.0
2032024-12-01T22:39:54.297Z Downloaded anstream v0.6.17
2042024-12-01T22:39:54.391Z Compiling proc-macro2 v1.0.92
2052024-12-01T22:39:54.414Z Compiling unicode-ident v1.0.14
2062024-12-01T22:39:54.414Z Compiling libc v0.2.167
2072024-12-01T22:39:54.414Z Compiling cfg-if v1.0.0
2082024-12-01T22:39:54.414Z Compiling serde v1.0.215
2092024-12-01T22:39:54.414Z Compiling shlex v1.3.0
2102024-12-01T22:39:54.414Z Compiling once_cell v1.20.2
2112024-12-01T22:39:54.559Z Compiling rustix v0.38.37
2122024-12-01T22:39:54.605Z Compiling memchr v2.7.4
2132024-12-01T22:39:54.767Z Compiling bitflags v2.6.0
2142024-12-01T22:39:54.816Z Compiling tracing-core v0.1.33
2152024-12-01T22:39:54.996Z Compiling camino v1.1.9
2162024-12-01T22:39:55.076Z Compiling gimli v0.28.1
2172024-12-01T22:39:55.242Z Compiling byteorder v1.5.0
2182024-12-01T22:39:55.474Z Compiling adler v1.0.2
2192024-12-01T22:39:55.507Z Compiling utf8parse v0.2.2
2202024-12-01T22:39:55.597Z Compiling jobserver v0.1.32
2212024-12-01T22:39:55.638Z Compiling anstyle-parse v0.2.6
2222024-12-01T22:39:55.669Z Compiling miniz_oxide v0.7.4
2232024-12-01T22:39:55.924Z Compiling quote v1.0.37
2242024-12-01T22:39:55.949Z Compiling cc v1.1.31
2252024-12-01T22:39:55.972Z Compiling errno v0.3.9
2262024-12-01T22:39:56.180Z Compiling getrandom v0.2.15
2272024-12-01T22:39:56.261Z Compiling syn v2.0.89
2282024-12-01T22:39:56.314Z Compiling object v0.32.2
2292024-12-01T22:39:56.338Z Compiling rustc-demangle v0.1.24
2302024-12-01T22:39:56.391Z Compiling colorchoice v1.0.3
2312024-12-01T22:39:56.440Z Compiling autocfg v1.4.0
2322024-12-01T22:39:56.524Z Compiling anstyle v1.0.9
2332024-12-01T22:39:56.899Z Compiling owo-colors v4.1.0
2342024-12-01T22:39:57.110Z Compiling terminal_size v0.4.0
2352024-12-01T22:39:57.140Z Compiling serde_json v1.0.133
2362024-12-01T22:39:57.213Z Compiling libm v0.2.8
2372024-12-01T22:39:57.309Z Compiling target-lexicon v0.12.16
2382024-12-01T22:39:57.390Z Compiling thiserror v1.0.69
2392024-12-01T22:39:57.502Z Compiling is_terminal_polyfill v1.70.1
2402024-12-01T22:39:57.579Z Compiling unicode-width v0.1.14
2412024-12-01T22:39:57.628Z Compiling lazy_static v1.5.0
2422024-12-01T22:39:57.742Z Compiling anstyle-query v1.1.2
2432024-12-01T22:39:57.977Z Compiling anstream v0.6.17
2442024-12-01T22:39:58.174Z Compiling addr2line v0.21.0
2452024-12-01T22:39:58.263Z Compiling num-traits v0.2.19
2462024-12-01T22:39:58.287Z Compiling rand_core v0.6.4
2472024-12-01T22:39:58.447Z Compiling backtrace v0.3.71
2482024-12-01T22:39:58.578Z Compiling itoa v1.0.13
2492024-12-01T22:39:58.614Z Compiling clap_lex v0.7.2
2502024-12-01T22:39:58.653Z Compiling unicase v2.8.0
2512024-12-01T22:39:58.753Z Compiling unicode-width v0.2.0
2522024-12-01T22:39:58.776Z Compiling unicode-linebreak v0.1.5
2532024-12-01T22:39:58.800Z Compiling heck v0.5.0
2542024-12-01T22:39:58.966Z Compiling guppy-workspace-hack v0.1.0
2552024-12-01T22:39:59.005Z Compiling log v0.4.22
2562024-12-01T22:39:59.160Z Compiling strsim v0.11.1
2572024-12-01T22:39:59.184Z Compiling pin-project-lite v0.2.15
2582024-12-01T22:39:59.208Z Compiling ryu v1.0.18
2592024-12-01T22:39:59.290Z Compiling is_ci v1.2.0
2602024-12-01T22:39:59.323Z Compiling tracing v0.1.41
2612024-12-01T22:39:59.374Z Compiling tracing-log v0.2.0
2622024-12-01T22:39:59.488Z Compiling clap_builder v4.5.21
2632024-12-01T22:39:59.512Z Compiling supports-color v3.0.2
2642024-12-01T22:39:59.664Z Compiling textwrap v0.16.1
2652024-12-01T22:39:59.913Z Compiling sharded-slab v0.1.7
2662024-12-01T22:40:00.306Z Compiling mio v1.0.2
2672024-12-01T22:40:00.496Z Compiling signal-hook-registry v1.4.2
2682024-12-01T22:40:00.871Z Compiling thread_local v1.1.8
2692024-12-01T22:40:00.897Z Compiling equivalent v1.0.1
2702024-12-01T22:40:00.982Z Compiling smallvec v1.13.2
2712024-12-01T22:40:01.118Z Compiling supports-hyperlinks v3.0.0
2722024-12-01T22:40:01.244Z Compiling target-spec v3.2.2
2732024-12-01T22:40:01.287Z Compiling supports-unicode v3.0.0
2742024-12-01T22:40:01.315Z Compiling hashbrown v0.15.1
2752024-12-01T22:40:01.339Z Compiling bytes v1.9.0
2762024-12-01T22:40:01.507Z Compiling cfg-expr v0.17.1
2772024-12-01T22:40:01.670Z Compiling tracing-subscriber v0.3.19
2782024-12-01T22:40:01.721Z Compiling backtrace-ext v0.2.1
2792024-12-01T22:40:02.277Z Compiling console v0.15.8
2802024-12-01T22:40:02.301Z Compiling xxhash-rust v0.8.12
2812024-12-01T22:40:02.532Z Compiling either v1.13.0
2822024-12-01T22:40:03.685Z Compiling serde_derive v1.0.215
2832024-12-01T22:40:03.846Z Compiling zerocopy-derive v0.7.35
2842024-12-01T22:40:03.882Z Compiling thiserror-impl v1.0.69
2852024-12-01T22:40:04.057Z Compiling clap_derive v4.5.18
2862024-12-01T22:40:04.119Z Compiling miette-derive v7.4.0
2872024-12-01T22:40:05.246Z Compiling zerocopy v0.7.35
2882024-12-01T22:40:05.374Z Compiling tokio-macros v2.4.0
2892024-12-01T22:40:06.043Z Compiling miette v7.4.0
2902024-12-01T22:40:06.278Z Compiling ppv-lite86 v0.2.20
2912024-12-01T22:40:06.470Z Compiling tokio v1.41.1
2922024-12-01T22:40:06.823Z Compiling rand_chacha v0.3.1
2932024-12-01T22:40:07.023Z Compiling clap v4.5.21
2942024-12-01T22:40:07.669Z Compiling rand v0.8.5
2952024-12-01T22:40:12.341Z Compiling indexmap v2.7.0
2962024-12-01T22:40:12.364Z Compiling smol_str v0.3.2
2972024-12-01T22:40:12.966Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-12-01T22:40:14.168Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-12-01T22:40:16.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.67s
3002024-12-01T22:40:16.264Z
3012024-12-01T22:40:16.264Zreal 23.866991479
3022024-12-01T22:40:16.264Zuser 1:54.104288986
3032024-12-01T22:40:16.264Zsys 18.739961804
3042024-12-01T22:40:16.264Ztrap 0.067317271
3052024-12-01T22:40:16.264Ztflt 0.087810353
3062024-12-01T22:40:16.264Zdflt 0.147535310
3072024-12-01T22:40:16.264Zkflt 0.000714510
3082024-12-01T22:40:16.264Zlock 2:37.431306737
3092024-12-01T22:40:16.264Zslp 6:21.922765440
3102024-12-01T22:40:16.264Zlat 8.921656110
3112024-12-01T22:40:16.264Zstop 16.204429652
3122024-12-01T22:40:16.293Z+ banner no-update
3132024-12-01T22:40:16.293Z
3142024-12-01T22:40:16.293Z # # #### # # ##### ##### ## ##### ######
3152024-12-01T22:40:16.293Z ## # # # # # # # # # # # # #
3162024-12-01T22:40:16.293Z # # # # # ##### # # # # # # # # # #####
3172024-12-01T22:40:16.293Z # # # # # # # ##### # # ###### # #
3182024-12-01T22:40:16.294Z # ## # # # # # # # # # # #
3192024-12-01T22:40:16.294Z # # #### #### # ##### # # # ######
3202024-12-01T22:40:16.294Z
3212024-12-01T22:40:16.294Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-12-01T22:40:16.454Z Downloading crates ...
3232024-12-01T22:40:16.581Z Downloaded ahash v0.8.11
3242024-12-01T22:40:16.605Z Downloaded aho-corasick v1.1.3
3252024-12-01T22:40:16.630Z Downloaded pathdiff v0.2.3
3262024-12-01T22:40:16.630Z Downloaded unicode-normalization v0.1.24
3272024-12-01T22:40:16.654Z Downloaded zeroize v1.8.1
3282024-12-01T22:40:16.654Z Downloaded winnow v0.6.20
3292024-12-01T22:40:16.677Z Downloaded xattr v1.3.1
3302024-12-01T22:40:16.678Z Downloaded toml_datetime v0.6.8
3312024-12-01T22:40:16.701Z Downloaded zstd-safe v7.2.1
3322024-12-01T22:40:16.701Z Downloaded itertools v0.13.0
3332024-12-01T22:40:16.701Z Downloaded tokio-stream v0.1.16
3342024-12-01T22:40:16.701Z Downloaded toml v0.8.19
3352024-12-01T22:40:16.725Z Downloaded nom v7.1.3
3362024-12-01T22:40:16.725Z Downloaded toml_edit v0.22.22
3372024-12-01T22:40:16.748Z Downloaded nix v0.29.0
3382024-12-01T22:40:16.772Z Downloaded guppy v0.17.8
3392024-12-01T22:40:16.772Z Downloaded globset v0.4.15
3402024-12-01T22:40:16.772Z Downloaded futures v0.3.31
3412024-12-01T22:40:16.772Z Downloaded quick-xml v0.37.1
3422024-12-01T22:40:16.796Z Downloaded bstr v1.11.0
3432024-12-01T22:40:16.796Z Downloaded portable-atomic v1.9.0
3442024-12-01T22:40:16.820Z Downloaded eyre v0.6.12
3452024-12-01T22:40:16.820Z Downloaded futures-core v0.3.31
3462024-12-01T22:40:16.820Z Downloaded color-eyre v0.6.3
3472024-12-01T22:40:16.820Z Downloaded zstd v0.13.2
3482024-12-01T22:40:16.820Z Downloaded regex v1.11.1
3492024-12-01T22:40:16.844Z Downloaded regex-syntax v0.8.5
3502024-12-01T22:40:16.844Z Downloaded version_check v0.9.5
3512024-12-01T22:40:16.844Z Downloaded regex-automata v0.4.8
3522024-12-01T22:40:16.868Z Downloaded tracing-attributes v0.1.28
3532024-12-01T22:40:16.868Z Downloaded tinyvec v1.8.0
3542024-12-01T22:40:16.868Z Downloaded thiserror v2.0.3
3552024-12-01T22:40:16.892Z Downloaded ron v0.8.1
3562024-12-01T22:40:16.892Z Downloaded pin-utils v0.1.0
3572024-12-01T22:40:16.892Z Downloaded owo-colors v3.5.0
3582024-12-01T22:40:16.892Z Downloaded futures-macro v0.3.31
3592024-12-01T22:40:16.892Z Downloaded futures-io v0.3.31
3602024-12-01T22:40:16.892Z Downloaded futures-executor v0.3.31
3612024-12-01T22:40:16.892Z Downloaded filetime v0.2.25
3622024-12-01T22:40:16.892Z Downloaded petgraph v0.6.5
3632024-12-01T22:40:16.916Z Downloaded fastrand v2.1.1
3642024-12-01T22:40:16.916Z Downloaded cargo_metadata v0.18.1
3652024-12-01T22:40:16.940Z Downloaded tinyvec_macros v0.1.1
3662024-12-01T22:40:16.940Z Downloaded thiserror-impl v2.0.3
3672024-12-01T22:40:16.940Z Downloaded tempfile v3.13.0
3682024-12-01T22:40:16.940Z Downloaded target-spec-miette v0.4.0
3692024-12-01T22:40:16.940Z Downloaded tar v0.4.43
3702024-12-01T22:40:16.940Z Downloaded slab v0.4.9
3712024-12-01T22:40:16.940Z Downloaded shared_child v1.0.1
3722024-12-01T22:40:16.940Z Downloaded serde_path_to_error v0.1.16
3732024-12-01T22:40:16.940Z Downloaded pin-project-internal v1.1.7
3742024-12-01T22:40:16.940Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3752024-12-01T22:40:16.964Z Downloaded newtype-uuid v1.1.3
3762024-12-01T22:40:16.964Z Downloaded dialoguer v0.11.0
3772024-12-01T22:40:16.964Z Downloaded vte_generate_state_changes v0.1.2
3782024-12-01T22:40:16.964Z Downloaded swrite v0.1.0
3792024-12-01T22:40:16.964Z Downloaded strip-ansi-escapes v0.2.0
3802024-12-01T22:40:16.964Z Downloaded shell-words v1.1.0
3812024-12-01T22:40:16.965Z Downloaded serde_spanned v0.6.8
3822024-12-01T22:40:16.965Z Downloaded pkg-config v0.3.31
3832024-12-01T22:40:16.965Z Downloaded pin-project v1.1.7
3842024-12-01T22:40:16.988Z Downloaded minimal-lexical v0.2.1
3852024-12-01T22:40:16.988Z Downloaded iana-time-zone v0.1.61
3862024-12-01T22:40:16.988Z Downloaded home v0.5.9
3872024-12-01T22:40:16.988Z Downloaded futures-sink v0.3.31
3882024-12-01T22:40:16.988Z Downloaded duct v0.13.7
3892024-12-01T22:40:16.988Z Downloaded uuid v1.11.0
3902024-12-01T22:40:17.012Z Downloaded tracing-error v0.2.0
3912024-12-01T22:40:17.012Z Downloaded semver v1.0.23
3922024-12-01T22:40:17.012Z Downloaded quick-junit v0.5.1
3932024-12-01T22:40:17.012Z Downloaded fixedbitset v0.4.2
3942024-12-01T22:40:17.012Z Downloaded debug-ignore v1.0.5
3952024-12-01T22:40:17.012Z Downloaded chrono v0.4.38
3962024-12-01T22:40:17.012Z Downloaded cargo-platform v0.1.8
3972024-12-01T22:40:17.012Z Downloaded camino-tempfile v1.1.1
3982024-12-01T22:40:17.012Z Downloaded vte v0.11.1
3992024-12-01T22:40:17.036Z Downloaded serde_ignored v0.1.10
4002024-12-01T22:40:17.036Z Downloaded os_pipe v1.2.1
4012024-12-01T22:40:17.036Z Downloaded nested v0.1.1
4022024-12-01T22:40:17.036Z Downloaded indent_write v2.2.0
4032024-12-01T22:40:17.036Z Downloaded humantime-serde v1.1.1
4042024-12-01T22:40:17.036Z Downloaded futures-util v0.3.31
4052024-12-01T22:40:17.036Z Downloaded future-queue v0.3.0
4062024-12-01T22:40:17.036Z Downloaded enable-ansi-support v0.2.1
4072024-12-01T22:40:17.036Z Downloaded config v0.14.1
4082024-12-01T22:40:17.061Z Downloaded async-scoped v0.9.0
4092024-12-01T22:40:17.061Z Downloaded static_assertions v1.1.0
4102024-12-01T22:40:17.061Z Downloaded number_prefix v0.4.0
4112024-12-01T22:40:17.061Z Downloaded indenter v0.3.3
4122024-12-01T22:40:17.061Z Downloaded humantime v2.1.0
4132024-12-01T22:40:17.061Z Downloaded recursion v0.5.2
4142024-12-01T22:40:17.061Z Downloaded futures-channel v0.3.31
4152024-12-01T22:40:17.061Z Downloaded fnv v1.0.7
4162024-12-01T22:40:17.061Z Downloaded base64 v0.21.7
4172024-12-01T22:40:17.085Z Downloaded atomicwrites v0.4.4
4182024-12-01T22:40:17.085Z Downloaded indicatif v0.17.9
4192024-12-01T22:40:17.085Z Downloaded futures-task v0.3.31
4202024-12-01T22:40:17.085Z Downloaded color-spantrace v0.2.1
4212024-12-01T22:40:17.111Z Compiling rustix v0.38.37
4222024-12-01T22:40:17.135Z Compiling tracing-attributes v0.1.28
4232024-12-01T22:40:17.135Z Compiling slab v0.4.9
4242024-12-01T22:40:17.135Z Compiling futures-core v0.3.31
4252024-12-01T22:40:17.159Z Compiling pkg-config v0.3.31
4262024-12-01T22:40:17.159Z Compiling futures-sink v0.3.31
4272024-12-01T22:40:17.182Z Compiling futures-macro v0.3.31
4282024-12-01T22:40:17.182Z Compiling version_check v0.9.5
4292024-12-01T22:40:17.269Z Compiling futures-channel v0.3.31
4302024-12-01T22:40:17.333Z Compiling futures-task v0.3.31
4312024-12-01T22:40:17.580Z Compiling pin-utils v0.1.0
4322024-12-01T22:40:17.609Z Compiling semver v1.0.23
4332024-12-01T22:40:17.637Z Compiling futures-io v0.3.31
4342024-12-01T22:40:17.661Z Compiling ahash v0.8.11
4352024-12-01T22:40:17.753Z Compiling aho-corasick v1.1.3
4362024-12-01T22:40:17.877Z Compiling thiserror v2.0.3
4372024-12-01T22:40:18.058Z Compiling winnow v0.6.20
4382024-12-01T22:40:18.082Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4392024-12-01T22:40:18.131Z Compiling fastrand v2.1.1
4402024-12-01T22:40:18.373Z Compiling regex-syntax v0.8.5
4412024-12-01T22:40:18.574Z Compiling futures-util v0.3.31
4422024-12-01T22:40:19.380Z Compiling terminal_size v0.4.0
4432024-12-01T22:40:19.511Z Compiling tracing v0.1.41
4442024-12-01T22:40:19.548Z Compiling miette v7.4.0
4452024-12-01T22:40:19.837Z Compiling tokio v1.41.1
4462024-12-01T22:40:19.933Z Compiling clap_builder v4.5.21
4472024-12-01T22:40:20.639Z Compiling tempfile v3.13.0
4482024-12-01T22:40:21.322Z Compiling regex-automata v0.4.8
4492024-12-01T22:40:22.015Z Compiling pathdiff v0.2.3
4502024-12-01T22:40:22.136Z Compiling cargo-platform v0.1.8
4512024-12-01T22:40:22.189Z Compiling serde_spanned v0.6.8
4522024-12-01T22:40:22.364Z Compiling toml_datetime v0.6.8
4532024-12-01T22:40:22.558Z Compiling thiserror-impl v2.0.3
4542024-12-01T22:40:22.740Z Compiling clap v4.5.21
4552024-12-01T22:40:22.830Z Compiling vte_generate_state_changes v0.1.2
4562024-12-01T22:40:22.905Z Compiling zstd-safe v7.2.1
4572024-12-01T22:40:23.205Z Compiling fixedbitset v0.4.2
4582024-12-01T22:40:23.363Z Compiling cfg_aliases v0.2.1
4592024-12-01T22:40:23.440Z Compiling newtype-uuid v1.1.3
4602024-12-01T22:40:23.570Z Compiling portable-atomic v1.9.0
4612024-12-01T22:40:23.684Z Compiling nix v0.29.0
4622024-12-01T22:40:23.711Z Compiling petgraph v0.6.5
4632024-12-01T22:40:24.291Z Compiling vte v0.11.1
4642024-12-01T22:40:24.315Z Compiling toml_edit v0.22.22
4652024-12-01T22:40:24.888Z Compiling futures-executor v0.3.31
4662024-12-01T22:40:25.252Z Compiling cargo_metadata v0.18.1
4672024-12-01T22:40:25.503Z Compiling itertools v0.13.0
4682024-12-01T22:40:25.722Z Compiling pin-project-internal v1.1.7
4692024-12-01T22:40:27.462Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4702024-12-01T22:40:27.551Z Compiling uuid v1.11.0
4712024-12-01T22:40:27.743Z Compiling bstr v1.11.0
4722024-12-01T22:40:27.817Z Compiling minimal-lexical v0.2.1
4732024-12-01T22:40:28.058Z Compiling iana-time-zone v0.1.61
4742024-12-01T22:40:28.260Z Compiling debug-ignore v1.0.5
4752024-12-01T22:40:28.285Z Compiling eyre v0.6.12
4762024-12-01T22:40:28.392Z Compiling static_assertions v1.1.0
4772024-12-01T22:40:28.431Z Compiling nested v0.1.1
4782024-12-01T22:40:28.470Z Compiling tinyvec_macros v0.1.1
4792024-12-01T22:40:28.494Z Compiling chrono v0.4.38
4802024-12-01T22:40:28.554Z Compiling tinyvec v1.8.0
4812024-12-01T22:40:28.669Z Compiling guppy v0.17.8
4822024-12-01T22:40:28.773Z Compiling globset v0.4.15
4832024-12-01T22:40:29.180Z Compiling nom v7.1.3
4842024-12-01T22:40:29.952Z Compiling pin-project v1.1.7
4852024-12-01T22:40:30.052Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4862024-12-01T22:40:30.293Z Compiling toml v0.8.19
4872024-12-01T22:40:31.072Z Compiling strip-ansi-escapes v0.2.0
4882024-12-01T22:40:31.277Z Compiling futures v0.3.31
4892024-12-01T22:40:31.384Z Compiling regex v1.11.1
4902024-12-01T22:40:31.549Z Compiling tracing-error v0.2.0
4912024-12-01T22:40:31.652Z Compiling xattr v1.3.1
4922024-12-01T22:40:31.810Z Compiling shared_child v1.0.1
4932024-12-01T22:40:31.856Z Compiling os_pipe v1.2.1
4942024-12-01T22:40:32.046Z Compiling filetime v0.2.25
4952024-12-01T22:40:32.077Z Compiling quick-xml v0.37.1
4962024-12-01T22:40:32.155Z Compiling fnv v1.0.7
4972024-12-01T22:40:32.225Z Compiling owo-colors v3.5.0
4982024-12-01T22:40:32.262Z Compiling indenter v0.3.3
4992024-12-01T22:40:32.294Z Compiling humantime v2.1.0
5002024-12-01T22:40:32.328Z Compiling recursion v0.5.2
5012024-12-01T22:40:32.385Z Compiling number_prefix v0.4.0
5022024-12-01T22:40:32.464Z Compiling shell-words v1.1.0
5032024-12-01T22:40:32.558Z Compiling humantime-serde v1.1.1
5042024-12-01T22:40:32.683Z Compiling indicatif v0.17.9
5052024-12-01T22:40:32.708Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5062024-12-01T22:40:33.367Z Compiling quick-junit v0.5.1
5072024-12-01T22:40:33.555Z Compiling zstd v0.13.2
5082024-12-01T22:40:33.655Z Compiling color-spantrace v0.2.1
5092024-12-01T22:40:33.698Z Compiling future-queue v0.3.0
5102024-12-01T22:40:33.793Z Compiling tar v0.4.43
5112024-12-01T22:40:33.990Z Compiling duct v0.13.7
5122024-12-01T22:40:34.036Z Compiling async-scoped v0.9.0
5132024-12-01T22:40:34.067Z Compiling config v0.14.1
5142024-12-01T22:40:34.253Z Compiling unicode-normalization v0.1.24
5152024-12-01T22:40:34.607Z Compiling tokio-stream v0.1.16
5162024-12-01T22:40:35.052Z Compiling atomicwrites v0.4.4
5172024-12-01T22:40:35.076Z Compiling camino-tempfile v1.1.1
5182024-12-01T22:40:35.188Z Compiling target-spec-miette v0.4.0
5192024-12-01T22:40:35.320Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
5202024-12-01T22:40:35.344Z Compiling serde_ignored v0.1.10
5212024-12-01T22:40:35.430Z Compiling serde_path_to_error v0.1.16
5222024-12-01T22:40:35.485Z Compiling indent_write v2.2.0
5232024-12-01T22:40:35.516Z Compiling swrite v0.1.0
5242024-12-01T22:40:35.617Z Compiling zeroize v1.8.1
5252024-12-01T22:40:35.641Z Compiling home v0.5.9
5262024-12-01T22:40:35.666Z Compiling color-eyre v0.6.3
5272024-12-01T22:40:35.715Z Compiling enable-ansi-support v0.2.1
5282024-12-01T22:40:35.803Z Compiling dialoguer v0.11.0
5292024-12-01T22:40:35.947Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
5302024-12-01T22:41:01.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.41s
5312024-12-01T22:41:01.817Z
5322024-12-01T22:41:01.817Zreal 45.529344883
5332024-12-01T22:41:01.817Zuser 2:56.526997182
5342024-12-01T22:41:01.817Zsys 22.331477552
5352024-12-01T22:41:01.817Ztrap 0.090857438
5362024-12-01T22:41:01.817Ztflt 0.143927895
5372024-12-01T22:41:01.817Zdflt 0.109434404
5382024-12-01T22:41:01.817Zkflt 0.001023700
5392024-12-01T22:41:01.817Zlock 4:42.916443104
5402024-12-01T22:41:01.817Zslp 10:43.042786016
5412024-12-01T22:41:01.818Zlat 6.506149319
5422024-12-01T22:41:01.818Zstop 7.704027498
5432024-12-01T22:41:01.841Z+ banner nextest
5442024-12-01T22:41:01.842Z
5452024-12-01T22:41:01.842Z # # ###### # # ##### ###### #### #####
5462024-12-01T22:41:01.842Z ## # # # # # # # #
5472024-12-01T22:41:01.842Z # # # ##### ## # ##### #### #
5482024-12-01T22:41:01.842Z # # # # ## # # # #
5492024-12-01T22:41:01.842Z # ## # # # # # # # #
5502024-12-01T22:41:01.842Z # # ###### # # # ###### #### #
5512024-12-01T22:41:01.842Z
5522024-12-01T22:41:01.842Z+ ptime -m cargo build --package cargo-nextest
5532024-12-01T22:41:02.020Z Downloading crates ...
5542024-12-01T22:41:02.249Z Downloaded foreign-types-shared v0.1.1
5552024-12-01T22:41:02.274Z Downloaded untrusted v0.9.0
5562024-12-01T22:41:02.275Z Downloaded want v0.3.1
5572024-12-01T22:41:02.298Z Downloaded urlencoding v2.1.3
5582024-12-01T22:41:02.298Z Downloaded subtle v2.6.1
5592024-12-01T22:41:02.298Z Downloaded openssl-sys v0.9.104
5602024-12-01T22:41:02.299Z Downloaded url v2.5.2
5612024-12-01T22:41:02.324Z Downloaded zipsign-api v0.1.2
5622024-12-01T22:41:02.324Z Downloaded pkcs8 v0.10.2
5632024-12-01T22:41:02.324Z Downloaded flate2 v1.0.34
5642024-12-01T22:41:02.324Z Downloaded rustc_version v0.4.1
5652024-12-01T22:41:02.324Z Downloaded rustc-hash v2.0.0
5662024-12-01T22:41:02.324Z Downloaded quick-xml v0.23.1
5672024-12-01T22:41:02.348Z Downloaded vcpkg v0.2.15
5682024-12-01T22:41:02.379Z Downloaded idna v0.5.0
5692024-12-01T22:41:02.403Z Downloaded der v0.7.9
5702024-12-01T22:41:02.403Z Downloaded hyper v1.5.0
5712024-12-01T22:41:02.403Z Downloaded const-oid v0.9.6
5722024-12-01T22:41:02.426Z Downloaded rustls v0.23.19
5732024-12-01T22:41:02.426Z Downloaded rustls-webpki v0.102.8
5742024-12-01T22:41:02.450Z Downloaded quinn-proto v0.11.8
5752024-12-01T22:41:02.450Z Downloaded webpki-roots v0.26.6
5762024-12-01T22:41:02.474Z Downloaded reqwest v0.12.8
5772024-12-01T22:41:02.474Z Downloaded curve25519-dalek v4.1.3
5782024-12-01T22:41:02.498Z Downloaded typenum v1.17.0
5792024-12-01T22:41:02.498Z Downloaded generic-array v0.14.7
5802024-12-01T22:41:02.498Z Downloaded ed25519-dalek v2.1.1
5812024-12-01T22:41:02.498Z Downloaded curve25519-dalek-derive v0.1.1
5822024-12-01T22:41:02.498Z Downloaded base64 v0.22.1
5832024-12-01T22:41:02.498Z Downloaded unicode-bidi v0.3.17
5842024-12-01T22:41:02.498Z Downloaded tower-service v0.3.3
5852024-12-01T22:41:02.498Z Downloaded tokio-rustls v0.26.0
5862024-12-01T22:41:02.522Z Downloaded tokio-native-tls v0.3.1
5872024-12-01T22:41:02.522Z Downloaded rustls-pemfile v2.2.0
5882024-12-01T22:41:02.522Z Downloaded quinn v0.11.5
5892024-12-01T22:41:02.522Z Downloaded percent-encoding v2.3.1
5902024-12-01T22:41:02.522Z Downloaded openssl v0.10.68
5912024-12-01T22:41:02.522Z Downloaded mukti-metadata v0.3.0
5922024-12-01T22:41:02.522Z Downloaded miniz_oxide v0.8.0
5932024-12-01T22:41:02.546Z Downloaded hex v0.4.3
5942024-12-01T22:41:02.546Z Downloaded crc32fast v1.4.2
5952024-12-01T22:41:02.546Z Downloaded cpufeatures v0.2.14
5962024-12-01T22:41:02.546Z Downloaded try-lock v0.2.5
5972024-12-01T22:41:02.546Z Downloaded spki v0.7.3
5982024-12-01T22:41:02.546Z Downloaded spin v0.9.8
5992024-12-01T22:41:02.546Z Downloaded signature v2.2.0
6002024-12-01T22:41:02.546Z Downloaded quinn-udp v0.5.5
6012024-12-01T22:41:02.546Z Downloaded openssl-probe v0.1.5
6022024-12-01T22:41:02.546Z Downloaded native-tls v0.2.12
6032024-12-01T22:41:02.546Z Downloaded mime v0.3.17
6042024-12-01T22:41:02.546Z Downloaded ipnet v2.10.1
6052024-12-01T22:41:02.546Z Downloaded hyper-tls v0.6.0
6062024-12-01T22:41:02.570Z Downloaded hyper-rustls v0.27.3
6072024-12-01T22:41:02.570Z Downloaded http-body-util v0.1.2
6082024-12-01T22:41:02.570Z Downloaded foreign-types v0.3.2
6092024-12-01T22:41:02.570Z Downloaded digest v0.10.7
6102024-12-01T22:41:02.570Z Downloaded crypto-common v0.1.6
6112024-12-01T22:41:02.570Z Downloaded block-buffer v0.10.4
6122024-12-01T22:41:02.570Z Downloaded base64ct v1.6.0
6132024-12-01T22:41:02.571Z Downloaded adler2 v2.0.0
6142024-12-01T22:41:02.571Z Downloaded sync_wrapper v1.0.1
6152024-12-01T22:41:02.571Z Downloaded sha2 v0.10.8
6162024-12-01T22:41:02.571Z Downloaded serde_urlencoded v0.7.1
6172024-12-01T22:41:02.571Z Downloaded self_update v0.41.0
6182024-12-01T22:41:02.594Z Downloaded self-replace v1.5.0
6192024-12-01T22:41:02.594Z Downloaded rustls-pki-types v1.10.0
6202024-12-01T22:41:02.594Z Downloaded openssl-macros v0.1.1
6212024-12-01T22:41:02.594Z Downloaded hyper-util v0.1.9
6222024-12-01T22:41:02.594Z Downloaded httparse v1.9.5
6232024-12-01T22:41:02.595Z Downloaded http-body v1.0.1
6242024-12-01T22:41:02.595Z Downloaded http v1.1.0
6252024-12-01T22:41:02.595Z Downloaded form_urlencoded v1.2.1
6262024-12-01T22:41:02.595Z Downloaded ed25519 v2.2.3
6272024-12-01T22:41:02.626Z Downloaded ring v0.17.8
6282024-12-01T22:41:02.754Z Compiling socket2 v0.5.7
6292024-12-01T22:41:02.778Z Compiling futures-channel v0.3.31
6302024-12-01T22:41:02.778Z Compiling smallvec v1.13.2
6312024-12-01T22:41:02.778Z Compiling ring v0.17.8
6322024-12-01T22:41:02.802Z Compiling rustls-pki-types v1.10.0
6332024-12-01T22:41:02.802Z Compiling http v1.1.0
6342024-12-01T22:41:02.826Z Compiling untrusted v0.9.0
6352024-12-01T22:41:02.826Z Compiling httparse v1.9.5
6362024-12-01T22:41:03.039Z Compiling typenum v1.17.0
6372024-12-01T22:41:03.210Z Compiling futures-util v0.3.31
6382024-12-01T22:41:03.234Z Compiling spin v0.9.8
6392024-12-01T22:41:03.398Z Compiling tokio v1.41.1
6402024-12-01T22:41:03.494Z Compiling generic-array v0.14.7
6412024-12-01T22:41:03.663Z Compiling rustls v0.23.19
6422024-12-01T22:41:03.738Z Compiling try-lock v0.2.5
6432024-12-01T22:41:03.843Z Compiling want v0.3.1
6442024-12-01T22:41:03.867Z Compiling cfg-expr v0.17.1
6452024-12-01T22:41:04.068Z Compiling http-body v1.0.1
6462024-12-01T22:41:04.242Z Compiling subtle v2.6.1
6472024-12-01T22:41:04.450Z Compiling percent-encoding v2.3.1
6482024-12-01T22:41:04.503Z Compiling target-spec v3.2.2
6492024-12-01T22:41:04.647Z Compiling form_urlencoded v1.2.1
6502024-12-01T22:41:04.752Z Compiling unicode-bidi v0.3.17
6512024-12-01T22:41:04.865Z Compiling tower-service v0.3.3
6522024-12-01T22:41:04.913Z Compiling webpki-roots v0.26.6
6532024-12-01T22:41:04.967Z Compiling adler2 v2.0.0
6542024-12-01T22:41:05.068Z Compiling miniz_oxide v0.8.0
6552024-12-01T22:41:05.133Z Compiling serde_urlencoded v0.7.1
6562024-12-01T22:41:05.522Z Compiling idna v0.5.0
6572024-12-01T22:41:05.602Z Compiling block-buffer v0.10.4
6582024-12-01T22:41:05.769Z Compiling crypto-common v0.1.6
6592024-12-01T22:41:05.850Z Compiling rustls-pemfile v2.2.0
6602024-12-01T22:41:05.912Z Compiling sync_wrapper v1.0.1
6612024-12-01T22:41:06.025Z Compiling crc32fast v1.4.2
6622024-12-01T22:41:06.124Z Compiling self_update v0.41.0
6632024-12-01T22:41:06.260Z Compiling url v2.5.2
6642024-12-01T22:41:06.303Z Compiling base64 v0.22.1
6652024-12-01T22:41:06.413Z Compiling mime v0.3.17
6662024-12-01T22:41:06.444Z Compiling ipnet v2.10.1
6672024-12-01T22:41:06.792Z Compiling guppy v0.17.8
6682024-12-01T22:41:06.858Z Compiling flate2 v1.0.34
6692024-12-01T22:41:06.944Z Compiling digest v0.10.7
6702024-12-01T22:41:07.207Z Compiling http-body-util v0.1.2
6712024-12-01T22:41:07.451Z Compiling futures-executor v0.3.31
6722024-12-01T22:41:07.544Z Compiling self-replace v1.5.0
6732024-12-01T22:41:07.578Z Compiling quick-xml v0.23.1
6742024-12-01T22:41:07.602Z Compiling urlencoding v2.1.3
6752024-12-01T22:41:07.767Z Compiling futures v0.3.31
6762024-12-01T22:41:07.791Z Compiling cpufeatures v0.2.14
6772024-12-01T22:41:07.871Z Compiling sha2 v0.10.8
6782024-12-01T22:41:07.894Z Compiling future-queue v0.3.0
6792024-12-01T22:41:07.921Z Compiling target-spec-miette v0.4.0
6802024-12-01T22:41:07.944Z Compiling mukti-metadata v0.3.0
6812024-12-01T22:41:08.202Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
6822024-12-01T22:41:08.226Z Compiling hex v0.4.3
6832024-12-01T22:41:09.502Z Compiling rustls-webpki v0.102.8
6842024-12-01T22:41:10.683Z Compiling hyper v1.5.0
6852024-12-01T22:41:10.707Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6862024-12-01T22:41:10.707Z Compiling async-scoped v0.9.0
6872024-12-01T22:41:10.766Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6882024-12-01T22:41:10.802Z Compiling tokio-stream v0.1.16
6892024-12-01T22:41:11.750Z Compiling hyper-util v0.1.9
6902024-12-01T22:41:11.891Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6912024-12-01T22:41:14.428Z Compiling tokio-rustls v0.26.0
6922024-12-01T22:41:14.697Z Compiling hyper-rustls v0.27.3
6932024-12-01T22:41:14.947Z Compiling reqwest v0.12.8
6942024-12-01T22:41:17.403Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
6952024-12-01T22:41:47.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.39s
6962024-12-01T22:41:47.355Z
6972024-12-01T22:41:47.379Zreal 45.511536197
6982024-12-01T22:41:47.379Zuser 2:21.221212917
6992024-12-01T22:41:47.379Zsys 16.461040755
7002024-12-01T22:41:47.379Ztrap 0.065699595
7012024-12-01T22:41:47.379Ztflt 0.109480998
7022024-12-01T22:41:47.380Zdflt 0.166979604
7032024-12-01T22:41:47.380Zkflt 0.000071965
7042024-12-01T22:41:47.380Zlock 3:27.065995965
7052024-12-01T22:41:47.380Zslp 6:35.489320595
7062024-12-01T22:41:47.380Zlat 5.373936294
7072024-12-01T22:41:47.380Zstop 5.363532369
7082024-12-01T22:41:47.380Z+ banner all targets
7092024-12-01T22:41:47.380Z
7102024-12-01T22:41:47.380Z ## # #
7112024-12-01T22:41:47.380Z # # # #
7122024-12-01T22:41:47.380Z # # # #
7132024-12-01T22:41:47.380Z ###### # #
7142024-12-01T22:41:47.380Z # # # #
7152024-12-01T22:41:47.380Z # # ###### ######
7162024-12-01T22:41:47.380Z
7172024-12-01T22:41:47.380Z
7182024-12-01T22:41:47.380Z ##### ## ##### #### ###### ##### ####
7192024-12-01T22:41:47.380Z # # # # # # # # # #
7202024-12-01T22:41:47.380Z # # # # # # ##### # ####
7212024-12-01T22:41:47.380Z # ###### ##### # ### # # #
7222024-12-01T22:41:47.380Z # # # # # # # # # # #
7232024-12-01T22:41:47.380Z # # # # # #### ###### # ####
7242024-12-01T22:41:47.380Z
7252024-12-01T22:41:47.380Z+ ptime -m cargo build --all-targets
7262024-12-01T22:41:47.574Z Downloading crates ...
7272024-12-01T22:41:47.706Z Downloaded quick-error v1.2.3
7282024-12-01T22:41:47.730Z Downloaded test-case-macros v3.3.1
7292024-12-01T22:41:47.730Z Downloaded bit-set v0.5.3
7302024-12-01T22:41:47.730Z Downloaded linked-hash-map v0.5.6
7312024-12-01T22:41:47.730Z Downloaded test-case-core v3.3.1
7322024-12-01T22:41:47.730Z Downloaded rand_xorshift v0.3.0
7332024-12-01T22:41:47.731Z Downloaded yansi v1.0.1
7342024-12-01T22:41:47.755Z Downloaded test-strategy v0.4.0
7352024-12-01T22:41:47.755Z Downloaded unarray v0.1.4
7362024-12-01T22:41:47.755Z Downloaded wait-timeout v0.2.0
7372024-12-01T22:41:47.755Z Downloaded proptest v1.5.0
7382024-12-01T22:41:47.755Z Downloaded pretty_assertions v1.4.1
7392024-12-01T22:41:47.755Z Downloaded insta v1.41.1
7402024-12-01T22:41:47.779Z Downloaded similar v2.6.0
7412024-12-01T22:41:47.779Z Downloaded maplit v1.0.2
7422024-12-01T22:41:47.779Z Downloaded test-case v3.3.1
7432024-12-01T22:41:47.779Z Downloaded structmeta-derive v0.3.0
7442024-12-01T22:41:47.779Z Downloaded structmeta v0.3.0
7452024-12-01T22:41:47.779Z Downloaded rusty-fork v0.3.0
7462024-12-01T22:41:47.779Z Downloaded indoc v2.0.5
7472024-12-01T22:41:47.779Z Downloaded diff v0.1.13
7482024-12-01T22:41:47.803Z Downloaded bit-vec v0.6.3
7492024-12-01T22:41:47.839Z Compiling test-case-core v3.3.1
7502024-12-01T22:41:47.839Z Compiling structmeta-derive v0.3.0
7512024-12-01T22:41:47.863Z Compiling wait-timeout v0.2.0
7522024-12-01T22:41:47.863Z Compiling quick-error v1.2.3
7532024-12-01T22:41:47.863Z Compiling bit-vec v0.6.3
7542024-12-01T22:41:47.863Z Compiling rand_xorshift v0.3.0
7552024-12-01T22:41:47.863Z Compiling maplit v1.0.2
7562024-12-01T22:41:47.863Z Compiling unarray v0.1.4
7572024-12-01T22:41:48.007Z Compiling similar v2.6.0
7582024-12-01T22:41:48.062Z Compiling rusty-fork v0.3.0
7592024-12-01T22:41:48.116Z Compiling linked-hash-map v0.5.6
7602024-12-01T22:41:48.204Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7612024-12-01T22:41:48.275Z Compiling bit-set v0.5.3
7622024-12-01T22:41:48.353Z Compiling yansi v1.0.1
7632024-12-01T22:41:48.377Z Compiling diff v0.1.13
7642024-12-01T22:41:48.486Z Compiling proptest v1.5.0
7652024-12-01T22:41:48.746Z Compiling indoc v2.0.5
7662024-12-01T22:41:48.797Z Compiling pretty_assertions v1.4.1
7672024-12-01T22:41:48.868Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
7682024-12-01T22:41:48.908Z Compiling insta v1.41.1
7692024-12-01T22:41:49.200Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7702024-12-01T22:41:49.343Z Compiling test-case-macros v3.3.1
7712024-12-01T22:41:49.872Z Compiling structmeta v0.3.0
7722024-12-01T22:41:50.158Z Compiling test-strategy v0.4.0
7732024-12-01T22:41:50.249Z Compiling test-case v3.3.1
7742024-12-01T22:41:50.331Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7752024-12-01T22:41:50.673Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
7762024-12-01T22:41:51.758Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7772024-12-01T22:41:55.113Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7782024-12-01T22:42:30.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.26s
7792024-12-01T22:42:30.775Z
7802024-12-01T22:42:30.776Zreal 43.396981798
7812024-12-01T22:42:30.800Zuser 2:52.029540371
7822024-12-01T22:42:30.800Zsys 22.403805202
7832024-12-01T22:42:30.800Ztrap 0.100787469
7842024-12-01T22:42:30.800Ztflt 0.009554546
7852024-12-01T22:42:30.800Zdflt 0.081976979
7862024-12-01T22:42:30.800Zkflt 0.000057126
7872024-12-01T22:42:30.800Zlock 5:02.349660838
7882024-12-01T22:42:30.800Zslp 11:05.538432084
7892024-12-01T22:42:30.800Zlat 6.203128198
7902024-12-01T22:42:30.800Zstop 3.737406879
7912024-12-01T22:42:30.800Z+ banner all features
7922024-12-01T22:42:30.800Z
7932024-12-01T22:42:30.800Z ## # #
7942024-12-01T22:42:30.800Z # # # #
7952024-12-01T22:42:30.800Z # # # #
7962024-12-01T22:42:30.800Z ###### # #
7972024-12-01T22:42:30.800Z # # # #
7982024-12-01T22:42:30.800Z # # ###### ######
7992024-12-01T22:42:30.800Z
8002024-12-01T22:42:30.800Z
8012024-12-01T22:42:30.800Z ###### ###### ## ##### # # ##### ###### ####
8022024-12-01T22:42:30.800Z # # # # # # # # # # #
8032024-12-01T22:42:30.800Z ##### ##### # # # # # # # ##### ####
8042024-12-01T22:42:30.801Z # # ###### # # # ##### # #
8052024-12-01T22:42:30.801Z # # # # # # # # # # # #
8062024-12-01T22:42:30.801Z # ###### # # # #### # # ###### ####
8072024-12-01T22:42:30.801Z
8082024-12-01T22:42:30.801Z+ ptime -m cargo build --all-features
8092024-12-01T22:42:30.991Z Downloading crates ...
8102024-12-01T22:42:31.159Z Downloaded console-subscriber v0.4.1
8112024-12-01T22:42:31.183Z Downloaded tower v0.5.1
8122024-12-01T22:42:31.207Z Downloaded rustversion v1.0.18
8132024-12-01T22:42:31.207Z Downloaded tower-layer v0.3.3
8142024-12-01T22:42:31.207Z Downloaded prost-derive v0.13.3
8152024-12-01T22:42:31.207Z Downloaded crossbeam-utils v0.8.20
8162024-12-01T22:42:31.207Z Downloaded anyhow v1.0.91
8172024-12-01T22:42:31.231Z Downloaded matchit v0.7.3
8182024-12-01T22:42:31.231Z Downloaded tonic v0.12.3
8192024-12-01T22:42:31.231Z Downloaded tower v0.4.13
8202024-12-01T22:42:31.231Z Downloaded tokio-util v0.7.12
8212024-12-01T22:42:31.255Z Downloaded h2 v0.4.6
8222024-12-01T22:42:31.255Z Downloaded axum v0.7.7
8232024-12-01T22:42:31.279Z Downloaded regex-automata v0.1.10
8242024-12-01T22:42:31.279Z Downloaded crossbeam-channel v0.5.13
8252024-12-01T22:42:31.279Z Downloaded console-api v0.8.1
8262024-12-01T22:42:31.280Z Downloaded axum-core v0.4.5
8272024-12-01T22:42:31.280Z Downloaded atomic-waker v1.1.2
8282024-12-01T22:42:31.280Z Downloaded async-stream v0.3.6
8292024-12-01T22:42:31.280Z Downloaded hdrhistogram v7.5.4
8302024-12-01T22:42:31.303Z Downloaded sync_wrapper v0.1.2
8312024-12-01T22:42:31.303Z Downloaded indexmap v1.9.3
8322024-12-01T22:42:31.303Z Downloaded async-trait v0.1.83
8332024-12-01T22:42:31.303Z Downloaded regex-syntax v0.6.29
8342024-12-01T22:42:31.303Z Downloaded hyper-timeout v0.5.1
8352024-12-01T22:42:31.303Z Downloaded hashbrown v0.12.3
8362024-12-01T22:42:31.327Z Downloaded async-stream-impl v0.3.6
8372024-12-01T22:42:31.327Z Downloaded prost-types v0.13.3
8382024-12-01T22:42:31.327Z Downloaded prost v0.13.3
8392024-12-01T22:42:31.327Z Downloaded matchers v0.1.0
8402024-12-01T22:42:31.327Z Downloaded httpdate v1.0.3
8412024-12-01T22:42:31.375Z Compiling futures-sink v0.3.31
8422024-12-01T22:42:31.399Z Compiling tokio v1.41.1
8432024-12-01T22:42:31.399Z Compiling byteorder v1.5.0
8442024-12-01T22:42:31.422Z Compiling num-traits v0.2.19
8452024-12-01T22:42:31.422Z Compiling regex-syntax v0.6.29
8462024-12-01T22:42:31.446Z Compiling atomic-waker v1.1.2
8472024-12-01T22:42:31.446Z Compiling httpdate v1.0.3
8482024-12-01T22:42:31.470Z Compiling anyhow v1.0.91
8492024-12-01T22:42:31.503Z Compiling futures-channel v0.3.31
8502024-12-01T22:42:31.581Z Compiling tower-layer v0.3.3
8512024-12-01T22:42:31.707Z Compiling zerocopy v0.7.35
8522024-12-01T22:42:31.788Z Compiling futures-util v0.3.31
8532024-12-01T22:42:31.816Z Compiling either v1.13.0
8542024-12-01T22:42:31.840Z Compiling rustversion v1.0.18
8552024-12-01T22:42:32.128Z Compiling itertools v0.13.0
8562024-12-01T22:42:32.400Z Compiling indexmap v1.9.3
8572024-12-01T22:42:32.681Z Compiling ppv-lite86 v0.2.20
8582024-12-01T22:42:33.063Z Compiling async-trait v0.1.83
8592024-12-01T22:42:33.369Z Compiling rand_chacha v0.3.1
8602024-12-01T22:42:33.392Z Compiling hashbrown v0.12.3
8612024-12-01T22:42:33.771Z Compiling rand v0.8.5
8622024-12-01T22:42:34.134Z Compiling regex-automata v0.1.10
8632024-12-01T22:42:34.239Z Compiling sync_wrapper v0.1.2
8642024-12-01T22:42:34.527Z Compiling prost-derive v0.13.3
8652024-12-01T22:42:34.730Z Compiling async-stream-impl v0.3.6
8662024-12-01T22:42:34.942Z Compiling crossbeam-utils v0.8.20
8672024-12-01T22:42:34.984Z Compiling matchit v0.7.3
8682024-12-01T22:42:35.362Z Compiling matchers v0.1.0
8692024-12-01T22:42:35.502Z Compiling tracing-subscriber v0.3.19
8702024-12-01T22:42:35.551Z Compiling ahash v0.8.11
8712024-12-01T22:42:35.721Z Compiling async-stream v0.3.6
8722024-12-01T22:42:35.959Z Compiling http-body-util v0.1.2
8732024-12-01T22:42:35.983Z Compiling tower v0.5.1
8742024-12-01T22:42:36.266Z Compiling guppy v0.17.8
8752024-12-01T22:42:36.330Z Compiling axum-core v0.4.5
8762024-12-01T22:42:36.355Z Compiling proptest v1.5.0
8772024-12-01T22:42:36.478Z Compiling futures-executor v0.3.31
8782024-12-01T22:42:36.961Z Compiling base64 v0.21.7
8792024-12-01T22:42:37.205Z Compiling prost v0.13.3
8802024-12-01T22:42:37.508Z Compiling chrono v0.4.38
8812024-12-01T22:42:37.565Z Compiling hdrhistogram v7.5.4
8822024-12-01T22:42:37.837Z Compiling prost-types v0.13.3
8832024-12-01T22:42:38.464Z Compiling crossbeam-channel v0.5.13
8842024-12-01T22:42:39.293Z Compiling tokio-util v0.7.12
8852024-12-01T22:42:39.421Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8862024-12-01T22:42:39.501Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8872024-12-01T22:42:39.756Z Compiling tokio-stream v0.1.16
8882024-12-01T22:42:40.352Z Compiling h2 v0.4.6
8892024-12-01T22:42:40.376Z Compiling tower v0.4.13
8902024-12-01T22:42:40.376Z Compiling tokio-rustls v0.26.0
8912024-12-01T22:42:40.501Z Compiling axum v0.7.7
8922024-12-01T22:42:40.718Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8932024-12-01T22:42:41.887Z Compiling futures v0.3.31
8942024-12-01T22:42:41.976Z Compiling quick-junit v0.5.1
8952024-12-01T22:42:42.637Z Compiling async-scoped v0.9.0
8962024-12-01T22:42:42.861Z Compiling tracing-error v0.2.0
8972024-12-01T22:42:43.194Z Compiling future-queue v0.3.0
8982024-12-01T22:42:43.392Z Compiling color-spantrace v0.2.1
8992024-12-01T22:42:43.487Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
9002024-12-01T22:42:43.723Z Compiling color-eyre v0.6.3
9012024-12-01T22:42:43.820Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9022024-12-01T22:42:44.083Z Compiling hyper v1.5.0
9032024-12-01T22:42:45.888Z Compiling hyper-util v0.1.9
9042024-12-01T22:42:47.214Z Compiling hyper-timeout v0.5.1
9052024-12-01T22:42:47.215Z Compiling hyper-rustls v0.27.3
9062024-12-01T22:42:47.470Z Compiling tonic v0.12.3
9072024-12-01T22:42:47.494Z Compiling reqwest v0.12.8
9082024-12-01T22:42:49.398Z Compiling self_update v0.41.0
9092024-12-01T22:42:49.810Z Compiling console-api v0.8.1
9102024-12-01T22:42:51.011Z Compiling console-subscriber v0.4.1
9112024-12-01T22:42:52.909Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
9122024-12-01T22:43:11.515Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9132024-12-01T22:43:30.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.34s
9142024-12-01T22:43:30.269Z
9152024-12-01T22:43:30.293Zreal 59.469925244
9162024-12-01T22:43:30.293Zuser 3:37.406146546
9172024-12-01T22:43:30.293Zsys 25.867689034
9182024-12-01T22:43:30.293Ztrap 0.111006555
9192024-12-01T22:43:30.293Ztflt 0.042113309
9202024-12-01T22:43:30.293Zdflt 0.318419171
9212024-12-01T22:43:30.293Zkflt 0.002228824
9222024-12-01T22:43:30.293Zlock 6:20.606372517
9232024-12-01T22:43:30.293Zslp 12:41.690486272
9242024-12-01T22:43:30.293Zlat 5.862926677
9252024-12-01T22:43:30.293Zstop 6.703864256
9262024-12-01T22:43:30.293Z+ banner doctests
9272024-12-01T22:43:30.293Z
9282024-12-01T22:43:30.293Z ##### #### #### ##### ###### #### ##### ####
9292024-12-01T22:43:30.293Z # # # # # # # # # # #
9302024-12-01T22:43:30.293Z # # # # # # ##### #### # ####
9312024-12-01T22:43:30.293Z # # # # # # # # # #
9322024-12-01T22:43:30.293Z # # # # # # # # # # # # #
9332024-12-01T22:43:30.293Z ##### #### #### # ###### #### # ####
9342024-12-01T22:43:30.293Z
9352024-12-01T22:43:30.293Z+ ptime -m cargo test --doc
9362024-12-01T22:43:30.753Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
9372024-12-01T22:43:30.777Z Doc-tests cargo_nextest
9382024-12-01T22:43:31.287Z
9392024-12-01T22:43:31.287Zrunning 0 tests
9402024-12-01T22:43:31.287Z
9412024-12-01T22:43:31.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9422024-12-01T22:43:31.311Z
9432024-12-01T22:43:31.311Z Doc-tests fixture_data
9442024-12-01T22:43:31.382Z
9452024-12-01T22:43:31.382Zrunning 0 tests
9462024-12-01T22:43:31.382Z
9472024-12-01T22:43:31.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9482024-12-01T22:43:31.382Z
9492024-12-01T22:43:31.406Z Doc-tests nextest_filtering
9502024-12-01T22:43:31.542Z
9512024-12-01T22:43:31.542Zrunning 0 tests
9522024-12-01T22:43:31.542Z
9532024-12-01T22:43:31.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9542024-12-01T22:43:31.542Z
9552024-12-01T22:43:31.566Z Doc-tests nextest_metadata
9562024-12-01T22:43:31.730Z
9572024-12-01T22:43:31.730Zrunning 2 tests
9582024-12-01T22:43:32.463Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9592024-12-01T22:43:35.736Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9602024-12-01T22:43:35.736Z
9612024-12-01T22:43:35.759Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.01s
9622024-12-01T22:43:35.760Z
9632024-12-01T22:43:35.760Z Doc-tests nextest_runner
9642024-12-01T22:43:36.607Z
9652024-12-01T22:43:36.607Zrunning 0 tests
9662024-12-01T22:43:36.607Z
9672024-12-01T22:43:36.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9682024-12-01T22:43:36.607Z
9692024-12-01T22:43:36.641Z Doc-tests nextest_workspace_hack
9702024-12-01T22:43:36.698Z
9712024-12-01T22:43:36.698Zrunning 0 tests
9722024-12-01T22:43:36.698Z
9732024-12-01T22:43:36.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9742024-12-01T22:43:36.698Z
9752024-12-01T22:43:36.727Z
9762024-12-01T22:43:36.727Zreal 6.433683926
9772024-12-01T22:43:36.727Zuser 6.388325162
9782024-12-01T22:43:36.752Zsys 1.937539929
9792024-12-01T22:43:36.752Ztrap 0.002225647
9802024-12-01T22:43:36.752Ztflt 0.007504799
9812024-12-01T22:43:36.752Zdflt 0.008348166
9822024-12-01T22:43:36.752Zkflt 0.000000000
9832024-12-01T22:43:36.752Zlock 11.436927780
9842024-12-01T22:43:36.752Zslp 35.959803925
9852024-12-01T22:43:36.752Zlat 0.066836279
9862024-12-01T22:43:36.752Zstop 0.151430781
9872024-12-01T22:43:36.752Z+ banner local-nt
9882024-12-01T22:43:36.752Z
9892024-12-01T22:43:36.752Z # #### #### ## # # # #####
9902024-12-01T22:43:36.752Z # # # # # # # # ## # #
9912024-12-01T22:43:36.752Z # # # # # # # ##### # # # #
9922024-12-01T22:43:36.752Z # # # # ###### # # # # #
9932024-12-01T22:43:36.752Z # # # # # # # # # ## #
9942024-12-01T22:43:36.752Z ###### #### #### # # ###### # # #
9952024-12-01T22:43:36.752Z
9962024-12-01T22:43:36.752Z+ ptime -m cargo local-nt run --profile ci
9972024-12-01T22:43:37.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
9982024-12-01T22:43:37.116Z Running `target/debug/cargo-nextest nextest run --profile ci`
9992024-12-01T22:43:38.037Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
10002024-12-01T22:43:38.215Z────────────
10012024-12-01T22:43:38.215Z Nextest run ID fa22123f-0c9b-4d71-aabb-99c11bcb6cfa with nextest profile: ci
10022024-12-01T22:43:38.215Z Starting 281 tests across 12 binaries
10032024-12-01T22:43:38.261Z PASS [ 0.038s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10042024-12-01T22:43:38.360Z PASS [ 0.144s] cargo-nextest dispatch::tests::test_argument_parsing
10052024-12-01T22:43:47.397Z PASS [ 9.170s] integration-tests::integration test_list_binaries_only
10062024-12-01T22:43:47.567Z PASS [ 9.320s] integration-tests::integration test_list_host_after_build
10072024-12-01T22:43:47.879Z PASS [ 9.647s] integration-tests::integration test_list_default
10082024-12-01T22:43:47.903Z PASS [ 9.652s] integration-tests::integration test_list_target_after_build
10092024-12-01T22:43:48.118Z PASS [ 9.877s] integration-tests::integration test_list_full_after_build
10102024-12-01T22:43:48.476Z PASS [ 10.239s] integration-tests::integration test_list_full
10112024-12-01T22:43:49.333Z PASS [ 10.968s] integration-tests::integration test_relocated_run
10122024-12-01T22:43:55.817Z PASS [ 7.913s] integration-tests::integration test_run_from_archive_with_missing_includes
10132024-12-01T22:43:57.439Z PASS [ 8.963s] integration-tests::integration test_run_no_tests
10142024-12-01T22:43:58.051Z PASS [ 0.612s] integration-tests::integration test_setup_scripts_not_enabled
10152024-12-01T22:43:58.190Z PASS [ 10.617s] integration-tests::integration test_run_after_build
10162024-12-01T22:43:58.629Z PASS [ 0.444s] integration-tests::integration test_show_config_version
10172024-12-01T22:43:58.844Z PASS [ 9.516s] integration-tests::integration test_run_with_default_filter
10182024-12-01T22:43:58.958Z PASS [ 3.139s] integration-tests::integration test_setup_script_error
10192024-12-01T22:43:59.022Z PASS [ 0.059s] integration-tests::integration test_version_info
10202024-12-01T22:43:59.212Z PASS [ 11.333s] integration-tests::integration test_run_from_archive_with_includes
10212024-12-01T22:43:59.239Z PASS [ 0.027s] nextest-filtering parsing::tests::test_complex_error
10222024-12-01T22:43:59.278Z PASS [ 0.035s] nextest-filtering parsing::tests::test_expected_eof
10232024-12-01T22:43:59.332Z PASS [ 0.056s] nextest-filtering parsing::tests::test_expected_expr
10242024-12-01T22:43:59.356Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator
10252024-12-01T22:43:59.380Z PASS [ 0.346s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10262024-12-01T22:43:59.380Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes
10272024-12-01T22:43:59.404Z PASS [ 0.037s] nextest-filtering parsing::tests::test_invalid_glob
10282024-12-01T22:43:59.428Z PASS [ 0.032s] nextest-filtering parsing::tests::test_invalid_or_operator
10292024-12-01T22:43:59.428Z PASS [ 21.155s] integration-tests::integration test_list_with_default_filter
10302024-12-01T22:43:59.452Z PASS [ 0.029s] nextest-filtering parsing::tests::test_invalid_platform
10312024-12-01T22:43:59.452Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_regex
10322024-12-01T22:43:59.476Z PASS [ 0.040s] nextest-filtering parsing::tests::test_missing_argument
10332024-12-01T22:43:59.476Z PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_close_parentheses
10342024-12-01T22:43:59.499Z PASS [ 0.051s] nextest-filtering parsing::tests::test_missing_close_regex
10352024-12-01T22:43:59.499Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_open_parentheses
10362024-12-01T22:43:59.523Z PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_parentheses
10372024-12-01T22:43:59.523Z PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_comma
10382024-12-01T22:43:59.547Z PASS [ 0.045s] nextest-filtering parsing::tests::test_parse_expr_difference
10392024-12-01T22:43:59.571Z PASS [ 0.045s] nextest-filtering parsing::tests::test_parse_expr_intersection
10402024-12-01T22:43:59.571Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_not
10412024-12-01T22:43:59.664Z PASS [ 0.075s] nextest-filtering parsing::tests::test_parse_expr_set
10422024-12-01T22:43:59.688Z PASS [ 0.115s] nextest-filtering parsing::tests::test_parse_expr_precedence
10432024-12-01T22:43:59.809Z PASS [ 0.164s] nextest-filtering parsing::tests::test_parse_expr_union
10442024-12-01T22:43:59.834Z PASS [ 11.691s] integration-tests::integration test_run_from_archive_with_no_includes
10452024-12-01T22:43:59.834Z PASS [ 0.142s] nextest-filtering parsing::tests::test_parse_glob_matcher
10462024-12-01T22:43:59.834Z PASS [ 0.086s] nextest-filtering parsing::tests::test_parse_name_matcher
10472024-12-01T22:43:59.858Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10482024-12-01T22:43:59.882Z PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex
10492024-12-01T22:43:59.882Z PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_set_def
10502024-12-01T22:43:59.882Z PASS [ 0.043s] nextest-filtering parsing::tests::test_unexpected_argument
10512024-12-01T22:43:59.882Z PASS [ 0.038s] nextest-filtering parsing::tests::test_unexpected_comma
10522024-12-01T22:44:00.043Z PASS [ 0.043s] nextest-filtering::match test_binary_query
10532024-12-01T22:44:00.067Z PASS [ 0.099s] nextest-filtering::match test_expr_binary
10542024-12-01T22:44:00.113Z PASS [ 0.087s] nextest-filtering::match test_expr_binary_id_glob
10552024-12-01T22:44:00.136Z PASS [ 0.069s] nextest-filtering::match test_expr_deps
10562024-12-01T22:44:00.240Z PASS [ 0.363s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10572024-12-01T22:44:00.264Z PASS [ 0.139s] nextest-filtering::match test_expr_kind
10582024-12-01T22:44:00.288Z PASS [ 0.168s] nextest-filtering::match test_expr_kind_partial
10592024-12-01T22:44:00.312Z PASS [ 0.050s] nextest-filtering::match test_expr_package_equal
10602024-12-01T22:44:00.312Z PASS [ 0.044s] nextest-filtering::match test_expr_package_regex
10612024-12-01T22:44:00.312Z PASS [ 0.074s] nextest-filtering::match test_expr_package_contains
10622024-12-01T22:44:00.350Z PASS [ 0.065s] nextest-filtering::match test_expr_platform
10632024-12-01T22:44:00.350Z PASS [ 0.054s] nextest-filtering::match test_expr_rdeps
10642024-12-01T22:44:00.350Z PASS [ 0.034s] nextest-filtering::match test_expr_test
10652024-12-01T22:44:00.379Z PASS [ 0.053s] nextest-filtering::match test_expr_test_difference::with_and_not
10662024-12-01T22:44:00.404Z PASS [ 0.052s] nextest-filtering::match test_expr_test_difference::with_minus
10672024-12-01T22:44:00.404Z PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10682024-12-01T22:44:00.404Z PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_and
10692024-12-01T22:44:00.432Z PASS [ 0.053s] nextest-filtering::match test_expr_test_not
10702024-12-01T22:44:00.459Z PASS [ 0.030s] nextest-filtering::match test_expr_test_union::with_or
10712024-12-01T22:44:00.459Z PASS [ 0.037s] nextest-filtering::match test_expr_test_union::with_pipe
10722024-12-01T22:44:00.459Z PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_plus
10732024-12-01T22:44:00.482Z PASS [ 0.040s] nextest-filtering::match test_expr_with_no_matching_packages
10742024-12-01T22:44:00.482Z PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord
10752024-12-01T22:44:00.482Z PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10762024-12-01T22:44:00.514Z PASS [ 0.040s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10772024-12-01T22:44:00.538Z PASS [ 0.055s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10782024-12-01T22:44:00.538Z PASS [ 0.049s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10792024-12-01T22:44:00.538Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10802024-12-01T22:44:00.562Z PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10812024-12-01T22:44:00.562Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10822024-12-01T22:44:00.586Z PASS [ 0.040s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10832024-12-01T22:44:00.586Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10842024-12-01T22:44:00.610Z PASS [ 0.037s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10852024-12-01T22:44:00.610Z PASS [ 0.027s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10862024-12-01T22:44:00.610Z PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10872024-12-01T22:44:00.634Z PASS [ 0.036s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10882024-12-01T22:44:01.020Z PASS [ 0.405s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10892024-12-01T22:44:01.044Z PASS [ 0.426s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10902024-12-01T22:44:01.068Z PASS [ 0.451s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10912024-12-01T22:44:01.094Z PASS [ 0.506s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10922024-12-01T22:44:01.406Z PASS [ 0.384s] nextest-runner config::archive::tests::parse_invalid::missing_list
10932024-12-01T22:44:01.430Z PASS [ 0.386s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10942024-12-01T22:44:01.430Z PASS [ 0.368s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10952024-12-01T22:44:01.457Z PASS [ 0.028s] nextest-runner config::config_impl::tests::default_config_is_valid
10962024-12-01T22:44:01.481Z PASS [ 0.026s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10972024-12-01T22:44:01.505Z PASS [ 0.026s] nextest-runner config::identifier::tests::test_invalid
10982024-12-01T22:44:01.529Z PASS [ 0.422s] nextest-runner config::archive::tests::parse_invalid::parent_component
10992024-12-01T22:44:01.529Z PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid
11002024-12-01T22:44:01.556Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate
11012024-12-01T22:44:01.580Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11022024-12-01T22:44:01.580Z PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11032024-12-01T22:44:01.603Z PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11042024-12-01T22:44:01.627Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11052024-12-01T22:44:01.627Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11062024-12-01T22:44:01.651Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11072024-12-01T22:44:01.679Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11082024-12-01T22:44:01.703Z PASS [ 0.051s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11092024-12-01T22:44:01.730Z PASS [ 0.325s] nextest-runner config::archive::tests::parse_valid
11102024-12-01T22:44:01.773Z PASS [ 0.346s] nextest-runner config::config_impl::tests::ignored_keys
11112024-12-01T22:44:01.992Z PASS [ 3.363s] integration-tests::integration test_target_arg
11122024-12-01T22:44:02.016Z PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11132024-12-01T22:44:02.048Z PASS [ 0.391s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11142024-12-01T22:44:02.072Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11152024-12-01T22:44:02.120Z PASS [ 0.346s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11162024-12-01T22:44:02.302Z PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11172024-12-01T22:44:02.387Z PASS [ 0.383s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11182024-12-01T22:44:02.411Z PASS [ 0.348s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11192024-12-01T22:44:02.411Z PASS [ 0.342s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11202024-12-01T22:44:02.442Z PASS [ 0.321s] nextest-runner config::overrides::tests::test_overrides_basic
11212024-12-01T22:44:02.638Z PASS [ 0.335s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11222024-12-01T22:44:02.717Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11232024-12-01T22:44:02.740Z PASS [ 0.345s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11242024-12-01T22:44:02.764Z PASS [ 0.355s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11252024-12-01T22:44:02.764Z PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11262024-12-01T22:44:03.033Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11272024-12-01T22:44:03.057Z PASS [ 0.402s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11282024-12-01T22:44:03.082Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11292024-12-01T22:44:03.106Z PASS [ 0.326s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11302024-12-01T22:44:03.106Z PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11312024-12-01T22:44:03.348Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11322024-12-01T22:44:03.372Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11332024-12-01T22:44:03.396Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11342024-12-01T22:44:03.396Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11352024-12-01T22:44:03.420Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11362024-12-01T22:44:03.664Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11372024-12-01T22:44:03.694Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11382024-12-01T22:44:03.694Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11392024-12-01T22:44:03.718Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11402024-12-01T22:44:03.718Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11412024-12-01T22:44:03.999Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11422024-12-01T22:44:04.023Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11432024-12-01T22:44:04.023Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11442024-12-01T22:44:04.023Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_valid
11452024-12-01T22:44:04.047Z PASS [ 0.317s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11462024-12-01T22:44:04.091Z PASS [ 5.246s] integration-tests::integration test_target_dir
11472024-12-01T22:44:04.315Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11482024-12-01T22:44:04.339Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11492024-12-01T22:44:04.363Z PASS [ 0.323s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11502024-12-01T22:44:04.387Z PASS [ 0.338s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11512024-12-01T22:44:04.387Z PASS [ 0.373s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11522024-12-01T22:44:04.416Z PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11532024-12-01T22:44:04.631Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11542024-12-01T22:44:04.655Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11552024-12-01T22:44:04.689Z PASS [ 0.355s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11562024-12-01T22:44:04.713Z PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11572024-12-01T22:44:04.738Z PASS [ 0.349s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11582024-12-01T22:44:04.762Z PASS [ 0.327s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11592024-12-01T22:44:04.886Z PASS [ 6.834s] integration-tests::integration test_show_config_test_groups
11602024-12-01T22:44:04.972Z PASS [ 0.341s] nextest-runner config::scripts::tests::test_scripts_basic
11612024-12-01T22:44:04.996Z PASS [ 0.344s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11622024-12-01T22:44:05.025Z PASS [ 0.335s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11632024-12-01T22:44:05.049Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11642024-12-01T22:44:05.073Z PASS [ 0.353s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11652024-12-01T22:44:05.097Z PASS [ 0.346s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11662024-12-01T22:44:05.240Z PASS [ 0.353s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11672024-12-01T22:44:05.294Z PASS [ 0.320s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11682024-12-01T22:44:05.317Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11692024-12-01T22:44:05.342Z PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11702024-12-01T22:44:05.366Z PASS [ 0.311s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11712024-12-01T22:44:05.366Z PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11722024-12-01T22:44:05.397Z PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11732024-12-01T22:44:05.547Z PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11742024-12-01T22:44:05.608Z PASS [ 0.314s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11752024-12-01T22:44:05.632Z PASS [ 0.313s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11762024-12-01T22:44:05.656Z PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11772024-12-01T22:44:05.680Z PASS [ 0.297s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11782024-12-01T22:44:05.680Z PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11792024-12-01T22:44:05.704Z PASS [ 0.293s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11802024-12-01T22:44:05.839Z PASS [ 0.291s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11812024-12-01T22:44:05.911Z PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11822024-12-01T22:44:05.935Z PASS [ 0.307s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11832024-12-01T22:44:05.935Z PASS [ 0.295s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11842024-12-01T22:44:05.959Z PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11852024-12-01T22:44:05.983Z PASS [ 0.300s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11862024-12-01T22:44:06.007Z PASS [ 0.301s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11872024-12-01T22:44:06.156Z PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11882024-12-01T22:44:06.181Z PASS [ 0.021s] nextest-runner config::tool_config::tests::parse_tool_config_file
11892024-12-01T22:44:06.218Z PASS [ 0.306s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11902024-12-01T22:44:06.247Z PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11912024-12-01T22:44:06.247Z PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11922024-12-01T22:44:06.271Z PASS [ 0.026s] nextest-runner list::binary_list::tests::test_parse_binary_list
11932024-12-01T22:44:06.271Z PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
11942024-12-01T22:44:06.295Z PASS [ 0.312s] nextest-runner config::threads_required::tests::parse_threads_required::positive
11952024-12-01T22:44:06.295Z PASS [ 0.067s] nextest-runner errors::tests::display_error_chain
11962024-12-01T22:44:06.295Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11972024-12-01T22:44:06.319Z PASS [ 0.066s] nextest-runner errors::tests::display_error_list
11982024-12-01T22:44:06.319Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11992024-12-01T22:44:06.319Z PASS [ 0.316s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12002024-12-01T22:44:06.319Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12012024-12-01T22:44:06.319Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12022024-12-01T22:44:06.344Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12032024-12-01T22:44:06.344Z PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12042024-12-01T22:44:06.344Z PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12052024-12-01T22:44:06.368Z PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12062024-12-01T22:44:06.368Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12072024-12-01T22:44:06.368Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12082024-12-01T22:44:06.392Z PASS [ 0.033s] nextest-runner partition::tests::partitioner_builder_from_str
12092024-12-01T22:44:06.392Z PASS [ 0.039s] nextest-runner list::test_list::tests::test_parse_test_list
12102024-12-01T22:44:06.392Z PASS [ 0.045s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12112024-12-01T22:44:06.392Z PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid
12122024-12-01T22:44:06.416Z PASS [ 0.050s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12132024-12-01T22:44:06.416Z PASS [ 0.042s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12142024-12-01T22:44:06.416Z PASS [ 0.029s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12152024-12-01T22:44:06.439Z PASS [ 0.050s] nextest-runner redact::tests::test_redact_path
12162024-12-01T22:44:06.439Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::no_capture_settings
12172024-12-01T22:44:06.463Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12182024-12-01T22:44:06.463Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12192024-12-01T22:44:06.488Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12202024-12-01T22:44:06.488Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12212024-12-01T22:44:06.488Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12222024-12-01T22:44:06.488Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12232024-12-01T22:44:06.512Z PASS [ 0.062s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12242024-12-01T22:44:06.512Z PASS [ 0.326s] nextest-runner config::tool_config::tests::tool_config_basic
12252024-12-01T22:44:06.512Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12262024-12-01T22:44:06.536Z PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12272024-12-01T22:44:06.536Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::test_final_warnings
12282024-12-01T22:44:06.536Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12292024-12-01T22:44:06.536Z PASS [ 0.069s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12302024-12-01T22:44:06.560Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12312024-12-01T22:44:06.560Z PASS [ 0.034s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12322024-12-01T22:44:06.584Z PASS [ 0.030s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12332024-12-01T22:44:06.584Z PASS [ 0.024s] nextest-runner reporter::helpers::tests::test_highlight_end
12342024-12-01T22:44:06.584Z PASS [ 0.039s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12352024-12-01T22:44:06.584Z PASS [ 0.071s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12362024-12-01T22:44:06.608Z PASS [ 0.024s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12372024-12-01T22:44:06.608Z PASS [ 0.025s] nextest-runner reuse_build::tests::test_path_mapper_relative
12382024-12-01T22:44:06.632Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output
12392024-12-01T22:44:06.632Z PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings
12402024-12-01T22:44:06.632Z PASS [ 0.027s] nextest-runner runner::tests::test_is_success
12412024-12-01T22:44:06.632Z PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12422024-12-01T22:44:06.632Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12432024-12-01T22:44:06.656Z PASS [ 0.030s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12442024-12-01T22:44:06.656Z PASS [ 0.076s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12452024-12-01T22:44:06.684Z PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config
12462024-12-01T22:44:06.684Z PASS [ 0.027s] nextest-runner test_command::tests::parse_build_script
12472024-12-01T22:44:06.684Z PASS [ 0.025s] nextest-runner test_filter::tests::empty_pattern_examples
12482024-12-01T22:44:06.684Z PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples
12492024-12-01T22:44:06.735Z PASS [ 0.117s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12502024-12-01T22:44:06.759Z PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples
12512024-12-01T22:44:06.783Z PASS [ 0.112s] nextest-runner test_filter::tests::proptest_empty
12522024-12-01T22:44:06.783Z PASS [ 0.150s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12532024-12-01T22:44:06.880Z PASS [ 0.212s] nextest-runner test_filter::tests::proptest_no_match
12542024-12-01T22:44:06.904Z PASS [ 0.288s] nextest-runner rustc_cli::tests::test_execute_with_failure
12552024-12-01T22:44:07.210Z PASS [ 0.535s] nextest-runner test_filter::tests::proptest_substring
12562024-12-01T22:44:07.238Z PASS [ 0.575s] nextest-runner test_filter::tests::proptest_exact
12572024-12-01T22:44:07.356Z PASS [ 0.585s] nextest-runner time::stopwatch::tests::stopwatch_pause
12582024-12-01T22:44:08.286Z PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
12592024-12-01T22:44:08.544Z PASS [ 1.652s] nextest-runner::integration basic::test_list_binaries
12602024-12-01T22:44:08.856Z PASS [ 1.975s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12612024-12-01T22:44:08.893Z PASS [ 1.682s] nextest-runner::integration basic::test_list_tests
12622024-12-01T22:44:08.917Z PASS [ 2.125s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12632024-12-01T22:44:08.941Z PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching
12642024-12-01T22:44:09.070Z PASS [ 0.525s] nextest-runner::integration basic::test_run_ignored
12652024-12-01T22:44:09.099Z PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12662024-12-01T22:44:09.135Z PASS [ 0.034s] nextest-runner::integration target_runner::parses_cargo_config_exact
12672024-12-01T22:44:09.228Z PASS [ 0.371s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12682024-12-01T22:44:09.252Z PASS [ 0.317s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12692024-12-01T22:44:09.576Z PASS [ 0.440s] nextest-runner::integration target_runner::parses_cargo_env
12702024-12-01T22:44:09.603Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_cargo_env
12712024-12-01T22:44:09.630Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli
12722024-12-01T22:44:09.662Z PASS [ 0.031s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12732024-12-01T22:44:09.691Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12742024-12-01T22:44:09.721Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env
12752024-12-01T22:44:09.745Z PASS [ 22.347s] integration-tests::integration test_run
12762024-12-01T22:44:09.769Z PASS [ 0.031s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12772024-12-01T22:44:09.793Z PASS [ 0.030s] nextest-runner::integration target_triple::parses_target_cli_option
12782024-12-01T22:44:09.860Z PASS [ 0.632s] nextest-runner::integration target_runner::test_listing_with_target_runner
12792024-12-01T22:44:10.379Z PASS [ 2.092s] nextest-runner::integration basic::test_run
12802024-12-01T22:44:10.943Z PASS [ 1.695s] nextest-runner::integration target_runner::test_run_with_target_runner
12812024-12-01T22:44:11.320Z PASS [ 2.427s] nextest-runner::integration basic::test_termination
12822024-12-01T22:44:12.509Z PASS [ 5.271s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12832024-12-01T22:44:12.533Z PASS [ 5.178s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12842024-12-01T22:44:12.533Z────────────
12852024-12-01T22:44:12.533Z Summary [ 34.321s] 281 tests run: 281 passed, 0 skipped
12862024-12-01T22:44:12.562Z
12872024-12-01T22:44:12.586Zreal 35.822340351
12882024-12-01T22:44:12.586Zuser 2:01.229987916
12892024-12-01T22:44:12.586Zsys 1:44.596858382
12902024-12-01T22:44:12.586Ztrap 0.305784593
12912024-12-01T22:44:12.586Ztflt 0.261802097
12922024-12-01T22:44:12.586Zdflt 1.742291679
12932024-12-01T22:44:12.586Zkflt 0.004096335
12942024-12-01T22:44:12.586Zlock 28:15.818392017
12952024-12-01T22:44:12.586Zslp 49:01.221250727
12962024-12-01T22:44:12.586Zlat 11:41.600906135
12972024-12-01T22:44:12.586Zstop 4:57.349985228
12982024-12-01T22:44:12.586Z+ banner release
12992024-12-01T22:44:12.586Z
13002024-12-01T22:44:12.586Z ##### ###### # ###### ## #### ######
13012024-12-01T22:44:12.586Z # # # # # # # # #
13022024-12-01T22:44:12.586Z # # ##### # ##### # # #### #####
13032024-12-01T22:44:12.586Z ##### # # # ###### # #
13042024-12-01T22:44:12.586Z # # # # # # # # # #
13052024-12-01T22:44:12.586Z # # ###### ###### ###### # # #### ######
13062024-12-01T22:44:12.586Z
13072024-12-01T22:44:12.586Z+ ptime -m cargo nextest run --profile ci
13082024-12-01T22:44:13.460Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
13092024-12-01T22:44:13.630Z------------
13102024-12-01T22:44:13.630Z Nextest run ID 368a6ce3-f3ae-4e4e-9f42-f5054a470a92 with nextest profile: ci
13112024-12-01T22:44:13.630Z Starting 281 tests across 12 binaries
13122024-12-01T22:44:13.676Z PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13132024-12-01T22:44:13.781Z PASS [ 0.141s] cargo-nextest dispatch::tests::test_argument_parsing
13142024-12-01T22:44:23.200Z PASS [ 9.553s] integration-tests::integration test_list_binaries_only
13152024-12-01T22:44:23.225Z PASS [ 9.556s] integration-tests::integration test_list_default
13162024-12-01T22:44:23.385Z PASS [ 9.718s] integration-tests::integration test_list_host_after_build
13172024-12-01T22:44:23.433Z PASS [ 9.764s] integration-tests::integration test_list_target_after_build
13182024-12-01T22:44:23.456Z PASS [ 9.791s] integration-tests::integration test_list_full_after_build
13192024-12-01T22:44:23.601Z PASS [ 9.945s] integration-tests::integration test_list_full
13202024-12-01T22:44:29.105Z PASS [ 15.329s] integration-tests::integration test_relocated_run
13212024-12-01T22:44:31.436Z PASS [ 8.002s] integration-tests::integration test_run_from_archive_with_missing_includes
13222024-12-01T22:44:32.835Z PASS [ 9.236s] integration-tests::integration test_run_no_tests
13232024-12-01T22:44:33.316Z PASS [ 0.480s] integration-tests::integration test_setup_scripts_not_enabled
13242024-12-01T22:44:35.174Z PASS [ 3.741s] integration-tests::integration test_setup_script_error
13252024-12-01T22:44:35.199Z PASS [ 11.978s] integration-tests::integration test_run_after_build
13262024-12-01T22:44:35.223Z PASS [ 21.523s] integration-tests::integration test_list_with_default_filter
13272024-12-01T22:44:35.223Z PASS [ 11.758s] integration-tests::integration test_run_from_archive_with_no_includes
13282024-12-01T22:44:35.264Z PASS [ 0.058s] integration-tests::integration test_version_info
13292024-12-01T22:44:35.342Z PASS [ 11.953s] integration-tests::integration test_run_from_archive_with_includes
13302024-12-01T22:44:35.366Z PASS [ 0.029s] nextest-filtering parsing::tests::test_complex_error
13312024-12-01T22:44:35.391Z PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_eof
13322024-12-01T22:44:35.415Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr
13332024-12-01T22:44:35.439Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator
13342024-12-01T22:44:35.463Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes
13352024-12-01T22:44:35.487Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_glob
13362024-12-01T22:44:35.487Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator
13372024-12-01T22:44:35.525Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform
13382024-12-01T22:44:35.600Z PASS [ 0.031s] nextest-filtering parsing::tests::test_invalid_regex
13392024-12-01T22:44:35.635Z PASS [ 0.083s] nextest-filtering parsing::tests::test_missing_argument
13402024-12-01T22:44:35.664Z PASS [ 0.040s] nextest-filtering parsing::tests::test_missing_close_parentheses
13412024-12-01T22:44:35.701Z PASS [ 0.045s] nextest-filtering parsing::tests::test_missing_close_regex
13422024-12-01T22:44:35.741Z PASS [ 0.032s] nextest-filtering parsing::tests::test_missing_open_parentheses
13432024-12-01T22:44:35.792Z PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_parentheses
13442024-12-01T22:44:35.885Z PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_comma
13452024-12-01T22:44:35.986Z PASS [ 0.717s] integration-tests::integration test_show_config_version
13462024-12-01T22:44:35.986Z PASS [ 0.093s] nextest-filtering parsing::tests::test_parse_expr_difference
13472024-12-01T22:44:35.987Z PASS [ 0.626s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13482024-12-01T22:44:35.987Z PASS [ 6.787s] integration-tests::integration test_run_with_default_filter
13492024-12-01T22:44:36.058Z PASS [ 0.102s] nextest-filtering parsing::tests::test_parse_expr_intersection
13502024-12-01T22:44:36.058Z PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_expr_not
13512024-12-01T22:44:36.058Z PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_expr_precedence
13522024-12-01T22:44:36.058Z PASS [ 0.056s] nextest-filtering parsing::tests::test_parse_expr_union
13532024-12-01T22:44:36.058Z PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_glob_matcher
13542024-12-01T22:44:36.058Z PASS [ 0.070s] nextest-filtering parsing::tests::test_parse_expr_set
13552024-12-01T22:44:36.243Z PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_name_matcher
13562024-12-01T22:44:36.243Z PASS [ 0.031s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13572024-12-01T22:44:36.243Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_regex
13582024-12-01T22:44:36.243Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_set_def
13592024-12-01T22:44:36.243Z PASS [ 0.025s] nextest-filtering parsing::tests::test_unexpected_argument
13602024-12-01T22:44:36.243Z PASS [ 0.049s] nextest-filtering parsing::tests::test_unexpected_comma
13612024-12-01T22:44:36.243Z PASS [ 0.030s] nextest-filtering::match test_binary_query
13622024-12-01T22:44:36.243Z PASS [ 0.045s] nextest-filtering::match test_expr_binary
13632024-12-01T22:44:36.243Z PASS [ 0.051s] nextest-filtering::match test_expr_binary_id_glob
13642024-12-01T22:44:36.243Z PASS [ 0.033s] nextest-filtering::match test_expr_deps
13652024-12-01T22:44:36.243Z PASS [ 0.055s] nextest-filtering::match test_expr_kind
13662024-12-01T22:44:36.243Z PASS [ 0.032s] nextest-filtering::match test_expr_kind_partial
13672024-12-01T22:44:36.243Z PASS [ 0.035s] nextest-filtering::match test_expr_package_contains
13682024-12-01T22:44:36.267Z PASS [ 0.024s] nextest-filtering::match test_expr_package_equal
13692024-12-01T22:44:36.267Z PASS [ 0.024s] nextest-filtering::match test_expr_package_regex
13702024-12-01T22:44:36.267Z PASS [ 0.021s] nextest-filtering::match test_expr_platform
13712024-12-01T22:44:36.291Z PASS [ 0.021s] nextest-filtering::match test_expr_rdeps
13722024-12-01T22:44:36.292Z PASS [ 0.020s] nextest-filtering::match test_expr_test
13732024-12-01T22:44:36.315Z PASS [ 0.020s] nextest-filtering::match test_expr_test_difference::with_minus
13742024-12-01T22:44:36.339Z PASS [ 0.042s] nextest-filtering::match test_expr_test_difference::with_and_not
13752024-12-01T22:44:36.339Z PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13762024-12-01T22:44:36.363Z PASS [ 0.217s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13772024-12-01T22:44:36.363Z PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_and
13782024-12-01T22:44:36.412Z PASS [ 0.036s] nextest-filtering::match test_expr_test_union::with_pipe
13792024-12-01T22:44:36.412Z PASS [ 0.051s] nextest-filtering::match test_expr_test_not
13802024-12-01T22:44:36.412Z PASS [ 0.042s] nextest-filtering::match test_expr_test_union::with_or
13812024-12-01T22:44:36.412Z PASS [ 0.041s] nextest-filtering::match test_expr_test_union::with_plus
13822024-12-01T22:44:36.412Z PASS [ 0.032s] nextest-filtering::match test_expr_with_no_matching_packages
13832024-12-01T22:44:36.412Z PASS [ 0.025s] nextest-metadata test_list::tests::test_binary_id_ord
13842024-12-01T22:44:36.412Z PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13852024-12-01T22:44:36.518Z PASS [ 0.028s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13862024-12-01T22:44:36.518Z PASS [ 0.040s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13872024-12-01T22:44:36.518Z PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13882024-12-01T22:44:36.518Z PASS [ 0.043s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13892024-12-01T22:44:36.518Z PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13902024-12-01T22:44:36.518Z PASS [ 0.056s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13912024-12-01T22:44:36.518Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13922024-12-01T22:44:36.518Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13932024-12-01T22:44:36.518Z PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13942024-12-01T22:44:36.518Z PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13952024-12-01T22:44:36.518Z PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13962024-12-01T22:44:36.518Z PASS [ 0.029s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13972024-12-01T22:44:36.810Z PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
13982024-12-01T22:44:36.834Z PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
13992024-12-01T22:44:36.834Z PASS [ 0.322s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14002024-12-01T22:44:36.835Z PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14012024-12-01T22:44:37.115Z PASS [ 0.306s] nextest-runner config::archive::tests::parse_invalid::missing_list
14022024-12-01T22:44:37.139Z PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14032024-12-01T22:44:37.174Z PASS [ 0.027s] nextest-runner config::config_impl::tests::default_config_is_valid
14042024-12-01T22:44:37.212Z PASS [ 0.385s] nextest-runner config::archive::tests::parse_invalid::parent_component
14052024-12-01T22:44:37.239Z PASS [ 0.019s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14062024-12-01T22:44:37.283Z PASS [ 0.030s] nextest-runner config::identifier::tests::test_invalid
14072024-12-01T22:44:37.316Z PASS [ 0.047s] nextest-runner config::identifier::tests::test_valid
14082024-12-01T22:44:37.316Z PASS [ 0.492s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14092024-12-01T22:44:37.340Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate
14102024-12-01T22:44:37.364Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14112024-12-01T22:44:37.398Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14122024-12-01T22:44:37.422Z PASS [ 0.061s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14132024-12-01T22:44:37.422Z PASS [ 0.057s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14142024-12-01T22:44:37.446Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14152024-12-01T22:44:37.446Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14162024-12-01T22:44:37.470Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14172024-12-01T22:44:37.532Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14182024-12-01T22:44:37.556Z PASS [ 0.423s] nextest-runner config::archive::tests::parse_valid
14192024-12-01T22:44:37.613Z PASS [ 0.411s] nextest-runner config::config_impl::tests::ignored_keys
14202024-12-01T22:44:37.941Z PASS [ 0.496s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14212024-12-01T22:44:38.003Z PASS [ 0.438s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14222024-12-01T22:44:38.027Z PASS [ 0.557s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14232024-12-01T22:44:38.051Z PASS [ 0.497s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14242024-12-01T22:44:38.271Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14252024-12-01T22:44:38.347Z PASS [ 0.345s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14262024-12-01T22:44:38.389Z PASS [ 0.368s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14272024-12-01T22:44:38.414Z PASS [ 0.378s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14282024-12-01T22:44:38.437Z PASS [ 3.252s] integration-tests::integration test_target_arg
14292024-12-01T22:44:38.598Z PASS [ 0.330s] nextest-runner config::overrides::tests::test_overrides_basic
14302024-12-01T22:44:38.665Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14312024-12-01T22:44:38.695Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14322024-12-01T22:44:38.747Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14332024-12-01T22:44:38.771Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14342024-12-01T22:44:38.973Z PASS [ 0.363s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14352024-12-01T22:44:39.024Z PASS [ 0.360s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14362024-12-01T22:44:39.048Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14372024-12-01T22:44:39.077Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14382024-12-01T22:44:39.101Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14392024-12-01T22:44:39.269Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14402024-12-01T22:44:39.338Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14412024-12-01T22:44:39.362Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14422024-12-01T22:44:39.386Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14432024-12-01T22:44:39.411Z PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14442024-12-01T22:44:39.590Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14452024-12-01T22:44:39.649Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14462024-12-01T22:44:39.673Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14472024-12-01T22:44:39.673Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14482024-12-01T22:44:39.717Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14492024-12-01T22:44:39.909Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14502024-12-01T22:44:39.949Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14512024-12-01T22:44:39.973Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14522024-12-01T22:44:39.997Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14532024-12-01T22:44:40.037Z PASS [ 0.318s] nextest-runner config::retry_policy::tests::parse_retries_valid
14542024-12-01T22:44:40.219Z PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14552024-12-01T22:44:40.271Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14562024-12-01T22:44:40.299Z PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14572024-12-01T22:44:40.323Z PASS [ 0.341s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14582024-12-01T22:44:40.348Z PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14592024-12-01T22:44:40.450Z PASS [ 7.134s] integration-tests::integration test_show_config_test_groups
14602024-12-01T22:44:40.539Z PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14612024-12-01T22:44:40.568Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14622024-12-01T22:44:40.591Z PASS [ 5.387s] integration-tests::integration test_target_dir
14632024-12-01T22:44:40.631Z PASS [ 0.330s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14642024-12-01T22:44:40.655Z PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14652024-12-01T22:44:40.683Z PASS [ 0.335s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14662024-12-01T22:44:40.759Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14672024-12-01T22:44:40.882Z PASS [ 0.344s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14682024-12-01T22:44:40.906Z PASS [ 0.317s] nextest-runner config::scripts::tests::test_scripts_basic
14692024-12-01T22:44:40.930Z PASS [ 0.355s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14702024-12-01T22:44:40.973Z PASS [ 0.346s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14712024-12-01T22:44:40.997Z PASS [ 0.342s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14722024-12-01T22:44:41.058Z PASS [ 0.356s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14732024-12-01T22:44:41.107Z PASS [ 0.350s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14742024-12-01T22:44:41.216Z PASS [ 0.334s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14752024-12-01T22:44:41.241Z PASS [ 0.322s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14762024-12-01T22:44:41.241Z PASS [ 0.317s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14772024-12-01T22:44:41.283Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14782024-12-01T22:44:41.307Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14792024-12-01T22:44:41.354Z PASS [ 0.316s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14802024-12-01T22:44:41.417Z PASS [ 0.309s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14812024-12-01T22:44:41.515Z PASS [ 0.299s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14822024-12-01T22:44:41.539Z PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14832024-12-01T22:44:41.562Z PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14842024-12-01T22:44:41.601Z PASS [ 0.317s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14852024-12-01T22:44:41.625Z PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14862024-12-01T22:44:41.659Z PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14872024-12-01T22:44:41.727Z PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14882024-12-01T22:44:41.817Z PASS [ 0.302s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14892024-12-01T22:44:41.840Z PASS [ 0.299s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14902024-12-01T22:44:41.864Z PASS [ 0.313s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14912024-12-01T22:44:41.923Z PASS [ 0.316s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14922024-12-01T22:44:41.923Z PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14932024-12-01T22:44:41.973Z PASS [ 0.314s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14942024-12-01T22:44:42.035Z PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14952024-12-01T22:44:42.119Z PASS [ 0.301s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14962024-12-01T22:44:42.143Z PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14972024-12-01T22:44:42.167Z PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file
14982024-12-01T22:44:42.191Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14992024-12-01T22:44:42.232Z PASS [ 0.062s] nextest-runner errors::tests::display_error_chain
15002024-12-01T22:44:42.256Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15012024-12-01T22:44:42.256Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15022024-12-01T22:44:42.280Z PASS [ 0.020s] nextest-runner list::binary_list::tests::test_parse_binary_list
15032024-12-01T22:44:42.280Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15042024-12-01T22:44:42.304Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15052024-12-01T22:44:42.304Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15062024-12-01T22:44:42.304Z PASS [ 0.061s] nextest-runner errors::tests::display_error_list
15072024-12-01T22:44:42.327Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15082024-12-01T22:44:42.328Z PASS [ 0.327s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15092024-12-01T22:44:42.351Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15102024-12-01T22:44:42.351Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15112024-12-01T22:44:42.352Z PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15122024-12-01T22:44:42.352Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15132024-12-01T22:44:42.352Z PASS [ 0.038s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15142024-12-01T22:44:42.408Z PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15152024-12-01T22:44:42.408Z PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15162024-12-01T22:44:42.408Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15172024-12-01T22:44:42.408Z PASS [ 0.023s] nextest-runner partition::tests::partitioner_builder_from_str
15182024-12-01T22:44:42.408Z PASS [ 0.029s] nextest-runner list::test_list::tests::test_parse_test_list
15192024-12-01T22:44:42.408Z PASS [ 0.028s] nextest-runner platform::tests::test_from_rustc_output_invalid
15202024-12-01T22:44:42.408Z PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15212024-12-01T22:44:42.408Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15222024-12-01T22:44:42.408Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15232024-12-01T22:44:42.408Z PASS [ 0.024s] nextest-runner redact::tests::test_redact_path
15242024-12-01T22:44:42.408Z PASS [ 0.024s] nextest-runner reporter::displayer::tests::no_capture_settings
15252024-12-01T22:44:42.432Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15262024-12-01T22:44:42.455Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15272024-12-01T22:44:42.479Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15282024-12-01T22:44:42.479Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15292024-12-01T22:44:42.479Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15302024-12-01T22:44:42.479Z PASS [ 0.342s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15312024-12-01T22:44:42.479Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15322024-12-01T22:44:42.479Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15332024-12-01T22:44:42.607Z PASS [ 0.335s] nextest-runner config::tool_config::tests::tool_config_basic
15342024-12-01T22:44:42.607Z PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_final_warnings
15352024-12-01T22:44:42.607Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15362024-12-01T22:44:42.607Z PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15372024-12-01T22:44:42.607Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15382024-12-01T22:44:42.607Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15392024-12-01T22:44:42.607Z PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
15402024-12-01T22:44:42.607Z PASS [ 0.061s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15412024-12-01T22:44:42.631Z PASS [ 0.024s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
15422024-12-01T22:44:42.631Z PASS [ 0.019s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
15432024-12-01T22:44:42.631Z PASS [ 0.040s] nextest-runner reporter::helpers::tests::test_highlight_end
15442024-12-01T22:44:42.631Z PASS [ 0.063s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15452024-12-01T22:44:42.631Z PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15462024-12-01T22:44:42.631Z PASS [ 0.019s] nextest-runner reuse_build::tests::test_path_mapper_relative
15472024-12-01T22:44:42.631Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output
15482024-12-01T22:44:42.631Z PASS [ 0.024s] nextest-runner runner::tests::test_is_success
15492024-12-01T22:44:42.631Z PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings
15502024-12-01T22:44:42.632Z PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15512024-12-01T22:44:42.632Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15522024-12-01T22:44:42.632Z PASS [ 0.029s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15532024-12-01T22:44:42.632Z PASS [ 0.072s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
15542024-12-01T22:44:42.632Z PASS [ 0.019s] nextest-runner test_command::tests::parse_build_script
15552024-12-01T22:44:42.632Z PASS [ 0.024s] nextest-runner target_runner::tests::test_find_config
15562024-12-01T22:44:42.632Z PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples
15572024-12-01T22:44:42.656Z PASS [ 0.024s] nextest-runner test_filter::tests::pattern_examples
15582024-12-01T22:44:42.683Z PASS [ 0.102s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15592024-12-01T22:44:42.707Z PASS [ 0.019s] nextest-runner test_filter::tests::skip_only_pattern_examples
15602024-12-01T22:44:42.731Z PASS [ 0.140s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15612024-12-01T22:44:42.756Z PASS [ 0.119s] nextest-runner test_filter::tests::proptest_empty
15622024-12-01T22:44:42.822Z PASS [ 0.196s] nextest-runner test_filter::tests::proptest_no_match
15632024-12-01T22:44:42.847Z PASS [ 0.267s] nextest-runner rustc_cli::tests::test_execute_with_failure
15642024-12-01T22:44:42.938Z PASS [ 0.103s] nextest-runner::integration basic::test_list_binaries
15652024-12-01T22:44:43.129Z PASS [ 0.307s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15662024-12-01T22:44:43.153Z PASS [ 0.405s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15672024-12-01T22:44:43.203Z PASS [ 0.548s] nextest-runner test_filter::tests::proptest_exact
15682024-12-01T22:44:43.203Z PASS [ 0.269s] nextest-runner::integration basic::test_list_tests
15692024-12-01T22:44:43.255Z PASS [ 0.623s] nextest-runner test_filter::tests::proptest_substring
15702024-12-01T22:44:43.300Z PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause
15712024-12-01T22:44:43.647Z PASS [ 0.443s] nextest-runner::integration basic::test_run_ignored
15722024-12-01T22:44:43.677Z PASS [ 0.033s] nextest-runner::integration target_runner::disregards_non_matching
15732024-12-01T22:44:43.701Z PASS [ 0.433s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15742024-12-01T22:44:43.725Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15752024-12-01T22:44:43.748Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact
15762024-12-01T22:44:43.957Z PASS [ 0.277s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15772024-12-01T22:44:44.178Z PASS [ 0.440s] nextest-runner::integration target_runner::parses_cargo_env
15782024-12-01T22:44:44.224Z PASS [ 1.521s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
15792024-12-01T22:44:44.248Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env
15802024-12-01T22:44:44.272Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
15812024-12-01T22:44:44.295Z PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15822024-12-01T22:44:44.319Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15832024-12-01T22:44:44.342Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
15842024-12-01T22:44:44.366Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15852024-12-01T22:44:44.390Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_target_cli_option
15862024-12-01T22:44:44.486Z PASS [ 0.537s] nextest-runner::integration target_runner::test_listing_with_target_runner
15872024-12-01T22:44:44.838Z PASS [ 1.675s] nextest-runner::integration basic::test_run
15882024-12-01T22:44:44.992Z PASS [ 21.801s] integration-tests::integration test_run
15892024-12-01T22:44:45.713Z PASS [ 1.541s] nextest-runner::integration target_runner::test_run_with_target_runner
15902024-12-01T22:44:45.773Z PASS [ 2.479s] nextest-runner::integration basic::test_termination
15912024-12-01T22:44:46.858Z PASS [ 3.723s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15922024-12-01T22:44:46.883Z PASS [ 3.741s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15932024-12-01T22:44:46.883Z------------
15942024-12-01T22:44:46.883Z Summary [ 33.238s] 281 tests run: 281 passed, 0 skipped
15952024-12-01T22:44:46.907Z
15962024-12-01T22:44:46.907Zreal 34.318066141
15972024-12-01T22:44:46.907Zuser 1:56.442123506
15982024-12-01T22:44:46.907Zsys 1:43.826527221
15992024-12-01T22:44:46.907Ztrap 0.279827106
16002024-12-01T22:44:46.907Ztflt 0.418049436
16012024-12-01T22:44:46.907Zdflt 1.738284683
16022024-12-01T22:44:46.907Zkflt 0.012275889
16032024-12-01T22:44:46.907Zlock 27:51.138513304
16042024-12-01T22:44:46.907Zslp 47:08.958620535
16052024-12-01T22:44:46.907Zlat 11:35.534052042
16062024-12-01T22:44:46.907Zstop 4:59.830005357
16072024-12-01T22:44:46.907Zprocess exited: duration 295758 ms, exit code 0
 
16082024-12-01T22:44:46.957Zfound 0 output files