01JE7B5KFH9APSMRDZNT25VSAS: build-and-test-illumos

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

Buildomat Job: 01JE7B5V9DB3XB5JVGT6EXJSVR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-03T22:47:49.581Zjob assigned to worker 01JE7B9B77XMHYR610SHRR60VF [factory aws, i-014b18d97113c40eb] (queued for 2 m 38 s)
 
22024-12-03T22:47:57.757Zstarting task 0: "setup"
32024-12-03T22:47:57.766Z++ uname -s
42024-12-03T22:47:57.768Z+ kern=SunOS
52024-12-03T22:47:57.768Z+ case "$kern" in
62024-12-03T22:47:57.768Z+ groupadd -g 12345 build
72024-12-03T22:47:57.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-03T22:47:59.776Z+ zfs create -o mountpoint=/work rpool/work
92024-12-03T22:47:59.880Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-03T22:47:59.883Z+ home_fs=zfs
112024-12-03T22:47:59.883Z+ [[ zfs == autofs ]]
122024-12-03T22:47:59.883Z+ mkdir -p /home/build
132024-12-03T22:47:59.885Z+ chown build:build /home/build /work
142024-12-03T22:48:00.886Z+ chmod 0700 /home/build /work
152024-12-03T22:48:00.889Zprocess exited: duration 3133 ms, exit code 0
 
162024-12-03T22:48:00.894Zstarting task 1: "rust-toolchain"
172024-12-03T22:48:00.900Z+ printf ' * toolchain channel = "%s"
182024-12-03T22:48:00.900Z' stable
192024-12-03T22:48:00.900Z * toolchain channel = "stable"
202024-12-03T22:48:00.900Z+ printf ' * toolchain profile = "%s"
212024-12-03T22:48:00.900Z' default
222024-12-03T22:48:00.903Z * toolchain profile = "default"
232024-12-03T22:48:00.903Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-03T22:48:00.903Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-03T22:48:01.017Zinfo: downloading installer
262024-12-03T22:48:02.394Zinfo: profile set to 'default'
272024-12-03T22:48:02.394Zinfo: default host triple is x86_64-unknown-illumos
282024-12-03T22:48:02.397Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-03T22:48:02.566Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-03T22:48:02.566Zinfo: downloading component 'cargo'
312024-12-03T22:48:03.585Zinfo: downloading component 'clippy'
322024-12-03T22:48:03.974Zinfo: downloading component 'rust-docs'
332024-12-03T22:48:05.397Zinfo: downloading component 'rust-std'
342024-12-03T22:48:07.448Zinfo: downloading component 'rustc'
352024-12-03T22:48:15.241Zinfo: downloading component 'rustfmt'
362024-12-03T22:48:15.537Zinfo: installing component 'cargo'
372024-12-03T22:48:16.379Zinfo: installing component 'clippy'
382024-12-03T22:48:16.769Zinfo: installing component 'rust-docs'
392024-12-03T22:48:18.482Zinfo: installing component 'rust-std'
402024-12-03T22:48:20.209Zinfo: installing component 'rustc'
412024-12-03T22:48:26.092Zinfo: installing component 'rustfmt'
422024-12-03T22:48:26.422Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-03T22:48:26.423Z
442024-12-03T22:48:26.783Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-03T22:48:26.783Z
462024-12-03T22:48:26.786Z
472024-12-03T22:48:26.786ZRust is installed now. Great!
482024-12-03T22:48:26.786Z
492024-12-03T22:48:26.786ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-03T22:48:26.786Zenvironment variable. This has not been done automatically.
512024-12-03T22:48:26.786Z
522024-12-03T22:48:26.786ZTo configure your current shell, you need to source
532024-12-03T22:48:26.786Zthe corresponding env file under $HOME/.cargo.
542024-12-03T22:48:26.786Z
552024-12-03T22:48:26.786ZThis is usually done by running one of the following (note the leading DOT):
562024-12-03T22:48:26.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-03T22:48:26.786Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-03T22:48:26.858Z+ rustc --version
592024-12-03T22:48:26.925Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-03T22:48:26.929Zprocess exited: duration 26031 ms, exit code 0
 
612024-12-03T22:48:26.935Zstarting task 2: "authentication"
622024-12-03T22:48:26.955Zprocess exited: duration 20 ms, exit code 0
 
632024-12-03T22:48:26.960Zstarting task 3: "clone repository"
642024-12-03T22:48:26.965Z+ mkdir -p /work/nextest-rs/nextest
652024-12-03T22:48:26.967Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-03T22:48:26.999ZCloning into '/work/nextest-rs/nextest'...
672024-12-03T22:48:28.867Z+ cd /work/nextest-rs/nextest
682024-12-03T22:48:28.867Z+ git fetch origin 7eb4c44c0c654b7955b6fa1f6c9e0140a6c3d7a2
692024-12-03T22:48:29.239ZFrom https://github.com/nextest-rs/nextest
702024-12-03T22:48:29.239Z * branch 7eb4c44c0c654b7955b6fa1f6c9e0140a6c3d7a2 -> FETCH_HEAD
712024-12-03T22:48:29.244Z+ [[ -n '' ]]
722024-12-03T22:48:29.244Z+ git reset --hard 7eb4c44c0c654b7955b6fa1f6c9e0140a6c3d7a2
732024-12-03T22:48:29.294ZHEAD is now at 7eb4c44c feat(max-fail): introduce --max-fail runner option
742024-12-03T22:48:29.296Zprocess exited: duration 2334 ms, exit code 0
 
