01JKRS5R6191EBNVV76RHP4SDQ: build-and-test-illumos

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

Buildomat Job: 01JKRS634ZS1QYFBH28AK638YX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T20:36:29.088Zjob assigned to worker 01JKRS6BJREC5GER7NZ12BPD5N [factory aws, i-02e09e53abf72f710] (queued for 55 s)
 
22025-02-10T20:36:37.184Zstarting task 0: "setup"
32025-02-10T20:36:37.191Z++ uname -s
42025-02-10T20:36:37.194Z+ kern=SunOS
52025-02-10T20:36:37.194Z+ build_user=build
62025-02-10T20:36:37.194Z+ build_uid=12345
72025-02-10T20:36:37.194Z+ work_dir=/work
82025-02-10T20:36:37.194Z+ input_dir=/input
92025-02-10T20:36:37.194Z+ [[ 0 == 12345 ]]
102025-02-10T20:36:37.194Z+ case "$kern" in
112025-02-10T20:36:37.194Z+ groupadd -g 12345 build
122025-02-10T20:36:37.197Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-10T20:36:39.204Z+ zfs create -o mountpoint=/work rpool/work
142025-02-10T20:36:39.343Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-10T20:36:39.357Z+ home_fs=zfs
162025-02-10T20:36:39.357Z+ [[ zfs == autofs ]]
172025-02-10T20:36:39.357Z+ mkdir -p /home/build
182025-02-10T20:36:39.357Z+ chown build:build /home/build /work
192025-02-10T20:36:41.343Z+ chmod 0700 /home/build /work
202025-02-10T20:36:41.348Zprocess exited: duration 4160 ms, exit code 0
 
212025-02-10T20:36:41.355Zstarting task 1: "rust-toolchain"
222025-02-10T20:36:41.360Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-02-10T20:36:41.360Z * rust toolchain channel = "stable"
242025-02-10T20:36:41.360Z * rust toolchain profile = "default"
252025-02-10T20:36:41.361Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-10T20:36:41.361Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-10T20:36:41.361Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-10T20:36:41.364Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-10T20:36:41.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-02-10T20:36:41.482Zinfo: downloading installer
312025-02-10T20:36:42.925Zwarning: it looks like you have an existing installation of Rust at:
322025-02-10T20:36:42.925Zwarning: /opt/ooce/bin
332025-02-10T20:36:42.925Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-10T20:36:42.925Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-10T20:36:42.925Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-10T20:36:42.925Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-10T20:36:42.925Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-10T20:36:42.925Zerror: cannot install while Rust is installed
392025-02-10T20:36:42.925Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-10T20:36:42.931Zinfo: profile set to 'default'
412025-02-10T20:36:42.931Zinfo: default host triple is x86_64-unknown-illumos
422025-02-10T20:36:42.931Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-02-10T20:36:43.037Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-10T20:36:43.037Zinfo: downloading component 'cargo'
452025-02-10T20:36:43.906Zinfo: downloading component 'clippy'
462025-02-10T20:36:44.235Zinfo: downloading component 'rust-docs'
472025-02-10T20:36:45.428Zinfo: downloading component 'rust-std'
482025-02-10T20:36:47.347Zinfo: downloading component 'rustc'
492025-02-10T20:36:54.121Zinfo: downloading component 'rustfmt'
502025-02-10T20:36:54.374Zinfo: installing component 'cargo'
512025-02-10T20:36:55.225Zinfo: installing component 'clippy'
522025-02-10T20:36:55.608Zinfo: installing component 'rust-docs'
532025-02-10T20:36:57.314Zinfo: installing component 'rust-std'
542025-02-10T20:36:59.182Zinfo: installing component 'rustc'
552025-02-10T20:37:07.018Zinfo: installing component 'rustfmt'
562025-02-10T20:37:07.062Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-02-10T20:37:07.062Z
582025-02-10T20:37:07.062Z stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-10T20:37:07.062Z
602025-02-10T20:37:07.062Z
612025-02-10T20:37:07.062ZRust is installed now. Great!
622025-02-10T20:37:07.062Z
632025-02-10T20:37:07.062ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-10T20:37:07.062Zenvironment variable. This has not been done automatically.
652025-02-10T20:37:07.062Z
662025-02-10T20:37:07.062ZTo configure your current shell, you need to source
672025-02-10T20:37:07.062Zthe corresponding env file under $HOME/.cargo.
682025-02-10T20:37:07.063Z
692025-02-10T20:37:07.063ZThis is usually done by running one of the following (note the leading DOT):
702025-02-10T20:37:07.063Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-10T20:37:07.063Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-10T20:37:07.063Z+ rustup --version
732025-02-10T20:37:07.063Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-10T20:37:07.063Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-10T20:37:07.063Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-10T20:37:07.063Z+ cargo --version
772025-02-10T20:37:07.063Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-10T20:37:07.063Z+ rustc --version
792025-02-10T20:37:07.063Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T20:37:07.063Zprocess exited: duration 24874 ms, exit code 0
 
812025-02-10T20:37:07.090Zstarting task 2: "authentication"
822025-02-10T20:37:07.106Zprocess exited: duration 24 ms, exit code 0
 
832025-02-10T20:37:07.112Zstarting task 3: "clone repository"
842025-02-10T20:37:07.116Z+ mkdir -p /work/nextest-rs/nextest
852025-02-10T20:37:07.118Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
862025-02-10T20:37:07.156ZCloning into '/work/nextest-rs/nextest'...
872025-02-10T20:37:08.770Z+ cd /work/nextest-rs/nextest
882025-02-10T20:37:08.772Z+ git fetch origin cad3c81024c8bfb933e26b6e85c493de6253a8ba
892025-02-10T20:37:09.042ZFrom https://github.com/nextest-rs/nextest
902025-02-10T20:37:09.042Z * branch cad3c81024c8bfb933e26b6e85c493de6253a8ba -> FETCH_HEAD
912025-02-10T20:37:09.052Z+ [[ -n no-equals ]]
922025-02-10T20:37:09.055Z++ git branch --show-current
932025-02-10T20:37:09.058Z+ current=main
942025-02-10T20:37:09.058Z+ [[ main != no-equals ]]
952025-02-10T20:37:09.058Z+ git branch -f no-equals cad3c81024c8bfb933e26b6e85c493de6253a8ba
962025-02-10T20:37:09.060Z+ git checkout -f no-equals
972025-02-10T20:37:09.127ZSwitched to branch 'no-equals'
982025-02-10T20:37:09.129Z+ git reset --hard cad3c81024c8bfb933e26b6e85c493de6253a8ba
992025-02-10T20:37:09.194ZHEAD is now at cad3c810 [cargo-nextest] don't require equals for `--max-fail` and `--no-tests`
1002025-02-10T20:37:09.198Zprocess exited: duration 2083 ms, exit code 0
 
