01JET7RGPBRMMRGBZ014EP2CTA: build-and-test-illumos

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

Buildomat Job: 01JET7RPMX69J1NCC8C7SJ9H9Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T06:51:33.678Zjob assigned to worker 01JET7RQP2X1XCFVA96BD78DR3 [factory gimlet-EVT22200007-propolis, EVT22200007/20315] (queued for 24 s)
 
22024-12-11T06:51:41.132Zstarting task 0: "setup"
32024-12-11T06:51:41.156Z++ uname -s
42024-12-11T06:51:41.156Z+ kern=SunOS
52024-12-11T06:51:41.156Z+ case "$kern" in
62024-12-11T06:51:41.156Z+ groupadd -g 12345 build
72024-12-11T06:51:41.156Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T06:51:43.155Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T06:51:43.192Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T06:51:43.216Z+ home_fs=zfs
112024-12-11T06:51:43.216Z+ [[ zfs == autofs ]]
122024-12-11T06:51:43.216Z+ mkdir -p /home/build
132024-12-11T06:51:43.216Z+ chown build:build /home/build /work
142024-12-11T06:51:45.202Z+ chmod 0700 /home/build /work
152024-12-11T06:51:45.226Zprocess exited: duration 4076 ms, exit code 0
 
162024-12-11T06:51:45.273Zstarting task 1: "rust-toolchain"
172024-12-11T06:51:45.296Z+ printf ' * toolchain channel = "%s"
182024-12-11T06:51:45.296Z' stable
192024-12-11T06:51:45.296Z+ printf ' * toolchain profile = "%s"
202024-12-11T06:51:45.296Z' default
212024-12-11T06:51:45.296Z * toolchain channel = "stable"
222024-12-11T06:51:45.296Z * toolchain profile = "default"
232024-12-11T06:51:45.296Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T06:51:45.296Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T06:51:45.410Zinfo: downloading installer
262024-12-11T06:51:45.801Zinfo: profile set to 'default'
272024-12-11T06:51:45.801Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T06:51:45.801Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T06:51:45.907Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T06:51:45.907Zinfo: downloading component 'cargo'
312024-12-11T06:51:46.051Zinfo: downloading component 'clippy'
322024-12-11T06:51:46.099Zinfo: downloading component 'rust-docs'
332024-12-11T06:51:46.268Zinfo: downloading component 'rust-std'
342024-12-11T06:51:46.493Zinfo: downloading component 'rustc'
352024-12-11T06:51:47.434Zinfo: downloading component 'rustfmt'
362024-12-11T06:51:47.472Zinfo: installing component 'cargo'
372024-12-11T06:51:48.608Zinfo: installing component 'clippy'
382024-12-11T06:51:49.068Zinfo: installing component 'rust-docs'
392024-12-11T06:51:51.850Zinfo: installing component 'rust-std'
402024-12-11T06:51:53.878Zinfo: installing component 'rustc'
412024-12-11T06:52:00.818Zinfo: installing component 'rustfmt'
422024-12-11T06:52:01.219Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-11T06:52:01.219Z
442024-12-11T06:52:01.366Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T06:52:01.366Z
462024-12-11T06:52:01.367Z
472024-12-11T06:52:01.367ZRust is installed now. Great!
482024-12-11T06:52:01.367Z
492024-12-11T06:52:01.367ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T06:52:01.367Zenvironment variable. This has not been done automatically.
512024-12-11T06:52:01.367Z
522024-12-11T06:52:01.367ZTo configure your current shell, you need to source
532024-12-11T06:52:01.367Zthe corresponding env file under $HOME/.cargo.
542024-12-11T06:52:01.367Z
552024-12-11T06:52:01.367ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T06:52:01.367Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T06:52:01.367Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T06:52:01.457Z+ rustc --version
592024-12-11T06:52:01.575Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T06:52:01.599Zprocess exited: duration 16306 ms, exit code 0
 
612024-12-11T06:52:01.647Zstarting task 2: "authentication"
622024-12-11T06:52:01.702Zprocess exited: duration 54 ms, exit code 0
 
632024-12-11T06:52:01.750Zstarting task 3: "clone repository"
642024-12-11T06:52:01.774Z+ mkdir -p /work/nextest-rs/nextest
652024-12-11T06:52:01.774Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-11T06:52:01.798ZCloning into '/work/nextest-rs/nextest'...
672024-12-11T06:52:03.696Z+ cd /work/nextest-rs/nextest
682024-12-11T06:52:03.696Z+ git fetch origin aee7e0630ea4330c44cdc0939462528d848352db
692024-12-11T06:52:04.042ZFrom https://github.com/nextest-rs/nextest
702024-12-11T06:52:04.042Z * branch aee7e0630ea4330c44cdc0939462528d848352db -> FETCH_HEAD
712024-12-11T06:52:04.066Z+ [[ -n runner ]]
722024-12-11T06:52:04.066Z++ git branch --show-current
732024-12-11T06:52:04.066Z+ current=main
742024-12-11T06:52:04.066Z+ [[ main != runner ]]
752024-12-11T06:52:04.066Z+ git branch -f runner aee7e0630ea4330c44cdc0939462528d848352db
762024-12-11T06:52:04.089Z+ git checkout -f runner
772024-12-11T06:52:04.147ZSwitched to branch 'runner'
782024-12-11T06:52:04.170Z+ git reset --hard aee7e0630ea4330c44cdc0939462528d848352db
792024-12-11T06:52:04.170ZHEAD is now at aee7e063 [nextest-runner] spawn a task for each test
802024-12-11T06:52:04.170Zprocess exited: duration 2410 ms, exit code 0
 