752024-12-03T22:48:29.302Zstarting task 4: "build"
762024-12-03T22:48:29.311Z+ PLATFORM=illumos
772024-12-03T22:48:29.311Z+ export CARGO_TERM_COLOR=always
782024-12-03T22:48:29.311Z+ CARGO_TERM_COLOR=always
792024-12-03T22:48:29.311Z+ cargo --version
802024-12-03T22:48:29.372Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-12-03T22:48:29.375Z+ rustc --version
822024-12-03T22:48:29.438Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-12-03T22:48:29.440Z+ banner install
842024-12-03T22:48:29.443Z
852024-12-03T22:48:29.443Z # # # #### ##### ## # #
862024-12-03T22:48:29.443Z # ## # # # # # # #
872024-12-03T22:48:29.443Z # # # # #### # # # # #
882024-12-03T22:48:29.443Z # # # # # # ###### # #
892024-12-03T22:48:29.443Z # # ## # # # # # # #
902024-12-03T22:48:29.443Z # # # #### # # # ###### ######
912024-12-03T22:48:29.443Z
922024-12-03T22:48:29.446Z+ mkdir -p /home/build/.cargo/bin
932024-12-03T22:48:29.449Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-12-03T22:48:29.449Z+ gunzip
952024-12-03T22:48:29.449Z+ tar xf - -C /home/build/.cargo/bin
962024-12-03T22:48:30.632Z+ banner metadata
972024-12-03T22:48:30.635Z
982024-12-03T22:48:30.635Z # # ###### ##### ## ##### ## ##### ##
992024-12-03T22:48:30.635Z ## ## # # # # # # # # # # #
1002024-12-03T22:48:30.635Z # ## # ##### # # # # # # # # # #
1012024-12-03T22:48:30.635Z # # # # ###### # # ###### # ######
1022024-12-03T22:48:30.635Z # # # # # # # # # # # # #
1032024-12-03T22:48:30.635Z # # ###### # # # ##### # # # # #
1042024-12-03T22:48:30.635Z
1052024-12-03T22:48:30.635Z+ ptime -m cargo build --package nextest-metadata
1062024-12-03T22:48:30.777Z Updating crates.io index
1072024-12-03T22:48:31.647Z Downloading crates ...
1082024-12-03T22:48:31.752Z Downloaded anstyle v1.0.9
1092024-12-03T22:48:31.767Z Downloaded anstyle-parse v0.2.6
1102024-12-03T22:48:31.770Z Downloaded addr2line v0.21.0
1112024-12-03T22:48:31.772Z Downloaded anstyle-query v1.1.2
1122024-12-03T22:48:31.773Z Downloaded adler v1.0.2
1132024-12-03T22:48:31.776Z Downloaded anstream v0.6.17
1142024-12-03T22:48:31.779Z Downloaded borsh v1.5.1
1152024-12-03T22:48:31.782Z Downloaded byteorder v1.5.0
1162024-12-03T22:48:31.792Z Downloaded cfg_aliases v0.2.1
1172024-12-03T22:48:31.796Z Downloaded clap_lex v0.7.2
1182024-12-03T22:48:31.798Z Downloaded backtrace-ext v0.2.1
1192024-12-03T22:48:31.798Z Downloaded either v1.13.0
1202024-12-03T22:48:31.801Z Downloaded autocfg v1.4.0
1212024-12-03T22:48:31.803Z Downloaded equivalent v1.0.1
1222024-12-03T22:48:31.803Z Downloaded colorchoice v1.0.3
1232024-12-03T22:48:31.803Z Downloaded bytes v1.9.0
1242024-12-03T22:48:31.812Z Downloaded cfg-if v1.0.0
1252024-12-03T22:48:31.815Z Downloaded camino v1.1.9
1262024-12-03T22:48:31.818Z Downloaded console v0.15.8
1272024-12-03T22:48:31.820Z Downloaded cfg-expr v0.17.1
1282024-12-03T22:48:31.823Z Downloaded bitflags v2.6.0
1292024-12-03T22:48:31.826Z Downloaded clap_derive v4.5.18
1302024-12-03T22:48:31.829Z Downloaded is_ci v1.2.0
1312024-12-03T22:48:31.837Z Downloaded cc v1.1.31
1322024-12-03T22:48:31.842Z Downloaded backtrace v0.3.71
1332024-12-03T22:48:31.853Z Downloaded supports-unicode v3.0.0
1342024-12-03T22:48:31.868Z Downloaded is_terminal_polyfill v1.70.1
1352024-12-03T22:48:31.873Z Downloaded lazy_static v1.5.0
1362024-12-03T22:48:31.876Z Downloaded guppy-workspace-hack v0.1.0
1372024-12-03T22:48:31.883Z Downloaded clap v4.5.21
1382024-12-03T22:48:31.893Z Downloaded supports-hyperlinks v3.0.0
1392024-12-03T22:48:31.898Z Downloaded signal-hook-registry v1.4.2
1402024-12-03T22:48:31.901Z Downloaded miette-derive v7.4.0
1412024-12-03T22:48:31.904Z Downloaded ppv-lite86 v0.2.20
1422024-12-03T22:48:31.909Z Downloaded thiserror v1.0.69
1432024-12-03T22:48:31.913Z Downloaded target-spec v3.2.2
1442024-12-03T22:48:31.916Z Downloaded shlex v1.3.0
1452024-12-03T22:48:31.918Z Downloaded rand_chacha v0.3.1
1462024-12-03T22:48:31.918Z Downloaded tracing-log v0.2.0
1472024-12-03T22:48:31.921Z Downloaded thiserror-impl v1.0.69
1482024-12-03T22:48:31.924Z Downloaded tokio-macros v2.4.0
1492024-12-03T22:48:31.927Z Downloaded terminal_size v0.4.0
1502024-12-03T22:48:31.927Z Downloaded strsim v0.11.1
1512024-12-03T22:48:31.930Z Downloaded errno v0.3.9
1522024-12-03T22:48:31.936Z Downloaded quote v1.0.37
1532024-12-03T22:48:31.939Z Downloaded itoa v1.0.13
1542024-12-03T22:48:31.942Z Downloaded heck v0.5.0
1552024-12-03T22:48:31.944Z Downloaded utf8parse v0.2.2
1562024-12-03T22:48:31.950Z Downloaded xxhash-rust v0.8.12
1572024-12-03T22:48:31.952Z Downloaded unicode-linebreak v0.1.5
1582024-12-03T22:48:31.955Z Downloaded owo-colors v4.1.0
1592024-12-03T22:48:31.959Z Downloaded once_cell v1.20.2
1602024-12-03T22:48:31.965Z Downloaded jobserver v0.1.32
1612024-12-03T22:48:31.967Z Downloaded smallvec v1.13.2
1622024-12-03T22:48:31.970Z Downloaded rand_core v0.6.4
1632024-12-03T22:48:31.972Z Downloaded rustc-demangle v0.1.24
1642024-12-03T22:48:31.974Z Downloaded pin-project-lite v0.2.15
1652024-12-03T22:48:31.977Z Downloaded target-lexicon v0.12.16
1662024-12-03T22:48:31.980Z Downloaded unicase v2.8.0
1672024-12-03T22:48:31.985Z Downloaded miniz_oxide v0.7.4
1682024-12-03T22:48:31.988Z Downloaded log v0.4.22
1692024-12-03T22:48:31.991Z Downloaded thread_local v1.1.8
1702024-12-03T22:48:31.993Z Downloaded ryu v1.0.18
1712024-12-03T22:48:31.996Z Downloaded supports-color v3.0.2
1722024-12-03T22:48:32.001Z Downloaded num-traits v0.2.19
1732024-12-03T22:48:32.004Z Downloaded getrandom v0.2.15
1742024-12-03T22:48:32.006Z Downloaded proc-macro2 v1.0.92
1752024-12-03T22:48:32.011Z Downloaded smol_str v0.3.2
1762024-12-03T22:48:32.013Z Downloaded unicode-ident v1.0.14
1772024-12-03T22:48:32.016Z Downloaded zerocopy-derive v0.7.35
1782024-12-03T22:48:32.020Z Downloaded socket2 v0.5.7
1792024-12-03T22:48:32.026Z Downloaded sharded-slab v0.1.7
1802024-12-03T22:48:32.041Z Downloaded serde_derive v1.0.215
1812024-12-03T22:48:32.047Z Downloaded textwrap v0.16.1
1822024-12-03T22:48:32.059Z Downloaded tracing-core v0.1.33
1832024-12-03T22:48:32.072Z Downloaded rand v0.8.5
1842024-12-03T22:48:32.075Z Downloaded indexmap v2.6.0
1852024-12-03T22:48:32.079Z Downloaded memchr v2.7.4
1862024-12-03T22:48:32.088Z Downloaded serde v1.0.215
1872024-12-03T22:48:32.098Z Downloaded tracing v0.1.41
1882024-12-03T22:48:32.102Z Downloaded clap_builder v4.5.21
1892024-12-03T22:48:32.109Z Downloaded mio v1.0.2
1902024-12-03T22:48:32.114Z Downloaded miette v7.4.0
1912024-12-03T22:48:32.118Z Downloaded libm v0.2.8
1922024-12-03T22:48:32.159Z Downloaded zerocopy v0.7.35
1932024-12-03T22:48:32.174Z Downloaded serde_json v1.0.133
1942024-12-03T22:48:32.180Z Downloaded tracing-subscriber v0.3.19
1952024-12-03T22:48:32.188Z Downloaded hashbrown v0.15.1
1962024-12-03T22:48:32.231Z Downloaded object v0.32.2
1972024-12-03T22:48:32.240Z Downloaded unicode-width v0.2.0
1982024-12-03T22:48:32.246Z Downloaded unicode-width v0.1.14
1992024-12-03T22:48:32.251Z Downloaded gimli v0.28.1
2002024-12-03T22:48:32.258Z Downloaded syn v2.0.89
2012024-12-03T22:48:32.269Z Downloaded rustix v0.38.37
2022024-12-03T22:48:32.330Z Downloaded libc v0.2.167
2032024-12-03T22:48:32.354Z Downloaded tokio v1.41.1
2042024-12-03T22:48:32.562Z Compiling proc-macro2 v1.0.92
2052024-12-03T22:48:32.562Z Compiling unicode-ident v1.0.14
2062024-12-03T22:48:32.565Z Compiling libc v0.2.167
2072024-12-03T22:48:32.565Z Compiling serde v1.0.215
2082024-12-03T22:48:32.565Z Compiling cfg-if v1.0.0
2092024-12-03T22:48:32.579Z Compiling shlex v1.3.0
2102024-12-03T22:48:32.582Z Compiling rustix v0.38.37
2112024-12-03T22:48:32.674Z Compiling memchr v2.7.4
2122024-12-03T22:48:32.757Z Compiling once_cell v1.20.2
2132024-12-03T22:48:32.974Z Compiling bitflags v2.6.0
2142024-12-03T22:48:33.145Z Compiling tracing-core v0.1.33
2152024-12-03T22:48:33.252Z Compiling camino v1.1.9
2162024-12-03T22:48:33.318Z Compiling utf8parse v0.2.2
2172024-12-03T22:48:33.373Z Compiling byteorder v1.5.0
2182024-12-03T22:48:33.469Z Compiling adler v1.0.2
2192024-12-03T22:48:33.677Z Compiling gimli v0.28.1
2202024-12-03T22:48:33.689Z Compiling miniz_oxide v0.7.4
2212024-12-03T22:48:33.870Z Compiling jobserver v0.1.32
2222024-12-03T22:48:33.924Z Compiling object v0.32.2
2232024-12-03T22:48:34.351Z Compiling quote v1.0.37
2242024-12-03T22:48:34.426Z Compiling cc v1.1.31
2252024-12-03T22:48:34.439Z Compiling errno v0.3.9
2262024-12-03T22:48:34.524Z Compiling getrandom v0.2.15
2272024-12-03T22:48:34.651Z Compiling anstyle-parse v0.2.6
2282024-12-03T22:48:34.735Z Compiling syn v2.0.89
2292024-12-03T22:48:34.804Z Compiling serde_json v1.0.133
2302024-12-03T22:48:34.879Z Compiling owo-colors v4.1.0
2312024-12-03T22:48:34.937Z Compiling anstyle-query v1.1.2
2322024-12-03T22:48:35.075Z Compiling lazy_static v1.5.0
2332024-12-03T22:48:35.169Z Compiling target-lexicon v0.12.16
2342024-12-03T22:48:35.197Z Compiling unicode-width v0.1.14
2352024-12-03T22:48:35.216Z Compiling rustc-demangle v0.1.24
2362024-12-03T22:48:35.703Z Compiling terminal_size v0.4.0
2372024-12-03T22:48:35.893Z Compiling autocfg v1.4.0
2382024-12-03T22:48:35.994Z Compiling libm v0.2.8
2392024-12-03T22:48:36.015Z Compiling colorchoice v1.0.3
2402024-12-03T22:48:36.093Z Compiling anstyle v1.0.9
2412024-12-03T22:48:36.167Z Compiling thiserror v1.0.69
2422024-12-03T22:48:36.373Z Compiling is_terminal_polyfill v1.70.1
2432024-12-03T22:48:36.482Z Compiling anstream v0.6.17
2442024-12-03T22:48:36.611Z Compiling rand_core v0.6.4
2452024-12-03T22:48:36.668Z Compiling num-traits v0.2.19
2462024-12-03T22:48:36.989Z Compiling ryu v1.0.18
2472024-12-03T22:48:37.023Z Compiling guppy-workspace-hack v0.1.0
2482024-12-03T22:48:37.040Z Compiling unicode-linebreak v0.1.5
2492024-12-03T22:48:37.133Z Compiling pin-project-lite v0.2.15
2502024-12-03T22:48:37.260Z Compiling strsim v0.11.1
2512024-12-03T22:48:37.324Z Compiling clap_lex v0.7.2
2522024-12-03T22:48:37.347Z Compiling unicode-width v0.2.0
2532024-12-03T22:48:37.378Z Compiling backtrace v0.3.71
2542024-12-03T22:48:37.509Z Compiling addr2line v0.21.0
2552024-12-03T22:48:37.767Z Compiling itoa v1.0.13
2562024-12-03T22:48:37.911Z Compiling unicase v2.8.0
2572024-12-03T22:48:37.995Z Compiling log v0.4.22
2582024-12-03T22:48:38.124Z Compiling is_ci v1.2.0
2592024-12-03T22:48:38.155Z Compiling heck v0.5.0
2602024-12-03T22:48:38.172Z Compiling clap_builder v4.5.21
2612024-12-03T22:48:38.286Z Compiling supports-color v3.0.2
2622024-12-03T22:48:38.345Z Compiling tracing-log v0.2.0
2632024-12-03T22:48:38.391Z Compiling textwrap v0.16.1
2642024-12-03T22:48:38.555Z Compiling tracing v0.1.41
2652024-12-03T22:48:38.955Z Compiling sharded-slab v0.1.7
2662024-12-03T22:48:39.385Z Compiling signal-hook-registry v1.4.2
2672024-12-03T22:48:39.482Z Compiling mio v1.0.2
2682024-12-03T22:48:40.181Z Compiling thread_local v1.1.8
2692024-12-03T22:48:40.212Z Compiling supports-unicode v3.0.0
2702024-12-03T22:48:40.425Z Compiling supports-hyperlinks v3.0.0
2712024-12-03T22:48:40.438Z Compiling smallvec v1.13.2
2722024-12-03T22:48:40.609Z Compiling hashbrown v0.15.1
2732024-12-03T22:48:40.649Z Compiling bytes v1.9.0
2742024-12-03T22:48:40.663Z Compiling equivalent v1.0.1
2752024-12-03T22:48:40.665Z Compiling target-spec v3.2.2
2762024-12-03T22:48:40.768Z Compiling backtrace-ext v0.2.1
2772024-12-03T22:48:40.809Z Compiling cfg-expr v0.17.1
2782024-12-03T22:48:41.054Z Compiling tracing-subscriber v0.3.19
2792024-12-03T22:48:41.746Z Compiling console v0.15.8
2802024-12-03T22:48:41.847Z Compiling xxhash-rust v0.8.12
2812024-12-03T22:48:42.119Z Compiling either v1.13.0
2822024-12-03T22:48:43.768Z Compiling serde_derive v1.0.215
2832024-12-03T22:48:44.054Z Compiling zerocopy-derive v0.7.35
2842024-12-03T22:48:44.195Z Compiling thiserror-impl v1.0.69
2852024-12-03T22:48:44.219Z Compiling clap_derive v4.5.18
2862024-12-03T22:48:45.112Z Compiling tokio-macros v2.4.0
2872024-12-03T22:48:45.175Z Compiling miette-derive v7.4.0
2882024-12-03T22:48:45.824Z Compiling zerocopy v0.7.35
2892024-12-03T22:48:46.521Z Compiling tokio v1.41.1
2902024-12-03T22:48:47.034Z Compiling ppv-lite86 v0.2.20
2912024-12-03T22:48:47.770Z Compiling rand_chacha v0.3.1
2922024-12-03T22:48:47.834Z Compiling miette v7.4.0
2932024-12-03T22:48:48.459Z Compiling clap v4.5.21
2942024-12-03T22:48:48.562Z Compiling rand v0.8.5
2952024-12-03T22:48:52.911Z Compiling indexmap v2.6.0
2962024-12-03T22:48:53.204Z Compiling smol_str v0.3.2
2972024-12-03T22:48:53.696Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-12-03T22:48:54.869Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-12-03T22:48:56.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.83s
3002024-12-03T22:48:56.709Z
3012024-12-03T22:48:56.709Zreal 26.043198902
3022024-12-03T22:48:56.709Zuser 2:18.951397500
3032024-12-03T22:48:56.709Zsys 17.798334421
3042024-12-03T22:48:56.709Ztrap 0.086869339
3052024-12-03T22:48:56.712Ztflt 0.180213208
3062024-12-03T22:48:56.712Zdflt 0.386323149
3072024-12-03T22:48:56.712Zkflt 0.001751874
3082024-12-03T22:48:56.712Zlock 2:56.646939349
3092024-12-03T22:48:56.712Zslp 7:30.821846027
3102024-12-03T22:48:56.712Zlat 9.149235665
3112024-12-03T22:48:56.712Zstop 16.706141605
3122024-12-03T22:48:56.712Z+ banner no-update
3132024-12-03T22:48:56.712Z
3142024-12-03T22:48:56.712Z # # #### # # ##### ##### ## ##### ######
3152024-12-03T22:48:56.713Z ## # # # # # # # # # # # # #
3162024-12-03T22:48:56.713Z # # # # # ##### # # # # # # # # # #####
3172024-12-03T22:48:56.713Z # # # # # # # ##### # # ###### # #
3182024-12-03T22:48:56.713Z # ## # # # # # # # # # # #
3192024-12-03T22:48:56.713Z # # #### #### # ##### # # # ######
3202024-12-03T22:48:56.713Z
3212024-12-03T22:48:56.713Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-12-03T22:48:56.848Z Downloading crates ...
3232024-12-03T22:48:56.996Z Downloaded async-scoped v0.9.0
3242024-12-03T22:48:57.002Z Downloaded atomicwrites v0.4.4
3252024-12-03T22:48:57.008Z Downloaded ahash v0.8.11
3262024-12-03T22:48:57.023Z Downloaded cargo-platform v0.1.8
3272024-12-03T22:48:57.030Z Downloaded enable-ansi-support v0.2.1
3282024-12-03T22:48:57.034Z Downloaded debug-ignore v1.0.5
3292024-12-03T22:48:57.039Z Downloaded dialoguer v0.11.0
3302024-12-03T22:48:57.052Z Downloaded cargo_metadata v0.18.1
3312024-12-03T22:48:57.055Z Downloaded base64 v0.21.7
3322024-12-03T22:48:57.057Z Downloaded duct v0.13.7
3332024-12-03T22:48:57.060Z Downloaded config v0.14.1
3342024-12-03T22:48:57.063Z Downloaded camino-tempfile v1.1.1
3352024-12-03T22:48:57.068Z Downloaded indenter v0.3.3
3362024-12-03T22:48:57.075Z Downloaded number_prefix v0.4.0
3372024-12-03T22:48:57.082Z Downloaded tinyvec_macros v0.1.1
3382024-12-03T22:48:57.084Z Downloaded nested v0.1.1
3392024-12-03T22:48:57.088Z Downloaded fixedbitset v0.4.2
3402024-12-03T22:48:57.090Z Downloaded humantime v2.1.0
3412024-12-03T22:48:57.090Z Downloaded target-spec-miette v0.4.0
3422024-12-03T22:48:57.093Z Downloaded serde_ignored v0.1.10
3432024-12-03T22:48:57.093Z Downloaded future-queue v0.3.0
3442024-12-03T22:48:57.096Z Downloaded fastrand v2.1.1
3452024-12-03T22:48:57.098Z Downloaded swrite v0.1.0
3462024-12-03T22:48:57.103Z Downloaded vte_generate_state_changes v0.1.2
3472024-12-03T22:48:57.106Z Downloaded fnv v1.0.7
3482024-12-03T22:48:57.106Z Downloaded bstr v1.11.0
3492024-12-03T22:48:57.115Z Downloaded indent_write v2.2.0
3502024-12-03T22:48:57.118Z Downloaded filetime v0.2.25
3512024-12-03T22:48:57.118Z Downloaded humantime-serde v1.1.1
3522024-12-03T22:48:57.120Z Downloaded shell-words v1.1.0
3532024-12-03T22:48:57.120Z Downloaded os_pipe v1.2.1
3542024-12-03T22:48:57.120Z Downloaded pin-utils v0.1.0
3552024-12-03T22:48:57.123Z Downloaded futures-sink v0.3.31
3562024-12-03T22:48:57.123Z Downloaded home v0.5.9
3572024-12-03T22:48:57.123Z Downloaded futures-task v0.3.31
3582024-12-03T22:48:57.126Z Downloaded futures-macro v0.3.31
3592024-12-03T22:48:57.126Z Downloaded futures-io v0.3.31
3602024-12-03T22:48:57.126Z Downloaded futures-core v0.3.31
3612024-12-03T22:48:57.129Z Downloaded pkg-config v0.3.31
3622024-12-03T22:48:57.129Z Downloaded toml_datetime v0.6.8
3632024-12-03T22:48:57.129Z Downloaded shared_child v1.0.1
3642024-12-03T22:48:57.132Z Downloaded version_check v0.9.5
3652024-12-03T22:48:57.135Z Downloaded pathdiff v0.2.3
3662024-12-03T22:48:57.135Z Downloaded tracing-error v0.2.0
3672024-12-03T22:48:57.137Z Downloaded serde_path_to_error v0.1.16
3682024-12-03T22:48:57.140Z Downloaded slab v0.4.9
3692024-12-03T22:48:57.142Z Downloaded serde_spanned v0.6.8
3702024-12-03T22:48:57.143Z Downloaded zstd-safe v7.2.1
3712024-12-03T22:48:57.145Z Downloaded quick-junit v0.5.1
3722024-12-03T22:48:57.145Z Downloaded newtype-uuid v1.1.3
3732024-12-03T22:48:57.148Z Downloaded xattr v1.3.1
3742024-12-03T22:48:57.151Z Downloaded thiserror-impl v2.0.3
3752024-12-03T22:48:57.151Z Downloaded zeroize v1.8.1
3762024-12-03T22:48:57.151Z Downloaded globset v0.4.15
3772024-12-03T22:48:57.154Z Downloaded futures-executor v0.3.31
3782024-12-03T22:48:57.157Z Downloaded iana-time-zone v0.1.61
3792024-12-03T22:48:57.161Z Downloaded static_assertions v1.1.0
3802024-12-03T22:48:57.164Z Downloaded tempfile v3.13.0
3812024-12-03T22:48:57.166Z Downloaded semver v1.0.23
3822024-12-03T22:48:57.169Z Downloaded futures-channel v0.3.31
3832024-12-03T22:48:57.171Z Downloaded futures v0.3.31
3842024-12-03T22:48:57.174Z Downloaded tracing-attributes v0.1.28
3852024-12-03T22:48:57.177Z Downloaded strip-ansi-escapes v0.2.0
3862024-12-03T22:48:57.177Z Downloaded owo-colors v3.5.0
3872024-12-03T22:48:57.182Z Downloaded tokio-stream v0.1.16
3882024-12-03T22:48:57.184Z Downloaded thiserror v2.0.3
3892024-12-03T22:48:57.188Z Downloaded aho-corasick v1.1.3
3902024-12-03T22:48:57.193Z Downloaded eyre v0.6.12
3912024-12-03T22:48:57.196Z Downloaded pin-project-internal v1.1.7
3922024-12-03T22:48:57.199Z Downloaded color-spantrace v0.2.1
3932024-12-03T22:48:57.201Z Downloaded tinyvec v1.8.0
3942024-12-03T22:48:57.204Z Downloaded zstd v0.13.2
3952024-12-03T22:48:57.207Z Downloaded pin-project v1.1.7
3962024-12-03T22:48:57.214Z Downloaded toml v0.8.19
3972024-12-03T22:48:57.217Z Downloaded indicatif v0.17.9
3982024-12-03T22:48:57.222Z Downloaded uuid v1.11.0
3992024-12-03T22:48:57.230Z Downloaded vte v0.11.1
4002024-12-03T22:48:57.233Z Downloaded tar v0.4.43
4012024-12-03T22:48:57.235Z Downloaded ron v0.8.1
4022024-12-03T22:48:57.259Z Downloaded minimal-lexical v0.2.1
4032024-12-03T22:48:57.267Z Downloaded toml_edit v0.22.22
4042024-12-03T22:48:57.286Z Downloaded nom v7.1.3
4052024-12-03T22:48:57.291Z Downloaded guppy v0.17.8
4062024-12-03T22:48:57.296Z Downloaded chrono v0.4.38
4072024-12-03T22:48:57.302Z Downloaded unicode-normalization v0.1.24
4082024-12-03T22:48:57.306Z Downloaded itertools v0.13.0
4092024-12-03T22:48:57.315Z Downloaded futures-util v0.3.31
4102024-12-03T22:48:57.326Z Downloaded winnow v0.6.20
4112024-12-03T22:48:57.333Z Downloaded quick-xml v0.37.1
4122024-12-03T22:48:57.338Z Downloaded portable-atomic v1.9.0
4132024-12-03T22:48:57.365Z Downloaded regex v1.11.1
4142024-12-03T22:48:57.394Z Downloaded nix v0.29.0
4152024-12-03T22:48:57.410Z Downloaded regex-syntax v0.8.5
4162024-12-03T22:48:57.465Z Downloaded color-eyre v0.6.3
4172024-12-03T22:48:57.480Z Downloaded regex-automata v0.4.8
4182024-12-03T22:48:57.505Z Downloaded petgraph v0.6.5
4192024-12-03T22:48:57.521Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
4202024-12-03T22:48:57.567Z Downloaded recursion v0.5.2
4212024-12-03T22:48:57.606Z Compiling rustix v0.38.37
4222024-12-03T22:48:57.608Z Compiling tracing-attributes v0.1.28
4232024-12-03T22:48:57.659Z Compiling slab v0.4.9
4242024-12-03T22:48:57.662Z Compiling futures-core v0.3.31
4252024-12-03T22:48:57.669Z Compiling pkg-config v0.3.31
4262024-12-03T22:48:57.672Z Compiling futures-sink v0.3.31
4272024-12-03T22:48:57.681Z Compiling futures-macro v0.3.31
4282024-12-03T22:48:57.684Z Compiling pin-utils v0.1.0
4292024-12-03T22:48:57.784Z Compiling futures-task v0.3.31
4302024-12-03T22:48:57.855Z Compiling futures-channel v0.3.31
4312024-12-03T22:48:58.022Z Compiling semver v1.0.23
4322024-12-03T22:48:58.201Z Compiling futures-io v0.3.31
4332024-12-03T22:48:58.321Z Compiling version_check v0.9.5
4342024-12-03T22:48:58.424Z Compiling aho-corasick v1.1.3
4352024-12-03T22:48:58.528Z Compiling thiserror v2.0.3
4362024-12-03T22:48:58.608Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4372024-12-03T22:48:58.824Z Compiling ahash v0.8.11
4382024-12-03T22:48:59.028Z Compiling fastrand v2.1.1
4392024-12-03T22:48:59.217Z Compiling regex-syntax v0.8.5
4402024-12-03T22:48:59.317Z Compiling winnow v0.6.20
4412024-12-03T22:48:59.344Z Compiling futures-util v0.3.31
4422024-12-03T22:49:00.339Z Compiling tracing v0.1.41
4432024-12-03T22:49:00.552Z Compiling terminal_size v0.4.0
4442024-12-03T22:49:00.723Z Compiling tokio v1.41.1
4452024-12-03T22:49:00.737Z Compiling clap_builder v4.5.21
4462024-12-03T22:49:00.778Z Compiling miette v7.4.0
4472024-12-03T22:49:02.274Z Compiling tempfile v3.13.0
4482024-12-03T22:49:03.138Z Compiling regex-automata v0.4.8
4492024-12-03T22:49:03.576Z Compiling pathdiff v0.2.3
4502024-12-03T22:49:03.697Z Compiling toml_datetime v0.6.8
4512024-12-03T22:49:04.142Z Compiling clap v4.5.21
4522024-12-03T22:49:04.149Z Compiling serde_spanned v0.6.8
4532024-12-03T22:49:04.228Z Compiling cargo-platform v0.1.8
4542024-12-03T22:49:04.348Z Compiling thiserror-impl v2.0.3
4552024-12-03T22:49:04.466Z Compiling vte_generate_state_changes v0.1.2
4562024-12-03T22:49:04.732Z Compiling newtype-uuid v1.1.3
4572024-12-03T22:49:05.062Z Compiling cfg_aliases v0.2.1
4582024-12-03T22:49:05.090Z Compiling fixedbitset v0.4.2
4592024-12-03T22:49:05.141Z Compiling zstd-safe v7.2.1
4602024-12-03T22:49:05.494Z Compiling portable-atomic v1.9.0
4612024-12-03T22:49:05.520Z Compiling petgraph v0.6.5
4622024-12-03T22:49:05.654Z Compiling nix v0.29.0
4632024-12-03T22:49:06.411Z Compiling vte v0.11.1
4642024-12-03T22:49:06.459Z Compiling cargo_metadata v0.18.1
4652024-12-03T22:49:07.293Z Compiling toml_edit v0.22.22
4662024-12-03T22:49:07.757Z Compiling futures-executor v0.3.31
4672024-12-03T22:49:08.297Z Compiling itertools v0.13.0
4682024-12-03T22:49:08.303Z Compiling uuid v1.11.0
4692024-12-03T22:49:09.026Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4702024-12-03T22:49:09.111Z Compiling pin-project-internal v1.1.7
4712024-12-03T22:49:09.991Z Compiling bstr v1.11.0
4722024-12-03T22:49:10.073Z Compiling debug-ignore v1.0.5
4732024-12-03T22:49:10.196Z Compiling minimal-lexical v0.2.1
4742024-12-03T22:49:10.669Z Compiling static_assertions v1.1.0
4752024-12-03T22:49:10.754Z Compiling nested v0.1.1
4762024-12-03T22:49:10.998Z Compiling tinyvec_macros v0.1.1
4772024-12-03T22:49:11.046Z Compiling iana-time-zone v0.1.61
4782024-12-03T22:49:11.049Z Compiling eyre v0.6.12
4792024-12-03T22:49:11.069Z Compiling tinyvec v1.8.0
4802024-12-03T22:49:11.433Z Compiling chrono v0.4.38
4812024-12-03T22:49:11.523Z Compiling pin-project v1.1.7
4822024-12-03T22:49:11.631Z Compiling guppy v0.17.8
4832024-12-03T22:49:11.884Z Compiling globset v0.4.15
4842024-12-03T22:49:11.957Z Compiling nom v7.1.3
4852024-12-03T22:49:12.484Z Compiling toml v0.8.19
4862024-12-03T22:49:13.716Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4872024-12-03T22:49:14.325Z Compiling futures v0.3.31
4882024-12-03T22:49:14.419Z Compiling strip-ansi-escapes v0.2.0
4892024-12-03T22:49:14.775Z Compiling regex v1.11.1
4902024-12-03T22:49:15.164Z Compiling tracing-error v0.2.0
4912024-12-03T22:49:15.474Z Compiling xattr v1.3.1
4922024-12-03T22:49:15.510Z Compiling filetime v0.2.25
4932024-12-03T22:49:15.534Z Compiling shared_child v1.0.1
4942024-12-03T22:49:15.713Z Compiling os_pipe v1.2.1
4952024-12-03T22:49:15.753Z Compiling quick-xml v0.37.1
4962024-12-03T22:49:15.785Z Compiling owo-colors v3.5.0
4972024-12-03T22:49:15.933Z Compiling fnv v1.0.7
4982024-12-03T22:49:15.975Z Compiling number_prefix v0.4.0
4992024-12-03T22:49:15.986Z Compiling humantime v2.1.0
5002024-12-03T22:49:16.039Z Compiling recursion v0.5.2
5012024-12-03T22:49:16.161Z Compiling shell-words v1.1.0
5022024-12-03T22:49:16.192Z Compiling indenter v0.3.3
5032024-12-03T22:49:16.400Z Compiling humantime-serde v1.1.1
5042024-12-03T22:49:16.454Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5052024-12-03T22:49:16.600Z Compiling indicatif v0.17.9
5062024-12-03T22:49:17.038Z Compiling quick-junit v0.5.1
5072024-12-03T22:49:17.598Z Compiling color-spantrace v0.2.1
5082024-12-03T22:49:17.665Z Compiling future-queue v0.3.0
5092024-12-03T22:49:17.830Z Compiling duct v0.13.7
5102024-12-03T22:49:18.016Z Compiling zstd v0.13.2
5112024-12-03T22:49:18.024Z Compiling tar v0.4.43
5122024-12-03T22:49:18.262Z Compiling config v0.14.1
5132024-12-03T22:49:18.564Z Compiling async-scoped v0.9.0
5142024-12-03T22:49:18.812Z Compiling unicode-normalization v0.1.24
5152024-12-03T22:49:18.964Z Compiling tokio-stream v0.1.16
5162024-12-03T22:49:19.346Z Compiling atomicwrites v0.4.4
5172024-12-03T22:49:19.375Z Compiling camino-tempfile v1.1.1
5182024-12-03T22:49:19.665Z Compiling target-spec-miette v0.4.0
5192024-12-03T22:49:19.784Z Compiling serde_path_to_error v0.1.16
5202024-12-03T22:49:19.801Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
5212024-12-03T22:49:19.854Z Compiling serde_ignored v0.1.10
5222024-12-03T22:49:19.958Z Compiling indent_write v2.2.0
5232024-12-03T22:49:19.994Z Compiling zeroize v1.8.1
5242024-12-03T22:49:20.145Z Compiling swrite v0.1.0
5252024-12-03T22:49:20.199Z Compiling home v0.5.9
5262024-12-03T22:49:20.242Z Compiling dialoguer v0.11.0
5272024-12-03T22:49:20.286Z Compiling color-eyre v0.6.3
5282024-12-03T22:49:20.371Z Compiling enable-ansi-support v0.2.1
5292024-12-03T22:49:20.439Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
5302024-12-03T22:49:42.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.27s
5312024-12-03T22:49:42.098Z
5322024-12-03T22:49:42.098Zreal 45.367048666
5332024-12-03T22:49:42.098Zuser 3:20.965083967
5342024-12-03T22:49:42.098Zsys 21.016090036
5352024-12-03T22:49:42.098Ztrap 0.120093914
5362024-12-03T22:49:42.098Ztflt 0.370155076
5372024-12-03T22:49:42.098Zdflt 0.202361071
5382024-12-03T22:49:42.098Zkflt 0.004280891
5392024-12-03T22:49:42.101Zlock 5:16.530803219
5402024-12-03T22:49:42.101Zslp 12:21.454054350
5412024-12-03T22:49:42.101Zlat 4.986357427
5422024-12-03T22:49:42.101Zstop 7.726999735
5432024-12-03T22:49:42.101Z+ banner nextest
5442024-12-03T22:49:42.101Z
5452024-12-03T22:49:42.101Z # # ###### # # ##### ###### #### #####
5462024-12-03T22:49:42.101Z ## # # # # # # # #
5472024-12-03T22:49:42.101Z # # # ##### ## # ##### #### #
5482024-12-03T22:49:42.101Z # # # # ## # # # #
5492024-12-03T22:49:42.101Z # ## # # # # # # # #
5502024-12-03T22:49:42.101Z # # ###### # # # ###### #### #
5512024-12-03T22:49:42.101Z
5522024-12-03T22:49:42.102Z+ ptime -m cargo build --package cargo-nextest
5532024-12-03T22:49:42.245Z Downloading crates ...
5542024-12-03T22:49:42.410Z Downloaded adler2 v2.0.0
5552024-12-03T22:49:42.436Z Downloaded block-buffer v0.10.4
5562024-12-03T22:49:42.439Z Downloaded foreign-types v0.3.2
5572024-12-03T22:49:42.442Z Downloaded cpufeatures v0.2.14
5582024-12-03T22:49:42.445Z Downloaded form_urlencoded v1.2.1
5592024-12-03T22:49:42.447Z Downloaded http-body-util v0.1.2
5602024-12-03T22:49:42.456Z Downloaded foreign-types-shared v0.1.1
5612024-12-03T22:49:42.462Z Downloaded flate2 v1.0.34
5622024-12-03T22:49:42.470Z Downloaded openssl-macros v0.1.1
5632024-12-03T22:49:42.473Z Downloaded http-body v1.0.1
5642024-12-03T22:49:42.476Z Downloaded openssl-probe v0.1.5
5652024-12-03T22:49:42.476Z Downloaded crypto-common v0.1.6
5662024-12-03T22:49:42.479Z Downloaded mukti-metadata v0.3.0
5672024-12-03T22:49:42.479Z Downloaded generic-array v0.14.7
5682024-12-03T22:49:42.479Z Downloaded ed25519 v2.2.3
5692024-12-03T22:49:42.491Z Downloaded tower-service v0.3.3
5702024-12-03T22:49:42.495Z Downloaded try-lock v0.2.5
5712024-12-03T22:49:42.500Z Downloaded mime v0.3.17
5722024-12-03T22:49:42.503Z Downloaded hex v0.4.3
5732024-12-03T22:49:42.503Z Downloaded digest v0.10.7
5742024-12-03T22:49:42.506Z Downloaded percent-encoding v2.3.1
5752024-12-03T22:49:42.506Z Downloaded curve25519-dalek-derive v0.1.1
5762024-12-03T22:49:42.513Z Downloaded want v0.3.1
5772024-12-03T22:49:42.515Z Downloaded urlencoding v2.1.3
5782024-12-03T22:49:42.522Z Downloaded sync_wrapper v1.0.1
5792024-12-03T22:49:42.527Z Downloaded spki v0.7.3
5802024-12-03T22:49:42.530Z Downloaded serde_urlencoded v0.7.1
5812024-12-03T22:49:42.532Z Downloaded signature v2.2.0
5822024-12-03T22:49:42.535Z Downloaded rustc_version v0.4.1
5832024-12-03T22:49:42.535Z Downloaded rustc-hash v2.0.0
5842024-12-03T22:49:42.537Z Downloaded zipsign-api v0.1.2
5852024-12-03T22:49:42.540Z Downloaded quinn-udp v0.5.5
5862024-12-03T22:49:42.542Z Downloaded self-replace v1.5.0
5872024-12-03T22:49:42.545Z Downloaded untrusted v0.9.0
5882024-12-03T22:49:42.548Z Downloaded tokio-native-tls v0.3.1
5892024-12-03T22:49:42.551Z Downloaded hyper-tls v0.6.0
5902024-12-03T22:49:42.551Z Downloaded native-tls v0.2.12
5912024-12-03T22:49:42.553Z Downloaded httparse v1.9.5
5922024-12-03T22:49:42.556Z Downloaded pkcs8 v0.10.2
5932024-12-03T22:49:42.559Z Downloaded hyper-rustls v0.27.3
5942024-12-03T22:49:42.561Z Downloaded crc32fast v1.4.2
5952024-12-03T22:49:42.564Z Downloaded subtle v2.6.1
5962024-12-03T22:49:42.571Z Downloaded base64ct v1.6.0
5972024-12-03T22:49:42.573Z Downloaded spin v0.9.8
5982024-12-03T22:49:42.576Z Downloaded sha2 v0.10.8
5992024-12-03T22:49:42.578Z Downloaded tokio-rustls v0.26.0
6002024-12-03T22:49:42.581Z Downloaded rustls-pemfile v2.2.0
6012024-12-03T22:49:42.586Z Downloaded miniz_oxide v0.8.0
6022024-12-03T22:49:42.588Z Downloaded ipnet v2.10.1
6032024-12-03T22:49:42.603Z Downloaded rustls-pki-types v1.10.0
6042024-12-03T22:49:42.607Z Downloaded const-oid v0.9.6
6052024-12-03T22:49:42.617Z Downloaded ed25519-dalek v2.1.1
6062024-12-03T22:49:42.620Z Downloaded self_update v0.41.0
6072024-12-03T22:49:42.623Z Downloaded der v0.7.9
6082024-12-03T22:49:42.627Z Downloaded openssl-sys v0.9.104
6092024-12-03T22:49:42.632Z Downloaded unicode-bidi v0.3.17
6102024-12-03T22:49:42.635Z Downloaded typenum v1.17.0
6112024-12-03T22:49:42.638Z Downloaded hyper-util v0.1.9
6122024-12-03T22:49:42.646Z Downloaded quinn v0.11.5
6132024-12-03T22:49:42.655Z Downloaded url v2.5.2
6142024-12-03T22:49:42.659Z Downloaded base64 v0.22.1
6152024-12-03T22:49:42.664Z Downloaded http v1.1.0
6162024-12-03T22:49:42.687Z Downloaded hyper v1.5.0
6172024-12-03T22:49:42.717Z Downloaded quick-xml v0.23.1
6182024-12-03T22:49:42.728Z Downloaded reqwest v0.12.8
6192024-12-03T22:49:42.737Z Downloaded quinn-proto v0.11.8
6202024-12-03T22:49:42.743Z Downloaded rustls-webpki v0.102.8
6212024-12-03T22:49:42.772Z Downloaded vcpkg v0.2.15
6222024-12-03T22:49:42.807Z Downloaded idna v0.5.0
6232024-12-03T22:49:42.812Z Downloaded openssl v0.10.68
6242024-12-03T22:49:42.821Z Downloaded webpki-roots v0.26.6
6252024-12-03T22:49:42.824Z Downloaded curve25519-dalek v4.1.3
6262024-12-03T22:49:42.842Z Downloaded rustls v0.23.19
6272024-12-03T22:49:43.116Z Downloaded ring v0.17.8
6282024-12-03T22:49:43.215Z Compiling socket2 v0.5.7
6292024-12-03T22:49:43.217Z Compiling futures-channel v0.3.31
6302024-12-03T22:49:43.217Z Compiling smallvec v1.13.2
6312024-12-03T22:49:43.271Z Compiling ring v0.17.8
6322024-12-03T22:49:43.279Z Compiling rustls-pki-types v1.10.0
6332024-12-03T22:49:43.282Z Compiling http v1.1.0
6342024-12-03T22:49:43.288Z Compiling typenum v1.17.0
6352024-12-03T22:49:43.292Z Compiling spin v0.9.8
6362024-12-03T22:49:43.453Z Compiling untrusted v0.9.0
6372024-12-03T22:49:43.595Z Compiling futures-util v0.3.31
6382024-12-03T22:49:43.602Z Compiling httparse v1.9.5
6392024-12-03T22:49:43.610Z Compiling generic-array v0.14.7
6402024-12-03T22:49:43.931Z Compiling tokio v1.41.1
6412024-12-03T22:49:44.183Z Compiling rustls v0.23.19
6422024-12-03T22:49:44.273Z Compiling try-lock v0.2.5
6432024-12-03T22:49:44.402Z Compiling want v0.3.1
6442024-12-03T22:49:44.554Z Compiling cfg-expr v0.17.1
6452024-12-03T22:49:44.655Z Compiling http-body v1.0.1
6462024-12-03T22:49:44.857Z Compiling subtle v2.6.1
6472024-12-03T22:49:44.925Z Compiling percent-encoding v2.3.1
6482024-12-03T22:49:45.097Z Compiling tower-service v0.3.3
6492024-12-03T22:49:45.206Z Compiling form_urlencoded v1.2.1
6502024-12-03T22:49:45.235Z Compiling unicode-bidi v0.3.17
6512024-12-03T22:49:45.362Z Compiling target-spec v3.2.2
6522024-12-03T22:49:45.541Z Compiling webpki-roots v0.26.6
6532024-12-03T22:49:45.719Z Compiling adler2 v2.0.0
6542024-12-03T22:49:45.788Z Compiling serde_urlencoded v0.7.1
6552024-12-03T22:49:45.910Z Compiling idna v0.5.0
6562024-12-03T22:49:46.238Z Compiling miniz_oxide v0.8.0
6572024-12-03T22:49:46.479Z Compiling crypto-common v0.1.6
6582024-12-03T22:49:46.557Z Compiling block-buffer v0.10.4
6592024-12-03T22:49:46.631Z Compiling rustls-pemfile v2.2.0
6602024-12-03T22:49:46.745Z Compiling sync_wrapper v1.0.1
6612024-12-03T22:49:46.840Z Compiling url v2.5.2
6622024-12-03T22:49:46.944Z Compiling crc32fast v1.4.2
6632024-12-03T22:49:47.264Z Compiling base64 v0.22.1
6642024-12-03T22:49:47.547Z Compiling self_update v0.41.0
6652024-12-03T22:49:47.704Z Compiling ipnet v2.10.1
6662024-12-03T22:49:47.707Z Compiling mime v0.3.17
6672024-12-03T22:49:47.935Z Compiling guppy v0.17.8
6682024-12-03T22:49:47.966Z Compiling flate2 v1.0.34
6692024-12-03T22:49:48.229Z Compiling futures-executor v0.3.31
6702024-12-03T22:49:48.684Z Compiling http-body-util v0.1.2
6712024-12-03T22:49:48.706Z Compiling futures v0.3.31
6722024-12-03T22:49:48.764Z Compiling digest v0.10.7
6732024-12-03T22:49:48.781Z Compiling self-replace v1.5.0
6742024-12-03T22:49:48.799Z Compiling quick-xml v0.23.1
6752024-12-03T22:49:48.838Z Compiling urlencoding v2.1.3
6762024-12-03T22:49:49.027Z Compiling cpufeatures v0.2.14
6772024-12-03T22:49:49.061Z Compiling future-queue v0.3.0
6782024-12-03T22:49:49.082Z Compiling target-spec-miette v0.4.0
6792024-12-03T22:49:49.111Z Compiling sha2 v0.10.8
6802024-12-03T22:49:49.122Z Compiling mukti-metadata v0.3.0
6812024-12-03T22:49:49.383Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
6822024-12-03T22:49:49.392Z Compiling hex v0.4.3
6832024-12-03T22:49:50.940Z Compiling rustls-webpki v0.102.8
6842024-12-03T22:49:52.147Z Compiling hyper v1.5.0
6852024-12-03T22:49:52.150Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6862024-12-03T22:49:52.150Z Compiling async-scoped v0.9.0
6872024-12-03T22:49:52.150Z Compiling tokio-stream v0.1.16
6882024-12-03T22:49:52.215Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6892024-12-03T22:49:53.415Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6902024-12-03T22:49:53.460Z Compiling hyper-util v0.1.9
6912024-12-03T22:49:56.392Z Compiling tokio-rustls v0.26.0
6922024-12-03T22:49:56.606Z Compiling hyper-rustls v0.27.3
6932024-12-03T22:49:56.869Z Compiling reqwest v0.12.8
6942024-12-03T22:49:59.132Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
6952024-12-03T22:50:23.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.22s
6962024-12-03T22:50:23.451Z
6972024-12-03T22:50:23.454Zreal 41.331164038
6982024-12-03T22:50:23.454Zuser 2:26.288397339
6992024-12-03T22:50:23.454Zsys 14.219992715
7002024-12-03T22:50:23.454Ztrap 0.082038319
7012024-12-03T22:50:23.454Ztflt 0.204282274
7022024-12-03T22:50:23.454Zdflt 0.254087657
7032024-12-03T22:50:23.454Zkflt 0.000006538
7042024-12-03T22:50:23.454Zlock 3:18.977313354
7052024-12-03T22:50:23.454Zslp 6:35.264287491
7062024-12-03T22:50:23.454Zlat 4.317692988
7072024-12-03T22:50:23.454Zstop 4.752898535
7082024-12-03T22:50:23.454Z+ banner all targets
7092024-12-03T22:50:23.454Z
7102024-12-03T22:50:23.454Z ## # #
7112024-12-03T22:50:23.454Z # # # #
7122024-12-03T22:50:23.454Z # # # #
7132024-12-03T22:50:23.454Z ###### # #
7142024-12-03T22:50:23.454Z # # # #
7152024-12-03T22:50:23.454Z # # ###### ######
7162024-12-03T22:50:23.454Z
7172024-12-03T22:50:23.454Z
7182024-12-03T22:50:23.454Z ##### ## ##### #### ###### ##### ####
7192024-12-03T22:50:23.454Z # # # # # # # # # #
7202024-12-03T22:50:23.454Z # # # # # # ##### # ####
7212024-12-03T22:50:23.455Z # ###### ##### # ### # # #
7222024-12-03T22:50:23.455Z # # # # # # # # # # #
7232024-12-03T22:50:23.455Z # # # # # #### ###### # ####
7242024-12-03T22:50:23.455Z
7252024-12-03T22:50:23.456Z+ ptime -m cargo build --all-targets
7262024-12-03T22:50:23.611Z Downloading crates ...
7272024-12-03T22:50:23.757Z Downloaded bit-set v0.5.3
7282024-12-03T22:50:23.764Z Downloaded test-case v3.3.1
7292024-12-03T22:50:23.767Z Downloaded indoc v2.0.5
7302024-12-03T22:50:23.772Z Downloaded pretty_assertions v1.4.1
7312024-12-03T22:50:23.776Z Downloaded test-case-macros v3.3.1
7322024-12-03T22:50:23.782Z Downloaded rand_xorshift v0.3.0
7332024-12-03T22:50:23.784Z Downloaded bit-vec v0.6.3
7342024-12-03T22:50:23.787Z Downloaded test-case-core v3.3.1
7352024-12-03T22:50:23.787Z Downloaded wait-timeout v0.2.0
7362024-12-03T22:50:23.789Z Downloaded rusty-fork v0.3.0
7372024-12-03T22:50:23.789Z Downloaded quick-error v1.2.3
7382024-12-03T22:50:23.792Z Downloaded unarray v0.1.4
7392024-12-03T22:50:23.792Z Downloaded structmeta-derive v0.3.0
7402024-12-03T22:50:23.794Z Downloaded maplit v1.0.2
7412024-12-03T22:50:23.794Z Downloaded structmeta v0.3.0
7422024-12-03T22:50:23.799Z Downloaded linked-hash-map v0.5.6
7432024-12-03T22:50:23.803Z Downloaded similar v2.6.0
7442024-12-03T22:50:23.807Z Downloaded test-strategy v0.4.0
7452024-12-03T22:50:23.811Z Downloaded diff v0.1.13
7462024-12-03T22:50:23.814Z Downloaded yansi v1.0.1
7472024-12-03T22:50:23.817Z Downloaded insta v1.41.1
7482024-12-03T22:50:23.824Z Downloaded proptest v1.5.0
7492024-12-03T22:50:23.874Z Compiling test-case-core v3.3.1
7502024-12-03T22:50:23.874Z Compiling structmeta-derive v0.3.0
7512024-12-03T22:50:23.876Z Compiling wait-timeout v0.2.0
7522024-12-03T22:50:23.876Z Compiling quick-error v1.2.3
7532024-12-03T22:50:23.876Z Compiling bit-vec v0.6.3
7542024-12-03T22:50:23.923Z Compiling rand_xorshift v0.3.0
7552024-12-03T22:50:23.929Z Compiling unarray v0.1.4
7562024-12-03T22:50:23.933Z Compiling maplit v1.0.2
7572024-12-03T22:50:24.028Z Compiling similar v2.6.0
7582024-12-03T22:50:24.041Z Compiling linked-hash-map v0.5.6
7592024-12-03T22:50:24.075Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7602024-12-03T22:50:24.158Z Compiling rusty-fork v0.3.0
7612024-12-03T22:50:24.269Z Compiling bit-set v0.5.3
7622024-12-03T22:50:24.331Z Compiling diff v0.1.13
7632024-12-03T22:50:24.489Z Compiling proptest v1.5.0
7642024-12-03T22:50:24.506Z Compiling yansi v1.0.1
7652024-12-03T22:50:24.758Z Compiling indoc v2.0.5
7662024-12-03T22:50:24.921Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
7672024-12-03T22:50:24.939Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7682024-12-03T22:50:25.153Z Compiling insta v1.41.1
7692024-12-03T22:50:25.594Z Compiling pretty_assertions v1.4.1
7702024-12-03T22:50:25.619Z Compiling test-case-macros v3.3.1
7712024-12-03T22:50:26.302Z Compiling structmeta v0.3.0
7722024-12-03T22:50:26.634Z Compiling test-strategy v0.4.0
7732024-12-03T22:50:26.681Z Compiling test-case v3.3.1
7742024-12-03T22:50:26.774Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7752024-12-03T22:50:27.335Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
7762024-12-03T22:50:28.767Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7772024-12-03T22:50:32.522Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7782024-12-03T22:51:04.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.48s
7792024-12-03T22:51:05.074Z
7802024-12-03T22:51:05.074Zreal 41.599175063
7812024-12-03T22:51:05.075Zuser 3:06.164590542
7822024-12-03T22:51:05.075Zsys 20.787449913
7832024-12-03T22:51:05.075Ztrap 0.111671415
7842024-12-03T22:51:05.075Ztflt 0.026219521
7852024-12-03T22:51:05.078Zdflt 0.046235272
7862024-12-03T22:51:05.078Zkflt 0.000019158
7872024-12-03T22:51:05.078Zlock 5:07.984169746
7882024-12-03T22:51:05.078Zslp 11:45.655956106
7892024-12-03T22:51:05.078Zlat 5.562510900
7902024-12-03T22:51:05.078Zstop 6.949831324
7912024-12-03T22:51:05.078Z+ banner all features
7922024-12-03T22:51:05.078Z
7932024-12-03T22:51:05.078Z ## # #
7942024-12-03T22:51:05.078Z # # # #
7952024-12-03T22:51:05.078Z # # # #
7962024-12-03T22:51:05.078Z ###### # #
7972024-12-03T22:51:05.078Z # # # #
7982024-12-03T22:51:05.078Z # # ###### ######
7992024-12-03T22:51:05.078Z
8002024-12-03T22:51:05.078Z
8012024-12-03T22:51:05.078Z ###### ###### ## ##### # # ##### ###### ####
8022024-12-03T22:51:05.078Z # # # # # # # # # # #
8032024-12-03T22:51:05.079Z ##### ##### # # # # # # # ##### ####
8042024-12-03T22:51:05.079Z # # ###### # # # ##### # #
8052024-12-03T22:51:05.079Z # # # # # # # # # # # #
8062024-12-03T22:51:05.079Z # ###### # # # #### # # ###### ####
8072024-12-03T22:51:05.079Z
8082024-12-03T22:51:05.079Z+ ptime -m cargo build --all-features
8092024-12-03T22:51:05.231Z Downloading crates ...
8102024-12-03T22:51:05.374Z Downloaded prost-types v0.13.3
8112024-12-03T22:51:05.384Z Downloaded atomic-waker v1.1.2
8122024-12-03T22:51:05.387Z Downloaded async-stream-impl v0.3.6
8132024-12-03T22:51:05.389Z Downloaded async-trait v0.1.83
8142024-12-03T22:51:05.393Z Downloaded sync_wrapper v0.1.2
8152024-12-03T22:51:05.397Z Downloaded matchers v0.1.0
8162024-12-03T22:51:05.401Z Downloaded axum-core v0.4.5
8172024-12-03T22:51:05.409Z Downloaded async-stream v0.3.6
8182024-12-03T22:51:05.412Z Downloaded rustversion v1.0.18
8192024-12-03T22:51:05.421Z Downloaded tower-layer v0.3.3
8202024-12-03T22:51:05.427Z Downloaded matchit v0.7.3
8212024-12-03T22:51:05.430Z Downloaded console-api v0.8.1
8222024-12-03T22:51:05.433Z Downloaded anyhow v1.0.91
8232024-12-03T22:51:05.444Z Downloaded prost-derive v0.13.3
8242024-12-03T22:51:05.448Z Downloaded hyper-timeout v0.5.1
8252024-12-03T22:51:05.451Z Downloaded httpdate v1.0.3
8262024-12-03T22:51:05.454Z Downloaded prost v0.13.3
8272024-12-03T22:51:05.468Z Downloaded indexmap v1.9.3
8282024-12-03T22:51:05.472Z Downloaded crossbeam-utils v0.8.20
8292024-12-03T22:51:05.486Z Downloaded tonic v0.12.3
8302024-12-03T22:51:05.499Z Downloaded tokio-util v0.7.12
8312024-12-03T22:51:05.505Z Downloaded crossbeam-channel v0.5.13
8322024-12-03T22:51:05.509Z Downloaded tower v0.4.13
8332024-12-03T22:51:05.518Z Downloaded tower v0.5.1
8342024-12-03T22:51:05.527Z Downloaded regex-automata v0.1.10
8352024-12-03T22:51:05.532Z Downloaded console-subscriber v0.4.1
8362024-12-03T22:51:05.538Z Downloaded hashbrown v0.12.3
8372024-12-03T22:51:05.542Z Downloaded axum v0.7.7
8382024-12-03T22:51:05.550Z Downloaded h2 v0.4.6
8392024-12-03T22:51:05.556Z Downloaded regex-syntax v0.6.29
8402024-12-03T22:51:05.563Z Downloaded hdrhistogram v7.5.4
8412024-12-03T22:51:05.613Z Compiling futures-sink v0.3.31
8422024-12-03T22:51:05.665Z Compiling tokio v1.41.1
8432024-12-03T22:51:05.668Z Compiling byteorder v1.5.0
8442024-12-03T22:51:05.677Z Compiling num-traits v0.2.19
8452024-12-03T22:51:05.677Z Compiling regex-syntax v0.6.29
8462024-12-03T22:51:05.689Z Compiling atomic-waker v1.1.2
8472024-12-03T22:51:05.695Z Compiling httpdate v1.0.3
8482024-12-03T22:51:05.702Z Compiling anyhow v1.0.91
8492024-12-03T22:51:05.768Z Compiling futures-channel v0.3.31
8502024-12-03T22:51:05.842Z Compiling either v1.13.0
8512024-12-03T22:51:06.005Z Compiling zerocopy v0.7.35
8522024-12-03T22:51:06.132Z Compiling futures-util v0.3.31
8532024-12-03T22:51:06.141Z Compiling tower-layer v0.3.3
8542024-12-03T22:51:06.198Z Compiling rustversion v1.0.18
8552024-12-03T22:51:06.363Z Compiling itertools v0.13.0
8562024-12-03T22:51:06.860Z Compiling indexmap v1.9.3
8572024-12-03T22:51:07.202Z Compiling ppv-lite86 v0.2.20
8582024-12-03T22:51:07.472Z Compiling async-trait v0.1.83
8592024-12-03T22:51:07.972Z Compiling rand_chacha v0.3.1
8602024-12-03T22:51:08.030Z Compiling sync_wrapper v0.1.2
8612024-12-03T22:51:08.148Z Compiling hashbrown v0.12.3
8622024-12-03T22:51:08.568Z Compiling rand v0.8.5
8632024-12-03T22:51:09.110Z Compiling regex-automata v0.1.10
8642024-12-03T22:51:09.277Z Compiling prost-derive v0.13.3
8652024-12-03T22:51:09.647Z Compiling async-stream-impl v0.3.6
8662024-12-03T22:51:09.879Z Compiling matchit v0.7.3
8672024-12-03T22:51:10.037Z Compiling crossbeam-utils v0.8.20
8682024-12-03T22:51:10.490Z Compiling matchers v0.1.0
8692024-12-03T22:51:10.602Z Compiling ahash v0.8.11
8702024-12-03T22:51:10.707Z Compiling tracing-subscriber v0.3.19
8712024-12-03T22:51:10.921Z Compiling async-stream v0.3.6
8722024-12-03T22:51:11.096Z Compiling http-body-util v0.1.2
8732024-12-03T22:51:11.201Z Compiling tower v0.5.1
8742024-12-03T22:51:11.440Z Compiling proptest v1.5.0
8752024-12-03T22:51:11.536Z Compiling axum-core v0.4.5
8762024-12-03T22:51:11.607Z Compiling guppy v0.17.8
8772024-12-03T22:51:11.909Z Compiling futures-executor v0.3.31
8782024-12-03T22:51:12.502Z Compiling base64 v0.21.7
8792024-12-03T22:51:12.760Z Compiling prost v0.13.3
8802024-12-03T22:51:13.166Z Compiling chrono v0.4.38
8812024-12-03T22:51:13.227Z Compiling hdrhistogram v7.5.4
8822024-12-03T22:51:13.524Z Compiling prost-types v0.13.3
8832024-12-03T22:51:14.314Z Compiling crossbeam-channel v0.5.13
8842024-12-03T22:51:15.332Z Compiling tokio-util v0.7.12
8852024-12-03T22:51:15.654Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8862024-12-03T22:51:15.749Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8872024-12-03T22:51:15.806Z Compiling axum v0.7.7
8882024-12-03T22:51:16.563Z Compiling h2 v0.4.6
8892024-12-03T22:51:16.566Z Compiling tower v0.4.13
8902024-12-03T22:51:16.584Z Compiling tokio-stream v0.1.16
8912024-12-03T22:51:17.455Z Compiling tokio-rustls v0.26.0
8922024-12-03T22:51:17.899Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8932024-12-03T22:51:18.470Z Compiling futures v0.3.31
8942024-12-03T22:51:18.569Z Compiling quick-junit v0.5.1
8952024-12-03T22:51:19.372Z Compiling async-scoped v0.9.0
8962024-12-03T22:51:19.628Z Compiling tracing-error v0.2.0
8972024-12-03T22:51:19.978Z Compiling future-queue v0.3.0
8982024-12-03T22:51:20.331Z Compiling color-spantrace v0.2.1
8992024-12-03T22:51:20.582Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
9002024-12-03T22:51:20.747Z Compiling color-eyre v0.6.3
9012024-12-03T22:51:20.807Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9022024-12-03T22:51:21.280Z Compiling hyper v1.5.0
9032024-12-03T22:51:23.311Z Compiling hyper-util v0.1.9
9042024-12-03T22:51:24.499Z Compiling hyper-timeout v0.5.1
9052024-12-03T22:51:24.499Z Compiling hyper-rustls v0.27.3
9062024-12-03T22:51:24.741Z Compiling tonic v0.12.3
9072024-12-03T22:51:24.783Z Compiling reqwest v0.12.8
9082024-12-03T22:51:26.255Z Compiling self_update v0.41.0
9092024-12-03T22:51:26.573Z Compiling console-api v0.8.1
9102024-12-03T22:51:28.009Z Compiling console-subscriber v0.4.1
9112024-12-03T22:51:29.904Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
9122024-12-03T22:51:45.021Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9132024-12-03T22:51:58.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.57s
9142024-12-03T22:51:58.788Z
9152024-12-03T22:51:58.788Zreal 53.689093548
9162024-12-03T22:51:58.790Zuser 3:47.828053064
9172024-12-03T22:51:58.790Zsys 22.331859488
9182024-12-03T22:51:58.790Ztrap 0.126712149
9192024-12-03T22:51:58.790Ztflt 0.097104624
9202024-12-03T22:51:58.790Zdflt 0.268857063
9212024-12-03T22:51:58.790Zkflt 0.000006278
9222024-12-03T22:51:58.791Zlock 6:29.613783028
9232024-12-03T22:51:58.791Zslp 12:50.997766415
9242024-12-03T22:51:58.791Zlat 7.239948718
9252024-12-03T22:51:58.791Zstop 6.697282946
9262024-12-03T22:51:58.791Z+ banner doctests
9272024-12-03T22:51:58.791Z
9282024-12-03T22:51:58.791Z ##### #### #### ##### ###### #### ##### ####
9292024-12-03T22:51:58.791Z # # # # # # # # # # #
9302024-12-03T22:51:58.791Z # # # # # # ##### #### # ####
9312024-12-03T22:51:58.791Z # # # # # # # # # #
9322024-12-03T22:51:58.791Z # # # # # # # # # # # # #
9332024-12-03T22:51:58.791Z ##### #### #### # ###### #### # ####
9342024-12-03T22:51:58.791Z
9352024-12-03T22:51:58.791Z+ ptime -m cargo test --doc
9362024-12-03T22:51:59.068Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
9372024-12-03T22:51:59.086Z Doc-tests cargo_nextest
9382024-12-03T22:51:59.505Z
9392024-12-03T22:51:59.505Zrunning 0 tests
9402024-12-03T22:51:59.505Z
9412024-12-03T22:51:59.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9422024-12-03T22:51:59.508Z
9432024-12-03T22:51:59.522Z Doc-tests fixture_data
9442024-12-03T22:51:59.578Z
9452024-12-03T22:51:59.578Zrunning 0 tests
9462024-12-03T22:51:59.578Z
9472024-12-03T22:51:59.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9482024-12-03T22:51:59.578Z
9492024-12-03T22:51:59.585Z Doc-tests nextest_filtering
9502024-12-03T22:51:59.702Z
9512024-12-03T22:51:59.702Zrunning 0 tests
9522024-12-03T22:51:59.702Z
9532024-12-03T22:51:59.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9542024-12-03T22:51:59.702Z
9552024-12-03T22:51:59.712Z Doc-tests nextest_metadata
9562024-12-03T22:51:59.846Z
9572024-12-03T22:51:59.846Zrunning 2 tests
9582024-12-03T22:52:00.395Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9592024-12-03T22:52:03.032Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9602024-12-03T22:52:03.032Z
9612024-12-03T22:52:03.035Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.19s
9622024-12-03T22:52:03.036Z
9632024-12-03T22:52:03.044Z Doc-tests nextest_runner
9642024-12-03T22:52:03.709Z
9652024-12-03T22:52:03.709Zrunning 0 tests
9662024-12-03T22:52:03.709Z
9672024-12-03T22:52:03.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9682024-12-03T22:52:03.709Z
9692024-12-03T22:52:03.733Z Doc-tests nextest_workspace_hack
9702024-12-03T22:52:03.775Z
9712024-12-03T22:52:03.775Zrunning 0 tests
9722024-12-03T22:52:03.775Z
9732024-12-03T22:52:03.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9742024-12-03T22:52:03.775Z
9752024-12-03T22:52:03.798Z
9762024-12-03T22:52:03.801Zreal 4.991431061
9772024-12-03T22:52:03.801Zuser 5.038441400
9782024-12-03T22:52:03.801Zsys 1.487885461
9792024-12-03T22:52:03.801Ztrap 0.001424228
9802024-12-03T22:52:03.801Ztflt 0.017007231
9812024-12-03T22:52:03.801Zdflt 0.002845215
9822024-12-03T22:52:03.801Zkflt 0.000000000
9832024-12-03T22:52:03.801Zlock 8.965145115
9842024-12-03T22:52:03.801Zslp 28.659823068
9852024-12-03T22:52:03.801Zlat 0.029860701
9862024-12-03T22:52:03.801Zstop 0.426453304
9872024-12-03T22:52:03.801Z+ banner local-nt
9882024-12-03T22:52:03.801Z
9892024-12-03T22:52:03.802Z # #### #### ## # # # #####
9902024-12-03T22:52:03.802Z # # # # # # # # ## # #
9912024-12-03T22:52:03.802Z # # # # # # # ##### # # # #
9922024-12-03T22:52:03.802Z # # # # ###### # # # # #
9932024-12-03T22:52:03.802Z # # # # # # # # # ## #
9942024-12-03T22:52:03.802Z ###### #### #### # # ###### # # #
9952024-12-03T22:52:03.802Z
9962024-12-03T22:52:03.804Z+ ptime -m cargo local-nt run --profile ci
9972024-12-03T22:52:04.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
9982024-12-03T22:52:04.086Z Running `target/debug/cargo-nextest nextest run --profile ci`
9992024-12-03T22:52:04.774Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
10002024-12-03T22:52:04.902Z────────────
10012024-12-03T22:52:04.902Z Nextest run ID 409eb876-3df3-47b5-b593-5f3175fe95a4 with nextest profile: ci
10022024-12-03T22:52:04.902Z Starting 281 tests across 12 binaries
10032024-12-03T22:52:04.943Z PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10042024-12-03T22:52:05.104Z PASS [ 0.201s] cargo-nextest dispatch::tests::test_argument_parsing
10052024-12-03T22:52:13.809Z PASS [ 8.898s] integration-tests::integration test_list_binaries_only
10062024-12-03T22:52:14.160Z PASS [ 9.237s] integration-tests::integration test_list_host_after_build
10072024-12-03T22:52:14.317Z PASS [ 9.404s] integration-tests::integration test_list_default
10082024-12-03T22:52:14.421Z PASS [ 9.495s] integration-tests::integration test_list_target_after_build
10092024-12-03T22:52:14.454Z PASS [ 9.539s] integration-tests::integration test_list_full
10102024-12-03T22:52:14.652Z PASS [ 9.733s] integration-tests::integration test_list_full_after_build
10112024-12-03T22:52:17.437Z PASS [ 12.331s] integration-tests::integration test_relocated_run
10122024-12-03T22:52:22.380Z PASS [ 7.957s] integration-tests::integration test_run_from_archive_with_missing_includes
10132024-12-03T22:52:24.232Z PASS [ 9.579s] integration-tests::integration test_run_no_tests
10142024-12-03T22:52:24.671Z PASS [ 0.438s] integration-tests::integration test_setup_scripts_not_enabled
10152024-12-03T22:52:25.182Z PASS [ 7.742s] integration-tests::integration test_run_with_default_filter
10162024-12-03T22:52:25.230Z PASS [ 11.068s] integration-tests::integration test_run_after_build
10172024-12-03T22:52:25.235Z PASS [ 2.850s] integration-tests::integration test_setup_script_error
10182024-12-03T22:52:25.523Z PASS [ 11.205s] integration-tests::integration test_run_from_archive_with_includes
10192024-12-03T22:52:25.584Z PASS [ 0.057s] integration-tests::integration test_version_info
10202024-12-03T22:52:25.590Z PASS [ 20.644s] integration-tests::integration test_list_with_default_filter
10212024-12-03T22:52:25.614Z PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error
10222024-12-03T22:52:25.636Z PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof
10232024-12-03T22:52:25.659Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr
10242024-12-03T22:52:25.692Z PASS [ 0.032s] nextest-filtering parsing::tests::test_invalid_and_operator
10252024-12-03T22:52:25.716Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes
10262024-12-03T22:52:25.743Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob
10272024-12-03T22:52:25.802Z PASS [ 0.618s] integration-tests::integration test_show_config_version
10282024-12-03T22:52:25.805Z PASS [ 0.062s] nextest-filtering parsing::tests::test_invalid_or_operator
10292024-12-03T22:52:25.858Z PASS [ 0.055s] nextest-filtering parsing::tests::test_invalid_platform
10302024-12-03T22:52:25.878Z PASS [ 0.050s] nextest-filtering parsing::tests::test_invalid_regex
10312024-12-03T22:52:25.895Z PASS [ 0.036s] nextest-filtering parsing::tests::test_missing_argument
10322024-12-03T22:52:25.908Z PASS [ 0.030s] nextest-filtering parsing::tests::test_missing_close_parentheses
10332024-12-03T22:52:25.932Z PASS [ 0.037s] nextest-filtering parsing::tests::test_missing_close_regex
10342024-12-03T22:52:25.950Z PASS [ 0.041s] nextest-filtering parsing::tests::test_missing_open_parentheses
10352024-12-03T22:52:25.961Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_parentheses
10362024-12-03T22:52:25.986Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_difference
10372024-12-03T22:52:25.995Z PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_comma
10382024-12-03T22:52:26.003Z PASS [ 0.412s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10392024-12-03T22:52:26.013Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_intersection
10402024-12-03T22:52:26.024Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_not
10412024-12-03T22:52:26.041Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_set
10422024-12-03T22:52:26.044Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_precedence
10432024-12-03T22:52:26.054Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_union
10442024-12-03T22:52:26.076Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_glob_matcher
10452024-12-03T22:52:26.080Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_name_matcher
10462024-12-03T22:52:26.135Z PASS [ 0.081s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10472024-12-03T22:52:26.148Z PASS [ 0.071s] nextest-filtering parsing::tests::test_parse_regex
10482024-12-03T22:52:26.160Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_set_def
10492024-12-03T22:52:26.160Z PASS [ 11.699s] integration-tests::integration test_run_from_archive_with_no_includes
10502024-12-03T22:52:26.214Z PASS [ 0.078s] nextest-filtering parsing::tests::test_unexpected_argument
10512024-12-03T22:52:26.217Z PASS [ 0.066s] nextest-filtering parsing::tests::test_unexpected_comma
10522024-12-03T22:52:26.244Z PASS [ 0.075s] nextest-filtering::match test_binary_query
10532024-12-03T22:52:26.246Z PASS [ 0.029s] nextest-filtering::match test_expr_binary
10542024-12-03T22:52:26.265Z PASS [ 0.028s] nextest-filtering::match test_expr_binary_id_glob
10552024-12-03T22:52:26.280Z PASS [ 0.035s] nextest-filtering::match test_expr_deps
10562024-12-03T22:52:26.282Z PASS [ 0.028s] nextest-filtering::match test_expr_kind
10572024-12-03T22:52:26.315Z PASS [ 0.049s] nextest-filtering::match test_expr_kind_partial
10582024-12-03T22:52:26.324Z PASS [ 0.044s] nextest-filtering::match test_expr_package_contains
10592024-12-03T22:52:26.333Z PASS [ 0.028s] nextest-filtering::match test_expr_package_equal
10602024-12-03T22:52:26.357Z PASS [ 0.032s] nextest-filtering::match test_expr_platform
10612024-12-03T22:52:26.357Z PASS [ 0.041s] nextest-filtering::match test_expr_package_regex
10622024-12-03T22:52:26.379Z PASS [ 0.045s] nextest-filtering::match test_expr_rdeps
10632024-12-03T22:52:26.402Z PASS [ 0.044s] nextest-filtering::match test_expr_test
10642024-12-03T22:52:26.404Z PASS [ 0.037s] nextest-filtering::match test_expr_test_difference::with_and_not
10652024-12-03T22:52:26.432Z PASS [ 0.052s] nextest-filtering::match test_expr_test_difference::with_minus
10662024-12-03T22:52:26.444Z PASS [ 0.040s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10672024-12-03T22:52:26.444Z PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_and
10682024-12-03T22:52:26.444Z PASS [ 0.286s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10692024-12-03T22:52:26.473Z PASS [ 0.041s] nextest-filtering::match test_expr_test_not
10702024-12-03T22:52:26.476Z PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_or
10712024-12-03T22:52:26.498Z PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_pipe
10722024-12-03T22:52:26.500Z PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_plus
10732024-12-03T22:52:26.510Z PASS [ 0.035s] nextest-filtering::match test_expr_with_no_matching_packages
10742024-12-03T22:52:26.512Z PASS [ 0.022s] nextest-metadata test_list::tests::test_binary_id_ord
10752024-12-03T22:52:26.639Z PASS [ 0.140s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10762024-12-03T22:52:26.639Z PASS [ 0.135s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10772024-12-03T22:52:26.642Z PASS [ 0.129s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10782024-12-03T22:52:26.694Z PASS [ 0.063s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10792024-12-03T22:52:26.729Z PASS [ 0.088s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10802024-12-03T22:52:26.731Z PASS [ 0.060s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10812024-12-03T22:52:26.731Z PASS [ 0.047s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10822024-12-03T22:52:26.853Z PASS [ 0.157s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10832024-12-03T22:52:26.853Z PASS [ 0.122s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10842024-12-03T22:52:26.976Z PASS [ 0.198s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10852024-12-03T22:52:26.981Z PASS [ 0.182s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10862024-12-03T22:52:26.981Z PASS [ 0.124s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10872024-12-03T22:52:27.095Z PASS [ 0.164s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10882024-12-03T22:52:27.580Z PASS [ 0.574s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10892024-12-03T22:52:27.596Z PASS [ 0.500s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10902024-12-03T22:52:27.648Z PASS [ 0.670s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10912024-12-03T22:52:27.742Z PASS [ 0.665s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10922024-12-03T22:52:27.917Z PASS [ 0.337s] nextest-runner config::archive::tests::parse_invalid::missing_list
10932024-12-03T22:52:27.965Z PASS [ 0.369s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10942024-12-03T22:52:28.013Z PASS [ 0.047s] nextest-runner config::config_impl::tests::default_config_is_valid
10952024-12-03T22:52:28.048Z PASS [ 0.400s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10962024-12-03T22:52:28.073Z PASS [ 0.020s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10972024-12-03T22:52:28.093Z PASS [ 0.351s] nextest-runner config::archive::tests::parse_invalid::parent_component
10982024-12-03T22:52:28.106Z PASS [ 0.036s] nextest-runner config::identifier::tests::test_invalid
10992024-12-03T22:52:28.121Z PASS [ 0.027s] nextest-runner config::identifier::tests::test_valid
11002024-12-03T22:52:28.128Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_accumulate
11012024-12-03T22:52:28.152Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11022024-12-03T22:52:28.155Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11032024-12-03T22:52:28.194Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11042024-12-03T22:52:28.200Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11052024-12-03T22:52:28.217Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11062024-12-03T22:52:28.229Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11072024-12-03T22:52:28.244Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11082024-12-03T22:52:28.247Z PASS [ 0.326s] nextest-runner config::archive::tests::parse_valid
11092024-12-03T22:52:28.274Z PASS [ 0.044s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11102024-12-03T22:52:28.358Z PASS [ 0.344s] nextest-runner config::config_impl::tests::ignored_keys
11112024-12-03T22:52:28.433Z PASS [ 3.200s] integration-tests::integration test_target_arg
11122024-12-03T22:52:28.560Z PASS [ 0.315s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11132024-12-03T22:52:28.579Z PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11142024-12-03T22:52:28.582Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11152024-12-03T22:52:28.674Z PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11162024-12-03T22:52:28.742Z PASS [ 0.308s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11172024-12-03T22:52:28.849Z PASS [ 0.288s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11182024-12-03T22:52:28.857Z PASS [ 0.270s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11192024-12-03T22:52:28.862Z PASS [ 0.282s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11202024-12-03T22:52:28.957Z PASS [ 0.282s] nextest-runner config::overrides::tests::test_overrides_basic
11212024-12-03T22:52:29.012Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11222024-12-03T22:52:29.132Z PASS [ 0.269s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11232024-12-03T22:52:29.137Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11242024-12-03T22:52:29.140Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11252024-12-03T22:52:29.241Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11262024-12-03T22:52:29.304Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11272024-12-03T22:52:29.410Z PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11282024-12-03T22:52:29.414Z PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11292024-12-03T22:52:29.417Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11302024-12-03T22:52:29.511Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11312024-12-03T22:52:29.580Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11322024-12-03T22:52:29.696Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11332024-12-03T22:52:29.704Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11342024-12-03T22:52:29.713Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11352024-12-03T22:52:29.794Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11362024-12-03T22:52:29.870Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11372024-12-03T22:52:29.975Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11382024-12-03T22:52:29.975Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11392024-12-03T22:52:29.997Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11402024-12-03T22:52:30.080Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11412024-12-03T22:52:30.197Z PASS [ 0.325s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11422024-12-03T22:52:30.254Z PASS [ 5.015s] integration-tests::integration test_target_dir
11432024-12-03T22:52:30.263Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11442024-12-03T22:52:30.308Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_valid
11452024-12-03T22:52:30.327Z PASS [ 0.343s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11462024-12-03T22:52:30.425Z PASS [ 0.343s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11472024-12-03T22:52:30.506Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11482024-12-03T22:52:30.559Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11492024-12-03T22:52:30.576Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11502024-12-03T22:52:30.592Z PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11512024-12-03T22:52:30.610Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11522024-12-03T22:52:30.719Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11532024-12-03T22:52:30.801Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11542024-12-03T22:52:30.850Z PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11552024-12-03T22:52:30.879Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11562024-12-03T22:52:30.894Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11572024-12-03T22:52:30.903Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11582024-12-03T22:52:30.984Z PASS [ 6.311s] integration-tests::integration test_show_config_test_groups
11592024-12-03T22:52:31.018Z PASS [ 0.298s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11602024-12-03T22:52:31.087Z PASS [ 0.285s] nextest-runner config::scripts::tests::test_scripts_basic
11612024-12-03T22:52:31.119Z PASS [ 0.269s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11622024-12-03T22:52:31.157Z PASS [ 0.277s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11632024-12-03T22:52:31.159Z PASS [ 0.263s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11642024-12-03T22:52:31.169Z PASS [ 0.266s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11652024-12-03T22:52:31.240Z PASS [ 0.256s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11662024-12-03T22:52:31.273Z PASS [ 0.255s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11672024-12-03T22:52:31.346Z PASS [ 0.259s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11682024-12-03T22:52:31.377Z PASS [ 0.257s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11692024-12-03T22:52:31.413Z PASS [ 0.256s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11702024-12-03T22:52:31.418Z PASS [ 0.248s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11712024-12-03T22:52:31.420Z PASS [ 0.256s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11722024-12-03T22:52:31.503Z PASS [ 0.262s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11732024-12-03T22:52:31.540Z PASS [ 0.266s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11742024-12-03T22:52:31.605Z PASS [ 0.257s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11752024-12-03T22:52:31.636Z PASS [ 0.258s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11762024-12-03T22:52:31.657Z PASS [ 0.243s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11772024-12-03T22:52:31.674Z PASS [ 0.256s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11782024-12-03T22:52:31.679Z PASS [ 0.257s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11792024-12-03T22:52:31.767Z PASS [ 0.264s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11802024-12-03T22:52:31.805Z PASS [ 0.265s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11812024-12-03T22:52:31.884Z PASS [ 0.279s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11822024-12-03T22:52:31.908Z PASS [ 0.272s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11832024-12-03T22:52:31.927Z PASS [ 0.268s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11842024-12-03T22:52:31.939Z PASS [ 0.264s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11852024-12-03T22:52:31.944Z PASS [ 0.264s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11862024-12-03T22:52:32.041Z PASS [ 0.273s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11872024-12-03T22:52:32.092Z PASS [ 0.286s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11882024-12-03T22:52:32.114Z PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file
11892024-12-03T22:52:32.167Z PASS [ 0.282s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11902024-12-03T22:52:32.193Z PASS [ 0.283s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11912024-12-03T22:52:32.217Z PASS [ 0.290s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11922024-12-03T22:52:32.239Z PASS [ 0.299s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
11932024-12-03T22:52:32.243Z PASS [ 0.295s] nextest-runner config::threads_required::tests::parse_threads_required::positive
11942024-12-03T22:52:32.251Z PASS [ 0.033s] nextest-runner list::binary_list::tests::test_parse_binary_list
11952024-12-03T22:52:32.257Z PASS [ 0.090s] nextest-runner errors::tests::display_error_chain
11962024-12-03T22:52:32.260Z PASS [ 0.065s] nextest-runner errors::tests::display_error_list
11972024-12-03T22:52:32.273Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11982024-12-03T22:52:32.275Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11992024-12-03T22:52:32.275Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12002024-12-03T22:52:32.294Z PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12012024-12-03T22:52:32.294Z PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12022024-12-03T22:52:32.304Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12032024-12-03T22:52:32.307Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12042024-12-03T22:52:32.330Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12052024-12-03T22:52:32.330Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12062024-12-03T22:52:32.333Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12072024-12-03T22:52:32.333Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12082024-12-03T22:52:32.336Z PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list
12092024-12-03T22:52:32.337Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
12102024-12-03T22:52:32.342Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
12112024-12-03T22:52:32.347Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12122024-12-03T22:52:32.349Z PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12132024-12-03T22:52:32.355Z PASS [ 0.313s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12142024-12-03T22:52:32.358Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12152024-12-03T22:52:32.358Z PASS [ 0.017s] nextest-runner redact::tests::test_redact_path
12162024-12-03T22:52:32.367Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings
12172024-12-03T22:52:32.383Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12182024-12-03T22:52:32.389Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12192024-12-03T22:52:32.396Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12202024-12-03T22:52:32.400Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12212024-12-03T22:52:32.405Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12222024-12-03T22:52:32.408Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12232024-12-03T22:52:32.420Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12242024-12-03T22:52:32.425Z PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_final_warnings
12252024-12-03T22:52:32.428Z PASS [ 0.312s] nextest-runner config::tool_config::tests::tool_config_basic
12262024-12-03T22:52:32.435Z PASS [ 0.024s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12272024-12-03T22:52:32.435Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12282024-12-03T22:52:32.438Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12292024-12-03T22:52:32.449Z PASS [ 0.058s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12302024-12-03T22:52:32.451Z PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12312024-12-03T22:52:32.451Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12322024-12-03T22:52:32.462Z PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12332024-12-03T22:52:32.465Z PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12342024-12-03T22:52:32.465Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end
12352024-12-03T22:52:32.484Z PASS [ 0.058s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12362024-12-03T22:52:32.489Z PASS [ 0.022s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12372024-12-03T22:52:32.494Z PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative
12382024-12-03T22:52:32.509Z PASS [ 0.018s] nextest-runner runner::tests::test_is_success
12392024-12-03T22:52:32.509Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output
12402024-12-03T22:52:32.519Z PASS [ 0.034s] nextest-runner runner::tests::no_capture_settings
12412024-12-03T22:52:32.521Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12422024-12-03T22:52:32.522Z PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12432024-12-03T22:52:32.522Z PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12442024-12-03T22:52:32.536Z PASS [ 0.027s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12452024-12-03T22:52:32.546Z PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script
12462024-12-03T22:52:32.550Z PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples
12472024-12-03T22:52:32.550Z PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config
12482024-12-03T22:52:32.559Z PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples
12492024-12-03T22:52:32.630Z PASS [ 0.116s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12502024-12-03T22:52:32.649Z PASS [ 0.129s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12512024-12-03T22:52:32.660Z PASS [ 0.029s] nextest-runner test_filter::tests::skip_only_pattern_examples
12522024-12-03T22:52:32.697Z PASS [ 0.151s] nextest-runner test_filter::tests::proptest_empty
12532024-12-03T22:52:32.791Z PASS [ 0.297s] nextest-runner rustc_cli::tests::test_execute_with_failure
12542024-12-03T22:52:32.802Z PASS [ 0.248s] nextest-runner test_filter::tests::proptest_no_match
12552024-12-03T22:52:33.230Z PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause
12562024-12-03T22:52:33.243Z PASS [ 0.692s] nextest-runner test_filter::tests::proptest_exact
12572024-12-03T22:52:33.505Z PASS [ 0.945s] nextest-runner test_filter::tests::proptest_substring
12582024-12-03T22:52:34.174Z PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
12592024-12-03T22:52:34.479Z PASS [ 1.676s] nextest-runner::integration basic::test_list_binaries
12602024-12-03T22:52:34.715Z PASS [ 2.017s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12612024-12-03T22:52:34.727Z PASS [ 1.934s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12622024-12-03T22:52:34.763Z PASS [ 1.532s] nextest-runner::integration basic::test_list_tests
12632024-12-03T22:52:34.794Z PASS [ 0.031s] nextest-runner::integration target_runner::disregards_non_matching
12642024-12-03T22:52:34.881Z PASS [ 0.402s] nextest-runner::integration basic::test_run_ignored
12652024-12-03T22:52:34.910Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12662024-12-03T22:52:34.940Z PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_exact
12672024-12-03T22:52:34.973Z PASS [ 0.258s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12682024-12-03T22:52:35.074Z PASS [ 0.279s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12692024-12-03T22:52:35.219Z PASS [ 21.407s] integration-tests::integration test_run
12702024-12-03T22:52:35.255Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_cargo_env
12712024-12-03T22:52:35.271Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_cli
12722024-12-03T22:52:35.290Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12732024-12-03T22:52:35.313Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12742024-12-03T22:52:35.336Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
12752024-12-03T22:52:35.360Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12762024-12-03T22:52:35.369Z PASS [ 0.429s] nextest-runner::integration target_runner::parses_cargo_env
12772024-12-03T22:52:35.383Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_target_cli_option
12782024-12-03T22:52:35.474Z PASS [ 0.500s] nextest-runner::integration target_runner::test_listing_with_target_runner
12792024-12-03T22:52:36.086Z PASS [ 1.911s] nextest-runner::integration basic::test_run
12802024-12-03T22:52:36.501Z PASS [ 1.427s] nextest-runner::integration target_runner::test_run_with_target_runner
12812024-12-03T22:52:37.195Z PASS [ 2.468s] nextest-runner::integration basic::test_termination
12822024-12-03T22:52:38.154Z PASS [ 4.909s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12832024-12-03T22:52:38.201Z PASS [ 4.695s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12842024-12-03T22:52:38.203Z────────────
12852024-12-03T22:52:38.204Z Summary [ 33.296s] 281 tests run: 281 passed, 0 skipped
12862024-12-03T22:52:38.228Z
12872024-12-03T22:52:38.231Zreal 34.416384661
12882024-12-03T22:52:38.231Zuser 2:09.966432440
12892024-12-03T22:52:38.231Zsys 1:33.227408754
12902024-12-03T22:52:38.231Ztrap 0.325686299
12912024-12-03T22:52:38.231Ztflt 0.329781307
12922024-12-03T22:52:38.231Zdflt 0.742596011
12932024-12-03T22:52:38.231Zkflt 0.002743770
12942024-12-03T22:52:38.231Zlock 27:05.407926394
12952024-12-03T22:52:38.231Zslp 52:05.248746768
12962024-12-03T22:52:38.231Zlat 13:27.135113301
12972024-12-03T22:52:38.231Zstop 5:51.651520440
12982024-12-03T22:52:38.231Z+ banner release
12992024-12-03T22:52:38.234Z
13002024-12-03T22:52:38.234Z ##### ###### # ###### ## #### ######
13012024-12-03T22:52:38.234Z # # # # # # # # #
13022024-12-03T22:52:38.234Z # # ##### # ##### # # #### #####
13032024-12-03T22:52:38.234Z ##### # # # ###### # #
13042024-12-03T22:52:38.234Z # # # # # # # # # #
13052024-12-03T22:52:38.234Z # # ###### ###### ###### # # #### ######
13062024-12-03T22:52:38.234Z
13072024-12-03T22:52:38.234Z+ ptime -m cargo nextest run --profile ci
13082024-12-03T22:52:38.886Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
13092024-12-03T22:52:38.993Z------------
13102024-12-03T22:52:38.993Z Nextest run ID 12e0f7b2-856e-4f85-a715-1845b92e9694 with nextest profile: ci
13112024-12-03T22:52:38.993Z Starting 281 tests across 12 binaries
13122024-12-03T22:52:39.042Z PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13132024-12-03T22:52:39.189Z PASS [ 0.190s] cargo-nextest dispatch::tests::test_argument_parsing
13142024-12-03T22:52:47.730Z PASS [ 8.724s] integration-tests::integration test_list_binaries_only
13152024-12-03T22:52:48.257Z PASS [ 9.239s] integration-tests::integration test_list_target_after_build
13162024-12-03T22:52:48.279Z PASS [ 9.269s] integration-tests::integration test_list_full
13172024-12-03T22:52:48.341Z PASS [ 9.333s] integration-tests::integration test_list_default
13182024-12-03T22:52:48.496Z PASS [ 9.474s] integration-tests::integration test_list_host_after_build
13192024-12-03T22:52:49.263Z PASS [ 10.250s] integration-tests::integration test_list_full_after_build
13202024-12-03T22:52:55.700Z PASS [ 16.508s] integration-tests::integration test_relocated_run
13212024-12-03T22:52:55.726Z PASS [ 7.386s] integration-tests::integration test_run_from_archive_with_missing_includes
13222024-12-03T22:52:57.681Z PASS [ 8.413s] integration-tests::integration test_run_no_tests
13232024-12-03T22:52:58.444Z PASS [ 0.767s] integration-tests::integration test_setup_scripts_not_enabled
13242024-12-03T22:52:58.563Z PASS [ 10.304s] integration-tests::integration test_run_after_build
13252024-12-03T22:52:58.948Z PASS [ 19.913s] integration-tests::integration test_list_with_default_filter
13262024-12-03T22:52:59.070Z PASS [ 0.507s] integration-tests::integration test_show_config_version
13272024-12-03T22:52:59.656Z PASS [ 3.926s] integration-tests::integration test_setup_script_error
13282024-12-03T22:52:59.705Z PASS [ 0.052s] integration-tests::integration test_version_info
13292024-12-03T22:52:59.810Z PASS [ 11.525s] integration-tests::integration test_run_from_archive_with_includes
13302024-12-03T22:52:59.825Z PASS [ 0.019s] nextest-filtering parsing::tests::test_complex_error
13312024-12-03T22:52:59.838Z PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_eof
13322024-12-03T22:52:59.854Z PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_expr
13332024-12-03T22:52:59.868Z PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_and_operator
13342024-12-03T22:52:59.884Z PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_escapes
13352024-12-03T22:52:59.902Z PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_glob
13362024-12-03T22:52:59.932Z PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_or_operator
13372024-12-03T22:52:59.938Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform
13382024-12-03T22:52:59.957Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_regex
13392024-12-03T22:53:00.049Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_argument
13402024-12-03T22:53:00.093Z PASS [ 0.082s] nextest-filtering parsing::tests::test_missing_close_parentheses
13412024-12-03T22:53:00.096Z PASS [ 0.041s] nextest-filtering parsing::tests::test_missing_close_regex
13422024-12-03T22:53:00.123Z PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_open_parentheses
13432024-12-03T22:53:00.128Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_parentheses
13442024-12-03T22:53:00.149Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma
13452024-12-03T22:53:00.180Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_difference
13462024-12-03T22:53:00.187Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_intersection
13472024-12-03T22:53:00.205Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_not
13482024-12-03T22:53:00.210Z PASS [ 0.505s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13492024-12-03T22:53:00.225Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_precedence
13502024-12-03T22:53:00.233Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_set
13512024-12-03T22:53:00.239Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union
13522024-12-03T22:53:00.275Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_glob_matcher
13532024-12-03T22:53:00.284Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13542024-12-03T22:53:00.284Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher
13552024-12-03T22:53:00.303Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_set_def
13562024-12-03T22:53:00.326Z PASS [ 0.015s] nextest-filtering parsing::tests::test_unexpected_argument
13572024-12-03T22:53:00.338Z PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_regex
13582024-12-03T22:53:00.338Z PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_comma
13592024-12-03T22:53:00.363Z PASS [ 11.859s] integration-tests::integration test_run_from_archive_with_no_includes
13602024-12-03T22:53:00.377Z PASS [ 0.032s] nextest-filtering::match test_binary_query
13612024-12-03T22:53:00.386Z PASS [ 0.030s] nextest-filtering::match test_expr_binary
13622024-12-03T22:53:00.408Z PASS [ 0.027s] nextest-filtering::match test_expr_binary_id_glob
13632024-12-03T22:53:00.422Z PASS [ 0.032s] nextest-filtering::match test_expr_deps
13642024-12-03T22:53:00.426Z PASS [ 0.031s] nextest-filtering::match test_expr_kind
13652024-12-03T22:53:00.438Z PASS [ 0.025s] nextest-filtering::match test_expr_kind_partial
13662024-12-03T22:53:00.471Z PASS [ 0.025s] nextest-filtering::match test_expr_package_contains
13672024-12-03T22:53:00.515Z PASS [ 0.023s] nextest-filtering::match test_expr_package_regex
13682024-12-03T22:53:00.515Z PASS [ 0.039s] nextest-filtering::match test_expr_package_equal
13692024-12-03T22:53:00.519Z PASS [ 0.044s] nextest-filtering::match test_expr_platform
13702024-12-03T22:53:00.535Z PASS [ 0.018s] nextest-filtering::match test_expr_rdeps
13712024-12-03T22:53:00.559Z PASS [ 0.020s] nextest-filtering::match test_expr_test
13722024-12-03T22:53:00.570Z PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_minus
13732024-12-03T22:53:00.570Z PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not
13742024-12-03T22:53:00.590Z PASS [ 0.019s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13752024-12-03T22:53:00.605Z PASS [ 0.025s] nextest-filtering::match test_expr_test_intersect::with_and
13762024-12-03T22:53:00.618Z PASS [ 0.027s] nextest-filtering::match test_expr_test_not
13772024-12-03T22:53:00.632Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or
13782024-12-03T22:53:00.638Z PASS [ 0.028s] nextest-filtering::match test_expr_test_union::with_pipe
13792024-12-03T22:53:00.647Z PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_plus
13802024-12-03T22:53:00.669Z PASS [ 0.019s] nextest-filtering::match test_expr_with_no_matching_packages
13812024-12-03T22:53:00.685Z PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13822024-12-03T22:53:00.685Z PASS [ 0.031s] nextest-metadata test_list::tests::test_binary_id_ord
13832024-12-03T22:53:00.706Z PASS [ 0.018s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13842024-12-03T22:53:00.714Z PASS [ 0.027s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13852024-12-03T22:53:00.744Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13862024-12-03T22:53:00.744Z PASS [ 0.386s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13872024-12-03T22:53:00.764Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13882024-12-03T22:53:00.764Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13892024-12-03T22:53:00.764Z PASS [ 0.039s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13902024-12-03T22:53:00.782Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13912024-12-03T22:53:00.896Z PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13922024-12-03T22:53:00.896Z PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13932024-12-03T22:53:00.896Z PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13942024-12-03T22:53:00.898Z PASS [ 0.044s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13952024-12-03T22:53:00.898Z PASS [ 0.046s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13962024-12-03T22:53:01.203Z PASS [ 5.503s] integration-tests::integration test_run_with_default_filter
13972024-12-03T22:53:01.278Z PASS [ 0.464s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13982024-12-03T22:53:01.285Z PASS [ 0.461s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
13992024-12-03T22:53:01.324Z PASS [ 0.472s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14002024-12-03T22:53:01.630Z PASS [ 0.415s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14012024-12-03T22:53:01.742Z PASS [ 0.462s] nextest-runner config::archive::tests::parse_invalid::missing_list
14022024-12-03T22:53:01.775Z PASS [ 0.469s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14032024-12-03T22:53:01.781Z PASS [ 0.026s] nextest-runner config::config_impl::tests::default_config_is_valid
14042024-12-03T22:53:01.950Z PASS [ 0.618s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14052024-12-03T22:53:01.960Z PASS [ 0.015s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14062024-12-03T22:53:01.977Z PASS [ 0.017s] nextest-runner config::identifier::tests::test_invalid
14072024-12-03T22:53:01.996Z PASS [ 0.022s] nextest-runner config::identifier::tests::test_valid
14082024-12-03T22:53:02.018Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_accumulate
14092024-12-03T22:53:02.042Z PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14102024-12-03T22:53:02.090Z PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14112024-12-03T22:53:02.092Z PASS [ 0.430s] nextest-runner config::archive::tests::parse_invalid::parent_component
14122024-12-03T22:53:02.120Z PASS [ 0.050s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14132024-12-03T22:53:02.124Z PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14142024-12-03T22:53:02.131Z PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14152024-12-03T22:53:02.134Z PASS [ 0.396s] nextest-runner config::archive::tests::parse_valid
14162024-12-03T22:53:02.208Z PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14172024-12-03T22:53:02.211Z PASS [ 0.366s] nextest-runner config::config_impl::tests::ignored_keys
14182024-12-03T22:53:02.211Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14192024-12-03T22:53:02.211Z PASS [ 0.049s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14202024-12-03T22:53:02.453Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14212024-12-03T22:53:02.486Z PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14222024-12-03T22:53:02.487Z PASS [ 0.300s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14232024-12-03T22:53:02.491Z PASS [ 0.306s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14242024-12-03T22:53:02.520Z PASS [ 3.572s] integration-tests::integration test_target_arg
14252024-12-03T22:53:02.724Z PASS [ 0.265s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14262024-12-03T22:53:02.757Z PASS [ 0.271s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14272024-12-03T22:53:02.777Z PASS [ 0.271s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14282024-12-03T22:53:02.780Z PASS [ 0.283s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14292024-12-03T22:53:02.799Z PASS [ 0.277s] nextest-runner config::overrides::tests::test_overrides_basic
14302024-12-03T22:53:02.970Z PASS [ 0.255s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14312024-12-03T22:53:03.020Z PASS [ 0.265s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14322024-12-03T22:53:03.031Z PASS [ 0.255s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14332024-12-03T22:53:03.035Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14342024-12-03T22:53:03.069Z PASS [ 0.268s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14352024-12-03T22:53:03.282Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14362024-12-03T22:53:03.311Z PASS [ 0.275s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14372024-12-03T22:53:03.311Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14382024-12-03T22:53:03.316Z PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14392024-12-03T22:53:03.353Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14402024-12-03T22:53:03.569Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14412024-12-03T22:53:03.605Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14422024-12-03T22:53:03.605Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14432024-12-03T22:53:03.610Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14442024-12-03T22:53:03.633Z PASS [ 0.280s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14452024-12-03T22:53:03.850Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14462024-12-03T22:53:03.873Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14472024-12-03T22:53:03.885Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14482024-12-03T22:53:03.885Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14492024-12-03T22:53:03.912Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14502024-12-03T22:53:04.122Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14512024-12-03T22:53:04.156Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_valid
14522024-12-03T22:53:04.160Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14532024-12-03T22:53:04.194Z PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14542024-12-03T22:53:04.198Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14552024-12-03T22:53:04.333Z PASS [ 5.262s] integration-tests::integration test_target_dir
14562024-12-03T22:53:04.440Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14572024-12-03T22:53:04.440Z PASS [ 0.274s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14582024-12-03T22:53:04.443Z PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14592024-12-03T22:53:04.495Z PASS [ 0.300s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14602024-12-03T22:53:04.507Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14612024-12-03T22:53:04.608Z PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14622024-12-03T22:53:04.695Z PASS [ 0.266s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14632024-12-03T22:53:04.701Z PASS [ 0.267s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14642024-12-03T22:53:04.705Z PASS [ 0.267s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14652024-12-03T22:53:04.748Z PASS [ 0.241s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14662024-12-03T22:53:04.752Z PASS [ 0.260s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14672024-12-03T22:53:04.888Z PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14682024-12-03T22:53:04.977Z PASS [ 0.278s] nextest-runner config::scripts::tests::test_scripts_basic
14692024-12-03T22:53:04.994Z PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14702024-12-03T22:53:04.998Z PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14712024-12-03T22:53:05.021Z PASS [ 6.577s] integration-tests::integration test_show_config_test_groups
14722024-12-03T22:53:05.036Z PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14732024-12-03T22:53:05.041Z PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14742024-12-03T22:53:05.145Z PASS [ 0.259s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14752024-12-03T22:53:05.237Z PASS [ 0.237s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14762024-12-03T22:53:05.246Z PASS [ 0.268s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14772024-12-03T22:53:05.246Z PASS [ 0.247s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14782024-12-03T22:53:05.271Z PASS [ 0.250s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14792024-12-03T22:53:05.289Z PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14802024-12-03T22:53:05.293Z PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14812024-12-03T22:53:05.397Z PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14822024-12-03T22:53:05.490Z PASS [ 0.254s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14832024-12-03T22:53:05.499Z PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14842024-12-03T22:53:05.499Z PASS [ 0.249s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14852024-12-03T22:53:05.521Z PASS [ 0.250s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14862024-12-03T22:53:05.556Z PASS [ 0.266s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14872024-12-03T22:53:05.564Z PASS [ 0.267s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14882024-12-03T22:53:05.666Z PASS [ 0.267s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14892024-12-03T22:53:05.766Z PASS [ 0.274s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14902024-12-03T22:53:05.775Z PASS [ 0.271s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14912024-12-03T22:53:05.775Z PASS [ 0.275s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14922024-12-03T22:53:05.798Z PASS [ 0.276s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14932024-12-03T22:53:05.829Z PASS [ 0.268s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14942024-12-03T22:53:05.835Z PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14952024-12-03T22:53:05.936Z PASS [ 0.270s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14962024-12-03T22:53:06.042Z PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14972024-12-03T22:53:06.051Z PASS [ 0.272s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
14982024-12-03T22:53:06.051Z PASS [ 0.276s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14992024-12-03T22:53:06.057Z PASS [ 0.017s] nextest-runner config::tool_config::tests::parse_tool_config_file
15002024-12-03T22:53:06.105Z PASS [ 0.055s] nextest-runner errors::tests::display_error_chain
15012024-12-03T22:53:06.116Z PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15022024-12-03T22:53:06.116Z PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15032024-12-03T22:53:06.118Z PASS [ 0.273s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15042024-12-03T22:53:06.123Z PASS [ 0.064s] nextest-runner errors::tests::display_error_list
15052024-12-03T22:53:06.126Z PASS [ 0.016s] nextest-runner list::binary_list::tests::test_parse_binary_list
15062024-12-03T22:53:06.197Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15072024-12-03T22:53:06.197Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15082024-12-03T22:53:06.197Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15092024-12-03T22:53:06.200Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15102024-12-03T22:53:06.200Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15112024-12-03T22:53:06.200Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15122024-12-03T22:53:06.200Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15132024-12-03T22:53:06.200Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15142024-12-03T22:53:06.200Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15152024-12-03T22:53:06.201Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15162024-12-03T22:53:06.201Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15172024-12-03T22:53:06.201Z PASS [ 0.019s] nextest-runner list::test_list::tests::test_parse_test_list
15182024-12-03T22:53:06.201Z PASS [ 0.015s] nextest-runner partition::tests::partitioner_builder_from_str
15192024-12-03T22:53:06.201Z PASS [ 0.016s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15202024-12-03T22:53:06.201Z PASS [ 0.019s] nextest-runner platform::tests::test_from_rustc_output_invalid
15212024-12-03T22:53:06.201Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15222024-12-03T22:53:06.201Z PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15232024-12-03T22:53:06.201Z PASS [ 0.019s] nextest-runner redact::tests::test_redact_path
15242024-12-03T22:53:06.201Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::no_capture_settings
15252024-12-03T22:53:06.212Z PASS [ 0.278s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15262024-12-03T22:53:06.216Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15272024-12-03T22:53:06.220Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15282024-12-03T22:53:06.294Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15292024-12-03T22:53:06.294Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15302024-12-03T22:53:06.294Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15312024-12-03T22:53:06.297Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15322024-12-03T22:53:06.297Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15332024-12-03T22:53:06.297Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_final_warnings
15342024-12-03T22:53:06.298Z PASS [ 0.028s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15352024-12-03T22:53:06.298Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15362024-12-03T22:53:06.298Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15372024-12-03T22:53:06.298Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15382024-12-03T22:53:06.298Z PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15392024-12-03T22:53:06.298Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15402024-12-03T22:53:06.298Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15412024-12-03T22:53:06.298Z PASS [ 0.014s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15422024-12-03T22:53:06.298Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end
15432024-12-03T22:53:06.298Z PASS [ 0.015s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15442024-12-03T22:53:06.307Z PASS [ 0.057s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15452024-12-03T22:53:06.318Z PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative
15462024-12-03T22:53:06.324Z PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output
15472024-12-03T22:53:06.332Z PASS [ 0.024s] nextest-runner runner::tests::no_capture_settings
15482024-12-03T22:53:06.335Z PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15492024-12-03T22:53:06.346Z PASS [ 0.290s] nextest-runner config::tool_config::tests::tool_config_basic
15502024-12-03T22:53:06.346Z PASS [ 0.020s] nextest-runner runner::tests::test_is_success
15512024-12-03T22:53:06.346Z PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15522024-12-03T22:53:06.346Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15532024-12-03T22:53:06.350Z PASS [ 0.021s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15542024-12-03T22:53:06.372Z PASS [ 0.013s] nextest-runner test_command::tests::parse_build_script
15552024-12-03T22:53:06.372Z PASS [ 0.014s] nextest-runner test_filter::tests::empty_pattern_examples
15562024-12-03T22:53:06.375Z PASS [ 0.025s] nextest-runner target_runner::tests::test_find_config
15572024-12-03T22:53:06.375Z PASS [ 0.018s] nextest-runner test_filter::tests::pattern_examples
15582024-12-03T22:53:06.436Z PASS [ 0.094s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15592024-12-03T22:53:06.456Z PASS [ 0.022s] nextest-runner test_filter::tests::skip_only_pattern_examples
15602024-12-03T22:53:06.464Z PASS [ 0.123s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15612024-12-03T22:53:06.495Z PASS [ 0.139s] nextest-runner test_filter::tests::proptest_empty
15622024-12-03T22:53:06.607Z PASS [ 0.241s] nextest-runner test_filter::tests::proptest_no_match
15632024-12-03T22:53:06.628Z PASS [ 0.303s] nextest-runner rustc_cli::tests::test_execute_with_failure
15642024-12-03T22:53:06.680Z PASS [ 0.186s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15652024-12-03T22:53:06.709Z PASS [ 0.081s] nextest-runner::integration basic::test_list_binaries
15662024-12-03T22:53:06.783Z PASS [ 0.177s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15672024-12-03T22:53:06.885Z PASS [ 0.203s] nextest-runner::integration basic::test_list_tests
15682024-12-03T22:53:07.008Z PASS [ 0.646s] nextest-runner test_filter::tests::proptest_exact
15692024-12-03T22:53:07.029Z PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause
15702024-12-03T22:53:07.227Z PASS [ 0.858s] nextest-runner test_filter::tests::proptest_substring
15712024-12-03T22:53:07.291Z PASS [ 0.262s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15722024-12-03T22:53:07.305Z PASS [ 0.298s] nextest-runner::integration basic::test_run_ignored
15732024-12-03T22:53:07.310Z PASS [ 0.019s] nextest-runner::integration target_runner::disregards_non_matching
15742024-12-03T22:53:07.328Z PASS [ 0.018s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15752024-12-03T22:53:07.351Z PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact
15762024-12-03T22:53:07.563Z PASS [ 0.258s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15772024-12-03T22:53:07.681Z PASS [ 0.334s] nextest-runner::integration target_runner::parses_cargo_env
15782024-12-03T22:53:07.940Z PASS [ 0.376s] nextest-runner::integration target_runner::test_listing_with_target_runner
15792024-12-03T22:53:07.957Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_cargo_env
15802024-12-03T22:53:07.972Z PASS [ 0.015s] nextest-runner::integration target_triple::parses_custom_target_cli
15812024-12-03T22:53:07.975Z PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
15822024-12-03T22:53:07.988Z PASS [ 0.016s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15832024-12-03T22:53:07.991Z PASS [ 0.016s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15842024-12-03T22:53:08.007Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_env
15852024-12-03T22:53:08.020Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15862024-12-03T22:53:08.020Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option
15872024-12-03T22:53:08.202Z PASS [ 20.476s] integration-tests::integration test_run
15882024-12-03T22:53:08.374Z PASS [ 1.494s] nextest-runner::integration basic::test_run
15892024-12-03T22:53:09.067Z PASS [ 1.390s] nextest-runner::integration target_runner::test_run_with_target_runner
15902024-12-03T22:53:09.528Z PASS [ 2.306s] nextest-runner::integration basic::test_termination
15912024-12-03T22:53:10.198Z PASS [ 3.493s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15922024-12-03T22:53:10.437Z PASS [ 3.658s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15932024-12-03T22:53:10.440Z------------
15942024-12-03T22:53:10.440Z Summary [ 31.441s] 281 tests run: 281 passed, 0 skipped
15952024-12-03T22:53:10.458Z
15962024-12-03T22:53:10.460Zreal 32.217647791
15972024-12-03T22:53:10.460Zuser 2:03.631212976
15982024-12-03T22:53:10.460Zsys 1:29.328422901
15992024-12-03T22:53:10.460Ztrap 0.298286474
16002024-12-03T22:53:10.460Ztflt 0.406673404
16012024-12-03T22:53:10.460Zdflt 1.003173485
16022024-12-03T22:53:10.460Zkflt 0.155090802
16032024-12-03T22:53:10.460Zlock 25:46.278007464
16042024-12-03T22:53:10.460Zslp 47:43.091708449
16052024-12-03T22:53:10.460Zlat 12:32.640540243
16062024-12-03T22:53:10.460Zstop 5:59.971973761
16072024-12-03T22:53:10.461Zprocess exited: duration 281127 ms, exit code 0
 
16082024-12-03T22:53:10.466Zfound 0 output files