1012025-02-10T20:37:09.207Zstarting task 4: "build"
1022025-02-10T20:37:09.215Z+ PLATFORM=illumos
1032025-02-10T20:37:09.215Z+ export CARGO_TERM_COLOR=always
1042025-02-10T20:37:09.218Z+ CARGO_TERM_COLOR=always
1052025-02-10T20:37:09.218Z+ cargo --version
1062025-02-10T20:37:09.263Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-10T20:37:09.265Z+ rustc --version
1082025-02-10T20:37:09.326Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-10T20:37:09.329Z+ banner install
1102025-02-10T20:37:09.332Z
1112025-02-10T20:37:09.332Z # # # #### ##### ## # #
1122025-02-10T20:37:09.332Z # ## # # # # # # #
1132025-02-10T20:37:09.332Z # # # # #### # # # # #
1142025-02-10T20:37:09.332Z # # # # # # ###### # #
1152025-02-10T20:37:09.332Z # # ## # # # # # # #
1162025-02-10T20:37:09.332Z # # # #### # # # ###### ######
1172025-02-10T20:37:09.332Z
1182025-02-10T20:37:09.336Z+ mkdir -p /home/build/.cargo/bin
1192025-02-10T20:37:09.336Z+ curl -LsSf https://get.nexte.st/latest/illumos
1202025-02-10T20:37:09.339Z+ gunzip
1212025-02-10T20:37:09.339Z+ tar xf - -C /home/build/.cargo/bin
1222025-02-10T20:37:10.638Z+ banner metadata
1232025-02-10T20:37:10.640Z
1242025-02-10T20:37:10.640Z # # ###### ##### ## ##### ## ##### ##
1252025-02-10T20:37:10.640Z ## ## # # # # # # # # # # #
1262025-02-10T20:37:10.641Z # ## # ##### # # # # # # # # # #
1272025-02-10T20:37:10.641Z # # # # ###### # # ###### # ######
1282025-02-10T20:37:10.641Z # # # # # # # # # # # # #
1292025-02-10T20:37:10.641Z # # ###### # # # ##### # # # # #
1302025-02-10T20:37:10.641Z
1312025-02-10T20:37:10.641Z+ ptime -m cargo build --package nextest-metadata
1322025-02-10T20:37:10.785Z Updating crates.io index
1332025-02-10T20:37:11.783Z Downloading crates ...
1342025-02-10T20:37:11.848Z Downloaded adler v1.0.2
1352025-02-10T20:37:11.851Z Downloaded bit-set v0.8.0
1362025-02-10T20:37:11.864Z Downloaded aho-corasick v1.1.3
1372025-02-10T20:37:11.870Z Downloaded addr2line v0.21.0
1382025-02-10T20:37:11.873Z Downloaded xxhash-rust v0.8.15
1392025-02-10T20:37:11.905Z Downloaded log v0.4.25
1402025-02-10T20:37:11.913Z Downloaded memchr v2.7.4
1412025-02-10T20:37:11.917Z Downloaded mio v1.0.3
1422025-02-10T20:37:11.923Z Downloaded miette v7.5.0
1432025-02-10T20:37:11.928Z Downloaded once_cell v1.20.3
1442025-02-10T20:37:11.955Z Downloaded lazy_static v1.5.0
1452025-02-10T20:37:11.957Z Downloaded num-traits v0.2.19
1462025-02-10T20:37:11.962Z Downloaded backtrace-ext v0.2.1
1472025-02-10T20:37:11.969Z Downloaded autocfg v1.4.0
1482025-02-10T20:37:11.971Z Downloaded ppv-lite86 v0.2.20
1492025-02-10T20:37:11.974Z Downloaded anstyle v1.0.9
1502025-02-10T20:37:11.974Z Downloaded anstyle-parse v0.2.6
1512025-02-10T20:37:11.977Z Downloaded miette-derive v7.5.0
1522025-02-10T20:37:11.979Z Downloaded anstyle-query v1.1.2
1532025-02-10T20:37:11.983Z Downloaded include_dir v0.7.4
1542025-02-10T20:37:11.986Z Downloaded equivalent v1.0.1
1552025-02-10T20:37:11.991Z Downloaded pin-project-lite v0.2.16
1562025-02-10T20:37:11.995Z Downloaded anstream v0.6.17
1572025-02-10T20:37:11.998Z Downloaded shlex v1.3.0
1582025-02-10T20:37:12.001Z Downloaded is_ci v1.2.0
1592025-02-10T20:37:12.001Z Downloaded include_dir_macros v0.7.4
1602025-02-10T20:37:12.001Z Downloaded guppy-workspace-hack v0.1.0
1612025-02-10T20:37:12.004Z Downloaded cfg_aliases v0.2.1
1622025-02-10T20:37:12.004Z Downloaded thread_local v1.1.8
1632025-02-10T20:37:12.006Z Downloaded supports-unicode v3.0.0
1642025-02-10T20:37:12.006Z Downloaded supports-hyperlinks v3.0.0
1652025-02-10T20:37:12.006Z Downloaded either v1.13.0
1662025-02-10T20:37:12.009Z Downloaded cfg-if v1.0.0
1672025-02-10T20:37:12.018Z Downloaded owo-colors v4.1.0
1682025-02-10T20:37:12.021Z Downloaded colorchoice v1.0.3
1692025-02-10T20:37:12.024Z Downloaded clap_lex v0.7.4
1702025-02-10T20:37:12.024Z Downloaded thiserror v1.0.69
1712025-02-10T20:37:12.027Z Downloaded proc-macro2 v1.0.93
1722025-02-10T20:37:12.030Z Downloaded itoa v1.0.14
1732025-02-10T20:37:12.032Z Downloaded heck v0.5.0
1742025-02-10T20:37:12.032Z Downloaded bit-vec v0.8.0
1752025-02-10T20:37:12.035Z Downloaded thiserror-impl v1.0.69
1762025-02-10T20:37:12.038Z Downloaded quote v1.0.38
1772025-02-10T20:37:12.038Z Downloaded errno v0.3.9
1782025-02-10T20:37:12.040Z Downloaded is_terminal_polyfill v1.70.1
1792025-02-10T20:37:12.040Z Downloaded byteorder v1.5.0
1802025-02-10T20:37:12.043Z Downloaded unicode-linebreak v0.1.5
1812025-02-10T20:37:12.048Z Downloaded strsim v0.11.1
1822025-02-10T20:37:12.051Z Downloaded target-spec-miette v0.4.4
1832025-02-10T20:37:12.053Z Downloaded signal-hook-registry v1.4.2
1842025-02-10T20:37:12.053Z Downloaded rand_core v0.6.4
1852025-02-10T20:37:12.056Z Downloaded utf8parse v0.2.2
1862025-02-10T20:37:12.056Z Downloaded tokio-macros v2.5.0
1872025-02-10T20:37:12.059Z Downloaded supports-color v3.0.2
1882025-02-10T20:37:12.059Z Downloaded tracing-log v0.2.0
1892025-02-10T20:37:12.061Z Downloaded smol_str v0.3.2
1902025-02-10T20:37:12.061Z Downloaded rand_chacha v0.3.1
1912025-02-10T20:37:12.064Z Downloaded console v0.15.8
1922025-02-10T20:37:12.067Z Downloaded clap_derive v4.5.28
1932025-02-10T20:37:12.069Z Downloaded camino v1.1.9
1942025-02-10T20:37:12.072Z Downloaded miniz_oxide v0.7.4
1952025-02-10T20:37:12.076Z Downloaded unicase v2.8.0
1962025-02-10T20:37:12.078Z Downloaded jobserver v0.1.32
1972025-02-10T20:37:12.083Z Downloaded smallvec v1.13.2
1982025-02-10T20:37:12.085Z Downloaded target-lexicon v0.12.16
1992025-02-10T20:37:12.090Z Downloaded rustc-demangle v0.1.24
2002025-02-10T20:37:12.093Z Downloaded terminal_size v0.4.0
2012025-02-10T20:37:12.098Z Downloaded zerocopy-derive v0.7.35
2022025-02-10T20:37:12.102Z Downloaded target-spec v3.4.0
2032025-02-10T20:37:12.105Z Downloaded getrandom v0.2.15
2042025-02-10T20:37:12.107Z Downloaded cfg-expr v0.17.2
2052025-02-10T20:37:12.110Z Downloaded borsh v1.5.1
2062025-02-10T20:37:12.115Z Downloaded unicode-ident v1.0.16
2072025-02-10T20:37:12.124Z Downloaded bitflags v2.8.0
2082025-02-10T20:37:12.126Z Downloaded ryu v1.0.19
2092025-02-10T20:37:12.126Z Downloaded textwrap v0.16.1
2102025-02-10T20:37:12.129Z Downloaded clap v4.5.28
2112025-02-10T20:37:12.138Z Downloaded serde_derive v1.0.217
2122025-02-10T20:37:12.141Z Downloaded socket2 v0.5.8
2132025-02-10T20:37:12.144Z Downloaded backtrace v0.3.71
2142025-02-10T20:37:12.148Z Downloaded sharded-slab v0.1.7
2152025-02-10T20:37:12.151Z Downloaded bytes v1.10.0
2162025-02-10T20:37:12.155Z Downloaded rand v0.8.5
2172025-02-10T20:37:12.162Z Downloaded tracing v0.1.41
2182025-02-10T20:37:12.168Z Downloaded cc v1.2.5
2192025-02-10T20:37:12.172Z Downloaded serde v1.0.217
2202025-02-10T20:37:12.175Z Downloaded indexmap v2.7.1
2212025-02-10T20:37:12.179Z Downloaded tracing-core v0.1.33
2222025-02-10T20:37:12.198Z Downloaded hashbrown v0.15.2
2232025-02-10T20:37:12.221Z Downloaded libc v0.2.169
2242025-02-10T20:37:12.244Z Downloaded zerocopy v0.7.35
2252025-02-10T20:37:12.258Z Downloaded serde_json v1.0.138
2262025-02-10T20:37:12.265Z Downloaded clap_builder v4.5.27
2272025-02-10T20:37:12.280Z Downloaded tracing-subscriber v0.3.19
2282025-02-10T20:37:12.288Z Downloaded object v0.32.2
2292025-02-10T20:37:12.301Z Downloaded gimli v0.28.1
2302025-02-10T20:37:12.309Z Downloaded unicode-width v0.2.0
2312025-02-10T20:37:12.319Z Downloaded unicode-width v0.1.14
2322025-02-10T20:37:12.325Z Downloaded syn v2.0.98
2332025-02-10T20:37:12.336Z Downloaded regex-syntax v0.8.5
2342025-02-10T20:37:12.351Z Downloaded rustix v0.38.37
2352025-02-10T20:37:12.379Z Downloaded regex-automata v0.4.8
2362025-02-10T20:37:12.402Z Downloaded tokio v1.43.0
2372025-02-10T20:37:12.619Z Compiling proc-macro2 v1.0.93
2382025-02-10T20:37:12.619Z Compiling unicode-ident v1.0.16
2392025-02-10T20:37:12.619Z Compiling libc v0.2.169
2402025-02-10T20:37:12.622Z Compiling serde v1.0.217
2412025-02-10T20:37:12.622Z Compiling cfg-if v1.0.0
2422025-02-10T20:37:12.622Z Compiling memchr v2.7.4
2432025-02-10T20:37:12.622Z Compiling shlex v1.3.0
2442025-02-10T20:37:12.799Z Compiling rustix v0.38.37
2452025-02-10T20:37:12.823Z Compiling once_cell v1.20.3
2462025-02-10T20:37:13.022Z Compiling bitflags v2.8.0
2472025-02-10T20:37:13.242Z Compiling gimli v0.28.1
2482025-02-10T20:37:13.283Z Compiling target-lexicon v0.12.16
2492025-02-10T20:37:13.452Z Compiling adler v1.0.2
2502025-02-10T20:37:13.589Z Compiling miniz_oxide v0.7.4
2512025-02-10T20:37:13.681Z Compiling object v0.32.2
2522025-02-10T20:37:13.987Z Compiling jobserver v0.1.32
2532025-02-10T20:37:14.273Z Compiling tracing-core v0.1.33
2542025-02-10T20:37:14.389Z Compiling quote v1.0.38
2552025-02-10T20:37:14.430Z Compiling cc v1.2.5
2562025-02-10T20:37:14.696Z Compiling errno v0.3.9
2572025-02-10T20:37:14.710Z Compiling thiserror v1.0.69
2582025-02-10T20:37:14.892Z Compiling syn v2.0.98
2592025-02-10T20:37:14.987Z Compiling camino v1.1.9
2602025-02-10T20:37:15.265Z Compiling owo-colors v4.1.0
2612025-02-10T20:37:15.558Z Compiling utf8parse v0.2.2
2622025-02-10T20:37:15.596Z Compiling rustc-demangle v0.1.24
2632025-02-10T20:37:15.672Z Compiling serde_json v1.0.138
2642025-02-10T20:37:15.707Z Compiling guppy-workspace-hack v0.1.0
2652025-02-10T20:37:16.034Z Compiling terminal_size v0.4.0
2662025-02-10T20:37:16.036Z Compiling unicode-width v0.1.14
2672025-02-10T20:37:16.248Z Compiling byteorder v1.5.0
2682025-02-10T20:37:16.452Z Compiling anstyle-parse v0.2.6
2692025-02-10T20:37:16.600Z Compiling getrandom v0.2.15
2702025-02-10T20:37:16.861Z Compiling colorchoice v1.0.3
2712025-02-10T20:37:16.998Z Compiling itoa v1.0.14
2722025-02-10T20:37:17.012Z Compiling smallvec v1.13.2
2732025-02-10T20:37:17.027Z Compiling lazy_static v1.5.0
2742025-02-10T20:37:17.167Z Compiling ryu v1.0.19
2752025-02-10T20:37:17.229Z Compiling addr2line v0.21.0
2762025-02-10T20:37:17.371Z Compiling target-spec v3.4.0
2772025-02-10T20:37:17.408Z Compiling is_terminal_polyfill v1.70.1
2782025-02-10T20:37:17.544Z Compiling anstyle-query v1.1.2
2792025-02-10T20:37:17.584Z Compiling autocfg v1.4.0
2802025-02-10T20:37:17.707Z Compiling anstyle v1.0.9
2812025-02-10T20:37:17.887Z Compiling backtrace v0.3.71
2822025-02-10T20:37:17.901Z Compiling is_ci v1.2.0
2832025-02-10T20:37:17.917Z Compiling unicode-linebreak v0.1.5
2842025-02-10T20:37:18.007Z Compiling cfg-expr v0.17.2
2852025-02-10T20:37:18.131Z Compiling anstream v0.6.17
2862025-02-10T20:37:18.152Z Compiling supports-color v3.0.2
2872025-02-10T20:37:18.390Z Compiling num-traits v0.2.19
2882025-02-10T20:37:18.409Z Compiling textwrap v0.16.1
2892025-02-10T20:37:18.454Z Compiling rand_core v0.6.4
2902025-02-10T20:37:18.899Z Compiling include_dir_macros v0.7.4
2912025-02-10T20:37:18.911Z Compiling unicode-width v0.2.0
2922025-02-10T20:37:19.374Z Compiling supports-hyperlinks v3.0.0
2932025-02-10T20:37:19.387Z Compiling clap_lex v0.7.4
2942025-02-10T20:37:19.453Z Compiling strsim v0.11.1
2952025-02-10T20:37:19.472Z Compiling unicase v2.8.0
2962025-02-10T20:37:19.646Z Compiling log v0.4.25
2972025-02-10T20:37:19.751Z Compiling heck v0.5.0
2982025-02-10T20:37:19.889Z Compiling pin-project-lite v0.2.16
2992025-02-10T20:37:20.026Z Compiling supports-unicode v3.0.0
3002025-02-10T20:37:20.060Z Compiling tracing v0.1.41
3012025-02-10T20:37:20.180Z Compiling tracing-log v0.2.0
3022025-02-10T20:37:20.278Z Compiling clap_builder v4.5.27
3032025-02-10T20:37:20.330Z Compiling include_dir v0.7.4
3042025-02-10T20:37:20.507Z Compiling sharded-slab v0.1.7
3052025-02-10T20:37:20.611Z Compiling backtrace-ext v0.2.1
3062025-02-10T20:37:20.614Z Compiling signal-hook-registry v1.4.2
3072025-02-10T20:37:20.657Z Compiling mio v1.0.3
3082025-02-10T20:37:20.715Z Compiling aho-corasick v1.1.3
3092025-02-10T20:37:20.926Z Compiling thread_local v1.1.8
3102025-02-10T20:37:21.468Z Compiling regex-syntax v0.8.5
3112025-02-10T20:37:21.508Z Compiling bit-vec v0.8.0
3122025-02-10T20:37:21.786Z Compiling equivalent v1.0.1
3132025-02-10T20:37:21.902Z Compiling bytes v1.10.0
3142025-02-10T20:37:21.915Z Compiling hashbrown v0.15.2
3152025-02-10T20:37:22.009Z Compiling bit-set v0.8.0
3162025-02-10T20:37:22.282Z Compiling tracing-subscriber v0.3.19
3172025-02-10T20:37:23.414Z Compiling console v0.15.8
3182025-02-10T20:37:24.878Z Compiling xxhash-rust v0.8.15
3192025-02-10T20:37:25.044Z Compiling either v1.13.0
3202025-02-10T20:37:25.467Z Compiling regex-automata v0.4.8
3212025-02-10T20:37:26.250Z Compiling serde_derive v1.0.217
3222025-02-10T20:37:26.271Z Compiling zerocopy-derive v0.7.35
3232025-02-10T20:37:26.938Z Compiling thiserror-impl v1.0.69
3242025-02-10T20:37:27.173Z Compiling miette-derive v7.5.0
3252025-02-10T20:37:28.212Z Compiling zerocopy v0.7.35
3262025-02-10T20:37:28.468Z Compiling clap_derive v4.5.28
3272025-02-10T20:37:29.224Z Compiling tokio-macros v2.5.0
3282025-02-10T20:37:29.571Z Compiling ppv-lite86 v0.2.20
3292025-02-10T20:37:29.868Z Compiling miette v7.5.0
3302025-02-10T20:37:30.541Z Compiling rand_chacha v0.3.1
3312025-02-10T20:37:30.730Z Compiling tokio v1.43.0
3322025-02-10T20:37:31.505Z Compiling rand v0.8.5
3332025-02-10T20:37:32.832Z Compiling clap v4.5.28
3342025-02-10T20:37:36.833Z Compiling indexmap v2.7.1
3352025-02-10T20:37:36.835Z Compiling smol_str v0.3.2
3362025-02-10T20:37:37.536Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3372025-02-10T20:37:38.870Z Compiling target-spec-miette v0.4.4
3382025-02-10T20:37:39.198Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3392025-02-10T20:37:41.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.33s
3402025-02-10T20:37:41.236Z
3412025-02-10T20:37:41.236Zreal 30.562227364
3422025-02-10T20:37:41.236Zuser 2:53.613840231
3432025-02-10T20:37:41.236Zsys 20.186565102
3442025-02-10T20:37:41.236Ztrap 0.105221820
3452025-02-10T20:37:41.236Ztflt 0.245569608
3462025-02-10T20:37:41.236Zdflt 0.224506008
3472025-02-10T20:37:41.236Zkflt 0.001739262
3482025-02-10T20:37:41.239Zlock 4:16.904456528
3492025-02-10T20:37:41.239Zslp 9:54.938843113
3502025-02-10T20:37:41.239Zlat 9.544542618
3512025-02-10T20:37:41.239Zstop 18.591285340
3522025-02-10T20:37:41.239Z+ banner no-update
3532025-02-10T20:37:41.239Z
3542025-02-10T20:37:41.239Z # # #### # # ##### ##### ## ##### ######
3552025-02-10T20:37:41.239Z ## # # # # # # # # # # # # #
3562025-02-10T20:37:41.239Z # # # # # ##### # # # # # # # # # #####
3572025-02-10T20:37:41.239Z # # # # # # # ##### # # ###### # #
3582025-02-10T20:37:41.239Z # ## # # # # # # # # # # #
3592025-02-10T20:37:41.239Z # # #### #### # ##### # # # ######
3602025-02-10T20:37:41.239Z
3612025-02-10T20:37:41.239Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3622025-02-10T20:37:41.383Z Downloading crates ...
3632025-02-10T20:37:41.545Z Downloaded futures-core v0.3.31
3642025-02-10T20:37:41.554Z Downloaded atomicwrites v0.4.4
3652025-02-10T20:37:41.559Z Downloaded indenter v0.3.3
3662025-02-10T20:37:41.565Z Downloaded globset v0.4.15
3672025-02-10T20:37:41.573Z Downloaded nested v0.1.1
3682025-02-10T20:37:41.583Z Downloaded number_prefix v0.4.0
3692025-02-10T20:37:41.586Z Downloaded futures-io v0.3.31
3702025-02-10T20:37:41.586Z Downloaded indent_write v2.2.0
3712025-02-10T20:37:41.587Z Downloaded futures-sink v0.3.31
3722025-02-10T20:37:41.589Z Downloaded futures-macro v0.3.31
3732025-02-10T20:37:41.589Z Downloaded async-scoped v0.9.0
3742025-02-10T20:37:41.589Z Downloaded futures-executor v0.3.31
3752025-02-10T20:37:41.592Z Downloaded home v0.5.11
3762025-02-10T20:37:41.592Z Downloaded futures-task v0.3.31
3772025-02-10T20:37:41.595Z Downloaded futures-channel v0.3.31
3782025-02-10T20:37:41.599Z Downloaded iana-time-zone v0.1.61
3792025-02-10T20:37:41.603Z Downloaded humantime v2.1.0
3802025-02-10T20:37:41.611Z Downloaded pkg-config v0.3.31
3812025-02-10T20:37:41.615Z Downloaded humantime-serde v1.1.1
3822025-02-10T20:37:41.618Z Downloaded tinyvec_macros v0.1.1
3832025-02-10T20:37:41.625Z Downloaded swrite v0.1.0
3842025-02-10T20:37:41.634Z Downloaded serde_path_to_error v0.1.16
3852025-02-10T20:37:41.636Z Downloaded scopeguard v1.2.0
3862025-02-10T20:37:41.639Z Downloaded lock_api v0.4.12
3872025-02-10T20:37:41.639Z Downloaded quick-junit v0.5.1
3882025-02-10T20:37:41.641Z Downloaded newtype-uuid v1.2.1
3892025-02-10T20:37:41.653Z Downloaded slab v0.4.9
3902025-02-10T20:37:41.656Z Downloaded enable-ansi-support v0.2.1
3912025-02-10T20:37:41.659Z Downloaded shared_child v1.0.1
3922025-02-10T20:37:41.670Z Downloaded thiserror-impl v2.0.11
3932025-02-10T20:37:41.673Z Downloaded toml_datetime v0.6.8
3942025-02-10T20:37:41.675Z Downloaded signal-hook-mio v0.2.4
3952025-02-10T20:37:41.678Z Downloaded shell-words v1.1.0
3962025-02-10T20:37:41.678Z Downloaded owo-colors v3.5.0
3972025-02-10T20:37:41.681Z Downloaded ahash v0.8.11
3982025-02-10T20:37:41.685Z Downloaded tokio-stream v0.1.17
3992025-02-10T20:37:41.691Z Downloaded static_assertions v1.1.0
4002025-02-10T20:37:41.695Z Downloaded serde_spanned v0.6.8
4012025-02-10T20:37:41.697Z Downloaded future-queue v0.3.0
4022025-02-10T20:37:41.700Z Downloaded strip-ansi-escapes v0.2.1
4032025-02-10T20:37:41.702Z Downloaded fnv v1.0.7
4042025-02-10T20:37:41.702Z Downloaded os_pipe v1.2.1
4052025-02-10T20:37:41.705Z Downloaded semver v1.0.25
4062025-02-10T20:37:41.705Z Downloaded fastrand v2.1.1
4072025-02-10T20:37:41.708Z Downloaded cargo-platform v0.1.9
4082025-02-10T20:37:41.710Z Downloaded futures-util v0.3.31
4092025-02-10T20:37:41.720Z Downloaded zeroize v1.8.1
4102025-02-10T20:37:41.723Z Downloaded xattr v1.3.1
4112025-02-10T20:37:41.725Z Downloaded tracing-error v0.2.0
4122025-02-10T20:37:41.726Z Downloaded version_check v0.9.5
4132025-02-10T20:37:41.728Z Downloaded pin-utils v0.1.0
4142025-02-10T20:37:41.728Z Downloaded pathdiff v0.2.3
4152025-02-10T20:37:41.728Z Downloaded debug-ignore v1.0.5
4162025-02-10T20:37:41.731Z Downloaded tracing-attributes v0.1.28
4172025-02-10T20:37:41.733Z Downloaded tempfile v3.13.0
4182025-02-10T20:37:41.735Z Downloaded parking_lot v0.12.3
4192025-02-10T20:37:41.738Z Downloaded indicatif v0.17.11
4202025-02-10T20:37:41.743Z Downloaded serde_ignored v0.1.10
4212025-02-10T20:37:41.745Z Downloaded pin-project-internal v1.1.7
4222025-02-10T20:37:41.747Z Downloaded filetime v0.2.25
4232025-02-10T20:37:41.747Z Downloaded zstd-safe v7.2.1
4242025-02-10T20:37:41.750Z Downloaded thiserror v2.0.11
4252025-02-10T20:37:41.754Z Downloaded cargo_metadata v0.19.1
4262025-02-10T20:37:41.757Z Downloaded signal-hook v0.3.17
4272025-02-10T20:37:41.759Z Downloaded zstd v0.13.2
4282025-02-10T20:37:41.762Z Downloaded pin-project v1.1.7
4292025-02-10T20:37:41.773Z Downloaded toml v0.8.20
4302025-02-10T20:37:41.776Z Downloaded tinyvec v1.8.0
4312025-02-10T20:37:41.779Z Downloaded derive-where v1.2.7
4322025-02-10T20:37:41.783Z Downloaded tar v0.4.43
4332025-02-10T20:37:41.786Z Downloaded ron v0.8.1
4342025-02-10T20:37:41.791Z Downloaded eyre v0.6.12
4352025-02-10T20:37:41.795Z Downloaded futures v0.3.31
4362025-02-10T20:37:41.800Z Downloaded guppy v0.17.13
4372025-02-10T20:37:41.805Z Downloaded vte v0.14.1
4382025-02-10T20:37:41.808Z Downloaded uuid v1.11.0
4392025-02-10T20:37:41.811Z Downloaded parking_lot_core v0.9.10
4402025-02-10T20:37:41.814Z Downloaded fixedbitset v0.5.7
4412025-02-10T20:37:41.816Z Downloaded duct v0.13.7
4422025-02-10T20:37:41.819Z Downloaded dialoguer v0.11.0
4432025-02-10T20:37:41.822Z Downloaded camino-tempfile v1.1.1
4442025-02-10T20:37:41.832Z Downloaded itertools v0.14.0
4452025-02-10T20:37:41.840Z Downloaded base64 v0.21.7
4462025-02-10T20:37:41.844Z Downloaded config v0.15.7
4472025-02-10T20:37:41.848Z Downloaded toml_edit v0.22.23
4482025-02-10T20:37:41.871Z Downloaded unicode-normalization v0.1.24
4492025-02-10T20:37:41.884Z Downloaded crossterm v0.28.1
4502025-02-10T20:37:41.909Z Downloaded portable-atomic v1.9.0
4512025-02-10T20:37:41.915Z Downloaded winnow v0.7.1
4522025-02-10T20:37:41.926Z Downloaded quick-xml v0.37.1
4532025-02-10T20:37:41.932Z Downloaded color-spantrace v0.2.1
4542025-02-10T20:37:41.952Z Downloaded chrono v0.4.39
4552025-02-10T20:37:41.959Z Downloaded regex v1.11.1
4562025-02-10T20:37:41.983Z Downloaded nix v0.29.0
4572025-02-10T20:37:42.010Z Downloaded bstr v1.11.3
4582025-02-10T20:37:42.086Z Downloaded petgraph v0.7.1
4592025-02-10T20:37:42.104Z Downloaded color-eyre v0.6.3
4602025-02-10T20:37:42.111Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
4612025-02-10T20:37:42.173Z Downloaded recursion v0.5.2
4622025-02-10T20:37:42.215Z Compiling rustix v0.38.37
4632025-02-10T20:37:42.218Z Compiling tracing-attributes v0.1.28
4642025-02-10T20:37:42.270Z Compiling mio v1.0.3
4652025-02-10T20:37:42.273Z Compiling futures-core v0.3.31
4662025-02-10T20:37:42.281Z Compiling slab v0.4.9
4672025-02-10T20:37:42.289Z Compiling futures-sink v0.3.31
4682025-02-10T20:37:42.292Z Compiling pkg-config v0.3.31
4692025-02-10T20:37:42.292Z Compiling thiserror v2.0.11
4702025-02-10T20:37:42.423Z Compiling futures-channel v0.3.31
4712025-02-10T20:37:42.498Z Compiling thiserror-impl v2.0.11
4722025-02-10T20:37:42.815Z Compiling futures-macro v0.3.31
4732025-02-10T20:37:43.014Z Compiling version_check v0.9.5
4742025-02-10T20:37:43.207Z Compiling futures-io v0.3.31
4752025-02-10T20:37:43.375Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4762025-02-10T20:37:43.484Z Compiling pin-utils v0.1.0
4772025-02-10T20:37:43.494Z Compiling futures-task v0.3.31
4782025-02-10T20:37:43.570Z Compiling semver v1.0.25
4792025-02-10T20:37:43.600Z Compiling ahash v0.8.11
4802025-02-10T20:37:43.774Z Compiling lock_api v0.4.12
4812025-02-10T20:37:43.962Z Compiling winnow v0.7.1
4822025-02-10T20:37:44.082Z Compiling fastrand v2.1.1
4832025-02-10T20:37:44.126Z Compiling signal-hook v0.3.17
4842025-02-10T20:37:44.430Z Compiling parking_lot_core v0.9.10
4852025-02-10T20:37:44.653Z Compiling futures-util v0.3.31
4862025-02-10T20:37:44.903Z Compiling pathdiff v0.2.3
4872025-02-10T20:37:45.027Z Compiling terminal_size v0.4.0
4882025-02-10T20:37:45.230Z Compiling clap_builder v4.5.27
4892025-02-10T20:37:45.255Z Compiling tracing v0.1.41
4902025-02-10T20:37:45.459Z Compiling miette v7.5.0
4912025-02-10T20:37:45.476Z Compiling tempfile v3.13.0
4922025-02-10T20:37:45.658Z Compiling tokio v1.43.0
4932025-02-10T20:37:45.796Z Compiling cargo-platform v0.1.9
4942025-02-10T20:37:46.332Z Compiling serde_spanned v0.6.8
4952025-02-10T20:37:46.351Z Compiling toml_datetime v0.6.8
4962025-02-10T20:37:46.551Z Compiling fixedbitset v0.5.7
4972025-02-10T20:37:46.904Z Compiling zstd-safe v7.2.1
4982025-02-10T20:37:47.255Z Compiling target-spec-miette v0.4.4
4992025-02-10T20:37:47.318Z Compiling scopeguard v1.2.0
5002025-02-10T20:37:47.456Z Compiling portable-atomic v1.9.0
5012025-02-10T20:37:47.621Z Compiling cfg_aliases v0.2.1
5022025-02-10T20:37:47.675Z Compiling newtype-uuid v1.2.1
5032025-02-10T20:37:47.707Z Compiling nix v0.29.0
5042025-02-10T20:37:48.405Z Compiling toml_edit v0.22.23
5052025-02-10T20:37:48.436Z Compiling petgraph v0.7.1
5062025-02-10T20:37:48.541Z Compiling cargo_metadata v0.19.1
5072025-02-10T20:37:49.215Z Compiling clap v4.5.28
5082025-02-10T20:37:49.866Z Compiling futures-executor v0.3.31
5092025-02-10T20:37:50.754Z Compiling itertools v0.14.0
5102025-02-10T20:37:51.533Z Compiling uuid v1.11.0
5112025-02-10T20:37:51.573Z Compiling pin-project-internal v1.1.7
5122025-02-10T20:37:52.310Z Compiling vte v0.14.1
5132025-02-10T20:37:52.660Z Compiling bstr v1.11.3
5142025-02-10T20:37:52.764Z Compiling iana-time-zone v0.1.61
5152025-02-10T20:37:53.210Z Compiling tinyvec_macros v0.1.1
5162025-02-10T20:37:53.294Z Compiling static_assertions v1.1.0
5172025-02-10T20:37:53.387Z Compiling nested v0.1.1
5182025-02-10T20:37:53.643Z Compiling debug-ignore v1.0.5
5192025-02-10T20:37:53.792Z Compiling eyre v0.6.12
5202025-02-10T20:37:53.838Z Compiling guppy v0.17.13
5212025-02-10T20:37:53.895Z Compiling globset v0.4.15
5222025-02-10T20:37:54.285Z Compiling pin-project v1.1.7
5232025-02-10T20:37:54.415Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
5242025-02-10T20:37:54.503Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
5252025-02-10T20:37:54.786Z Compiling tinyvec v1.8.0
5262025-02-10T20:37:55.292Z Compiling chrono v0.4.39
5272025-02-10T20:37:55.832Z Compiling strip-ansi-escapes v0.2.1
5282025-02-10T20:37:56.298Z Compiling toml v0.8.20
5292025-02-10T20:37:56.513Z Compiling signal-hook-mio v0.2.4
5302025-02-10T20:37:56.679Z Compiling parking_lot v0.12.3
5312025-02-10T20:37:57.246Z Compiling futures v0.3.31
5322025-02-10T20:37:57.657Z Compiling tracing-error v0.2.0
5332025-02-10T20:37:58.002Z Compiling xattr v1.3.1
5342025-02-10T20:37:58.054Z Compiling regex v1.11.1
5352025-02-10T20:37:58.278Z Compiling shared_child v1.0.1
5362025-02-10T20:37:58.691Z Compiling filetime v0.2.25
5372025-02-10T20:37:58.727Z Compiling os_pipe v1.2.1
5382025-02-10T20:37:59.005Z Compiling quick-xml v0.37.1
5392025-02-10T20:37:59.029Z Compiling number_prefix v0.4.0
5402025-02-10T20:37:59.097Z Compiling shell-words v1.1.0
5412025-02-10T20:37:59.159Z Compiling humantime v2.1.0
5422025-02-10T20:37:59.237Z Compiling owo-colors v3.5.0
5432025-02-10T20:37:59.370Z Compiling recursion v0.5.2
5442025-02-10T20:37:59.534Z Compiling fnv v1.0.7
5452025-02-10T20:37:59.554Z Compiling indenter v0.3.3
5462025-02-10T20:37:59.651Z Compiling future-queue v0.3.0
5472025-02-10T20:37:59.695Z Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering)
5482025-02-10T20:38:00.009Z Compiling humantime-serde v1.1.1
5492025-02-10T20:38:00.226Z Compiling quick-junit v0.5.1
5502025-02-10T20:38:00.438Z Compiling indicatif v0.17.11
5512025-02-10T20:38:00.959Z Compiling color-spantrace v0.2.1
5522025-02-10T20:38:01.074Z Compiling duct v0.13.7
5532025-02-10T20:38:01.137Z Compiling tar v0.4.43
5542025-02-10T20:38:02.660Z Compiling async-scoped v0.9.0
5552025-02-10T20:38:02.781Z Compiling config v0.15.7
5562025-02-10T20:38:02.841Z Compiling zstd v0.13.2
5572025-02-10T20:38:02.898Z Compiling crossterm v0.28.1
5582025-02-10T20:38:02.931Z Compiling unicode-normalization v0.1.24
5592025-02-10T20:38:02.939Z Compiling tokio-stream v0.1.17
5602025-02-10T20:38:03.344Z Compiling camino-tempfile v1.1.1
5612025-02-10T20:38:03.430Z Compiling atomicwrites v0.4.4
5622025-02-10T20:38:03.640Z Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest)
5632025-02-10T20:38:03.705Z Compiling serde_ignored v0.1.10
5642025-02-10T20:38:03.779Z Compiling serde_path_to_error v0.1.16
5652025-02-10T20:38:03.788Z Compiling derive-where v1.2.7
5662025-02-10T20:38:03.846Z Compiling zeroize v1.8.1
5672025-02-10T20:38:04.042Z Compiling swrite v0.1.0
5682025-02-10T20:38:04.075Z Compiling indent_write v2.2.0
5692025-02-10T20:38:04.155Z Compiling home v0.5.11
5702025-02-10T20:38:04.159Z Compiling dialoguer v0.11.0
5712025-02-10T20:38:04.275Z Compiling color-eyre v0.6.3
5722025-02-10T20:38:04.405Z Compiling enable-ansi-support v0.2.1
5732025-02-10T20:38:05.954Z Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner)
5742025-02-10T20:38:31.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.40s
5752025-02-10T20:38:31.777Z
5762025-02-10T20:38:31.777Zreal 50.517971253
5772025-02-10T20:38:31.777Zuser 3:27.676401339
5782025-02-10T20:38:31.777Zsys 23.086342930
5792025-02-10T20:38:31.777Ztrap 0.132104852
5802025-02-10T20:38:31.777Ztflt 0.447054713
5812025-02-10T20:38:31.779Zdflt 0.150945906
5822025-02-10T20:38:31.779Zkflt 0.002654801
5832025-02-10T20:38:31.779Zlock 5:19.013096896
5842025-02-10T20:38:31.779Zslp 12:27.560183481
5852025-02-10T20:38:31.780Zlat 6.642900266
5862025-02-10T20:38:31.780Zstop 9.592937962
5872025-02-10T20:38:31.780Z+ banner nextest
5882025-02-10T20:38:31.780Z
5892025-02-10T20:38:31.780Z # # ###### # # ##### ###### #### #####
5902025-02-10T20:38:31.780Z ## # # # # # # # #
5912025-02-10T20:38:31.780Z # # # ##### ## # ##### #### #
5922025-02-10T20:38:31.780Z # # # # ## # # # #
5932025-02-10T20:38:31.780Z # ## # # # # # # # #
5942025-02-10T20:38:31.780Z # # ###### # # # ###### #### #
5952025-02-10T20:38:31.780Z
5962025-02-10T20:38:31.780Z+ ptime -m cargo build --package cargo-nextest
5972025-02-10T20:38:31.938Z Downloading crates ...
5982025-02-10T20:38:32.199Z Downloaded atomic-waker v1.1.2
5992025-02-10T20:38:32.211Z Downloaded base64 v0.22.1
6002025-02-10T20:38:32.216Z Downloaded http-body v1.0.1
6012025-02-10T20:38:32.220Z Downloaded foreign-types v0.3.2
6022025-02-10T20:38:32.226Z Downloaded want v0.3.1
6032025-02-10T20:38:32.228Z Downloaded openssl-probe v0.1.5
6042025-02-10T20:38:32.228Z Downloaded openssl-macros v0.1.1
6052025-02-10T20:38:32.234Z Downloaded block-buffer v0.10.4
6062025-02-10T20:38:32.238Z Downloaded idna_adapter v1.0.0
6072025-02-10T20:38:32.241Z Downloaded mukti-metadata v0.3.0
6082025-02-10T20:38:32.244Z Downloaded curve25519-dalek-derive v0.1.1
6092025-02-10T20:38:32.247Z Downloaded urlencoding v2.1.3
6102025-02-10T20:38:32.249Z Downloaded try-lock v0.2.5
6112025-02-10T20:38:32.249Z Downloaded tower-service v0.3.3
6122025-02-10T20:38:32.249Z Downloaded sync_wrapper v1.0.1
6132025-02-10T20:38:32.253Z Downloaded form_urlencoded v1.2.1
6142025-02-10T20:38:32.256Z Downloaded cpufeatures v0.2.14
6152025-02-10T20:38:32.256Z Downloaded hex v0.4.3
6162025-02-10T20:38:32.258Z Downloaded digest v0.10.7
6172025-02-10T20:38:32.260Z Downloaded hyper-tls v0.6.0
6182025-02-10T20:38:32.263Z Downloaded quinn-udp v0.5.5
6192025-02-10T20:38:32.263Z Downloaded foreign-types-shared v0.1.1
6202025-02-10T20:38:32.265Z Downloaded mime v0.3.17
6212025-02-10T20:38:32.270Z Downloaded rustc_version v0.4.1
6222025-02-10T20:38:32.275Z Downloaded untrusted v0.9.0
6232025-02-10T20:38:32.277Z Downloaded subtle v2.6.1
6242025-02-10T20:38:32.277Z Downloaded spki v0.7.3
6252025-02-10T20:38:32.280Z Downloaded ed25519 v2.2.3
6262025-02-10T20:38:32.282Z Downloaded utf8_iter v1.0.4
6272025-02-10T20:38:32.288Z Downloaded tokio-native-tls v0.3.1
6282025-02-10T20:38:32.291Z Downloaded signature v2.2.0
6292025-02-10T20:38:32.294Z Downloaded adler2 v2.0.0
6302025-02-10T20:38:32.294Z Downloaded http-body-util v0.1.2
6312025-02-10T20:38:32.297Z Downloaded zipsign-api v0.1.2
6322025-02-10T20:38:32.300Z Downloaded base64ct v1.6.0
6332025-02-10T20:38:32.302Z Downloaded native-tls v0.2.12
6342025-02-10T20:38:32.304Z Downloaded rustc-hash v2.0.0
6352025-02-10T20:38:32.307Z Downloaded pkcs8 v0.10.2
6362025-02-10T20:38:32.310Z Downloaded self-replace v1.5.0
6372025-02-10T20:38:32.312Z Downloaded percent-encoding v2.3.1
6382025-02-10T20:38:32.312Z Downloaded generic-array v0.14.7
6392025-02-10T20:38:32.315Z Downloaded sha2 v0.10.8
6402025-02-10T20:38:32.318Z Downloaded spin v0.9.8
6412025-02-10T20:38:32.321Z Downloaded tokio-rustls v0.26.0
6422025-02-10T20:38:32.324Z Downloaded httparse v1.9.5
6432025-02-10T20:38:32.328Z Downloaded ipnet v2.10.1
6442025-02-10T20:38:32.333Z Downloaded const-oid v0.9.6
6452025-02-10T20:38:32.335Z Downloaded rustls-pemfile v2.2.0
6462025-02-10T20:38:32.344Z Downloaded typenum v1.17.0
6472025-02-10T20:38:32.348Z Downloaded miniz_oxide v0.8.0
6482025-02-10T20:38:32.353Z Downloaded self_update v0.42.0
6492025-02-10T20:38:32.371Z Downloaded rustls-pki-types v1.10.0
6502025-02-10T20:38:32.379Z Downloaded url v2.5.4
6512025-02-10T20:38:32.382Z Downloaded der v0.7.9
6522025-02-10T20:38:32.387Z Downloaded hyper-util v0.1.9
6532025-02-10T20:38:32.391Z Downloaded ed25519-dalek v2.1.1
6542025-02-10T20:38:32.394Z Downloaded openssl-sys v0.9.105
6552025-02-10T20:38:32.406Z Downloaded quinn v0.11.5
6562025-02-10T20:38:32.418Z Downloaded http v1.2.0
6572025-02-10T20:38:32.424Z Downloaded flate2 v1.0.34
6582025-02-10T20:38:32.444Z Downloaded tokio-util v0.7.12
6592025-02-10T20:38:32.452Z Downloaded hyper v1.5.0
6602025-02-10T20:38:32.459Z Downloaded idna v1.0.3
6612025-02-10T20:38:32.476Z Downloaded reqwest v0.12.8
6622025-02-10T20:38:32.485Z Downloaded h2 v0.4.6
6632025-02-10T20:38:32.492Z Downloaded rustls-webpki v0.102.8
6642025-02-10T20:38:32.512Z Downloaded quinn-proto v0.11.8
6652025-02-10T20:38:32.519Z Downloaded vcpkg v0.2.15
6662025-02-10T20:38:32.557Z Downloaded webpki-roots v0.26.6
6672025-02-10T20:38:32.560Z Downloaded openssl v0.10.70
6682025-02-10T20:38:32.569Z Downloaded curve25519-dalek v4.1.3
6692025-02-10T20:38:32.578Z Downloaded rustls v0.23.19
6702025-02-10T20:38:32.621Z Downloaded serde_urlencoded v0.7.1
6712025-02-10T20:38:32.624Z Downloaded hyper-rustls v0.27.3
6722025-02-10T20:38:32.630Z Downloaded crypto-common v0.1.6
6732025-02-10T20:38:32.648Z Downloaded crc32fast v1.4.2
6742025-02-10T20:38:32.855Z Downloaded ring v0.17.8
6752025-02-10T20:38:32.956Z Compiling smallvec v1.13.2
6762025-02-10T20:38:32.959Z Compiling socket2 v0.5.8
6772025-02-10T20:38:32.959Z Compiling futures-sink v0.3.31
6782025-02-10T20:38:33.028Z Compiling ring v0.17.8
6792025-02-10T20:38:33.034Z Compiling http v1.2.0
6802025-02-10T20:38:33.042Z Compiling rustls-pki-types v1.10.0
6812025-02-10T20:38:33.049Z Compiling typenum v1.17.0
6822025-02-10T20:38:33.049Z Compiling httparse v1.9.5
6832025-02-10T20:38:33.141Z Compiling futures-channel v0.3.31
6842025-02-10T20:38:33.373Z Compiling untrusted v0.9.0
6852025-02-10T20:38:33.526Z Compiling tokio v1.43.0
6862025-02-10T20:38:33.548Z Compiling futures-util v0.3.31
6872025-02-10T20:38:33.735Z Compiling spin v0.9.8
6882025-02-10T20:38:33.971Z Compiling cfg-expr v0.17.2
6892025-02-10T20:38:33.993Z Compiling generic-array v0.14.7
6902025-02-10T20:38:34.056Z Compiling rustls v0.23.19
6912025-02-10T20:38:34.136Z Compiling atomic-waker v1.1.2
6922025-02-10T20:38:34.306Z Compiling try-lock v0.2.5
6932025-02-10T20:38:34.447Z Compiling http-body v1.0.1
6942025-02-10T20:38:34.668Z Compiling want v0.3.1
6952025-02-10T20:38:34.947Z Compiling target-spec v3.4.0
6962025-02-10T20:38:35.050Z Compiling subtle v2.6.1
6972025-02-10T20:38:35.261Z Compiling percent-encoding v2.3.1
6982025-02-10T20:38:35.271Z Compiling idna_adapter v1.0.0
6992025-02-10T20:38:35.295Z Compiling tower-service v0.3.3
7002025-02-10T20:38:35.393Z Compiling utf8_iter v1.0.4
7012025-02-10T20:38:35.410Z Compiling webpki-roots v0.26.6
7022025-02-10T20:38:35.592Z Compiling form_urlencoded v1.2.1
7032025-02-10T20:38:35.594Z Compiling idna v1.0.3
7042025-02-10T20:38:35.607Z Compiling adler2 v2.0.0
7052025-02-10T20:38:35.788Z Compiling target-spec-miette v0.4.4
7062025-02-10T20:38:35.894Z Compiling serde_urlencoded v0.7.1
7072025-02-10T20:38:36.186Z Compiling url v2.5.4
7082025-02-10T20:38:36.402Z Compiling miniz_oxide v0.8.0
7092025-02-10T20:38:36.502Z Compiling block-buffer v0.10.4
7102025-02-10T20:38:36.739Z Compiling crypto-common v0.1.6
7112025-02-10T20:38:36.926Z Compiling parking_lot_core v0.9.10
7122025-02-10T20:38:37.344Z Compiling rustls-pemfile v2.2.0
7132025-02-10T20:38:37.445Z Compiling sync_wrapper v1.0.1
7142025-02-10T20:38:37.542Z Compiling crc32fast v1.4.2
7152025-02-10T20:38:37.583Z Compiling base64 v0.22.1
7162025-02-10T20:38:37.682Z Compiling ipnet v2.10.1
7172025-02-10T20:38:37.884Z Compiling self_update v0.42.0
7182025-02-10T20:38:38.037Z Compiling mime v0.3.17
7192025-02-10T20:38:38.056Z Compiling flate2 v1.0.34
7202025-02-10T20:38:38.220Z Compiling guppy v0.17.13
7212025-02-10T20:38:38.308Z Compiling parking_lot v0.12.3
7222025-02-10T20:38:38.560Z Compiling futures-executor v0.3.31
7232025-02-10T20:38:38.883Z Compiling http-body-util v0.1.2
7242025-02-10T20:38:38.915Z Compiling futures v0.3.31
7252025-02-10T20:38:38.925Z Compiling digest v0.10.7
7262025-02-10T20:38:39.021Z Compiling self-replace v1.5.0
7272025-02-10T20:38:39.152Z Compiling cpufeatures v0.2.14
7282025-02-10T20:38:39.173Z Compiling urlencoding v2.1.3
7292025-02-10T20:38:39.234Z Compiling sha2 v0.10.8
7302025-02-10T20:38:39.248Z Compiling crossterm v0.28.1
7312025-02-10T20:38:39.284Z Compiling future-queue v0.3.0
7322025-02-10T20:38:39.299Z Compiling mukti-metadata v0.3.0
7332025-02-10T20:38:39.503Z Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest)
7342025-02-10T20:38:39.663Z Compiling hex v0.4.3
7352025-02-10T20:38:41.186Z Compiling rustls-webpki v0.102.8
7362025-02-10T20:38:42.631Z Compiling tokio-util v0.7.12
7372025-02-10T20:38:42.634Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7382025-02-10T20:38:42.634Z Compiling tokio-stream v0.1.17
7392025-02-10T20:38:42.739Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7402025-02-10T20:38:42.840Z Compiling async-scoped v0.9.0
7412025-02-10T20:38:43.499Z Compiling h2 v0.4.6
7422025-02-10T20:38:44.172Z Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering)
7432025-02-10T20:38:47.092Z Compiling tokio-rustls v0.26.0
7442025-02-10T20:38:47.503Z Compiling hyper v1.5.0
7452025-02-10T20:38:49.128Z Compiling hyper-util v0.1.9
7462025-02-10T20:38:50.160Z Compiling hyper-rustls v0.27.3
7472025-02-10T20:38:50.401Z Compiling reqwest v0.12.8
7482025-02-10T20:38:52.806Z Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner)
7492025-02-10T20:39:21.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.09s
7502025-02-10T20:39:22.017Z
7512025-02-10T20:39:22.017Zreal 50.213146625
7522025-02-10T20:39:22.017Zuser 2:50.151560816
7532025-02-10T20:39:22.017Zsys 16.233651557
7542025-02-10T20:39:22.017Ztrap 0.082178094
7552025-02-10T20:39:22.017Ztflt 0.272377459
7562025-02-10T20:39:22.017Zdflt 0.267590410
7572025-02-10T20:39:22.017Zkflt 0.000003199
7582025-02-10T20:39:22.020Zlock 3:53.174441118
7592025-02-10T20:39:22.020Zslp 7:30.213244067
7602025-02-10T20:39:22.020Zlat 4.025061244
7612025-02-10T20:39:22.020Zstop 5.906945570
7622025-02-10T20:39:22.020Z+ banner all targets
7632025-02-10T20:39:22.020Z
7642025-02-10T20:39:22.020Z ## # #
7652025-02-10T20:39:22.020Z # # # #
7662025-02-10T20:39:22.020Z # # # #
7672025-02-10T20:39:22.020Z ###### # #
7682025-02-10T20:39:22.020Z # # # #
7692025-02-10T20:39:22.020Z # # ###### ######
7702025-02-10T20:39:22.020Z
7712025-02-10T20:39:22.020Z
7722025-02-10T20:39:22.020Z ##### ## ##### #### ###### ##### ####
7732025-02-10T20:39:22.020Z # # # # # # # # # #
7742025-02-10T20:39:22.020Z # # # # # # ##### # ####
7752025-02-10T20:39:22.020Z # ###### ##### # ### # # #
7762025-02-10T20:39:22.020Z # # # # # # # # # # #
7772025-02-10T20:39:22.020Z # # # # # #### ###### # ####
7782025-02-10T20:39:22.020Z
7792025-02-10T20:39:22.020Z+ ptime -m cargo build --all-targets
7802025-02-10T20:39:22.195Z Downloading crates ...
7812025-02-10T20:39:22.320Z Downloaded datatest-stable v0.3.2
7822025-02-10T20:39:22.327Z Downloaded linked-hash-map v0.5.6
7832025-02-10T20:39:22.334Z Downloaded fancy-regex v0.14.0
7842025-02-10T20:39:22.338Z Downloaded test-case-macros v3.3.1
7852025-02-10T20:39:22.340Z Downloaded escape8259 v0.5.3
7862025-02-10T20:39:22.345Z Downloaded cp_r v0.5.2
7872025-02-10T20:39:22.348Z Downloaded test-case-core v3.3.1
7882025-02-10T20:39:22.351Z Downloaded walkdir v2.5.0
7892025-02-10T20:39:22.353Z Downloaded wait-timeout v0.2.0
7902025-02-10T20:39:22.356Z Downloaded unarray v0.1.4
7912025-02-10T20:39:22.356Z Downloaded quick-error v1.2.3
7922025-02-10T20:39:22.358Z Downloaded rusty-fork v0.3.0
7932025-02-10T20:39:22.361Z Downloaded libtest-mimic v0.8.1
7942025-02-10T20:39:22.361Z Downloaded structmeta v0.3.0
7952025-02-10T20:39:22.364Z Downloaded rand_xorshift v0.3.0
7962025-02-10T20:39:22.364Z Downloaded same-file v1.0.6
7972025-02-10T20:39:22.366Z Downloaded fs-err v3.1.0
7982025-02-10T20:39:22.366Z Downloaded test-case v3.3.1
7992025-02-10T20:39:22.369Z Downloaded structmeta-derive v0.3.0
8002025-02-10T20:39:22.369Z Downloaded maplit v1.0.2
8012025-02-10T20:39:22.371Z Downloaded indoc v2.0.5
8022025-02-10T20:39:22.374Z Downloaded whoami v1.5.2
8032025-02-10T20:39:22.376Z Downloaded test-strategy v0.4.0
8042025-02-10T20:39:22.379Z Downloaded diff v0.1.13
8052025-02-10T20:39:22.384Z Downloaded similar v2.6.0
8062025-02-10T20:39:22.386Z Downloaded yansi v1.0.1
8072025-02-10T20:39:22.390Z Downloaded pretty_assertions v1.4.1
8082025-02-10T20:39:22.393Z Downloaded insta v1.42.1
8092025-02-10T20:39:22.397Z Downloaded proptest v1.6.0
8102025-02-10T20:39:22.455Z Compiling fs-err v3.1.0
8112025-02-10T20:39:22.455Z Compiling maplit v1.0.2
8122025-02-10T20:39:22.455Z Compiling linked-hash-map v0.5.6
8132025-02-10T20:39:22.458Z Compiling similar v2.6.0
8142025-02-10T20:39:22.458Z Compiling whoami v1.5.2
8152025-02-10T20:39:22.458Z Compiling test-case-core v3.3.1
8162025-02-10T20:39:22.458Z Compiling escape8259 v0.5.3
8172025-02-10T20:39:22.458Z Compiling same-file v1.0.6
8182025-02-10T20:39:22.604Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
8192025-02-10T20:39:22.783Z Compiling libtest-mimic v0.8.1
8202025-02-10T20:39:22.832Z Compiling walkdir v2.5.0
8212025-02-10T20:39:22.880Z Compiling fancy-regex v0.14.0
8222025-02-10T20:39:23.121Z Compiling structmeta-derive v0.3.0
8232025-02-10T20:39:23.327Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
8242025-02-10T20:39:23.548Z Compiling wait-timeout v0.2.0
8252025-02-10T20:39:23.578Z Compiling quick-error v1.2.3
8262025-02-10T20:39:23.723Z Compiling insta v1.42.1
8272025-02-10T20:39:24.152Z Compiling datatest-stable v0.3.2
8282025-02-10T20:39:24.319Z Compiling test-case-macros v3.3.1
8292025-02-10T20:39:24.971Z Compiling rusty-fork v0.3.0
8302025-02-10T20:39:25.060Z Compiling cp_r v0.5.2
8312025-02-10T20:39:25.088Z Compiling rand_xorshift v0.3.0
8322025-02-10T20:39:25.316Z Compiling unarray v0.1.4
8332025-02-10T20:39:25.337Z Compiling diff v0.1.13
8342025-02-10T20:39:25.349Z Compiling yansi v1.0.1
8352025-02-10T20:39:25.409Z Compiling test-case v3.3.1
8362025-02-10T20:39:25.467Z Compiling proptest v1.6.0
8372025-02-10T20:39:25.506Z Compiling indoc v2.0.5
8382025-02-10T20:39:25.629Z Compiling structmeta v0.3.0
8392025-02-10T20:39:25.823Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8402025-02-10T20:39:25.943Z Compiling pretty_assertions v1.4.1
8412025-02-10T20:39:26.000Z Compiling test-strategy v0.4.0
8422025-02-10T20:39:28.865Z Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest)
8432025-02-10T20:39:29.298Z Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner)
8442025-02-10T20:39:29.780Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8452025-02-10T20:39:33.435Z Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering)
8462025-02-10T20:40:12.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.17s
8472025-02-10T20:40:12.331Z
8482025-02-10T20:40:12.331Zreal 50.290100785
8492025-02-10T20:40:12.331Zuser 3:51.348222261
8502025-02-10T20:40:12.331Zsys 27.071410089
8512025-02-10T20:40:12.334Ztrap 0.139951795
8522025-02-10T20:40:12.334Ztflt 0.038286568
8532025-02-10T20:40:12.334Zdflt 0.085903905
8542025-02-10T20:40:12.334Zkflt 0.000008089
8552025-02-10T20:40:12.334Zlock 6:06.184396257
8562025-02-10T20:40:12.334Zslp 15:16.323419956
8572025-02-10T20:40:12.334Zlat 6.602778069
8582025-02-10T20:40:12.334Zstop 9.666018583
8592025-02-10T20:40:12.334Z+ banner all features
8602025-02-10T20:40:12.334Z
8612025-02-10T20:40:12.334Z ## # #
8622025-02-10T20:40:12.334Z # # # #
8632025-02-10T20:40:12.334Z # # # #
8642025-02-10T20:40:12.334Z ###### # #
8652025-02-10T20:40:12.334Z # # # #
8662025-02-10T20:40:12.334Z # # ###### ######
8672025-02-10T20:40:12.334Z
8682025-02-10T20:40:12.334Z
8692025-02-10T20:40:12.334Z ###### ###### ## ##### # # ##### ###### ####
8702025-02-10T20:40:12.334Z # # # # # # # # # # #
8712025-02-10T20:40:12.334Z ##### ##### # # # # # # # ##### ####
8722025-02-10T20:40:12.334Z # # ###### # # # ##### # #
8732025-02-10T20:40:12.334Z # # # # # # # # # # # #
8742025-02-10T20:40:12.334Z # ###### # # # #### # # ###### ####
8752025-02-10T20:40:12.334Z
8762025-02-10T20:40:12.337Z+ ptime -m cargo build --all-features
8772025-02-10T20:40:12.502Z Downloading crates ...
8782025-02-10T20:40:12.654Z Downloaded async-stream-impl v0.3.6
8792025-02-10T20:40:12.656Z Downloaded async-stream v0.3.6
8802025-02-10T20:40:12.663Z Downloaded prost v0.13.3
8812025-02-10T20:40:12.672Z Downloaded tower-layer v0.3.3
8822025-02-10T20:40:12.679Z Downloaded sync_wrapper v0.1.2
8832025-02-10T20:40:12.681Z Downloaded matchers v0.1.0
8842025-02-10T20:40:12.699Z Downloaded httpdate v1.0.3
8852025-02-10T20:40:12.702Z Downloaded hyper-timeout v0.5.1
8862025-02-10T20:40:12.708Z Downloaded axum-core v0.4.5
8872025-02-10T20:40:12.710Z Downloaded prost-derive v0.13.3
8882025-02-10T20:40:12.713Z Downloaded rustversion v1.0.18
8892025-02-10T20:40:12.716Z Downloaded async-trait v0.1.83
8902025-02-10T20:40:12.728Z Downloaded console-api v0.8.1
8912025-02-10T20:40:12.730Z Downloaded matchit v0.7.3
8922025-02-10T20:40:12.734Z Downloaded prost-types v0.13.3
8932025-02-10T20:40:12.737Z Downloaded indexmap v1.9.3
8942025-02-10T20:40:12.754Z Downloaded crossbeam-utils v0.8.20
8952025-02-10T20:40:12.761Z Downloaded anyhow v1.0.91
8962025-02-10T20:40:12.765Z Downloaded minimal-lexical v0.2.1
8972025-02-10T20:40:12.772Z Downloaded crossbeam-channel v0.5.13
8982025-02-10T20:40:12.781Z Downloaded tonic v0.12.3
8992025-02-10T20:40:12.787Z Downloaded tower v0.5.1
9002025-02-10T20:40:12.797Z Downloaded tower v0.4.13
9012025-02-10T20:40:12.805Z Downloaded regex-automata v0.1.10
9022025-02-10T20:40:12.810Z Downloaded console-subscriber v0.4.1
9032025-02-10T20:40:12.815Z Downloaded nom v7.1.3
9042025-02-10T20:40:12.820Z Downloaded itertools v0.13.0
9052025-02-10T20:40:12.826Z Downloaded axum v0.7.7
9062025-02-10T20:40:12.833Z Downloaded hashbrown v0.12.3
9072025-02-10T20:40:12.837Z Downloaded regex-syntax v0.6.29
9082025-02-10T20:40:12.844Z Downloaded hdrhistogram v7.5.4
9092025-02-10T20:40:12.898Z Compiling byteorder v1.5.0
9102025-02-10T20:40:12.900Z Compiling num-traits v0.2.19
9112025-02-10T20:40:12.961Z Compiling regex-syntax v0.6.29
9122025-02-10T20:40:12.971Z Compiling httpdate v1.0.3
9132025-02-10T20:40:12.978Z Compiling anyhow v1.0.91
9142025-02-10T20:40:12.986Z Compiling either v1.13.0
9152025-02-10T20:40:12.988Z Compiling rustversion v1.0.18
9162025-02-10T20:40:12.988Z Compiling tower-layer v0.3.3
9172025-02-10T20:40:13.266Z Compiling hyper v1.5.0
9182025-02-10T20:40:13.352Z Compiling zerocopy v0.7.35
9192025-02-10T20:40:13.379Z Compiling itertools v0.13.0
9202025-02-10T20:40:13.412Z Compiling indexmap v1.9.3
9212025-02-10T20:40:13.947Z Compiling async-trait v0.1.83
9222025-02-10T20:40:14.547Z Compiling sync_wrapper v0.1.2
9232025-02-10T20:40:14.682Z Compiling ppv-lite86 v0.2.20
9242025-02-10T20:40:14.691Z Compiling hashbrown v0.12.3
9252025-02-10T20:40:14.892Z Compiling tower v0.5.1
9262025-02-10T20:40:15.205Z Compiling async-stream-impl v0.3.6
9272025-02-10T20:40:15.463Z Compiling rand_chacha v0.3.1
9282025-02-10T20:40:15.677Z Compiling hyper-util v0.1.9
9292025-02-10T20:40:16.193Z Compiling rand v0.8.5
9302025-02-10T20:40:16.212Z Compiling prost-derive v0.13.3
9312025-02-10T20:40:16.460Z Compiling regex-automata v0.1.10
9322025-02-10T20:40:16.512Z Compiling axum-core v0.4.5
9332025-02-10T20:40:16.644Z Compiling crossbeam-utils v0.8.20
9342025-02-10T20:40:17.239Z Compiling matchit v0.7.3
9352025-02-10T20:40:17.472Z Compiling async-stream v0.3.6
9362025-02-10T20:40:17.779Z Compiling hyper-timeout v0.5.1
9372025-02-10T20:40:17.782Z Compiling tower v0.4.13
9382025-02-10T20:40:17.892Z Compiling matchers v0.1.0
9392025-02-10T20:40:18.124Z Compiling tracing-subscriber v0.3.19
9402025-02-10T20:40:18.149Z Compiling ahash v0.8.11
9412025-02-10T20:40:18.507Z Compiling tokio-stream v0.1.17
9422025-02-10T20:40:18.694Z Compiling minimal-lexical v0.2.1
9432025-02-10T20:40:19.181Z Compiling guppy v0.17.13
9442025-02-10T20:40:19.227Z Compiling proptest v1.6.0
9452025-02-10T20:40:19.483Z Compiling nom v7.1.3
9462025-02-10T20:40:19.595Z Compiling hyper-rustls v0.27.3
9472025-02-10T20:40:20.042Z Compiling prost v0.13.3
9482025-02-10T20:40:20.202Z Compiling base64 v0.21.7
9492025-02-10T20:40:20.787Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9502025-02-10T20:40:20.848Z Compiling axum v0.7.7
9512025-02-10T20:40:20.889Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9522025-02-10T20:40:20.912Z Compiling prost-types v0.13.3
9532025-02-10T20:40:21.059Z Compiling crossbeam-channel v0.5.13
9542025-02-10T20:40:22.205Z Compiling chrono v0.4.39
9552025-02-10T20:40:22.942Z Compiling hdrhistogram v7.5.4
9562025-02-10T20:40:23.576Z Compiling reqwest v0.12.8
9572025-02-10T20:40:24.113Z Compiling tracing-error v0.2.0
9582025-02-10T20:40:24.220Z Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering)
9592025-02-10T20:40:24.502Z Compiling quick-junit v0.5.1
9602025-02-10T20:40:25.388Z Compiling color-spantrace v0.2.1
9612025-02-10T20:40:25.894Z Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest)
9622025-02-10T20:40:25.925Z Compiling color-eyre v0.6.3
9632025-02-10T20:40:25.939Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9642025-02-10T20:40:26.623Z Compiling self_update v0.42.0
9652025-02-10T20:40:27.494Z Compiling tonic v0.12.3
9662025-02-10T20:40:30.539Z Compiling console-api v0.8.1
9672025-02-10T20:40:31.815Z Compiling console-subscriber v0.4.1
9682025-02-10T20:40:33.651Z Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner)
9692025-02-10T20:40:46.696Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9702025-02-10T20:41:07.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.34s
9712025-02-10T20:41:07.825Z
9722025-02-10T20:41:07.825Zreal 55.467387742
9732025-02-10T20:41:07.825Zuser 3:41.672967440
9742025-02-10T20:41:07.825Zsys 23.317246266
9752025-02-10T20:41:07.825Ztrap 0.111366658
9762025-02-10T20:41:07.828Ztflt 0.165937337
9772025-02-10T20:41:07.828Zdflt 0.274933774
9782025-02-10T20:41:07.828Zkflt 0.000020298
9792025-02-10T20:41:07.828Zlock 6:06.608807656
9802025-02-10T20:41:07.828Zslp 12:35.057407024
9812025-02-10T20:41:07.828Zlat 6.392098616
9822025-02-10T20:41:07.828Zstop 7.652714490
9832025-02-10T20:41:07.828Z+ banner doctests
9842025-02-10T20:41:07.828Z
9852025-02-10T20:41:07.828Z ##### #### #### ##### ###### #### ##### ####
9862025-02-10T20:41:07.828Z # # # # # # # # # # #
9872025-02-10T20:41:07.828Z # # # # # # ##### #### # ####
9882025-02-10T20:41:07.828Z # # # # # # # # # #
9892025-02-10T20:41:07.828Z # # # # # # # # # # # # #
9902025-02-10T20:41:07.828Z ##### #### #### # ###### #### # ####
9912025-02-10T20:41:07.828Z
9922025-02-10T20:41:07.828Z+ ptime -m cargo test --doc
9932025-02-10T20:41:08.129Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
9942025-02-10T20:41:08.151Z Doc-tests cargo_nextest
9952025-02-10T20:41:08.595Z
9962025-02-10T20:41:08.595Zrunning 0 tests
9972025-02-10T20:41:08.595Z
9982025-02-10T20:41:08.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9992025-02-10T20:41:08.595Z
10002025-02-10T20:41:08.613Z Doc-tests fixture_data
10012025-02-10T20:41:08.670Z
10022025-02-10T20:41:08.670Zrunning 0 tests
10032025-02-10T20:41:08.670Z
10042025-02-10T20:41:08.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10052025-02-10T20:41:08.670Z
10062025-02-10T20:41:08.677Z Doc-tests integration_tests
10072025-02-10T20:41:08.742Z
10082025-02-10T20:41:08.742Zrunning 0 tests
10092025-02-10T20:41:08.742Z
10102025-02-10T20:41:08.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10112025-02-10T20:41:08.742Z
10122025-02-10T20:41:08.750Z Doc-tests nextest_filtering
10132025-02-10T20:41:08.869Z
10142025-02-10T20:41:08.869Zrunning 0 tests
10152025-02-10T20:41:08.869Z
10162025-02-10T20:41:08.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10172025-02-10T20:41:08.869Z
10182025-02-10T20:41:08.879Z Doc-tests nextest_metadata
10192025-02-10T20:41:09.020Z
10202025-02-10T20:41:09.020Zrunning 2 tests
10212025-02-10T20:41:09.597Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
10222025-02-10T20:41:12.400Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
10232025-02-10T20:41:12.400Z
10242025-02-10T20:41:12.403Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.38s
10252025-02-10T20:41:12.403Z
10262025-02-10T20:41:12.413Z Doc-tests nextest_runner
10272025-02-10T20:41:13.263Z
10282025-02-10T20:41:13.263Zrunning 0 tests
10292025-02-10T20:41:13.263Z
10302025-02-10T20:41:13.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10312025-02-10T20:41:13.263Z
10322025-02-10T20:41:13.293Z Doc-tests nextest_workspace_hack
10332025-02-10T20:41:13.341Z
10342025-02-10T20:41:13.341Zrunning 0 tests
10352025-02-10T20:41:13.341Z
10362025-02-10T20:41:13.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10372025-02-10T20:41:13.341Z
10382025-02-10T20:41:13.368Z
10392025-02-10T20:41:13.370Zreal 5.522848937
10402025-02-10T20:41:13.370Zuser 5.558354577
10412025-02-10T20:41:13.370Zsys 1.605451887
10422025-02-10T20:41:13.370Ztrap 0.001725692
10432025-02-10T20:41:13.370Ztflt 0.017427323
10442025-02-10T20:41:13.370Zdflt 0.003427453
10452025-02-10T20:41:13.370Zkflt 0.000000000
10462025-02-10T20:41:13.370Zlock 9.457367841
10472025-02-10T20:41:13.370Zslp 30.366578899
10482025-02-10T20:41:13.370Zlat 0.041295173
10492025-02-10T20:41:13.371Zstop 0.486093594
10502025-02-10T20:41:13.371Z+ banner local-nt
10512025-02-10T20:41:13.373Z
10522025-02-10T20:41:13.373Z # #### #### ## # # # #####
10532025-02-10T20:41:13.373Z # # # # # # # # ## # #
10542025-02-10T20:41:13.373Z # # # # # # # ##### # # # #
10552025-02-10T20:41:13.373Z # # # # ###### # # # # #
10562025-02-10T20:41:13.373Z # # # # # # # # # ## #
10572025-02-10T20:41:13.373Z ###### #### #### # # ###### # # #
10582025-02-10T20:41:13.373Z
10592025-02-10T20:41:13.373Z+ ptime -m cargo local-nt run --profile ci
10602025-02-10T20:41:13.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
10612025-02-10T20:41:13.682Z Running `target/debug/cargo-nextest nextest run --profile ci`
10622025-02-10T20:41:14.208Zinfo: experimental features enabled: setup-scripts
10632025-02-10T20:41:14.491Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
10642025-02-10T20:41:14.675Z────────────
10652025-02-10T20:41:14.675Z Nextest run ID ff7f4aae-4baf-4636-b7da-3018d8a4f358 with nextest profile: ci
10662025-02-10T20:41:14.675Z Starting 312 tests across 17 binaries (1 test skipped)
10672025-02-10T20:41:14.678Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10682025-02-10T20:41:14.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
10692025-02-10T20:41:14.990Z Running `target/debug/build-seed-archive`
10702025-02-10T20:41:15.011Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-81f67557e942cdb597ced8e4add9d8659a5b4308b7fc5d0a73a3d8ddc4347cf0.tar.zst, building
10712025-02-10T20:41:17.434Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-81f67557e942cdb597ced8e4add9d8659a5b4308b7fc5d0a73a3d8ddc4347cf0.tar.zst
10722025-02-10T20:41:17.437Z SETUP PASS [ 2.760s] build-seed-archive: cargo run --bin build-seed-archive
10732025-02-10T20:41:17.461Z PASS [ 0.023s] integration-tests::custom-harness thread_count::test_multi_threaded
10742025-02-10T20:41:17.466Z PASS [ 0.025s] integration-tests::custom-harness thread_count::test_single_threaded
10752025-02-10T20:41:17.492Z PASS [ 0.054s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10762025-02-10T20:41:17.662Z PASS [ 0.224s] cargo-nextest dispatch::tests::test_argument_parsing
10772025-02-10T20:41:17.762Z PASS [ 0.322s] integration-tests::datatest custom_target::custom_invalid::invalid-arch.json
10782025-02-10T20:41:17.765Z PASS [ 0.322s] integration-tests::datatest custom_target::custom_invalid::invalid-family.json
10792025-02-10T20:41:17.765Z PASS [ 0.322s] integration-tests::datatest custom_target::custom_invalid::invalid-target-pointer-width.json
10802025-02-10T20:41:17.765Z PASS [ 0.323s] integration-tests::datatest custom_target::custom_invalid::invalid-endian.json
10812025-02-10T20:41:17.776Z PASS [ 0.308s] integration-tests::datatest custom_target::custom_invalid::syntax-error.json
10822025-02-10T20:41:17.779Z PASS [ 0.309s] integration-tests::datatest custom_target::custom_invalid::missing-arch.json
10832025-02-10T20:41:19.262Z PASS [ 1.768s] integration-tests::integration test_list_binaries_only
10842025-02-10T20:41:19.554Z PASS [ 1.791s] integration-tests::integration test_list_host_after_build
10852025-02-10T20:41:19.862Z PASS [ 2.099s] integration-tests::integration test_list_target_after_build
10862025-02-10T20:41:19.875Z PASS [ 2.212s] integration-tests::integration test_list_default
10872025-02-10T20:41:19.941Z PASS [ 2.179s] integration-tests::integration test_list_full
10882025-02-10T20:41:20.028Z PASS [ 2.266s] integration-tests::integration test_list_full_after_build
10892025-02-10T20:41:21.608Z PASS [ 1.732s] integration-tests::integration test_run_from_archive_with_missing_includes
10902025-02-10T20:41:23.526Z PASS [ 3.971s] integration-tests::integration test_run_after_build
10912025-02-10T20:41:23.669Z PASS [ 5.888s] integration-tests::integration test_relocated_run
10922025-02-10T20:41:23.793Z PASS [ 0.264s] integration-tests::integration test_rustc_version_verbose_errors
10932025-02-10T20:41:23.875Z PASS [ 3.846s] integration-tests::integration test_run_no_tests
10942025-02-10T20:41:24.935Z PASS [ 3.325s] integration-tests::integration test_run_with_default_filter
10952025-02-10T20:41:24.955Z PASS [ 7.179s] integration-tests::integration test_list_with_default_filter
10962025-02-10T20:41:25.300Z PASS [ 1.506s] integration-tests::integration test_setup_scripts_not_enabled
10972025-02-10T20:41:25.452Z PASS [ 1.780s] integration-tests::integration test_setup_script_error
10982025-02-10T20:41:25.506Z PASS [ 0.053s] integration-tests::integration test_version_info
10992025-02-10T20:41:25.964Z PASS [ 6.100s] integration-tests::integration test_run_from_archive_with_includes
11002025-02-10T20:41:25.973Z PASS [ 6.030s] integration-tests::integration test_run_from_archive_with_no_includes
11012025-02-10T20:41:25.990Z PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error
11022025-02-10T20:41:25.996Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof
11032025-02-10T20:41:26.014Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr
11042025-02-10T20:41:26.017Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_and_operator
11052025-02-10T20:41:26.034Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_escapes
11062025-02-10T20:41:26.041Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob
11072025-02-10T20:41:26.055Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_or_operator
11082025-02-10T20:41:26.060Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform
11092025-02-10T20:41:26.081Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_regex
11102025-02-10T20:41:26.085Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument
11112025-02-10T20:41:26.100Z PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_close_parentheses
11122025-02-10T20:41:26.105Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_regex
11132025-02-10T20:41:26.120Z PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_open_parentheses
11142025-02-10T20:41:26.126Z PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_parentheses
11152025-02-10T20:41:26.143Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_comma
11162025-02-10T20:41:26.148Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_difference
11172025-02-10T20:41:26.298Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_intersection
11182025-02-10T20:41:26.302Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_not
11192025-02-10T20:41:26.302Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_precedence
11202025-02-10T20:41:26.302Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_set
11212025-02-10T20:41:26.303Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_union
11222025-02-10T20:41:26.303Z PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_glob_matcher
11232025-02-10T20:41:26.303Z PASS [ 0.755s] nextest-filtering parsing::tests::proptest_expr_roundtrip
11242025-02-10T20:41:26.303Z PASS [ 0.072s] nextest-filtering parsing::tests::test_parse_name_matcher
11252025-02-10T20:41:26.303Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
11262025-02-10T20:41:26.309Z PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_set_def
11272025-02-10T20:41:26.309Z PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument
11282025-02-10T20:41:26.325Z PASS [ 0.062s] nextest-filtering parsing::tests::test_parse_regex
11292025-02-10T20:41:26.332Z PASS [ 0.026s] nextest-filtering parsing::tests::test_unexpected_comma
11302025-02-10T20:41:26.353Z PASS [ 0.027s] nextest-filtering::match test_binary_query
11312025-02-10T20:41:26.375Z PASS [ 0.042s] nextest-filtering::match test_expr_binary
11322025-02-10T20:41:26.385Z PASS [ 0.031s] nextest-filtering::match test_expr_binary_id_glob
11332025-02-10T20:41:26.407Z PASS [ 0.031s] nextest-filtering::match test_expr_deps
11342025-02-10T20:41:26.409Z PASS [ 1.469s] integration-tests::integration test_show_config_version
11352025-02-10T20:41:26.416Z PASS [ 0.030s] nextest-filtering::match test_expr_kind
11362025-02-10T20:41:26.432Z PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial
11372025-02-10T20:41:26.437Z PASS [ 0.025s] nextest-filtering::match test_expr_package_contains
11382025-02-10T20:41:26.450Z PASS [ 0.032s] nextest-filtering::match test_expr_package_equal
11392025-02-10T20:41:26.458Z PASS [ 0.026s] nextest-filtering::match test_expr_package_regex
11402025-02-10T20:41:26.474Z PASS [ 0.036s] nextest-filtering::match test_expr_platform
11412025-02-10T20:41:26.490Z PASS [ 0.029s] nextest-filtering::match test_expr_rdeps
11422025-02-10T20:41:26.504Z PASS [ 0.044s] nextest-filtering::match test_expr_test
11432025-02-10T20:41:26.514Z PASS [ 0.040s] nextest-filtering::match test_expr_test_difference::with_and_not
11442025-02-10T20:41:26.526Z PASS [ 0.030s] nextest-filtering::match test_expr_test_difference::with_minus
11452025-02-10T20:41:26.531Z PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11462025-02-10T20:41:26.546Z PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_and
11472025-02-10T20:41:26.551Z PASS [ 0.023s] nextest-filtering::match test_expr_test_not
11482025-02-10T20:41:26.564Z PASS [ 0.032s] nextest-filtering::match test_expr_test_union::with_or
11492025-02-10T20:41:26.572Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_pipe
11502025-02-10T20:41:26.580Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_plus
11512025-02-10T20:41:26.596Z PASS [ 0.030s] nextest-filtering::match test_expr_with_no_matching_packages
11522025-02-10T20:41:26.598Z PASS [ 0.023s] nextest-metadata test_list::tests::test_binary_id_ord
11532025-02-10T20:41:26.616Z PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11542025-02-10T20:41:26.632Z PASS [ 0.035s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11552025-02-10T20:41:26.635Z PASS [ 0.036s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11562025-02-10T20:41:26.642Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11572025-02-10T20:41:26.656Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11582025-02-10T20:41:26.663Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11592025-02-10T20:41:26.669Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11602025-02-10T20:41:26.686Z PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11612025-02-10T20:41:26.690Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11622025-02-10T20:41:26.706Z PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11632025-02-10T20:41:26.711Z PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11642025-02-10T20:41:26.720Z PASS [ 0.032s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11652025-02-10T20:41:26.744Z PASS [ 0.038s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11662025-02-10T20:41:26.771Z PASS [ 0.461s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11672025-02-10T20:41:27.048Z PASS [ 0.327s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11682025-02-10T20:41:27.067Z PASS [ 0.322s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11692025-02-10T20:41:27.075Z PASS [ 0.362s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11702025-02-10T20:41:27.078Z PASS [ 0.301s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11712025-02-10T20:41:27.348Z PASS [ 0.300s] nextest-runner config::archive::tests::parse_invalid::missing_list
11722025-02-10T20:41:27.401Z PASS [ 0.325s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11732025-02-10T20:41:27.417Z PASS [ 0.349s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11742025-02-10T20:41:27.447Z PASS [ 0.361s] nextest-runner config::archive::tests::parse_invalid::parent_component
11752025-02-10T20:41:27.450Z PASS [ 0.036s] nextest-runner config::archive::tests::test_join_rel_path
11762025-02-10T20:41:27.450Z PASS [ 0.030s] nextest-runner config::config_impl::tests::default_config_is_valid
11772025-02-10T20:41:27.489Z PASS [ 0.040s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11782025-02-10T20:41:27.501Z PASS [ 0.051s] nextest-runner config::identifier::tests::test_invalid
11792025-02-10T20:41:27.581Z PASS [ 0.092s] nextest-runner config::identifier::tests::test_valid
11802025-02-10T20:41:27.834Z PASS [ 0.485s] nextest-runner config::archive::tests::parse_valid
11812025-02-10T20:41:27.845Z PASS [ 0.396s] nextest-runner config::config_impl::tests::ignored_keys
11822025-02-10T20:41:27.886Z PASS [ 0.384s] nextest-runner config::max_fail::tests::invalid_fail_fast::empty_string_max_fail
11832025-02-10T20:41:28.015Z PASS [ 0.433s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_map_key
11842025-02-10T20:41:28.179Z PASS [ 0.343s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_max_fail_type
11852025-02-10T20:41:28.251Z PASS [ 0.364s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_string_max_fail
11862025-02-10T20:41:28.272Z PASS [ 0.426s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_negative_max_fail
11872025-02-10T20:41:28.309Z PASS [ 0.293s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_zero_max_fail
11882025-02-10T20:41:28.331Z PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11892025-02-10T20:41:28.492Z PASS [ 0.313s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_as_positive_integer
11902025-02-10T20:41:28.542Z PASS [ 0.290s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_boolean_not_allowed
11912025-02-10T20:41:28.577Z PASS [ 0.304s] nextest-runner config::max_fail::tests::invalid_fail_fast::zero_string
11922025-02-10T20:41:28.641Z PASS [ 0.308s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_false
11932025-02-10T20:41:28.818Z PASS [ 0.325s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_true
11942025-02-10T20:41:28.840Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate
11952025-02-10T20:41:28.862Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11962025-02-10T20:41:28.886Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11972025-02-10T20:41:28.909Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11982025-02-10T20:41:28.932Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11992025-02-10T20:41:28.945Z PASS [ 0.368s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_2
12002025-02-10T20:41:28.956Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
12012025-02-10T20:41:28.961Z PASS [ 0.419s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_1
12022025-02-10T20:41:28.969Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
12032025-02-10T20:41:28.978Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
12042025-02-10T20:41:28.983Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
12052025-02-10T20:41:29.009Z PASS [ 4.052s] integration-tests::integration test_target_arg
12062025-02-10T20:41:29.017Z PASS [ 0.376s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_all
12072025-02-10T20:41:29.241Z PASS [ 0.263s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
12082025-02-10T20:41:29.244Z PASS [ 0.258s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
12092025-02-10T20:41:29.249Z PASS [ 0.277s] nextest-runner config::overrides::tests::cfg_unix_with_custom_platform
12102025-02-10T20:41:29.276Z PASS [ 0.266s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
12112025-02-10T20:41:29.295Z PASS [ 0.277s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
12122025-02-10T20:41:29.523Z PASS [ 0.272s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
12132025-02-10T20:41:29.526Z PASS [ 0.281s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
12142025-02-10T20:41:29.529Z PASS [ 0.286s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
12152025-02-10T20:41:29.564Z PASS [ 0.287s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
12162025-02-10T20:41:29.576Z PASS [ 0.280s] nextest-runner config::overrides::tests::test_overrides_basic
12172025-02-10T20:41:29.669Z PASS [ 5.793s] integration-tests::integration test_show_config_test_groups
12182025-02-10T20:41:29.800Z PASS [ 0.271s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
12192025-02-10T20:41:29.805Z PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
12202025-02-10T20:41:29.808Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
12212025-02-10T20:41:29.840Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
12222025-02-10T20:41:29.857Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
12232025-02-10T20:41:29.953Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
12242025-02-10T20:41:30.088Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
12252025-02-10T20:41:30.090Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
12262025-02-10T20:41:30.097Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
12272025-02-10T20:41:30.130Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
12282025-02-10T20:41:30.160Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
12292025-02-10T20:41:30.239Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
12302025-02-10T20:41:30.384Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
12312025-02-10T20:41:30.387Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
12322025-02-10T20:41:30.403Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
12332025-02-10T20:41:30.419Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
12342025-02-10T20:41:30.439Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
12352025-02-10T20:41:30.527Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
12362025-02-10T20:41:30.666Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
12372025-02-10T20:41:30.669Z PASS [ 0.277s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
12382025-02-10T20:41:30.685Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
12392025-02-10T20:41:30.707Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
12402025-02-10T20:41:30.726Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
12412025-02-10T20:41:30.835Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_valid
12422025-02-10T20:41:30.952Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
12432025-02-10T20:41:30.960Z PASS [ 0.291s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
12442025-02-10T20:41:30.978Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
12452025-02-10T20:41:30.995Z PASS [ 0.287s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
12462025-02-10T20:41:31.016Z PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
12472025-02-10T20:41:31.133Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
12482025-02-10T20:41:31.239Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
12492025-02-10T20:41:31.258Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
12502025-02-10T20:41:31.279Z PASS [ 0.300s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
12512025-02-10T20:41:31.302Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12522025-02-10T20:41:31.320Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12532025-02-10T20:41:31.430Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12542025-02-10T20:41:31.537Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12552025-02-10T20:41:31.567Z PASS [ 0.310s] nextest-runner config::scripts::tests::test_scripts_basic
12562025-02-10T20:41:31.579Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12572025-02-10T20:41:31.597Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12582025-02-10T20:41:31.608Z PASS [ 0.287s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12592025-02-10T20:41:31.729Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12602025-02-10T20:41:31.842Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12612025-02-10T20:41:31.861Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12622025-02-10T20:41:31.876Z PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12632025-02-10T20:41:31.898Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12642025-02-10T20:41:31.901Z PASS [ 0.290s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12652025-02-10T20:41:32.035Z PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12662025-02-10T20:41:32.108Z PASS [ 6.806s] integration-tests::integration test_target_dir
12672025-02-10T20:41:32.144Z PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12682025-02-10T20:41:32.146Z PASS [ 0.282s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12692025-02-10T20:41:32.164Z PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12702025-02-10T20:41:32.192Z PASS [ 0.293s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12712025-02-10T20:41:32.208Z PASS [ 0.309s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12722025-02-10T20:41:32.349Z PASS [ 0.314s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12732025-02-10T20:41:32.397Z PASS [ 0.288s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12742025-02-10T20:41:32.435Z PASS [ 0.270s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12752025-02-10T20:41:32.443Z PASS [ 0.291s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12762025-02-10T20:41:32.446Z PASS [ 0.297s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12772025-02-10T20:41:32.479Z PASS [ 0.286s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12782025-02-10T20:41:32.493Z PASS [ 0.284s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12792025-02-10T20:41:32.652Z PASS [ 0.302s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12802025-02-10T20:41:32.686Z PASS [ 0.288s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12812025-02-10T20:41:32.714Z PASS [ 0.271s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12822025-02-10T20:41:32.716Z PASS [ 0.271s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12832025-02-10T20:41:32.723Z PASS [ 0.279s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12842025-02-10T20:41:32.742Z PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file
12852025-02-10T20:41:32.763Z PASS [ 0.283s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12862025-02-10T20:41:32.776Z PASS [ 0.282s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12872025-02-10T20:41:32.830Z PASS [ 0.065s] nextest-runner errors::tests::display_error_chain
12882025-02-10T20:41:32.839Z PASS [ 0.062s] nextest-runner errors::tests::display_error_list
12892025-02-10T20:41:32.853Z PASS [ 0.023s] nextest-runner list::binary_list::tests::test_parse_binary_list
12902025-02-10T20:41:32.866Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12912025-02-10T20:41:32.879Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12922025-02-10T20:41:32.886Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12932025-02-10T20:41:32.901Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12942025-02-10T20:41:32.909Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12952025-02-10T20:41:32.922Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12962025-02-10T20:41:32.930Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12972025-02-10T20:41:32.943Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12982025-02-10T20:41:32.950Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12992025-02-10T20:41:32.967Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
13002025-02-10T20:41:32.972Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
13012025-02-10T20:41:32.993Z PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list
13022025-02-10T20:41:32.996Z PASS [ 0.020s] nextest-runner partition::tests::partitioner_builder_from_str
13032025-02-10T20:41:33.001Z PASS [ 0.312s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
13042025-02-10T20:41:33.003Z PASS [ 0.346s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
13052025-02-10T20:41:33.018Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
13062025-02-10T20:41:33.020Z PASS [ 0.025s] nextest-runner platform::tests::test_from_rustc_output_invalid
13072025-02-10T20:41:33.025Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
13082025-02-10T20:41:33.028Z PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
13092025-02-10T20:41:33.037Z PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::zero
13102025-02-10T20:41:33.041Z PASS [ 0.021s] nextest-runner redact::tests::test_redact_path
13112025-02-10T20:41:33.044Z PASS [ 0.324s] nextest-runner config::threads_required::tests::parse_threads_required::positive
13122025-02-10T20:41:33.050Z PASS [ 0.306s] nextest-runner config::tool_config::tests::tool_config_basic
13132025-02-10T20:41:33.052Z PASS [ 0.030s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
13142025-02-10T20:41:33.066Z PASS [ 0.023s] nextest-runner reporter::displayer::imp::tests::no_capture_settings
13152025-02-10T20:41:33.069Z PASS [ 0.034s] nextest-runner reporter::displayer::formatters::tests::test_final_warnings
13162025-02-10T20:41:33.080Z PASS [ 0.029s] nextest-runner reporter::displayer::progress::tests::test_progress_bar_prefix
13172025-02-10T20:41:33.093Z PASS [ 0.066s] nextest-runner reporter::displayer::formatters::tests::test_write_skip_counts
13182025-02-10T20:41:33.102Z PASS [ 0.063s] nextest-runner reporter::displayer::imp::tests::final_status_line
13192025-02-10T20:41:33.106Z PASS [ 0.039s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_show_immediate
13202025-02-10T20:41:33.111Z PASS [ 0.039s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_store_final
13212025-02-10T20:41:33.115Z PASS [ 0.069s] nextest-runner reporter::displayer::imp::tests::test_info_response
13222025-02-10T20:41:33.117Z PASS [ 0.064s] nextest-runner reporter::displayer::progress::tests::progress_str_snapshots
13232025-02-10T20:41:33.130Z PASS [ 0.049s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_write_status_line
13242025-02-10T20:41:33.134Z PASS [ 0.037s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_show_immediate
13252025-02-10T20:41:33.139Z PASS [ 0.036s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_1
13262025-02-10T20:41:33.142Z PASS [ 0.031s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_3
13272025-02-10T20:41:33.148Z PASS [ 0.032s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_with_interrupt
13282025-02-10T20:41:33.152Z PASS [ 0.044s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_2
13292025-02-10T20:41:33.154Z PASS [ 0.018s] nextest-runner reporter::displayer::unit_output::tests::test_write_output_with_highlight
13302025-02-10T20:41:33.161Z PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
13312025-02-10T20:41:33.166Z PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
13322025-02-10T20:41:33.168Z PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
13332025-02-10T20:41:33.171Z PASS [ 0.040s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_write_status_line
13342025-02-10T20:41:33.171Z PASS [ 0.018s] nextest-runner reporter::events::tests::test_is_success
13352025-02-10T20:41:33.182Z PASS [ 0.061s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_4
13362025-02-10T20:41:33.185Z PASS [ 0.024s] nextest-runner reporter::helpers::tests::test_highlight_end
13372025-02-10T20:41:33.195Z PASS [ 0.021s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
13382025-02-10T20:41:33.201Z PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative
13392025-02-10T20:41:33.209Z PASS [ 0.022s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
13402025-02-10T20:41:33.221Z PASS [ 0.025s] nextest-runner runner::imp::tests::no_capture_settings
13412025-02-10T20:41:33.227Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output
13422025-02-10T20:41:33.230Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
13432025-02-10T20:41:33.234Z PASS [ 0.023s] nextest-runner rustc_cli::tests::test_fail_to_spawn
13442025-02-10T20:41:33.237Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
13452025-02-10T20:41:33.237Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
13462025-02-10T20:41:33.252Z PASS [ 0.024s] nextest-runner target_runner::tests::test_find_config
13472025-02-10T20:41:33.258Z PASS [ 0.017s] nextest-runner test_filter::tests::empty_pattern_examples
13482025-02-10T20:41:33.263Z PASS [ 0.027s] nextest-runner test_command::tests::parse_build_script
13492025-02-10T20:41:33.265Z PASS [ 0.026s] nextest-runner test_filter::tests::pattern_examples
13502025-02-10T20:41:33.326Z PASS [ 0.104s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
13512025-02-10T20:41:33.348Z PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples
13522025-02-10T20:41:33.363Z PASS [ 0.135s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
13532025-02-10T20:41:33.389Z PASS [ 0.136s] nextest-runner test_filter::tests::proptest_empty
13542025-02-10T20:41:33.482Z PASS [ 0.281s] nextest-runner rustc_cli::tests::test_execute_with_failure
13552025-02-10T20:41:33.520Z PASS [ 0.255s] nextest-runner test_filter::tests::proptest_no_match
13562025-02-10T20:41:33.933Z PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause
13572025-02-10T20:41:34.006Z PASS [ 0.745s] nextest-runner test_filter::tests::proptest_exact
13582025-02-10T20:41:34.207Z PASS [ 0.943s] nextest-runner test_filter::tests::proptest_substring
13592025-02-10T20:41:34.378Z PASS [ 15.114s] integration-tests::integration test_run
13602025-02-10T20:41:34.874Z PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13612025-02-10T20:41:35.156Z PASS [ 1.636s] nextest-runner::integration basic::test_list_binaries
13622025-02-10T20:41:35.427Z PASS [ 1.943s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13632025-02-10T20:41:35.434Z PASS [ 1.500s] nextest-runner::integration basic::test_list_tests
13642025-02-10T20:41:35.437Z PASS [ 2.044s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13652025-02-10T20:41:35.459Z PASS [ 0.024s] nextest-runner::integration target_runner::disregards_non_matching
13662025-02-10T20:41:35.485Z PASS [ 0.328s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13672025-02-10T20:41:35.485Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13682025-02-10T20:41:35.510Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact
13692025-02-10T20:41:35.518Z PASS [ 0.641s] nextest-runner::integration basic::test_run_ignored
13702025-02-10T20:41:35.878Z PASS [ 0.443s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13712025-02-10T20:41:35.897Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_cargo_env
13722025-02-10T20:41:35.920Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli
13732025-02-10T20:41:35.945Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13742025-02-10T20:41:35.970Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13752025-02-10T20:41:35.996Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env
13762025-02-10T20:41:36.018Z PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13772025-02-10T20:41:36.041Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_target_cli_option
13782025-02-10T20:41:36.164Z PASS [ 0.678s] nextest-runner::integration target_runner::parses_cargo_env
13792025-02-10T20:41:36.204Z PASS [ 0.694s] nextest-runner::integration target_runner::test_listing_with_target_runner
13802025-02-10T20:41:36.651Z PASS [ 2.261s] nextest-runner::integration basic::test_run
13812025-02-10T20:41:37.109Z PASS [ 1.592s] nextest-runner::integration target_runner::test_run_with_target_runner
13822025-02-10T20:41:37.750Z PASS [ 2.322s] nextest-runner::integration basic::test_termination
13832025-02-10T20:41:38.837Z PASS [ 4.832s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13842025-02-10T20:41:38.839Z PASS [ 4.631s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13852025-02-10T20:41:38.839Z────────────
13862025-02-10T20:41:38.839Z Summary [ 24.161s] 312 tests run: 312 passed, 1 skipped
13872025-02-10T20:41:38.869Z
13882025-02-10T20:41:38.871Zreal 25.488750772
13892025-02-10T20:41:38.871Zuser 1:27.698220812
13902025-02-10T20:41:38.871Zsys 1:02.095334392
13912025-02-10T20:41:38.871Ztrap 0.111979362
13922025-02-10T20:41:38.871Ztflt 0.127355461
13932025-02-10T20:41:38.871Zdflt 0.111386885
13942025-02-10T20:41:38.872Zkflt 0.001529248
13952025-02-10T20:41:38.872Zlock 12:00.248566493
13962025-02-10T20:41:38.872Zslp 6:29.399964331
13972025-02-10T20:41:38.872Zlat 1:25.062141349
13982025-02-10T20:41:38.872Zstop 2:18.709568906
13992025-02-10T20:41:38.872Z+ banner release
14002025-02-10T20:41:38.872Z
14012025-02-10T20:41:38.872Z ##### ###### # ###### ## #### ######
14022025-02-10T20:41:38.872Z # # # # # # # # #
14032025-02-10T20:41:38.872Z # # ##### # ##### # # #### #####
14042025-02-10T20:41:38.872Z ##### # # # ###### # #
14052025-02-10T20:41:38.872Z # # # # # # # # # #
14062025-02-10T20:41:38.872Z # # ###### ###### ###### # # #### ######
14072025-02-10T20:41:38.872Z
14082025-02-10T20:41:38.874Z+ ptime -m cargo nextest run --profile ci
14092025-02-10T20:41:39.309Zinfo: experimental features enabled: setup-scripts
14102025-02-10T20:41:39.567Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
14112025-02-10T20:41:39.709Z────────────
14122025-02-10T20:41:39.709Z Nextest run ID ee2ee924-ea95-4ef4-9814-467e1a4c36ae with nextest profile: ci
14132025-02-10T20:41:39.709Z Starting 312 tests across 17 binaries (1 test skipped)
14142025-02-10T20:41:39.712Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
14152025-02-10T20:41:39.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
14162025-02-10T20:41:40.008Z Running `target/debug/build-seed-archive`
14172025-02-10T20:41:40.391Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-24ee1b50912309f39e262ccd926dbf7760437798e6adaea168d578c32bb68d06.tar.zst, building
14182025-02-10T20:41:42.745Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-24ee1b50912309f39e262ccd926dbf7760437798e6adaea168d578c32bb68d06.tar.zst
14192025-02-10T20:41:42.748Z SETUP PASS [ 3.040s] build-seed-archive: cargo run --bin build-seed-archive
14202025-02-10T20:41:42.769Z PASS [ 0.014s] integration-tests::custom-harness thread_count::test_single_threaded
14212025-02-10T20:41:42.774Z PASS [ 0.024s] integration-tests::custom-harness thread_count::test_multi_threaded
14222025-02-10T20:41:42.799Z PASS [ 0.049s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
14232025-02-10T20:41:42.964Z PASS [ 0.215s] cargo-nextest dispatch::tests::test_argument_parsing
14242025-02-10T20:41:43.063Z PASS [ 0.314s] integration-tests::datatest custom_target::custom_invalid::invalid-family.json
14252025-02-10T20:41:43.067Z PASS [ 0.314s] integration-tests::datatest custom_target::custom_invalid::invalid-target-pointer-width.json
14262025-02-10T20:41:43.067Z PASS [ 0.314s] integration-tests::datatest custom_target::custom_invalid::invalid-endian.json
14272025-02-10T20:41:43.067Z PASS [ 0.314s] integration-tests::datatest custom_target::custom_invalid::invalid-arch.json
14282025-02-10T20:41:43.080Z PASS [ 0.310s] integration-tests::datatest custom_target::custom_invalid::missing-arch.json
14292025-02-10T20:41:43.083Z PASS [ 0.306s] integration-tests::datatest custom_target::custom_invalid::syntax-error.json
14302025-02-10T20:41:44.406Z PASS [ 1.607s] integration-tests::integration test_list_binaries_only
14312025-02-10T20:41:44.971Z PASS [ 1.907s] integration-tests::integration test_list_host_after_build
14322025-02-10T20:41:45.240Z PASS [ 2.275s] integration-tests::integration test_list_default
14332025-02-10T20:41:45.294Z PASS [ 2.230s] integration-tests::integration test_list_target_after_build
14342025-02-10T20:41:45.406Z PASS [ 2.341s] integration-tests::integration test_list_full
14352025-02-10T20:41:45.417Z PASS [ 2.353s] integration-tests::integration test_list_full_after_build
14362025-02-10T20:41:47.085Z PASS [ 1.790s] integration-tests::integration test_run_from_archive_with_missing_includes
14372025-02-10T20:41:48.094Z PASS [ 5.012s] integration-tests::integration test_relocated_run
14382025-02-10T20:41:48.329Z PASS [ 0.235s] integration-tests::integration test_rustc_version_verbose_errors
14392025-02-10T20:41:48.807Z PASS [ 3.389s] integration-tests::integration test_run_no_tests
14402025-02-10T20:41:49.016Z PASS [ 4.043s] integration-tests::integration test_run_after_build
14412025-02-10T20:41:50.088Z PASS [ 1.758s] integration-tests::integration test_setup_script_error
14422025-02-10T20:41:50.111Z PASS [ 1.303s] integration-tests::integration test_setup_scripts_not_enabled
14432025-02-10T20:41:50.140Z PASS [ 7.058s] integration-tests::integration test_list_with_default_filter
14442025-02-10T20:41:50.472Z PASS [ 3.387s] integration-tests::integration test_run_with_default_filter
14452025-02-10T20:41:50.521Z PASS [ 0.048s] integration-tests::integration test_version_info
14462025-02-10T20:41:51.265Z PASS [ 0.743s] nextest-filtering parsing::tests::proptest_expr_roundtrip
14472025-02-10T20:41:51.282Z PASS [ 0.017s] nextest-filtering parsing::tests::test_complex_error
14482025-02-10T20:41:51.297Z PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_eof
14492025-02-10T20:41:51.312Z PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_expr
14502025-02-10T20:41:51.325Z PASS [ 0.013s] nextest-filtering parsing::tests::test_invalid_and_operator
14512025-02-10T20:41:51.337Z PASS [ 0.011s] nextest-filtering parsing::tests::test_invalid_escapes
14522025-02-10T20:41:51.351Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_glob
14532025-02-10T20:41:51.366Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_or_operator
14542025-02-10T20:41:51.378Z PASS [ 0.011s] nextest-filtering parsing::tests::test_invalid_platform
14552025-02-10T20:41:51.392Z PASS [ 0.013s] nextest-filtering parsing::tests::test_invalid_regex
14562025-02-10T20:41:51.404Z PASS [ 0.012s] nextest-filtering parsing::tests::test_missing_argument
14572025-02-10T20:41:51.421Z PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_close_parentheses
14582025-02-10T20:41:51.435Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_close_regex
14592025-02-10T20:41:51.450Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_open_parentheses
14602025-02-10T20:41:51.465Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_parentheses
14612025-02-10T20:41:51.481Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_comma
14622025-02-10T20:41:51.496Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_difference
14632025-02-10T20:41:51.510Z PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_intersection
14642025-02-10T20:41:51.527Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_not
14652025-02-10T20:41:51.543Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_precedence
14662025-02-10T20:41:51.557Z PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_set
14672025-02-10T20:41:51.573Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_union
14682025-02-10T20:41:51.613Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_glob_matcher
14692025-02-10T20:41:51.657Z PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_name_matcher
14702025-02-10T20:41:51.671Z PASS [ 0.013s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14712025-02-10T20:41:51.675Z PASS [ 1.587s] integration-tests::integration test_show_config_version
14722025-02-10T20:41:51.695Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_set_def
14732025-02-10T20:41:51.708Z PASS [ 0.014s] nextest-filtering parsing::tests::test_unexpected_argument
14742025-02-10T20:41:51.714Z PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_regex
14752025-02-10T20:41:51.721Z PASS [ 0.012s] nextest-filtering parsing::tests::test_unexpected_comma
14762025-02-10T20:41:51.741Z PASS [ 0.020s] nextest-filtering::match test_binary_query
14772025-02-10T20:41:51.761Z PASS [ 0.019s] nextest-filtering::match test_expr_binary
14782025-02-10T20:41:51.781Z PASS [ 0.020s] nextest-filtering::match test_expr_binary_id_glob
14792025-02-10T20:41:51.803Z PASS [ 0.021s] nextest-filtering::match test_expr_deps
14802025-02-10T20:41:51.821Z PASS [ 0.018s] nextest-filtering::match test_expr_kind
14812025-02-10T20:41:51.840Z PASS [ 0.019s] nextest-filtering::match test_expr_kind_partial
14822025-02-10T20:41:51.859Z PASS [ 6.618s] integration-tests::integration test_run_from_archive_with_includes
14832025-02-10T20:41:51.865Z PASS [ 0.025s] nextest-filtering::match test_expr_package_contains
14842025-02-10T20:41:51.877Z PASS [ 0.017s] nextest-filtering::match test_expr_package_equal
14852025-02-10T20:41:51.887Z PASS [ 0.021s] nextest-filtering::match test_expr_package_regex
14862025-02-10T20:41:51.896Z PASS [ 0.019s] nextest-filtering::match test_expr_platform
14872025-02-10T20:41:51.909Z PASS [ 0.022s] nextest-filtering::match test_expr_rdeps
14882025-02-10T20:41:51.921Z PASS [ 0.024s] nextest-filtering::match test_expr_test
14892025-02-10T20:41:51.933Z PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_and_not
14902025-02-10T20:41:51.945Z PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_minus
14912025-02-10T20:41:51.960Z PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14922025-02-10T20:41:51.968Z PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_and
14932025-02-10T20:41:51.988Z PASS [ 0.028s] nextest-filtering::match test_expr_test_not
14942025-02-10T20:41:51.992Z PASS [ 6.583s] integration-tests::integration test_run_from_archive_with_no_includes
14952025-02-10T20:41:52.003Z PASS [ 0.034s] nextest-filtering::match test_expr_test_union::with_or
14962025-02-10T20:41:52.007Z PASS [ 0.019s] nextest-filtering::match test_expr_test_union::with_pipe
14972025-02-10T20:41:52.021Z PASS [ 0.028s] nextest-filtering::match test_expr_test_union::with_plus
14982025-02-10T20:41:52.026Z PASS [ 0.023s] nextest-filtering::match test_expr_with_no_matching_packages
14992025-02-10T20:41:52.038Z PASS [ 0.016s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
15002025-02-10T20:41:52.050Z PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
15012025-02-10T20:41:52.057Z PASS [ 0.030s] nextest-metadata test_list::tests::test_binary_id_ord
15022025-02-10T20:41:52.070Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
15032025-02-10T20:41:52.075Z PASS [ 0.037s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
15042025-02-10T20:41:52.083Z PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
15052025-02-10T20:41:52.087Z PASS [ 0.016s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
15062025-02-10T20:41:52.096Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
15072025-02-10T20:41:52.102Z PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
15082025-02-10T20:41:52.105Z PASS [ 0.016s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
15092025-02-10T20:41:52.118Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
15102025-02-10T20:41:52.123Z PASS [ 0.409s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
15112025-02-10T20:41:52.130Z PASS [ 0.026s] nextest-runner cargo_config::env::tests::test_env_var_precedence
15122025-02-10T20:41:52.130Z PASS [ 0.026s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
15132025-02-10T20:41:52.155Z PASS [ 0.037s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
15142025-02-10T20:41:52.449Z PASS [ 0.325s] nextest-runner config::archive::tests::parse_invalid::absolute_path
15152025-02-10T20:41:52.454Z PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
15162025-02-10T20:41:52.478Z PASS [ 0.341s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
15172025-02-10T20:41:52.522Z PASS [ 0.366s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
15182025-02-10T20:41:52.833Z PASS [ 0.381s] nextest-runner config::archive::tests::parse_invalid::missing_list
15192025-02-10T20:41:52.876Z PASS [ 0.397s] nextest-runner config::archive::tests::parse_invalid::negative_depth
15202025-02-10T20:41:52.890Z PASS [ 0.435s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
15212025-02-10T20:41:52.894Z PASS [ 0.017s] nextest-runner config::archive::tests::test_join_rel_path
15222025-02-10T20:41:52.912Z PASS [ 0.022s] nextest-runner config::config_impl::tests::default_config_is_valid
15232025-02-10T20:41:52.928Z PASS [ 0.016s] nextest-runner config::helpers::tests::test_deserialize_relative_path
15242025-02-10T20:41:52.947Z PASS [ 0.019s] nextest-runner config::identifier::tests::test_invalid
15252025-02-10T20:41:52.975Z PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid
15262025-02-10T20:41:53.110Z PASS [ 0.588s] nextest-runner config::archive::tests::parse_invalid::parent_component
15272025-02-10T20:41:53.239Z PASS [ 0.408s] nextest-runner config::archive::tests::parse_valid
15282025-02-10T20:41:53.285Z PASS [ 0.390s] nextest-runner config::config_impl::tests::ignored_keys
15292025-02-10T20:41:53.404Z PASS [ 0.429s] nextest-runner config::max_fail::tests::invalid_fail_fast::empty_string_max_fail
15302025-02-10T20:41:53.485Z PASS [ 0.375s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_map_key
15312025-02-10T20:41:53.595Z PASS [ 0.311s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_negative_max_fail
15322025-02-10T20:41:53.603Z PASS [ 0.363s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_max_fail_type
15332025-02-10T20:41:53.719Z PASS [ 0.311s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_string_max_fail
15342025-02-10T20:41:53.832Z PASS [ 0.347s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_zero_max_fail
15352025-02-10T20:41:53.848Z PASS [ 0.016s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
15362025-02-10T20:41:53.916Z PASS [ 0.313s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_boolean_not_allowed
15372025-02-10T20:41:53.919Z PASS [ 0.321s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_as_positive_integer
15382025-02-10T20:41:54.053Z PASS [ 0.337s] nextest-runner config::max_fail::tests::invalid_fail_fast::zero_string
15392025-02-10T20:41:54.127Z PASS [ 0.279s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_false
15402025-02-10T20:41:54.207Z PASS [ 0.290s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_true
15412025-02-10T20:41:54.222Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_accumulate
15422025-02-10T20:41:54.226Z PASS [ 4.114s] integration-tests::integration test_target_arg
15432025-02-10T20:41:54.230Z PASS [ 0.310s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_1
15442025-02-10T20:41:54.238Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
15452025-02-10T20:41:54.243Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
15462025-02-10T20:41:54.246Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
15472025-02-10T20:41:54.253Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
15482025-02-10T20:41:54.257Z PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
15492025-02-10T20:41:54.261Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
15502025-02-10T20:41:54.269Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
15512025-02-10T20:41:54.272Z PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
15522025-02-10T20:41:54.323Z PASS [ 0.270s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_2
15532025-02-10T20:41:54.391Z PASS [ 0.263s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_all
15542025-02-10T20:41:54.533Z PASS [ 0.264s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
15552025-02-10T20:41:54.538Z PASS [ 0.275s] nextest-runner config::overrides::tests::cfg_unix_with_custom_platform
15562025-02-10T20:41:54.549Z PASS [ 0.276s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
15572025-02-10T20:41:54.605Z PASS [ 0.281s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
15582025-02-10T20:41:54.687Z PASS [ 0.295s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
15592025-02-10T20:41:54.796Z PASS [ 5.780s] integration-tests::integration test_show_config_test_groups
15602025-02-10T20:41:54.819Z PASS [ 0.279s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
15612025-02-10T20:41:54.825Z PASS [ 0.287s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
15622025-02-10T20:41:54.843Z PASS [ 0.293s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
15632025-02-10T20:41:54.900Z PASS [ 0.294s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
15642025-02-10T20:41:54.988Z PASS [ 0.301s] nextest-runner config::overrides::tests::test_overrides_basic
15652025-02-10T20:41:55.095Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
15662025-02-10T20:41:55.110Z PASS [ 0.289s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
15672025-02-10T20:41:55.113Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
15682025-02-10T20:41:55.138Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
15692025-02-10T20:41:55.204Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
15702025-02-10T20:41:55.280Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
15712025-02-10T20:41:55.390Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
15722025-02-10T20:41:55.403Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15732025-02-10T20:41:55.407Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
15742025-02-10T20:41:55.443Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
15752025-02-10T20:41:55.509Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
15762025-02-10T20:41:55.620Z PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15772025-02-10T20:41:55.695Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15782025-02-10T20:41:55.699Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15792025-02-10T20:41:55.715Z PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15802025-02-10T20:41:55.749Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15812025-02-10T20:41:55.805Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15822025-02-10T20:41:55.915Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15832025-02-10T20:41:55.978Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15842025-02-10T20:41:55.978Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15852025-02-10T20:41:56.007Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15862025-02-10T20:41:56.042Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15872025-02-10T20:41:56.083Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15882025-02-10T20:41:56.199Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_valid
15892025-02-10T20:41:56.262Z PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15902025-02-10T20:41:56.267Z PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15912025-02-10T20:41:56.293Z PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15922025-02-10T20:41:56.336Z PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15932025-02-10T20:41:56.373Z PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15942025-02-10T20:41:56.498Z PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15952025-02-10T20:41:56.557Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15962025-02-10T20:41:56.583Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15972025-02-10T20:41:56.597Z PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15982025-02-10T20:41:56.622Z PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15992025-02-10T20:41:56.677Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
16002025-02-10T20:41:56.791Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
16012025-02-10T20:41:56.844Z PASS [ 0.287s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
16022025-02-10T20:41:56.859Z PASS [ 6.718s] integration-tests::integration test_target_dir
16032025-02-10T20:41:56.888Z PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
16042025-02-10T20:41:56.905Z PASS [ 0.322s] nextest-runner config::scripts::tests::test_scripts_basic
16052025-02-10T20:41:56.913Z PASS [ 0.291s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
16062025-02-10T20:41:56.972Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
16072025-02-10T20:41:57.077Z PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
16082025-02-10T20:41:57.131Z PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
16092025-02-10T20:41:57.176Z PASS [ 0.317s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
16102025-02-10T20:41:57.189Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
16112025-02-10T20:41:57.200Z PASS [ 0.287s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
16122025-02-10T20:41:57.208Z PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
16132025-02-10T20:41:57.305Z PASS [ 0.333s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
16142025-02-10T20:41:57.366Z PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
16152025-02-10T20:41:57.417Z PASS [ 0.286s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
16162025-02-10T20:41:57.460Z PASS [ 0.283s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
16172025-02-10T20:41:57.477Z PASS [ 0.276s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
16182025-02-10T20:41:57.482Z PASS [ 0.272s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
16192025-02-10T20:41:57.484Z PASS [ 0.292s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
16202025-02-10T20:41:57.590Z PASS [ 0.284s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
16212025-02-10T20:41:57.652Z PASS [ 0.285s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
16222025-02-10T20:41:57.689Z PASS [ 0.272s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
16232025-02-10T20:41:57.740Z PASS [ 0.280s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
16242025-02-10T20:41:57.755Z PASS [ 0.278s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
16252025-02-10T20:41:57.759Z PASS [ 0.278s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
16262025-02-10T20:41:57.761Z PASS [ 0.278s] nextest-runner config::test_threads::tests::parse_test_threads::negative
16272025-02-10T20:41:57.874Z PASS [ 0.284s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
16282025-02-10T20:41:57.955Z PASS [ 0.303s] nextest-runner config::test_threads::tests::parse_test_threads::positive
16292025-02-10T20:41:57.991Z PASS [ 0.302s] nextest-runner config::test_threads::tests::parse_test_threads::zero
16302025-02-10T20:41:58.041Z PASS [ 0.285s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
16312025-02-10T20:41:58.041Z PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
16322025-02-10T20:41:58.045Z PASS [ 0.285s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
16332025-02-10T20:41:58.061Z PASS [ 0.021s] nextest-runner config::tool_config::tests::parse_tool_config_file
16342025-02-10T20:41:58.102Z PASS [ 0.361s] nextest-runner config::threads_required::tests::parse_threads_required::negative
16352025-02-10T20:41:58.107Z PASS [ 0.062s] nextest-runner errors::tests::display_error_chain
16362025-02-10T20:41:58.121Z PASS [ 0.019s] nextest-runner list::binary_list::tests::test_parse_binary_list
16372025-02-10T20:41:58.125Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
16382025-02-10T20:41:58.128Z PASS [ 0.065s] nextest-runner errors::tests::display_error_list
16392025-02-10T20:41:58.139Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
16402025-02-10T20:41:58.145Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
16412025-02-10T20:41:58.145Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
16422025-02-10T20:41:58.156Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
16432025-02-10T20:41:58.160Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
16442025-02-10T20:41:58.164Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
16452025-02-10T20:41:58.167Z PASS [ 0.293s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
16462025-02-10T20:41:58.172Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
16472025-02-10T20:41:58.175Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
16482025-02-10T20:41:58.179Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
16492025-02-10T20:41:58.185Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
16502025-02-10T20:41:58.191Z PASS [ 0.015s] nextest-runner partition::tests::partitioner_builder_from_str
16512025-02-10T20:41:58.195Z PASS [ 0.019s] nextest-runner list::test_list::tests::test_parse_test_list
16522025-02-10T20:41:58.199Z PASS [ 0.015s] nextest-runner platform::tests::test_from_rustc_output_invalid
16532025-02-10T20:41:58.199Z PASS [ 0.015s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
16542025-02-10T20:41:58.207Z PASS [ 0.015s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
16552025-02-10T20:41:58.211Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
16562025-02-10T20:41:58.216Z PASS [ 0.016s] nextest-runner redact::tests::test_redact_path
16572025-02-10T20:41:58.221Z PASS [ 0.022s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
16582025-02-10T20:41:58.224Z PASS [ 0.017s] nextest-runner reporter::displayer::formatters::tests::test_final_warnings
16592025-02-10T20:41:58.236Z PASS [ 0.015s] nextest-runner reporter::displayer::imp::tests::no_capture_settings
16602025-02-10T20:41:58.270Z PASS [ 0.059s] nextest-runner reporter::displayer::formatters::tests::test_write_skip_counts
16612025-02-10T20:41:58.274Z PASS [ 0.059s] nextest-runner reporter::displayer::imp::tests::final_status_line
16622025-02-10T20:41:58.278Z PASS [ 0.287s] nextest-runner config::threads_required::tests::parse_threads_required::zero
16632025-02-10T20:41:58.286Z PASS [ 0.015s] nextest-runner reporter::displayer::progress::tests::test_progress_bar_prefix
16642025-02-10T20:41:58.291Z PASS [ 0.067s] nextest-runner reporter::displayer::imp::tests::test_info_response
16652025-02-10T20:41:58.302Z PASS [ 0.064s] nextest-runner reporter::displayer::progress::tests::progress_str_snapshots
16662025-02-10T20:41:58.308Z PASS [ 0.352s] nextest-runner config::threads_required::tests::parse_threads_required::positive
16672025-02-10T20:41:58.311Z PASS [ 0.037s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_show_immediate
16682025-02-10T20:41:58.314Z PASS [ 0.036s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_store_final
16692025-02-10T20:41:58.325Z PASS [ 0.034s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_show_immediate
16702025-02-10T20:41:58.329Z PASS [ 0.043s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_write_status_line
16712025-02-10T20:41:58.333Z PASS [ 0.033s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_1
16722025-02-10T20:41:58.338Z PASS [ 0.026s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_3
16732025-02-10T20:41:58.342Z PASS [ 0.033s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_2
16742025-02-10T20:41:58.348Z PASS [ 0.014s] nextest-runner reporter::displayer::unit_output::tests::test_write_output_with_highlight
16752025-02-10T20:41:58.356Z PASS [ 0.029s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_with_interrupt
16762025-02-10T20:41:58.359Z PASS [ 0.017s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
16772025-02-10T20:41:58.362Z PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
16782025-02-10T20:41:58.365Z PASS [ 0.048s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_4
16792025-02-10T20:41:58.365Z PASS [ 0.015s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
16802025-02-10T20:41:58.365Z PASS [ 0.033s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_write_status_line
16812025-02-10T20:41:58.375Z PASS [ 0.013s] nextest-runner reporter::events::tests::test_is_success
16822025-02-10T20:41:58.378Z PASS [ 0.328s] nextest-runner config::tool_config::tests::tool_config_basic
16832025-02-10T20:41:58.378Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_highlight_end
16842025-02-10T20:41:58.391Z PASS [ 0.015s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16852025-02-10T20:41:58.395Z PASS [ 0.019s] nextest-runner reuse_build::tests::test_path_mapper_relative
16862025-02-10T20:41:58.398Z PASS [ 0.022s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16872025-02-10T20:41:58.415Z PASS [ 0.024s] nextest-runner runner::imp::tests::no_capture_settings
16882025-02-10T20:41:58.419Z PASS [ 0.020s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16892025-02-10T20:41:58.423Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output
16902025-02-10T20:41:58.425Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16912025-02-10T20:41:58.428Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16922025-02-10T20:41:58.434Z PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16932025-02-10T20:41:58.439Z PASS [ 0.015s] nextest-runner test_command::tests::parse_build_script
16942025-02-10T20:41:58.446Z PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples
16952025-02-10T20:41:58.452Z PASS [ 0.017s] nextest-runner test_filter::tests::pattern_examples
16962025-02-10T20:41:58.455Z PASS [ 0.031s] nextest-runner target_runner::tests::test_find_config
16972025-02-10T20:41:58.518Z PASS [ 0.103s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16982025-02-10T20:41:58.537Z PASS [ 0.019s] nextest-runner test_filter::tests::skip_only_pattern_examples
16992025-02-10T20:41:58.549Z PASS [ 0.130s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
17002025-02-10T20:41:58.573Z PASS [ 0.134s] nextest-runner test_filter::tests::proptest_empty
17012025-02-10T20:41:58.697Z PASS [ 0.246s] nextest-runner test_filter::tests::proptest_no_match
17022025-02-10T20:41:58.724Z PASS [ 0.327s] nextest-runner rustc_cli::tests::test_execute_with_failure
17032025-02-10T20:41:58.811Z PASS [ 0.088s] nextest-runner::integration basic::test_list_binaries
17042025-02-10T20:41:58.813Z PASS [ 0.238s] nextest-runner::integration basic::test_filter_expr_with_string_filters
17052025-02-10T20:41:58.896Z PASS [ 0.198s] nextest-runner::integration basic::test_filter_expr_without_string_filters
17062025-02-10T20:41:59.041Z PASS [ 0.229s] nextest-runner::integration basic::test_list_tests
17072025-02-10T20:41:59.047Z PASS [ 0.602s] nextest-runner test_filter::tests::proptest_exact
17082025-02-10T20:41:59.117Z PASS [ 0.567s] nextest-runner time::stopwatch::tests::stopwatch_pause
17092025-02-10T20:41:59.333Z PASS [ 0.878s] nextest-runner test_filter::tests::proptest_substring
17102025-02-10T20:41:59.351Z PASS [ 0.304s] nextest-runner::integration basic::test_run_ignored
17112025-02-10T20:41:59.371Z PASS [ 0.020s] nextest-runner::integration target_runner::disregards_non_matching
17122025-02-10T20:41:59.385Z PASS [ 0.267s] nextest-runner::integration basic::test_string_filters_without_filter_expr
17132025-02-10T20:41:59.406Z PASS [ 0.021s] nextest-runner::integration target_runner::parses_cargo_config_cfg
17142025-02-10T20:41:59.427Z PASS [ 0.020s] nextest-runner::integration target_runner::parses_cargo_config_exact
17152025-02-10T20:41:59.531Z PASS [ 15.122s] integration-tests::integration test_run
17162025-02-10T20:41:59.735Z PASS [ 0.363s] nextest-runner::integration target_runner::falls_back_to_cargo_config
17172025-02-10T20:41:59.970Z PASS [ 0.542s] nextest-runner::integration target_runner::parses_cargo_env
17182025-02-10T20:41:59.974Z PASS [ 0.441s] nextest-runner::integration target_runner::test_listing_with_target_runner
17192025-02-10T20:41:59.985Z PASS [ 0.015s] nextest-runner::integration target_triple::parses_cargo_env
17202025-02-10T20:41:59.988Z PASS [ 0.014s] nextest-runner::integration target_triple::parses_custom_target_cli
17212025-02-10T20:42:00.001Z PASS [ 0.015s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
17222025-02-10T20:42:00.004Z PASS [ 0.015s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
17232025-02-10T20:42:00.019Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_env
17242025-02-10T20:42:00.023Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
17252025-02-10T20:42:00.036Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_target_cli_option
17262025-02-10T20:42:00.057Z PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
17272025-02-10T20:42:00.624Z PASS [ 1.582s] nextest-runner::integration basic::test_run
17282025-02-10T20:42:01.175Z PASS [ 1.440s] nextest-runner::integration target_runner::test_run_with_target_runner
17292025-02-10T20:42:01.627Z PASS [ 2.293s] nextest-runner::integration basic::test_termination
17302025-02-10T20:42:02.415Z PASS [ 3.604s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
17312025-02-10T20:42:02.493Z PASS [ 3.596s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
17322025-02-10T20:42:02.496Z────────────
17332025-02-10T20:42:02.496Z Summary [ 22.784s] 312 tests run: 312 passed, 1 skipped
17342025-02-10T20:42:02.515Z
17352025-02-10T20:42:02.518Zreal 23.636152414
17362025-02-10T20:42:02.518Zuser 1:21.643012565
17372025-02-10T20:42:02.518Zsys 58.299238506
17382025-02-10T20:42:02.518Ztrap 0.102939044
17392025-02-10T20:42:02.518Ztflt 0.137821429
17402025-02-10T20:42:02.518Zdflt 0.170154953
17412025-02-10T20:42:02.518Zkflt 0.003325348
17422025-02-10T20:42:02.518Zlock 11:08.030712994
17432025-02-10T20:42:02.518Zslp 5:34.499065410
17442025-02-10T20:42:02.518Zlat 1:19.058388929
17452025-02-10T20:42:02.518Zstop 2:03.838450701
17462025-02-10T20:42:02.518Zprocess exited: duration 293284 ms, exit code 0
 
17472025-02-10T20:42:02.525Zfound 0 output files