812024-12-11T06:52:04.217Zstarting task 4: "build"
822024-12-11T06:52:04.240Z+ PLATFORM=illumos
832024-12-11T06:52:04.240Z+ export CARGO_TERM_COLOR=always
842024-12-11T06:52:04.241Z+ CARGO_TERM_COLOR=always
852024-12-11T06:52:04.241Z+ cargo --version
862024-12-11T06:52:04.332Zcargo 1.83.0 (5ffbef321 2024-10-29)
872024-12-11T06:52:04.355Z+ rustc --version
882024-12-11T06:52:04.437Zrustc 1.83.0 (90b35a623 2024-11-26)
892024-12-11T06:52:04.461Z+ banner install
902024-12-11T06:52:04.461Z
912024-12-11T06:52:04.461Z # # # #### ##### ## # #
922024-12-11T06:52:04.463Z # ## # # # # # # #
932024-12-11T06:52:04.463Z # # # # #### # # # # #
942024-12-11T06:52:04.463Z # # # # # # ###### # #
952024-12-11T06:52:04.463Z # # ## # # # # # # #
962024-12-11T06:52:04.463Z # # # #### # # # ###### ######
972024-12-11T06:52:04.463Z
982024-12-11T06:52:04.463Z+ mkdir -p /home/build/.cargo/bin
992024-12-11T06:52:04.463Z+ curl -LsSf https://get.nexte.st/latest/illumos
1002024-12-11T06:52:04.463Z+ gunzip
1012024-12-11T06:52:04.463Z+ tar xf - -C /home/build/.cargo/bin
1022024-12-11T06:52:05.219Z+ banner metadata
1032024-12-11T06:52:05.242Z
1042024-12-11T06:52:05.242Z # # ###### ##### ## ##### ## ##### ##
1052024-12-11T06:52:05.242Z ## ## # # # # # # # # # # #
1062024-12-11T06:52:05.242Z # ## # ##### # # # # # # # # # #
1072024-12-11T06:52:05.242Z # # # # ###### # # ###### # ######
1082024-12-11T06:52:05.242Z # # # # # # # # # # # # #
1092024-12-11T06:52:05.242Z # # ###### # # # ##### # # # # #
1102024-12-11T06:52:05.242Z
1112024-12-11T06:52:05.242Z+ ptime -m cargo build --package nextest-metadata
1122024-12-11T06:52:05.467Z Updating crates.io index
1132024-12-11T06:52:06.605Z Downloading crates ...
1142024-12-11T06:52:06.705Z Downloaded adler v1.0.2
1152024-12-11T06:52:06.728Z Downloaded cfg-expr v0.17.2
1162024-12-11T06:52:06.728Z Downloaded camino v1.1.9
1172024-12-11T06:52:06.728Z Downloaded thiserror-impl v1.0.69
1182024-12-11T06:52:06.728Z Downloaded mio v1.0.2
1192024-12-11T06:52:06.753Z Downloaded tracing-core v0.1.33
1202024-12-11T06:52:06.753Z Downloaded unicode-ident v1.0.14
1212024-12-11T06:52:06.753Z Downloaded target-lexicon v0.12.16
1222024-12-11T06:52:06.753Z Downloaded unicode-linebreak v0.1.5
1232024-12-11T06:52:06.753Z Downloaded utf8parse v0.2.2
1242024-12-11T06:52:06.753Z Downloaded xxhash-rust v0.8.12
1252024-12-11T06:52:06.753Z Downloaded zerocopy-derive v0.7.35
1262024-12-11T06:52:06.776Z Downloaded tokio-macros v2.4.0
1272024-12-11T06:52:06.776Z Downloaded ryu v1.0.18
1282024-12-11T06:52:06.776Z Downloaded libm v0.2.8
1292024-12-11T06:52:06.776Z Downloaded pin-project-lite v0.2.15
1302024-12-11T06:52:06.776Z Downloaded zerocopy v0.7.35
1312024-12-11T06:52:06.799Z Downloaded owo-colors v4.1.0
1322024-12-11T06:52:06.799Z Downloaded tracing v0.1.41
1332024-12-11T06:52:06.823Z Downloaded smol_str v0.3.2
1342024-12-11T06:52:06.823Z Downloaded miette v7.4.0
1352024-12-11T06:52:06.823Z Downloaded tracing-log v0.2.0
1362024-12-11T06:52:06.823Z Downloaded tracing-subscriber v0.3.19
1372024-12-11T06:52:06.823Z Downloaded supports-unicode v3.0.0
1382024-12-11T06:52:06.823Z Downloaded syn v2.0.90
1392024-12-11T06:52:06.846Z Downloaded unicode-width v0.1.14
1402024-12-11T06:52:06.846Z Downloaded unicode-width v0.2.0
1412024-12-11T06:52:06.846Z Downloaded object v0.32.2
1422024-12-11T06:52:06.870Z Downloaded smallvec v1.13.2
1432024-12-11T06:52:06.870Z Downloaded rustc-demangle v0.1.24
1442024-12-11T06:52:06.870Z Downloaded rustix v0.38.37
1452024-12-11T06:52:06.894Z Downloaded rand v0.8.5
1462024-12-11T06:52:06.894Z Downloaded unicase v2.8.0
1472024-12-11T06:52:06.894Z Downloaded thread_local v1.1.8
1482024-12-11T06:52:06.894Z Downloaded supports-hyperlinks v3.0.0
1492024-12-11T06:52:06.894Z Downloaded serde_derive v1.0.215
1502024-12-11T06:52:06.894Z Downloaded rand_core v0.6.4
1512024-12-11T06:52:06.917Z Downloaded once_cell v1.20.2
1522024-12-11T06:52:06.918Z Downloaded miette-derive v7.4.0
1532024-12-11T06:52:06.918Z Downloaded is_terminal_polyfill v1.70.1
1542024-12-11T06:52:06.918Z Downloaded supports-color v3.0.2
1552024-12-11T06:52:06.918Z Downloaded tokio v1.42.0
1562024-12-11T06:52:06.941Z Downloaded libc v0.2.168
1572024-12-11T06:52:06.967Z Downloaded shlex v1.3.0
1582024-12-11T06:52:06.991Z Downloaded quote v1.0.37
1592024-12-11T06:52:06.991Z Downloaded ppv-lite86 v0.2.20
1602024-12-11T06:52:06.991Z Downloaded miniz_oxide v0.7.4
1612024-12-11T06:52:06.991Z Downloaded jobserver v0.1.32
1622024-12-11T06:52:06.991Z Downloaded indexmap v2.7.0
1632024-12-11T06:52:06.991Z Downloaded equivalent v1.0.1
1642024-12-11T06:52:06.991Z Downloaded either v1.13.0
1652024-12-11T06:52:06.991Z Downloaded thiserror v1.0.69
1662024-12-11T06:52:06.991Z Downloaded terminal_size v0.4.0
1672024-12-11T06:52:06.991Z Downloaded strsim v0.11.1
1682024-12-11T06:52:06.991Z Downloaded socket2 v0.5.7
1692024-12-11T06:52:07.015Z Downloaded signal-hook-registry v1.4.2
1702024-12-11T06:52:07.015Z Downloaded serde v1.0.215
1712024-12-11T06:52:07.015Z Downloaded rand_chacha v0.3.1
1722024-12-11T06:52:07.015Z Downloaded proc-macro2 v1.0.92
1732024-12-11T06:52:07.015Z Downloaded num-traits v0.2.19
1742024-12-11T06:52:07.015Z Downloaded log v0.4.22
1752024-12-11T06:52:07.015Z Downloaded lazy_static v1.5.0
1762024-12-11T06:52:07.015Z Downloaded itoa v1.0.14
1772024-12-11T06:52:07.015Z Downloaded is_ci v1.2.0
1782024-12-11T06:52:07.015Z Downloaded gimli v0.28.1
1792024-12-11T06:52:07.039Z Downloaded console v0.15.8
1802024-12-11T06:52:07.039Z Downloaded textwrap v0.16.1
1812024-12-11T06:52:07.039Z Downloaded target-spec v3.2.2
1822024-12-11T06:52:07.039Z Downloaded sharded-slab v0.1.7
1832024-12-11T06:52:07.040Z Downloaded serde_json v1.0.133
1842024-12-11T06:52:07.040Z Downloaded memchr v2.7.4
1852024-12-11T06:52:07.064Z Downloaded hashbrown v0.15.2
1862024-12-11T06:52:07.064Z Downloaded heck v0.5.0
1872024-12-11T06:52:07.064Z Downloaded getrandom v0.2.15
1882024-12-11T06:52:07.064Z Downloaded errno v0.3.9
1892024-12-11T06:52:07.064Z Downloaded colorchoice v1.0.3
1902024-12-11T06:52:07.064Z Downloaded clap_derive v4.5.18
1912024-12-11T06:52:07.065Z Downloaded clap_builder v4.5.23
1922024-12-11T06:52:07.065Z Downloaded guppy-workspace-hack v0.1.0
1932024-12-11T06:52:07.065Z Downloaded clap_lex v0.7.4
1942024-12-11T06:52:07.065Z Downloaded clap v4.5.23
1952024-12-11T06:52:07.088Z Downloaded cfg_aliases v0.2.1
1962024-12-11T06:52:07.088Z Downloaded cfg-if v1.0.0
1972024-12-11T06:52:07.088Z Downloaded cc v1.1.31
1982024-12-11T06:52:07.088Z Downloaded bytes v1.9.0
1992024-12-11T06:52:07.088Z Downloaded byteorder v1.5.0
2002024-12-11T06:52:07.088Z Downloaded borsh v1.5.1
2012024-12-11T06:52:07.088Z Downloaded bitflags v2.6.0
2022024-12-11T06:52:07.112Z Downloaded backtrace-ext v0.2.1
2032024-12-11T06:52:07.112Z Downloaded backtrace v0.3.71
2042024-12-11T06:52:07.112Z Downloaded autocfg v1.4.0
2052024-12-11T06:52:07.112Z Downloaded anstyle-query v1.1.2
2062024-12-11T06:52:07.112Z Downloaded anstyle-parse v0.2.6
2072024-12-11T06:52:07.112Z Downloaded anstyle v1.0.9
2082024-12-11T06:52:07.112Z Downloaded anstream v0.6.17
2092024-12-11T06:52:07.112Z Downloaded addr2line v0.21.0
2102024-12-11T06:52:07.199Z Compiling proc-macro2 v1.0.92
2112024-12-11T06:52:07.199Z Compiling unicode-ident v1.0.14
2122024-12-11T06:52:07.222Z Compiling libc v0.2.168
2132024-12-11T06:52:07.222Z Compiling cfg-if v1.0.0
2142024-12-11T06:52:07.223Z Compiling serde v1.0.215
2152024-12-11T06:52:07.223Z Compiling shlex v1.3.0
2162024-12-11T06:52:07.223Z Compiling once_cell v1.20.2
2172024-12-11T06:52:07.353Z Compiling rustix v0.38.37
2182024-12-11T06:52:07.401Z Compiling memchr v2.7.4
2192024-12-11T06:52:07.576Z Compiling bitflags v2.6.0
2202024-12-11T06:52:07.599Z Compiling tracing-core v0.1.33
2212024-12-11T06:52:07.775Z Compiling utf8parse v0.2.2
2222024-12-11T06:52:07.882Z Compiling camino v1.1.9
2232024-12-11T06:52:07.917Z Compiling adler v1.0.2
2242024-12-11T06:52:08.017Z Compiling gimli v0.28.1
2252024-12-11T06:52:08.107Z Compiling byteorder v1.5.0
2262024-12-11T06:52:08.354Z Compiling jobserver v0.1.32
2272024-12-11T06:52:08.385Z Compiling object v0.32.2
2282024-12-11T06:52:08.408Z Compiling miniz_oxide v0.7.4
2292024-12-11T06:52:08.714Z Compiling quote v1.0.37
2302024-12-11T06:52:08.738Z Compiling cc v1.1.31
2312024-12-11T06:52:08.889Z Compiling errno v0.3.9
2322024-12-11T06:52:08.936Z Compiling getrandom v0.2.15
2332024-12-11T06:52:09.020Z Compiling syn v2.0.90
2342024-12-11T06:52:09.087Z Compiling anstyle-parse v0.2.6
2352024-12-11T06:52:09.175Z Compiling unicode-width v0.1.14
2362024-12-11T06:52:09.199Z Compiling is_terminal_polyfill v1.70.1
2372024-12-11T06:52:09.292Z Compiling serde_json v1.0.133
2382024-12-11T06:52:09.348Z Compiling rustc-demangle v0.1.24
2392024-12-11T06:52:09.595Z Compiling target-lexicon v0.12.16
2402024-12-11T06:52:09.618Z Compiling autocfg v1.4.0
2412024-12-11T06:52:10.131Z Compiling terminal_size v0.4.0
2422024-12-11T06:52:10.218Z Compiling owo-colors v4.1.0
2432024-12-11T06:52:10.272Z Compiling libm v0.2.8
2442024-12-11T06:52:10.324Z Compiling colorchoice v1.0.3
2452024-12-11T06:52:10.374Z Compiling thiserror v1.0.69
2462024-12-11T06:52:10.494Z Compiling anstyle-query v1.1.2
2472024-12-11T06:52:10.559Z Compiling lazy_static v1.5.0
2482024-12-11T06:52:10.630Z Compiling anstyle v1.0.9
2492024-12-11T06:52:10.708Z Compiling num-traits v0.2.19
2502024-12-11T06:52:10.779Z Compiling rand_core v0.6.4
2512024-12-11T06:52:11.125Z Compiling addr2line v0.21.0
2522024-12-11T06:52:11.172Z Compiling anstream v0.6.17
2532024-12-11T06:52:11.243Z Compiling strsim v0.11.1
2542024-12-11T06:52:11.266Z Compiling pin-project-lite v0.2.15
2552024-12-11T06:52:11.289Z Compiling backtrace v0.3.71
2562024-12-11T06:52:11.381Z Compiling smallvec v1.13.2
2572024-12-11T06:52:11.668Z Compiling itoa v1.0.14
2582024-12-11T06:52:11.691Z Compiling ryu v1.0.18
2592024-12-11T06:52:11.716Z Compiling is_ci v1.2.0
2602024-12-11T06:52:11.739Z Compiling log v0.4.22
2612024-12-11T06:52:11.849Z Compiling unicode-linebreak v0.1.5
2622024-12-11T06:52:12.003Z Compiling guppy-workspace-hack v0.1.0
2632024-12-11T06:52:12.026Z Compiling unicase v2.8.0
2642024-12-11T06:52:12.050Z Compiling unicode-width v0.2.0
2652024-12-11T06:52:12.109Z Compiling clap_lex v0.7.4
2662024-12-11T06:52:12.233Z Compiling heck v0.5.0
2672024-12-11T06:52:12.301Z Compiling textwrap v0.16.1
2682024-12-11T06:52:12.328Z Compiling tracing-log v0.2.0
2692024-12-11T06:52:12.437Z Compiling clap_builder v4.5.23
2702024-12-11T06:52:12.501Z Compiling supports-color v3.0.2
2712024-12-11T06:52:12.546Z Compiling tracing v0.1.41
2722024-12-11T06:52:12.884Z Compiling sharded-slab v0.1.7
2732024-12-11T06:52:13.136Z Compiling mio v1.0.2
2742024-12-11T06:52:13.773Z Compiling backtrace-ext v0.2.1
2752024-12-11T06:52:13.812Z Compiling signal-hook-registry v1.4.2
2762024-12-11T06:52:13.836Z Compiling thread_local v1.1.8
2772024-12-11T06:52:14.016Z Compiling equivalent v1.0.1
2782024-12-11T06:52:14.079Z Compiling supports-unicode v3.0.0
2792024-12-11T06:52:14.122Z Compiling bytes v1.9.0
2802024-12-11T06:52:14.180Z Compiling hashbrown v0.15.2
2812024-12-11T06:52:14.240Z Compiling target-spec v3.2.2
2822024-12-11T06:52:14.284Z Compiling supports-hyperlinks v3.0.0
2832024-12-11T06:52:14.494Z Compiling tracing-subscriber v0.3.19
2842024-12-11T06:52:14.648Z Compiling cfg-expr v0.17.2
2852024-12-11T06:52:15.123Z Compiling console v0.15.8
2862024-12-11T06:52:15.163Z Compiling xxhash-rust v0.8.12
2872024-12-11T06:52:15.641Z Compiling either v1.13.0
2882024-12-11T06:52:16.614Z Compiling serde_derive v1.0.215
2892024-12-11T06:52:16.638Z Compiling zerocopy-derive v0.7.35
2902024-12-11T06:52:16.917Z Compiling thiserror-impl v1.0.69
2912024-12-11T06:52:17.042Z Compiling miette-derive v7.4.0
2922024-12-11T06:52:17.759Z Compiling tokio-macros v2.4.0
2932024-12-11T06:52:18.056Z Compiling zerocopy v0.7.35
2942024-12-11T06:52:18.366Z Compiling clap_derive v4.5.18
2952024-12-11T06:52:18.881Z Compiling tokio v1.42.0
2962024-12-11T06:52:19.015Z Compiling ppv-lite86 v0.2.20
2972024-12-11T06:52:19.048Z Compiling miette v7.4.0
2982024-12-11T06:52:19.560Z Compiling rand_chacha v0.3.1
2992024-12-11T06:52:20.419Z Compiling rand v0.8.5
3002024-12-11T06:52:21.439Z Compiling clap v4.5.23
3012024-12-11T06:52:25.280Z Compiling indexmap v2.7.0
3022024-12-11T06:52:25.280Z Compiling smol_str v0.3.2
3032024-12-11T06:52:25.927Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3042024-12-11T06:52:27.138Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3052024-12-11T06:52:29.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.75s
3062024-12-11T06:52:29.238Z
3072024-12-11T06:52:29.238Zreal 23.977973768
3082024-12-11T06:52:29.238Zuser 1:56.637918990
3092024-12-11T06:52:29.238Zsys 18.262367111
3102024-12-11T06:52:29.238Ztrap 0.069545234
3112024-12-11T06:52:29.238Ztflt 0.116837287
3122024-12-11T06:52:29.238Zdflt 0.154713995
3132024-12-11T06:52:29.238Zkflt 0.000802962
3142024-12-11T06:52:29.238Zlock 2:37.995380169
3152024-12-11T06:52:29.262Zslp 6:24.029840481
3162024-12-11T06:52:29.262Zlat 8.969232301
3172024-12-11T06:52:29.262Zstop 14.597672252
3182024-12-11T06:52:29.262Z+ banner no-update
3192024-12-11T06:52:29.262Z
3202024-12-11T06:52:29.262Z # # #### # # ##### ##### ## ##### ######
3212024-12-11T06:52:29.262Z ## # # # # # # # # # # # # #
3222024-12-11T06:52:29.262Z # # # # # ##### # # # # # # # # # #####
3232024-12-11T06:52:29.262Z # # # # # # # ##### # # ###### # #
3242024-12-11T06:52:29.262Z # ## # # # # # # # # # # #
3252024-12-11T06:52:29.262Z # # #### #### # ##### # # # ######
3262024-12-11T06:52:29.262Z
3272024-12-11T06:52:29.262Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3282024-12-11T06:52:29.431Z Downloading crates ...
3292024-12-11T06:52:29.532Z Downloaded ahash v0.8.11
3302024-12-11T06:52:29.557Z Downloaded async-scoped v0.9.0
3312024-12-11T06:52:29.557Z Downloaded filetime v0.2.25
3322024-12-11T06:52:29.557Z Downloaded xattr v1.3.1
3332024-12-11T06:52:29.557Z Downloaded zstd-safe v7.2.1
3342024-12-11T06:52:29.557Z Downloaded zeroize v1.8.1
3352024-12-11T06:52:29.557Z Downloaded eyre v0.6.12
3362024-12-11T06:52:29.557Z Downloaded fastrand v2.1.1
3372024-12-11T06:52:29.581Z Downloaded futures v0.3.31
3382024-12-11T06:52:29.581Z Downloaded enable-ansi-support v0.2.1
3392024-12-11T06:52:29.582Z Downloaded zstd v0.13.2
3402024-12-11T06:52:29.582Z Downloaded pin-project-internal v1.1.7
3412024-12-11T06:52:29.582Z Downloaded swrite v0.1.0
3422024-12-11T06:52:29.605Z Downloaded vte_generate_state_changes v0.1.2
3432024-12-11T06:52:29.605Z Downloaded tinyvec_macros v0.1.1
3442024-12-11T06:52:29.605Z Downloaded target-spec-miette v0.4.0
3452024-12-11T06:52:29.605Z Downloaded static_assertions v1.1.0
3462024-12-11T06:52:29.605Z Downloaded tracing-error v0.2.0
3472024-12-11T06:52:29.605Z Downloaded winnow v0.6.20
3482024-12-11T06:52:29.605Z Downloaded tracing-attributes v0.1.28
3492024-12-11T06:52:29.605Z Downloaded vte v0.11.1
3502024-12-11T06:52:29.629Z Downloaded tar v0.4.43
3512024-12-11T06:52:29.629Z Downloaded minimal-lexical v0.2.1
3522024-12-11T06:52:29.629Z Downloaded toml_edit v0.22.22
3532024-12-11T06:52:29.653Z Downloaded unicode-normalization v0.1.24
3542024-12-11T06:52:29.653Z Downloaded guppy v0.17.10
3552024-12-11T06:52:29.676Z Downloaded quick-xml v0.37.1
3562024-12-11T06:52:29.676Z Downloaded portable-atomic v1.9.0
3572024-12-11T06:52:29.676Z Downloaded uuid v1.11.0
3582024-12-11T06:52:29.676Z Downloaded toml v0.8.19
3592024-12-11T06:52:29.676Z Downloaded tinyvec v1.8.0
3602024-12-11T06:52:29.700Z Downloaded thiserror v2.0.6
3612024-12-11T06:52:29.700Z Downloaded signal-hook v0.3.17
3622024-12-11T06:52:29.700Z Downloaded parking_lot_core v0.9.10
3632024-12-11T06:52:29.700Z Downloaded regex v1.11.1
3642024-12-11T06:52:29.723Z Downloaded nix v0.29.0
3652024-12-11T06:52:29.723Z Downloaded regex-syntax v0.8.5
3662024-12-11T06:52:29.747Z Downloaded tokio-stream v0.1.17
3672024-12-11T06:52:29.747Z Downloaded thiserror-impl v2.0.6
3682024-12-11T06:52:29.747Z Downloaded tempfile v3.13.0
3692024-12-11T06:52:29.747Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3702024-12-11T06:52:29.771Z Downloaded ron v0.8.1
3712024-12-11T06:52:29.771Z Downloaded nom v7.1.3
3722024-12-11T06:52:29.771Z Downloaded version_check v0.9.5
3732024-12-11T06:52:29.794Z Downloaded slab v0.4.9
3742024-12-11T06:52:29.794Z Downloaded parking_lot v0.12.3
3752024-12-11T06:52:29.794Z Downloaded lock_api v0.4.12
3762024-12-11T06:52:29.794Z Downloaded humantime-serde v1.1.1
3772024-12-11T06:52:29.794Z Downloaded toml_datetime v0.6.8
3782024-12-11T06:52:29.795Z Downloaded serde_ignored v0.1.10
3792024-12-11T06:52:29.795Z Downloaded pkg-config v0.3.31
3802024-12-11T06:52:29.795Z Downloaded pin-utils v0.1.0
3812024-12-11T06:52:29.795Z Downloaded pin-project v1.1.7
3822024-12-11T06:52:29.818Z Downloaded signal-hook-mio v0.2.4
3832024-12-11T06:52:29.818Z Downloaded regex-automata v0.4.8
3842024-12-11T06:52:29.818Z Downloaded petgraph v0.6.5
3852024-12-11T06:52:29.841Z Downloaded scopeguard v1.2.0
3862024-12-11T06:52:29.841Z Downloaded owo-colors v3.5.0
3872024-12-11T06:52:29.841Z Downloaded indent_write v2.2.0
3882024-12-11T06:52:29.841Z Downloaded iana-time-zone v0.1.61
3892024-12-11T06:52:29.865Z Downloaded strip-ansi-escapes v0.2.0
3902024-12-11T06:52:29.865Z Downloaded shell-words v1.1.0
3912024-12-11T06:52:29.865Z Downloaded shared_child v1.0.1
3922024-12-11T06:52:29.865Z Downloaded serde_spanned v0.6.8
3932024-12-11T06:52:29.865Z Downloaded semver v1.0.23
3942024-12-11T06:52:29.865Z Downloaded os_pipe v1.2.1
3952024-12-11T06:52:29.865Z Downloaded home v0.5.9
3962024-12-11T06:52:29.865Z Downloaded globset v0.4.15
3972024-12-11T06:52:29.865Z Downloaded futures-util v0.3.31
3982024-12-11T06:52:29.889Z Downloaded serde_path_to_error v0.1.16
3992024-12-11T06:52:29.889Z Downloaded quick-junit v0.5.1
4002024-12-11T06:52:29.889Z Downloaded newtype-uuid v1.1.3
4012024-12-11T06:52:29.889Z Downloaded itertools v0.13.0
4022024-12-11T06:52:29.889Z Downloaded futures-macro v0.3.31
4032024-12-11T06:52:29.889Z Downloaded futures-io v0.3.31
4042024-12-11T06:52:29.889Z Downloaded futures-executor v0.3.31
4052024-12-11T06:52:29.889Z Downloaded pathdiff v0.2.3
4062024-12-11T06:52:29.889Z Downloaded indenter v0.3.3
4072024-12-11T06:52:29.889Z Downloaded futures-task v0.3.31
4082024-12-11T06:52:29.889Z Downloaded chrono v0.4.39
4092024-12-11T06:52:29.912Z Downloaded bstr v1.11.0
4102024-12-11T06:52:29.912Z Downloaded aho-corasick v1.1.3
4112024-12-11T06:52:29.912Z Downloaded number_prefix v0.4.0
4122024-12-11T06:52:29.935Z Downloaded nested v0.1.1
4132024-12-11T06:52:29.935Z Downloaded indicatif v0.17.9
4142024-12-11T06:52:29.935Z Downloaded humantime v2.1.0
4152024-12-11T06:52:29.935Z Downloaded futures-sink v0.3.31
4162024-12-11T06:52:29.935Z Downloaded futures-core v0.3.31
4172024-12-11T06:52:29.935Z Downloaded futures-channel v0.3.31
4182024-12-11T06:52:29.935Z Downloaded color-spantrace v0.2.1
4192024-12-11T06:52:29.935Z Downloaded color-eyre v0.6.3
4202024-12-11T06:52:29.959Z Downloaded atomicwrites v0.4.4
4212024-12-11T06:52:29.959Z Downloaded recursion v0.5.2
4222024-12-11T06:52:29.959Z Downloaded cargo_metadata v0.19.1
4232024-12-11T06:52:29.959Z Downloaded base64 v0.21.7
4242024-12-11T06:52:29.959Z Downloaded future-queue v0.3.0
4252024-12-11T06:52:29.959Z Downloaded duct v0.13.7
4262024-12-11T06:52:29.959Z Downloaded dialoguer v0.11.0
4272024-12-11T06:52:29.982Z Downloaded derive-where v1.2.7
4282024-12-11T06:52:29.982Z Downloaded camino-tempfile v1.1.1
4292024-12-11T06:52:29.982Z Downloaded cargo-platform v0.1.9
4302024-12-11T06:52:29.982Z Downloaded config v0.14.1
4312024-12-11T06:52:29.982Z Downloaded crossterm v0.28.1
4322024-12-11T06:52:29.982Z Downloaded fnv v1.0.7
4332024-12-11T06:52:29.982Z Downloaded fixedbitset v0.4.2
4342024-12-11T06:52:29.982Z Downloaded debug-ignore v1.0.5
4352024-12-11T06:52:30.023Z Compiling rustix v0.38.37
4362024-12-11T06:52:30.047Z Compiling tracing-attributes v0.1.28
4372024-12-11T06:52:30.047Z Compiling mio v1.0.2
4382024-12-11T06:52:30.047Z Compiling futures-core v0.3.31
4392024-12-11T06:52:30.071Z Compiling slab v0.4.9
4402024-12-11T06:52:30.071Z Compiling futures-sink v0.3.31
4412024-12-11T06:52:30.071Z Compiling pkg-config v0.3.31
4422024-12-11T06:52:30.071Z Compiling thiserror v2.0.6
4432024-12-11T06:52:30.193Z Compiling futures-channel v0.3.31
4442024-12-11T06:52:30.248Z Compiling futures-macro v0.3.31
4452024-12-11T06:52:30.513Z Compiling thiserror-impl v2.0.6
4462024-12-11T06:52:30.686Z Compiling pin-utils v0.1.0
4472024-12-11T06:52:30.758Z Compiling semver v1.0.23
4482024-12-11T06:52:30.811Z Compiling futures-io v0.3.31
4492024-12-11T06:52:31.030Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4502024-12-11T06:52:31.122Z Compiling futures-task v0.3.31
4512024-12-11T06:52:31.153Z Compiling version_check v0.9.5
4522024-12-11T06:52:31.281Z Compiling lock_api v0.4.12
4532024-12-11T06:52:31.351Z Compiling aho-corasick v1.1.3
4542024-12-11T06:52:31.597Z Compiling fastrand v2.1.1
4552024-12-11T06:52:31.627Z Compiling ahash v0.8.11
4562024-12-11T06:52:31.776Z Compiling futures-util v0.3.31
4572024-12-11T06:52:31.945Z Compiling parking_lot_core v0.9.10
4582024-12-11T06:52:32.027Z Compiling winnow v0.6.20
4592024-12-11T06:52:32.295Z Compiling terminal_size v0.4.0
4602024-12-11T06:52:32.467Z Compiling miette v7.4.0
4612024-12-11T06:52:32.491Z Compiling tracing v0.1.41
4622024-12-11T06:52:32.819Z Compiling tokio v1.42.0
4632024-12-11T06:52:32.902Z Compiling clap_builder v4.5.23
4642024-12-11T06:52:33.022Z Compiling signal-hook v0.3.17
4652024-12-11T06:52:33.280Z Compiling regex-syntax v0.8.5
4662024-12-11T06:52:34.572Z Compiling tempfile v3.13.0
4672024-12-11T06:52:35.348Z Compiling pathdiff v0.2.3
4682024-12-11T06:52:35.466Z Compiling serde_spanned v0.6.8
4692024-12-11T06:52:35.605Z Compiling cargo-platform v0.1.9
4702024-12-11T06:52:35.648Z Compiling toml_datetime v0.6.8
4712024-12-11T06:52:35.844Z Compiling regex-automata v0.4.8
4722024-12-11T06:52:36.084Z Compiling clap v4.5.23
4732024-12-11T06:52:36.107Z Compiling vte_generate_state_changes v0.1.2
4742024-12-11T06:52:36.166Z Compiling cfg_aliases v0.2.1
4752024-12-11T06:52:36.190Z Compiling fixedbitset v0.4.2
4762024-12-11T06:52:36.248Z Compiling zstd-safe v7.2.1
4772024-12-11T06:52:36.530Z Compiling scopeguard v1.2.0
4782024-12-11T06:52:36.558Z Compiling newtype-uuid v1.1.3
4792024-12-11T06:52:36.608Z Compiling portable-atomic v1.9.0
4802024-12-11T06:52:36.632Z Compiling vte v0.11.1
4812024-12-11T06:52:37.145Z Compiling petgraph v0.6.5
4822024-12-11T06:52:37.324Z Compiling nix v0.29.0
4832024-12-11T06:52:37.652Z Compiling toml_edit v0.22.22
4842024-12-11T06:52:37.927Z Compiling cargo_metadata v0.19.1
4852024-12-11T06:52:38.592Z Compiling futures-executor v0.3.31
4862024-12-11T06:52:39.592Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4872024-12-11T06:52:39.680Z Compiling itertools v0.13.0
4882024-12-11T06:52:40.222Z Compiling uuid v1.11.0
4892024-12-11T06:52:40.587Z Compiling pin-project-internal v1.1.7
4902024-12-11T06:52:40.825Z Compiling bstr v1.11.0
4912024-12-11T06:52:41.120Z Compiling iana-time-zone v0.1.61
4922024-12-11T06:52:41.473Z Compiling nested v0.1.1
4932024-12-11T06:52:41.672Z Compiling tinyvec_macros v0.1.1
4942024-12-11T06:52:41.746Z Compiling static_assertions v1.1.0
4952024-12-11T06:52:41.770Z Compiling debug-ignore v1.0.5
4962024-12-11T06:52:41.828Z Compiling eyre v0.6.12
4972024-12-11T06:52:41.870Z Compiling minimal-lexical v0.2.1
4982024-12-11T06:52:42.057Z Compiling guppy v0.17.10
4992024-12-11T06:52:42.282Z Compiling nom v7.1.3
5002024-12-11T06:52:42.610Z Compiling tinyvec v1.8.0
5012024-12-11T06:52:42.661Z Compiling pin-project v1.1.7
5022024-12-11T06:52:42.762Z Compiling globset v0.4.15
5032024-12-11T06:52:43.130Z Compiling chrono v0.4.39
5042024-12-11T06:52:43.933Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
5052024-12-11T06:52:44.268Z Compiling toml v0.8.19
5062024-12-11T06:52:44.583Z Compiling signal-hook-mio v0.2.4
5072024-12-11T06:52:44.704Z Compiling parking_lot v0.12.3
5082024-12-11T06:52:44.784Z Compiling regex v1.11.1
5092024-12-11T06:52:45.398Z Compiling futures v0.3.31
5102024-12-11T06:52:45.500Z Compiling strip-ansi-escapes v0.2.0
5112024-12-11T06:52:45.595Z Compiling tracing-error v0.2.0
5122024-12-11T06:52:45.805Z Compiling xattr v1.3.1
5132024-12-11T06:52:45.859Z Compiling os_pipe v1.2.1
5142024-12-11T06:52:45.920Z Compiling shared_child v1.0.1
5152024-12-11T06:52:46.051Z Compiling filetime v0.2.25
5162024-12-11T06:52:46.113Z Compiling quick-xml v0.37.1
5172024-12-11T06:52:46.262Z Compiling fnv v1.0.7
5182024-12-11T06:52:46.299Z Compiling owo-colors v3.5.0
5192024-12-11T06:52:46.365Z Compiling indenter v0.3.3
5202024-12-11T06:52:46.498Z Compiling shell-words v1.1.0
5212024-12-11T06:52:46.522Z Compiling number_prefix v0.4.0
5222024-12-11T06:52:46.577Z Compiling humantime v2.1.0
5232024-12-11T06:52:46.691Z Compiling recursion v0.5.2
5242024-12-11T06:52:46.715Z Compiling indicatif v0.17.9
5252024-12-11T06:52:46.821Z Compiling humantime-serde v1.1.1
5262024-12-11T06:52:46.965Z Compiling quick-junit v0.5.1
5272024-12-11T06:52:46.990Z Compiling zstd v0.13.2
5282024-12-11T06:52:47.014Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5292024-12-11T06:52:47.616Z Compiling color-spantrace v0.2.1
5302024-12-11T06:52:47.669Z Compiling future-queue v0.3.0
5312024-12-11T06:52:47.776Z Compiling tar v0.4.43
5322024-12-11T06:52:47.800Z Compiling duct v0.13.7
5332024-12-11T06:52:48.033Z Compiling async-scoped v0.9.0
5342024-12-11T06:52:48.056Z Compiling crossterm v0.28.1
5352024-12-11T06:52:48.244Z Compiling config v0.14.1
5362024-12-11T06:52:48.593Z Compiling unicode-normalization v0.1.24
5372024-12-11T06:52:48.983Z Compiling tokio-stream v0.1.17
5382024-12-11T06:52:49.020Z Compiling camino-tempfile v1.1.1
5392024-12-11T06:52:49.358Z Compiling atomicwrites v0.4.4
5402024-12-11T06:52:49.381Z Compiling target-spec-miette v0.4.0
5412024-12-11T06:52:49.546Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
5422024-12-11T06:52:49.644Z Compiling serde_path_to_error v0.1.16
5432024-12-11T06:52:49.673Z Compiling serde_ignored v0.1.10
5442024-12-11T06:52:49.728Z Compiling derive-where v1.2.7
5452024-12-11T06:52:49.751Z Compiling indent_write v2.2.0
5462024-12-11T06:52:49.833Z Compiling home v0.5.9
5472024-12-11T06:52:49.902Z Compiling swrite v0.1.0
5482024-12-11T06:52:49.962Z Compiling zeroize v1.8.1
5492024-12-11T06:52:49.997Z Compiling color-eyre v0.6.3
5502024-12-11T06:52:50.041Z Compiling enable-ansi-support v0.2.1
5512024-12-11T06:52:50.140Z Compiling dialoguer v0.11.0
5522024-12-11T06:52:51.342Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
5532024-12-11T06:53:19.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.83s
5542024-12-11T06:53:19.214Z
5552024-12-11T06:53:19.238Zreal 49.949902461
5562024-12-11T06:53:19.238Zuser 3:11.161837237
5572024-12-11T06:53:19.238Zsys 24.185192543
5582024-12-11T06:53:19.238Ztrap 0.111553890
5592024-12-11T06:53:19.238Ztflt 0.145956108
5602024-12-11T06:53:19.238Zdflt 0.167631510
5612024-12-11T06:53:19.238Zkflt 0.000857922
5622024-12-11T06:53:19.238Zlock 5:08.198489824
5632024-12-11T06:53:19.238Zslp 11:35.793289537
5642024-12-11T06:53:19.238Zlat 7.277864878
5652024-12-11T06:53:19.239Zstop 7.830008535
5662024-12-11T06:53:19.239Z+ banner nextest
5672024-12-11T06:53:19.239Z
5682024-12-11T06:53:19.239Z # # ###### # # ##### ###### #### #####
5692024-12-11T06:53:19.239Z ## # # # # # # # #
5702024-12-11T06:53:19.239Z # # # ##### ## # ##### #### #
5712024-12-11T06:53:19.239Z # # # # ## # # # #
5722024-12-11T06:53:19.239Z # ## # # # # # # # #
5732024-12-11T06:53:19.239Z # # ###### # # # ###### #### #
5742024-12-11T06:53:19.239Z
5752024-12-11T06:53:19.239Z+ ptime -m cargo build --package cargo-nextest
5762024-12-11T06:53:19.474Z Downloading crates ...
5772024-12-11T06:53:19.637Z Downloaded want v0.3.1
5782024-12-11T06:53:19.662Z Downloaded sync_wrapper v1.0.1
5792024-12-11T06:53:19.662Z Downloaded base64 v0.22.1
5802024-12-11T06:53:19.662Z Downloaded digest v0.10.7
5812024-12-11T06:53:19.662Z Downloaded flate2 v1.0.34
5822024-12-11T06:53:19.687Z Downloaded openssl-macros v0.1.1
5832024-12-11T06:53:19.687Z Downloaded quinn-udp v0.5.5
5842024-12-11T06:53:19.687Z Downloaded quinn v0.11.5
5852024-12-11T06:53:19.687Z Downloaded try-lock v0.2.5
5862024-12-11T06:53:19.687Z Downloaded utf8_iter v1.0.4
5872024-12-11T06:53:19.687Z Downloaded zipsign-api v0.1.2
5882024-12-11T06:53:19.711Z Downloaded self_update v0.41.0
5892024-12-11T06:53:19.711Z Downloaded url v2.5.4
5902024-12-11T06:53:19.711Z Downloaded idna v1.0.3
5912024-12-11T06:53:19.711Z Downloaded spin v0.9.8
5922024-12-11T06:53:19.711Z Downloaded reqwest v0.12.8
5932024-12-11T06:53:19.735Z Downloaded quick-xml v0.23.1
5942024-12-11T06:53:19.735Z Downloaded quinn-proto v0.11.8
5952024-12-11T06:53:19.758Z Downloaded openssl v0.10.68
5962024-12-11T06:53:19.758Z Downloaded rustls-webpki v0.102.8
5972024-12-11T06:53:19.783Z Downloaded untrusted v0.9.0
5982024-12-11T06:53:19.783Z Downloaded tokio-native-tls v0.3.1
5992024-12-11T06:53:19.783Z Downloaded vcpkg v0.2.15
6002024-12-11T06:53:19.828Z Downloaded sha2 v0.10.8
6012024-12-11T06:53:19.851Z Downloaded webpki-roots v0.26.6
6022024-12-11T06:53:19.851Z Downloaded self-replace v1.5.0
6032024-12-11T06:53:19.851Z Downloaded rustls-pki-types v1.10.0
6042024-12-11T06:53:19.851Z Downloaded rustls v0.23.19
6052024-12-11T06:53:19.875Z Downloaded http v1.2.0
6062024-12-11T06:53:19.875Z Downloaded urlencoding v2.1.3
6072024-12-11T06:53:19.875Z Downloaded typenum v1.17.0
6082024-12-11T06:53:19.875Z Downloaded tower-service v0.3.3
6092024-12-11T06:53:19.875Z Downloaded tokio-rustls v0.26.0
6102024-12-11T06:53:19.875Z Downloaded subtle v2.6.1
6112024-12-11T06:53:19.875Z Downloaded spki v0.7.3
6122024-12-11T06:53:19.875Z Downloaded signature v2.2.0
6132024-12-11T06:53:19.875Z Downloaded serde_urlencoded v0.7.1
6142024-12-11T06:53:19.875Z Downloaded rustls-pemfile v2.2.0
6152024-12-11T06:53:19.898Z Downloaded rustc_version v0.4.1
6162024-12-11T06:53:19.898Z Downloaded rustc-hash v2.0.0
6172024-12-11T06:53:19.898Z Downloaded openssl-sys v0.9.104
6182024-12-11T06:53:19.898Z Downloaded native-tls v0.2.12
6192024-12-11T06:53:19.898Z Downloaded httparse v1.9.5
6202024-12-11T06:53:19.898Z Downloaded hex v0.4.3
6212024-12-11T06:53:19.898Z Downloaded ipnet v2.10.1
6222024-12-11T06:53:19.898Z Downloaded pkcs8 v0.10.2
6232024-12-11T06:53:19.921Z Downloaded percent-encoding v2.3.1
6242024-12-11T06:53:19.921Z Downloaded openssl-probe v0.1.5
6252024-12-11T06:53:19.922Z Downloaded mime v0.3.17
6262024-12-11T06:53:19.922Z Downloaded idna_adapter v1.0.0
6272024-12-11T06:53:19.922Z Downloaded hyper-util v0.1.9
6282024-12-11T06:53:19.922Z Downloaded hyper-rustls v0.27.3
6292024-12-11T06:53:19.922Z Downloaded hyper v1.5.0
6302024-12-11T06:53:19.922Z Downloaded http-body-util v0.1.2
6312024-12-11T06:53:19.945Z Downloaded http-body v1.0.1
6322024-12-11T06:53:19.945Z Downloaded generic-array v0.14.7
6332024-12-11T06:53:19.945Z Downloaded form_urlencoded v1.2.1
6342024-12-11T06:53:19.945Z Downloaded foreign-types-shared v0.1.1
6352024-12-11T06:53:19.945Z Downloaded foreign-types v0.3.2
6362024-12-11T06:53:19.945Z Downloaded mukti-metadata v0.3.0
6372024-12-11T06:53:19.945Z Downloaded miniz_oxide v0.8.0
6382024-12-11T06:53:19.945Z Downloaded hyper-tls v0.6.0
6392024-12-11T06:53:19.945Z Downloaded ed25519-dalek v2.1.1
6402024-12-11T06:53:19.945Z Downloaded ed25519 v2.2.3
6412024-12-11T06:53:19.946Z Downloaded der v0.7.9
6422024-12-11T06:53:19.969Z Downloaded curve25519-dalek v4.1.3
6432024-12-11T06:53:19.969Z Downloaded crypto-common v0.1.6
6442024-12-11T06:53:19.969Z Downloaded crc32fast v1.4.2
6452024-12-11T06:53:19.969Z Downloaded cpufeatures v0.2.14
6462024-12-11T06:53:19.970Z Downloaded const-oid v0.9.6
6472024-12-11T06:53:19.970Z Downloaded block-buffer v0.10.4
6482024-12-11T06:53:19.970Z Downloaded curve25519-dalek-derive v0.1.1
6492024-12-11T06:53:19.970Z Downloaded base64ct v1.6.0
6502024-12-11T06:53:19.994Z Downloaded adler2 v2.0.0
6512024-12-11T06:53:20.024Z Downloaded ring v0.17.8
6522024-12-11T06:53:20.143Z Compiling smallvec v1.13.2
6532024-12-11T06:53:20.166Z Compiling socket2 v0.5.7
6542024-12-11T06:53:20.166Z Compiling futures-channel v0.3.31
6552024-12-11T06:53:20.190Z Compiling ring v0.17.8
6562024-12-11T06:53:20.190Z Compiling rustls-pki-types v1.10.0
6572024-12-11T06:53:20.190Z Compiling http v1.2.0
6582024-12-11T06:53:20.213Z Compiling untrusted v0.9.0
6592024-12-11T06:53:20.213Z Compiling spin v0.9.8
6602024-12-11T06:53:20.359Z Compiling typenum v1.17.0
6612024-12-11T06:53:20.383Z Compiling httparse v1.9.5
6622024-12-11T06:53:20.491Z Compiling futures-util v0.3.31
6632024-12-11T06:53:20.515Z Compiling generic-array v0.14.7
6642024-12-11T06:53:21.001Z Compiling tokio v1.42.0
6652024-12-11T06:53:21.075Z Compiling rustls v0.23.19
6662024-12-11T06:53:21.154Z Compiling try-lock v0.2.5
6672024-12-11T06:53:21.261Z Compiling want v0.3.1
6682024-12-11T06:53:21.411Z Compiling cfg-expr v0.17.2
6692024-12-11T06:53:21.486Z Compiling http-body v1.0.1
6702024-12-11T06:53:21.666Z Compiling subtle v2.6.1
6712024-12-11T06:53:21.850Z Compiling percent-encoding v2.3.1
6722024-12-11T06:53:21.873Z Compiling idna_adapter v1.0.0
6732024-12-11T06:53:21.969Z Compiling utf8_iter v1.0.4
6742024-12-11T06:53:22.166Z Compiling target-spec v3.2.2
6752024-12-11T06:53:22.189Z Compiling form_urlencoded v1.2.1
6762024-12-11T06:53:22.288Z Compiling tower-service v0.3.3
6772024-12-11T06:53:22.384Z Compiling idna v1.0.3
6782024-12-11T06:53:22.433Z Compiling webpki-roots v0.26.6
6792024-12-11T06:53:22.471Z Compiling adler2 v2.0.0
6802024-12-11T06:53:22.597Z Compiling miniz_oxide v0.8.0
6812024-12-11T06:53:22.638Z Compiling parking_lot_core v0.9.10
6822024-12-11T06:53:22.966Z Compiling block-buffer v0.10.4
6832024-12-11T06:53:23.114Z Compiling crypto-common v0.1.6
6842024-12-11T06:53:23.137Z Compiling url v2.5.4
6852024-12-11T06:53:23.252Z Compiling serde_urlencoded v0.7.1
6862024-12-11T06:53:23.631Z Compiling rustls-pemfile v2.2.0
6872024-12-11T06:53:23.726Z Compiling sync_wrapper v1.0.1
6882024-12-11T06:53:23.812Z Compiling crc32fast v1.4.2
6892024-12-11T06:53:23.841Z Compiling self_update v0.41.0
6902024-12-11T06:53:23.904Z Compiling mime v0.3.17
6912024-12-11T06:53:24.079Z Compiling ipnet v2.10.1
6922024-12-11T06:53:24.113Z Compiling base64 v0.22.1
6932024-12-11T06:53:24.147Z Compiling guppy v0.17.10
6942024-12-11T06:53:24.372Z Compiling flate2 v1.0.34
6952024-12-11T06:53:24.617Z Compiling http-body-util v0.1.2
6962024-12-11T06:53:24.656Z Compiling futures-executor v0.3.31
6972024-12-11T06:53:24.970Z Compiling futures v0.3.31
6982024-12-11T06:53:25.048Z Compiling digest v0.10.7
6992024-12-11T06:53:25.072Z Compiling parking_lot v0.12.3
7002024-12-11T06:53:25.095Z Compiling self-replace v1.5.0
7012024-12-11T06:53:25.095Z Compiling quick-xml v0.23.1
7022024-12-11T06:53:25.119Z Compiling cpufeatures v0.2.14
7032024-12-11T06:53:25.200Z Compiling urlencoding v2.1.3
7042024-12-11T06:53:25.298Z Compiling sha2 v0.10.8
7052024-12-11T06:53:25.322Z Compiling future-queue v0.3.0
7062024-12-11T06:53:25.472Z Compiling crossterm v0.28.1
7072024-12-11T06:53:25.615Z Compiling target-spec-miette v0.4.0
7082024-12-11T06:53:25.800Z Compiling mukti-metadata v0.3.0
7092024-12-11T06:53:25.938Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
7102024-12-11T06:53:25.990Z Compiling hex v0.4.3
7112024-12-11T06:53:27.019Z Compiling rustls-webpki v0.102.8
7122024-12-11T06:53:28.603Z Compiling hyper v1.5.0
7132024-12-11T06:53:28.603Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7142024-12-11T06:53:28.626Z Compiling tokio-stream v0.1.17
7152024-12-11T06:53:28.626Z Compiling async-scoped v0.9.0
7162024-12-11T06:53:28.667Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7172024-12-11T06:53:29.651Z Compiling hyper-util v0.1.9
7182024-12-11T06:53:29.926Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7192024-12-11T06:53:31.894Z Compiling tokio-rustls v0.26.0
7202024-12-11T06:53:32.160Z Compiling hyper-rustls v0.27.3
7212024-12-11T06:53:32.416Z Compiling reqwest v0.12.8
7222024-12-11T06:53:34.834Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
7232024-12-11T06:54:06.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.30s
7242024-12-11T06:54:06.680Z
7252024-12-11T06:54:06.680Zreal 47.439837489
7262024-12-11T06:54:06.680Zuser 2:29.955515089
7272024-12-11T06:54:06.680Zsys 17.160964677
7282024-12-11T06:54:06.680Ztrap 0.073276540
7292024-12-11T06:54:06.704Ztflt 0.114689410
7302024-12-11T06:54:06.704Zdflt 0.203605927
7312024-12-11T06:54:06.704Zkflt 0.000253295
7322024-12-11T06:54:06.704Zlock 3:36.959348901
7332024-12-11T06:54:06.704Zslp 6:51.381525135
7342024-12-11T06:54:06.704Zlat 4.900091154
7352024-12-11T06:54:06.704Zstop 4.349953617
7362024-12-11T06:54:06.704Z+ banner all targets
7372024-12-11T06:54:06.704Z
7382024-12-11T06:54:06.704Z ## # #
7392024-12-11T06:54:06.704Z # # # #
7402024-12-11T06:54:06.704Z # # # #
7412024-12-11T06:54:06.704Z ###### # #
7422024-12-11T06:54:06.704Z # # # #
7432024-12-11T06:54:06.704Z # # ###### ######
7442024-12-11T06:54:06.704Z
7452024-12-11T06:54:06.704Z
7462024-12-11T06:54:06.704Z ##### ## ##### #### ###### ##### ####
7472024-12-11T06:54:06.704Z # # # # # # # # # #
7482024-12-11T06:54:06.704Z # # # # # # ##### # ####
7492024-12-11T06:54:06.704Z # ###### ##### # ### # # #
7502024-12-11T06:54:06.704Z # # # # # # # # # # #
7512024-12-11T06:54:06.704Z # # # # # #### ###### # ####
7522024-12-11T06:54:06.704Z
7532024-12-11T06:54:06.704Z+ ptime -m cargo build --all-targets
7542024-12-11T06:54:06.962Z Downloading crates ...
7552024-12-11T06:54:07.166Z Downloaded fs-err v3.0.0
7562024-12-11T06:54:07.190Z Downloaded maplit v1.0.2
7572024-12-11T06:54:07.190Z Downloaded linked-hash-map v0.5.6
7582024-12-11T06:54:07.190Z Downloaded unarray v0.1.4
7592024-12-11T06:54:07.190Z Downloaded whoami v1.5.2
7602024-12-11T06:54:07.190Z Downloaded test-case-macros v3.3.1
7612024-12-11T06:54:07.190Z Downloaded structmeta-derive v0.3.0
7622024-12-11T06:54:07.190Z Downloaded rusty-fork v0.3.0
7632024-12-11T06:54:07.190Z Downloaded rand_xorshift v0.3.0
7642024-12-11T06:54:07.190Z Downloaded yansi v1.0.1
7652024-12-11T06:54:07.214Z Downloaded test-strategy v0.4.0
7662024-12-11T06:54:07.214Z Downloaded test-case v3.3.1
7672024-12-11T06:54:07.214Z Downloaded wait-timeout v0.2.0
7682024-12-11T06:54:07.214Z Downloaded proptest v1.5.0
7692024-12-11T06:54:07.214Z Downloaded pretty_assertions v1.4.1
7702024-12-11T06:54:07.214Z Downloaded diff v0.1.13
7712024-12-11T06:54:07.237Z Downloaded bit-vec v0.6.3
7722024-12-11T06:54:07.237Z Downloaded test-case-core v3.3.1
7732024-12-11T06:54:07.237Z Downloaded structmeta v0.3.0
7742024-12-11T06:54:07.237Z Downloaded similar v2.6.0
7752024-12-11T06:54:07.237Z Downloaded libtest-mimic v0.8.1
7762024-12-11T06:54:07.237Z Downloaded insta v1.41.1
7772024-12-11T06:54:07.261Z Downloaded indoc v2.0.5
7782024-12-11T06:54:07.261Z Downloaded cp_r v0.5.2
7792024-12-11T06:54:07.261Z Downloaded quick-error v1.2.3
7802024-12-11T06:54:07.261Z Downloaded escape8259 v0.5.3
7812024-12-11T06:54:07.261Z Downloaded bit-set v0.5.3
7822024-12-11T06:54:07.309Z Compiling fs-err v3.0.0
7832024-12-11T06:54:07.309Z Compiling maplit v1.0.2
7842024-12-11T06:54:07.309Z Compiling test-case-core v3.3.1
7852024-12-11T06:54:07.333Z Compiling linked-hash-map v0.5.6
7862024-12-11T06:54:07.333Z Compiling similar v2.6.0
7872024-12-11T06:54:07.333Z Compiling structmeta-derive v0.3.0
7882024-12-11T06:54:07.333Z Compiling wait-timeout v0.2.0
7892024-12-11T06:54:07.333Z Compiling quick-error v1.2.3
7902024-12-11T06:54:07.415Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7912024-12-11T06:54:07.484Z Compiling bit-vec v0.6.3
7922024-12-11T06:54:07.606Z Compiling whoami v1.5.2
7932024-12-11T06:54:07.831Z Compiling bit-set v0.5.3
7942024-12-11T06:54:07.860Z Compiling rusty-fork v0.3.0
7952024-12-11T06:54:08.043Z Compiling rand_xorshift v0.3.0
7962024-12-11T06:54:08.074Z Compiling unarray v0.1.4
7972024-12-11T06:54:08.161Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7982024-12-11T06:54:08.219Z Compiling proptest v1.5.0
7992024-12-11T06:54:08.281Z Compiling escape8259 v0.5.3
8002024-12-11T06:54:08.339Z Compiling insta v1.41.1
8012024-12-11T06:54:08.564Z Compiling libtest-mimic v0.8.1
8022024-12-11T06:54:08.611Z Compiling cp_r v0.5.2
8032024-12-11T06:54:08.869Z Compiling test-case-macros v3.3.1
8042024-12-11T06:54:08.893Z Compiling diff v0.1.13
8052024-12-11T06:54:09.323Z Compiling structmeta v0.3.0
8062024-12-11T06:54:09.383Z Compiling yansi v1.0.1
8072024-12-11T06:54:09.520Z Compiling indoc v2.0.5
8082024-12-11T06:54:09.610Z Compiling test-strategy v0.4.0
8092024-12-11T06:54:09.743Z Compiling test-case v3.3.1
8102024-12-11T06:54:09.830Z Compiling pretty_assertions v1.4.1
8112024-12-11T06:54:09.913Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8122024-12-11T06:54:11.823Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
8132024-12-11T06:54:12.148Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
8142024-12-11T06:54:12.559Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8152024-12-11T06:54:15.810Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8162024-12-11T06:54:52.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s
8172024-12-11T06:54:52.833Z
8182024-12-11T06:54:52.857Zreal 46.127430412
8192024-12-11T06:54:52.857Zuser 3:07.979308025
8202024-12-11T06:54:52.857Zsys 25.969462158
8212024-12-11T06:54:52.857Ztrap 0.116138486
8222024-12-11T06:54:52.857Ztflt 0.030882438
8232024-12-11T06:54:52.857Zdflt 0.179260936
8242024-12-11T06:54:52.858Zkflt 0.000023706
8252024-12-11T06:54:52.858Zlock 4:40.118066254
8262024-12-11T06:54:52.858Zslp 12:27.707621828
8272024-12-11T06:54:52.858Zlat 6.305460984
8282024-12-11T06:54:52.858Zstop 4.357881270
8292024-12-11T06:54:52.858Z+ banner all features
8302024-12-11T06:54:52.858Z
8312024-12-11T06:54:52.858Z ## # #
8322024-12-11T06:54:52.858Z # # # #
8332024-12-11T06:54:52.858Z # # # #
8342024-12-11T06:54:52.858Z ###### # #
8352024-12-11T06:54:52.858Z # # # #
8362024-12-11T06:54:52.858Z # # ###### ######
8372024-12-11T06:54:52.858Z
8382024-12-11T06:54:52.858Z
8392024-12-11T06:54:52.858Z ###### ###### ## ##### # # ##### ###### ####
8402024-12-11T06:54:52.859Z # # # # # # # # # # #
8412024-12-11T06:54:52.859Z ##### ##### # # # # # # # ##### ####
8422024-12-11T06:54:52.859Z # # ###### # # # ##### # #
8432024-12-11T06:54:52.859Z # # # # # # # # # # # #
8442024-12-11T06:54:52.859Z # ###### # # # #### # # ###### ####
8452024-12-11T06:54:52.859Z
8462024-12-11T06:54:52.859Z+ ptime -m cargo build --all-features
8472024-12-11T06:54:53.051Z Downloading crates ...
8482024-12-11T06:54:53.199Z Downloaded async-stream v0.3.6
8492024-12-11T06:54:53.225Z Downloaded anyhow v1.0.91
8502024-12-11T06:54:53.226Z Downloaded tower-layer v0.3.3
8512024-12-11T06:54:53.226Z Downloaded sync_wrapper v0.1.2
8522024-12-11T06:54:53.226Z Downloaded prost v0.13.3
8532024-12-11T06:54:53.226Z Downloaded crossbeam-utils v0.8.20
8542024-12-11T06:54:53.226Z Downloaded prost-types v0.13.3
8552024-12-11T06:54:53.226Z Downloaded axum v0.7.7
8562024-12-11T06:54:53.249Z Downloaded tower v0.5.1
8572024-12-11T06:54:53.249Z Downloaded regex-automata v0.1.10
8582024-12-11T06:54:53.273Z Downloaded tokio-util v0.7.12
8592024-12-11T06:54:53.273Z Downloaded h2 v0.4.6
8602024-12-11T06:54:53.273Z Downloaded console-subscriber v0.4.1
8612024-12-11T06:54:53.296Z Downloaded tower v0.4.13
8622024-12-11T06:54:53.296Z Downloaded tonic v0.12.3
8632024-12-11T06:54:53.296Z Downloaded indexmap v1.9.3
8642024-12-11T06:54:53.296Z Downloaded crossbeam-channel v0.5.13
8652024-12-11T06:54:53.320Z Downloaded regex-syntax v0.6.29
8662024-12-11T06:54:53.320Z Downloaded matchit v0.7.3
8672024-12-11T06:54:53.320Z Downloaded hashbrown v0.12.3
8682024-12-11T06:54:53.320Z Downloaded console-api v0.8.1
8692024-12-11T06:54:53.320Z Downloaded rustversion v1.0.18
8702024-12-11T06:54:53.344Z Downloaded hdrhistogram v7.5.4
8712024-12-11T06:54:53.344Z Downloaded prost-derive v0.13.3
8722024-12-11T06:54:53.344Z Downloaded matchers v0.1.0
8732024-12-11T06:54:53.344Z Downloaded hyper-timeout v0.5.1
8742024-12-11T06:54:53.344Z Downloaded httpdate v1.0.3
8752024-12-11T06:54:53.344Z Downloaded axum-core v0.4.5
8762024-12-11T06:54:53.344Z Downloaded atomic-waker v1.1.2
8772024-12-11T06:54:53.344Z Downloaded async-trait v0.1.83
8782024-12-11T06:54:53.344Z Downloaded async-stream-impl v0.3.6
8792024-12-11T06:54:53.405Z Compiling futures-sink v0.3.31
8802024-12-11T06:54:53.428Z Compiling byteorder v1.5.0
8812024-12-11T06:54:53.429Z Compiling num-traits v0.2.19
8822024-12-11T06:54:53.452Z Compiling regex-syntax v0.6.29
8832024-12-11T06:54:53.452Z Compiling atomic-waker v1.1.2
8842024-12-11T06:54:53.476Z Compiling httpdate v1.0.3
8852024-12-11T06:54:53.476Z Compiling anyhow v1.0.91
8862024-12-11T06:54:53.476Z Compiling tower-layer v0.3.3
8872024-12-11T06:54:53.538Z Compiling futures-channel v0.3.31
8882024-12-11T06:54:53.597Z Compiling tokio-util v0.7.12
8892024-12-11T06:54:53.687Z Compiling either v1.13.0
8902024-12-11T06:54:53.785Z Compiling zerocopy v0.7.35
8912024-12-11T06:54:53.845Z Compiling futures-util v0.3.31
8922024-12-11T06:54:53.869Z Compiling rustversion v1.0.18
8932024-12-11T06:54:54.010Z Compiling itertools v0.13.0
8942024-12-11T06:54:54.361Z Compiling h2 v0.4.6
8952024-12-11T06:54:54.703Z Compiling indexmap v1.9.3
8962024-12-11T06:54:54.759Z Compiling ppv-lite86 v0.2.20
8972024-12-11T06:54:55.161Z Compiling async-trait v0.1.83
8982024-12-11T06:54:55.184Z Compiling sync_wrapper v0.1.2
8992024-12-11T06:54:55.281Z Compiling hashbrown v0.12.3
9002024-12-11T06:54:55.355Z Compiling rand_chacha v0.3.1
9012024-12-11T06:54:55.719Z Compiling rand v0.8.5
9022024-12-11T06:54:56.173Z Compiling regex-automata v0.1.10
9032024-12-11T06:54:56.361Z Compiling prost-derive v0.13.3
9042024-12-11T06:54:56.892Z Compiling async-stream-impl v0.3.6
9052024-12-11T06:54:56.993Z Compiling matchit v0.7.3
9062024-12-11T06:54:57.031Z Compiling crossbeam-utils v0.8.20
9072024-12-11T06:54:57.448Z Compiling matchers v0.1.0
9082024-12-11T06:54:57.509Z Compiling ahash v0.8.11
9092024-12-11T06:54:57.623Z Compiling tracing-subscriber v0.3.19
9102024-12-11T06:54:57.857Z Compiling http-body-util v0.1.2
9112024-12-11T06:54:57.939Z Compiling tower v0.5.1
9122024-12-11T06:54:58.209Z Compiling hyper v1.5.0
9132024-12-11T06:54:58.232Z Compiling axum-core v0.4.5
9142024-12-11T06:54:58.276Z Compiling async-stream v0.3.6
9152024-12-11T06:54:58.492Z Compiling tower v0.4.13
9162024-12-11T06:54:58.521Z Compiling tokio-stream v0.1.17
9172024-12-11T06:54:58.544Z Compiling proptest v1.5.0
9182024-12-11T06:54:58.973Z Compiling prost v0.13.3
9192024-12-11T06:54:59.231Z Compiling guppy v0.17.10
9202024-12-11T06:54:59.579Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9212024-12-11T06:54:59.653Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9222024-12-11T06:54:59.976Z Compiling hyper-util v0.1.9
9232024-12-11T06:55:00.358Z Compiling prost-types v0.13.3
9242024-12-11T06:55:01.248Z Compiling axum v0.7.7
9252024-12-11T06:55:01.515Z Compiling hyper-timeout v0.5.1
9262024-12-11T06:55:01.751Z Compiling hyper-rustls v0.27.3
9272024-12-11T06:55:01.807Z Compiling futures-executor v0.3.31
9282024-12-11T06:55:02.224Z Compiling base64 v0.21.7
9292024-12-11T06:55:02.275Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9302024-12-11T06:55:02.793Z Compiling crossbeam-channel v0.5.13
9312024-12-11T06:55:02.841Z Compiling hdrhistogram v7.5.4
9322024-12-11T06:55:03.134Z Compiling chrono v0.4.39
9332024-12-11T06:55:03.412Z Compiling reqwest v0.12.8
9342024-12-11T06:55:03.644Z Compiling futures v0.3.31
9352024-12-11T06:55:03.702Z Compiling tracing-error v0.2.0
9362024-12-11T06:55:03.743Z Compiling async-scoped v0.9.0
9372024-12-11T06:55:03.968Z Compiling future-queue v0.3.0
9382024-12-11T06:55:03.995Z Compiling color-spantrace v0.2.1
9392024-12-11T06:55:04.261Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
9402024-12-11T06:55:04.427Z Compiling color-eyre v0.6.3
9412024-12-11T06:55:04.867Z Compiling quick-junit v0.5.1
9422024-12-11T06:55:05.538Z Compiling self_update v0.41.0
9432024-12-11T06:55:05.636Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9442024-12-11T06:55:05.849Z Compiling tonic v0.12.3
9452024-12-11T06:55:08.189Z Compiling console-api v0.8.1
9462024-12-11T06:55:09.254Z Compiling console-subscriber v0.4.1
9472024-12-11T06:55:11.085Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
9482024-12-11T06:55:23.581Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9492024-12-11T06:55:49.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.54s
9502024-12-11T06:55:49.530Z
9512024-12-11T06:55:49.553Zreal 56.668402143
9522024-12-11T06:55:49.554Zuser 3:25.442715367
9532024-12-11T06:55:49.554Zsys 26.565293889
9542024-12-11T06:55:49.554Ztrap 0.101083207
9552024-12-11T06:55:49.554Ztflt 0.039954556
9562024-12-11T06:55:49.554Zdflt 0.255684412
9572024-12-11T06:55:49.554Zkflt 0.000029005
9582024-12-11T06:55:49.554Zlock 5:53.493722019
9592024-12-11T06:55:49.554Zslp 12:16.981992052
9602024-12-11T06:55:49.554Zlat 5.901929379
9612024-12-11T06:55:49.554Zstop 7.012273915
9622024-12-11T06:55:49.554Z+ banner doctests
9632024-12-11T06:55:49.554Z
9642024-12-11T06:55:49.554Z ##### #### #### ##### ###### #### ##### ####
9652024-12-11T06:55:49.554Z # # # # # # # # # # #
9662024-12-11T06:55:49.554Z # # # # # # ##### #### # ####
9672024-12-11T06:55:49.554Z # # # # # # # # # #
9682024-12-11T06:55:49.554Z # # # # # # # # # # # # #
9692024-12-11T06:55:49.554Z ##### #### #### # ###### #### # ####
9702024-12-11T06:55:49.554Z
9712024-12-11T06:55:49.554Z+ ptime -m cargo test --doc
9722024-12-11T06:55:50.012Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
9732024-12-11T06:55:50.040Z Doc-tests cargo_nextest
9742024-12-11T06:55:50.586Z
9752024-12-11T06:55:50.586Zrunning 0 tests
9762024-12-11T06:55:50.586Z
9772024-12-11T06:55:50.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9782024-12-11T06:55:50.586Z
9792024-12-11T06:55:50.610Z Doc-tests fixture_data
9802024-12-11T06:55:50.688Z
9812024-12-11T06:55:50.688Zrunning 0 tests
9822024-12-11T06:55:50.688Z
9832024-12-11T06:55:50.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9842024-12-11T06:55:50.688Z
9852024-12-11T06:55:50.711Z Doc-tests integration_tests
9862024-12-11T06:55:50.794Z
9872024-12-11T06:55:50.794Zrunning 0 tests
9882024-12-11T06:55:50.794Z
9892024-12-11T06:55:50.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9902024-12-11T06:55:50.794Z
9912024-12-11T06:55:50.817Z Doc-tests nextest_filtering
9922024-12-11T06:55:51.000Z
9932024-12-11T06:55:51.000Zrunning 0 tests
9942024-12-11T06:55:51.000Z
9952024-12-11T06:55:51.000Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9962024-12-11T06:55:51.000Z
9972024-12-11T06:55:51.023Z Doc-tests nextest_metadata
9982024-12-11T06:55:51.216Z
9992024-12-11T06:55:51.216Zrunning 2 tests
10002024-12-11T06:55:51.943Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
10012024-12-11T06:55:55.064Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
10022024-12-11T06:55:55.065Z
10032024-12-11T06:55:55.088Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.85s
10042024-12-11T06:55:55.088Z
10052024-12-11T06:55:55.088Z Doc-tests nextest_runner
10062024-12-11T06:55:56.019Z
10072024-12-11T06:55:56.019Zrunning 0 tests
10082024-12-11T06:55:56.019Z
10092024-12-11T06:55:56.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10102024-12-11T06:55:56.019Z
10112024-12-11T06:55:56.054Z Doc-tests nextest_workspace_hack
10122024-12-11T06:55:56.109Z
10132024-12-11T06:55:56.109Zrunning 0 tests
10142024-12-11T06:55:56.109Z
10152024-12-11T06:55:56.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10162024-12-11T06:55:56.109Z
10172024-12-11T06:55:56.157Z
10182024-12-11T06:55:56.157Zreal 6.581156332
10192024-12-11T06:55:56.157Zuser 6.336286042
10202024-12-11T06:55:56.157Zsys 2.101073338
10212024-12-11T06:55:56.157Ztrap 0.001424836
10222024-12-11T06:55:56.157Ztflt 0.008945514
10232024-12-11T06:55:56.157Zdflt 0.004745056
10242024-12-11T06:55:56.157Zkflt 0.000000000
10252024-12-11T06:55:56.157Zlock 10.852029350
10262024-12-11T06:55:56.157Zslp 35.268359213
10272024-12-11T06:55:56.157Zlat 0.077316177
10282024-12-11T06:55:56.157Zstop 0.133112652
10292024-12-11T06:55:56.157Z+ banner local-nt
10302024-12-11T06:55:56.157Z
10312024-12-11T06:55:56.157Z # #### #### ## # # # #####
10322024-12-11T06:55:56.157Z # # # # # # # # ## # #
10332024-12-11T06:55:56.157Z # # # # # # # ##### # # # #
10342024-12-11T06:55:56.157Z # # # # ###### # # # # #
10352024-12-11T06:55:56.157Z # # # # # # # # # ## #
10362024-12-11T06:55:56.157Z ###### #### #### # # ###### # # #
10372024-12-11T06:55:56.157Z
10382024-12-11T06:55:56.157Z+ ptime -m cargo local-nt run --profile ci
10392024-12-11T06:55:56.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
10402024-12-11T06:55:56.507Z Running `target/debug/cargo-nextest nextest run --profile ci`
10412024-12-11T06:55:57.087Zinfo: experimental features enabled: setup-scripts
10422024-12-11T06:55:57.429Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
10432024-12-11T06:55:57.645Z────────────
10442024-12-11T06:55:57.645Z Nextest run ID 3a2d4554-f561-4e1b-8fa3-6ec1aa0ed3ce with nextest profile: ci
10452024-12-11T06:55:57.646Z Starting 286 tests across 15 binaries (2 tests skipped)
10462024-12-11T06:55:57.669Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10472024-12-11T06:55:58.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
10482024-12-11T06:55:58.040Z Running `target/debug/build-seed-archive`
10492024-12-11T06:55:58.065Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d96726007f403efc4fca8aeead0f741fd3adae9128af1f85e36880204f070988.tar.zst, building
10502024-12-11T06:56:00.534Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-d96726007f403efc4fca8aeead0f741fd3adae9128af1f85e36880204f070988.tar.zst
10512024-12-11T06:56:00.558Z SETUP PASS [ 2.891s] build-seed-archive: cargo run --bin build-seed-archive
10522024-12-11T06:56:00.587Z PASS [ 0.046s] integration-tests::custom-harness thread_count::test_multi_threaded
10532024-12-11T06:56:00.610Z PASS [ 0.053s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10542024-12-11T06:56:00.705Z PASS [ 0.166s] cargo-nextest dispatch::tests::test_argument_parsing
10552024-12-11T06:56:02.099Z PASS [ 1.559s] integration-tests::integration test_list_binaries_only
10562024-12-11T06:56:02.274Z PASS [ 1.733s] integration-tests::integration test_list_host_after_build
10572024-12-11T06:56:02.612Z PASS [ 2.072s] integration-tests::integration test_list_full_after_build
10582024-12-11T06:56:02.688Z PASS [ 2.098s] integration-tests::integration test_list_target_after_build
10592024-12-11T06:56:02.843Z PASS [ 2.302s] integration-tests::integration test_list_default
10602024-12-11T06:56:02.879Z PASS [ 2.340s] integration-tests::integration test_list_full
10612024-12-11T06:56:04.202Z PASS [ 1.513s] integration-tests::integration test_run_from_archive_with_missing_includes
10622024-12-11T06:56:05.739Z PASS [ 3.463s] integration-tests::integration test_run_after_build
10632024-12-11T06:56:06.035Z PASS [ 3.155s] integration-tests::integration test_run_no_tests
10642024-12-11T06:56:06.089Z PASS [ 5.381s] integration-tests::integration test_relocated_run
10652024-12-11T06:56:06.678Z PASS [ 6.083s] integration-tests::integration test_list_with_default_filter
10662024-12-11T06:56:07.352Z PASS [ 1.613s] integration-tests::integration test_setup_script_error
10672024-12-11T06:56:07.620Z PASS [ 3.417s] integration-tests::integration test_run_with_default_filter
10682024-12-11T06:56:07.644Z PASS [ 1.604s] integration-tests::integration test_setup_scripts_not_enabled
10692024-12-11T06:56:07.700Z PASS [ 0.059s] integration-tests::integration test_version_info
10702024-12-11T06:56:08.037Z PASS [ 1.357s] integration-tests::integration test_show_config_version
10712024-12-11T06:56:08.060Z PASS [ 0.341s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10722024-12-11T06:56:08.084Z PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error
10732024-12-11T06:56:08.084Z PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof
10742024-12-11T06:56:08.108Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr
10752024-12-11T06:56:08.108Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator
10762024-12-11T06:56:08.108Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes
10772024-12-11T06:56:08.131Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob
10782024-12-11T06:56:08.131Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_or_operator
10792024-12-11T06:56:08.155Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform
10802024-12-11T06:56:08.155Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_regex
10812024-12-11T06:56:08.180Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument
10822024-12-11T06:56:08.180Z PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_close_parentheses
10832024-12-11T06:56:08.204Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_close_regex
10842024-12-11T06:56:08.204Z PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_open_parentheses
10852024-12-11T06:56:08.229Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_parentheses
10862024-12-11T06:56:08.229Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_comma
10872024-12-11T06:56:08.253Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_difference
10882024-12-11T06:56:08.276Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_intersection
10892024-12-11T06:56:08.276Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_not
10902024-12-11T06:56:08.302Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_precedence
10912024-12-11T06:56:08.302Z PASS [ 5.677s] integration-tests::integration test_run_from_archive_with_includes
10922024-12-11T06:56:08.326Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_set
10932024-12-11T06:56:08.326Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_union
10942024-12-11T06:56:08.326Z PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_glob_matcher
10952024-12-11T06:56:08.349Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10962024-12-11T06:56:08.350Z PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_name_matcher
10972024-12-11T06:56:08.373Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_set_def
10982024-12-11T06:56:08.374Z PASS [ 0.025s] nextest-filtering parsing::tests::test_unexpected_argument
10992024-12-11T06:56:08.397Z PASS [ 0.063s] nextest-filtering parsing::tests::test_parse_regex
11002024-12-11T06:56:08.397Z PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_comma
11012024-12-11T06:56:08.422Z PASS [ 0.028s] nextest-filtering::match test_binary_query
11022024-12-11T06:56:08.446Z PASS [ 0.050s] nextest-filtering::match test_expr_binary
11032024-12-11T06:56:08.446Z PASS [ 0.026s] nextest-filtering::match test_expr_binary_id_glob
11042024-12-11T06:56:08.473Z PASS [ 0.026s] nextest-filtering::match test_expr_kind
11052024-12-11T06:56:08.497Z PASS [ 0.037s] nextest-filtering::match test_expr_deps
11062024-12-11T06:56:08.521Z PASS [ 0.026s] nextest-filtering::match test_expr_kind_partial
11072024-12-11T06:56:08.521Z PASS [ 0.028s] nextest-filtering::match test_expr_package_contains
11082024-12-11T06:56:08.545Z PASS [ 0.025s] nextest-filtering::match test_expr_package_equal
11092024-12-11T06:56:08.545Z PASS [ 0.026s] nextest-filtering::match test_expr_package_regex
11102024-12-11T06:56:08.569Z PASS [ 0.026s] nextest-filtering::match test_expr_platform
11112024-12-11T06:56:08.569Z PASS [ 0.028s] nextest-filtering::match test_expr_rdeps
11122024-12-11T06:56:08.597Z PASS [ 0.027s] nextest-filtering::match test_expr_test
11132024-12-11T06:56:08.597Z PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not
11142024-12-11T06:56:08.622Z PASS [ 0.026s] nextest-filtering::match test_expr_test_difference::with_minus
11152024-12-11T06:56:08.646Z PASS [ 0.260s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11162024-12-11T06:56:08.646Z PASS [ 0.043s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11172024-12-11T06:56:08.646Z PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and
11182024-12-11T06:56:08.670Z PASS [ 0.039s] nextest-filtering::match test_expr_test_not
11192024-12-11T06:56:08.693Z PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_pipe
11202024-12-11T06:56:08.693Z PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_or
11212024-12-11T06:56:08.717Z PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_plus
11222024-12-11T06:56:08.741Z PASS [ 0.031s] nextest-filtering::match test_expr_with_no_matching_packages
11232024-12-11T06:56:08.741Z PASS [ 0.036s] nextest-metadata test_list::tests::test_binary_id_ord
11242024-12-11T06:56:08.741Z PASS [ 0.032s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11252024-12-11T06:56:08.771Z PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11262024-12-11T06:56:08.771Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11272024-12-11T06:56:08.771Z PASS [ 0.037s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11282024-12-11T06:56:08.800Z PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11292024-12-11T06:56:08.800Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11302024-12-11T06:56:08.824Z PASS [ 0.040s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11312024-12-11T06:56:08.824Z PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11322024-12-11T06:56:08.848Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11332024-12-11T06:56:08.848Z PASS [ 0.034s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11342024-12-11T06:56:08.872Z PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11352024-12-11T06:56:08.872Z PASS [ 0.041s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11362024-12-11T06:56:08.896Z PASS [ 0.041s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11372024-12-11T06:56:09.046Z PASS [ 6.201s] integration-tests::integration test_run_from_archive_with_no_includes
11382024-12-11T06:56:09.206Z PASS [ 0.347s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11392024-12-11T06:56:09.230Z PASS [ 0.362s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11402024-12-11T06:56:09.253Z PASS [ 0.353s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11412024-12-11T06:56:09.367Z PASS [ 0.320s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11422024-12-11T06:56:09.579Z PASS [ 0.378s] nextest-runner config::archive::tests::parse_invalid::missing_list
11432024-12-11T06:56:09.676Z PASS [ 0.459s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11442024-12-11T06:56:09.700Z PASS [ 0.023s] nextest-runner config::archive::tests::test_join_rel_path
11452024-12-11T06:56:09.724Z PASS [ 0.490s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11462024-12-11T06:56:09.748Z PASS [ 0.033s] nextest-runner config::config_impl::tests::default_config_is_valid
11472024-12-11T06:56:09.771Z PASS [ 0.026s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11482024-12-11T06:56:09.794Z PASS [ 0.024s] nextest-runner config::identifier::tests::test_invalid
11492024-12-11T06:56:09.818Z PASS [ 0.026s] nextest-runner config::identifier::tests::test_valid
11502024-12-11T06:56:09.842Z PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11512024-12-11T06:56:09.865Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate
11522024-12-11T06:56:09.891Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11532024-12-11T06:56:09.920Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11542024-12-11T06:56:09.945Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11552024-12-11T06:56:09.971Z PASS [ 0.591s] nextest-runner config::archive::tests::parse_invalid::parent_component
11562024-12-11T06:56:09.995Z PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11572024-12-11T06:56:10.019Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11582024-12-11T06:56:10.043Z PASS [ 0.079s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11592024-12-11T06:56:10.078Z PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11602024-12-11T06:56:10.078Z PASS [ 0.075s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11612024-12-11T06:56:10.161Z PASS [ 0.581s] nextest-runner config::archive::tests::parse_valid
11622024-12-11T06:56:10.222Z PASS [ 0.497s] nextest-runner config::config_impl::tests::ignored_keys
11632024-12-11T06:56:10.393Z PASS [ 0.314s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11642024-12-11T06:56:10.417Z PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11652024-12-11T06:56:10.463Z PASS [ 0.301s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11662024-12-11T06:56:10.514Z PASS [ 0.292s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11672024-12-11T06:56:10.718Z PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11682024-12-11T06:56:10.777Z PASS [ 0.365s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11692024-12-11T06:56:10.818Z PASS [ 0.354s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11702024-12-11T06:56:10.895Z PASS [ 3.542s] integration-tests::integration test_target_arg
11712024-12-11T06:56:10.919Z PASS [ 0.382s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11722024-12-11T06:56:11.056Z PASS [ 0.337s] nextest-runner config::overrides::tests::test_overrides_basic
11732024-12-11T06:56:11.096Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11742024-12-11T06:56:11.154Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11752024-12-11T06:56:11.207Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11762024-12-11T06:56:11.231Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11772024-12-11T06:56:11.391Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11782024-12-11T06:56:11.448Z PASS [ 0.351s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11792024-12-11T06:56:11.473Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11802024-12-11T06:56:11.565Z PASS [ 0.357s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11812024-12-11T06:56:11.589Z PASS [ 0.356s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11822024-12-11T06:56:11.760Z PASS [ 0.368s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11832024-12-11T06:56:11.784Z PASS [ 5.686s] integration-tests::integration test_show_config_test_groups
11842024-12-11T06:56:11.824Z PASS [ 0.349s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11852024-12-11T06:56:11.853Z PASS [ 0.402s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11862024-12-11T06:56:11.936Z PASS [ 0.370s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11872024-12-11T06:56:11.960Z PASS [ 0.364s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11882024-12-11T06:56:12.061Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11892024-12-11T06:56:12.085Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11902024-12-11T06:56:12.131Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11912024-12-11T06:56:12.155Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11922024-12-11T06:56:12.232Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11932024-12-11T06:56:12.255Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11942024-12-11T06:56:12.362Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11952024-12-11T06:56:12.386Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11962024-12-11T06:56:12.431Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11972024-12-11T06:56:12.455Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_valid
11982024-12-11T06:56:12.535Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11992024-12-11T06:56:12.558Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
12002024-12-11T06:56:12.668Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
12012024-12-11T06:56:12.701Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
12022024-12-11T06:56:12.744Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
12032024-12-11T06:56:12.768Z PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
12042024-12-11T06:56:12.853Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
12052024-12-11T06:56:12.877Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
12062024-12-11T06:56:12.975Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
12072024-12-11T06:56:12.999Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12082024-12-11T06:56:13.042Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12092024-12-11T06:56:13.070Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12102024-12-11T06:56:13.174Z PASS [ 0.316s] nextest-runner config::scripts::tests::test_scripts_basic
12112024-12-11T06:56:13.198Z PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12122024-12-11T06:56:13.280Z PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12132024-12-11T06:56:13.317Z PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12142024-12-11T06:56:13.356Z PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12152024-12-11T06:56:13.381Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12162024-12-11T06:56:13.447Z PASS [ 5.826s] integration-tests::integration test_target_dir
12172024-12-11T06:56:13.486Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12182024-12-11T06:56:13.511Z PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12192024-12-11T06:56:13.591Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12202024-12-11T06:56:13.629Z PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12212024-12-11T06:56:13.687Z PASS [ 0.330s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12222024-12-11T06:56:13.710Z PASS [ 0.316s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12232024-12-11T06:56:13.786Z PASS [ 0.339s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12242024-12-11T06:56:13.811Z PASS [ 0.308s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12252024-12-11T06:56:13.835Z PASS [ 0.321s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12262024-12-11T06:56:13.904Z PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12272024-12-11T06:56:13.963Z PASS [ 0.333s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12282024-12-11T06:56:14.005Z PASS [ 0.318s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12292024-12-11T06:56:14.029Z PASS [ 0.327s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12302024-12-11T06:56:14.103Z PASS [ 0.307s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12312024-12-11T06:56:14.127Z PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12322024-12-11T06:56:14.151Z PASS [ 0.321s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12332024-12-11T06:56:14.228Z PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12342024-12-11T06:56:14.278Z PASS [ 0.315s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12352024-12-11T06:56:14.328Z PASS [ 0.322s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12362024-12-11T06:56:14.352Z PASS [ 0.316s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12372024-12-11T06:56:14.419Z PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12382024-12-11T06:56:14.443Z PASS [ 0.327s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12392024-12-11T06:56:14.467Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12402024-12-11T06:56:14.491Z PASS [ 0.024s] nextest-runner config::tool_config::tests::parse_tool_config_file
12412024-12-11T06:56:14.539Z PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12422024-12-11T06:56:14.597Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12432024-12-11T06:56:14.621Z PASS [ 0.064s] nextest-runner errors::tests::display_error_chain
12442024-12-11T06:56:14.644Z PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list
12452024-12-11T06:56:14.644Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12462024-12-11T06:56:14.668Z PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12472024-12-11T06:56:14.668Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12482024-12-11T06:56:14.668Z PASS [ 0.068s] nextest-runner errors::tests::display_error_list
12492024-12-11T06:56:14.693Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12502024-12-11T06:56:14.693Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12512024-12-11T06:56:14.693Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12522024-12-11T06:56:14.693Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12532024-12-11T06:56:14.716Z PASS [ 0.030s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12542024-12-11T06:56:14.716Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12552024-12-11T06:56:14.740Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12562024-12-11T06:56:14.741Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12572024-12-11T06:56:14.741Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12582024-12-11T06:56:14.741Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12592024-12-11T06:56:14.765Z PASS [ 0.027s] nextest-runner partition::tests::partitioner_builder_from_str
12602024-12-11T06:56:14.765Z PASS [ 0.028s] nextest-runner list::test_list::tests::test_parse_test_list
12612024-12-11T06:56:14.765Z PASS [ 0.023s] nextest-runner platform::tests::test_from_rustc_output_invalid
12622024-12-11T06:56:14.789Z PASS [ 0.028s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12632024-12-11T06:56:14.789Z PASS [ 0.355s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12642024-12-11T06:56:14.789Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12652024-12-11T06:56:14.789Z PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12662024-12-11T06:56:14.789Z PASS [ 0.023s] nextest-runner redact::tests::test_redact_path
12672024-12-11T06:56:14.813Z PASS [ 0.351s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12682024-12-11T06:56:14.813Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::no_capture_settings
12692024-12-11T06:56:14.837Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12702024-12-11T06:56:14.837Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12712024-12-11T06:56:14.837Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12722024-12-11T06:56:14.837Z PASS [ 0.336s] nextest-runner config::tool_config::tests::tool_config_basic
12732024-12-11T06:56:14.837Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12742024-12-11T06:56:14.837Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12752024-12-11T06:56:14.861Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12762024-12-11T06:56:14.861Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12772024-12-11T06:56:14.885Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12782024-12-11T06:56:14.885Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12792024-12-11T06:56:14.909Z PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12802024-12-11T06:56:14.909Z PASS [ 0.051s] nextest-runner reporter::displayer::tests::test_final_warnings
12812024-12-11T06:56:14.909Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12822024-12-11T06:56:14.909Z PASS [ 0.070s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12832024-12-11T06:56:14.933Z PASS [ 0.031s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12842024-12-11T06:56:14.933Z PASS [ 0.031s] nextest-runner reporter::events::tests::test_is_success
12852024-12-11T06:56:14.933Z PASS [ 0.031s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12862024-12-11T06:56:14.933Z PASS [ 0.040s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12872024-12-11T06:56:14.957Z PASS [ 0.102s] nextest-runner reporter::displayer::tests::test_info_response
12882024-12-11T06:56:14.957Z PASS [ 0.043s] nextest-runner reporter::helpers::tests::test_highlight_end
12892024-12-11T06:56:14.957Z PASS [ 0.080s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12902024-12-11T06:56:14.981Z PASS [ 0.023s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12912024-12-11T06:56:14.981Z PASS [ 0.024s] nextest-runner reuse_build::tests::test_path_mapper_relative
12922024-12-11T06:56:14.981Z PASS [ 0.024s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
12932024-12-11T06:56:15.005Z PASS [ 0.073s] nextest-runner reporter::structured::libtest::test::strips_human_output
12942024-12-11T06:56:15.005Z PASS [ 0.031s] nextest-runner runner::imp::tests::no_capture_settings
12952024-12-11T06:56:15.005Z PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12962024-12-11T06:56:15.005Z PASS [ 0.075s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12972024-12-11T06:56:15.029Z PASS [ 0.029s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12982024-12-11T06:56:15.029Z PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config
12992024-12-11T06:56:15.053Z PASS [ 0.029s] nextest-runner test_command::tests::parse_build_script
13002024-12-11T06:56:15.053Z PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples
13012024-12-11T06:56:15.053Z PASS [ 0.111s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
13022024-12-11T06:56:15.053Z PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples
13032024-12-11T06:56:15.095Z PASS [ 0.109s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
13042024-12-11T06:56:15.120Z PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples
13052024-12-11T06:56:15.144Z PASS [ 0.143s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
13062024-12-11T06:56:15.167Z PASS [ 0.116s] nextest-runner test_filter::tests::proptest_empty
13072024-12-11T06:56:15.246Z PASS [ 0.269s] nextest-runner rustc_cli::tests::test_execute_with_failure
13082024-12-11T06:56:15.270Z PASS [ 0.210s] nextest-runner test_filter::tests::proptest_no_match
13092024-12-11T06:56:15.647Z PASS [ 0.612s] nextest-runner test_filter::tests::proptest_exact
13102024-12-11T06:56:15.711Z PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause
13112024-12-11T06:56:15.754Z PASS [ 0.702s] nextest-runner test_filter::tests::proptest_substring
13122024-12-11T06:56:16.642Z PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13132024-12-11T06:56:16.762Z PASS [ 14.662s] integration-tests::integration test_run
13142024-12-11T06:56:17.052Z PASS [ 1.798s] nextest-runner::integration basic::test_list_binaries
13152024-12-11T06:56:17.356Z PASS [ 1.708s] nextest-runner::integration basic::test_list_tests
13162024-12-11T06:56:17.380Z PASS [ 2.116s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13172024-12-11T06:56:17.380Z PASS [ 2.210s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13182024-12-11T06:56:17.413Z PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching
13192024-12-11T06:56:17.437Z PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13202024-12-11T06:56:17.461Z PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact
13212024-12-11T06:56:17.509Z PASS [ 0.745s] nextest-runner::integration basic::test_run_ignored
13222024-12-11T06:56:17.532Z PASS [ 0.469s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13232024-12-11T06:56:17.870Z PASS [ 0.507s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13242024-12-11T06:56:17.899Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env
13252024-12-11T06:56:17.929Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli
13262024-12-11T06:56:17.959Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13272024-12-11T06:56:17.988Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13282024-12-11T06:56:18.016Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env
13292024-12-11T06:56:18.040Z PASS [ 0.572s] nextest-runner::integration target_runner::parses_cargo_env
13302024-12-11T06:56:18.064Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13312024-12-11T06:56:18.064Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_target_cli_option
13322024-12-11T06:56:18.211Z PASS [ 0.702s] nextest-runner::integration target_runner::test_listing_with_target_runner
13332024-12-11T06:56:18.655Z PASS [ 2.013s] nextest-runner::integration basic::test_run
13342024-12-11T06:56:19.128Z PASS [ 1.606s] nextest-runner::integration target_runner::test_run_with_target_runner
13352024-12-11T06:56:19.921Z PASS [ 2.565s] nextest-runner::integration basic::test_termination
13362024-12-11T06:56:20.685Z PASS [ 4.931s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13372024-12-11T06:56:20.781Z PASS [ 5.069s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13382024-12-11T06:56:20.805Z────────────
13392024-12-11T06:56:20.805Z Summary [ 23.136s] 286 tests run: 286 passed, 2 skipped
13402024-12-11T06:56:20.828Z
13412024-12-11T06:56:20.828Zreal 24.661830181
13422024-12-11T06:56:20.829Zuser 1:06.615854981
13432024-12-11T06:56:20.829Zsys 1:10.280137412
13442024-12-11T06:56:20.829Ztrap 0.105419161
13452024-12-11T06:56:20.829Ztflt 0.119566472
13462024-12-11T06:56:20.829Zdflt 0.216047993
13472024-12-11T06:56:20.829Zkflt 0.003463213
13482024-12-11T06:56:20.829Zlock 11:54.274226448
13492024-12-11T06:56:20.829Zslp 6:00.192654211
13502024-12-11T06:56:20.829Zlat 1:26.098648602
13512024-12-11T06:56:20.829Zstop 2:21.803204088
13522024-12-11T06:56:20.829Z+ banner release
13532024-12-11T06:56:20.829Z
13542024-12-11T06:56:20.829Z ##### ###### # ###### ## #### ######
13552024-12-11T06:56:20.829Z # # # # # # # # #
13562024-12-11T06:56:20.829Z # # ##### # ##### # # #### #####
13572024-12-11T06:56:20.829Z ##### # # # ###### # #
13582024-12-11T06:56:20.829Z # # # # # # # # # #
13592024-12-11T06:56:20.829Z # # ###### ###### ###### # # #### ######
13602024-12-11T06:56:20.829Z
13612024-12-11T06:56:20.829Z+ ptime -m cargo nextest run --profile ci
13622024-12-11T06:56:21.392Zinfo: experimental features enabled: setup-scripts
13632024-12-11T06:56:21.415Zwarning: ignoring unknown configuration keys in config file /work/nextest-rs/nextest/.config/nextest.toml: profile.default.overrides.1.run-extra-args
13642024-12-11T06:56:21.740Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
13652024-12-11T06:56:21.947Z------------
13662024-12-11T06:56:21.947Z Nextest run ID 4ca0ba9d-8525-479f-8d52-13a39431dc84 with nextest profile: ci
13672024-12-11T06:56:21.947Z Starting 286 tests across 15 binaries (2 tests skipped)
13682024-12-11T06:56:21.971Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13692024-12-11T06:56:22.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
13702024-12-11T06:56:22.333Z Running `target/debug/build-seed-archive`
13712024-12-11T06:56:22.741Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-a7e5d9eab87566823df2aff8eb325b2337fad380048e409fec71c5b577176add.tar.zst, building
13722024-12-11T06:56:25.157Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-a7e5d9eab87566823df2aff8eb325b2337fad380048e409fec71c5b577176add.tar.zst
13732024-12-11T06:56:25.181Z SETUP PASS [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13742024-12-11T06:56:25.213Z PASS [ 0.027s] integration-tests::custom-harness thread_count::test_multi_threaded
13752024-12-11T06:56:25.213Z PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13762024-12-11T06:56:25.311Z PASS [ 0.144s] cargo-nextest dispatch::tests::test_argument_parsing
13772024-12-11T06:56:26.770Z PASS [ 1.588s] integration-tests::integration test_list_binaries_only
13782024-12-11T06:56:26.916Z PASS [ 1.717s] integration-tests::integration test_list_host_after_build
13792024-12-11T06:56:27.304Z PASS [ 2.118s] integration-tests::integration test_list_default
13802024-12-11T06:56:27.333Z PASS [ 2.143s] integration-tests::integration test_list_full
13812024-12-11T06:56:27.357Z PASS [ 2.134s] integration-tests::integration test_list_target_after_build
13822024-12-11T06:56:27.412Z PASS [ 2.217s] integration-tests::integration test_list_full_after_build
13832024-12-11T06:56:29.019Z PASS [ 1.685s] integration-tests::integration test_run_from_archive_with_missing_includes
13842024-12-11T06:56:30.149Z PASS [ 2.736s] integration-tests::integration test_run_no_tests
13852024-12-11T06:56:30.814Z PASS [ 5.502s] integration-tests::integration test_relocated_run
13862024-12-11T06:56:31.041Z PASS [ 4.124s] integration-tests::integration test_run_after_build
13872024-12-11T06:56:31.532Z PASS [ 6.321s] integration-tests::integration test_list_with_default_filter
13882024-12-11T06:56:31.941Z PASS [ 2.921s] integration-tests::integration test_run_with_default_filter
13892024-12-11T06:56:31.991Z PASS [ 1.843s] integration-tests::integration test_setup_script_error
13902024-12-11T06:56:32.187Z PASS [ 1.372s] integration-tests::integration test_setup_scripts_not_enabled
13912024-12-11T06:56:32.251Z PASS [ 0.064s] integration-tests::integration test_version_info
13922024-12-11T06:56:32.619Z PASS [ 0.368s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13932024-12-11T06:56:32.643Z PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error
13942024-12-11T06:56:32.667Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_eof
13952024-12-11T06:56:32.690Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr
13962024-12-11T06:56:32.715Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator
13972024-12-11T06:56:32.739Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_escapes
13982024-12-11T06:56:32.762Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_glob
13992024-12-11T06:56:32.762Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator
14002024-12-11T06:56:32.786Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform
14012024-12-11T06:56:32.810Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_regex
14022024-12-11T06:56:32.834Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_argument
14032024-12-11T06:56:32.858Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_parentheses
14042024-12-11T06:56:32.858Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_regex
14052024-12-11T06:56:32.881Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_open_parentheses
14062024-12-11T06:56:32.905Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_parentheses
14072024-12-11T06:56:32.928Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma
14082024-12-11T06:56:32.952Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_difference
14092024-12-11T06:56:32.976Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_intersection
14102024-12-11T06:56:32.999Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_not
14112024-12-11T06:56:33.023Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_precedence
14122024-12-11T06:56:33.023Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set
14132024-12-11T06:56:33.047Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union
14142024-12-11T06:56:33.070Z PASS [ 1.524s] integration-tests::integration test_show_config_version
14152024-12-11T06:56:33.070Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_glob_matcher
14162024-12-11T06:56:33.098Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14172024-12-11T06:56:33.098Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher
14182024-12-11T06:56:33.122Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_set_def
14192024-12-11T06:56:33.123Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_regex
14202024-12-11T06:56:33.146Z PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument
14212024-12-11T06:56:33.146Z PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_comma
14222024-12-11T06:56:33.170Z PASS [ 0.023s] nextest-filtering::match test_binary_query
14232024-12-11T06:56:33.201Z PASS [ 0.025s] nextest-filtering::match test_expr_binary
14242024-12-11T06:56:33.228Z PASS [ 0.024s] nextest-filtering::match test_expr_binary_id_glob
14252024-12-11T06:56:33.252Z PASS [ 5.895s] integration-tests::integration test_run_from_archive_with_no_includes
14262024-12-11T06:56:33.285Z PASS [ 0.036s] nextest-filtering::match test_expr_deps
14272024-12-11T06:56:33.285Z PASS [ 0.024s] nextest-filtering::match test_expr_kind
14282024-12-11T06:56:33.285Z PASS [ 0.021s] nextest-filtering::match test_expr_kind_partial
14292024-12-11T06:56:33.285Z PASS [ 0.022s] nextest-filtering::match test_expr_package_contains
14302024-12-11T06:56:33.309Z PASS [ 0.021s] nextest-filtering::match test_expr_package_equal
14312024-12-11T06:56:33.309Z PASS [ 0.023s] nextest-filtering::match test_expr_package_regex
14322024-12-11T06:56:33.334Z PASS [ 0.188s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
14332024-12-11T06:56:33.334Z PASS [ 0.026s] nextest-filtering::match test_expr_platform
14342024-12-11T06:56:33.428Z PASS [ 0.021s] nextest-filtering::match test_expr_test
14352024-12-11T06:56:33.428Z PASS [ 0.031s] nextest-filtering::match test_expr_rdeps
14362024-12-11T06:56:33.428Z PASS [ 0.033s] nextest-filtering::match test_expr_test_difference::with_and_not
14372024-12-11T06:56:33.428Z PASS [ 0.028s] nextest-filtering::match test_expr_test_difference::with_minus
14382024-12-11T06:56:33.428Z PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14392024-12-11T06:56:33.428Z PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_and
14402024-12-11T06:56:33.429Z PASS [ 0.029s] nextest-filtering::match test_expr_test_not
14412024-12-11T06:56:33.429Z PASS [ 0.046s] nextest-filtering::match test_expr_test_union::with_or
14422024-12-11T06:56:33.429Z PASS [ 0.030s] nextest-filtering::match test_expr_test_union::with_pipe
14432024-12-11T06:56:33.429Z PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_plus
14442024-12-11T06:56:33.452Z PASS [ 0.023s] nextest-filtering::match test_expr_with_no_matching_packages
14452024-12-11T06:56:33.452Z PASS [ 0.021s] nextest-metadata test_list::tests::test_binary_id_ord
14462024-12-11T06:56:33.452Z PASS [ 0.022s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14472024-12-11T06:56:33.477Z PASS [ 0.032s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14482024-12-11T06:56:33.501Z PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14492024-12-11T06:56:33.501Z PASS [ 0.042s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14502024-12-11T06:56:33.526Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14512024-12-11T06:56:33.572Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14522024-12-11T06:56:33.597Z PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14532024-12-11T06:56:33.597Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14542024-12-11T06:56:33.597Z PASS [ 0.063s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14552024-12-11T06:56:33.621Z PASS [ 0.019s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14562024-12-11T06:56:33.645Z PASS [ 0.082s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14572024-12-11T06:56:33.646Z PASS [ 0.055s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14582024-12-11T06:56:33.669Z PASS [ 0.063s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14592024-12-11T06:56:33.669Z PASS [ 6.359s] integration-tests::integration test_run_from_archive_with_includes
14602024-12-11T06:56:33.925Z PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14612024-12-11T06:56:33.953Z PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14622024-12-11T06:56:33.979Z PASS [ 0.319s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14632024-12-11T06:56:34.003Z PASS [ 0.322s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14642024-12-11T06:56:34.231Z PASS [ 0.307s] nextest-runner config::archive::tests::parse_invalid::missing_list
14652024-12-11T06:56:34.332Z PASS [ 0.354s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14662024-12-11T06:56:34.356Z PASS [ 0.363s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14672024-12-11T06:56:34.445Z PASS [ 0.052s] nextest-runner config::archive::tests::test_join_rel_path
14682024-12-11T06:56:34.445Z PASS [ 0.072s] nextest-runner config::config_impl::tests::default_config_is_valid
14692024-12-11T06:56:34.445Z PASS [ 0.426s] nextest-runner config::archive::tests::parse_invalid::parent_component
14702024-12-11T06:56:34.480Z PASS [ 0.047s] nextest-runner config::identifier::tests::test_invalid
14712024-12-11T06:56:34.504Z PASS [ 0.079s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14722024-12-11T06:56:34.574Z PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14732024-12-11T06:56:34.597Z PASS [ 0.032s] nextest-runner config::identifier::tests::test_valid
14742024-12-11T06:56:34.597Z PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_accumulate
14752024-12-11T06:56:34.597Z PASS [ 0.052s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14762024-12-11T06:56:34.597Z PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14772024-12-11T06:56:34.621Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14782024-12-11T06:56:34.621Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14792024-12-11T06:56:34.649Z PASS [ 0.394s] nextest-runner config::archive::tests::parse_valid
14802024-12-11T06:56:34.649Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14812024-12-11T06:56:34.718Z PASS [ 0.045s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14822024-12-11T06:56:34.742Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14832024-12-11T06:56:34.742Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14842024-12-11T06:56:34.909Z PASS [ 0.550s] nextest-runner config::config_impl::tests::ignored_keys
14852024-12-11T06:56:35.062Z PASS [ 0.370s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14862024-12-11T06:56:35.062Z PASS [ 0.361s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14872024-12-11T06:56:35.086Z PASS [ 0.379s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14882024-12-11T06:56:35.222Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14892024-12-11T06:56:35.375Z PASS [ 0.347s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14902024-12-11T06:56:35.400Z PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14912024-12-11T06:56:35.424Z PASS [ 0.351s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14922024-12-11T06:56:35.560Z PASS [ 0.348s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14932024-12-11T06:56:35.722Z PASS [ 3.783s] integration-tests::integration test_target_arg
14942024-12-11T06:56:35.746Z PASS [ 0.356s] nextest-runner config::overrides::tests::test_overrides_basic
14952024-12-11T06:56:35.746Z PASS [ 0.342s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14962024-12-11T06:56:35.746Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14972024-12-11T06:56:35.889Z PASS [ 0.329s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14982024-12-11T06:56:36.035Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14992024-12-11T06:56:36.061Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
15002024-12-11T06:56:36.091Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
15012024-12-11T06:56:36.091Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
15022024-12-11T06:56:36.234Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
15032024-12-11T06:56:36.366Z PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15042024-12-11T06:56:36.391Z PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
15052024-12-11T06:56:36.391Z PASS [ 0.335s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15062024-12-11T06:56:36.418Z PASS [ 0.370s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
15072024-12-11T06:56:36.475Z PASS [ 5.434s] integration-tests::integration test_show_config_test_groups
15082024-12-11T06:56:36.549Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15092024-12-11T06:56:36.664Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15102024-12-11T06:56:36.688Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15112024-12-11T06:56:36.688Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15122024-12-11T06:56:36.716Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15132024-12-11T06:56:36.767Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15142024-12-11T06:56:36.838Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15152024-12-11T06:56:36.959Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15162024-12-11T06:56:36.983Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15172024-12-11T06:56:36.983Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15182024-12-11T06:56:37.007Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15192024-12-11T06:56:37.064Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_valid
15202024-12-11T06:56:37.141Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15212024-12-11T06:56:37.270Z PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15222024-12-11T06:56:37.294Z PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15232024-12-11T06:56:37.294Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15242024-12-11T06:56:37.318Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15252024-12-11T06:56:37.380Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15262024-12-11T06:56:37.438Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15272024-12-11T06:56:37.590Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15282024-12-11T06:56:37.614Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15292024-12-11T06:56:37.614Z PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15302024-12-11T06:56:37.614Z PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
15312024-12-11T06:56:37.710Z PASS [ 0.334s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
15322024-12-11T06:56:37.759Z PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
15332024-12-11T06:56:37.916Z PASS [ 5.924s] integration-tests::integration test_target_dir
15342024-12-11T06:56:37.940Z PASS [ 0.331s] nextest-runner config::scripts::tests::test_scripts_basic
15352024-12-11T06:56:37.940Z PASS [ 0.330s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15362024-12-11T06:56:37.940Z PASS [ 0.332s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15372024-12-11T06:56:37.964Z PASS [ 0.333s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15382024-12-11T06:56:38.032Z PASS [ 0.329s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15392024-12-11T06:56:38.059Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15402024-12-11T06:56:38.225Z PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15412024-12-11T06:56:38.249Z PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15422024-12-11T06:56:38.249Z PASS [ 0.315s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15432024-12-11T06:56:38.273Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15442024-12-11T06:56:38.273Z PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15452024-12-11T06:56:38.347Z PASS [ 0.315s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15462024-12-11T06:56:38.374Z PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15472024-12-11T06:56:38.532Z PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15482024-12-11T06:56:38.555Z PASS [ 0.316s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15492024-12-11T06:56:38.580Z PASS [ 0.327s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15502024-12-11T06:56:38.580Z PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15512024-12-11T06:56:38.604Z PASS [ 0.318s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15522024-12-11T06:56:38.691Z PASS [ 0.315s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15532024-12-11T06:56:38.718Z PASS [ 0.356s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15542024-12-11T06:56:38.839Z PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15552024-12-11T06:56:38.864Z PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15562024-12-11T06:56:38.888Z PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15572024-12-11T06:56:38.888Z PASS [ 0.321s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15582024-12-11T06:56:38.888Z PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15592024-12-11T06:56:39.019Z PASS [ 0.323s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15602024-12-11T06:56:39.043Z PASS [ 0.323s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15612024-12-11T06:56:39.165Z PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15622024-12-11T06:56:39.190Z PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file
15632024-12-11T06:56:39.214Z PASS [ 0.327s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15642024-12-11T06:56:39.214Z PASS [ 0.328s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15652024-12-11T06:56:39.214Z PASS [ 0.346s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15662024-12-11T06:56:39.238Z PASS [ 0.335s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15672024-12-11T06:56:39.238Z PASS [ 0.021s] nextest-runner list::binary_list::tests::test_parse_binary_list
15682024-12-11T06:56:39.262Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15692024-12-11T06:56:39.262Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15702024-12-11T06:56:39.287Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15712024-12-11T06:56:39.287Z PASS [ 0.064s] nextest-runner errors::tests::display_error_list
15722024-12-11T06:56:39.287Z PASS [ 0.071s] nextest-runner errors::tests::display_error_chain
15732024-12-11T06:56:39.310Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15742024-12-11T06:56:39.310Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15752024-12-11T06:56:39.334Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15762024-12-11T06:56:39.334Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15772024-12-11T06:56:39.334Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15782024-12-11T06:56:39.334Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15792024-12-11T06:56:39.335Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15802024-12-11T06:56:39.335Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15812024-12-11T06:56:39.358Z PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list
15822024-12-11T06:56:39.358Z PASS [ 0.022s] nextest-runner partition::tests::partitioner_builder_from_str
15832024-12-11T06:56:39.358Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
15842024-12-11T06:56:39.358Z PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15852024-12-11T06:56:39.382Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15862024-12-11T06:56:39.382Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15872024-12-11T06:56:39.382Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15882024-12-11T06:56:39.382Z PASS [ 0.019s] nextest-runner redact::tests::test_redact_path
15892024-12-11T06:56:39.406Z PASS [ 0.364s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15902024-12-11T06:56:39.406Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings
15912024-12-11T06:56:39.406Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15922024-12-11T06:56:39.406Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15932024-12-11T06:56:39.430Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15942024-12-11T06:56:39.431Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15952024-12-11T06:56:39.431Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15962024-12-11T06:56:39.431Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15972024-12-11T06:56:39.431Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15982024-12-11T06:56:39.455Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_final_warnings
15992024-12-11T06:56:39.455Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
16002024-12-11T06:56:39.455Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
16012024-12-11T06:56:39.479Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
16022024-12-11T06:56:39.479Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
16032024-12-11T06:56:39.479Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
16042024-12-11T06:56:39.479Z PASS [ 0.020s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
16052024-12-11T06:56:39.503Z PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
16062024-12-11T06:56:39.503Z PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
16072024-12-11T06:56:39.503Z PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success
16082024-12-11T06:56:39.503Z PASS [ 0.019s] nextest-runner reporter::helpers::tests::test_highlight_end
16092024-12-11T06:56:39.503Z PASS [ 0.074s] nextest-runner reporter::displayer::tests::test_info_response
16102024-12-11T06:56:39.503Z PASS [ 0.061s] nextest-runner reporter::displayer::tests::test_write_skip_counts
16112024-12-11T06:56:39.527Z PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16122024-12-11T06:56:39.527Z PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative
16132024-12-11T06:56:39.527Z PASS [ 0.345s] nextest-runner config::tool_config::tests::tool_config_basic
16142024-12-11T06:56:39.550Z PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16152024-12-11T06:56:39.550Z PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output
16162024-12-11T06:56:39.574Z PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16172024-12-11T06:56:39.574Z PASS [ 0.027s] nextest-runner runner::imp::tests::no_capture_settings
16182024-12-11T06:56:39.574Z PASS [ 0.079s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16192024-12-11T06:56:39.574Z PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16202024-12-11T06:56:39.574Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16212024-12-11T06:56:39.598Z PASS [ 0.023s] nextest-runner target_runner::tests::test_find_config
16222024-12-11T06:56:39.598Z PASS [ 0.022s] nextest-runner test_command::tests::parse_build_script
16232024-12-11T06:56:39.598Z PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples
16242024-12-11T06:56:39.598Z PASS [ 0.021s] nextest-runner test_filter::tests::pattern_examples
16252024-12-11T06:56:39.681Z PASS [ 0.116s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16262024-12-11T06:56:39.705Z PASS [ 0.142s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
16272024-12-11T06:56:39.729Z PASS [ 0.036s] nextest-runner test_filter::tests::skip_only_pattern_examples
16282024-12-11T06:56:39.729Z PASS [ 0.119s] nextest-runner test_filter::tests::proptest_empty
16292024-12-11T06:56:39.772Z PASS [ 0.185s] nextest-runner test_filter::tests::proptest_no_match
16302024-12-11T06:56:39.817Z PASS [ 0.286s] nextest-runner rustc_cli::tests::test_execute_with_failure
16312024-12-11T06:56:39.911Z PASS [ 0.099s] nextest-runner::integration basic::test_list_binaries
16322024-12-11T06:56:39.989Z PASS [ 0.271s] nextest-runner::integration basic::test_filter_expr_with_string_filters
16332024-12-11T06:56:40.027Z PASS [ 0.257s] nextest-runner::integration basic::test_filter_expr_without_string_filters
16342024-12-11T06:56:40.083Z PASS [ 0.502s] nextest-runner test_filter::tests::proptest_exact
16352024-12-11T06:56:40.168Z PASS [ 0.252s] nextest-runner::integration basic::test_list_tests
16362024-12-11T06:56:40.191Z PASS [ 0.585s] nextest-runner test_filter::tests::proptest_substring
16372024-12-11T06:56:40.290Z PASS [ 0.591s] nextest-runner time::stopwatch::tests::stopwatch_pause
16382024-12-11T06:56:40.684Z PASS [ 0.519s] nextest-runner::integration basic::test_run_ignored
16392024-12-11T06:56:40.708Z PASS [ 0.024s] nextest-runner::integration target_runner::disregards_non_matching
16402024-12-11T06:56:40.732Z PASS [ 0.548s] nextest-runner::integration basic::test_string_filters_without_filter_expr
16412024-12-11T06:56:40.756Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg
16422024-12-11T06:56:40.780Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact
16432024-12-11T06:56:40.983Z PASS [ 0.276s] nextest-runner::integration target_runner::falls_back_to_cargo_config
16442024-12-11T06:56:41.007Z PASS [ 14.223s] integration-tests::integration test_run
16452024-12-11T06:56:41.165Z PASS [ 0.393s] nextest-runner::integration target_runner::parses_cargo_env
16462024-12-11T06:56:41.188Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env
16472024-12-11T06:56:41.212Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli
16482024-12-11T06:56:41.236Z PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16492024-12-11T06:56:41.236Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16502024-12-11T06:56:41.261Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16512024-12-11T06:56:41.261Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env
16522024-12-11T06:56:41.261Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16532024-12-11T06:56:41.285Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_target_cli_option
16542024-12-11T06:56:41.508Z PASS [ 0.531s] nextest-runner::integration target_runner::test_listing_with_target_runner
16552024-12-11T06:56:41.805Z PASS [ 1.726s] nextest-runner::integration basic::test_run
16562024-12-11T06:56:42.476Z PASS [ 1.489s] nextest-runner::integration target_runner::test_run_with_target_runner
16572024-12-11T06:56:42.782Z PASS [ 2.500s] nextest-runner::integration basic::test_termination
16582024-12-11T06:56:43.703Z PASS [ 3.681s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16592024-12-11T06:56:43.728Z PASS [ 3.732s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16602024-12-11T06:56:43.728Z------------
16612024-12-11T06:56:43.728Z Summary [ 21.769s] 286 tests run: 286 passed, 2 skipped
16622024-12-11T06:56:43.751Z
16632024-12-11T06:56:43.751Zreal 22.916339967
16642024-12-11T06:56:43.751Zuser 1:01.011144643
16652024-12-11T06:56:43.752Zsys 1:06.823644568
16662024-12-11T06:56:43.752Ztrap 0.086818417
16672024-12-11T06:56:43.752Ztflt 0.055445951
16682024-12-11T06:56:43.752Zdflt 0.384810727
16692024-12-11T06:56:43.752Zkflt 0.019416890
16702024-12-11T06:56:43.752Zlock 11:17.941476449
16712024-12-11T06:56:43.752Zslp 4:59.536205318
16722024-12-11T06:56:43.752Zlat 1:24.102448926
16732024-12-11T06:56:43.752Zstop 2:13.182119046
16742024-12-11T06:56:43.752Zprocess exited: duration 279525 ms, exit code 0
 
16752024-12-11T06:56:43.800Zfound 0 output files