01JAYFBF3S2A7MZY9WEK10WD69: build-and-test-illumos

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

Buildomat Job: 01JAYFBPK9CVWNAHDCCSYAECMT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-24T05:18:49.145Zjob assigned to worker 01JAYFBRW34WSM9THN8W9MPMPA (queued for 47 s)
 
22024-10-24T05:18:56.091Zstarting task 0: "setup"
32024-10-24T05:18:56.100Z++ uname -s
42024-10-24T05:18:56.103Z+ kern=SunOS
52024-10-24T05:18:56.103Z+ case "$kern" in
62024-10-24T05:18:56.103Z+ groupadd -g 12345 build
72024-10-24T05:18:56.105Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-24T05:18:58.115Z+ zfs create -o mountpoint=/work rpool/work
92024-10-24T05:18:58.233Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-24T05:18:58.235Z+ home_fs=zfs
112024-10-24T05:18:58.235Z+ [[ zfs == autofs ]]
122024-10-24T05:18:58.235Z+ mkdir -p /home/build
132024-10-24T05:18:58.238Z+ chown build:build /home/build /work
142024-10-24T05:19:00.239Z+ chmod 0700 /home/build /work
152024-10-24T05:19:00.242Zprocess exited: duration 4152 ms, exit code 0
 
162024-10-24T05:19:00.247Zstarting task 1: "rust-toolchain"
172024-10-24T05:19:00.252Z+ printf ' * toolchain channel = "%s"
182024-10-24T05:19:00.252Z * toolchain channel = "stable"
192024-10-24T05:19:00.252Z' stable
202024-10-24T05:19:00.252Z+ printf ' * toolchain profile = "%s"
212024-10-24T05:19:00.252Z' default
222024-10-24T05:19:00.252Z * toolchain profile = "default"
232024-10-24T05:19:00.254Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-24T05:19:00.254Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-24T05:19:00.529Zinfo: downloading installer
262024-10-24T05:19:01.859Zinfo: profile set to 'default'
272024-10-24T05:19:01.859Zinfo: default host triple is x86_64-unknown-illumos
282024-10-24T05:19:01.862Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-24T05:19:02.015Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-24T05:19:02.015Zinfo: downloading component 'cargo'
312024-10-24T05:19:02.856Zinfo: downloading component 'clippy'
322024-10-24T05:19:03.187Zinfo: downloading component 'rust-docs'
332024-10-24T05:19:04.353Zinfo: downloading component 'rust-std'
342024-10-24T05:19:06.205Zinfo: downloading component 'rustc'
352024-10-24T05:19:12.817Zinfo: downloading component 'rustfmt'
362024-10-24T05:19:13.060Zinfo: installing component 'cargo'
372024-10-24T05:19:13.879Zinfo: installing component 'clippy'
382024-10-24T05:19:14.270Zinfo: installing component 'rust-docs'
392024-10-24T05:19:15.985Zinfo: installing component 'rust-std'
402024-10-24T05:19:18.027Zinfo: installing component 'rustc'
412024-10-24T05:19:24.011Zinfo: installing component 'rustfmt'
422024-10-24T05:19:24.348Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-24T05:19:24.348Z
442024-10-24T05:19:24.728Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-24T05:19:24.728Z
462024-10-24T05:19:24.730Z
472024-10-24T05:19:24.730ZRust is installed now. Great!
482024-10-24T05:19:24.730Z
492024-10-24T05:19:24.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-24T05:19:24.730Zenvironment variable. This has not been done automatically.
512024-10-24T05:19:24.730Z
522024-10-24T05:19:24.730ZTo configure your current shell, you need to source
532024-10-24T05:19:24.730Zthe corresponding env file under $HOME/.cargo.
542024-10-24T05:19:24.730Z
552024-10-24T05:19:24.730ZThis is usually done by running one of the following (note the leading DOT):
562024-10-24T05:19:24.730Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-24T05:19:24.730Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-24T05:19:24.806Z+ rustc --version
592024-10-24T05:19:24.872Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-24T05:19:24.875Zprocess exited: duration 24624 ms, exit code 0
 
612024-10-24T05:19:24.879Zstarting task 2: "authentication"
622024-10-24T05:19:24.899Zprocess exited: duration 20 ms, exit code 0
 
632024-10-24T05:19:24.904Zstarting task 3: "clone repository"
642024-10-24T05:19:24.909Z+ mkdir -p /work/nextest-rs/nextest
652024-10-24T05:19:24.911Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-10-24T05:19:24.949ZCloning into '/work/nextest-rs/nextest'...
672024-10-24T05:19:26.495Z+ cd /work/nextest-rs/nextest
682024-10-24T05:19:26.495Z+ git fetch origin 9fe01e0e2a09ff029732b04cb3b0dba8123321ec
692024-10-24T05:19:26.752ZFrom https://github.com/nextest-rs/nextest
702024-10-24T05:19:26.752Z * branch 9fe01e0e2a09ff029732b04cb3b0dba8123321ec -> FETCH_HEAD
712024-10-24T05:19:26.760Z+ [[ -n renovate/eifinger-setup-uv-3.x ]]
722024-10-24T05:19:26.763Z++ git branch --show-current
732024-10-24T05:19:26.765Z+ current=main
742024-10-24T05:19:26.765Z+ [[ main != renovate/eifinger-setup-uv-3.x ]]
752024-10-24T05:19:26.765Z+ git branch -f renovate/eifinger-setup-uv-3.x 9fe01e0e2a09ff029732b04cb3b0dba8123321ec
762024-10-24T05:19:26.768Z+ git checkout -f renovate/eifinger-setup-uv-3.x
772024-10-24T05:19:26.834ZSwitched to branch 'renovate/eifinger-setup-uv-3.x'
782024-10-24T05:19:26.836Z+ git reset --hard 9fe01e0e2a09ff029732b04cb3b0dba8123321ec
792024-10-24T05:19:26.898ZHEAD is now at 9fe01e0e chore(deps): update eifinger/setup-uv action to v3
802024-10-24T05:19:26.900Zprocess exited: duration 1993 ms, exit code 0
 
