01JEC76ME5DE637FH6HYG0ZRZJ: build-and-test-illumos

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

Buildomat Job: 01JEC76ZKM0KDJBT27SNAPV2T5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-05T20:12:56.709Zjob assigned to worker 01JEC76N7FTY099SX4G21A6QQ9 [factory aws, i-0eaca8cd8fd600d89] (queued for 50 s)
 
22024-12-05T20:13:04.893Zstarting task 0: "setup"
32024-12-05T20:13:04.901Z++ uname -s
42024-12-05T20:13:04.904Z+ kern=SunOS
52024-12-05T20:13:04.904Z+ case "$kern" in
62024-12-05T20:13:04.904Z+ groupadd -g 12345 build
72024-12-05T20:13:04.906Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-05T20:13:06.912Z+ zfs create -o mountpoint=/work rpool/work
92024-12-05T20:13:07.006Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-05T20:13:07.009Z+ home_fs=zfs
112024-12-05T20:13:07.009Z+ [[ zfs == autofs ]]
122024-12-05T20:13:07.009Z+ mkdir -p /home/build
132024-12-05T20:13:07.012Z+ chown build:build /home/build /work
142024-12-05T20:13:09.012Z+ chmod 0700 /home/build /work
152024-12-05T20:13:09.016Zprocess exited: duration 4122 ms, exit code 0
 
162024-12-05T20:13:09.020Zstarting task 1: "rust-toolchain"
172024-12-05T20:13:09.026Z+ printf ' * toolchain channel = "%s"
182024-12-05T20:13:09.026Z' stable
192024-12-05T20:13:09.026Z * toolchain channel = "stable"
202024-12-05T20:13:09.026Z+ printf ' * toolchain profile = "%s"
212024-12-05T20:13:09.026Z' default
222024-12-05T20:13:09.026Z * toolchain profile = "default"
232024-12-05T20:13:09.028Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-05T20:13:09.028Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-05T20:13:09.145Zinfo: downloading installer
262024-12-05T20:13:10.589Zinfo: profile set to 'default'
272024-12-05T20:13:10.589Zinfo: default host triple is x86_64-unknown-illumos
282024-12-05T20:13:10.592Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-05T20:13:10.741Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-05T20:13:10.741Zinfo: downloading component 'cargo'
312024-12-05T20:13:11.630Zinfo: downloading component 'clippy'
322024-12-05T20:13:11.968Zinfo: downloading component 'rust-docs'
332024-12-05T20:13:13.204Zinfo: downloading component 'rust-std'
342024-12-05T20:13:15.099Zinfo: downloading component 'rustc'
352024-12-05T20:13:21.884Zinfo: downloading component 'rustfmt'
362024-12-05T20:13:22.145Zinfo: installing component 'cargo'
372024-12-05T20:13:22.999Zinfo: installing component 'clippy'
382024-12-05T20:13:23.390Zinfo: installing component 'rust-docs'
392024-12-05T20:13:25.064Zinfo: installing component 'rust-std'
402024-12-05T20:13:26.788Zinfo: installing component 'rustc'
412024-12-05T20:13:32.531Zinfo: installing component 'rustfmt'
422024-12-05T20:13:32.859Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-05T20:13:32.859Z
442024-12-05T20:13:33.214Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-05T20:13:33.215Z
462024-12-05T20:13:33.217Z
472024-12-05T20:13:33.218ZRust is installed now. Great!
482024-12-05T20:13:33.218Z
492024-12-05T20:13:33.218ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-05T20:13:33.218Zenvironment variable. This has not been done automatically.
512024-12-05T20:13:33.218Z
522024-12-05T20:13:33.218ZTo configure your current shell, you need to source
532024-12-05T20:13:33.218Zthe corresponding env file under $HOME/.cargo.
542024-12-05T20:13:33.218Z
552024-12-05T20:13:33.218ZThis is usually done by running one of the following (note the leading DOT):
562024-12-05T20:13:33.218Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-05T20:13:33.218Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-05T20:13:33.282Z+ rustc --version
592024-12-05T20:13:33.350Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-05T20:13:33.353Zprocess exited: duration 24326 ms, exit code 0
 
612024-12-05T20:13:33.358Zstarting task 2: "authentication"
622024-12-05T20:13:33.378Zprocess exited: duration 19 ms, exit code 0
 
632024-12-05T20:13:33.383Zstarting task 3: "clone repository"
642024-12-05T20:13:33.388Z+ mkdir -p /work/nextest-rs/nextest
652024-12-05T20:13:33.391Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-05T20:13:35.618ZCloning into '/work/nextest-rs/nextest'...
672024-12-05T20:13:37.888Z+ cd /work/nextest-rs/nextest
682024-12-05T20:13:37.888Z+ git fetch origin 1b13ea072f65da9a0a495c781beb49a041050f8e
692024-12-05T20:13:38.253ZFrom https://github.com/nextest-rs/nextest
702024-12-05T20:13:38.253Z * branch 1b13ea072f65da9a0a495c781beb49a041050f8e -> FETCH_HEAD
712024-12-05T20:13:38.258Z+ [[ -n '' ]]
722024-12-05T20:13:38.258Z+ git reset --hard 1b13ea072f65da9a0a495c781beb49a041050f8e
732024-12-05T20:13:38.325ZHEAD is now at 1b13ea07 [nextest-runner] move some internal events into another module
742024-12-05T20:13:38.328Zprocess exited: duration 4941 ms, exit code 0
 
752024-12-05T20:13:38.333Zstarting task 4: "build"
762024-12-05T20:13:38.342Z+ PLATFORM=illumos
772024-12-05T20:13:38.342Z+ export CARGO_TERM_COLOR=always
782024-12-05T20:13:38.342Z+ CARGO_TERM_COLOR=always
792024-12-05T20:13:38.342Z+ cargo --version
802024-12-05T20:13:38.392Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-12-05T20:13:38.394Z+ rustc --version
822024-12-05T20:13:38.454Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-12-05T20:13:38.456Z+ banner install
842024-12-05T20:13:38.585Z
852024-12-05T20:13:38.585Z # # # #### ##### ## # #
862024-12-05T20:13:38.585Z # ## # # # # # # #
872024-12-05T20:13:38.585Z # # # # #### # # # # #
882024-12-05T20:13:38.585Z # # # # # # ###### # #
892024-12-05T20:13:38.585Z # # ## # # # # # # #
902024-12-05T20:13:38.585Z # # # #### # # # ###### ######
912024-12-05T20:13:38.585Z
922024-12-05T20:13:38.588Z+ mkdir -p /home/build/.cargo/bin
932024-12-05T20:13:38.588Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-12-05T20:13:38.590Z+ gunzip
952024-12-05T20:13:38.590Z+ tar xf - -C /home/build/.cargo/bin
962024-12-05T20:13:39.696Z+ banner metadata
972024-12-05T20:13:39.699Z
982024-12-05T20:13:39.699Z # # ###### ##### ## ##### ## ##### ##
992024-12-05T20:13:39.699Z ## ## # # # # # # # # # # #
1002024-12-05T20:13:39.699Z # ## # ##### # # # # # # # # # #
1012024-12-05T20:13:39.699Z # # # # ###### # # ###### # ######
1022024-12-05T20:13:39.699Z # # # # # # # # # # # # #
1032024-12-05T20:13:39.699Z # # ###### # # # ##### # # # # #
1042024-12-05T20:13:39.699Z
1052024-12-05T20:13:39.699Z+ ptime -m cargo build --package nextest-metadata
1062024-12-05T20:13:39.832Z Updating crates.io index
1072024-12-05T20:13:40.838Z Downloading crates ...
1082024-12-05T20:13:40.894Z Downloaded backtrace v0.3.71
1092024-12-05T20:13:40.900Z Downloaded adler v1.0.2
1102024-12-05T20:13:40.906Z Downloaded addr2line v0.21.0
1112024-12-05T20:13:40.909Z Downloaded anstyle-parse v0.2.6
1122024-12-05T20:13:40.911Z Downloaded autocfg v1.4.0
1132024-12-05T20:13:40.914Z Downloaded anstyle-query v1.1.2
1142024-12-05T20:13:40.917Z Downloaded backtrace-ext v0.2.1
1152024-12-05T20:13:40.917Z Downloaded anstyle v1.0.9
1162024-12-05T20:13:40.926Z Downloaded anstream v0.6.17
1172024-12-05T20:13:40.935Z Downloaded clap v4.5.22
1182024-12-05T20:13:40.944Z Downloaded getrandom v0.2.15
1192024-12-05T20:13:40.947Z Downloaded camino v1.1.9
1202024-12-05T20:13:40.950Z Downloaded bytes v1.9.0
1212024-12-05T20:13:40.954Z Downloaded cfg-expr v0.17.2
1222024-12-05T20:13:40.956Z Downloaded errno v0.3.9
1232024-12-05T20:13:40.959Z Downloaded equivalent v1.0.1
1242024-12-05T20:13:40.960Z Downloaded libm v0.2.8
1252024-12-05T20:13:40.967Z Downloaded memchr v2.7.4
1262024-12-05T20:13:40.972Z Downloaded clap_derive v4.5.18
1272024-12-05T20:13:40.974Z Downloaded cfg_aliases v0.2.1
1282024-12-05T20:13:40.983Z Downloaded is_ci v1.2.0
1292024-12-05T20:13:40.985Z Downloaded guppy-workspace-hack v0.1.0
1302024-12-05T20:13:40.991Z Downloaded either v1.13.0
1312024-12-05T20:13:40.993Z Downloaded colorchoice v1.0.3
1322024-12-05T20:13:41.013Z Downloaded is_terminal_polyfill v1.70.1
1332024-12-05T20:13:41.015Z Downloaded clap_lex v0.7.2
1342024-12-05T20:13:41.015Z Downloaded cfg-if v1.0.0
1352024-12-05T20:13:41.018Z Downloaded itoa v1.0.14
1362024-12-05T20:13:41.021Z Downloaded ppv-lite86 v0.2.20
1372024-12-05T20:13:41.021Z Downloaded miette-derive v7.4.0
1382024-12-05T20:13:41.023Z Downloaded heck v0.5.0
1392024-12-05T20:13:41.034Z Downloaded supports-unicode v3.0.0
1402024-12-05T20:13:41.037Z Downloaded supports-hyperlinks v3.0.0
1412024-12-05T20:13:41.043Z Downloaded signal-hook-registry v1.4.2
1422024-12-05T20:13:41.045Z Downloaded lazy_static v1.5.0
1432024-12-05T20:13:41.048Z Downloaded rand_core v0.6.4
1442024-12-05T20:13:41.050Z Downloaded strsim v0.11.1
1452024-12-05T20:13:41.053Z Downloaded rand_chacha v0.3.1
1462024-12-05T20:13:41.053Z Downloaded byteorder v1.5.0
1472024-12-05T20:13:41.056Z Downloaded smol_str v0.3.2
1482024-12-05T20:13:41.059Z Downloaded thiserror-impl v1.0.69
1492024-12-05T20:13:41.062Z Downloaded tracing-log v0.2.0
1502024-12-05T20:13:41.062Z Downloaded target-spec v3.2.2
1512024-12-05T20:13:41.062Z Downloaded shlex v1.3.0
1522024-12-05T20:13:41.064Z Downloaded unicase v2.8.0
1532024-12-05T20:13:41.072Z Downloaded miniz_oxide v0.7.4
1542024-12-05T20:13:41.074Z Downloaded target-lexicon v0.12.16
1552024-12-05T20:13:41.077Z Downloaded terminal_size v0.4.0
1562024-12-05T20:13:41.079Z Downloaded thiserror v1.0.69
1572024-12-05T20:13:41.085Z Downloaded console v0.15.8
1582024-12-05T20:13:41.088Z Downloaded unicode-linebreak v0.1.5
1592024-12-05T20:13:41.091Z Downloaded tokio-macros v2.4.0
1602024-12-05T20:13:41.091Z Downloaded thread_local v1.1.8
1612024-12-05T20:13:41.094Z Downloaded quote v1.0.37
1622024-12-05T20:13:41.094Z Downloaded jobserver v0.1.32
1632024-12-05T20:13:41.097Z Downloaded supports-color v3.0.2
1642024-12-05T20:13:41.099Z Downloaded xxhash-rust v0.8.12
1652024-12-05T20:13:41.101Z Downloaded zerocopy-derive v0.7.35
1662024-12-05T20:13:41.104Z Downloaded once_cell v1.20.2
1672024-12-05T20:13:41.106Z Downloaded socket2 v0.5.7
1682024-12-05T20:13:41.110Z Downloaded num-traits v0.2.19
1692024-12-05T20:13:41.113Z Downloaded log v0.4.22
1702024-12-05T20:13:41.116Z Downloaded utf8parse v0.2.2
1712024-12-05T20:13:41.119Z Downloaded smallvec v1.13.2
1722024-12-05T20:13:41.122Z Downloaded owo-colors v4.1.0
1732024-12-05T20:13:41.125Z Downloaded borsh v1.5.1
1742024-12-05T20:13:41.127Z Downloaded unicode-ident v1.0.14
1752024-12-05T20:13:41.130Z Downloaded textwrap v0.16.1
1762024-12-05T20:13:41.133Z Downloaded bitflags v2.6.0
1772024-12-05T20:13:41.137Z Downloaded pin-project-lite v0.2.15
1782024-12-05T20:13:41.142Z Downloaded rustc-demangle v0.1.24
1792024-12-05T20:13:41.145Z Downloaded cc v1.1.31
1802024-12-05T20:13:41.149Z Downloaded serde_derive v1.0.215
1812024-12-05T20:13:41.155Z Downloaded tracing-core v0.1.33
1822024-12-05T20:13:41.164Z Downloaded proc-macro2 v1.0.92
1832024-12-05T20:13:41.167Z Downloaded sharded-slab v0.1.7
1842024-12-05T20:13:41.170Z Downloaded serde v1.0.215
1852024-12-05T20:13:41.174Z Downloaded ryu v1.0.18
1862024-12-05T20:13:41.177Z Downloaded indexmap v2.7.0
1872024-12-05T20:13:41.181Z Downloaded tracing v0.1.41
1882024-12-05T20:13:41.186Z Downloaded rand v0.8.5
1892024-12-05T20:13:41.194Z Downloaded mio v1.0.2
1902024-12-05T20:13:41.200Z Downloaded miette v7.4.0
1912024-12-05T20:13:41.209Z Downloaded hashbrown v0.15.2
1922024-12-05T20:13:41.217Z Downloaded serde_json v1.0.133
1932024-12-05T20:13:41.224Z Downloaded clap_builder v4.5.22
1942024-12-05T20:13:41.232Z Downloaded zerocopy v0.7.35
1952024-12-05T20:13:41.256Z Downloaded tracing-subscriber v0.3.19
1962024-12-05T20:13:41.293Z Downloaded gimli v0.28.1
1972024-12-05T20:13:41.301Z Downloaded unicode-width v0.2.0
1982024-12-05T20:13:41.307Z Downloaded object v0.32.2
1992024-12-05T20:13:41.317Z Downloaded unicode-width v0.1.14
2002024-12-05T20:13:41.323Z Downloaded rustix v0.38.37
2012024-12-05T20:13:41.344Z Downloaded syn v2.0.90
2022024-12-05T20:13:41.363Z Downloaded libc v0.2.167
2032024-12-05T20:13:41.396Z Downloaded tokio v1.42.0
2042024-12-05T20:13:41.600Z Compiling proc-macro2 v1.0.92
2052024-12-05T20:13:41.600Z Compiling unicode-ident v1.0.14
2062024-12-05T20:13:41.603Z Compiling libc v0.2.167
2072024-12-05T20:13:41.603Z Compiling cfg-if v1.0.0
2082024-12-05T20:13:41.603Z Compiling serde v1.0.215
2092024-12-05T20:13:41.616Z Compiling shlex v1.3.0
2102024-12-05T20:13:41.619Z Compiling rustix v0.38.37
2112024-12-05T20:13:41.713Z Compiling once_cell v1.20.2
2122024-12-05T20:13:41.784Z Compiling memchr v2.7.4
2132024-12-05T20:13:41.963Z Compiling bitflags v2.6.0
2142024-12-05T20:13:42.083Z Compiling tracing-core v0.1.33
2152024-12-05T20:13:42.219Z Compiling byteorder v1.5.0
2162024-12-05T20:13:42.433Z Compiling camino v1.1.9
2172024-12-05T20:13:42.907Z Compiling adler v1.0.2
2182024-12-05T20:13:42.936Z Compiling utf8parse v0.2.2
2192024-12-05T20:13:43.028Z Compiling gimli v0.28.1
2202024-12-05T20:13:43.043Z Compiling anstyle-parse v0.2.6
2212024-12-05T20:13:43.236Z Compiling miniz_oxide v0.7.4
2222024-12-05T20:13:43.704Z Compiling object v0.32.2
2232024-12-05T20:13:44.564Z Compiling anstyle v1.0.9
2242024-12-05T20:13:44.577Z Compiling target-lexicon v0.12.16
2252024-12-05T20:13:44.632Z Compiling is_terminal_polyfill v1.70.1
2262024-12-05T20:13:44.738Z Compiling lazy_static v1.5.0
2272024-12-05T20:13:44.860Z Compiling thiserror v1.0.69
2282024-12-05T20:13:44.967Z Compiling serde_json v1.0.133
2292024-12-05T20:13:45.445Z Compiling jobserver v0.1.32
2302024-12-05T20:13:45.465Z Compiling rustc-demangle v0.1.24
2312024-12-05T20:13:45.533Z Compiling libm v0.2.8
2322024-12-05T20:13:45.563Z Compiling owo-colors v4.1.0
2332024-12-05T20:13:45.903Z Compiling quote v1.0.37
2342024-12-05T20:13:45.918Z Compiling cc v1.1.31
2352024-12-05T20:13:46.060Z Compiling errno v0.3.9
2362024-12-05T20:13:46.128Z Compiling addr2line v0.21.0
2372024-12-05T20:13:46.279Z Compiling syn v2.0.90
2382024-12-05T20:13:46.386Z Compiling getrandom v0.2.15
2392024-12-05T20:13:46.454Z Compiling unicode-width v0.1.14
2402024-12-05T20:13:46.684Z Compiling colorchoice v1.0.3
2412024-12-05T20:13:46.738Z Compiling anstyle-query v1.1.2
2422024-12-05T20:13:46.750Z Compiling autocfg v1.4.0
2432024-12-05T20:13:46.826Z Compiling rand_core v0.6.4
2442024-12-05T20:13:46.859Z Compiling anstream v0.6.17
2452024-12-05T20:13:47.225Z Compiling terminal_size v0.4.0
2462024-12-05T20:13:47.371Z Compiling heck v0.5.0
2472024-12-05T20:13:47.407Z Compiling unicase v2.8.0
2482024-12-05T20:13:47.485Z Compiling num-traits v0.2.19
2492024-12-05T20:13:47.485Z Compiling is_ci v1.2.0
2502024-12-05T20:13:47.674Z Compiling guppy-workspace-hack v0.1.0
2512024-12-05T20:13:47.700Z Compiling itoa v1.0.14
2522024-12-05T20:13:47.747Z Compiling strsim v0.11.1
2532024-12-05T20:13:47.774Z Compiling ryu v1.0.18
2542024-12-05T20:13:47.848Z Compiling unicode-width v0.2.0
2552024-12-05T20:13:47.909Z Compiling clap_lex v0.7.2
2562024-12-05T20:13:47.998Z Compiling pin-project-lite v0.2.15
2572024-12-05T20:13:48.103Z Compiling log v0.4.22
2582024-12-05T20:13:48.116Z Compiling unicode-linebreak v0.1.5
2592024-12-05T20:13:48.360Z Compiling tracing-log v0.2.0
2602024-12-05T20:13:48.363Z Compiling clap_builder v4.5.22
2612024-12-05T20:13:48.500Z Compiling textwrap v0.16.1
2622024-12-05T20:13:48.581Z Compiling tracing v0.1.41
2632024-12-05T20:13:48.821Z Compiling supports-color v3.0.2
2642024-12-05T20:13:48.861Z Compiling backtrace v0.3.71
2652024-12-05T20:13:49.575Z Compiling signal-hook-registry v1.4.2
2662024-12-05T20:13:49.617Z Compiling mio v1.0.2
2672024-12-05T20:13:49.775Z Compiling sharded-slab v0.1.7
2682024-12-05T20:13:50.438Z Compiling thread_local v1.1.8
2692024-12-05T20:13:50.507Z Compiling supports-hyperlinks v3.0.0
2702024-12-05T20:13:50.753Z Compiling target-spec v3.2.2
2712024-12-05T20:13:50.850Z Compiling equivalent v1.0.1
2722024-12-05T20:13:50.957Z Compiling bytes v1.9.0
2732024-12-05T20:13:50.970Z Compiling supports-unicode v3.0.0
2742024-12-05T20:13:51.052Z Compiling smallvec v1.13.2
2752024-12-05T20:13:51.114Z Compiling backtrace-ext v0.2.1
2762024-12-05T20:13:51.190Z Compiling hashbrown v0.15.2
2772024-12-05T20:13:51.253Z Compiling tracing-subscriber v0.3.19
2782024-12-05T20:13:51.403Z Compiling cfg-expr v0.17.2
2792024-12-05T20:13:52.245Z Compiling console v0.15.8
2802024-12-05T20:13:52.265Z Compiling either v1.13.0
2812024-12-05T20:13:52.632Z Compiling xxhash-rust v0.8.12
2822024-12-05T20:13:54.765Z Compiling serde_derive v1.0.215
2832024-12-05T20:13:54.781Z Compiling zerocopy-derive v0.7.35
2842024-12-05T20:13:54.938Z Compiling thiserror-impl v1.0.69
2852024-12-05T20:13:55.024Z Compiling clap_derive v4.5.18
2862024-12-05T20:13:55.070Z Compiling miette-derive v7.4.0
2872024-12-05T20:13:55.471Z Compiling tokio-macros v2.4.0
2882024-12-05T20:13:57.164Z Compiling tokio v1.42.0
2892024-12-05T20:13:57.167Z Compiling zerocopy v0.7.35
2902024-12-05T20:13:57.690Z Compiling miette v7.4.0
2912024-12-05T20:13:58.447Z Compiling ppv-lite86 v0.2.20
2922024-12-05T20:13:59.084Z Compiling rand_chacha v0.3.1
2932024-12-05T20:13:59.126Z Compiling clap v4.5.22
2942024-12-05T20:13:59.524Z Compiling rand v0.8.5
2952024-12-05T20:14:03.700Z Compiling indexmap v2.7.0
2962024-12-05T20:14:03.793Z Compiling smol_str v0.3.2
2972024-12-05T20:14:04.288Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-12-05T20:14:05.573Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-12-05T20:14:07.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.50s
3002024-12-05T20:14:07.451Z
3012024-12-05T20:14:07.451Zreal 27.719550650
3022024-12-05T20:14:07.451Zuser 2:17.216050441
3032024-12-05T20:14:07.451Zsys 17.128162948
3042024-12-05T20:14:07.451Ztrap 0.113608705
3052024-12-05T20:14:07.451Ztflt 0.231703467
3062024-12-05T20:14:07.451Zdflt 4.303619800
3072024-12-05T20:14:07.451Zkflt 0.012590250
3082024-12-05T20:14:07.453Zlock 2:59.096039999
3092024-12-05T20:14:07.453Zslp 8:31.586448133
3102024-12-05T20:14:07.453Zlat 9.822498388
3112024-12-05T20:14:07.453Zstop 16.414691407
3122024-12-05T20:14:07.453Z+ banner no-update
3132024-12-05T20:14:07.453Z
3142024-12-05T20:14:07.453Z # # #### # # ##### ##### ## ##### ######
3152024-12-05T20:14:07.453Z ## # # # # # # # # # # # # #
3162024-12-05T20:14:07.454Z # # # # # ##### # # # # # # # # # #####
3172024-12-05T20:14:07.454Z # # # # # # # ##### # # ###### # #
3182024-12-05T20:14:07.454Z # ## # # # # # # # # # # #
3192024-12-05T20:14:07.454Z # # #### #### # ##### # # # ######
3202024-12-05T20:14:07.454Z
3212024-12-05T20:14:07.454Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-12-05T20:14:07.594Z Downloading crates ...
3232024-12-05T20:14:07.715Z Downloaded zstd v0.13.2
3242024-12-05T20:14:07.721Z Downloaded atomicwrites v0.4.4
3252024-12-05T20:14:07.724Z Downloaded async-scoped v0.9.0
3262024-12-05T20:14:07.724Z Downloaded xattr v1.3.1
3272024-12-05T20:14:07.727Z Downloaded zeroize v1.8.1
3282024-12-05T20:14:07.727Z Downloaded aho-corasick v1.1.3
3292024-12-05T20:14:07.734Z Downloaded zstd-safe v7.2.1
3302024-12-05T20:14:07.737Z Downloaded ahash v0.8.11
3312024-12-05T20:14:07.739Z Downloaded future-queue v0.3.0
3322024-12-05T20:14:07.742Z Downloaded futures-sink v0.3.31
3332024-12-05T20:14:07.742Z Downloaded fnv v1.0.7
3342024-12-05T20:14:07.749Z Downloaded duct v0.13.7
3352024-12-05T20:14:07.754Z Downloaded camino-tempfile v1.1.1
3362024-12-05T20:14:07.757Z Downloaded cargo-platform v0.1.9
3372024-12-05T20:14:07.764Z Downloaded filetime v0.2.25
3382024-12-05T20:14:07.767Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3392024-12-05T20:14:07.784Z Downloaded futures-task v0.3.31
3402024-12-05T20:14:07.787Z Downloaded globset v0.4.15
3412024-12-05T20:14:07.787Z Downloaded enable-ansi-support v0.2.1
3422024-12-05T20:14:07.790Z Downloaded futures-executor v0.3.31
3432024-12-05T20:14:07.790Z Downloaded fixedbitset v0.4.2
3442024-12-05T20:14:07.790Z Downloaded fastrand v2.1.1
3452024-12-05T20:14:07.796Z Downloaded futures v0.3.31
3462024-12-05T20:14:07.805Z Downloaded futures-macro v0.3.31
3472024-12-05T20:14:07.807Z Downloaded futures-io v0.3.31
3482024-12-05T20:14:07.809Z Downloaded dialoguer v0.11.0
3492024-12-05T20:14:07.816Z Downloaded number_prefix v0.4.0
3502024-12-05T20:14:07.819Z Downloaded indenter v0.3.3
3512024-12-05T20:14:07.819Z Downloaded humantime-serde v1.1.1
3522024-12-05T20:14:07.819Z Downloaded pathdiff v0.2.3
3532024-12-05T20:14:07.829Z Downloaded target-spec-miette v0.4.0
3542024-12-05T20:14:07.837Z Downloaded futures-core v0.3.31
3552024-12-05T20:14:07.839Z Downloaded home v0.5.9
3562024-12-05T20:14:07.848Z Downloaded newtype-uuid v1.1.3
3572024-12-05T20:14:07.850Z Downloaded tinyvec_macros v0.1.1
3582024-12-05T20:14:07.853Z Downloaded swrite v0.1.0
3592024-12-05T20:14:07.859Z Downloaded vte_generate_state_changes v0.1.2
3602024-12-05T20:14:07.871Z Downloaded indent_write v2.2.0
3612024-12-05T20:14:07.880Z Downloaded pkg-config v0.3.31
3622024-12-05T20:14:07.882Z Downloaded shell-words v1.1.0
3632024-12-05T20:14:07.882Z Downloaded scopeguard v1.2.0
3642024-12-05T20:14:07.885Z Downloaded quick-junit v0.5.1
3652024-12-05T20:14:07.887Z Downloaded serde_spanned v0.6.8
3662024-12-05T20:14:07.887Z Downloaded pin-utils v0.1.0
3672024-12-05T20:14:07.888Z Downloaded os_pipe v1.2.1
3682024-12-05T20:14:07.891Z Downloaded nested v0.1.1
3692024-12-05T20:14:07.893Z Downloaded serde_path_to_error v0.1.16
3702024-12-05T20:14:07.893Z Downloaded futures-channel v0.3.31
3712024-12-05T20:14:07.895Z Downloaded static_assertions v1.1.0
3722024-12-05T20:14:07.895Z Downloaded slab v0.4.9
3732024-12-05T20:14:07.898Z Downloaded signal-hook-mio v0.2.4
3742024-12-05T20:14:07.898Z Downloaded serde_ignored v0.1.10
3752024-12-05T20:14:07.900Z Downloaded debug-ignore v1.0.5
3762024-12-05T20:14:07.900Z Downloaded cargo_metadata v0.19.1
3772024-12-05T20:14:07.903Z Downloaded strip-ansi-escapes v0.2.0
3782024-12-05T20:14:07.903Z Downloaded humantime v2.1.0
3792024-12-05T20:14:07.905Z Downloaded shared_child v1.0.1
3802024-12-05T20:14:07.909Z Downloaded toml_datetime v0.6.8
3812024-12-05T20:14:07.912Z Downloaded eyre v0.6.12
3822024-12-05T20:14:07.923Z Downloaded version_check v0.9.5
3832024-12-05T20:14:07.926Z Downloaded tracing-error v0.2.0
3842024-12-05T20:14:07.933Z Downloaded pin-project-internal v1.1.7
3852024-12-05T20:14:07.936Z Downloaded parking_lot_core v0.9.10
3862024-12-05T20:14:07.939Z Downloaded owo-colors v3.5.0
3872024-12-05T20:14:07.942Z Downloaded lock_api v0.4.12
3882024-12-05T20:14:07.944Z Downloaded semver v1.0.23
3892024-12-05T20:14:07.947Z Downloaded tempfile v3.13.0
3902024-12-05T20:14:07.951Z Downloaded iana-time-zone v0.1.61
3912024-12-05T20:14:07.955Z Downloaded config v0.14.1
3922024-12-05T20:14:07.959Z Downloaded tracing-attributes v0.1.28
3932024-12-05T20:14:07.966Z Downloaded thiserror-impl v2.0.4
3942024-12-05T20:14:07.968Z Downloaded tokio-stream v0.1.16
3952024-12-05T20:14:07.972Z Downloaded vte v0.11.1
3962024-12-05T20:14:07.979Z Downloaded base64 v0.21.7
3972024-12-05T20:14:07.990Z Downloaded parking_lot v0.12.3
3982024-12-05T20:14:07.992Z Downloaded tinyvec v1.8.0
3992024-12-05T20:14:07.998Z Downloaded signal-hook v0.3.17
4002024-12-05T20:14:08.001Z Downloaded pin-project v1.1.7
4012024-12-05T20:14:08.010Z Downloaded toml v0.8.19
4022024-12-05T20:14:08.013Z Downloaded thiserror v2.0.4
4032024-12-05T20:14:08.019Z Downloaded crossterm v0.28.1
4042024-12-05T20:14:08.025Z Downloaded tar v0.4.43
4052024-12-05T20:14:08.028Z Downloaded ron v0.8.1
4062024-12-05T20:14:08.033Z Downloaded color-spantrace v0.2.1
4072024-12-05T20:14:08.036Z Downloaded uuid v1.11.0
4082024-12-05T20:14:08.044Z Downloaded indicatif v0.17.9
4092024-12-05T20:14:08.087Z Downloaded minimal-lexical v0.2.1
4102024-12-05T20:14:08.097Z Downloaded toml_edit v0.22.22
4112024-12-05T20:14:08.127Z Downloaded unicode-normalization v0.1.24
4122024-12-05T20:14:08.132Z Downloaded guppy v0.17.10
4132024-12-05T20:14:08.149Z Downloaded nom v7.1.3
4142024-12-05T20:14:08.154Z Downloaded itertools v0.13.0
4152024-12-05T20:14:08.169Z Downloaded futures-util v0.3.31
4162024-12-05T20:14:08.180Z Downloaded portable-atomic v1.9.0
4172024-12-05T20:14:08.186Z Downloaded winnow v0.6.20
4182024-12-05T20:14:08.195Z Downloaded quick-xml v0.37.1
4192024-12-05T20:14:08.206Z Downloaded chrono v0.4.38
4202024-12-05T20:14:08.245Z Downloaded regex v1.11.1
4212024-12-05T20:14:08.259Z Downloaded nix v0.29.0
4222024-12-05T20:14:08.277Z Downloaded bstr v1.11.0
4232024-12-05T20:14:08.298Z Downloaded regex-syntax v0.8.5
4242024-12-05T20:14:08.351Z Downloaded color-eyre v0.6.3
4252024-12-05T20:14:08.377Z Downloaded regex-automata v0.4.8
4262024-12-05T20:14:08.394Z Downloaded petgraph v0.6.5
4272024-12-05T20:14:08.456Z Downloaded recursion v0.5.2
4282024-12-05T20:14:08.494Z Compiling rustix v0.38.37
4292024-12-05T20:14:08.497Z Compiling tracing-attributes v0.1.28
4302024-12-05T20:14:08.546Z Compiling mio v1.0.2
4312024-12-05T20:14:08.548Z Compiling futures-core v0.3.31
4322024-12-05T20:14:08.553Z Compiling slab v0.4.9
4332024-12-05T20:14:08.558Z Compiling futures-sink v0.3.31
4342024-12-05T20:14:08.561Z Compiling thiserror v2.0.4
4352024-12-05T20:14:08.561Z Compiling pkg-config v0.3.31
4362024-12-05T20:14:08.675Z Compiling futures-channel v0.3.31
4372024-12-05T20:14:08.737Z Compiling futures-macro v0.3.31
4382024-12-05T20:14:09.021Z Compiling thiserror-impl v2.0.4
4392024-12-05T20:14:09.238Z Compiling semver v1.0.23
4402024-12-05T20:14:09.439Z Compiling version_check v0.9.5
4412024-12-05T20:14:09.520Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4422024-12-05T20:14:09.637Z Compiling pin-utils v0.1.0
4432024-12-05T20:14:09.707Z Compiling futures-io v0.3.31
4442024-12-05T20:14:09.714Z Compiling futures-task v0.3.31
4452024-12-05T20:14:09.974Z Compiling lock_api v0.4.12
4462024-12-05T20:14:09.985Z Compiling ahash v0.8.11
4472024-12-05T20:14:10.009Z Compiling aho-corasick v1.1.3
4482024-12-05T20:14:10.315Z Compiling winnow v0.6.20
4492024-12-05T20:14:10.352Z Compiling regex-syntax v0.8.5
4502024-12-05T20:14:10.522Z Compiling futures-util v0.3.31
4512024-12-05T20:14:11.412Z Compiling tracing v0.1.41
4522024-12-05T20:14:11.704Z Compiling terminal_size v0.4.0
4532024-12-05T20:14:11.776Z Compiling tokio v1.42.0
4542024-12-05T20:14:11.867Z Compiling clap_builder v4.5.22
4552024-12-05T20:14:11.930Z Compiling miette v7.4.0
4562024-12-05T20:14:13.466Z Compiling signal-hook v0.3.17
4572024-12-05T20:14:13.770Z Compiling parking_lot_core v0.9.10
4582024-12-05T20:14:14.189Z Compiling fastrand v2.1.1
4592024-12-05T20:14:14.683Z Compiling tempfile v3.13.0
4602024-12-05T20:14:15.116Z Compiling clap v4.5.22
4612024-12-05T20:14:15.229Z Compiling regex-automata v0.4.8
4622024-12-05T20:14:15.488Z Compiling pathdiff v0.2.3
4632024-12-05T20:14:15.622Z Compiling toml_datetime v0.6.8
4642024-12-05T20:14:15.630Z Compiling cargo-platform v0.1.9
4652024-12-05T20:14:16.105Z Compiling serde_spanned v0.6.8
4662024-12-05T20:14:16.112Z Compiling vte_generate_state_changes v0.1.2
4672024-12-05T20:14:16.146Z Compiling newtype-uuid v1.1.3
4682024-12-05T20:14:16.302Z Compiling portable-atomic v1.9.0
4692024-12-05T20:14:16.355Z Compiling zstd-safe v7.2.1
4702024-12-05T20:14:16.459Z Compiling cfg_aliases v0.2.1
4712024-12-05T20:14:16.538Z Compiling scopeguard v1.2.0
4722024-12-05T20:14:16.653Z Compiling fixedbitset v0.4.2
4732024-12-05T20:14:16.683Z Compiling vte v0.11.1
4742024-12-05T20:14:17.007Z Compiling petgraph v0.6.5
4752024-12-05T20:14:17.042Z Compiling nix v0.29.0
4762024-12-05T20:14:17.150Z Compiling toml_edit v0.22.22
4772024-12-05T20:14:17.732Z Compiling cargo_metadata v0.19.1
4782024-12-05T20:14:19.004Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4792024-12-05T20:14:19.344Z Compiling futures-executor v0.3.31
4802024-12-05T20:14:19.549Z Compiling itertools v0.13.0
4812024-12-05T20:14:19.856Z Compiling pin-project-internal v1.1.7
4822024-12-05T20:14:20.706Z Compiling uuid v1.11.0
4832024-12-05T20:14:21.461Z Compiling bstr v1.11.0
4842024-12-05T20:14:21.515Z Compiling eyre v0.6.12
4852024-12-05T20:14:22.014Z Compiling nested v0.1.1
4862024-12-05T20:14:22.258Z Compiling iana-time-zone v0.1.61
4872024-12-05T20:14:22.292Z Compiling static_assertions v1.1.0
4882024-12-05T20:14:22.364Z Compiling minimal-lexical v0.2.1
4892024-12-05T20:14:22.372Z Compiling tinyvec_macros v0.1.1
4902024-12-05T20:14:22.447Z Compiling debug-ignore v1.0.5
4912024-12-05T20:14:22.544Z Compiling guppy v0.17.10
4922024-12-05T20:14:22.558Z Compiling tinyvec v1.8.0
4932024-12-05T20:14:22.647Z Compiling chrono v0.4.38
4942024-12-05T20:14:22.827Z Compiling nom v7.1.3
4952024-12-05T20:14:23.536Z Compiling pin-project v1.1.7
4962024-12-05T20:14:23.634Z Compiling globset v0.4.15
4972024-12-05T20:14:24.643Z Compiling toml v0.8.19
4982024-12-05T20:14:25.213Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4992024-12-05T20:14:25.475Z Compiling futures v0.3.31
5002024-12-05T20:14:25.568Z Compiling parking_lot v0.12.3
5012024-12-05T20:14:25.933Z Compiling signal-hook-mio v0.2.4
5022024-12-05T20:14:25.999Z Compiling regex v1.11.1
5032024-12-05T20:14:26.070Z Compiling strip-ansi-escapes v0.2.0
5042024-12-05T20:14:26.420Z Compiling tracing-error v0.2.0
5052024-12-05T20:14:26.449Z Compiling xattr v1.3.1
5062024-12-05T20:14:26.683Z Compiling filetime v0.2.25
5072024-12-05T20:14:26.725Z Compiling os_pipe v1.2.1
5082024-12-05T20:14:26.948Z Compiling shared_child v1.0.1
5092024-12-05T20:14:26.963Z Compiling quick-xml v0.37.1
5102024-12-05T20:14:26.987Z Compiling shell-words v1.1.0
5112024-12-05T20:14:27.017Z Compiling indenter v0.3.3
5122024-12-05T20:14:27.153Z Compiling number_prefix v0.4.0
5132024-12-05T20:14:27.232Z Compiling fnv v1.0.7
5142024-12-05T20:14:27.336Z Compiling humantime v2.1.0
5152024-12-05T20:14:27.343Z Compiling owo-colors v3.5.0
5162024-12-05T20:14:27.346Z Compiling recursion v0.5.2
5172024-12-05T20:14:27.419Z Compiling future-queue v0.3.0
5182024-12-05T20:14:27.493Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5192024-12-05T20:14:27.752Z Compiling humantime-serde v1.1.1
5202024-12-05T20:14:27.782Z Compiling indicatif v0.17.9
5212024-12-05T20:14:27.940Z Compiling quick-junit v0.5.1
5222024-12-05T20:14:28.788Z Compiling color-spantrace v0.2.1
5232024-12-05T20:14:29.125Z Compiling duct v0.13.7
5242024-12-05T20:14:29.258Z Compiling tar v0.4.43
5252024-12-05T20:14:29.912Z Compiling crossterm v0.28.1
5262024-12-05T20:14:29.921Z Compiling config v0.14.1
5272024-12-05T20:14:30.637Z Compiling async-scoped v0.9.0
5282024-12-05T20:14:30.661Z Compiling unicode-normalization v0.1.24
5292024-12-05T20:14:30.795Z Compiling tokio-stream v0.1.16
5302024-12-05T20:14:30.940Z Compiling atomicwrites v0.4.4
5312024-12-05T20:14:31.239Z Compiling camino-tempfile v1.1.1
5322024-12-05T20:14:31.449Z Compiling target-spec-miette v0.4.0
5332024-12-05T20:14:31.610Z Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest)
5342024-12-05T20:14:31.637Z Compiling serde_path_to_error v0.1.16
5352024-12-05T20:14:31.647Z Compiling serde_ignored v0.1.10
5362024-12-05T20:14:31.679Z Compiling indent_write v2.2.0
5372024-12-05T20:14:31.779Z Compiling swrite v0.1.0
5382024-12-05T20:14:31.862Z Compiling zeroize v1.8.1
5392024-12-05T20:14:31.882Z Compiling home v0.5.9
5402024-12-05T20:14:31.986Z Compiling color-eyre v0.6.3
5412024-12-05T20:14:32.081Z Compiling dialoguer v0.11.0
5422024-12-05T20:14:32.139Z Compiling enable-ansi-support v0.2.1
5432024-12-05T20:14:33.898Z Compiling zstd v0.13.2
5442024-12-05T20:14:34.121Z Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner)
5452024-12-05T20:14:56.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s
5462024-12-05T20:14:56.462Z
5472024-12-05T20:14:56.465Zreal 48.983392108
5482024-12-05T20:14:56.465Zuser 3:27.330227392
5492024-12-05T20:14:56.465Zsys 21.840853827
5502024-12-05T20:14:56.465Ztrap 0.118111557
5512024-12-05T20:14:56.466Ztflt 5.424565019
5522024-12-05T20:14:56.466Zdflt 1.734540775
5532024-12-05T20:14:56.466Zkflt 0.002262287
5542024-12-05T20:14:56.466Zlock 5:32.687280482
5552024-12-05T20:14:56.466Zslp 13:09.332505556
5562024-12-05T20:14:56.466Zlat 5.640846101
5572024-12-05T20:14:56.466Zstop 8.700455395
5582024-12-05T20:14:56.466Z+ banner nextest
5592024-12-05T20:14:56.466Z
5602024-12-05T20:14:56.466Z # # ###### # # ##### ###### #### #####
5612024-12-05T20:14:56.466Z ## # # # # # # # #
5622024-12-05T20:14:56.466Z # # # ##### ## # ##### #### #
5632024-12-05T20:14:56.466Z # # # # ## # # # #
5642024-12-05T20:14:56.466Z # ## # # # # # # # #
5652024-12-05T20:14:56.466Z # # ###### # # # ###### #### #
5662024-12-05T20:14:56.466Z
5672024-12-05T20:14:56.466Z+ ptime -m cargo build --package cargo-nextest
5682024-12-05T20:14:56.611Z Downloading crates ...
5692024-12-05T20:14:56.780Z Downloaded openssl-sys v0.9.104
5702024-12-05T20:14:56.785Z Downloaded spin v0.9.8
5712024-12-05T20:14:56.797Z Downloaded hyper v1.5.0
5722024-12-05T20:14:56.804Z Downloaded form_urlencoded v1.2.1
5732024-12-05T20:14:56.806Z Downloaded block-buffer v0.10.4
5742024-12-05T20:14:56.806Z Downloaded cpufeatures v0.2.14
5752024-12-05T20:14:56.809Z Downloaded const-oid v0.9.6
5762024-12-05T20:14:56.812Z Downloaded flate2 v1.0.34
5772024-12-05T20:14:56.823Z Downloaded curve25519-dalek-derive v0.1.1
5782024-12-05T20:14:56.825Z Downloaded crc32fast v1.4.2
5792024-12-05T20:14:56.825Z Downloaded base64 v0.22.1
5802024-12-05T20:14:56.830Z Downloaded ed25519 v2.2.3
5812024-12-05T20:14:56.833Z Downloaded foreign-types v0.3.2
5822024-12-05T20:14:56.836Z Downloaded ed25519-dalek v2.1.1
5832024-12-05T20:14:56.841Z Downloaded der v0.7.9
5842024-12-05T20:14:56.846Z Downloaded hex v0.4.3
5852024-12-05T20:14:56.848Z Downloaded crypto-common v0.1.6
5862024-12-05T20:14:56.848Z Downloaded generic-array v0.14.7
5872024-12-05T20:14:56.850Z Downloaded foreign-types-shared v0.1.1
5882024-12-05T20:14:56.853Z Downloaded digest v0.10.7
5892024-12-05T20:14:56.862Z Downloaded http-body v1.0.1
5902024-12-05T20:14:56.865Z Downloaded sync_wrapper v1.0.1
5912024-12-05T20:14:56.865Z Downloaded openssl-probe v0.1.5
5922024-12-05T20:14:56.868Z Downloaded openssl-macros v0.1.1
5932024-12-05T20:14:56.868Z Downloaded mukti-metadata v0.3.0
5942024-12-05T20:14:56.873Z Downloaded want v0.3.1
5952024-12-05T20:14:56.875Z Downloaded urlencoding v2.1.3
5962024-12-05T20:14:56.875Z Downloaded try-lock v0.2.5
5972024-12-05T20:14:56.881Z Downloaded hyper-tls v0.6.0
5982024-12-05T20:14:56.894Z Downloaded tower-service v0.3.3
5992024-12-05T20:14:56.897Z Downloaded http-body-util v0.1.2
6002024-12-05T20:14:56.899Z Downloaded adler2 v2.0.0
6012024-12-05T20:14:56.904Z Downloaded quinn-udp v0.5.5
6022024-12-05T20:14:56.907Z Downloaded rustc_version v0.4.1
6032024-12-05T20:14:56.910Z Downloaded base64ct v1.6.0
6042024-12-05T20:14:56.915Z Downloaded subtle v2.6.1
6052024-12-05T20:14:56.923Z Downloaded signature v2.2.0
6062024-12-05T20:14:56.923Z Downloaded tokio-native-tls v0.3.1
6072024-12-05T20:14:56.923Z Downloaded serde_urlencoded v0.7.1
6082024-12-05T20:14:56.923Z Downloaded spki v0.7.3
6092024-12-05T20:14:56.927Z Downloaded percent-encoding v2.3.1
6102024-12-05T20:14:56.930Z Downloaded self-replace v1.5.0
6112024-12-05T20:14:56.932Z Downloaded untrusted v0.9.0
6122024-12-05T20:14:56.934Z Downloaded rustc-hash v2.0.0
6132024-12-05T20:14:56.937Z Downloaded pkcs8 v0.10.2
6142024-12-05T20:14:56.940Z Downloaded ipnet v2.10.1
6152024-12-05T20:14:56.942Z Downloaded zipsign-api v0.1.2
6162024-12-05T20:14:56.942Z Downloaded mime v0.3.17
6172024-12-05T20:14:56.947Z Downloaded hyper-rustls v0.27.3
6182024-12-05T20:14:56.968Z Downloaded httparse v1.9.5
6192024-12-05T20:14:56.971Z Downloaded tokio-rustls v0.26.0
6202024-12-05T20:14:56.973Z Downloaded native-tls v0.2.12
6212024-12-05T20:14:56.976Z Downloaded miniz_oxide v0.8.0
6222024-12-05T20:14:56.978Z Downloaded rustls-pki-types v1.10.0
6232024-12-05T20:14:56.981Z Downloaded sha2 v0.10.8
6242024-12-05T20:14:56.984Z Downloaded rustls-pemfile v2.2.0
6252024-12-05T20:14:56.986Z Downloaded self_update v0.41.0
6262024-12-05T20:14:56.989Z Downloaded http v1.2.0
6272024-12-05T20:14:56.992Z Downloaded typenum v1.17.0
6282024-12-05T20:14:57.007Z Downloaded unicode-bidi v0.3.17
6292024-12-05T20:14:57.013Z Downloaded hyper-util v0.1.9
6302024-12-05T20:14:57.021Z Downloaded url v2.5.2
6312024-12-05T20:14:57.026Z Downloaded quinn v0.11.5
6322024-12-05T20:14:57.088Z Downloaded quick-xml v0.23.1
6332024-12-05T20:14:57.127Z Downloaded reqwest v0.12.8
6342024-12-05T20:14:57.137Z Downloaded rustls-webpki v0.102.8
6352024-12-05T20:14:57.154Z Downloaded vcpkg v0.2.15
6362024-12-05T20:14:57.190Z Downloaded quinn-proto v0.11.8
6372024-12-05T20:14:57.197Z Downloaded webpki-roots v0.26.6
6382024-12-05T20:14:57.200Z Downloaded idna v0.5.0
6392024-12-05T20:14:57.207Z Downloaded openssl v0.10.68
6402024-12-05T20:14:57.215Z Downloaded curve25519-dalek v4.1.3
6412024-12-05T20:14:57.226Z Downloaded rustls v0.23.19
6422024-12-05T20:14:57.544Z Downloaded ring v0.17.8
6432024-12-05T20:14:57.646Z Compiling smallvec v1.13.2
6442024-12-05T20:14:57.648Z Compiling socket2 v0.5.7
6452024-12-05T20:14:57.648Z Compiling futures-channel v0.3.31
6462024-12-05T20:14:57.712Z Compiling ring v0.17.8
6472024-12-05T20:14:57.719Z Compiling rustls-pki-types v1.10.0
6482024-12-05T20:14:57.725Z Compiling http v1.2.0
6492024-12-05T20:14:57.728Z Compiling httparse v1.9.5
6502024-12-05T20:14:57.728Z Compiling untrusted v0.9.0
6512024-12-05T20:14:57.880Z Compiling typenum v1.17.0
6522024-12-05T20:14:58.025Z Compiling futures-util v0.3.31
6532024-12-05T20:14:58.045Z Compiling spin v0.9.8
6542024-12-05T20:14:58.223Z Compiling tokio v1.42.0
6552024-12-05T20:14:58.419Z Compiling generic-array v0.14.7
6562024-12-05T20:14:58.616Z Compiling rustls v0.23.19
6572024-12-05T20:14:58.724Z Compiling try-lock v0.2.5
6582024-12-05T20:14:58.816Z Compiling want v0.3.1
6592024-12-05T20:14:58.850Z Compiling cfg-expr v0.17.2
6602024-12-05T20:14:59.058Z Compiling http-body v1.0.1
6612024-12-05T20:14:59.264Z Compiling percent-encoding v2.3.1
6622024-12-05T20:14:59.542Z Compiling subtle v2.6.1
6632024-12-05T20:14:59.622Z Compiling target-spec v3.2.2
6642024-12-05T20:14:59.763Z Compiling form_urlencoded v1.2.1
6652024-12-05T20:14:59.959Z Compiling unicode-bidi v0.3.17
6662024-12-05T20:15:00.023Z Compiling tower-service v0.3.3
6672024-12-05T20:15:00.077Z Compiling webpki-roots v0.26.6
6682024-12-05T20:15:00.130Z Compiling adler2 v2.0.0
6692024-12-05T20:15:00.261Z Compiling miniz_oxide v0.8.0
6702024-12-05T20:15:00.319Z Compiling parking_lot_core v0.9.10
6712024-12-05T20:15:00.905Z Compiling idna v0.5.0
6722024-12-05T20:15:01.035Z Compiling block-buffer v0.10.4
6732024-12-05T20:15:01.212Z Compiling crypto-common v0.1.6
6742024-12-05T20:15:01.336Z Compiling serde_urlencoded v0.7.1
6752024-12-05T20:15:01.370Z Compiling rustls-pemfile v2.2.0
6762024-12-05T20:15:01.669Z Compiling sync_wrapper v1.0.1
6772024-12-05T20:15:01.690Z Compiling url v2.5.2
6782024-12-05T20:15:01.788Z Compiling crc32fast v1.4.2
6792024-12-05T20:15:01.798Z Compiling mime v0.3.17
6802024-12-05T20:15:01.893Z Compiling self_update v0.41.0
6812024-12-05T20:15:02.110Z Compiling ipnet v2.10.1
6822024-12-05T20:15:02.270Z Compiling base64 v0.22.1
6832024-12-05T20:15:02.329Z Compiling guppy v0.17.10
6842024-12-05T20:15:02.458Z Compiling flate2 v1.0.34
6852024-12-05T20:15:02.893Z Compiling http-body-util v0.1.2
6862024-12-05T20:15:03.131Z Compiling futures-executor v0.3.31
6872024-12-05T20:15:03.296Z Compiling digest v0.10.7
6882024-12-05T20:15:03.324Z Compiling futures v0.3.31
6892024-12-05T20:15:03.346Z Compiling parking_lot v0.12.3
6902024-12-05T20:15:03.411Z Compiling self-replace v1.5.0
6912024-12-05T20:15:03.496Z Compiling quick-xml v0.23.1
6922024-12-05T20:15:03.594Z Compiling cpufeatures v0.2.14
6932024-12-05T20:15:03.651Z Compiling urlencoding v2.1.3
6942024-12-05T20:15:03.661Z Compiling sha2 v0.10.8
6952024-12-05T20:15:03.672Z Compiling crossterm v0.28.1
6962024-12-05T20:15:03.967Z Compiling future-queue v0.3.0
6972024-12-05T20:15:04.213Z Compiling target-spec-miette v0.4.0
6982024-12-05T20:15:04.270Z Compiling mukti-metadata v0.3.0
6992024-12-05T20:15:04.442Z Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest)
7002024-12-05T20:15:04.517Z Compiling hex v0.4.3
7012024-12-05T20:15:06.481Z Compiling hyper v1.5.0
7022024-12-05T20:15:06.484Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7032024-12-05T20:15:06.556Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7042024-12-05T20:15:06.802Z Compiling tokio-stream v0.1.16
7052024-12-05T20:15:06.857Z Compiling async-scoped v0.9.0
7062024-12-05T20:15:07.196Z Compiling rustls-webpki v0.102.8
7072024-12-05T20:15:07.729Z Compiling hyper-util v0.1.9
7082024-12-05T20:15:07.890Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7092024-12-05T20:15:12.413Z Compiling tokio-rustls v0.26.0
7102024-12-05T20:15:12.630Z Compiling hyper-rustls v0.27.3
7112024-12-05T20:15:12.913Z Compiling reqwest v0.12.8
7122024-12-05T20:15:15.031Z Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner)
7132024-12-05T20:15:40.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.54s
7142024-12-05T20:15:40.142Z
7152024-12-05T20:15:40.146Zreal 43.652318053
7162024-12-05T20:15:40.146Zuser 2:29.728423414
7172024-12-05T20:15:40.146Zsys 14.672821333
7182024-12-05T20:15:40.146Ztrap 0.075989045
7192024-12-05T20:15:40.147Ztflt 0.155927044
7202024-12-05T20:15:40.147Zdflt 0.249353310
7212024-12-05T20:15:40.147Zkflt 0.000006438
7222024-12-05T20:15:40.147Zlock 3:35.386573805
7232024-12-05T20:15:40.147Zslp 7:18.979764624
7242024-12-05T20:15:40.148Zlat 3.260506677
7252024-12-05T20:15:40.148Zstop 4.761849499
7262024-12-05T20:15:40.148Z+ banner all targets
7272024-12-05T20:15:40.148Z
7282024-12-05T20:15:40.148Z ## # #
7292024-12-05T20:15:40.148Z # # # #
7302024-12-05T20:15:40.148Z # # # #
7312024-12-05T20:15:40.148Z ###### # #
7322024-12-05T20:15:40.148Z # # # #
7332024-12-05T20:15:40.148Z # # ###### ######
7342024-12-05T20:15:40.148Z
7352024-12-05T20:15:40.148Z
7362024-12-05T20:15:40.148Z ##### ## ##### #### ###### ##### ####
7372024-12-05T20:15:40.148Z # # # # # # # # # #
7382024-12-05T20:15:40.148Z # # # # # # ##### # ####
7392024-12-05T20:15:40.148Z # ###### ##### # ### # # #
7402024-12-05T20:15:40.148Z # # # # # # # # # # #
7412024-12-05T20:15:40.148Z # # # # # #### ###### # ####
7422024-12-05T20:15:40.148Z
7432024-12-05T20:15:40.148Z+ ptime -m cargo build --all-targets
7442024-12-05T20:15:40.298Z Downloading crates ...
7452024-12-05T20:15:40.438Z Downloaded quick-error v1.2.3
7462024-12-05T20:15:40.447Z Downloaded diff v0.1.13
7472024-12-05T20:15:40.449Z Downloaded indoc v2.0.5
7482024-12-05T20:15:40.460Z Downloaded test-case-macros v3.3.1
7492024-12-05T20:15:40.464Z Downloaded similar v2.6.0
7502024-12-05T20:15:40.469Z Downloaded unarray v0.1.4
7512024-12-05T20:15:40.471Z Downloaded bit-vec v0.6.3
7522024-12-05T20:15:40.471Z Downloaded structmeta v0.3.0
7532024-12-05T20:15:40.473Z Downloaded test-case v3.3.1
7542024-12-05T20:15:40.474Z Downloaded rusty-fork v0.3.0
7552024-12-05T20:15:40.476Z Downloaded wait-timeout v0.2.0
7562024-12-05T20:15:40.476Z Downloaded test-case-core v3.3.1
7572024-12-05T20:15:40.478Z Downloaded structmeta-derive v0.3.0
7582024-12-05T20:15:40.478Z Downloaded bit-set v0.5.3
7592024-12-05T20:15:40.481Z Downloaded rand_xorshift v0.3.0
7602024-12-05T20:15:40.481Z Downloaded maplit v1.0.2
7612024-12-05T20:15:40.481Z Downloaded linked-hash-map v0.5.6
7622024-12-05T20:15:40.491Z Downloaded test-strategy v0.4.0
7632024-12-05T20:15:40.494Z Downloaded yansi v1.0.1
7642024-12-05T20:15:40.497Z Downloaded pretty_assertions v1.4.1
7652024-12-05T20:15:40.500Z Downloaded insta v1.41.1
7662024-12-05T20:15:40.505Z Downloaded proptest v1.5.0
7672024-12-05T20:15:40.559Z Compiling test-case-core v3.3.1
7682024-12-05T20:15:40.559Z Compiling structmeta-derive v0.3.0
7692024-12-05T20:15:40.562Z Compiling wait-timeout v0.2.0
7702024-12-05T20:15:40.562Z Compiling quick-error v1.2.3
7712024-12-05T20:15:40.562Z Compiling bit-vec v0.6.3
7722024-12-05T20:15:40.562Z Compiling rand_xorshift v0.3.0
7732024-12-05T20:15:40.608Z Compiling unarray v0.1.4
7742024-12-05T20:15:40.612Z Compiling maplit v1.0.2
7752024-12-05T20:15:40.704Z Compiling similar v2.6.0
7762024-12-05T20:15:40.707Z Compiling linked-hash-map v0.5.6
7772024-12-05T20:15:40.739Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7782024-12-05T20:15:40.937Z Compiling rusty-fork v0.3.0
7792024-12-05T20:15:40.987Z Compiling bit-set v0.5.3
7802024-12-05T20:15:41.037Z Compiling diff v0.1.13
7812024-12-05T20:15:41.234Z Compiling proptest v1.5.0
7822024-12-05T20:15:41.242Z Compiling yansi v1.0.1
7832024-12-05T20:15:41.579Z Compiling indoc v2.0.5
7842024-12-05T20:15:41.625Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7852024-12-05T20:15:41.736Z Compiling pretty_assertions v1.4.1
7862024-12-05T20:15:41.879Z Compiling insta v1.41.1
7872024-12-05T20:15:42.212Z Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest)
7882024-12-05T20:15:42.376Z Compiling test-case-macros v3.3.1
7892024-12-05T20:15:43.036Z Compiling structmeta v0.3.0
7902024-12-05T20:15:43.356Z Compiling test-strategy v0.4.0
7912024-12-05T20:15:43.363Z Compiling test-case v3.3.1
7922024-12-05T20:15:43.450Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7932024-12-05T20:15:43.902Z Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner)
7942024-12-05T20:15:45.142Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7952024-12-05T20:15:49.946Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7962024-12-05T20:16:23.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.10s
7972024-12-05T20:16:23.385Z
7982024-12-05T20:16:23.388Zreal 43.217520252
7992024-12-05T20:16:23.388Zuser 3:11.444012054
8002024-12-05T20:16:23.388Zsys 21.166075426
8012024-12-05T20:16:23.388Ztrap 0.112604307
8022024-12-05T20:16:23.388Ztflt 0.071783013
8032024-12-05T20:16:23.388Zdflt 0.029862559
8042024-12-05T20:16:23.388Zkflt 0.000030473
8052024-12-05T20:16:23.388Zlock 5:23.825368901
8062024-12-05T20:16:23.388Zslp 12:04.656951463
8072024-12-05T20:16:23.388Zlat 6.998465362
8082024-12-05T20:16:23.388Zstop 7.084405870
8092024-12-05T20:16:23.388Z+ banner all features
8102024-12-05T20:16:23.388Z
8112024-12-05T20:16:23.389Z ## # #
8122024-12-05T20:16:23.389Z # # # #
8132024-12-05T20:16:23.389Z # # # #
8142024-12-05T20:16:23.389Z ###### # #
8152024-12-05T20:16:23.389Z # # # #
8162024-12-05T20:16:23.389Z # # ###### ######
8172024-12-05T20:16:23.389Z
8182024-12-05T20:16:23.389Z
8192024-12-05T20:16:23.389Z ###### ###### ## ##### # # ##### ###### ####
8202024-12-05T20:16:23.389Z # # # # # # # # # # #
8212024-12-05T20:16:23.389Z ##### ##### # # # # # # # ##### ####
8222024-12-05T20:16:23.389Z # # ###### # # # ##### # #
8232024-12-05T20:16:23.389Z # # # # # # # # # # # #
8242024-12-05T20:16:23.389Z # ###### # # # #### # # ###### ####
8252024-12-05T20:16:23.389Z
8262024-12-05T20:16:23.389Z+ ptime -m cargo build --all-features
8272024-12-05T20:16:23.545Z Downloading crates ...
8282024-12-05T20:16:23.701Z Downloaded regex-syntax v0.6.29
8292024-12-05T20:16:23.708Z Downloaded async-trait v0.1.83
8302024-12-05T20:16:23.712Z Downloaded atomic-waker v1.1.2
8312024-12-05T20:16:23.714Z Downloaded async-stream-impl v0.3.6
8322024-12-05T20:16:23.714Z Downloaded indexmap v1.9.3
8332024-12-05T20:16:23.717Z Downloaded async-stream v0.3.6
8342024-12-05T20:16:23.720Z Downloaded axum-core v0.4.5
8352024-12-05T20:16:23.720Z Downloaded anyhow v1.0.91
8362024-12-05T20:16:23.734Z Downloaded tower-layer v0.3.3
8372024-12-05T20:16:23.737Z Downloaded sync_wrapper v0.1.2
8382024-12-05T20:16:23.739Z Downloaded matchit v0.7.3
8392024-12-05T20:16:23.741Z Downloaded regex-automata v0.1.10
8402024-12-05T20:16:23.746Z Downloaded prost v0.13.3
8412024-12-05T20:16:23.748Z Downloaded crossbeam-utils v0.8.20
8422024-12-05T20:16:23.751Z Downloaded matchers v0.1.0
8432024-12-05T20:16:23.753Z Downloaded crossbeam-channel v0.5.13
8442024-12-05T20:16:23.757Z Downloaded prost-derive v0.13.3
8452024-12-05T20:16:23.759Z Downloaded httpdate v1.0.3
8462024-12-05T20:16:23.764Z Downloaded rustversion v1.0.18
8472024-12-05T20:16:23.767Z Downloaded prost-types v0.13.3
8482024-12-05T20:16:23.769Z Downloaded hyper-timeout v0.5.1
8492024-12-05T20:16:23.772Z Downloaded console-api v0.8.1
8502024-12-05T20:16:23.784Z Downloaded console-subscriber v0.4.1
8512024-12-05T20:16:23.790Z Downloaded hashbrown v0.12.3
8522024-12-05T20:16:23.798Z Downloaded axum v0.7.7
8532024-12-05T20:16:23.805Z Downloaded tower v0.4.13
8542024-12-05T20:16:23.813Z Downloaded tower v0.5.1
8552024-12-05T20:16:23.821Z Downloaded tokio-util v0.7.12
8562024-12-05T20:16:23.827Z Downloaded tonic v0.12.3
8572024-12-05T20:16:23.833Z Downloaded h2 v0.4.6
8582024-12-05T20:16:23.839Z Downloaded hdrhistogram v7.5.4
8592024-12-05T20:16:23.890Z Compiling futures-sink v0.3.31
8602024-12-05T20:16:23.892Z Compiling byteorder v1.5.0
8612024-12-05T20:16:23.948Z Compiling num-traits v0.2.19
8622024-12-05T20:16:23.951Z Compiling regex-syntax v0.6.29
8632024-12-05T20:16:23.956Z Compiling atomic-waker v1.1.2
8642024-12-05T20:16:23.962Z Compiling httpdate v1.0.3
8652024-12-05T20:16:23.969Z Compiling anyhow v1.0.91
8662024-12-05T20:16:23.977Z Compiling either v1.13.0
8672024-12-05T20:16:24.049Z Compiling futures-channel v0.3.31
8682024-12-05T20:16:24.110Z Compiling tokio-util v0.7.12
8692024-12-05T20:16:24.318Z Compiling zerocopy v0.7.35
8702024-12-05T20:16:24.330Z Compiling tower-layer v0.3.3
8712024-12-05T20:16:24.360Z Compiling futures-util v0.3.31
8722024-12-05T20:16:24.390Z Compiling rustversion v1.0.18
8732024-12-05T20:16:24.567Z Compiling itertools v0.13.0
8742024-12-05T20:16:24.862Z Compiling h2 v0.4.6
8752024-12-05T20:16:25.337Z Compiling indexmap v1.9.3
8762024-12-05T20:16:25.562Z Compiling ppv-lite86 v0.2.20
8772024-12-05T20:16:25.864Z Compiling async-trait v0.1.83
8782024-12-05T20:16:26.176Z Compiling sync_wrapper v0.1.2
8792024-12-05T20:16:26.291Z Compiling rand_chacha v0.3.1
8802024-12-05T20:16:26.314Z Compiling hashbrown v0.12.3
8812024-12-05T20:16:26.950Z Compiling rand v0.8.5
8822024-12-05T20:16:27.291Z Compiling regex-automata v0.1.10
8832024-12-05T20:16:27.429Z Compiling prost-derive v0.13.3
8842024-12-05T20:16:28.048Z Compiling async-stream-impl v0.3.6
8852024-12-05T20:16:28.200Z Compiling matchit v0.7.3
8862024-12-05T20:16:28.445Z Compiling crossbeam-utils v0.8.20
8872024-12-05T20:16:28.787Z Compiling matchers v0.1.0
8882024-12-05T20:16:28.979Z Compiling tracing-subscriber v0.3.19
8892024-12-05T20:16:29.004Z Compiling ahash v0.8.11
8902024-12-05T20:16:29.301Z Compiling http-body-util v0.1.2
8912024-12-05T20:16:29.492Z Compiling hyper v1.5.0
8922024-12-05T20:16:29.731Z Compiling axum-core v0.4.5
8932024-12-05T20:16:29.767Z Compiling tower v0.5.1
8942024-12-05T20:16:29.837Z Compiling async-stream v0.3.6
8952024-12-05T20:16:30.048Z Compiling tower v0.4.13
8962024-12-05T20:16:30.115Z Compiling tokio-stream v0.1.16
8972024-12-05T20:16:30.420Z Compiling guppy v0.17.10
8982024-12-05T20:16:30.931Z Compiling prost v0.13.3
8992024-12-05T20:16:31.051Z Compiling proptest v1.5.0
9002024-12-05T20:16:31.693Z Compiling hyper-util v0.1.9
9012024-12-05T20:16:31.902Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9022024-12-05T20:16:31.997Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9032024-12-05T20:16:32.555Z Compiling prost-types v0.13.3
9042024-12-05T20:16:33.585Z Compiling hyper-timeout v0.5.1
9052024-12-05T20:16:33.705Z Compiling axum v0.7.7
9062024-12-05T20:16:33.923Z Compiling hyper-rustls v0.27.3
9072024-12-05T20:16:34.106Z Compiling futures-executor v0.3.31
9082024-12-05T20:16:34.492Z Compiling base64 v0.21.7
9092024-12-05T20:16:34.642Z Compiling chrono v0.4.38
9102024-12-05T20:16:35.167Z Compiling crossbeam-channel v0.5.13
9112024-12-05T20:16:35.457Z Compiling hdrhistogram v7.5.4
9122024-12-05T20:16:35.659Z Compiling reqwest v0.12.8
9132024-12-05T20:16:36.259Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9142024-12-05T20:16:36.572Z Compiling futures v0.3.31
9152024-12-05T20:16:36.673Z Compiling quick-junit v0.5.1
9162024-12-05T20:16:36.788Z Compiling async-scoped v0.9.0
9172024-12-05T20:16:37.048Z Compiling tracing-error v0.2.0
9182024-12-05T20:16:37.391Z Compiling future-queue v0.3.0
9192024-12-05T20:16:37.487Z Compiling color-spantrace v0.2.1
9202024-12-05T20:16:37.744Z Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest)
9212024-12-05T20:16:37.974Z Compiling color-eyre v0.6.3
9222024-12-05T20:16:38.182Z Compiling self_update v0.41.0
9232024-12-05T20:16:38.498Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9242024-12-05T20:16:39.716Z Compiling tonic v0.12.3
9252024-12-05T20:16:42.308Z Compiling console-api v0.8.1
9262024-12-05T20:16:43.371Z Compiling console-subscriber v0.4.1
9272024-12-05T20:16:44.909Z Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner)
9282024-12-05T20:17:00.898Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9292024-12-05T20:17:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.62s
9302024-12-05T20:17:15.161Z
9312024-12-05T20:17:15.164Zreal 51.743676978
9322024-12-05T20:17:15.164Zuser 3:33.106841524
9332024-12-05T20:17:15.164Zsys 21.813999689
9342024-12-05T20:17:15.164Ztrap 0.117009845
9352024-12-05T20:17:15.164Ztflt 0.081753901
9362024-12-05T20:17:15.164Zdflt 0.219151699
9372024-12-05T20:17:15.164Zkflt 0.000018206
9382024-12-05T20:17:15.164Zlock 5:57.428361420
9392024-12-05T20:17:15.164Zslp 12:12.736996036
9402024-12-05T20:17:15.164Zlat 6.732066714
9412024-12-05T20:17:15.164Zstop 7.212218489
9422024-12-05T20:17:15.164Z+ banner doctests
9432024-12-05T20:17:15.164Z
9442024-12-05T20:17:15.164Z ##### #### #### ##### ###### #### ##### ####
9452024-12-05T20:17:15.164Z # # # # # # # # # # #
9462024-12-05T20:17:15.164Z # # # # # # ##### #### # ####
9472024-12-05T20:17:15.166Z # # # # # # # # # #
9482024-12-05T20:17:15.166Z # # # # # # # # # # # # #
9492024-12-05T20:17:15.166Z ##### #### #### # ###### #### # ####
9502024-12-05T20:17:15.166Z
9512024-12-05T20:17:15.166Z+ ptime -m cargo test --doc
9522024-12-05T20:17:15.441Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
9532024-12-05T20:17:15.459Z Doc-tests cargo_nextest
9542024-12-05T20:17:15.924Z
9552024-12-05T20:17:15.924Zrunning 0 tests
9562024-12-05T20:17:15.924Z
9572024-12-05T20:17:15.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9582024-12-05T20:17:15.927Z
9592024-12-05T20:17:15.947Z Doc-tests fixture_data
9602024-12-05T20:17:16.028Z
9612024-12-05T20:17:16.028Zrunning 0 tests
9622024-12-05T20:17:16.028Z
9632024-12-05T20:17:16.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9642024-12-05T20:17:16.028Z
9652024-12-05T20:17:16.035Z Doc-tests nextest_filtering
9662024-12-05T20:17:16.156Z
9672024-12-05T20:17:16.156Zrunning 0 tests
9682024-12-05T20:17:16.156Z
9692024-12-05T20:17:16.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9702024-12-05T20:17:16.156Z
9712024-12-05T20:17:16.165Z Doc-tests nextest_metadata
9722024-12-05T20:17:16.299Z
9732024-12-05T20:17:16.300Zrunning 2 tests
9742024-12-05T20:17:16.865Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9752024-12-05T20:17:19.513Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9762024-12-05T20:17:19.513Z
9772024-12-05T20:17:19.517Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.21s
9782024-12-05T20:17:19.517Z
9792024-12-05T20:17:19.524Z Doc-tests nextest_runner
9802024-12-05T20:17:20.252Z
9812024-12-05T20:17:20.252Zrunning 0 tests
9822024-12-05T20:17:20.252Z
9832024-12-05T20:17:20.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9842024-12-05T20:17:20.252Z
9852024-12-05T20:17:20.277Z Doc-tests nextest_workspace_hack
9862024-12-05T20:17:20.319Z
9872024-12-05T20:17:20.319Zrunning 0 tests
9882024-12-05T20:17:20.319Z
9892024-12-05T20:17:20.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9902024-12-05T20:17:20.320Z
9912024-12-05T20:17:20.340Z
9922024-12-05T20:17:20.343Zreal 5.161850632
9932024-12-05T20:17:20.343Zuser 5.247109139
9942024-12-05T20:17:20.343Zsys 1.522657926
9952024-12-05T20:17:20.344Ztrap 0.003368796
9962024-12-05T20:17:20.344Ztflt 0.014096990
9972024-12-05T20:17:20.344Zdflt 0.006264384
9982024-12-05T20:17:20.344Zkflt 0.000000000
9992024-12-05T20:17:20.344Zlock 8.985236059
10002024-12-05T20:17:20.344Zslp 28.910022075
10012024-12-05T20:17:20.344Zlat 0.048463964
10022024-12-05T20:17:20.344Zstop 0.440083607
10032024-12-05T20:17:20.344Z+ banner local-nt
10042024-12-05T20:17:20.344Z
10052024-12-05T20:17:20.344Z # #### #### ## # # # #####
10062024-12-05T20:17:20.344Z # # # # # # # # ## # #
10072024-12-05T20:17:20.344Z # # # # # # # ##### # # # #
10082024-12-05T20:17:20.344Z # # # # ###### # # # # #
10092024-12-05T20:17:20.344Z # # # # # # # # # ## #
10102024-12-05T20:17:20.344Z ###### #### #### # # ###### # # #
10112024-12-05T20:17:20.344Z
10122024-12-05T20:17:20.344Z+ ptime -m cargo local-nt run --profile ci
10132024-12-05T20:17:20.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
10142024-12-05T20:17:20.623Z Running `target/debug/cargo-nextest nextest run --profile ci`
10152024-12-05T20:17:21.319Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
10162024-12-05T20:17:21.448Z────────────
10172024-12-05T20:17:21.448Z Nextest run ID 8cd0d465-acbb-40c1-9bc6-c902f418aa4d with nextest profile: ci
10182024-12-05T20:17:21.448Z Starting 283 tests across 12 binaries
10192024-12-05T20:17:21.484Z PASS [ 0.032s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10202024-12-05T20:17:21.647Z PASS [ 0.198s] cargo-nextest dispatch::tests::test_argument_parsing
10212024-12-05T20:17:30.493Z PASS [ 9.035s] integration-tests::integration test_list_binaries_only
10222024-12-05T20:17:30.634Z PASS [ 9.164s] integration-tests::integration test_list_host_after_build
10232024-12-05T20:17:30.658Z PASS [ 9.198s] integration-tests::integration test_list_default
10242024-12-05T20:17:30.762Z PASS [ 9.298s] integration-tests::integration test_list_full
10252024-12-05T20:17:30.842Z PASS [ 9.377s] integration-tests::integration test_list_full_after_build
10262024-12-05T20:17:30.953Z PASS [ 9.481s] integration-tests::integration test_list_target_after_build
10272024-12-05T20:17:33.742Z PASS [ 12.091s] integration-tests::integration test_relocated_run
10282024-12-05T20:17:38.260Z PASS [ 7.497s] integration-tests::integration test_run_from_archive_with_missing_includes
10292024-12-05T20:17:40.571Z PASS [ 9.610s] integration-tests::integration test_run_no_tests
10302024-12-05T20:17:40.978Z PASS [ 0.410s] integration-tests::integration test_setup_scripts_not_enabled
10312024-12-05T20:17:41.389Z PASS [ 3.127s] integration-tests::integration test_setup_script_error
10322024-12-05T20:17:41.692Z PASS [ 11.054s] integration-tests::integration test_run_after_build
10332024-12-05T20:17:41.882Z PASS [ 0.492s] integration-tests::integration test_show_config_version
10342024-12-05T20:17:42.230Z PASS [ 20.737s] integration-tests::integration test_list_with_default_filter
10352024-12-05T20:17:42.237Z PASS [ 8.493s] integration-tests::integration test_run_with_default_filter
10362024-12-05T20:17:42.305Z PASS [ 0.070s] integration-tests::integration test_version_info
10372024-12-05T20:17:42.316Z PASS [ 11.454s] integration-tests::integration test_run_from_archive_with_no_includes
10382024-12-05T20:17:42.329Z PASS [ 0.027s] nextest-filtering parsing::tests::test_complex_error
10392024-12-05T20:17:42.339Z PASS [ 0.031s] nextest-filtering parsing::tests::test_expected_eof
10402024-12-05T20:17:42.354Z PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_expr
10412024-12-05T20:17:42.375Z PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_and_operator
10422024-12-05T20:17:42.403Z PASS [ 0.051s] nextest-filtering parsing::tests::test_invalid_escapes
10432024-12-05T20:17:42.421Z PASS [ 0.045s] nextest-filtering parsing::tests::test_invalid_glob
10442024-12-05T20:17:42.428Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator
10452024-12-05T20:17:42.455Z PASS [ 0.034s] nextest-filtering parsing::tests::test_invalid_platform
10462024-12-05T20:17:42.485Z PASS [ 0.057s] nextest-filtering parsing::tests::test_invalid_regex
10472024-12-05T20:17:42.489Z PASS [ 0.031s] nextest-filtering parsing::tests::test_missing_argument
10482024-12-05T20:17:42.535Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_close_regex
10492024-12-05T20:17:42.538Z PASS [ 11.873s] integration-tests::integration test_run_from_archive_with_includes
10502024-12-05T20:17:42.538Z PASS [ 0.048s] nextest-filtering parsing::tests::test_missing_close_parentheses
10512024-12-05T20:17:42.677Z PASS [ 0.135s] nextest-filtering parsing::tests::test_missing_open_parentheses
10522024-12-05T20:17:42.685Z PASS [ 0.121s] nextest-filtering parsing::tests::test_missing_parentheses
10532024-12-05T20:17:42.724Z PASS [ 0.141s] nextest-filtering parsing::tests::test_parse_comma
10542024-12-05T20:17:42.724Z PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_difference
10552024-12-05T20:17:42.769Z PASS [ 0.070s] nextest-filtering parsing::tests::test_parse_expr_intersection
10562024-12-05T20:17:42.859Z PASS [ 0.529s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10572024-12-05T20:17:42.859Z PASS [ 0.135s] nextest-filtering parsing::tests::test_parse_expr_not
10582024-12-05T20:17:42.859Z PASS [ 0.110s] nextest-filtering parsing::tests::test_parse_expr_precedence
10592024-12-05T20:17:42.967Z PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_name_matcher
10602024-12-05T20:17:42.973Z PASS [ 0.197s] nextest-filtering parsing::tests::test_parse_expr_set
10612024-12-05T20:17:42.973Z PASS [ 0.108s] nextest-filtering parsing::tests::test_parse_expr_union
10622024-12-05T20:17:42.973Z PASS [ 0.076s] nextest-filtering parsing::tests::test_parse_glob_matcher
10632024-12-05T20:17:43.045Z PASS [ 0.077s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10642024-12-05T20:17:43.054Z PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_regex
10652024-12-05T20:17:43.055Z PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_set_def
10662024-12-05T20:17:43.110Z PASS [ 0.086s] nextest-filtering parsing::tests::test_unexpected_argument
10672024-12-05T20:17:43.121Z PASS [ 0.060s] nextest-filtering parsing::tests::test_unexpected_comma
10682024-12-05T20:17:43.135Z PASS [ 0.051s] nextest-filtering::match test_binary_query
10692024-12-05T20:17:43.147Z PASS [ 0.034s] nextest-filtering::match test_expr_binary
10702024-12-05T20:17:43.168Z PASS [ 0.044s] nextest-filtering::match test_expr_binary_id_glob
10712024-12-05T20:17:43.190Z PASS [ 0.044s] nextest-filtering::match test_expr_deps
10722024-12-05T20:17:43.201Z PASS [ 0.036s] nextest-filtering::match test_expr_kind_partial
10732024-12-05T20:17:43.221Z PASS [ 0.077s] nextest-filtering::match test_expr_kind
10742024-12-05T20:17:43.231Z PASS [ 0.042s] nextest-filtering::match test_expr_package_contains
10752024-12-05T20:17:43.268Z PASS [ 0.044s] nextest-filtering::match test_expr_package_regex
10762024-12-05T20:17:43.278Z PASS [ 0.066s] nextest-filtering::match test_expr_package_equal
10772024-12-05T20:17:43.278Z PASS [ 0.030s] nextest-filtering::match test_expr_platform
10782024-12-05T20:17:43.354Z PASS [ 0.082s] nextest-filtering::match test_expr_rdeps
10792024-12-05T20:17:43.389Z PASS [ 0.099s] nextest-filtering::match test_expr_test
10802024-12-05T20:17:43.396Z PASS [ 0.059s] nextest-filtering::match test_expr_test_difference::with_and_not
10812024-12-05T20:17:43.451Z PASS [ 0.099s] nextest-filtering::match test_expr_test_difference::with_minus
10822024-12-05T20:17:43.474Z PASS [ 0.416s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10832024-12-05T20:17:43.478Z PASS [ 0.083s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10842024-12-05T20:17:43.478Z PASS [ 0.056s] nextest-filtering::match test_expr_test_intersect::with_and
10852024-12-05T20:17:43.607Z PASS [ 0.155s] nextest-filtering::match test_expr_test_not
10862024-12-05T20:17:43.607Z PASS [ 0.130s] nextest-filtering::match test_expr_test_union::with_or
10872024-12-05T20:17:43.611Z PASS [ 0.107s] nextest-filtering::match test_expr_test_union::with_pipe
10882024-12-05T20:17:43.668Z PASS [ 0.123s] nextest-filtering::match test_expr_test_union::with_plus
10892024-12-05T20:17:43.668Z PASS [ 0.037s] nextest-filtering::match test_expr_with_no_matching_packages
10902024-12-05T20:17:43.668Z PASS [ 0.030s] nextest-metadata test_list::tests::test_binary_id_ord
10912024-12-05T20:17:43.720Z PASS [ 0.098s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10922024-12-05T20:17:43.724Z PASS [ 0.073s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10932024-12-05T20:17:43.724Z PASS [ 0.056s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10942024-12-05T20:17:43.724Z PASS [ 0.045s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10952024-12-05T20:17:43.774Z PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10962024-12-05T20:17:43.777Z PASS [ 0.053s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10972024-12-05T20:17:43.794Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10982024-12-05T20:17:43.797Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10992024-12-05T20:17:43.827Z PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11002024-12-05T20:17:43.827Z PASS [ 0.045s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11012024-12-05T20:17:43.872Z PASS [ 0.059s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11022024-12-05T20:17:43.876Z PASS [ 0.077s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11032024-12-05T20:17:43.876Z PASS [ 0.045s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11042024-12-05T20:17:44.151Z PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11052024-12-05T20:17:44.199Z PASS [ 0.326s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11062024-12-05T20:17:44.257Z PASS [ 0.281s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11072024-12-05T20:17:44.262Z PASS [ 0.323s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11082024-12-05T20:17:44.355Z PASS [ 2.662s] integration-tests::integration test_target_arg
11092024-12-05T20:17:44.473Z PASS [ 0.273s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11102024-12-05T20:17:44.482Z PASS [ 0.331s] nextest-runner config::archive::tests::parse_invalid::missing_list
11112024-12-05T20:17:44.499Z PASS [ 0.026s] nextest-runner config::config_impl::tests::default_config_is_valid
11122024-12-05T20:17:44.520Z PASS [ 0.020s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11132024-12-05T20:17:44.539Z PASS [ 0.019s] nextest-runner config::identifier::tests::test_invalid
11142024-12-05T20:17:44.549Z PASS [ 0.284s] nextest-runner config::archive::tests::parse_invalid::parent_component
11152024-12-05T20:17:44.549Z PASS [ 0.290s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11162024-12-05T20:17:44.560Z PASS [ 0.020s] nextest-runner config::identifier::tests::test_valid
11172024-12-05T20:17:44.576Z PASS [ 0.028s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11182024-12-05T20:17:44.576Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate
11192024-12-05T20:17:44.587Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11202024-12-05T20:17:44.597Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11212024-12-05T20:17:44.602Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11222024-12-05T20:17:44.607Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11232024-12-05T20:17:44.617Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11242024-12-05T20:17:44.623Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11252024-12-05T20:17:44.628Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11262024-12-05T20:17:44.639Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11272024-12-05T20:17:44.645Z PASS [ 0.288s] nextest-runner config::archive::tests::parse_valid
11282024-12-05T20:17:44.781Z PASS [ 0.297s] nextest-runner config::config_impl::tests::ignored_keys
11292024-12-05T20:17:44.911Z PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11302024-12-05T20:17:44.916Z PASS [ 0.286s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11312024-12-05T20:17:44.922Z PASS [ 0.276s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11322024-12-05T20:17:44.927Z PASS [ 0.281s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11332024-12-05T20:17:45.088Z PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11342024-12-05T20:17:45.197Z PASS [ 0.273s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11352024-12-05T20:17:45.201Z PASS [ 0.280s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11362024-12-05T20:17:45.205Z PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11372024-12-05T20:17:45.223Z PASS [ 0.294s] nextest-runner config::overrides::tests::test_overrides_basic
11382024-12-05T20:17:45.436Z PASS [ 0.356s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11392024-12-05T20:17:45.482Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11402024-12-05T20:17:45.495Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11412024-12-05T20:17:45.520Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11422024-12-05T20:17:45.540Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11432024-12-05T20:17:45.748Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11442024-12-05T20:17:45.800Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11452024-12-05T20:17:45.820Z PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11462024-12-05T20:17:45.842Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11472024-12-05T20:17:45.849Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11482024-12-05T20:17:46.033Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11492024-12-05T20:17:46.092Z PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11502024-12-05T20:17:46.101Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11512024-12-05T20:17:46.113Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11522024-12-05T20:17:46.117Z PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11532024-12-05T20:17:46.311Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11542024-12-05T20:17:46.368Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11552024-12-05T20:17:46.372Z PASS [ 0.267s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11562024-12-05T20:17:46.377Z PASS [ 0.263s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11572024-12-05T20:17:46.380Z PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11582024-12-05T20:17:46.593Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11592024-12-05T20:17:46.645Z PASS [ 0.262s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11602024-12-05T20:17:46.651Z PASS [ 0.277s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11612024-12-05T20:17:46.654Z PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_valid
11622024-12-05T20:17:46.654Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11632024-12-05T20:17:46.673Z PASS [ 4.790s] integration-tests::integration test_target_dir
11642024-12-05T20:17:46.691Z PASS [ 5.710s] integration-tests::integration test_show_config_test_groups
11652024-12-05T20:17:46.870Z PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11662024-12-05T20:17:46.921Z PASS [ 0.264s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11672024-12-05T20:17:46.929Z PASS [ 0.265s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11682024-12-05T20:17:46.929Z PASS [ 0.281s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11692024-12-05T20:17:46.929Z PASS [ 0.274s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11702024-12-05T20:17:46.943Z PASS [ 0.269s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11712024-12-05T20:17:46.953Z PASS [ 0.258s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11722024-12-05T20:17:47.156Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11732024-12-05T20:17:47.200Z PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11742024-12-05T20:17:47.207Z PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11752024-12-05T20:17:47.210Z PASS [ 0.272s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11762024-12-05T20:17:47.210Z PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11772024-12-05T20:17:47.232Z PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11782024-12-05T20:17:47.265Z PASS [ 0.321s] nextest-runner config::scripts::tests::test_scripts_basic
11792024-12-05T20:17:47.437Z PASS [ 0.280s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11802024-12-05T20:17:47.487Z PASS [ 0.279s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11812024-12-05T20:17:47.495Z PASS [ 0.292s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11822024-12-05T20:17:47.505Z PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11832024-12-05T20:17:47.527Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11842024-12-05T20:17:47.537Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11852024-12-05T20:17:47.550Z PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11862024-12-05T20:17:47.713Z PASS [ 0.276s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11872024-12-05T20:17:47.772Z PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11882024-12-05T20:17:47.784Z PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11892024-12-05T20:17:47.792Z PASS [ 0.282s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11902024-12-05T20:17:47.815Z PASS [ 0.287s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11912024-12-05T20:17:47.828Z PASS [ 0.291s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11922024-12-05T20:17:47.833Z PASS [ 0.283s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11932024-12-05T20:17:47.982Z PASS [ 0.267s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11942024-12-05T20:17:48.040Z PASS [ 0.252s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11952024-12-05T20:17:48.045Z PASS [ 0.262s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11962024-12-05T20:17:48.048Z PASS [ 0.273s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11972024-12-05T20:17:48.084Z PASS [ 0.250s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11982024-12-05T20:17:48.087Z PASS [ 0.251s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11992024-12-05T20:17:48.087Z PASS [ 0.269s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12002024-12-05T20:17:48.253Z PASS [ 0.271s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12012024-12-05T20:17:48.298Z PASS [ 0.248s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12022024-12-05T20:17:48.303Z PASS [ 0.257s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12032024-12-05T20:17:48.306Z PASS [ 0.262s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12042024-12-05T20:17:48.336Z PASS [ 0.257s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12052024-12-05T20:17:48.342Z PASS [ 0.253s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12062024-12-05T20:17:48.344Z PASS [ 0.257s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12072024-12-05T20:17:48.355Z PASS [ 0.018s] nextest-runner config::tool_config::tests::parse_tool_config_file
12082024-12-05T20:17:48.404Z PASS [ 0.057s] nextest-runner errors::tests::display_error_chain
12092024-12-05T20:17:48.413Z PASS [ 0.058s] nextest-runner errors::tests::display_error_list
12102024-12-05T20:17:48.425Z PASS [ 0.021s] nextest-runner list::binary_list::tests::test_parse_binary_list
12112024-12-05T20:17:48.434Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12122024-12-05T20:17:48.446Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12132024-12-05T20:17:48.453Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12142024-12-05T20:17:48.466Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12152024-12-05T20:17:48.471Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12162024-12-05T20:17:48.485Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12172024-12-05T20:17:48.491Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12182024-12-05T20:17:48.508Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12192024-12-05T20:17:48.511Z PASS [ 0.257s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12202024-12-05T20:17:48.511Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12212024-12-05T20:17:48.525Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12222024-12-05T20:17:48.531Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12232024-12-05T20:17:48.537Z PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list
12242024-12-05T20:17:48.593Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
12252024-12-05T20:17:48.596Z PASS [ 0.018s] nextest-runner platform::tests::test_from_rustc_output_invalid
12262024-12-05T20:17:48.596Z PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12272024-12-05T20:17:48.596Z PASS [ 0.253s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12282024-12-05T20:17:48.596Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12292024-12-05T20:17:48.596Z PASS [ 0.268s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12302024-12-05T20:17:48.597Z PASS [ 0.262s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12312024-12-05T20:17:48.597Z PASS [ 0.020s] nextest-runner redact::tests::test_redact_path
12322024-12-05T20:17:48.597Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12332024-12-05T20:17:48.597Z PASS [ 0.022s] nextest-runner reporter::displayer::tests::no_capture_settings
12342024-12-05T20:17:48.600Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12352024-12-05T20:17:48.606Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12362024-12-05T20:17:48.610Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12372024-12-05T20:17:48.613Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12382024-12-05T20:17:48.619Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12392024-12-05T20:17:48.622Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12402024-12-05T20:17:48.622Z PASS [ 0.276s] nextest-runner config::tool_config::tests::tool_config_basic
12412024-12-05T20:17:48.631Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12422024-12-05T20:17:48.636Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_final_warnings
12432024-12-05T20:17:48.641Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12442024-12-05T20:17:48.645Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12452024-12-05T20:17:48.650Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12462024-12-05T20:17:48.654Z PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12472024-12-05T20:17:48.654Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12482024-12-05T20:17:48.663Z PASS [ 0.021s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12492024-12-05T20:17:48.668Z PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12502024-12-05T20:17:48.671Z PASS [ 0.017s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12512024-12-05T20:17:48.678Z PASS [ 0.022s] nextest-runner reporter::events::tests::test_is_success
12522024-12-05T20:17:48.681Z PASS [ 0.019s] nextest-runner reporter::helpers::tests::test_highlight_end
12532024-12-05T20:17:48.687Z PASS [ 0.062s] nextest-runner reporter::displayer::tests::test_info_response
12542024-12-05T20:17:48.692Z PASS [ 0.055s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12552024-12-05T20:17:48.699Z PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12562024-12-05T20:17:48.704Z PASS [ 0.017s] nextest-runner reuse_build::tests::test_path_mapper_relative
12572024-12-05T20:17:48.715Z PASS [ 0.022s] nextest-runner runner::imp::tests::no_capture_settings
12582024-12-05T20:17:48.720Z PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output
12592024-12-05T20:17:48.727Z PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12602024-12-05T20:17:48.732Z PASS [ 0.021s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12612024-12-05T20:17:48.739Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12622024-12-05T20:17:48.745Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12632024-12-05T20:17:48.749Z PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script
12642024-12-05T20:17:48.754Z PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples
12652024-12-05T20:17:48.757Z PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config
12662024-12-05T20:17:48.762Z PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples
12672024-12-05T20:17:48.815Z PASS [ 0.099s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12682024-12-05T20:17:48.839Z PASS [ 0.019s] nextest-runner test_filter::tests::skip_only_pattern_examples
12692024-12-05T20:17:48.847Z PASS [ 0.127s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12702024-12-05T20:17:48.882Z PASS [ 0.132s] nextest-runner test_filter::tests::proptest_empty
12712024-12-05T20:17:48.997Z PASS [ 0.238s] nextest-runner test_filter::tests::proptest_no_match
12722024-12-05T20:17:49.007Z PASS [ 0.305s] nextest-runner rustc_cli::tests::test_execute_with_failure
12732024-12-05T20:17:49.417Z PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause
12742024-12-05T20:17:49.512Z PASS [ 0.748s] nextest-runner test_filter::tests::proptest_substring
12752024-12-05T20:17:49.563Z PASS [ 0.807s] nextest-runner test_filter::tests::proptest_exact
12762024-12-05T20:17:50.358Z PASS [ 1.522s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
12772024-12-05T20:17:50.493Z PASS [ 1.487s] nextest-runner::integration basic::test_list_binaries
12782024-12-05T20:17:50.691Z PASS [ 1.693s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12792024-12-05T20:17:50.729Z PASS [ 1.311s] nextest-runner::integration basic::test_list_tests
12802024-12-05T20:17:50.752Z PASS [ 1.869s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12812024-12-05T20:17:50.775Z PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching
12822024-12-05T20:17:50.891Z PASS [ 0.396s] nextest-runner::integration basic::test_run_ignored
12832024-12-05T20:17:50.916Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12842024-12-05T20:17:50.941Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact
12852024-12-05T20:17:51.002Z PASS [ 0.310s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12862024-12-05T20:17:51.052Z PASS [ 0.276s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12872024-12-05T20:17:51.345Z PASS [ 0.403s] nextest-runner::integration target_runner::parses_cargo_env
12882024-12-05T20:17:51.369Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env
12892024-12-05T20:17:51.393Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli
12902024-12-05T20:17:51.416Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12912024-12-05T20:17:51.440Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12922024-12-05T20:17:51.464Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
12932024-12-05T20:17:51.488Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12942024-12-05T20:17:51.511Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_target_cli_option
12952024-12-05T20:17:51.584Z PASS [ 0.581s] nextest-runner::integration target_runner::test_listing_with_target_runner
12962024-12-05T20:17:52.071Z PASS [ 21.573s] integration-tests::integration test_run
12972024-12-05T20:17:52.161Z PASS [ 1.802s] nextest-runner::integration basic::test_run
12982024-12-05T20:17:52.564Z PASS [ 1.512s] nextest-runner::integration target_runner::test_run_with_target_runner
12992024-12-05T20:17:53.150Z PASS [ 2.420s] nextest-runner::integration basic::test_termination
13002024-12-05T20:17:54.205Z PASS [ 4.693s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13012024-12-05T20:17:54.208Z PASS [ 4.644s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13022024-12-05T20:17:54.208Z────────────
13032024-12-05T20:17:54.208Z Summary [ 32.752s] 283 tests run: 283 passed, 0 skipped
13042024-12-05T20:17:54.233Z
13052024-12-05T20:17:54.236Zreal 33.875433142
13062024-12-05T20:17:54.236Zuser 2:09.196572789
13072024-12-05T20:17:54.236Zsys 1:31.955907041
13082024-12-05T20:17:54.236Ztrap 0.316650589
13092024-12-05T20:17:54.236Ztflt 0.419435452
13102024-12-05T20:17:54.236Zdflt 0.616317701
13112024-12-05T20:17:54.236Zkflt 0.011331242
13122024-12-05T20:17:54.236Zlock 26:31.719118427
13132024-12-05T20:17:54.237Zslp 53:10.452393635
13142024-12-05T20:17:54.237Zlat 13:35.054744012
13152024-12-05T20:17:54.237Zstop 5:26.139527357
13162024-12-05T20:17:54.237Z+ banner release
13172024-12-05T20:17:54.237Z
13182024-12-05T20:17:54.237Z ##### ###### # ###### ## #### ######
13192024-12-05T20:17:54.237Z # # # # # # # # #
13202024-12-05T20:17:54.237Z # # ##### # ##### # # #### #####
13212024-12-05T20:17:54.237Z ##### # # # ###### # #
13222024-12-05T20:17:54.237Z # # # # # # # # # #
13232024-12-05T20:17:54.237Z # # ###### ###### ###### # # #### ######
13242024-12-05T20:17:54.237Z
13252024-12-05T20:17:54.237Z+ ptime -m cargo nextest run --profile ci
13262024-12-05T20:17:54.895Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
13272024-12-05T20:17:55.001Z------------
13282024-12-05T20:17:55.002Z Nextest run ID 817304f6-4d30-47a4-a0a2-8c7ae4df70b3 with nextest profile: ci
13292024-12-05T20:17:55.002Z Starting 283 tests across 12 binaries
13302024-12-05T20:17:55.042Z PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13312024-12-05T20:17:55.197Z PASS [ 0.191s] cargo-nextest dispatch::tests::test_argument_parsing
13322024-12-05T20:18:03.946Z PASS [ 8.928s] integration-tests::integration test_list_binaries_only
13332024-12-05T20:18:04.177Z PASS [ 9.150s] integration-tests::integration test_list_host_after_build
13342024-12-05T20:18:04.505Z PASS [ 9.478s] integration-tests::integration test_list_full_after_build
13352024-12-05T20:18:04.505Z PASS [ 9.472s] integration-tests::integration test_list_target_after_build
13362024-12-05T20:18:04.554Z PASS [ 9.530s] integration-tests::integration test_list_full
13372024-12-05T20:18:04.568Z PASS [ 9.552s] integration-tests::integration test_list_default
13382024-12-05T20:18:11.426Z PASS [ 16.210s] integration-tests::integration test_relocated_run
13392024-12-05T20:18:11.564Z PASS [ 7.057s] integration-tests::integration test_run_from_archive_with_missing_includes
13402024-12-05T20:18:12.960Z PASS [ 8.389s] integration-tests::integration test_run_no_tests
13412024-12-05T20:18:13.475Z PASS [ 0.514s] integration-tests::integration test_setup_scripts_not_enabled
13422024-12-05T20:18:15.021Z PASS [ 10.840s] integration-tests::integration test_run_after_build
13432024-12-05T20:18:15.253Z PASS [ 3.688s] integration-tests::integration test_setup_script_error
13442024-12-05T20:18:15.633Z PASS [ 0.615s] integration-tests::integration test_show_config_version
13452024-12-05T20:18:15.958Z PASS [ 20.913s] integration-tests::integration test_list_with_default_filter
13462024-12-05T20:18:16.020Z PASS [ 0.053s] integration-tests::integration test_version_info
13472024-12-05T20:18:16.192Z PASS [ 11.685s] integration-tests::integration test_run_from_archive_with_includes
13482024-12-05T20:18:16.210Z PASS [ 0.018s] nextest-filtering parsing::tests::test_complex_error
13492024-12-05T20:18:16.224Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof
13502024-12-05T20:18:16.240Z PASS [ 0.016s] nextest-filtering parsing::tests::test_expected_expr
13512024-12-05T20:18:16.259Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_and_operator
13522024-12-05T20:18:16.336Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_escapes
13532024-12-05T20:18:16.339Z PASS [ 11.716s] integration-tests::integration test_run_from_archive_with_no_includes
13542024-12-05T20:18:16.542Z PASS [ 0.073s] nextest-filtering parsing::tests::test_invalid_glob
13552024-12-05T20:18:16.547Z PASS [ 0.054s] nextest-filtering parsing::tests::test_invalid_or_operator
13562024-12-05T20:18:16.547Z PASS [ 0.183s] nextest-filtering parsing::tests::test_invalid_platform
13572024-12-05T20:18:16.567Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_argument
13582024-12-05T20:18:16.573Z PASS [ 0.137s] nextest-filtering parsing::tests::test_invalid_regex
13592024-12-05T20:18:16.864Z PASS [ 0.032s] nextest-filtering parsing::tests::test_missing_close_parentheses
13602024-12-05T20:18:16.867Z PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_close_regex
13612024-12-05T20:18:16.867Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_parentheses
13622024-12-05T20:18:16.867Z PASS [ 0.069s] nextest-filtering parsing::tests::test_missing_open_parentheses
13632024-12-05T20:18:16.867Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_difference
13642024-12-05T20:18:16.868Z PASS [ 0.685s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13652024-12-05T20:18:16.868Z PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_comma
13662024-12-05T20:18:16.868Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_intersection
13672024-12-05T20:18:16.868Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set
13682024-12-05T20:18:16.868Z PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_expr_not
13692024-12-05T20:18:16.868Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_precedence
13702024-12-05T20:18:16.868Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_name_matcher
13712024-12-05T20:18:16.868Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_union
13722024-12-05T20:18:16.868Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_glob_matcher
13732024-12-05T20:18:16.868Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13742024-12-05T20:18:16.868Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_set_def
13752024-12-05T20:18:16.868Z PASS [ 0.026s] nextest-filtering parsing::tests::test_unexpected_argument
13762024-12-05T20:18:16.868Z PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_comma
13772024-12-05T20:18:16.868Z PASS [ 0.050s] nextest-filtering parsing::tests::test_parse_regex
13782024-12-05T20:18:16.871Z PASS [ 0.021s] nextest-filtering::match test_binary_query
13792024-12-05T20:18:16.876Z PASS [ 0.018s] nextest-filtering::match test_expr_binary
13802024-12-05T20:18:16.892Z PASS [ 0.018s] nextest-filtering::match test_expr_binary_id_glob
13812024-12-05T20:18:16.902Z PASS [ 0.021s] nextest-filtering::match test_expr_deps
13822024-12-05T20:18:16.909Z PASS [ 0.019s] nextest-filtering::match test_expr_kind
13832024-12-05T20:18:16.923Z PASS [ 0.022s] nextest-filtering::match test_expr_kind_partial
13842024-12-05T20:18:16.933Z PASS [ 0.019s] nextest-filtering::match test_expr_package_contains
13852024-12-05T20:18:16.968Z PASS [ 0.019s] nextest-filtering::match test_expr_package_equal
13862024-12-05T20:18:16.986Z PASS [ 0.046s] nextest-filtering::match test_expr_package_regex
13872024-12-05T20:18:16.994Z PASS [ 0.052s] nextest-filtering::match test_expr_platform
13882024-12-05T20:18:17.009Z PASS [ 0.033s] nextest-filtering::match test_expr_rdeps
13892024-12-05T20:18:17.016Z PASS [ 0.023s] nextest-filtering::match test_expr_test
13902024-12-05T20:18:17.046Z PASS [ 0.036s] nextest-filtering::match test_expr_test_difference::with_and_not
13912024-12-05T20:18:17.062Z PASS [ 0.037s] nextest-filtering::match test_expr_test_difference::with_minus
13922024-12-05T20:18:17.074Z PASS [ 0.223s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13932024-12-05T20:18:17.074Z PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13942024-12-05T20:18:17.085Z PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_and
13952024-12-05T20:18:17.507Z PASS [ 0.017s] nextest-filtering::match test_expr_test_union::with_or
13962024-12-05T20:18:17.510Z PASS [ 0.038s] nextest-filtering::match test_expr_test_not
13972024-12-05T20:18:17.510Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_pipe
13982024-12-05T20:18:17.510Z PASS [ 0.036s] nextest-filtering::match test_expr_test_union::with_plus
13992024-12-05T20:18:17.510Z PASS [ 0.021s] nextest-filtering::match test_expr_with_no_matching_packages
14002024-12-05T20:18:17.510Z PASS [ 0.018s] nextest-metadata test_list::tests::test_binary_id_ord
14012024-12-05T20:18:17.510Z PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14022024-12-05T20:18:17.510Z PASS [ 0.029s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14032024-12-05T20:18:17.511Z PASS [ 0.023s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14042024-12-05T20:18:17.511Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14052024-12-05T20:18:17.511Z PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14062024-12-05T20:18:17.511Z PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14072024-12-05T20:18:17.511Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14082024-12-05T20:18:17.511Z PASS [ 0.084s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14092024-12-05T20:18:17.511Z PASS [ 0.095s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14102024-12-05T20:18:17.511Z PASS [ 0.146s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14112024-12-05T20:18:17.511Z PASS [ 0.055s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14122024-12-05T20:18:17.511Z PASS [ 0.074s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14132024-12-05T20:18:17.511Z PASS [ 0.036s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14142024-12-05T20:18:17.786Z PASS [ 0.439s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14152024-12-05T20:18:17.799Z PASS [ 0.419s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14162024-12-05T20:18:17.864Z PASS [ 0.386s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14172024-12-05T20:18:18.071Z PASS [ 0.284s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14182024-12-05T20:18:18.079Z PASS [ 0.285s] nextest-runner config::archive::tests::parse_invalid::missing_list
14192024-12-05T20:18:18.131Z PASS [ 0.266s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14202024-12-05T20:18:18.223Z PASS [ 6.810s] integration-tests::integration test_run_with_default_filter
14212024-12-05T20:18:18.241Z PASS [ 0.018s] nextest-runner config::config_impl::tests::default_config_is_valid
14222024-12-05T20:18:18.372Z PASS [ 0.292s] nextest-runner config::archive::tests::parse_invalid::parent_component
14232024-12-05T20:18:18.372Z PASS [ 0.305s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14242024-12-05T20:18:18.383Z PASS [ 0.015s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14252024-12-05T20:18:18.387Z PASS [ 0.016s] nextest-runner config::identifier::tests::test_invalid
14262024-12-05T20:18:18.397Z PASS [ 0.015s] nextest-runner config::identifier::tests::test_valid
14272024-12-05T20:18:18.404Z PASS [ 0.014s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14282024-12-05T20:18:18.414Z PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_accumulate
14292024-12-05T20:18:18.421Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14302024-12-05T20:18:18.431Z PASS [ 3.172s] integration-tests::integration test_target_arg
14312024-12-05T20:18:18.431Z PASS [ 0.297s] nextest-runner config::archive::tests::parse_valid
14322024-12-05T20:18:18.435Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14332024-12-05T20:18:18.460Z PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14342024-12-05T20:18:18.463Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14352024-12-05T20:18:18.463Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14362024-12-05T20:18:18.463Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14372024-12-05T20:18:18.463Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14382024-12-05T20:18:18.463Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14392024-12-05T20:18:18.541Z PASS [ 0.299s] nextest-runner config::config_impl::tests::ignored_keys
14402024-12-05T20:18:18.733Z PASS [ 0.280s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14412024-12-05T20:18:18.742Z PASS [ 0.289s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14422024-12-05T20:18:18.745Z PASS [ 0.280s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14432024-12-05T20:18:18.759Z PASS [ 0.289s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14442024-12-05T20:18:18.825Z PASS [ 0.284s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14452024-12-05T20:18:19.015Z PASS [ 0.279s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14462024-12-05T20:18:19.022Z PASS [ 0.283s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14472024-12-05T20:18:19.050Z PASS [ 0.307s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14482024-12-05T20:18:19.054Z PASS [ 0.305s] nextest-runner config::overrides::tests::test_overrides_basic
14492024-12-05T20:18:19.108Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14502024-12-05T20:18:19.269Z PASS [ 0.258s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14512024-12-05T20:18:19.278Z PASS [ 0.258s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14522024-12-05T20:18:19.304Z PASS [ 0.255s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14532024-12-05T20:18:19.324Z PASS [ 0.268s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14542024-12-05T20:18:19.371Z PASS [ 0.261s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14552024-12-05T20:18:19.541Z PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14562024-12-05T20:18:19.568Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14572024-12-05T20:18:19.580Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14582024-12-05T20:18:19.597Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14592024-12-05T20:18:19.642Z PASS [ 0.271s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14602024-12-05T20:18:19.816Z PASS [ 0.273s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14612024-12-05T20:18:19.838Z PASS [ 0.266s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14622024-12-05T20:18:19.848Z PASS [ 0.266s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14632024-12-05T20:18:19.895Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14642024-12-05T20:18:19.929Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14652024-12-05T20:18:20.103Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14662024-12-05T20:18:20.122Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14672024-12-05T20:18:20.140Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14682024-12-05T20:18:20.195Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14692024-12-05T20:18:20.207Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14702024-12-05T20:18:20.392Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14712024-12-05T20:18:20.417Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14722024-12-05T20:18:20.423Z PASS [ 4.787s] integration-tests::integration test_target_dir
14732024-12-05T20:18:20.454Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_valid
14742024-12-05T20:18:20.487Z PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14752024-12-05T20:18:20.527Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14762024-12-05T20:18:20.673Z PASS [ 7.197s] integration-tests::integration test_show_config_test_groups
14772024-12-05T20:18:20.693Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14782024-12-05T20:18:20.723Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14792024-12-05T20:18:20.723Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14802024-12-05T20:18:20.745Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14812024-12-05T20:18:20.763Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14822024-12-05T20:18:20.810Z PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14832024-12-05T20:18:20.982Z PASS [ 0.274s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14842024-12-05T20:18:20.985Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14852024-12-05T20:18:20.998Z PASS [ 0.277s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14862024-12-05T20:18:21.002Z PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14872024-12-05T20:18:21.025Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14882024-12-05T20:18:21.041Z PASS [ 0.279s] nextest-runner config::scripts::tests::test_scripts_basic
14892024-12-05T20:18:21.085Z PASS [ 0.275s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14902024-12-05T20:18:21.235Z PASS [ 0.267s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14912024-12-05T20:18:21.239Z PASS [ 0.267s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14922024-12-05T20:18:21.256Z PASS [ 0.253s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14932024-12-05T20:18:21.260Z PASS [ 0.263s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14942024-12-05T20:18:21.269Z PASS [ 0.249s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14952024-12-05T20:18:21.295Z PASS [ 0.252s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14962024-12-05T20:18:21.347Z PASS [ 0.261s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14972024-12-05T20:18:21.494Z PASS [ 0.251s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14982024-12-05T20:18:21.494Z PASS [ 0.255s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14992024-12-05T20:18:21.502Z PASS [ 0.232s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15002024-12-05T20:18:21.509Z PASS [ 0.250s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15012024-12-05T20:18:21.511Z PASS [ 0.245s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15022024-12-05T20:18:21.552Z PASS [ 0.257s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15032024-12-05T20:18:21.601Z PASS [ 0.255s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15042024-12-05T20:18:21.749Z PASS [ 0.241s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15052024-12-05T20:18:21.761Z PASS [ 0.262s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15062024-12-05T20:18:21.761Z PASS [ 0.258s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15072024-12-05T20:18:21.762Z PASS [ 0.243s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15082024-12-05T20:18:21.762Z PASS [ 0.251s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15092024-12-05T20:18:21.809Z PASS [ 0.257s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15102024-12-05T20:18:21.846Z PASS [ 0.246s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15112024-12-05T20:18:22.003Z PASS [ 0.241s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15122024-12-05T20:18:22.016Z PASS [ 0.248s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15132024-12-05T20:18:22.016Z PASS [ 0.260s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15142024-12-05T20:18:22.016Z PASS [ 0.255s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15152024-12-05T20:18:22.016Z PASS [ 0.252s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15162024-12-05T20:18:22.030Z PASS [ 0.012s] nextest-runner config::tool_config::tests::parse_tool_config_file
15172024-12-05T20:18:22.074Z PASS [ 0.265s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15182024-12-05T20:18:22.113Z PASS [ 0.263s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15192024-12-05T20:18:22.131Z PASS [ 0.056s] nextest-runner errors::tests::display_error_chain
15202024-12-05T20:18:22.150Z PASS [ 0.016s] nextest-runner list::binary_list::tests::test_parse_binary_list
15212024-12-05T20:18:22.163Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15222024-12-05T20:18:22.166Z PASS [ 0.057s] nextest-runner errors::tests::display_error_list
15232024-12-05T20:18:22.178Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15242024-12-05T20:18:22.182Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15252024-12-05T20:18:22.193Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15262024-12-05T20:18:22.196Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15272024-12-05T20:18:22.207Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15282024-12-05T20:18:22.213Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15292024-12-05T20:18:22.221Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15302024-12-05T20:18:22.225Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15312024-12-05T20:18:22.236Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15322024-12-05T20:18:22.240Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15332024-12-05T20:18:23.258Z PASS [ 0.018s] nextest-runner list::test_list::tests::test_parse_test_list
15342024-12-05T20:18:23.263Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
15352024-12-05T20:18:23.263Z PASS [ 0.015s] nextest-runner platform::tests::test_from_rustc_output_invalid
15362024-12-05T20:18:23.263Z PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15372024-12-05T20:18:23.263Z PASS [ 0.279s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15382024-12-05T20:18:23.263Z PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15392024-12-05T20:18:23.263Z PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15402024-12-05T20:18:23.263Z PASS [ 0.278s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15412024-12-05T20:18:23.263Z PASS [ 0.272s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15422024-12-05T20:18:23.263Z PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15432024-12-05T20:18:23.263Z PASS [ 0.018s] nextest-runner redact::tests::test_redact_path
15442024-12-05T20:18:23.263Z PASS [ 0.021s] nextest-runner reporter::displayer::tests::no_capture_settings
15452024-12-05T20:18:23.263Z PASS [ 0.291s] nextest-runner config::tool_config::tests::tool_config_basic
15462024-12-05T20:18:23.263Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15472024-12-05T20:18:23.263Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15482024-12-05T20:18:23.263Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15492024-12-05T20:18:23.263Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15502024-12-05T20:18:23.263Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15512024-12-05T20:18:23.263Z PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15522024-12-05T20:18:23.263Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_final_warnings
15532024-12-05T20:18:23.264Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15542024-12-05T20:18:23.264Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15552024-12-05T20:18:23.264Z PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15562024-12-05T20:18:23.264Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15572024-12-05T20:18:23.264Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15582024-12-05T20:18:23.264Z PASS [ 0.016s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
15592024-12-05T20:18:23.264Z PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15602024-12-05T20:18:23.264Z PASS [ 0.016s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
15612024-12-05T20:18:23.264Z PASS [ 0.021s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
15622024-12-05T20:18:23.264Z PASS [ 0.012s] nextest-runner reporter::events::tests::test_is_success
15632024-12-05T20:18:23.264Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end
15642024-12-05T20:18:23.264Z PASS [ 0.013s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15652024-12-05T20:18:23.264Z PASS [ 0.070s] nextest-runner reporter::displayer::tests::test_info_response
15662024-12-05T20:18:23.264Z PASS [ 0.065s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15672024-12-05T20:18:23.264Z PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative
15682024-12-05T20:18:23.264Z PASS [ 0.022s] nextest-runner runner::imp::tests::no_capture_settings
15692024-12-05T20:18:23.265Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output
15702024-12-05T20:18:23.265Z PASS [ 0.024s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15712024-12-05T20:18:23.265Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15722024-12-05T20:18:23.265Z PASS [ 0.078s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15732024-12-05T20:18:23.265Z PASS [ 0.015s] nextest-runner test_command::tests::parse_build_script
15742024-12-05T20:18:23.265Z PASS [ 0.083s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
15752024-12-05T20:18:23.265Z PASS [ 0.023s] nextest-runner target_runner::tests::test_find_config
15762024-12-05T20:18:23.265Z PASS [ 0.016s] nextest-runner test_filter::tests::empty_pattern_examples
15772024-12-05T20:18:23.265Z PASS [ 0.017s] nextest-runner test_filter::tests::pattern_examples
15782024-12-05T20:18:23.265Z PASS [ 0.100s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15792024-12-05T20:18:23.265Z PASS [ 0.015s] nextest-runner test_filter::tests::skip_only_pattern_examples
15802024-12-05T20:18:23.265Z PASS [ 0.133s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15812024-12-05T20:18:23.265Z PASS [ 0.128s] nextest-runner test_filter::tests::proptest_empty
15822024-12-05T20:18:23.265Z PASS [ 0.224s] nextest-runner test_filter::tests::proptest_no_match
15832024-12-05T20:18:23.265Z PASS [ 0.303s] nextest-runner rustc_cli::tests::test_execute_with_failure
15842024-12-05T20:18:23.265Z PASS [ 0.155s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15852024-12-05T20:18:23.266Z PASS [ 0.089s] nextest-runner::integration basic::test_list_binaries
15862024-12-05T20:18:23.266Z PASS [ 0.279s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15872024-12-05T20:18:23.266Z PASS [ 0.251s] nextest-runner::integration basic::test_list_tests
15882024-12-05T20:18:23.266Z PASS [ 0.554s] nextest-runner test_filter::tests::proptest_exact
15892024-12-05T20:18:23.266Z PASS [ 0.565s] nextest-runner time::stopwatch::tests::stopwatch_pause
15902024-12-05T20:18:23.304Z PASS [ 0.814s] nextest-runner test_filter::tests::proptest_substring
15912024-12-05T20:18:23.415Z PASS [ 0.380s] nextest-runner::integration basic::test_run_ignored
15922024-12-05T20:18:23.424Z PASS [ 0.280s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15932024-12-05T20:18:23.432Z PASS [ 0.018s] nextest-runner::integration target_runner::disregards_non_matching
15942024-12-05T20:18:23.451Z PASS [ 0.018s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15952024-12-05T20:18:23.469Z PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact
15962024-12-05T20:18:23.661Z PASS [ 0.238s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15972024-12-05T20:18:23.817Z PASS [ 0.348s] nextest-runner::integration target_runner::parses_cargo_env
15982024-12-05T20:18:24.071Z PASS [ 0.408s] nextest-runner::integration target_runner::test_listing_with_target_runner
15992024-12-05T20:18:24.078Z PASS [ 1.522s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16002024-12-05T20:18:24.088Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_cargo_env
16012024-12-05T20:18:24.092Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli
16022024-12-05T20:18:24.106Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16032024-12-05T20:18:24.109Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16042024-12-05T20:18:24.122Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_env
16052024-12-05T20:18:24.125Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16062024-12-05T20:18:24.132Z PASS [ 0.013s] nextest-runner::integration target_triple::parses_target_cli_option
16072024-12-05T20:18:24.423Z PASS [ 20.480s] integration-tests::integration test_run
16082024-12-05T20:18:24.524Z PASS [ 1.517s] nextest-runner::integration basic::test_run
16092024-12-05T20:18:25.220Z PASS [ 1.407s] nextest-runner::integration target_runner::test_run_with_target_runner
16102024-12-05T20:18:25.560Z PASS [ 2.260s] nextest-runner::integration basic::test_termination
16112024-12-05T20:18:26.272Z PASS [ 3.461s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16122024-12-05T20:18:26.590Z PASS [ 3.606s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16132024-12-05T20:18:26.593Z------------
16142024-12-05T20:18:26.593Z Summary [ 31.581s] 283 tests run: 283 passed, 0 skipped
16152024-12-05T20:18:26.610Z
16162024-12-05T20:18:26.613Zreal 32.361342980
16172024-12-05T20:18:26.613Zuser 2:03.979525034
16182024-12-05T20:18:26.613Zsys 1:29.261760457
16192024-12-05T20:18:26.613Ztrap 0.312437608
16202024-12-05T20:18:26.613Ztflt 0.310447427
16212024-12-05T20:18:26.613Zdflt 1.430873343
16222024-12-05T20:18:26.613Zkflt 0.002196345
16232024-12-05T20:18:26.613Zlock 26:10.837215513
16242024-12-05T20:18:26.613Zslp 50:33.393936669
16252024-12-05T20:18:26.613Zlat 13:11.145860593
16262024-12-05T20:18:26.613Zstop 6:11.986107810
16272024-12-05T20:18:26.613Zprocess exited: duration 288208 ms, exit code 0
 
16282024-12-05T20:18:26.619Zfound 0 output files