812024-10-24T05:19:26.906Zstarting task 4: "build"
822024-10-24T05:19:26.913Z+ PLATFORM=illumos
832024-10-24T05:19:26.913Z+ export CARGO_TERM_COLOR=always
842024-10-24T05:19:26.913Z+ CARGO_TERM_COLOR=always
852024-10-24T05:19:26.913Z+ cargo --version
862024-10-24T05:19:26.971Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-10-24T05:19:26.974Z+ rustc --version
882024-10-24T05:19:27.034Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-10-24T05:19:27.036Z+ banner install
902024-10-24T05:19:27.039Z
912024-10-24T05:19:27.039Z # # # #### ##### ## # #
922024-10-24T05:19:27.039Z # ## # # # # # # #
932024-10-24T05:19:27.039Z # # # # #### # # # # #
942024-10-24T05:19:27.039Z # # # # # # ###### # #
952024-10-24T05:19:27.039Z # # ## # # # # # # #
962024-10-24T05:19:27.039Z # # # #### # # # ###### ######
972024-10-24T05:19:27.039Z
982024-10-24T05:19:27.042Z+ mkdir -p /home/build/.cargo/bin
992024-10-24T05:19:27.044Z+ curl -LsSf https://get.nexte.st/latest/illumos
1002024-10-24T05:19:27.044Z+ gunzip
1012024-10-24T05:19:27.044Z+ tar xf - -C /home/build/.cargo/bin
1022024-10-24T05:19:27.982Z+ banner metadata
1032024-10-24T05:19:27.985Z
1042024-10-24T05:19:27.985Z # # ###### ##### ## ##### ## ##### ##
1052024-10-24T05:19:27.985Z ## ## # # # # # # # # # # #
1062024-10-24T05:19:27.985Z # ## # ##### # # # # # # # # # #
1072024-10-24T05:19:27.985Z # # # # ###### # # ###### # ######
1082024-10-24T05:19:27.985Z # # # # # # # # # # # # #
1092024-10-24T05:19:27.985Z # # ###### # # # ##### # # # # #
1102024-10-24T05:19:27.985Z
1112024-10-24T05:19:27.985Z+ ptime -m cargo build --package nextest-metadata
1122024-10-24T05:19:28.124Z Updating crates.io index
1132024-10-24T05:19:29.126Z Downloading crates ...
1142024-10-24T05:19:29.186Z Downloaded anstyle-query v1.1.1
1152024-10-24T05:19:29.189Z Downloaded backtrace-ext v0.2.1
1162024-10-24T05:19:29.191Z Downloaded anstyle v1.0.8
1172024-10-24T05:19:29.193Z Downloaded adler v1.0.2
1182024-10-24T05:19:29.211Z Downloaded is_ci v1.2.0
1192024-10-24T05:19:29.213Z Downloaded guppy-workspace-hack v0.1.0
1202024-10-24T05:19:29.216Z Downloaded borsh v1.5.1
1212024-10-24T05:19:29.221Z Downloaded supports-unicode v3.0.0
1222024-10-24T05:19:29.223Z Downloaded heck v0.5.0
1232024-10-24T05:19:29.226Z Downloaded either v1.13.0
1242024-10-24T05:19:29.229Z Downloaded terminal_size v0.3.0
1252024-10-24T05:19:29.232Z Downloaded thiserror-impl v1.0.64
1262024-10-24T05:19:29.232Z Downloaded supports-color v3.0.1
1272024-10-24T05:19:29.234Z Downloaded cfg-if v1.0.0
1282024-10-24T05:19:29.234Z Downloaded miette-derive v7.2.0
1292024-10-24T05:19:29.234Z Downloaded rand_chacha v0.3.1
1302024-10-24T05:19:29.237Z Downloaded version_check v0.9.5
1312024-10-24T05:19:29.237Z Downloaded is_terminal_polyfill v1.70.1
1322024-10-24T05:19:29.239Z Downloaded bytes v1.8.0
1332024-10-24T05:19:29.241Z Downloaded addr2line v0.21.0
1342024-10-24T05:19:29.244Z Downloaded smawk v0.3.2
1352024-10-24T05:19:29.246Z Downloaded xxhash-rust v0.8.12
1362024-10-24T05:19:29.246Z Downloaded unicode-linebreak v0.1.5
1372024-10-24T05:19:29.249Z Downloaded colorchoice v1.0.2
1382024-10-24T05:19:29.249Z Downloaded errno v0.3.9
1392024-10-24T05:19:29.251Z Downloaded rustc-demangle v0.1.24
1402024-10-24T05:19:29.251Z Downloaded ppv-lite86 v0.2.20
1412024-10-24T05:19:29.254Z Downloaded jobserver v0.1.32
1422024-10-24T05:19:29.254Z Downloaded anstyle-parse v0.2.5
1432024-10-24T05:19:29.256Z Downloaded utf8parse v0.2.2
1442024-10-24T05:19:29.256Z Downloaded target-lexicon v0.12.16
1452024-10-24T05:19:29.259Z Downloaded zerocopy-derive v0.7.35
1462024-10-24T05:19:29.262Z Downloaded smallvec v1.13.2
1472024-10-24T05:19:29.265Z Downloaded quote v1.0.37
1482024-10-24T05:19:29.268Z Downloaded clap_derive v4.5.18
1492024-10-24T05:19:29.270Z Downloaded backtrace v0.3.71
1502024-10-24T05:19:29.273Z Downloaded clap v4.5.20
1512024-10-24T05:19:29.281Z Downloaded equivalent v1.0.1
1522024-10-24T05:19:29.284Z Downloaded autocfg v1.4.0
1532024-10-24T05:19:29.286Z Downloaded owo-colors v4.1.0
1542024-10-24T05:19:29.290Z Downloaded byteorder v1.5.0
1552024-10-24T05:19:29.292Z Downloaded anstream v0.6.15
1562024-10-24T05:19:29.295Z Downloaded textwrap v0.16.1
1572024-10-24T05:19:29.298Z Downloaded socket2 v0.5.7
1582024-10-24T05:19:29.300Z Downloaded cfg_aliases v0.2.1
1592024-10-24T05:19:29.300Z Downloaded serde_derive v1.0.211
1602024-10-24T05:19:29.303Z Downloaded tracing-core v0.1.32
1612024-10-24T05:19:29.305Z Downloaded shlex v1.3.0
1622024-10-24T05:19:29.305Z Downloaded ryu v1.0.18
1632024-10-24T05:19:29.307Z Downloaded strsim v0.11.1
1642024-10-24T05:19:29.310Z Downloaded log v0.4.22
1652024-10-24T05:19:29.313Z Downloaded thiserror v1.0.64
1662024-10-24T05:19:29.317Z Downloaded unicode-ident v1.0.13
1672024-10-24T05:19:29.321Z Downloaded terminal_size v0.4.0
1682024-10-24T05:19:29.324Z Downloaded signal-hook-registry v1.4.2
1692024-10-24T05:19:29.324Z Downloaded rand_core v0.6.4
1702024-10-24T05:19:29.324Z Downloaded itoa v1.0.11
1712024-10-24T05:19:29.326Z Downloaded tracing-log v0.2.0
1722024-10-24T05:19:29.326Z Downloaded target-spec v3.2.2
1732024-10-24T05:19:29.331Z Downloaded smol_str v0.3.1
1742024-10-24T05:19:29.331Z Downloaded lazy_static v1.5.0
1752024-10-24T05:19:29.331Z Downloaded clap_lex v0.7.2
1762024-10-24T05:19:29.335Z Downloaded cc v1.1.24
1772024-10-24T05:19:29.340Z Downloaded unicase v2.7.0
1782024-10-24T05:19:29.340Z Downloaded thread_local v1.1.8
1792024-10-24T05:19:29.340Z Downloaded supports-hyperlinks v3.0.0
1802024-10-24T05:19:29.340Z Downloaded tokio-macros v2.4.0
1812024-10-24T05:19:29.340Z Downloaded camino v1.1.9
1822024-10-24T05:19:29.343Z Downloaded tracing v0.1.40
1832024-10-24T05:19:29.345Z Downloaded console v0.15.8
1842024-10-24T05:19:29.348Z Downloaded bitflags v2.6.0
1852024-10-24T05:19:29.359Z Downloaded pin-project-lite v0.2.14
1862024-10-24T05:19:29.364Z Downloaded once_cell v1.20.2
1872024-10-24T05:19:29.368Z Downloaded miniz_oxide v0.7.4
1882024-10-24T05:19:29.371Z Downloaded getrandom v0.2.15
1892024-10-24T05:19:29.375Z Downloaded num-traits v0.2.19
1902024-10-24T05:19:29.386Z Downloaded mio v1.0.2
1912024-10-24T05:19:29.392Z Downloaded proc-macro2 v1.0.86
1922024-10-24T05:19:29.396Z Downloaded cfg-expr v0.17.0
1932024-10-24T05:19:29.400Z Downloaded sharded-slab v0.1.7
1942024-10-24T05:19:29.402Z Downloaded rand v0.8.5
1952024-10-24T05:19:29.404Z Downloaded indexmap v2.6.0
1962024-10-24T05:19:29.407Z Downloaded serde v1.0.211
1972024-10-24T05:19:29.420Z Downloaded miette v7.2.0
1982024-10-24T05:19:29.426Z Downloaded memchr v2.7.4
1992024-10-24T05:19:29.430Z Downloaded serde_json v1.0.132
2002024-10-24T05:19:29.444Z Downloaded hashbrown v0.15.0
2012024-10-24T05:19:29.449Z Downloaded libm v0.2.8
2022024-10-24T05:19:29.465Z Downloaded zerocopy v0.7.35
2032024-10-24T05:19:29.482Z Downloaded clap_builder v4.5.20
2042024-10-24T05:19:29.495Z Downloaded tracing-subscriber v0.3.18
2052024-10-24T05:19:29.503Z Downloaded unicode-width v0.2.0
2062024-10-24T05:19:29.509Z Downloaded object v0.32.2
2072024-10-24T05:19:29.518Z Downloaded unicode-width v0.1.14
2082024-10-24T05:19:29.524Z Downloaded syn v2.0.82
2092024-10-24T05:19:29.533Z Downloaded gimli v0.28.1
2102024-10-24T05:19:29.540Z Downloaded rustix v0.38.37
2112024-10-24T05:19:29.589Z Downloaded libc v0.2.161
2122024-10-24T05:19:29.614Z Downloaded tokio v1.41.0
2132024-10-24T05:19:29.818Z Compiling proc-macro2 v1.0.86
2142024-10-24T05:19:29.818Z Compiling unicode-ident v1.0.13
2152024-10-24T05:19:29.818Z Compiling libc v0.2.161
2162024-10-24T05:19:29.820Z Compiling cfg-if v1.0.0
2172024-10-24T05:19:29.820Z Compiling serde v1.0.211
2182024-10-24T05:19:29.820Z Compiling shlex v1.3.0
2192024-10-24T05:19:29.835Z Compiling rustix v0.38.37
2202024-10-24T05:19:29.942Z Compiling memchr v2.7.4
2212024-10-24T05:19:30.019Z Compiling bitflags v2.6.0
2222024-10-24T05:19:30.401Z Compiling once_cell v1.20.2
2232024-10-24T05:19:30.404Z Compiling version_check v0.9.5
2242024-10-24T05:19:30.473Z Compiling gimli v0.28.1
2252024-10-24T05:19:30.633Z Compiling adler v1.0.2
2262024-10-24T05:19:30.800Z Compiling tracing-core v0.1.32
2272024-10-24T05:19:30.843Z Compiling utf8parse v0.2.2
2282024-10-24T05:19:30.998Z Compiling byteorder v1.5.0
2292024-10-24T05:19:31.011Z Compiling unicase v2.7.0
2302024-10-24T05:19:31.339Z Compiling jobserver v0.1.32
2312024-10-24T05:19:31.356Z Compiling camino v1.1.9
2322024-10-24T05:19:31.563Z Compiling quote v1.0.37
2332024-10-24T05:19:31.707Z Compiling cc v1.1.24
2342024-10-24T05:19:31.955Z Compiling syn v2.0.82
2352024-10-24T05:19:32.101Z Compiling errno v0.3.9
2362024-10-24T05:19:32.183Z Compiling getrandom v0.2.15
2372024-10-24T05:19:32.194Z Compiling anstyle-parse v0.2.5
2382024-10-24T05:19:32.219Z Compiling object v0.32.2
2392024-10-24T05:19:32.388Z Compiling miniz_oxide v0.7.4
2402024-10-24T05:19:32.490Z Compiling serde_json v1.0.132
2412024-10-24T05:19:32.522Z Compiling target-lexicon v0.12.16
2422024-10-24T05:19:32.854Z Compiling is_terminal_polyfill v1.70.1
2432024-10-24T05:19:32.981Z Compiling anstyle v1.0.8
2442024-10-24T05:19:33.173Z Compiling owo-colors v4.1.0
2452024-10-24T05:19:33.415Z Compiling thiserror v1.0.64
2462024-10-24T05:19:33.442Z Compiling unicode-width v0.1.14
2472024-10-24T05:19:33.509Z Compiling rustc-demangle v0.1.24
2482024-10-24T05:19:33.929Z Compiling colorchoice v1.0.2
2492024-10-24T05:19:33.942Z Compiling lazy_static v1.5.0
2502024-10-24T05:19:33.962Z Compiling libm v0.2.8
2512024-10-24T05:19:34.063Z Compiling anstyle-query v1.1.1
2522024-10-24T05:19:34.090Z Compiling autocfg v1.4.0
2532024-10-24T05:19:34.203Z Compiling anstream v0.6.15
2542024-10-24T05:19:34.597Z Compiling terminal_size v0.4.0
2552024-10-24T05:19:34.667Z Compiling rand_core v0.6.4
2562024-10-24T05:19:34.804Z Compiling addr2line v0.21.0
2572024-10-24T05:19:34.918Z Compiling num-traits v0.2.19
2582024-10-24T05:19:34.949Z Compiling backtrace v0.3.71
2592024-10-24T05:19:35.095Z Compiling unicode-width v0.2.0
2602024-10-24T05:19:35.267Z Compiling unicode-linebreak v0.1.5
2612024-10-24T05:19:35.364Z Compiling log v0.4.22
2622024-10-24T05:19:35.474Z Compiling heck v0.5.0
2632024-10-24T05:19:35.580Z Compiling ryu v1.0.18
2642024-10-24T05:19:35.620Z Compiling strsim v0.11.1
2652024-10-24T05:19:35.764Z Compiling clap_lex v0.7.2
2662024-10-24T05:19:35.808Z Compiling smawk v0.3.2
2672024-10-24T05:19:35.892Z Compiling itoa v1.0.11
2682024-10-24T05:19:35.908Z Compiling guppy-workspace-hack v0.1.0
2692024-10-24T05:19:36.005Z Compiling is_ci v1.2.0
2702024-10-24T05:19:36.105Z Compiling pin-project-lite v0.2.14
2712024-10-24T05:19:36.232Z Compiling tracing v0.1.40
2722024-10-24T05:19:36.245Z Compiling supports-color v3.0.1
2732024-10-24T05:19:36.265Z Compiling clap_builder v4.5.20
2742024-10-24T05:19:36.348Z Compiling textwrap v0.16.1
2752024-10-24T05:19:36.423Z Compiling tracing-log v0.2.0
2762024-10-24T05:19:36.925Z Compiling sharded-slab v0.1.7
2772024-10-24T05:19:37.471Z Compiling terminal_size v0.3.0
2782024-10-24T05:19:37.652Z Compiling signal-hook-registry v1.4.2
2792024-10-24T05:19:37.736Z Compiling mio v1.0.2
2802024-10-24T05:19:38.186Z Compiling thread_local v1.1.8
2812024-10-24T05:19:38.290Z Compiling bytes v1.8.0
2822024-10-24T05:19:38.554Z Compiling hashbrown v0.15.0
2832024-10-24T05:19:38.786Z Compiling equivalent v1.0.1
2842024-10-24T05:19:39.004Z Compiling supports-unicode v3.0.0
2852024-10-24T05:19:39.043Z Compiling target-spec v3.2.2
2862024-10-24T05:19:39.269Z Compiling smallvec v1.13.2
2872024-10-24T05:19:39.538Z Compiling supports-hyperlinks v3.0.0
2882024-10-24T05:19:39.615Z Compiling backtrace-ext v0.2.1
2892024-10-24T05:19:39.629Z Compiling cfg-expr v0.17.0
2902024-10-24T05:19:39.707Z Compiling tracing-subscriber v0.3.18
2912024-10-24T05:19:39.899Z Compiling console v0.15.8
2922024-10-24T05:19:39.939Z Compiling xxhash-rust v0.8.12
2932024-10-24T05:19:40.589Z Compiling either v1.13.0
2942024-10-24T05:19:42.779Z Compiling serde_derive v1.0.211
2952024-10-24T05:19:43.061Z Compiling zerocopy-derive v0.7.35
2962024-10-24T05:19:43.236Z Compiling thiserror-impl v1.0.64
2972024-10-24T05:19:43.380Z Compiling tokio-macros v2.4.0
2982024-10-24T05:19:43.592Z Compiling clap_derive v4.5.18
2992024-10-24T05:19:43.637Z Compiling miette-derive v7.2.0
3002024-10-24T05:19:44.961Z Compiling tokio v1.41.0
3012024-10-24T05:19:45.020Z Compiling zerocopy v0.7.35
3022024-10-24T05:19:46.387Z Compiling miette v7.2.0
3032024-10-24T05:19:46.703Z Compiling ppv-lite86 v0.2.20
3042024-10-24T05:19:47.563Z Compiling rand_chacha v0.3.1
3052024-10-24T05:19:47.823Z Compiling clap v4.5.20
3062024-10-24T05:19:48.119Z Compiling rand v0.8.5
3072024-10-24T05:19:52.556Z Compiling indexmap v2.6.0
3082024-10-24T05:19:52.557Z Compiling smol_str v0.3.1
3092024-10-24T05:19:53.459Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3102024-10-24T05:19:54.706Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3112024-10-24T05:19:56.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.91s
3122024-10-24T05:19:57.136Z
3132024-10-24T05:19:57.136Zreal 29.122462209
3142024-10-24T05:19:57.136Zuser 2:25.675021574
3152024-10-24T05:19:57.136Zsys 30.549840682
3162024-10-24T05:19:57.139Ztrap 0.083228368
3172024-10-24T05:19:57.139Ztflt 0.317071491
3182024-10-24T05:19:57.139Zdflt 0.414929057
3192024-10-24T05:19:57.139Zkflt 0.001821909
3202024-10-24T05:19:57.139Zlock 3:33.530528779
3212024-10-24T05:19:57.139Zslp 8:31.625791967
3222024-10-24T05:19:57.139Zlat 9.021850395
3232024-10-24T05:19:57.139Zstop 16.504794002
3242024-10-24T05:19:57.139Z+ banner no-update
3252024-10-24T05:19:57.139Z
3262024-10-24T05:19:57.139Z # # #### # # ##### ##### ## ##### ######
3272024-10-24T05:19:57.139Z ## # # # # # # # # # # # # #
3282024-10-24T05:19:57.139Z # # # # # ##### # # # # # # # # # #####
3292024-10-24T05:19:57.139Z # # # # # # # ##### # # ###### # #
3302024-10-24T05:19:57.139Z # ## # # # # # # # # # # #
3312024-10-24T05:19:57.139Z # # #### #### # ##### # # # ######
3322024-10-24T05:19:57.139Z
3332024-10-24T05:19:57.142Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3342024-10-24T05:19:57.275Z Downloading crates ...
3352024-10-24T05:19:57.371Z Downloaded filetime v0.2.25
3362024-10-24T05:19:57.373Z Downloaded futures-macro v0.3.31
3372024-10-24T05:19:57.375Z Downloaded swrite v0.1.0
3382024-10-24T05:19:57.376Z Downloaded pathdiff v0.2.2
3392024-10-24T05:19:57.379Z Downloaded tinyvec_macros v0.1.1
3402024-10-24T05:19:57.382Z Downloaded number_prefix v0.4.0
3412024-10-24T05:19:57.382Z Downloaded target-spec-miette v0.4.0
3422024-10-24T05:19:57.384Z Downloaded futures-core v0.3.31
3432024-10-24T05:19:57.384Z Downloaded cargo-platform v0.1.8
3442024-10-24T05:19:57.386Z Downloaded indenter v0.3.3
3452024-10-24T05:19:57.388Z Downloaded humantime-serde v1.1.1
3462024-10-24T05:19:57.388Z Downloaded futures-task v0.3.31
3472024-10-24T05:19:57.391Z Downloaded serde_ignored v0.1.10
3482024-10-24T05:19:57.391Z Downloaded quick-junit v0.5.0
3492024-10-24T05:19:57.393Z Downloaded future-queue v0.3.0
3502024-10-24T05:19:57.395Z Downloaded slab v0.4.9
3512024-10-24T05:19:57.396Z Downloaded shared_child v1.0.1
3522024-10-24T05:19:57.398Z Downloaded newtype-uuid v1.1.2
3532024-10-24T05:19:57.398Z Downloaded display-error-chain v0.2.2
3542024-10-24T05:19:57.408Z Downloaded pkg-config v0.3.31
3552024-10-24T05:19:57.410Z Downloaded eyre v0.6.12
3562024-10-24T05:19:57.414Z Downloaded ahash v0.8.11
3572024-10-24T05:19:57.418Z Downloaded vte v0.11.1
3582024-10-24T05:19:57.427Z Downloaded atomicwrites v0.4.4
3592024-10-24T05:19:57.431Z Downloaded ron v0.8.1
3602024-10-24T05:19:57.436Z Downloaded enable-ansi-support v0.2.1
3612024-10-24T05:19:57.438Z Downloaded config v0.14.0
3622024-10-24T05:19:57.445Z Downloaded debug-ignore v1.0.5
3632024-10-24T05:19:57.447Z Downloaded pin-project v1.1.5
3642024-10-24T05:19:57.456Z Downloaded vte_generate_state_changes v0.1.2
3652024-10-24T05:19:57.458Z Downloaded base64 v0.21.7
3662024-10-24T05:19:57.461Z Downloaded nested v0.1.1
3672024-10-24T05:19:57.464Z Downloaded home v0.5.9
3682024-10-24T05:19:57.466Z Downloaded fastrand v2.1.1
3692024-10-24T05:19:57.471Z Downloaded camino-tempfile v1.1.1
3702024-10-24T05:19:57.473Z Downloaded futures-sink v0.3.31
3712024-10-24T05:19:57.475Z Downloaded dialoguer v0.11.0
3722024-10-24T05:19:57.478Z Downloaded futures-io v0.3.31
3732024-10-24T05:19:57.478Z Downloaded futures-executor v0.3.31
3742024-10-24T05:19:57.481Z Downloaded serde_spanned v0.6.8
3752024-10-24T05:19:57.481Z Downloaded async-scoped v0.9.0
3762024-10-24T05:19:57.483Z Downloaded cargo_metadata v0.18.1
3772024-10-24T05:19:57.485Z Downloaded fnv v1.0.7
3782024-10-24T05:19:57.485Z Downloaded fixedbitset v0.4.2
3792024-10-24T05:19:57.487Z Downloaded pin-utils v0.1.0
3802024-10-24T05:19:57.487Z Downloaded humantime v2.1.0
3812024-10-24T05:19:57.489Z Downloaded static_assertions v1.1.0
3822024-10-24T05:19:57.492Z Downloaded semver v1.0.23
3832024-10-24T05:19:57.494Z Downloaded zeroize v1.8.1
3842024-10-24T05:19:57.496Z Downloaded xattr v1.3.1
3852024-10-24T05:19:57.498Z Downloaded tracing-error v0.2.0
3862024-10-24T05:19:57.498Z Downloaded serde_path_to_error v0.1.16
3872024-10-24T05:19:57.500Z Downloaded zstd-safe v7.2.1
3882024-10-24T05:19:57.502Z Downloaded strip-ansi-escapes v0.2.0
3892024-10-24T05:19:57.502Z Downloaded os_pipe v1.2.1
3902024-10-24T05:19:57.513Z Downloaded tracing-attributes v0.1.27
3912024-10-24T05:19:57.515Z Downloaded toml_datetime v0.6.8
3922024-10-24T05:19:57.517Z Downloaded iana-time-zone v0.1.61
3932024-10-24T05:19:57.519Z Downloaded globset v0.4.15
3942024-10-24T05:19:57.521Z Downloaded tempfile v3.13.0
3952024-10-24T05:19:57.523Z Downloaded owo-colors v3.5.0
3962024-10-24T05:19:57.526Z Downloaded shell-words v1.1.0
3972024-10-24T05:19:57.530Z Downloaded futures-channel v0.3.31
3982024-10-24T05:19:57.533Z Downloaded futures v0.3.31
3992024-10-24T05:19:57.538Z Downloaded duct v0.13.7
4002024-10-24T05:19:57.540Z Downloaded pin-project-internal v1.1.5
4012024-10-24T05:19:57.543Z Downloaded toml v0.8.19
4022024-10-24T05:19:57.547Z Downloaded zstd v0.13.2
4032024-10-24T05:19:57.550Z Downloaded uuid v1.10.0
4042024-10-24T05:19:57.553Z Downloaded aho-corasick v1.1.3
4052024-10-24T05:19:57.559Z Downloaded toml_edit v0.22.22
4062024-10-24T05:19:57.581Z Downloaded tar v0.4.42
4072024-10-24T05:19:57.583Z Downloaded guppy v0.17.8
4082024-10-24T05:19:57.589Z Downloaded indicatif v0.17.8
4092024-10-24T05:19:57.593Z Downloaded tinyvec v1.8.0
4102024-10-24T05:19:57.615Z Downloaded itertools v0.13.0
4112024-10-24T05:19:57.623Z Downloaded minimal-lexical v0.2.1
4122024-10-24T05:19:57.630Z Downloaded winnow v0.6.20
4132024-10-24T05:19:57.638Z Downloaded unicode-normalization v0.1.24
4142024-10-24T05:19:57.642Z Downloaded chrono v0.4.38
4152024-10-24T05:19:57.649Z Downloaded nom v7.1.3
4162024-10-24T05:19:57.668Z Downloaded portable-atomic v1.9.0
4172024-10-24T05:19:57.675Z Downloaded futures-util v0.3.31
4182024-10-24T05:19:57.686Z Downloaded quick-xml v0.36.2
4192024-10-24T05:19:57.692Z Downloaded regex v1.11.0
4202024-10-24T05:19:57.705Z Downloaded color-spantrace v0.2.1
4212024-10-24T05:19:57.757Z Downloaded nix v0.29.0
4222024-10-24T05:19:57.767Z Downloaded regex-syntax v0.8.5
4232024-10-24T05:19:57.782Z Downloaded bstr v1.10.0
4242024-10-24T05:19:57.845Z Downloaded color-eyre v0.6.3
4252024-10-24T05:19:57.852Z Downloaded regex-automata v0.4.8
4262024-10-24T05:19:57.868Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
4272024-10-24T05:19:57.885Z Downloaded petgraph v0.6.5
4282024-10-24T05:19:57.942Z Downloaded recursion v0.5.2
4292024-10-24T05:19:57.984Z Compiling rustix v0.38.37
4302024-10-24T05:19:58.031Z Compiling tracing-attributes v0.1.27
4312024-10-24T05:19:58.037Z Compiling slab v0.4.9
4322024-10-24T05:19:58.042Z Compiling futures-core v0.3.31
4332024-10-24T05:19:58.048Z Compiling pkg-config v0.3.31
4342024-10-24T05:19:58.048Z Compiling futures-sink v0.3.31
4352024-10-24T05:19:58.056Z Compiling futures-macro v0.3.31
4362024-10-24T05:19:58.058Z Compiling pin-utils v0.1.0
4372024-10-24T05:19:58.128Z Compiling semver v1.0.23
4382024-10-24T05:19:58.165Z Compiling futures-io v0.3.31
4392024-10-24T05:19:58.245Z Compiling futures-channel v0.3.31
4402024-10-24T05:19:58.495Z Compiling futures-task v0.3.31
4412024-10-24T05:19:58.614Z Compiling ahash v0.8.11
4422024-10-24T05:19:58.670Z Compiling aho-corasick v1.1.3
4432024-10-24T05:19:58.729Z Compiling fastrand v2.1.1
4442024-10-24T05:19:58.764Z Compiling winnow v0.6.20
4452024-10-24T05:19:58.986Z Compiling regex-syntax v0.8.5
4462024-10-24T05:19:59.127Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4472024-10-24T05:19:59.831Z Compiling futures-util v0.3.31
4482024-10-24T05:20:00.036Z Compiling pathdiff v0.2.2
4492024-10-24T05:20:00.169Z Compiling serde_spanned v0.6.8
4502024-10-24T05:20:00.379Z Compiling cargo-platform v0.1.8
4512024-10-24T05:20:00.950Z Compiling terminal_size v0.3.0
4522024-10-24T05:20:01.091Z Compiling tracing v0.1.40
4532024-10-24T05:20:01.134Z Compiling terminal_size v0.4.0
4542024-10-24T05:20:01.392Z Compiling clap_builder v4.5.20
4552024-10-24T05:20:01.571Z Compiling tokio v1.41.0
4562024-10-24T05:20:01.811Z Compiling miette v7.2.0
4572024-10-24T05:20:02.558Z Compiling regex-automata v0.4.8
4582024-10-24T05:20:04.405Z Compiling tempfile v3.13.0
4592024-10-24T05:20:05.348Z Compiling clap v4.5.20
4602024-10-24T05:20:05.447Z Compiling toml_datetime v0.6.8
4612024-10-24T05:20:05.469Z Compiling vte_generate_state_changes v0.1.2
4622024-10-24T05:20:05.927Z Compiling newtype-uuid v1.1.2
4632024-10-24T05:20:05.981Z Compiling zstd-safe v7.2.1
4642024-10-24T05:20:06.118Z Compiling fixedbitset v0.4.2
4652024-10-24T05:20:06.152Z Compiling cfg_aliases v0.2.1
4662024-10-24T05:20:06.238Z Compiling portable-atomic v1.9.0
4672024-10-24T05:20:06.257Z Compiling nix v0.29.0
4682024-10-24T05:20:06.347Z Compiling vte v0.11.1
4692024-10-24T05:20:06.628Z Compiling petgraph v0.6.5
4702024-10-24T05:20:07.081Z Compiling toml_edit v0.22.22
4712024-10-24T05:20:07.181Z Compiling futures-executor v0.3.31
4722024-10-24T05:20:07.780Z Compiling cargo_metadata v0.18.1
4732024-10-24T05:20:08.484Z Compiling itertools v0.13.0
4742024-10-24T05:20:09.099Z Compiling uuid v1.10.0
4752024-10-24T05:20:09.923Z Compiling pin-project-internal v1.1.5
4762024-10-24T05:20:11.519Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4772024-10-24T05:20:11.547Z Compiling bstr v1.10.0
4782024-10-24T05:20:11.611Z Compiling static_assertions v1.1.0
4792024-10-24T05:20:11.629Z Compiling debug-ignore v1.0.5
4802024-10-24T05:20:11.689Z Compiling eyre v0.6.12
4812024-10-24T05:20:11.753Z Compiling iana-time-zone v0.1.61
4822024-10-24T05:20:12.218Z Compiling minimal-lexical v0.2.1
4832024-10-24T05:20:12.260Z Compiling nested v0.1.1
4842024-10-24T05:20:12.260Z Compiling tinyvec_macros v0.1.1
4852024-10-24T05:20:12.335Z Compiling tinyvec v1.8.0
4862024-10-24T05:20:12.538Z Compiling pin-project v1.1.5
4872024-10-24T05:20:12.553Z Compiling nom v7.1.3
4882024-10-24T05:20:12.644Z Compiling guppy v0.17.8
4892024-10-24T05:20:12.652Z Compiling globset v0.4.15
4902024-10-24T05:20:13.087Z Compiling chrono v0.4.38
4912024-10-24T05:20:13.767Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4922024-10-24T05:20:14.519Z Compiling toml v0.8.19
4932024-10-24T05:20:15.988Z Compiling strip-ansi-escapes v0.2.0
4942024-10-24T05:20:16.192Z Compiling futures v0.3.31
4952024-10-24T05:20:16.350Z Compiling regex v1.11.0
4962024-10-24T05:20:16.449Z Compiling tracing-error v0.2.0
4972024-10-24T05:20:16.774Z Compiling xattr v1.3.1
4982024-10-24T05:20:16.876Z Compiling os_pipe v1.2.1
4992024-10-24T05:20:17.027Z Compiling shared_child v1.0.1
5002024-10-24T05:20:17.184Z Compiling filetime v0.2.25
5012024-10-24T05:20:17.465Z Compiling quick-xml v0.36.2
5022024-10-24T05:20:17.468Z Compiling shell-words v1.1.0
5032024-10-24T05:20:17.493Z Compiling humantime v2.1.0
5042024-10-24T05:20:17.586Z Compiling owo-colors v3.5.0
5052024-10-24T05:20:17.791Z Compiling recursion v0.5.2
5062024-10-24T05:20:17.943Z Compiling number_prefix v0.4.0
5072024-10-24T05:20:18.008Z Compiling fnv v1.0.7
5082024-10-24T05:20:18.034Z Compiling indenter v0.3.3
5092024-10-24T05:20:18.120Z Compiling future-queue v0.3.0
5102024-10-24T05:20:18.173Z Compiling indicatif v0.17.8
5112024-10-24T05:20:18.487Z Compiling quick-junit v0.5.0
5122024-10-24T05:20:18.893Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5132024-10-24T05:20:18.935Z Compiling zstd v0.13.2
5142024-10-24T05:20:19.059Z Compiling humantime-serde v1.1.1
5152024-10-24T05:20:19.274Z Compiling tar v0.4.42
5162024-10-24T05:20:19.385Z Compiling duct v0.13.7
5172024-10-24T05:20:19.526Z Compiling color-spantrace v0.2.1
5182024-10-24T05:20:19.889Z Compiling async-scoped v0.9.0
5192024-10-24T05:20:20.042Z Compiling config v0.14.0
5202024-10-24T05:20:20.157Z Compiling unicode-normalization v0.1.24
5212024-10-24T05:20:20.699Z Compiling atomicwrites v0.4.4
5222024-10-24T05:20:20.956Z Compiling camino-tempfile v1.1.1
5232024-10-24T05:20:21.044Z Compiling target-spec-miette v0.4.0
5242024-10-24T05:20:21.096Z Compiling serde_path_to_error v0.1.16
5252024-10-24T05:20:21.286Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
5262024-10-24T05:20:21.438Z Compiling serde_ignored v0.1.10
5272024-10-24T05:20:21.467Z Compiling zeroize v1.8.1
5282024-10-24T05:20:21.798Z Compiling display-error-chain v0.2.2
5292024-10-24T05:20:21.849Z Compiling home v0.5.9
5302024-10-24T05:20:21.856Z Compiling dialoguer v0.11.0
5312024-10-24T05:20:21.978Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
5322024-10-24T05:20:21.988Z Compiling color-eyre v0.6.3
5332024-10-24T05:20:22.037Z Compiling swrite v0.1.0
5342024-10-24T05:20:22.124Z Compiling enable-ansi-support v0.2.1
5352024-10-24T05:20:46.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
5362024-10-24T05:20:46.096Z
5372024-10-24T05:20:46.099Zreal 48.937449657
5382024-10-24T05:20:46.099Zuser 3:25.560201162
5392024-10-24T05:20:46.099Zsys 36.973210020
5402024-10-24T05:20:46.099Ztrap 0.114456128
5412024-10-24T05:20:46.099Ztflt 0.389622910
5422024-10-24T05:20:46.099Zdflt 0.388758035
5432024-10-24T05:20:46.099Zkflt 0.002462844
5442024-10-24T05:20:46.099Zlock 6:00.996366820
5452024-10-24T05:20:46.099Zslp 13:17.365547350
5462024-10-24T05:20:46.099Zlat 6.788571298
5472024-10-24T05:20:46.099Zstop 7.488700898
5482024-10-24T05:20:46.099Z+ banner nextest
5492024-10-24T05:20:46.099Z
5502024-10-24T05:20:46.099Z # # ###### # # ##### ###### #### #####
5512024-10-24T05:20:46.099Z ## # # # # # # # #
5522024-10-24T05:20:46.099Z # # # ##### ## # ##### #### #
5532024-10-24T05:20:46.099Z # # # # ## # # # #
5542024-10-24T05:20:46.099Z # ## # # # # # # # #
5552024-10-24T05:20:46.099Z # # ###### # # # ###### #### #
5562024-10-24T05:20:46.099Z
5572024-10-24T05:20:46.102Z+ ptime -m cargo build --package cargo-nextest
5582024-10-24T05:20:46.244Z Downloading crates ...
5592024-10-24T05:20:46.384Z Downloaded digest v0.10.7
5602024-10-24T05:20:46.387Z Downloaded cpufeatures v0.2.14
5612024-10-24T05:20:46.394Z Downloaded ed25519-dalek v2.1.1
5622024-10-24T05:20:46.398Z Downloaded foreign-types-shared v0.1.1
5632024-10-24T05:20:46.404Z Downloaded want v0.3.1
5642024-10-24T05:20:46.407Z Downloaded sync_wrapper v1.0.1
5652024-10-24T05:20:46.407Z Downloaded http-body v1.0.1
5662024-10-24T05:20:46.409Z Downloaded adler2 v2.0.0
5672024-10-24T05:20:46.412Z Downloaded http-body-util v0.1.2
5682024-10-24T05:20:46.414Z Downloaded block-buffer v0.10.4
5692024-10-24T05:20:46.414Z Downloaded serde_urlencoded v0.7.1
5702024-10-24T05:20:46.431Z Downloaded tokio-rustls v0.26.0
5712024-10-24T05:20:46.434Z Downloaded spin v0.9.8
5722024-10-24T05:20:46.436Z Downloaded hyper-rustls v0.27.3
5732024-10-24T05:20:46.439Z Downloaded typenum v1.17.0
5742024-10-24T05:20:46.446Z Downloaded miniz_oxide v0.8.0
5752024-10-24T05:20:46.453Z Downloaded url v2.5.2
5762024-10-24T05:20:46.456Z Downloaded openssl-sys v0.9.103
5772024-10-24T05:20:46.465Z Downloaded foreign-types v0.3.2
5782024-10-24T05:20:46.468Z Downloaded base64 v0.22.1
5792024-10-24T05:20:46.471Z Downloaded crypto-common v0.1.6
5802024-10-24T05:20:46.474Z Downloaded openssl-probe v0.1.5
5812024-10-24T05:20:46.476Z Downloaded openssl-macros v0.1.1
5822024-10-24T05:20:46.476Z Downloaded mukti-metadata v0.2.1
5832024-10-24T05:20:46.480Z Downloaded urlencoding v2.1.3
5842024-10-24T05:20:46.483Z Downloaded try-lock v0.2.5
5852024-10-24T05:20:46.486Z Downloaded crc32fast v1.4.2
5862024-10-24T05:20:46.489Z Downloaded form_urlencoded v1.2.1
5872024-10-24T05:20:46.489Z Downloaded ed25519 v2.2.3
5882024-10-24T05:20:46.492Z Downloaded curve25519-dalek-derive v0.1.1
5892024-10-24T05:20:46.498Z Downloaded rustc-hash v2.0.0
5902024-10-24T05:20:46.501Z Downloaded mime v0.3.17
5912024-10-24T05:20:46.503Z Downloaded untrusted v0.9.0
5922024-10-24T05:20:46.503Z Downloaded subtle v2.6.1
5932024-10-24T05:20:46.505Z Downloaded rustc_version v0.4.1
5942024-10-24T05:20:46.508Z Downloaded percent-encoding v2.3.1
5952024-10-24T05:20:46.508Z Downloaded generic-array v0.14.7
5962024-10-24T05:20:46.511Z Downloaded self-replace v1.5.0
5972024-10-24T05:20:46.514Z Downloaded spki v0.7.3
5982024-10-24T05:20:46.514Z Downloaded quinn-udp v0.5.5
5992024-10-24T05:20:46.516Z Downloaded tower-service v0.3.3
6002024-10-24T05:20:46.516Z Downloaded tokio-native-tls v0.3.1
6012024-10-24T05:20:46.518Z Downloaded signature v2.2.0
6022024-10-24T05:20:46.521Z Downloaded zipsign-api v0.1.2
6032024-10-24T05:20:46.523Z Downloaded ipnet v2.10.0
6042024-10-24T05:20:46.523Z Downloaded pkcs8 v0.10.2
6052024-10-24T05:20:46.526Z Downloaded hyper-tls v0.6.0
6062024-10-24T05:20:46.528Z Downloaded const-oid v0.9.6
6072024-10-24T05:20:46.531Z Downloaded base64ct v1.6.0
6082024-10-24T05:20:46.539Z Downloaded sha2 v0.10.8
6092024-10-24T05:20:46.542Z Downloaded native-tls v0.2.12
6102024-10-24T05:20:46.545Z Downloaded httparse v1.9.5
6112024-10-24T05:20:46.547Z Downloaded rustls-pemfile v2.2.0
6122024-10-24T05:20:46.554Z Downloaded self_update v0.41.0
6132024-10-24T05:20:46.559Z Downloaded rustls-pki-types v1.9.0
6142024-10-24T05:20:46.566Z Downloaded hyper-util v0.1.9
6152024-10-24T05:20:46.570Z Downloaded der v0.7.9
6162024-10-24T05:20:46.575Z Downloaded unicode-bidi v0.3.17
6172024-10-24T05:20:46.579Z Downloaded quinn v0.11.5
6182024-10-24T05:20:46.582Z Downloaded quick-xml v0.23.1
6192024-10-24T05:20:46.589Z Downloaded http v1.1.0
6202024-10-24T05:20:46.592Z Downloaded flate2 v1.0.34
6212024-10-24T05:20:46.600Z Downloaded rustls-webpki v0.102.8
6222024-10-24T05:20:46.619Z Downloaded quinn-proto v0.11.8
6232024-10-24T05:20:46.632Z Downloaded openssl v0.10.66
6242024-10-24T05:20:46.641Z Downloaded hyper v1.4.1
6252024-10-24T05:20:46.647Z Downloaded reqwest v0.12.8
6262024-10-24T05:20:46.655Z Downloaded idna v0.5.0
6272024-10-24T05:20:46.661Z Downloaded curve25519-dalek v4.1.3
6282024-10-24T05:20:46.669Z Downloaded rustls v0.23.13
6292024-10-24T05:20:46.681Z Downloaded webpki-roots v0.26.6
6302024-10-24T05:20:46.684Z Downloaded vcpkg v0.2.15
6312024-10-24T05:20:46.917Z Downloaded ring v0.17.8
6322024-10-24T05:20:47.023Z Compiling futures-channel v0.3.31
6332024-10-24T05:20:47.025Z Compiling socket2 v0.5.7
6342024-10-24T05:20:47.025Z Compiling smallvec v1.13.2
6352024-10-24T05:20:47.025Z Compiling ring v0.17.8
6362024-10-24T05:20:47.090Z Compiling rustls-pki-types v1.9.0
6372024-10-24T05:20:47.095Z Compiling http v1.1.0
6382024-10-24T05:20:47.102Z Compiling spin v0.9.8
6392024-10-24T05:20:47.102Z Compiling httparse v1.9.5
6402024-10-24T05:20:47.269Z Compiling untrusted v0.9.0
6412024-10-24T05:20:47.427Z Compiling futures-util v0.3.31
6422024-10-24T05:20:47.453Z Compiling try-lock v0.2.5
6432024-10-24T05:20:47.461Z Compiling rustls v0.23.13
6442024-10-24T05:20:47.583Z Compiling tokio v1.41.0
6452024-10-24T05:20:47.753Z Compiling want v0.3.1
6462024-10-24T05:20:48.041Z Compiling cfg-expr v0.17.0
6472024-10-24T05:20:48.115Z Compiling percent-encoding v2.3.1
6482024-10-24T05:20:48.267Z Compiling subtle v2.6.1
6492024-10-24T05:20:48.505Z Compiling form_urlencoded v1.2.1
6502024-10-24T05:20:48.515Z Compiling unicode-bidi v0.3.17
6512024-10-24T05:20:48.542Z Compiling http-body v1.0.1
6522024-10-24T05:20:48.758Z Compiling tower-service v0.3.3
6532024-10-24T05:20:48.787Z Compiling webpki-roots v0.26.6
6542024-10-24T05:20:48.860Z Compiling target-spec v3.2.2
6552024-10-24T05:20:48.992Z Compiling adler2 v2.0.0
6562024-10-24T05:20:49.181Z Compiling idna v0.5.0
6572024-10-24T05:20:49.427Z Compiling miniz_oxide v0.8.0
6582024-10-24T05:20:49.540Z Compiling serde_urlencoded v0.7.1
6592024-10-24T05:20:50.004Z Compiling url v2.5.2
6602024-10-24T05:20:50.015Z Compiling rustls-pemfile v2.2.0
6612024-10-24T05:20:50.368Z Compiling sync_wrapper v1.0.1
6622024-10-24T05:20:50.509Z Compiling crc32fast v1.4.2
6632024-10-24T05:20:50.817Z Compiling ipnet v2.10.0
6642024-10-24T05:20:50.870Z Compiling mime v0.3.17
6652024-10-24T05:20:51.002Z Compiling base64 v0.22.1
6662024-10-24T05:20:51.543Z Compiling self_update v0.41.0
6672024-10-24T05:20:51.571Z Compiling guppy v0.17.8
6682024-10-24T05:20:51.784Z Compiling flate2 v1.0.34
6692024-10-24T05:20:51.934Z Compiling self-replace v1.5.0
6702024-10-24T05:20:51.982Z Compiling quick-xml v0.23.1
6712024-10-24T05:20:52.194Z Compiling urlencoding v2.1.3
6722024-10-24T05:20:52.201Z Compiling target-spec-miette v0.4.0
6732024-10-24T05:20:52.543Z Compiling mukti-metadata v0.2.1
6742024-10-24T05:20:52.596Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
6752024-10-24T05:20:53.074Z Compiling futures-executor v0.3.31
6762024-10-24T05:20:53.172Z Compiling http-body-util v0.1.2
6772024-10-24T05:20:53.319Z Compiling futures v0.3.31
6782024-10-24T05:20:53.422Z Compiling future-queue v0.3.0
6792024-10-24T05:20:54.781Z Compiling rustls-webpki v0.102.8
6802024-10-24T05:20:56.368Z Compiling hyper v1.4.1
6812024-10-24T05:20:56.370Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6822024-10-24T05:20:56.370Z Compiling async-scoped v0.9.0
6832024-10-24T05:20:56.623Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6842024-10-24T05:20:57.627Z Compiling hyper-util v0.1.9
6852024-10-24T05:20:57.995Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6862024-10-24T05:21:00.950Z Compiling tokio-rustls v0.26.0
6872024-10-24T05:21:01.192Z Compiling hyper-rustls v0.27.3
6882024-10-24T05:21:01.426Z Compiling reqwest v0.12.8
6892024-10-24T05:21:03.795Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
6902024-10-24T05:21:30.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.17s
6912024-10-24T05:21:30.392Z
6922024-10-24T05:21:30.392Zreal 44.273828633
6932024-10-24T05:21:30.392Zuser 2:27.298744554
6942024-10-24T05:21:30.392Zsys 28.077519407
6952024-10-24T05:21:30.392Ztrap 0.063790748
6962024-10-24T05:21:30.392Ztflt 0.228625402
6972024-10-24T05:21:30.392Zdflt 0.698654022
6982024-10-24T05:21:30.392Zkflt 0.000024537
6992024-10-24T05:21:30.392Zlock 4:06.860859034
7002024-10-24T05:21:30.395Zslp 7:13.724234833
7012024-10-24T05:21:30.395Zlat 3.534342625
7022024-10-24T05:21:30.395Zstop 3.736798169
7032024-10-24T05:21:30.395Z+ banner all targets
7042024-10-24T05:21:30.395Z
7052024-10-24T05:21:30.395Z ## # #
7062024-10-24T05:21:30.395Z # # # #
7072024-10-24T05:21:30.395Z # # # #
7082024-10-24T05:21:30.395Z ###### # #
7092024-10-24T05:21:30.395Z # # # #
7102024-10-24T05:21:30.395Z # # ###### ######
7112024-10-24T05:21:30.395Z
7122024-10-24T05:21:30.395Z
7132024-10-24T05:21:30.396Z ##### ## ##### #### ###### ##### ####
7142024-10-24T05:21:30.396Z # # # # # # # # # #
7152024-10-24T05:21:30.396Z # # # # # # ##### # ####
7162024-10-24T05:21:30.396Z # ###### ##### # ### # # #
7172024-10-24T05:21:30.396Z # # # # # # # # # # #
7182024-10-24T05:21:30.396Z # # # # # #### ###### # ####
7192024-10-24T05:21:30.396Z
7202024-10-24T05:21:30.396Z+ ptime -m cargo build --all-targets
7212024-10-24T05:21:30.549Z Downloading crates ...
7222024-10-24T05:21:30.685Z Downloaded bit-set v0.5.3
7232024-10-24T05:21:30.690Z Downloaded unarray v0.1.4
7242024-10-24T05:21:30.696Z Downloaded test-case-core v3.3.1
7252024-10-24T05:21:30.698Z Downloaded insta v1.40.0
7262024-10-24T05:21:30.706Z Downloaded yansi v1.0.1
7272024-10-24T05:21:30.709Z Downloaded pretty_assertions v1.4.1
7282024-10-24T05:21:30.711Z Downloaded test-case-macros v3.3.1
7292024-10-24T05:21:30.713Z Downloaded indoc v2.0.5
7302024-10-24T05:21:30.716Z Downloaded similar v2.6.0
7312024-10-24T05:21:30.719Z Downloaded wait-timeout v0.2.0
7322024-10-24T05:21:30.721Z Downloaded test-case v3.3.1
7332024-10-24T05:21:30.723Z Downloaded structmeta-derive v0.3.0
7342024-10-24T05:21:30.723Z Downloaded linked-hash-map v0.5.6
7352024-10-24T05:21:30.725Z Downloaded rusty-fork v0.3.0
7362024-10-24T05:21:30.726Z Downloaded quick-error v1.2.3
7372024-10-24T05:21:30.728Z Downloaded maplit v1.0.2
7382024-10-24T05:21:30.728Z Downloaded diff v0.1.13
7392024-10-24T05:21:30.731Z Downloaded structmeta v0.3.0
7402024-10-24T05:21:30.733Z Downloaded test-strategy v0.4.0
7412024-10-24T05:21:30.735Z Downloaded proptest v1.5.0
7422024-10-24T05:21:30.744Z Downloaded rand_xorshift v0.3.0
7432024-10-24T05:21:30.746Z Downloaded bit-vec v0.6.3
7442024-10-24T05:21:30.791Z Compiling test-case-core v3.3.1
7452024-10-24T05:21:30.793Z Compiling structmeta-derive v0.3.0
7462024-10-24T05:21:30.794Z Compiling wait-timeout v0.2.0
7472024-10-24T05:21:30.794Z Compiling bit-vec v0.6.3
7482024-10-24T05:21:30.840Z Compiling quick-error v1.2.3
7492024-10-24T05:21:30.847Z Compiling rand_xorshift v0.3.0
7502024-10-24T05:21:30.849Z Compiling maplit v1.0.2
7512024-10-24T05:21:30.852Z Compiling unarray v0.1.4
7522024-10-24T05:21:30.938Z Compiling similar v2.6.0
7532024-10-24T05:21:30.965Z Compiling linked-hash-map v0.5.6
7542024-10-24T05:21:30.989Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7552024-10-24T05:21:31.088Z Compiling rusty-fork v0.3.0
7562024-10-24T05:21:31.349Z Compiling bit-set v0.5.3
7572024-10-24T05:21:31.404Z Compiling diff v0.1.13
7582024-10-24T05:21:31.553Z Compiling yansi v1.0.1
7592024-10-24T05:21:31.648Z Compiling proptest v1.5.0
7602024-10-24T05:21:31.844Z Compiling indoc v2.0.5
7612024-10-24T05:21:32.007Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
7622024-10-24T05:21:32.121Z Compiling insta v1.40.0
7632024-10-24T05:21:32.342Z Compiling pretty_assertions v1.4.1
7642024-10-24T05:21:32.728Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7652024-10-24T05:21:32.768Z Compiling test-case-macros v3.3.1
7662024-10-24T05:21:33.422Z Compiling structmeta v0.3.0
7672024-10-24T05:21:33.769Z Compiling test-strategy v0.4.0
7682024-10-24T05:21:33.838Z Compiling test-case v3.3.1
7692024-10-24T05:21:33.924Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7702024-10-24T05:21:34.415Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
7712024-10-24T05:21:35.840Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7722024-10-24T05:21:40.938Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7732024-10-24T05:22:16.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.56s
7742024-10-24T05:22:16.085Z
7752024-10-24T05:22:16.088Zreal 45.669212011
7762024-10-24T05:22:16.088Zuser 3:09.161341809
7772024-10-24T05:22:16.088Zsys 29.934962863
7782024-10-24T05:22:16.088Ztrap 0.102751879
7792024-10-24T05:22:16.088Ztflt 0.049922961
7802024-10-24T05:22:16.088Zdflt 0.242104381
7812024-10-24T05:22:16.088Zkflt 0.000010598
7822024-10-24T05:22:16.088Zlock 5:50.878440782
7832024-10-24T05:22:16.088Zslp 12:11.620420011
7842024-10-24T05:22:16.088Zlat 5.629161007
7852024-10-24T05:22:16.088Zstop 6.928198409
7862024-10-24T05:22:16.088Z+ banner all features
7872024-10-24T05:22:16.092Z
7882024-10-24T05:22:16.092Z ## # #
7892024-10-24T05:22:16.092Z # # # #
7902024-10-24T05:22:16.092Z # # # #
7912024-10-24T05:22:16.092Z ###### # #
7922024-10-24T05:22:16.092Z # # # #
7932024-10-24T05:22:16.092Z # # ###### ######
7942024-10-24T05:22:16.092Z
7952024-10-24T05:22:16.092Z
7962024-10-24T05:22:16.092Z ###### ###### ## ##### # # ##### ###### ####
7972024-10-24T05:22:16.092Z # # # # # # # # # # #
7982024-10-24T05:22:16.092Z ##### ##### # # # # # # # ##### ####
7992024-10-24T05:22:16.092Z # # ###### # # # ##### # #
8002024-10-24T05:22:16.092Z # # # # # # # # # # # #
8012024-10-24T05:22:16.092Z # ###### # # # #### # # ###### ####
8022024-10-24T05:22:16.092Z
8032024-10-24T05:22:16.092Z+ ptime -m cargo build --all-features
8042024-10-24T05:22:16.244Z Downloading crates ...
8052024-10-24T05:22:16.392Z Downloaded async-stream-impl v0.3.6
8062024-10-24T05:22:16.395Z Downloaded hyper-timeout v0.5.1
8072024-10-24T05:22:16.399Z Downloaded crossbeam-utils v0.8.20
8082024-10-24T05:22:16.403Z Downloaded sync_wrapper v0.1.2
8092024-10-24T05:22:16.405Z Downloaded console-api v0.8.0
8102024-10-24T05:22:16.408Z Downloaded atomic-waker v1.1.2
8112024-10-24T05:22:16.413Z Downloaded prost-types v0.13.3
8122024-10-24T05:22:16.415Z Downloaded tower v0.4.13
8132024-10-24T05:22:16.423Z Downloaded matchit v0.7.3
8142024-10-24T05:22:16.427Z Downloaded crossbeam-channel v0.5.13
8152024-10-24T05:22:16.430Z Downloaded indexmap v1.9.3
8162024-10-24T05:22:16.433Z Downloaded httpdate v1.0.3
8172024-10-24T05:22:16.436Z Downloaded hashbrown v0.12.3
8182024-10-24T05:22:16.439Z Downloaded async-trait v0.1.83
8192024-10-24T05:22:16.442Z Downloaded tokio-util v0.7.12
8202024-10-24T05:22:16.448Z Downloaded rustversion v1.0.17
8212024-10-24T05:22:16.451Z Downloaded console-subscriber v0.4.0
8222024-10-24T05:22:16.456Z Downloaded tower-layer v0.3.3
8232024-10-24T05:22:16.459Z Downloaded prost-derive v0.13.3
8242024-10-24T05:22:16.459Z Downloaded axum-core v0.4.5
8252024-10-24T05:22:16.461Z Downloaded prost v0.13.3
8262024-10-24T05:22:16.464Z Downloaded matchers v0.1.0
8272024-10-24T05:22:16.464Z Downloaded async-stream v0.3.6
8282024-10-24T05:22:16.474Z Downloaded tokio-stream v0.1.16
8292024-10-24T05:22:16.474Z Downloaded anyhow v1.0.89
8302024-10-24T05:22:16.491Z Downloaded tonic v0.12.3
8312024-10-24T05:22:16.497Z Downloaded tower v0.5.1
8322024-10-24T05:22:16.506Z Downloaded regex-automata v0.1.10
8332024-10-24T05:22:16.511Z Downloaded axum v0.7.7
8342024-10-24T05:22:16.519Z Downloaded h2 v0.4.6
8352024-10-24T05:22:16.525Z Downloaded regex-syntax v0.6.29
8362024-10-24T05:22:16.532Z Downloaded hdrhistogram v7.5.4
8372024-10-24T05:22:16.587Z Compiling futures-core v0.3.31
8382024-10-24T05:22:16.589Z Compiling futures-sink v0.3.31
8392024-10-24T05:22:16.645Z Compiling tokio v1.41.0
8402024-10-24T05:22:16.647Z Compiling byteorder v1.5.0
8412024-10-24T05:22:16.656Z Compiling num-traits v0.2.19
8422024-10-24T05:22:16.658Z Compiling regex-syntax v0.6.29
8432024-10-24T05:22:16.668Z Compiling atomic-waker v1.1.2
8442024-10-24T05:22:16.675Z Compiling httpdate v1.0.3
8452024-10-24T05:22:16.762Z Compiling anyhow v1.0.89
8462024-10-24T05:22:16.829Z Compiling futures-channel v0.3.31
8472024-10-24T05:22:16.852Z Compiling sync_wrapper v1.0.1
8482024-10-24T05:22:16.986Z Compiling tower-layer v0.3.3
8492024-10-24T05:22:17.073Z Compiling zerocopy v0.7.35
8502024-10-24T05:22:17.150Z Compiling rustversion v1.0.17
8512024-10-24T05:22:17.177Z Compiling futures-util v0.3.31
8522024-10-24T05:22:17.236Z Compiling either v1.13.0
8532024-10-24T05:22:17.616Z Compiling itertools v0.13.0
8542024-10-24T05:22:17.812Z Compiling indexmap v1.9.3
8552024-10-24T05:22:18.355Z Compiling async-trait v0.1.83
8562024-10-24T05:22:18.627Z Compiling ppv-lite86 v0.2.20
8572024-10-24T05:22:19.210Z Compiling sync_wrapper v0.1.2
8582024-10-24T05:22:19.330Z Compiling hashbrown v0.12.3
8592024-10-24T05:22:19.502Z Compiling rand_chacha v0.3.1
8602024-10-24T05:22:19.516Z Compiling async-stream-impl v0.3.6
8612024-10-24T05:22:20.459Z Compiling regex-automata v0.1.10
8622024-10-24T05:22:20.685Z Compiling rand v0.8.5
8632024-10-24T05:22:20.806Z Compiling prost-derive v0.13.3
8642024-10-24T05:22:20.818Z Compiling matchit v0.7.3
8652024-10-24T05:22:21.515Z Compiling crossbeam-utils v0.8.20
8662024-10-24T05:22:21.638Z Compiling async-stream v0.3.6
8672024-10-24T05:22:21.966Z Compiling matchers v0.1.0
8682024-10-24T05:22:22.100Z Compiling ahash v0.8.11
8692024-10-24T05:22:22.178Z Compiling tracing-subscriber v0.3.18
8702024-10-24T05:22:22.449Z Compiling proptest v1.5.0
8712024-10-24T05:22:22.793Z Compiling guppy v0.17.8
8722024-10-24T05:22:23.099Z Compiling http-body-util v0.1.2
8732024-10-24T05:22:23.561Z Compiling axum-core v0.4.5
8742024-10-24T05:22:23.581Z Compiling tower v0.5.1
8752024-10-24T05:22:23.740Z Compiling futures-executor v0.3.31
8762024-10-24T05:22:24.427Z Compiling base64 v0.21.7
8772024-10-24T05:22:24.573Z Compiling prost v0.13.3
8782024-10-24T05:22:25.160Z Compiling crossbeam-channel v0.5.13
8792024-10-24T05:22:25.404Z Compiling prost-types v0.13.3
8802024-10-24T05:22:25.654Z Compiling hdrhistogram v7.5.4
8812024-10-24T05:22:26.350Z Compiling chrono v0.4.38
8822024-10-24T05:22:26.833Z Compiling tokio-util v0.7.12
8832024-10-24T05:22:27.965Z Compiling h2 v0.4.6
8842024-10-24T05:22:28.010Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8852024-10-24T05:22:28.108Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8862024-10-24T05:22:28.308Z Compiling tower v0.4.13
8872024-10-24T05:22:28.842Z Compiling axum v0.7.7
8882024-10-24T05:22:30.254Z Compiling tokio-rustls v0.26.0
8892024-10-24T05:22:30.431Z Compiling tokio-stream v0.1.16
8902024-10-24T05:22:30.683Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8912024-10-24T05:22:31.518Z Compiling futures v0.3.31
8922024-10-24T05:22:31.636Z Compiling quick-junit v0.5.0
8932024-10-24T05:22:32.549Z Compiling async-scoped v0.9.0
8942024-10-24T05:22:32.831Z Compiling hyper v1.4.1
8952024-10-24T05:22:32.840Z Compiling tracing-error v0.2.0
8962024-10-24T05:22:33.208Z Compiling future-queue v0.3.0
8972024-10-24T05:22:33.405Z Compiling color-spantrace v0.2.1
8982024-10-24T05:22:33.583Z Compiling cargo-nextest v0.9.81 (/work/nextest-rs/nextest/cargo-nextest)
8992024-10-24T05:22:33.662Z Compiling color-eyre v0.6.3
9002024-10-24T05:22:33.969Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9012024-10-24T05:22:35.252Z Compiling hyper-util v0.1.9
9022024-10-24T05:22:36.940Z Compiling hyper-timeout v0.5.1
9032024-10-24T05:22:36.940Z Compiling hyper-rustls v0.27.3
9042024-10-24T05:22:37.229Z Compiling tonic v0.12.3
9052024-10-24T05:22:37.239Z Compiling reqwest v0.12.8
9062024-10-24T05:22:38.874Z Compiling self_update v0.41.0
9072024-10-24T05:22:39.314Z Compiling console-api v0.8.0
9082024-10-24T05:22:40.968Z Compiling console-subscriber v0.4.0
9092024-10-24T05:22:43.078Z Compiling nextest-runner v0.64.0 (/work/nextest-rs/nextest/nextest-runner)
9102024-10-24T05:23:00.007Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9112024-10-24T05:23:13.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.59s
9122024-10-24T05:23:13.822Z
9132024-10-24T05:23:13.822Zreal 57.710961245
9142024-10-24T05:23:13.824Zuser 3:57.665794333
9152024-10-24T05:23:13.824Zsys 44.386494085
9162024-10-24T05:23:13.824Ztrap 0.110301200
9172024-10-24T05:23:13.824Ztflt 0.149732077
9182024-10-24T05:23:13.824Zdflt 0.616948019
9192024-10-24T05:23:13.824Zkflt 0.000016996
9202024-10-24T05:23:13.824Zlock 7:35.942688362
9212024-10-24T05:23:13.824Zslp 14:22.090361925
9222024-10-24T05:23:13.824Zlat 6.895285692
9232024-10-24T05:23:13.824Zstop 7.762055056
9242024-10-24T05:23:13.824Z+ banner doctests
9252024-10-24T05:23:13.827Z
9262024-10-24T05:23:13.827Z ##### #### #### ##### ###### #### ##### ####
9272024-10-24T05:23:13.827Z # # # # # # # # # # #
9282024-10-24T05:23:13.827Z # # # # # # ##### #### # ####
9292024-10-24T05:23:13.827Z # # # # # # # # # #
9302024-10-24T05:23:13.827Z # # # # # # # # # # # # #
9312024-10-24T05:23:13.827Z ##### #### #### # ###### #### # ####
9322024-10-24T05:23:13.827Z
9332024-10-24T05:23:13.827Z+ ptime -m cargo test --doc
9342024-10-24T05:23:14.099Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
9352024-10-24T05:23:14.116Z Doc-tests cargo_nextest
9362024-10-24T05:23:14.585Z
9372024-10-24T05:23:14.585Zrunning 0 tests
9382024-10-24T05:23:14.585Z
9392024-10-24T05:23:14.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9402024-10-24T05:23:14.588Z
9412024-10-24T05:23:14.600Z Doc-tests fixture_data
9422024-10-24T05:23:14.654Z
9432024-10-24T05:23:14.654Zrunning 0 tests
9442024-10-24T05:23:14.654Z
9452024-10-24T05:23:14.654Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9462024-10-24T05:23:14.654Z
9472024-10-24T05:23:14.659Z Doc-tests nextest_filtering
9482024-10-24T05:23:14.785Z
9492024-10-24T05:23:14.785Zrunning 0 tests
9502024-10-24T05:23:14.785Z
9512024-10-24T05:23:14.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9522024-10-24T05:23:14.785Z
9532024-10-24T05:23:14.794Z Doc-tests nextest_metadata
9542024-10-24T05:23:14.948Z
9552024-10-24T05:23:14.948Zrunning 2 tests
9562024-10-24T05:23:15.519Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9572024-10-24T05:23:18.601Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9582024-10-24T05:23:18.601Z
9592024-10-24T05:23:18.604Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.65s
9602024-10-24T05:23:18.604Z
9612024-10-24T05:23:18.612Z Doc-tests nextest_runner
9622024-10-24T05:23:19.352Z
9632024-10-24T05:23:19.353Zrunning 0 tests
9642024-10-24T05:23:19.353Z
9652024-10-24T05:23:19.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9662024-10-24T05:23:19.353Z
9672024-10-24T05:23:19.375Z Doc-tests nextest_workspace_hack
9682024-10-24T05:23:19.414Z
9692024-10-24T05:23:19.414Zrunning 0 tests
9702024-10-24T05:23:19.414Z
9712024-10-24T05:23:19.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9722024-10-24T05:23:19.414Z
9732024-10-24T05:23:19.433Z
9742024-10-24T05:23:19.436Zreal 5.594782408
9752024-10-24T05:23:19.436Zuser 5.233449844
9762024-10-24T05:23:19.436Zsys 1.996381440
9772024-10-24T05:23:19.436Ztrap 0.003696114
9782024-10-24T05:23:19.436Ztflt 0.021982349
9792024-10-24T05:23:19.436Zdflt 0.028798681
9802024-10-24T05:23:19.436Zkflt 0.000001770
9812024-10-24T05:23:19.436Zlock 11.609008104
9822024-10-24T05:23:19.436Zslp 32.553046248
9832024-10-24T05:23:19.436Zlat 0.068973101
9842024-10-24T05:23:19.436Zstop 0.405938996
9852024-10-24T05:23:19.436Z+ banner local-nt
9862024-10-24T05:23:19.439Z
9872024-10-24T05:23:19.439Z # #### #### ## # # # #####
9882024-10-24T05:23:19.439Z # # # # # # # # ## # #
9892024-10-24T05:23:19.439Z # # # # # # # ##### # # # #
9902024-10-24T05:23:19.439Z # # # # ###### # # # # #
9912024-10-24T05:23:19.439Z # # # # # # # # # ## #
9922024-10-24T05:23:19.439Z ###### #### #### # # ###### # # #
9932024-10-24T05:23:19.439Z
9942024-10-24T05:23:19.439Z+ ptime -m cargo local-nt run --profile ci
9952024-10-24T05:23:19.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
9962024-10-24T05:23:19.709Z Running `target/debug/cargo-nextest nextest run --profile ci`
9972024-10-24T05:23:20.375Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
9982024-10-24T05:23:20.501Z------------
9992024-10-24T05:23:20.501Z Nextest run ID 375015b8-c3dd-4fd5-b750-37f95075670e with nextest profile: ci
10002024-10-24T05:23:20.501Z Starting 275 tests across 12 binaries
10012024-10-24T05:23:20.565Z PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10022024-10-24T05:23:20.719Z PASS [ 0.207s] cargo-nextest dispatch::tests::test_argument_parsing
10032024-10-24T05:23:30.368Z PASS [ 9.844s] integration-tests::integration test_list_full_after_build
10042024-10-24T05:23:30.480Z PASS [ 9.965s] integration-tests::integration test_list_binaries_only
10052024-10-24T05:23:30.664Z PASS [ 10.137s] integration-tests::integration test_list_host_after_build
10062024-10-24T05:23:30.772Z PASS [ 10.255s] integration-tests::integration test_list_default
10072024-10-24T05:23:30.832Z PASS [ 10.312s] integration-tests::integration test_list_full
10082024-10-24T05:23:30.883Z PASS [ 10.354s] integration-tests::integration test_list_target_after_build
10092024-10-24T05:23:33.927Z PASS [ 13.209s] integration-tests::integration test_relocated_run
10102024-10-24T05:23:38.506Z PASS [ 7.732s] integration-tests::integration test_run_from_archive_with_missing_includes
10112024-10-24T05:23:41.507Z PASS [ 10.618s] integration-tests::integration test_run_no_tests
10122024-10-24T05:23:41.922Z PASS [ 0.418s] integration-tests::integration test_setup_scripts_not_enabled
10132024-10-24T05:23:41.983Z PASS [ 11.499s] integration-tests::integration test_run_after_build
10142024-10-24T05:23:42.215Z PASS [ 3.709s] integration-tests::integration test_setup_script_error
10152024-10-24T05:23:42.301Z PASS [ 21.752s] integration-tests::integration test_list_with_default_filter
10162024-10-24T05:23:42.406Z PASS [ 0.419s] integration-tests::integration test_show_config_version
10172024-10-24T05:23:42.468Z PASS [ 0.057s] integration-tests::integration test_version_info
10182024-10-24T05:23:42.724Z PASS [ 11.890s] integration-tests::integration test_run_from_archive_with_no_includes
10192024-10-24T05:23:42.745Z PASS [ 0.022s] nextest-filtering parsing::tests::test_complex_error
10202024-10-24T05:23:42.764Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof
10212024-10-24T05:23:42.784Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_expr
10222024-10-24T05:23:42.844Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_and_operator
10232024-10-24T05:23:42.866Z PASS [ 0.044s] nextest-filtering parsing::tests::test_invalid_escapes
10242024-10-24T05:23:42.875Z PASS [ 8.945s] integration-tests::integration test_run_with_default_filter
10252024-10-24T05:23:42.878Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_glob
10262024-10-24T05:23:42.896Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator
10272024-10-24T05:23:42.909Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform
10282024-10-24T05:23:42.934Z PASS [ 0.037s] nextest-filtering parsing::tests::test_invalid_regex
10292024-10-24T05:23:42.963Z PASS [ 0.039s] nextest-filtering parsing::tests::test_missing_argument
10302024-10-24T05:23:42.966Z PASS [ 0.034s] nextest-filtering parsing::tests::test_missing_close_parentheses
10312024-10-24T05:23:42.966Z PASS [ 0.506s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10322024-10-24T05:23:42.982Z PASS [ 0.037s] nextest-filtering parsing::tests::test_missing_close_regex
10332024-10-24T05:23:42.997Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_open_parentheses
10342024-10-24T05:23:43.011Z PASS [ 0.032s] nextest-filtering parsing::tests::test_missing_parentheses
10352024-10-24T05:23:43.011Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_comma
10362024-10-24T05:23:43.313Z PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_expr_difference
10372024-10-24T05:23:43.316Z PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_intersection
10382024-10-24T05:23:43.316Z PASS [ 0.088s] nextest-filtering parsing::tests::test_parse_expr_precedence
10392024-10-24T05:23:43.316Z PASS [ 12.471s] integration-tests::integration test_run_from_archive_with_includes
10402024-10-24T05:23:43.316Z PASS [ 0.119s] nextest-filtering parsing::tests::test_parse_expr_not
10412024-10-24T05:23:43.316Z PASS [ 0.089s] nextest-filtering parsing::tests::test_parse_expr_set
10422024-10-24T05:23:43.316Z PASS [ 0.041s] nextest-filtering parsing::tests::test_parse_expr_union
10432024-10-24T05:23:43.316Z PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_glob_matcher
10442024-10-24T05:23:43.316Z PASS [ 0.054s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10452024-10-24T05:23:43.316Z PASS [ 0.073s] nextest-filtering parsing::tests::test_parse_name_matcher
10462024-10-24T05:23:43.316Z PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_set_def
10472024-10-24T05:23:43.316Z PASS [ 0.063s] nextest-filtering parsing::tests::test_parse_regex
10482024-10-24T05:23:43.371Z PASS [ 0.089s] nextest-filtering parsing::tests::test_unexpected_argument
10492024-10-24T05:23:43.373Z PASS [ 0.078s] nextest-filtering parsing::tests::test_unexpected_comma
10502024-10-24T05:23:43.373Z PASS [ 0.083s] nextest-filtering::match test_binary_query
10512024-10-24T05:23:43.493Z PASS [ 0.055s] nextest-filtering::match test_expr_binary
10522024-10-24T05:23:43.496Z PASS [ 0.032s] nextest-filtering::match test_expr_deps
10532024-10-24T05:23:43.496Z PASS [ 0.041s] nextest-filtering::match test_expr_binary_id_glob
10542024-10-24T05:23:43.496Z PASS [ 0.056s] nextest-filtering::match test_expr_kind
10552024-10-24T05:23:43.496Z PASS [ 0.033s] nextest-filtering::match test_expr_kind_partial
10562024-10-24T05:23:43.496Z PASS [ 0.038s] nextest-filtering::match test_expr_package_equal
10572024-10-24T05:23:43.496Z PASS [ 0.056s] nextest-filtering::match test_expr_package_contains
10582024-10-24T05:23:43.502Z PASS [ 0.031s] nextest-filtering::match test_expr_platform
10592024-10-24T05:23:43.931Z PASS [ 0.062s] nextest-filtering::match test_expr_package_regex
10602024-10-24T05:23:43.931Z PASS [ 0.027s] nextest-filtering::match test_expr_test
10612024-10-24T05:23:43.931Z PASS [ 0.044s] nextest-filtering::match test_expr_test_difference::with_and_not
10622024-10-24T05:23:43.954Z PASS [ 0.063s] nextest-filtering::match test_expr_rdeps
10632024-10-24T05:23:43.957Z PASS [ 0.051s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10642024-10-24T05:23:43.957Z PASS [ 0.097s] nextest-filtering::match test_expr_test_difference::with_minus
10652024-10-24T05:23:43.957Z PASS [ 0.390s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10662024-10-24T05:23:43.957Z PASS [ 0.033s] nextest-filtering::match test_expr_test_union::with_pipe
10672024-10-24T05:23:43.957Z PASS [ 0.103s] nextest-filtering::match test_expr_test_intersect::with_and
10682024-10-24T05:23:43.957Z PASS [ 0.065s] nextest-filtering::match test_expr_test_not
10692024-10-24T05:23:43.957Z PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_or
10702024-10-24T05:23:43.957Z PASS [ 0.035s] nextest-filtering::match test_expr_with_no_matching_packages
10712024-10-24T05:23:43.958Z PASS [ 0.089s] nextest-filtering::match test_expr_test_union::with_plus
10722024-10-24T05:23:43.965Z PASS [ 0.035s] nextest-metadata test_list::tests::test_binary_id_ord
10732024-10-24T05:23:43.968Z PASS [ 0.037s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10742024-10-24T05:23:43.968Z PASS [ 0.059s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10752024-10-24T05:23:43.968Z PASS [ 0.059s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10762024-10-24T05:23:43.968Z PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10772024-10-24T05:23:43.968Z PASS [ 0.056s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10782024-10-24T05:23:43.968Z PASS [ 0.066s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10792024-10-24T05:23:43.968Z PASS [ 0.039s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10802024-10-24T05:23:43.968Z PASS [ 0.057s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10812024-10-24T05:23:43.968Z PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10822024-10-24T05:23:44.017Z PASS [ 0.061s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10832024-10-24T05:23:44.019Z PASS [ 0.044s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10842024-10-24T05:23:44.019Z PASS [ 0.037s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10852024-10-24T05:23:44.047Z PASS [ 0.073s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10862024-10-24T05:23:44.432Z PASS [ 0.418s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10872024-10-24T05:23:44.463Z PASS [ 0.449s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10882024-10-24T05:23:44.545Z PASS [ 0.467s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10892024-10-24T05:23:44.548Z PASS [ 0.460s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10902024-10-24T05:23:44.952Z PASS [ 0.561s] nextest-runner config::archive::tests::parse_invalid::missing_list
10912024-10-24T05:23:45.004Z PASS [ 0.567s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10922024-10-24T05:23:45.028Z PASS [ 0.023s] nextest-runner config::config_impl::tests::default_config_is_valid
10932024-10-24T05:23:45.118Z PASS [ 0.621s] nextest-runner config::archive::tests::parse_invalid::parent_component
10942024-10-24T05:23:45.138Z PASS [ 0.022s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10952024-10-24T05:23:45.176Z PASS [ 0.690s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10962024-10-24T05:23:45.179Z PASS [ 0.022s] nextest-runner config::identifier::tests::test_invalid
10972024-10-24T05:23:45.198Z PASS [ 0.023s] nextest-runner config::identifier::tests::test_valid
10982024-10-24T05:23:45.200Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate
10992024-10-24T05:23:45.214Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11002024-10-24T05:23:45.240Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11012024-10-24T05:23:45.243Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11022024-10-24T05:23:45.243Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11032024-10-24T05:23:45.313Z PASS [ 0.042s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11042024-10-24T05:23:45.313Z PASS [ 0.052s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11052024-10-24T05:23:45.316Z PASS [ 0.353s] nextest-runner config::archive::tests::parse_valid
11062024-10-24T05:23:45.340Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11072024-10-24T05:23:45.370Z PASS [ 0.062s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11082024-10-24T05:23:45.381Z PASS [ 0.351s] nextest-runner config::config_impl::tests::ignored_keys
11092024-10-24T05:23:45.603Z PASS [ 0.293s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11102024-10-24T05:23:45.614Z PASS [ 0.284s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11112024-10-24T05:23:45.668Z PASS [ 0.290s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11122024-10-24T05:23:45.673Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11132024-10-24T05:23:45.888Z PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11142024-10-24T05:23:45.910Z PASS [ 0.296s] nextest-runner config::overrides::tests::test_overrides_basic
11152024-10-24T05:23:45.918Z PASS [ 3.703s] integration-tests::integration test_target_arg
11162024-10-24T05:23:45.967Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11172024-10-24T05:23:45.974Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11182024-10-24T05:23:46.169Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11192024-10-24T05:23:46.182Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11202024-10-24T05:23:46.185Z PASS [ 0.260s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11212024-10-24T05:23:46.234Z PASS [ 0.257s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11222024-10-24T05:23:46.234Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11232024-10-24T05:23:46.459Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11242024-10-24T05:23:46.461Z PASS [ 0.260s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11252024-10-24T05:23:46.473Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11262024-10-24T05:23:46.508Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11272024-10-24T05:23:46.514Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11282024-10-24T05:23:46.722Z PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11292024-10-24T05:23:46.731Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11302024-10-24T05:23:46.735Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11312024-10-24T05:23:46.798Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11322024-10-24T05:23:46.802Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11332024-10-24T05:23:47.021Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11342024-10-24T05:23:47.021Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11352024-10-24T05:23:47.026Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11362024-10-24T05:23:47.102Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11372024-10-24T05:23:47.123Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11382024-10-24T05:23:47.293Z PASS [ 0.272s] nextest-runner config::retry_policy::tests::parse_retries_valid
11392024-10-24T05:23:47.297Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11402024-10-24T05:23:47.331Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11412024-10-24T05:23:47.382Z PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11422024-10-24T05:23:47.409Z PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11432024-10-24T05:23:47.580Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11442024-10-24T05:23:47.585Z PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11452024-10-24T05:23:47.638Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11462024-10-24T05:23:47.645Z PASS [ 5.342s] integration-tests::integration test_target_dir
11472024-10-24T05:23:47.684Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11482024-10-24T05:23:47.747Z PASS [ 0.344s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11492024-10-24T05:23:47.862Z PASS [ 0.273s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11502024-10-24T05:23:47.876Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11512024-10-24T05:23:47.912Z PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11522024-10-24T05:23:47.937Z PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11532024-10-24T05:23:47.949Z PASS [ 0.266s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11542024-10-24T05:23:48.024Z PASS [ 0.272s] nextest-runner config::scripts::tests::test_scripts_basic
11552024-10-24T05:23:48.126Z PASS [ 0.266s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11562024-10-24T05:23:48.147Z PASS [ 0.268s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11572024-10-24T05:23:48.203Z PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11582024-10-24T05:23:48.227Z PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11592024-10-24T05:23:48.231Z PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11602024-10-24T05:23:48.247Z PASS [ 6.324s] integration-tests::integration test_show_config_test_groups
11612024-10-24T05:23:48.298Z PASS [ 0.285s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11622024-10-24T05:23:48.389Z PASS [ 0.263s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11632024-10-24T05:23:48.403Z PASS [ 0.257s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11642024-10-24T05:23:48.456Z PASS [ 0.260s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11652024-10-24T05:23:48.481Z PASS [ 0.249s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11662024-10-24T05:23:48.485Z PASS [ 0.259s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11672024-10-24T05:23:48.494Z PASS [ 0.248s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11682024-10-24T05:23:48.553Z PASS [ 0.255s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11692024-10-24T05:23:48.645Z PASS [ 0.256s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11702024-10-24T05:23:48.655Z PASS [ 0.252s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11712024-10-24T05:23:48.708Z PASS [ 0.251s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11722024-10-24T05:23:48.738Z PASS [ 0.244s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11732024-10-24T05:23:48.749Z PASS [ 0.261s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11742024-10-24T05:23:48.749Z PASS [ 0.257s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11752024-10-24T05:23:48.817Z PASS [ 0.262s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11762024-10-24T05:23:48.910Z PASS [ 0.265s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11772024-10-24T05:23:48.920Z PASS [ 0.260s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11782024-10-24T05:23:48.982Z PASS [ 0.269s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11792024-10-24T05:23:49.012Z PASS [ 0.265s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11802024-10-24T05:23:49.022Z PASS [ 0.274s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11812024-10-24T05:23:49.024Z PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11822024-10-24T05:23:49.083Z PASS [ 0.267s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11832024-10-24T05:23:49.103Z PASS [ 0.018s] nextest-runner config::tool_config::tests::parse_tool_config_file
11842024-10-24T05:23:49.195Z PASS [ 0.273s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11852024-10-24T05:23:49.227Z PASS [ 0.290s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11862024-10-24T05:23:49.227Z PASS [ 0.032s] nextest-runner list::binary_list::tests::test_parse_binary_list
11872024-10-24T05:23:49.227Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11882024-10-24T05:23:49.246Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11892024-10-24T05:23:49.360Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
11902024-10-24T05:23:49.363Z PASS [ 0.282s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11912024-10-24T05:23:49.363Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
11922024-10-24T05:23:49.363Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
11932024-10-24T05:23:49.363Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
11942024-10-24T05:23:49.363Z PASS [ 0.270s] nextest-runner config::threads_required::tests::parse_threads_required::positive
11952024-10-24T05:23:49.364Z PASS [ 0.276s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
11962024-10-24T05:23:49.364Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
11972024-10-24T05:23:49.364Z PASS [ 0.277s] nextest-runner config::threads_required::tests::parse_threads_required::zero
11982024-10-24T05:23:49.364Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
11992024-10-24T05:23:49.364Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12002024-10-24T05:23:49.364Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12012024-10-24T05:23:49.364Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12022024-10-24T05:23:49.364Z PASS [ 0.026s] nextest-runner list::test_list::tests::test_parse_test_list
12032024-10-24T05:23:49.364Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
12042024-10-24T05:23:49.364Z PASS [ 0.019s] nextest-runner platform::tests::test_from_rustc_output_invalid
12052024-10-24T05:23:49.364Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12062024-10-24T05:23:49.364Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12072024-10-24T05:23:49.364Z PASS [ 0.020s] nextest-runner redact::tests::test_redact_path
12082024-10-24T05:23:49.364Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12092024-10-24T05:23:49.364Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings
12102024-10-24T05:23:49.375Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12112024-10-24T05:23:49.381Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12122024-10-24T05:23:49.470Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12132024-10-24T05:23:49.472Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12142024-10-24T05:23:49.472Z PASS [ 0.294s] nextest-runner config::tool_config::tests::tool_config_basic
12152024-10-24T05:23:49.472Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12162024-10-24T05:23:49.472Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12172024-10-24T05:23:49.472Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12182024-10-24T05:23:49.473Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_final_warnings
12192024-10-24T05:23:49.473Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12202024-10-24T05:23:49.473Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12212024-10-24T05:23:49.473Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12222024-10-24T05:23:49.473Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12232024-10-24T05:23:49.473Z PASS [ 0.051s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12242024-10-24T05:23:49.473Z PASS [ 0.019s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12252024-10-24T05:23:49.473Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12262024-10-24T05:23:49.473Z PASS [ 0.023s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12272024-10-24T05:23:49.473Z PASS [ 0.023s] nextest-runner reporter::helpers::tests::test_highlight_end
12282024-10-24T05:23:49.473Z PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12292024-10-24T05:23:49.473Z PASS [ 0.059s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12302024-10-24T05:23:49.473Z PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative
12312024-10-24T05:23:49.486Z PASS [ 0.018s] nextest-runner runner::tests::test_is_success
12322024-10-24T05:23:49.486Z PASS [ 0.055s] nextest-runner reporter::structured::libtest::test::strips_human_output
12332024-10-24T05:23:49.498Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12342024-10-24T05:23:49.500Z PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12352024-10-24T05:23:49.500Z PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings
12362024-10-24T05:23:49.503Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12372024-10-24T05:23:49.512Z PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12382024-10-24T05:23:49.517Z PASS [ 0.019s] nextest-runner test_command::tests::parse_build_script
12392024-10-24T05:23:49.526Z PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples
12402024-10-24T05:23:49.526Z PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config
12412024-10-24T05:23:49.554Z PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples
12422024-10-24T05:23:49.587Z PASS [ 0.099s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12432024-10-24T05:23:49.609Z PASS [ 0.020s] nextest-runner test_filter::tests::skip_only_pattern_examples
12442024-10-24T05:23:49.620Z PASS [ 0.124s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12452024-10-24T05:23:49.674Z PASS [ 0.148s] nextest-runner test_filter::tests::proptest_empty
12462024-10-24T05:23:49.776Z PASS [ 0.246s] nextest-runner test_filter::tests::proptest_no_match
12472024-10-24T05:23:49.783Z PASS [ 0.311s] nextest-runner rustc_cli::tests::test_execute_with_failure
12482024-10-24T05:23:50.196Z PASS [ 0.574s] nextest-runner time::stopwatch::tests::stopwatch_pause
12492024-10-24T05:23:50.246Z PASS [ 0.710s] nextest-runner test_filter::tests::proptest_exact
12502024-10-24T05:23:50.411Z PASS [ 0.870s] nextest-runner test_filter::tests::proptest_substring
12512024-10-24T05:23:51.495Z PASS [ 1.721s] nextest-runner::integration basic::test_list_binaries
12522024-10-24T05:23:51.754Z PASS [ 2.136s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12532024-10-24T05:23:51.756Z PASS [ 2.092s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12542024-10-24T05:23:51.795Z PASS [ 2.012s] nextest-runner::integration basic::test_list_tests
12552024-10-24T05:23:51.818Z PASS [ 0.024s] nextest-runner::integration target_runner::disregards_non_matching
12562024-10-24T05:23:51.890Z PASS [ 0.393s] nextest-runner::integration basic::test_run_ignored
12572024-10-24T05:23:51.913Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12582024-10-24T05:23:51.943Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact
12592024-10-24T05:23:52.029Z PASS [ 0.274s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12602024-10-24T05:23:52.104Z PASS [ 0.282s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12612024-10-24T05:23:52.329Z PASS [ 0.392s] nextest-runner::integration target_runner::parses_cargo_env
12622024-10-24T05:23:52.342Z PASS [ 21.972s] integration-tests::integration test_run
12632024-10-24T05:23:52.359Z PASS [ 0.030s] nextest-runner::integration target_triple::parses_cargo_env
12642024-10-24T05:23:52.365Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
12652024-10-24T05:23:52.381Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12662024-10-24T05:23:52.386Z PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12672024-10-24T05:23:52.403Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env
12682024-10-24T05:23:52.406Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12692024-10-24T05:23:52.417Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_target_cli_option
12702024-10-24T05:23:52.530Z PASS [ 0.508s] nextest-runner::integration target_runner::test_listing_with_target_runner
12712024-10-24T05:23:53.054Z PASS [ 2.657s] nextest-runner::integration basic::test_run
12722024-10-24T05:23:53.120Z PASS [ 2.943s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12732024-10-24T05:23:53.155Z PASS [ 2.927s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12742024-10-24T05:23:53.511Z PASS [ 1.416s] nextest-runner::integration target_runner::test_run_with_target_runner
12752024-10-24T05:23:54.074Z PASS [ 2.320s] nextest-runner::integration basic::test_termination
12762024-10-24T05:23:54.077Z------------
12772024-10-24T05:23:54.077Z Summary [ 33.570s] 275 tests run: 275 passed, 0 skipped
12782024-10-24T05:23:54.102Z
12792024-10-24T05:23:54.105Zreal 34.655981168
12802024-10-24T05:23:54.105Zuser 2:17.341049193
12812024-10-24T05:23:54.105Zsys 1:38.309940803
12822024-10-24T05:23:54.105Ztrap 0.341199753
12832024-10-24T05:23:54.105Ztflt 0.403700256
12842024-10-24T05:23:54.105Zdflt 2.092252301
12852024-10-24T05:23:54.105Zkflt 0.004510547
12862024-10-24T05:23:54.105Zlock 30:38.706438061
12872024-10-24T05:23:54.105Zslp 55:05.793021028
12882024-10-24T05:23:54.105Zlat 13:55.348961522
12892024-10-24T05:23:54.105Zstop 5:36.173173371
12902024-10-24T05:23:54.105Z+ banner release
12912024-10-24T05:23:54.108Z
12922024-10-24T05:23:54.108Z ##### ###### # ###### ## #### ######
12932024-10-24T05:23:54.108Z # # # # # # # # #
12942024-10-24T05:23:54.108Z # # ##### # ##### # # #### #####
12952024-10-24T05:23:54.108Z ##### # # # ###### # #
12962024-10-24T05:23:54.108Z # # # # # # # # # #
12972024-10-24T05:23:54.108Z # # ###### ###### ###### # # #### ######
12982024-10-24T05:23:54.108Z
12992024-10-24T05:23:54.108Z+ ptime -m cargo nextest run --profile ci
13002024-10-24T05:23:54.743Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
13012024-10-24T05:23:54.852Z------------
13022024-10-24T05:23:54.852Z Nextest run ID 98a3938f-29c7-4e7c-9952-4cc365c432e9 with nextest profile: ci
13032024-10-24T05:23:54.852Z Starting 275 tests across 12 binaries
13042024-10-24T05:23:54.897Z PASS [ 0.032s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13052024-10-24T05:23:55.054Z PASS [ 0.197s] cargo-nextest dispatch::tests::test_argument_parsing
13062024-10-24T05:24:04.392Z PASS [ 9.527s] integration-tests::integration test_list_binaries_only
13072024-10-24T05:24:04.601Z PASS [ 9.724s] integration-tests::integration test_list_host_after_build
13082024-10-24T05:24:05.034Z PASS [ 10.162s] integration-tests::integration test_list_full_after_build
13092024-10-24T05:24:05.174Z PASS [ 10.297s] integration-tests::integration test_list_target_after_build
13102024-10-24T05:24:05.192Z PASS [ 10.324s] integration-tests::integration test_list_full
13112024-10-24T05:24:05.377Z PASS [ 10.494s] integration-tests::integration test_list_default
13122024-10-24T05:24:08.483Z PASS [ 13.426s] integration-tests::integration test_relocated_run
13132024-10-24T05:24:13.593Z PASS [ 8.417s] integration-tests::integration test_run_from_archive_with_missing_includes
13142024-10-24T05:24:15.541Z PASS [ 10.181s] integration-tests::integration test_run_no_tests
13152024-10-24T05:24:16.060Z PASS [ 0.518s] integration-tests::integration test_setup_scripts_not_enabled
13162024-10-24T05:24:16.679Z PASS [ 12.079s] integration-tests::integration test_run_after_build
13172024-10-24T05:24:16.951Z PASS [ 3.358s] integration-tests::integration test_setup_script_error
13182024-10-24T05:24:17.046Z PASS [ 22.151s] integration-tests::integration test_list_with_default_filter
13192024-10-24T05:24:17.199Z PASS [ 0.515s] integration-tests::integration test_show_config_version
13202024-10-24T05:24:17.222Z PASS [ 8.741s] integration-tests::integration test_run_with_default_filter
13212024-10-24T05:24:17.264Z PASS [ 0.056s] integration-tests::integration test_version_info
13222024-10-24T05:24:17.275Z PASS [ 0.018s] nextest-filtering parsing::tests::test_complex_error
13232024-10-24T05:24:17.285Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof
13242024-10-24T05:24:17.311Z PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_expr
13252024-10-24T05:24:17.335Z PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_and_operator
13262024-10-24T05:24:17.354Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes
13272024-10-24T05:24:17.384Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_glob
13282024-10-24T05:24:17.403Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator
13292024-10-24T05:24:17.420Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_platform
13302024-10-24T05:24:17.453Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_regex
13312024-10-24T05:24:17.463Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_argument
13322024-10-24T05:24:17.487Z PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_close_parentheses
13332024-10-24T05:24:17.506Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_close_regex
13342024-10-24T05:24:17.526Z PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_open_parentheses
13352024-10-24T05:24:17.540Z PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_parentheses
13362024-10-24T05:24:17.584Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_comma
13372024-10-24T05:24:17.611Z PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_expr_difference
13382024-10-24T05:24:17.616Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_intersection
13392024-10-24T05:24:17.623Z PASS [ 12.589s] integration-tests::integration test_run_from_archive_with_includes
13402024-10-24T05:24:17.630Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_not
13412024-10-24T05:24:17.663Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_precedence
13422024-10-24T05:24:17.663Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_set
13432024-10-24T05:24:18.246Z PASS [ 12.478s] integration-tests::integration test_run_from_archive_with_no_includes
13442024-10-24T05:24:18.251Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_union
13452024-10-24T05:24:18.251Z PASS [ 0.056s] nextest-filtering parsing::tests::test_parse_glob_matcher
13462024-10-24T05:24:18.251Z PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_name_matcher
13472024-10-24T05:24:18.251Z PASS [ 0.078s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13482024-10-24T05:24:18.251Z PASS [ 0.541s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13492024-10-24T05:24:18.251Z PASS [ 0.027s] nextest-filtering parsing::tests::test_unexpected_argument
13502024-10-24T05:24:18.252Z PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_set_def
13512024-10-24T05:24:18.252Z PASS [ 0.039s] nextest-filtering::match test_binary_query
13522024-10-24T05:24:18.252Z PASS [ 0.065s] nextest-filtering parsing::tests::test_unexpected_comma
13532024-10-24T05:24:18.252Z PASS [ 0.129s] nextest-filtering parsing::tests::test_parse_regex
13542024-10-24T05:24:18.252Z PASS [ 0.057s] nextest-filtering::match test_expr_binary_id_glob
13552024-10-24T05:24:18.252Z PASS [ 0.106s] nextest-filtering::match test_expr_binary
13562024-10-24T05:24:18.252Z PASS [ 0.073s] nextest-filtering::match test_expr_kind
13572024-10-24T05:24:18.263Z PASS [ 0.278s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13582024-10-24T05:24:18.263Z PASS [ 0.133s] nextest-filtering::match test_expr_deps
13592024-10-24T05:24:18.266Z PASS [ 0.147s] nextest-filtering::match test_expr_kind_partial
13602024-10-24T05:24:18.266Z PASS [ 0.103s] nextest-filtering::match test_expr_package_contains
13612024-10-24T05:24:18.266Z PASS [ 0.050s] nextest-filtering::match test_expr_package_equal
13622024-10-24T05:24:18.266Z PASS [ 0.071s] nextest-filtering::match test_expr_package_regex
13632024-10-24T05:24:18.266Z PASS [ 0.047s] nextest-filtering::match test_expr_platform
13642024-10-24T05:24:18.266Z PASS [ 0.045s] nextest-filtering::match test_expr_rdeps
13652024-10-24T05:24:18.266Z PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not
13662024-10-24T05:24:18.266Z PASS [ 0.043s] nextest-filtering::match test_expr_test_difference::with_minus
13672024-10-24T05:24:18.266Z PASS [ 0.066s] nextest-filtering::match test_expr_test
13682024-10-24T05:24:18.451Z PASS [ 0.033s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13692024-10-24T05:24:18.452Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_pipe
13702024-10-24T05:24:18.452Z PASS [ 0.080s] nextest-filtering::match test_expr_test_intersect::with_and
13712024-10-24T05:24:18.452Z PASS [ 0.062s] nextest-filtering::match test_expr_test_not
13722024-10-24T05:24:18.452Z PASS [ 0.037s] nextest-filtering::match test_expr_test_union::with_or
13732024-10-24T05:24:18.452Z PASS [ 0.034s] nextest-filtering::match test_expr_test_union::with_plus
13742024-10-24T05:24:18.452Z PASS [ 0.029s] nextest-filtering::match test_expr_with_no_matching_packages
13752024-10-24T05:24:18.454Z PASS [ 0.024s] nextest-metadata test_list::tests::test_binary_id_ord
13762024-10-24T05:24:18.454Z PASS [ 0.031s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13772024-10-24T05:24:18.454Z PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13782024-10-24T05:24:18.454Z PASS [ 0.025s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13792024-10-24T05:24:18.454Z PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13802024-10-24T05:24:18.454Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13812024-10-24T05:24:18.454Z PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13822024-10-24T05:24:18.454Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13832024-10-24T05:24:18.454Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13842024-10-24T05:24:18.455Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13852024-10-24T05:24:18.455Z PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13862024-10-24T05:24:18.455Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13872024-10-24T05:24:18.455Z PASS [ 0.016s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13882024-10-24T05:24:18.466Z PASS [ 0.024s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13892024-10-24T05:24:18.751Z PASS [ 0.308s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13902024-10-24T05:24:18.758Z PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
13912024-10-24T05:24:18.785Z PASS [ 0.338s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
13922024-10-24T05:24:18.822Z PASS [ 0.371s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
13932024-10-24T05:24:19.046Z PASS [ 0.287s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
13942024-10-24T05:24:19.051Z PASS [ 0.300s] nextest-runner config::archive::tests::parse_invalid::missing_list
13952024-10-24T05:24:19.076Z PASS [ 0.018s] nextest-runner config::config_impl::tests::default_config_is_valid
13962024-10-24T05:24:19.112Z PASS [ 0.297s] nextest-runner config::archive::tests::parse_invalid::negative_depth
13972024-10-24T05:24:19.161Z PASS [ 0.057s] nextest-runner config::helpers::tests::test_deserialize_relative_path
13982024-10-24T05:24:19.202Z PASS [ 0.039s] nextest-runner config::identifier::tests::test_invalid
13992024-10-24T05:24:19.211Z PASS [ 0.385s] nextest-runner config::archive::tests::parse_invalid::parent_component
14002024-10-24T05:24:19.221Z PASS [ 0.037s] nextest-runner config::identifier::tests::test_valid
14012024-10-24T05:24:19.226Z PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_accumulate
14022024-10-24T05:24:19.248Z PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14032024-10-24T05:24:19.259Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14042024-10-24T05:24:19.326Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14052024-10-24T05:24:19.326Z PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14062024-10-24T05:24:19.326Z PASS [ 0.058s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14072024-10-24T05:24:19.361Z PASS [ 0.047s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14082024-10-24T05:24:19.364Z PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14092024-10-24T05:24:19.367Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14102024-10-24T05:24:19.411Z PASS [ 0.356s] nextest-runner config::archive::tests::parse_valid
14112024-10-24T05:24:19.502Z PASS [ 0.432s] nextest-runner config::config_impl::tests::ignored_keys
14122024-10-24T05:24:19.798Z PASS [ 0.444s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14132024-10-24T05:24:19.850Z PASS [ 0.475s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14142024-10-24T05:24:19.882Z PASS [ 0.479s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14152024-10-24T05:24:19.949Z PASS [ 0.430s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14162024-10-24T05:24:20.095Z PASS [ 0.294s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14172024-10-24T05:24:20.157Z PASS [ 0.313s] nextest-runner config::overrides::tests::test_overrides_basic
14182024-10-24T05:24:20.176Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14192024-10-24T05:24:20.251Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14202024-10-24T05:24:20.311Z PASS [ 3.359s] integration-tests::integration test_target_arg
14212024-10-24T05:24:20.389Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14222024-10-24T05:24:20.444Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14232024-10-24T05:24:20.478Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14242024-10-24T05:24:20.548Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14252024-10-24T05:24:20.605Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14262024-10-24T05:24:20.671Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14272024-10-24T05:24:20.722Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14282024-10-24T05:24:20.736Z PASS [ 0.259s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14292024-10-24T05:24:20.823Z PASS [ 0.273s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14302024-10-24T05:24:20.866Z PASS [ 0.260s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14312024-10-24T05:24:20.956Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14322024-10-24T05:24:20.999Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14332024-10-24T05:24:21.011Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14342024-10-24T05:24:21.085Z PASS [ 0.265s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14352024-10-24T05:24:21.121Z PASS [ 0.256s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14362024-10-24T05:24:21.219Z PASS [ 0.263s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14372024-10-24T05:24:21.256Z PASS [ 0.253s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14382024-10-24T05:24:21.263Z PASS [ 0.252s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14392024-10-24T05:24:21.377Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14402024-10-24T05:24:21.390Z PASS [ 0.269s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14412024-10-24T05:24:21.505Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14422024-10-24T05:24:21.538Z PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14432024-10-24T05:24:21.554Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_valid
14442024-10-24T05:24:21.643Z PASS [ 0.269s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14452024-10-24T05:24:21.648Z PASS [ 0.258s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14462024-10-24T05:24:21.782Z PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14472024-10-24T05:24:21.799Z PASS [ 0.261s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14482024-10-24T05:24:21.830Z PASS [ 0.272s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14492024-10-24T05:24:21.932Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14502024-10-24T05:24:21.952Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14512024-10-24T05:24:22.071Z PASS [ 5.997s] integration-tests::integration test_show_config_test_groups
14522024-10-24T05:24:22.076Z PASS [ 0.277s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14532024-10-24T05:24:22.090Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14542024-10-24T05:24:22.124Z PASS [ 0.287s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14552024-10-24T05:24:22.207Z PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14562024-10-24T05:24:22.224Z PASS [ 0.270s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14572024-10-24T05:24:22.340Z PASS [ 0.279s] nextest-runner config::scripts::tests::test_scripts_basic
14582024-10-24T05:24:22.363Z PASS [ 0.280s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14592024-10-24T05:24:22.385Z PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14602024-10-24T05:24:22.401Z PASS [ 0.277s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14612024-10-24T05:24:22.419Z PASS [ 5.361s] integration-tests::integration test_target_dir
14622024-10-24T05:24:22.477Z PASS [ 0.274s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14632024-10-24T05:24:22.486Z PASS [ 0.264s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14642024-10-24T05:24:22.614Z PASS [ 0.277s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14652024-10-24T05:24:22.635Z PASS [ 0.278s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14662024-10-24T05:24:22.661Z PASS [ 0.278s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14672024-10-24T05:24:22.689Z PASS [ 0.281s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14682024-10-24T05:24:22.695Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14692024-10-24T05:24:22.752Z PASS [ 0.275s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14702024-10-24T05:24:22.770Z PASS [ 0.283s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14712024-10-24T05:24:22.867Z PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14722024-10-24T05:24:22.888Z PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14732024-10-24T05:24:22.914Z PASS [ 0.256s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14742024-10-24T05:24:22.936Z PASS [ 0.242s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14752024-10-24T05:24:22.939Z PASS [ 0.253s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14762024-10-24T05:24:23.013Z PASS [ 0.243s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14772024-10-24T05:24:23.017Z PASS [ 0.266s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14782024-10-24T05:24:23.118Z PASS [ 0.251s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14792024-10-24T05:24:23.123Z PASS [ 0.236s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14802024-10-24T05:24:23.153Z PASS [ 0.239s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14812024-10-24T05:24:23.190Z PASS [ 0.246s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14822024-10-24T05:24:23.190Z PASS [ 0.251s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14832024-10-24T05:24:23.262Z PASS [ 0.244s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14842024-10-24T05:24:23.266Z PASS [ 0.254s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14852024-10-24T05:24:23.359Z PASS [ 0.242s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14862024-10-24T05:24:23.374Z PASS [ 0.014s] nextest-runner config::tool_config::tests::parse_tool_config_file
14872024-10-24T05:24:23.377Z PASS [ 0.255s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14882024-10-24T05:24:23.392Z PASS [ 0.014s] nextest-runner list::binary_list::tests::test_parse_binary_list
14892024-10-24T05:24:23.406Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
14902024-10-24T05:24:23.411Z PASS [ 0.258s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
14912024-10-24T05:24:23.420Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
14922024-10-24T05:24:23.424Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
14932024-10-24T05:24:23.434Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
14942024-10-24T05:24:23.438Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
14952024-10-24T05:24:23.445Z PASS [ 0.256s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
14962024-10-24T05:24:23.447Z PASS [ 0.252s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
14972024-10-24T05:24:23.449Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
14982024-10-24T05:24:23.453Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
14992024-10-24T05:24:23.468Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15002024-10-24T05:24:23.469Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15012024-10-24T05:24:23.471Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15022024-10-24T05:24:23.471Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15032024-10-24T05:24:23.474Z PASS [ 0.017s] nextest-runner list::test_list::tests::test_parse_test_list
15042024-10-24T05:24:23.481Z PASS [ 0.013s] nextest-runner platform::tests::test_from_rustc_output_invalid
15052024-10-24T05:24:23.481Z PASS [ 0.017s] nextest-runner partition::tests::partitioner_builder_from_str
15062024-10-24T05:24:23.486Z PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15072024-10-24T05:24:23.488Z PASS [ 0.016s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15082024-10-24T05:24:23.497Z PASS [ 0.015s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15092024-10-24T05:24:23.497Z PASS [ 0.015s] nextest-runner redact::tests::test_redact_path
15102024-10-24T05:24:23.501Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::no_capture_settings
15112024-10-24T05:24:23.505Z PASS [ 0.239s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15122024-10-24T05:24:23.508Z PASS [ 0.247s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15132024-10-24T05:24:23.519Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15142024-10-24T05:24:23.525Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15152024-10-24T05:24:23.530Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15162024-10-24T05:24:23.538Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15172024-10-24T05:24:23.540Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15182024-10-24T05:24:23.544Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15192024-10-24T05:24:23.547Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15202024-10-24T05:24:23.550Z PASS [ 0.012s] nextest-runner reporter::displayer::tests::test_final_warnings
15212024-10-24T05:24:23.554Z PASS [ 0.012s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15222024-10-24T05:24:23.561Z PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15232024-10-24T05:24:23.561Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15242024-10-24T05:24:23.589Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15252024-10-24T05:24:23.592Z PASS [ 0.015s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15262024-10-24T05:24:23.592Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15272024-10-24T05:24:23.592Z PASS [ 0.012s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15282024-10-24T05:24:23.592Z PASS [ 0.023s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15292024-10-24T05:24:23.592Z PASS [ 0.016s] nextest-runner reporter::helpers::tests::test_highlight_end
15302024-10-24T05:24:23.598Z PASS [ 0.013s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15312024-10-24T05:24:23.606Z PASS [ 0.053s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15322024-10-24T05:24:23.618Z PASS [ 0.015s] nextest-runner reuse_build::tests::test_path_mapper_relative
15332024-10-24T05:24:23.623Z PASS [ 0.020s] nextest-runner runner::tests::no_capture_settings
15342024-10-24T05:24:23.632Z PASS [ 0.015s] nextest-runner runner::tests::test_is_success
15352024-10-24T05:24:23.632Z PASS [ 0.054s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15362024-10-24T05:24:23.632Z PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output
15372024-10-24T05:24:23.642Z PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15382024-10-24T05:24:23.642Z PASS [ 0.263s] nextest-runner config::tool_config::tests::tool_config_basic
15392024-10-24T05:24:23.644Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15402024-10-24T05:24:23.649Z PASS [ 0.019s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15412024-10-24T05:24:23.672Z PASS [ 0.013s] nextest-runner test_command::tests::parse_build_script
15422024-10-24T05:24:23.672Z PASS [ 0.020s] nextest-runner target_runner::tests::test_find_config
15432024-10-24T05:24:23.675Z PASS [ 0.014s] nextest-runner test_filter::tests::empty_pattern_examples
15442024-10-24T05:24:23.675Z PASS [ 0.018s] nextest-runner test_filter::tests::pattern_examples
15452024-10-24T05:24:23.730Z PASS [ 0.095s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15462024-10-24T05:24:23.746Z PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples
15472024-10-24T05:24:23.752Z PASS [ 0.119s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15482024-10-24T05:24:23.778Z PASS [ 0.126s] nextest-runner test_filter::tests::proptest_empty
15492024-10-24T05:24:23.902Z PASS [ 0.238s] nextest-runner test_filter::tests::proptest_no_match
15502024-10-24T05:24:23.928Z PASS [ 0.299s] nextest-runner rustc_cli::tests::test_execute_with_failure
15512024-10-24T05:24:23.985Z PASS [ 0.087s] nextest-runner::integration basic::test_list_binaries
15522024-10-24T05:24:24.032Z PASS [ 0.276s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15532024-10-24T05:24:24.092Z PASS [ 0.310s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15542024-10-24T05:24:24.207Z PASS [ 0.283s] nextest-runner::integration basic::test_list_tests
15552024-10-24T05:24:24.313Z PASS [ 0.568s] nextest-runner time::stopwatch::tests::stopwatch_pause
15562024-10-24T05:24:24.463Z PASS [ 0.806s] nextest-runner test_filter::tests::proptest_exact
15572024-10-24T05:24:24.531Z PASS [ 0.865s] nextest-runner test_filter::tests::proptest_substring
15582024-10-24T05:24:24.551Z PASS [ 0.019s] nextest-runner::integration target_runner::disregards_non_matching
15592024-10-24T05:24:24.595Z PASS [ 0.388s] nextest-runner::integration basic::test_run_ignored
15602024-10-24T05:24:24.614Z PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15612024-10-24T05:24:24.645Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact
15622024-10-24T05:24:24.681Z PASS [ 0.362s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15632024-10-24T05:24:24.814Z PASS [ 0.265s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15642024-10-24T05:24:25.006Z PASS [ 0.369s] nextest-runner::integration target_runner::parses_cargo_env
15652024-10-24T05:24:25.025Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_cargo_env
15662024-10-24T05:24:25.043Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli
15672024-10-24T05:24:25.064Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15682024-10-24T05:24:25.093Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15692024-10-24T05:24:25.109Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_env
15702024-10-24T05:24:25.121Z PASS [ 0.450s] nextest-runner::integration target_runner::test_listing_with_target_runner
15712024-10-24T05:24:25.124Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15722024-10-24T05:24:25.134Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option
15732024-10-24T05:24:25.559Z PASS [ 1.578s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15742024-10-24T05:24:25.569Z PASS [ 1.545s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15752024-10-24T05:24:25.592Z PASS [ 1.506s] nextest-runner::integration basic::test_run
15762024-10-24T05:24:25.951Z PASS [ 21.563s] integration-tests::integration test_run
15772024-10-24T05:24:26.227Z PASS [ 1.417s] nextest-runner::integration target_runner::test_run_with_target_runner
15782024-10-24T05:24:26.767Z PASS [ 2.308s] nextest-runner::integration basic::test_termination
15792024-10-24T05:24:26.769Z------------
15802024-10-24T05:24:26.769Z Summary [ 31.912s] 275 tests run: 275 passed, 0 skipped
15812024-10-24T05:24:26.786Z
15822024-10-24T05:24:26.789Zreal 32.672415291
15832024-10-24T05:24:26.789Zuser 2:10.934820386
15842024-10-24T05:24:26.789Zsys 1:34.307330004
15852024-10-24T05:24:26.789Ztrap 0.343204716
15862024-10-24T05:24:26.789Ztflt 0.485431197
15872024-10-24T05:24:26.789Zdflt 1.060011664
15882024-10-24T05:24:26.789Zkflt 0.050601088
15892024-10-24T05:24:26.789Zlock 30:04.442523014
15902024-10-24T05:24:26.789Zslp 54:21.721464977
15912024-10-24T05:24:26.789Zlat 13:50.207472745
15922024-10-24T05:24:26.789Zstop 5:43.942824847
15932024-10-24T05:24:26.789Zprocess exited: duration 299847 ms, exit code 0
 
15942024-10-24T05:24:26.795Zfound 0 output files