01JEVY2EPDFVJEMC4BNWKKMQGH: build-and-test-illumos

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

Buildomat Job: 01JEVY2N1ZQHD20HDCA8AS9S6K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T22:40:51.213Zjob assigned to worker 01JEVY2NPVEBTJ6X5MM56H5SYH [factory gimlet-EVT22200007-propolis, EVT22200007/20349] (queued for 33 s)
 
22024-12-11T22:40:58.857Zstarting task 0: "setup"
32024-12-11T22:40:58.881Z++ uname -s
42024-12-11T22:40:58.882Z+ kern=SunOS
52024-12-11T22:40:58.882Z+ case "$kern" in
62024-12-11T22:40:58.882Z+ groupadd -g 12345 build
72024-12-11T22:40:58.882Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T22:41:00.880Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T22:41:00.916Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T22:41:00.941Z+ home_fs=zfs
112024-12-11T22:41:00.941Z+ [[ zfs == autofs ]]
122024-12-11T22:41:00.941Z+ mkdir -p /home/build
132024-12-11T22:41:00.941Z+ chown build:build /home/build /work
142024-12-11T22:41:02.926Z+ chmod 0700 /home/build /work
152024-12-11T22:41:02.951Zprocess exited: duration 4075 ms, exit code 0
 
162024-12-11T22:41:03.002Zstarting task 1: "rust-toolchain"
172024-12-11T22:41:03.026Z+ printf ' * toolchain channel = "%s"
182024-12-11T22:41:03.026Z * toolchain channel = "stable"
192024-12-11T22:41:03.026Z' stable
202024-12-11T22:41:03.026Z+ printf ' * toolchain profile = "%s"
212024-12-11T22:41:03.026Z' default
222024-12-11T22:41:03.026Z * toolchain profile = "default"
232024-12-11T22:41:03.026Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T22:41:03.026Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T22:41:03.156Zinfo: downloading installer
262024-12-11T22:41:03.615Zinfo: profile set to 'default'
272024-12-11T22:41:03.615Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T22:41:03.615Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T22:41:03.703Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T22:41:03.703Zinfo: downloading component 'cargo'
312024-12-11T22:41:03.861Zinfo: downloading component 'clippy'
322024-12-11T22:41:03.908Zinfo: downloading component 'rust-docs'
332024-12-11T22:41:04.061Zinfo: downloading component 'rust-std'
342024-12-11T22:41:04.286Zinfo: downloading component 'rustc'
352024-12-11T22:41:05.133Zinfo: downloading component 'rustfmt'
362024-12-11T22:41:05.240Zinfo: installing component 'cargo'
372024-12-11T22:41:06.354Zinfo: installing component 'clippy'
382024-12-11T22:41:06.817Zinfo: installing component 'rust-docs'
392024-12-11T22:41:09.709Zinfo: installing component 'rust-std'
402024-12-11T22:41:11.762Zinfo: installing component 'rustc'
412024-12-11T22:41:18.790Zinfo: installing component 'rustfmt'
422024-12-11T22:41:19.174Z
432024-12-11T22:41:19.174Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-12-11T22:41:19.319Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T22:41:19.319Z
462024-12-11T22:41:19.344Z
472024-12-11T22:41:19.344ZRust is installed now. Great!
482024-12-11T22:41:19.344Z
492024-12-11T22:41:19.344ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T22:41:19.345Zenvironment variable. This has not been done automatically.
512024-12-11T22:41:19.345Z
522024-12-11T22:41:19.345ZTo configure your current shell, you need to source
532024-12-11T22:41:19.345Zthe corresponding env file under $HOME/.cargo.
542024-12-11T22:41:19.345Z
552024-12-11T22:41:19.345ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T22:41:19.345Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T22:41:19.345Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T22:41:19.406Z+ rustc --version
592024-12-11T22:41:19.529Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T22:41:19.554Zprocess exited: duration 16531 ms, exit code 0
 
612024-12-11T22:41:19.606Zstarting task 2: "authentication"
622024-12-11T22:41:19.663Zprocess exited: duration 59 ms, exit code 0
 
632024-12-11T22:41:19.713Zstarting task 3: "clone repository"
642024-12-11T22:41:19.738Z+ mkdir -p /work/nextest-rs/nextest
652024-12-11T22:41:19.738Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-11T22:41:19.763ZCloning into '/work/nextest-rs/nextest'...
672024-12-11T22:41:21.603Z+ cd /work/nextest-rs/nextest
682024-12-11T22:41:21.628Z+ git fetch origin f58b95d298ba191c74f445265837d3e8d0e1acdf
692024-12-11T22:41:21.961ZFrom https://github.com/nextest-rs/nextest
702024-12-11T22:41:21.962Z * branch f58b95d298ba191c74f445265837d3e8d0e1acdf -> FETCH_HEAD
712024-12-11T22:41:21.987Z+ [[ -n junit-fixes ]]
722024-12-11T22:41:21.987Z++ git branch --show-current
732024-12-11T22:41:21.987Z+ current=main
742024-12-11T22:41:21.987Z+ [[ main != junit-fixes ]]
752024-12-11T22:41:21.987Z+ git branch -f junit-fixes f58b95d298ba191c74f445265837d3e8d0e1acdf
762024-12-11T22:41:21.987Z+ git checkout -f junit-fixes
772024-12-11T22:41:22.064ZSwitched to branch 'junit-fixes'
782024-12-11T22:41:22.088Z+ git reset --hard f58b95d298ba191c74f445265837d3e8d0e1acdf
792024-12-11T22:41:22.140ZHEAD is now at f58b95d2 [nextest-runner] add script output environment variables to JUnit report
802024-12-11T22:41:22.165Zprocess exited: duration 2428 ms, exit code 0
 
812024-12-11T22:41:22.215Zstarting task 4: "build"
822024-12-11T22:41:22.240Z+ PLATFORM=illumos
832024-12-11T22:41:22.240Z+ export CARGO_TERM_COLOR=always
842024-12-11T22:41:22.240Z+ CARGO_TERM_COLOR=always
852024-12-11T22:41:22.240Z+ cargo --version
862024-12-11T22:41:22.304Zcargo 1.83.0 (5ffbef321 2024-10-29)
872024-12-11T22:41:22.329Z+ rustc --version
882024-12-11T22:41:22.382Zrustc 1.83.0 (90b35a623 2024-11-26)
892024-12-11T22:41:22.406Z+ banner install
902024-12-11T22:41:22.406Z
912024-12-11T22:41:22.406Z # # # #### ##### ## # #
922024-12-11T22:41:22.406Z # ## # # # # # # #
932024-12-11T22:41:22.406Z # # # # #### # # # # #
942024-12-11T22:41:22.407Z # # # # # # ###### # #
952024-12-11T22:41:22.407Z # # ## # # # # # # #
962024-12-11T22:41:22.407Z # # # #### # # # ###### ######
972024-12-11T22:41:22.407Z
982024-12-11T22:41:22.407Z+ mkdir -p /home/build/.cargo/bin
992024-12-11T22:41:22.407Z+ curl -LsSf https://get.nexte.st/latest/illumos
1002024-12-11T22:41:22.407Z+ gunzip
1012024-12-11T22:41:22.407Z+ tar xf - -C /home/build/.cargo/bin
1022024-12-11T22:41:23.404Z+ banner metadata
1032024-12-11T22:41:23.429Z
1042024-12-11T22:41:23.429Z # # ###### ##### ## ##### ## ##### ##
1052024-12-11T22:41:23.429Z ## ## # # # # # # # # # # #
1062024-12-11T22:41:23.429Z # ## # ##### # # # # # # # # # #
1072024-12-11T22:41:23.429Z # # # # ###### # # ###### # ######
1082024-12-11T22:41:23.429Z # # # # # # # # # # # # #
1092024-12-11T22:41:23.429Z # # ###### # # # ##### # # # # #
1102024-12-11T22:41:23.429Z
1112024-12-11T22:41:23.429Z+ ptime -m cargo build --package nextest-metadata
1122024-12-11T22:41:23.585Z Updating crates.io index
1132024-12-11T22:41:24.600Z Downloading crates ...
1142024-12-11T22:41:24.664Z Downloaded addr2line v0.21.0
1152024-12-11T22:41:24.690Z Downloaded adler v1.0.2
1162024-12-11T22:41:24.690Z Downloaded autocfg v1.4.0
1172024-12-11T22:41:24.690Z Downloaded bitflags v2.6.0
1182024-12-11T22:41:24.690Z Downloaded anstyle-parse v0.2.6
1192024-12-11T22:41:24.690Z Downloaded backtrace-ext v0.2.1
1202024-12-11T22:41:24.690Z Downloaded backtrace v0.3.71
1212024-12-11T22:41:24.715Z Downloaded is_terminal_polyfill v1.70.1
1222024-12-11T22:41:24.715Z Downloaded is_ci v1.2.0
1232024-12-11T22:41:24.715Z Downloaded strsim v0.11.1
1242024-12-11T22:41:24.715Z Downloaded miniz_oxide v0.7.4
1252024-12-11T22:41:24.715Z Downloaded thiserror v1.0.69
1262024-12-11T22:41:24.740Z Downloaded unicode-linebreak v0.1.5
1272024-12-11T22:41:24.740Z Downloaded xxhash-rust v0.8.12
1282024-12-11T22:41:24.740Z Downloaded unicode-ident v1.0.14
1292024-12-11T22:41:24.740Z Downloaded tokio-macros v2.4.0
1302024-12-11T22:41:24.740Z Downloaded utf8parse v0.2.2
1312024-12-11T22:41:24.740Z Downloaded serde v1.0.216
1322024-12-11T22:41:24.740Z Downloaded zerocopy-derive v0.7.35
1332024-12-11T22:41:24.740Z Downloaded socket2 v0.5.7
1342024-12-11T22:41:24.765Z Downloaded tracing v0.1.41
1352024-12-11T22:41:24.765Z Downloaded rand v0.8.5
1362024-12-11T22:41:24.765Z Downloaded rustix v0.38.37
1372024-12-11T22:41:24.790Z Downloaded serde_json v1.0.133
1382024-12-11T22:41:24.790Z Downloaded zerocopy v0.7.35
1392024-12-11T22:41:24.816Z Downloaded memchr v2.7.4
1402024-12-11T22:41:24.816Z Downloaded proc-macro2 v1.0.92
1412024-12-11T22:41:24.816Z Downloaded ppv-lite86 v0.2.20
1422024-12-11T22:41:24.841Z Downloaded unicase v2.8.0
1432024-12-11T22:41:24.841Z Downloaded unicode-width v0.2.0
1442024-12-11T22:41:24.841Z Downloaded syn v2.0.90
1452024-12-11T22:41:24.841Z Downloaded unicode-width v0.1.14
1462024-12-11T22:41:24.866Z Downloaded tracing-subscriber v0.3.19
1472024-12-11T22:41:24.866Z Downloaded tracing-log v0.2.0
1482024-12-11T22:41:24.866Z Downloaded thiserror-impl v1.0.69
1492024-12-11T22:41:24.867Z Downloaded textwrap v0.16.1
1502024-12-11T22:41:24.867Z Downloaded supports-hyperlinks v3.0.0
1512024-12-11T22:41:24.867Z Downloaded supports-color v3.0.2
1522024-12-11T22:41:24.867Z Downloaded signal-hook-registry v1.4.2
1532024-12-11T22:41:24.867Z Downloaded rand_core v0.6.4
1542024-12-11T22:41:24.867Z Downloaded object v0.32.2
1552024-12-11T22:41:24.891Z Downloaded libm v0.2.8
1562024-12-11T22:41:24.891Z Downloaded lazy_static v1.5.0
1572024-12-11T22:41:24.891Z Downloaded rustc-demangle v0.1.24
1582024-12-11T22:41:24.891Z Downloaded tracing-core v0.1.33
1592024-12-11T22:41:24.916Z Downloaded target-lexicon v0.12.16
1602024-12-11T22:41:24.916Z Downloaded supports-unicode v3.0.0
1612024-12-11T22:41:24.916Z Downloaded pin-project-lite v0.2.15
1622024-12-11T22:41:24.916Z Downloaded owo-colors v4.1.0
1632024-12-11T22:41:24.916Z Downloaded miette-derive v7.4.0
1642024-12-11T22:41:24.916Z Downloaded thread_local v1.1.8
1652024-12-11T22:41:24.916Z Downloaded smol_str v0.3.2
1662024-12-11T22:41:24.916Z Downloaded shlex v1.3.0
1672024-12-11T22:41:24.916Z Downloaded quote v1.0.37
1682024-12-11T22:41:24.916Z Downloaded once_cell v1.20.2
1692024-12-11T22:41:24.916Z Downloaded num-traits v0.2.19
1702024-12-11T22:41:24.942Z Downloaded miette v7.4.0
1712024-12-11T22:41:24.942Z Downloaded libc v0.2.168
1722024-12-11T22:41:24.967Z Downloaded log v0.4.22
1732024-12-11T22:41:24.968Z Downloaded tokio v1.42.0
1742024-12-11T22:41:24.996Z Downloaded smallvec v1.13.2
1752024-12-11T22:41:25.022Z Downloaded rand_chacha v0.3.1
1762024-12-11T22:41:25.022Z Downloaded mio v1.0.2
1772024-12-11T22:41:25.022Z Downloaded jobserver v0.1.32
1782024-12-11T22:41:25.022Z Downloaded gimli v0.28.1
1792024-12-11T22:41:25.022Z Downloaded terminal_size v0.4.0
1802024-12-11T22:41:25.022Z Downloaded target-spec v3.2.2
1812024-12-11T22:41:25.022Z Downloaded sharded-slab v0.1.7
1822024-12-11T22:41:25.047Z Downloaded serde_derive v1.0.216
1832024-12-11T22:41:25.047Z Downloaded ryu v1.0.18
1842024-12-11T22:41:25.047Z Downloaded itoa v1.0.14
1852024-12-11T22:41:25.047Z Downloaded console v0.15.8
1862024-12-11T22:41:25.047Z Downloaded hashbrown v0.15.2
1872024-12-11T22:41:25.047Z Downloaded clap_derive v4.5.18
1882024-12-11T22:41:25.047Z Downloaded clap_builder v4.5.23
1892024-12-11T22:41:25.072Z Downloaded indexmap v2.7.0
1902024-12-11T22:41:25.072Z Downloaded bytes v1.9.0
1912024-12-11T22:41:25.072Z Downloaded borsh v1.5.1
1922024-12-11T22:41:25.072Z Downloaded heck v0.5.0
1932024-12-11T22:41:25.072Z Downloaded getrandom v0.2.15
1942024-12-11T22:41:25.072Z Downloaded errno v0.3.9
1952024-12-11T22:41:25.072Z Downloaded equivalent v1.0.1
1962024-12-11T22:41:25.072Z Downloaded either v1.13.0
1972024-12-11T22:41:25.072Z Downloaded colorchoice v1.0.3
1982024-12-11T22:41:25.097Z Downloaded clap v4.5.23
1992024-12-11T22:41:25.097Z Downloaded cfg_aliases v0.2.1
2002024-12-11T22:41:25.097Z Downloaded cfg-expr v0.17.2
2012024-12-11T22:41:25.097Z Downloaded cc v1.1.31
2022024-12-11T22:41:25.097Z Downloaded camino v1.1.9
2032024-12-11T22:41:25.097Z Downloaded byteorder v1.5.0
2042024-12-11T22:41:25.097Z Downloaded anstream v0.6.17
2052024-12-11T22:41:25.097Z Downloaded guppy-workspace-hack v0.1.0
2062024-12-11T22:41:25.097Z Downloaded clap_lex v0.7.4
2072024-12-11T22:41:25.122Z Downloaded cfg-if v1.0.0
2082024-12-11T22:41:25.122Z Downloaded anstyle v1.0.9
2092024-12-11T22:41:25.122Z Downloaded anstyle-query v1.1.2
2102024-12-11T22:41:25.194Z Compiling proc-macro2 v1.0.92
2112024-12-11T22:41:25.194Z Compiling unicode-ident v1.0.14
2122024-12-11T22:41:25.218Z Compiling libc v0.2.168
2132024-12-11T22:41:25.218Z Compiling cfg-if v1.0.0
2142024-12-11T22:41:25.218Z Compiling serde v1.0.216
2152024-12-11T22:41:25.218Z Compiling shlex v1.3.0
2162024-12-11T22:41:25.218Z Compiling rustix v0.38.37
2172024-12-11T22:41:25.339Z Compiling once_cell v1.20.2
2182024-12-11T22:41:25.408Z Compiling memchr v2.7.4
2192024-12-11T22:41:25.564Z Compiling bitflags v2.6.0
2202024-12-11T22:41:25.677Z Compiling tracing-core v0.1.33
2212024-12-11T22:41:25.819Z Compiling camino v1.1.9
2222024-12-11T22:41:25.888Z Compiling adler v1.0.2
2232024-12-11T22:41:25.982Z Compiling gimli v0.28.1
2242024-12-11T22:41:26.082Z Compiling utf8parse v0.2.2
2252024-12-11T22:41:26.212Z Compiling byteorder v1.5.0
2262024-12-11T22:41:26.331Z Compiling anstyle-parse v0.2.6
2272024-12-11T22:41:26.414Z Compiling jobserver v0.1.32
2282024-12-11T22:41:26.478Z Compiling object v0.32.2
2292024-12-11T22:41:26.596Z Compiling miniz_oxide v0.7.4
2302024-12-11T22:41:26.711Z Compiling quote v1.0.37
2312024-12-11T22:41:26.778Z Compiling cc v1.1.31
2322024-12-11T22:41:26.917Z Compiling errno v0.3.9
2332024-12-11T22:41:26.973Z Compiling getrandom v0.2.15
2342024-12-11T22:41:27.102Z Compiling syn v2.0.90
2352024-12-11T22:41:27.169Z Compiling anstyle-query v1.1.2
2362024-12-11T22:41:27.241Z Compiling unicode-width v0.1.14
2372024-12-11T22:41:27.266Z Compiling autocfg v1.4.0
2382024-12-11T22:41:27.296Z Compiling owo-colors v4.1.0
2392024-12-11T22:41:27.635Z Compiling thiserror v1.0.69
2402024-12-11T22:41:27.713Z Compiling target-lexicon v0.12.16
2412024-12-11T22:41:27.923Z Compiling libm v0.2.8
2422024-12-11T22:41:28.141Z Compiling terminal_size v0.4.0
2432024-12-11T22:41:28.285Z Compiling is_terminal_polyfill v1.70.1
2442024-12-11T22:41:28.333Z Compiling colorchoice v1.0.3
2452024-12-11T22:41:28.358Z Compiling lazy_static v1.5.0
2462024-12-11T22:41:28.399Z Compiling anstyle v1.0.9
2472024-12-11T22:41:28.475Z Compiling rustc-demangle v0.1.24
2482024-12-11T22:41:28.501Z Compiling serde_json v1.0.133
2492024-12-11T22:41:28.876Z Compiling anstream v0.6.17
2502024-12-11T22:41:28.924Z Compiling num-traits v0.2.19
2512024-12-11T22:41:28.992Z Compiling rand_core v0.6.4
2522024-12-11T22:41:29.274Z Compiling addr2line v0.21.0
2532024-12-11T22:41:29.372Z Compiling guppy-workspace-hack v0.1.0
2542024-12-11T22:41:29.398Z Compiling backtrace v0.3.71
2552024-12-11T22:41:29.423Z Compiling unicode-width v0.2.0
2562024-12-11T22:41:29.463Z Compiling ryu v1.0.18
2572024-12-11T22:41:29.658Z Compiling log v0.4.22
2582024-12-11T22:41:29.689Z Compiling strsim v0.11.1
2592024-12-11T22:41:29.777Z Compiling is_ci v1.2.0
2602024-12-11T22:41:29.870Z Compiling unicase v2.8.0
2612024-12-11T22:41:29.895Z Compiling smallvec v1.13.2
2622024-12-11T22:41:29.973Z Compiling clap_lex v0.7.4
2632024-12-11T22:41:30.023Z Compiling heck v0.5.0
2642024-12-11T22:41:30.181Z Compiling unicode-linebreak v0.1.5
2652024-12-11T22:41:30.207Z Compiling pin-project-lite v0.2.15
2662024-12-11T22:41:30.315Z Compiling itoa v1.0.14
2672024-12-11T22:41:30.347Z Compiling tracing v0.1.41
2682024-12-11T22:41:30.374Z Compiling clap_builder v4.5.23
2692024-12-11T22:41:30.407Z Compiling tracing-log v0.2.0
2702024-12-11T22:41:30.508Z Compiling textwrap v0.16.1
2712024-12-11T22:41:30.574Z Compiling supports-color v3.0.2
2722024-12-11T22:41:30.841Z Compiling sharded-slab v0.1.7
2732024-12-11T22:41:31.353Z Compiling mio v1.0.2
2742024-12-11T22:41:31.775Z Compiling signal-hook-registry v1.4.2
2752024-12-11T22:41:31.801Z Compiling thread_local v1.1.8
2762024-12-11T22:41:31.858Z Compiling backtrace-ext v0.2.1
2772024-12-11T22:41:32.126Z Compiling equivalent v1.0.1
2782024-12-11T22:41:32.152Z Compiling supports-hyperlinks v3.0.0
2792024-12-11T22:41:32.222Z Compiling supports-unicode v3.0.0
2802024-12-11T22:41:32.248Z Compiling hashbrown v0.15.2
2812024-12-11T22:41:32.298Z Compiling bytes v1.9.0
2822024-12-11T22:41:32.356Z Compiling target-spec v3.2.2
2832024-12-11T22:41:32.434Z Compiling tracing-subscriber v0.3.19
2842024-12-11T22:41:32.753Z Compiling cfg-expr v0.17.2
2852024-12-11T22:41:33.172Z Compiling console v0.15.8
2862024-12-11T22:41:33.267Z Compiling either v1.13.0
2872024-12-11T22:41:33.563Z Compiling xxhash-rust v0.8.12
2882024-12-11T22:41:34.814Z Compiling serde_derive v1.0.216
2892024-12-11T22:41:34.873Z Compiling zerocopy-derive v0.7.35
2902024-12-11T22:41:34.955Z Compiling thiserror-impl v1.0.69
2912024-12-11T22:41:34.980Z Compiling miette-derive v7.4.0
2922024-12-11T22:41:35.021Z Compiling clap_derive v4.5.18
2932024-12-11T22:41:35.531Z Compiling tokio-macros v2.4.0
2942024-12-11T22:41:36.303Z Compiling zerocopy v0.7.35
2952024-12-11T22:41:36.651Z Compiling tokio v1.42.0
2962024-12-11T22:41:37.109Z Compiling miette v7.4.0
2972024-12-11T22:41:37.273Z Compiling ppv-lite86 v0.2.20
2982024-12-11T22:41:37.813Z Compiling rand_chacha v0.3.1
2992024-12-11T22:41:38.007Z Compiling clap v4.5.23
3002024-12-11T22:41:38.666Z Compiling rand v0.8.5
3012024-12-11T22:41:43.194Z Compiling indexmap v2.7.0
3022024-12-11T22:41:43.351Z Compiling smol_str v0.3.2
3032024-12-11T22:41:43.931Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
3042024-12-11T22:41:45.014Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
3052024-12-11T22:41:46.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.47s
3062024-12-11T22:41:47.107Z
3072024-12-11T22:41:47.107Zreal 23.664515515
3082024-12-11T22:41:47.107Zuser 1:54.894394260
3092024-12-11T22:41:47.107Zsys 18.994097747
3102024-12-11T22:41:47.107Ztrap 0.072200898
3112024-12-11T22:41:47.132Ztflt 0.117438995
3122024-12-11T22:41:47.132Zdflt 0.172318971
3132024-12-11T22:41:47.132Zkflt 0.000624999
3142024-12-11T22:41:47.132Zlock 2:46.675095420
3152024-12-11T22:41:47.132Zslp 6:23.527286274
3162024-12-11T22:41:47.132Zlat 9.185232490
3172024-12-11T22:41:47.132Zstop 17.459540374
3182024-12-11T22:41:47.132Z+ banner no-update
3192024-12-11T22:41:47.132Z
3202024-12-11T22:41:47.132Z # # #### # # ##### ##### ## ##### ######
3212024-12-11T22:41:47.132Z ## # # # # # # # # # # # # #
3222024-12-11T22:41:47.132Z # # # # # ##### # # # # # # # # # #####
3232024-12-11T22:41:47.132Z # # # # # # # ##### # # ###### # #
3242024-12-11T22:41:47.132Z # ## # # # # # # # # # # #
3252024-12-11T22:41:47.132Z # # #### #### # ##### # # # ######
3262024-12-11T22:41:47.132Z
3272024-12-11T22:41:47.132Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3282024-12-11T22:41:47.294Z Downloading crates ...
3292024-12-11T22:41:47.372Z Downloaded async-scoped v0.9.0
3302024-12-11T22:41:47.398Z Downloaded ahash v0.8.11
3312024-12-11T22:41:47.398Z Downloaded aho-corasick v1.1.3
3322024-12-11T22:41:47.398Z Downloaded zeroize v1.8.1
3332024-12-11T22:41:47.398Z Downloaded crossterm v0.28.1
3342024-12-11T22:41:47.423Z Downloaded atomicwrites v0.4.4
3352024-12-11T22:41:47.423Z Downloaded zstd-safe v7.2.1
3362024-12-11T22:41:47.423Z Downloaded zstd v0.13.2
3372024-12-11T22:41:47.423Z Downloaded winnow v0.6.20
3382024-12-11T22:41:47.423Z Downloaded chrono v0.4.39
3392024-12-11T22:41:47.449Z Downloaded indenter v0.3.3
3402024-12-11T22:41:47.449Z Downloaded home v0.5.9
3412024-12-11T22:41:47.449Z Downloaded iana-time-zone v0.1.61
3422024-12-11T22:41:47.449Z Downloaded target-spec-miette v0.4.0
3432024-12-11T22:41:47.449Z Downloaded tinyvec_macros v0.1.1
3442024-12-11T22:41:47.449Z Downloaded vte_generate_state_changes v0.1.2
3452024-12-11T22:41:47.449Z Downloaded strip-ansi-escapes v0.2.0
3462024-12-11T22:41:47.449Z Downloaded toml_datetime v0.6.8
3472024-12-11T22:41:47.449Z Downloaded version_check v0.9.5
3482024-12-11T22:41:47.474Z Downloaded xattr v1.3.1
3492024-12-11T22:41:47.474Z Downloaded vte v0.11.1
3502024-12-11T22:41:47.474Z Downloaded tinyvec v1.8.0
3512024-12-11T22:41:47.474Z Downloaded uuid v1.11.0
3522024-12-11T22:41:47.474Z Downloaded toml_edit v0.22.22
3532024-12-11T22:41:47.499Z Downloaded minimal-lexical v0.2.1
3542024-12-11T22:41:47.499Z Downloaded unicode-normalization v0.1.24
3552024-12-11T22:41:47.524Z Downloaded itertools v0.13.0
3562024-12-11T22:41:47.524Z Downloaded nom v7.1.3
3572024-12-11T22:41:47.524Z Downloaded quick-xml v0.37.1
3582024-12-11T22:41:47.549Z Downloaded portable-atomic v1.9.0
3592024-12-11T22:41:47.549Z Downloaded tar v0.4.43
3602024-12-11T22:41:47.549Z Downloaded signal-hook v0.3.17
3612024-12-11T22:41:47.549Z Downloaded ron v0.8.1
3622024-12-11T22:41:47.549Z Downloaded toml v0.8.19
3632024-12-11T22:41:47.549Z Downloaded regex v1.11.1
3642024-12-11T22:41:47.573Z Downloaded nix v0.29.0
3652024-12-11T22:41:47.598Z Downloaded pin-project v1.1.7
3662024-12-11T22:41:47.598Z Downloaded parking_lot v0.12.3
3672024-12-11T22:41:47.598Z Downloaded owo-colors v3.5.0
3682024-12-11T22:41:47.598Z Downloaded regex-syntax v0.8.5
3692024-12-11T22:41:47.623Z Downloaded tracing-attributes v0.1.28
3702024-12-11T22:41:47.623Z Downloaded thiserror v2.0.6
3712024-12-11T22:41:47.623Z Downloaded serde_ignored v0.1.10
3722024-12-11T22:41:47.623Z Downloaded semver v1.0.23
3732024-12-11T22:41:47.623Z Downloaded quick-junit v0.5.1
3742024-12-11T22:41:47.623Z Downloaded pin-project-internal v1.1.7
3752024-12-11T22:41:47.623Z Downloaded lock_api v0.4.12
3762024-12-11T22:41:47.648Z Downloaded tracing-error v0.2.0
3772024-12-11T22:41:47.648Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3782024-12-11T22:41:47.648Z Downloaded tokio-stream v0.1.17
3792024-12-11T22:41:47.672Z Downloaded tempfile v3.13.0
3802024-12-11T22:41:47.672Z Downloaded static_assertions v1.1.0
3812024-12-11T22:41:47.672Z Downloaded regex-automata v0.4.8
3822024-12-11T22:41:47.697Z Downloaded scopeguard v1.2.0
3832024-12-11T22:41:47.697Z Downloaded parking_lot_core v0.9.10
3842024-12-11T22:41:47.697Z Downloaded thiserror-impl v2.0.6
3852024-12-11T22:41:47.697Z Downloaded slab v0.4.9
3862024-12-11T22:41:47.697Z Downloaded petgraph v0.6.5
3872024-12-11T22:41:47.722Z Downloaded serde_path_to_error v0.1.16
3882024-12-11T22:41:47.722Z Downloaded pkg-config v0.3.31
3892024-12-11T22:41:47.722Z Downloaded os_pipe v1.2.1
3902024-12-11T22:41:47.722Z Downloaded newtype-uuid v1.1.3
3912024-12-11T22:41:47.722Z Downloaded serde_spanned v0.6.8
3922024-12-11T22:41:47.722Z Downloaded shared_child v1.0.1
3932024-12-11T22:41:47.722Z Downloaded pin-utils v0.1.0
3942024-12-11T22:41:47.722Z Downloaded pathdiff v0.2.3
3952024-12-11T22:41:47.722Z Downloaded nested v0.1.1
3962024-12-11T22:41:47.722Z Downloaded swrite v0.1.0
3972024-12-11T22:41:47.722Z Downloaded signal-hook-mio v0.2.4
3982024-12-11T22:41:47.722Z Downloaded shell-words v1.1.0
3992024-12-11T22:41:47.722Z Downloaded number_prefix v0.4.0
4002024-12-11T22:41:47.722Z Downloaded indicatif v0.17.9
4012024-12-11T22:41:47.722Z Downloaded indent_write v2.2.0
4022024-12-11T22:41:47.722Z Downloaded futures-util v0.3.31
4032024-12-11T22:41:47.747Z Downloaded humantime-serde v1.1.1
4042024-12-11T22:41:47.747Z Downloaded humantime v2.1.0
4052024-12-11T22:41:47.747Z Downloaded guppy v0.17.10
4062024-12-11T22:41:47.747Z Downloaded globset v0.4.15
4072024-12-11T22:41:47.747Z Downloaded futures-macro v0.3.31
4082024-12-11T22:41:47.747Z Downloaded futures-io v0.3.31
4092024-12-11T22:41:47.747Z Downloaded futures-executor v0.3.31
4102024-12-11T22:41:47.772Z Downloaded futures-core v0.3.31
4112024-12-11T22:41:47.772Z Downloaded futures-channel v0.3.31
4122024-12-11T22:41:47.772Z Downloaded futures v0.3.31
4132024-12-11T22:41:47.772Z Downloaded future-queue v0.3.0
4142024-12-11T22:41:47.772Z Downloaded fastrand v2.1.1
4152024-12-11T22:41:47.772Z Downloaded eyre v0.6.12
4162024-12-11T22:41:47.772Z Downloaded enable-ansi-support v0.2.1
4172024-12-11T22:41:47.772Z Downloaded duct v0.13.7
4182024-12-11T22:41:47.772Z Downloaded dialoguer v0.11.0
4192024-12-11T22:41:47.772Z Downloaded futures-task v0.3.31
4202024-12-11T22:41:47.797Z Downloaded futures-sink v0.3.31
4212024-12-11T22:41:47.797Z Downloaded fnv v1.0.7
4222024-12-11T22:41:47.797Z Downloaded fixedbitset v0.4.2
4232024-12-11T22:41:47.797Z Downloaded filetime v0.2.25
4242024-12-11T22:41:47.797Z Downloaded derive-where v1.2.7
4252024-12-11T22:41:47.797Z Downloaded recursion v0.5.2
4262024-12-11T22:41:47.797Z Downloaded color-eyre v0.6.3
4272024-12-11T22:41:47.822Z Downloaded bstr v1.11.0
4282024-12-11T22:41:47.822Z Downloaded base64 v0.21.7
4292024-12-11T22:41:47.822Z Downloaded config v0.14.1
4302024-12-11T22:41:47.822Z Downloaded color-spantrace v0.2.1
4312024-12-11T22:41:47.847Z Downloaded cargo_metadata v0.19.1
4322024-12-11T22:41:47.847Z Downloaded debug-ignore v1.0.5
4332024-12-11T22:41:47.847Z Downloaded cargo-platform v0.1.9
4342024-12-11T22:41:47.847Z Downloaded camino-tempfile v1.1.1
4352024-12-11T22:41:47.871Z Compiling rustix v0.38.37
4362024-12-11T22:41:47.871Z Compiling tracing-attributes v0.1.28
4372024-12-11T22:41:47.896Z Compiling mio v1.0.2
4382024-12-11T22:41:47.896Z Compiling futures-core v0.3.31
4392024-12-11T22:41:47.920Z Compiling slab v0.4.9
4402024-12-11T22:41:47.920Z Compiling thiserror v2.0.6
4412024-12-11T22:41:47.920Z Compiling pkg-config v0.3.31
4422024-12-11T22:41:47.920Z Compiling futures-sink v0.3.31
4432024-12-11T22:41:48.034Z Compiling futures-channel v0.3.31
4442024-12-11T22:41:48.087Z Compiling futures-macro v0.3.31
4452024-12-11T22:41:48.350Z Compiling thiserror-impl v2.0.6
4462024-12-11T22:41:48.531Z Compiling futures-task v0.3.31
4472024-12-11T22:41:48.641Z Compiling pin-utils v0.1.0
4482024-12-11T22:41:48.786Z Compiling semver v1.0.23
4492024-12-11T22:41:48.841Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4502024-12-11T22:41:48.865Z Compiling futures-io v0.3.31
4512024-12-11T22:41:48.952Z Compiling version_check v0.9.5
4522024-12-11T22:41:49.074Z Compiling lock_api v0.4.12
4532024-12-11T22:41:49.238Z Compiling aho-corasick v1.1.3
4542024-12-11T22:41:49.375Z Compiling regex-syntax v0.8.5
4552024-12-11T22:41:49.437Z Compiling ahash v0.8.11
4562024-12-11T22:41:49.538Z Compiling futures-util v0.3.31
4572024-12-11T22:41:49.740Z Compiling fastrand v2.1.1
4582024-12-11T22:41:50.161Z Compiling terminal_size v0.4.0
4592024-12-11T22:41:50.239Z Compiling tracing v0.1.41
4602024-12-11T22:41:50.329Z Compiling miette v7.4.0
4612024-12-11T22:41:50.582Z Compiling tokio v1.42.0
4622024-12-11T22:41:50.737Z Compiling clap_builder v4.5.23
4632024-12-11T22:41:50.814Z Compiling winnow v0.6.20
4642024-12-11T22:41:53.054Z Compiling parking_lot_core v0.9.10
4652024-12-11T22:41:53.341Z Compiling signal-hook v0.3.17
4662024-12-11T22:41:53.425Z Compiling regex-automata v0.4.8
4672024-12-11T22:41:53.449Z Compiling tempfile v3.13.0
4682024-12-11T22:41:53.620Z Compiling clap v4.5.23
4692024-12-11T22:41:53.929Z Compiling pathdiff v0.2.3
4702024-12-11T22:41:54.047Z Compiling cargo-platform v0.1.9
4712024-12-11T22:41:54.212Z Compiling toml_datetime v0.6.8
4722024-12-11T22:41:54.425Z Compiling serde_spanned v0.6.8
4732024-12-11T22:41:54.476Z Compiling vte_generate_state_changes v0.1.2
4742024-12-11T22:41:54.607Z Compiling zstd-safe v7.2.1
4752024-12-11T22:41:54.632Z Compiling scopeguard v1.2.0
4762024-12-11T22:41:54.659Z Compiling cfg_aliases v0.2.1
4772024-12-11T22:41:54.730Z Compiling fixedbitset v0.4.2
4782024-12-11T22:41:54.754Z Compiling newtype-uuid v1.1.3
4792024-12-11T22:41:54.919Z Compiling portable-atomic v1.9.0
4802024-12-11T22:41:54.988Z Compiling vte v0.11.1
4812024-12-11T22:41:55.020Z Compiling petgraph v0.6.5
4822024-12-11T22:41:55.123Z Compiling nix v0.29.0
4832024-12-11T22:41:55.745Z Compiling toml_edit v0.22.22
4842024-12-11T22:41:55.959Z Compiling cargo_metadata v0.19.1
4852024-12-11T22:41:57.129Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4862024-12-11T22:41:57.206Z Compiling futures-executor v0.3.31
4872024-12-11T22:41:57.267Z Compiling itertools v0.13.0
4882024-12-11T22:41:57.637Z Compiling uuid v1.11.0
4892024-12-11T22:41:58.210Z Compiling pin-project-internal v1.1.7
4902024-12-11T22:41:58.350Z Compiling bstr v1.11.0
4912024-12-11T22:41:59.088Z Compiling tinyvec_macros v0.1.1
4922024-12-11T22:41:59.176Z Compiling iana-time-zone v0.1.61
4932024-12-11T22:41:59.347Z Compiling eyre v0.6.12
4942024-12-11T22:41:59.547Z Compiling static_assertions v1.1.0
4952024-12-11T22:41:59.633Z Compiling nested v0.1.1
4962024-12-11T22:41:59.657Z Compiling debug-ignore v1.0.5
4972024-12-11T22:41:59.754Z Compiling minimal-lexical v0.2.1
4982024-12-11T22:41:59.854Z Compiling guppy v0.17.10
4992024-12-11T22:42:00.134Z Compiling nom v7.1.3
5002024-12-11T22:42:00.158Z Compiling chrono v0.4.39
5012024-12-11T22:42:00.302Z Compiling pin-project v1.1.7
5022024-12-11T22:42:00.403Z Compiling tinyvec v1.8.0
5032024-12-11T22:42:00.638Z Compiling globset v0.4.15
5042024-12-11T22:42:01.529Z Compiling toml v0.8.19
5052024-12-11T22:42:02.249Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
5062024-12-11T22:42:02.582Z Compiling futures v0.3.31
5072024-12-11T22:42:02.612Z Compiling parking_lot v0.12.3
5082024-12-11T22:42:02.667Z Compiling signal-hook-mio v0.2.4
5092024-12-11T22:42:02.789Z Compiling regex v1.11.1
5102024-12-11T22:42:02.824Z Compiling strip-ansi-escapes v0.2.0
5112024-12-11T22:42:03.128Z Compiling tracing-error v0.2.0
5122024-12-11T22:42:03.318Z Compiling xattr v1.3.1
5132024-12-11T22:42:03.404Z Compiling shared_child v1.0.1
5142024-12-11T22:42:03.526Z Compiling os_pipe v1.2.1
5152024-12-11T22:42:03.652Z Compiling filetime v0.2.25
5162024-12-11T22:42:03.839Z Compiling quick-xml v0.37.1
5172024-12-11T22:42:03.864Z Compiling humantime v2.1.0
5182024-12-11T22:42:03.864Z Compiling recursion v0.5.2
5192024-12-11T22:42:03.964Z Compiling number_prefix v0.4.0
5202024-12-11T22:42:03.990Z Compiling owo-colors v3.5.0
5212024-12-11T22:42:03.990Z Compiling fnv v1.0.7
5222024-12-11T22:42:04.088Z Compiling shell-words v1.1.0
5232024-12-11T22:42:04.141Z Compiling indenter v0.3.3
5242024-12-11T22:42:04.415Z Compiling zstd v0.13.2
5252024-12-11T22:42:04.439Z Compiling indicatif v0.17.9
5262024-12-11T22:42:04.440Z Compiling humantime-serde v1.1.1
5272024-12-11T22:42:04.470Z Compiling future-queue v0.3.0
5282024-12-11T22:42:04.723Z Compiling quick-junit v0.5.1
5292024-12-11T22:42:04.752Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5302024-12-11T22:42:04.839Z Compiling tar v0.4.43
5312024-12-11T22:42:05.361Z Compiling color-spantrace v0.2.1
5322024-12-11T22:42:05.386Z Compiling duct v0.13.7
5332024-12-11T22:42:05.770Z Compiling crossterm v0.28.1
5342024-12-11T22:42:06.088Z Compiling async-scoped v0.9.0
5352024-12-11T22:42:06.113Z Compiling config v0.14.1
5362024-12-11T22:42:06.306Z Compiling unicode-normalization v0.1.24
5372024-12-11T22:42:06.430Z Compiling tokio-stream v0.1.17
5382024-12-11T22:42:06.562Z Compiling atomicwrites v0.4.4
5392024-12-11T22:42:06.750Z Compiling camino-tempfile v1.1.1
5402024-12-11T22:42:06.828Z Compiling target-spec-miette v0.4.0
5412024-12-11T22:42:07.084Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
5422024-12-11T22:42:07.112Z Compiling serde_ignored v0.1.10
5432024-12-11T22:42:07.136Z Compiling serde_path_to_error v0.1.16
5442024-12-11T22:42:07.136Z Compiling derive-where v1.2.7
5452024-12-11T22:42:07.219Z Compiling indent_write v2.2.0
5462024-12-11T22:42:07.377Z Compiling zeroize v1.8.1
5472024-12-11T22:42:07.408Z Compiling swrite v0.1.0
5482024-12-11T22:42:07.505Z Compiling home v0.5.9
5492024-12-11T22:42:07.529Z Compiling color-eyre v0.6.3
5502024-12-11T22:42:07.625Z Compiling dialoguer v0.11.0
5512024-12-11T22:42:07.697Z Compiling enable-ansi-support v0.2.1
5522024-12-11T22:42:08.723Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
5532024-12-11T22:42:36.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.63s
5542024-12-11T22:42:36.873Z
5552024-12-11T22:42:36.873Zreal 49.739535680
5562024-12-11T22:42:36.873Zuser 3:09.362280095
5572024-12-11T22:42:36.873Zsys 24.429297591
5582024-12-11T22:42:36.873Ztrap 0.107110604
5592024-12-11T22:42:36.873Ztflt 0.138155861
5602024-12-11T22:42:36.873Zdflt 0.253264664
5612024-12-11T22:42:36.873Zkflt 0.001059404
5622024-12-11T22:42:36.873Zlock 5:45.565088912
5632024-12-11T22:42:36.873Zslp 11:27.644233499
5642024-12-11T22:42:36.873Zlat 6.643791507
5652024-12-11T22:42:36.873Zstop 8.657205649
5662024-12-11T22:42:36.897Z+ banner nextest
5672024-12-11T22:42:36.897Z
5682024-12-11T22:42:36.897Z # # ###### # # ##### ###### #### #####
5692024-12-11T22:42:36.897Z ## # # # # # # # #
5702024-12-11T22:42:36.897Z # # # ##### ## # ##### #### #
5712024-12-11T22:42:36.897Z # # # # ## # # # #
5722024-12-11T22:42:36.897Z # ## # # # # # # # #
5732024-12-11T22:42:36.897Z # # ###### # # # ###### #### #
5742024-12-11T22:42:36.897Z
5752024-12-11T22:42:36.897Z+ ptime -m cargo build --package cargo-nextest
5762024-12-11T22:42:37.134Z Downloading crates ...
5772024-12-11T22:42:37.297Z Downloaded foreign-types-shared v0.1.1
5782024-12-11T22:42:37.322Z Downloaded foreign-types v0.3.2
5792024-12-11T22:42:37.323Z Downloaded adler2 v2.0.0
5802024-12-11T22:42:37.323Z Downloaded urlencoding v2.1.3
5812024-12-11T22:42:37.323Z Downloaded want v0.3.1
5822024-12-11T22:42:37.348Z Downloaded zipsign-api v0.1.2
5832024-12-11T22:42:37.348Z Downloaded tokio-rustls v0.26.0
5842024-12-11T22:42:37.348Z Downloaded typenum v1.17.0
5852024-12-11T22:42:37.372Z Downloaded url v2.5.4
5862024-12-11T22:42:37.372Z Downloaded quinn v0.11.5
5872024-12-11T22:42:37.372Z Downloaded base64 v0.22.1
5882024-12-11T22:42:37.372Z Downloaded http v1.2.0
5892024-12-11T22:42:37.396Z Downloaded idna v1.0.3
5902024-12-11T22:42:37.396Z Downloaded hyper v1.5.0
5912024-12-11T22:42:37.396Z Downloaded flate2 v1.0.34
5922024-12-11T22:42:37.420Z Downloaded quinn-proto v0.11.8
5932024-12-11T22:42:37.420Z Downloaded rustls-webpki v0.102.8
5942024-12-11T22:42:37.445Z Downloaded reqwest v0.12.8
5952024-12-11T22:42:37.445Z Downloaded vcpkg v0.2.15
5962024-12-11T22:42:37.492Z Downloaded curve25519-dalek v4.1.3
5972024-12-11T22:42:37.517Z Downloaded webpki-roots v0.26.6
5982024-12-11T22:42:37.517Z Downloaded openssl v0.10.68
5992024-12-11T22:42:37.541Z Downloaded quick-xml v0.23.1
6002024-12-11T22:42:37.542Z Downloaded rustls v0.23.19
6012024-12-11T22:42:37.542Z Downloaded openssl-sys v0.9.104
6022024-12-11T22:42:37.566Z Downloaded hyper-util v0.1.9
6032024-12-11T22:42:37.566Z Downloaded ed25519-dalek v2.1.1
6042024-12-11T22:42:37.566Z Downloaded der v0.7.9
6052024-12-11T22:42:37.566Z Downloaded crc32fast v1.4.2
6062024-12-11T22:42:37.567Z Downloaded const-oid v0.9.6
6072024-12-11T22:42:37.567Z Downloaded rustls-pki-types v1.10.0
6082024-12-11T22:42:37.591Z Downloaded miniz_oxide v0.8.0
6092024-12-11T22:42:37.591Z Downloaded hyper-rustls v0.27.3
6102024-12-11T22:42:37.591Z Downloaded tokio-native-tls v0.3.1
6112024-12-11T22:42:37.591Z Downloaded spin v0.9.8
6122024-12-11T22:42:37.591Z Downloaded signature v2.2.0
6132024-12-11T22:42:37.591Z Downloaded sha2 v0.10.8
6142024-12-11T22:42:37.591Z Downloaded self_update v0.41.0
6152024-12-11T22:42:37.591Z Downloaded quinn-udp v0.5.5
6162024-12-11T22:42:37.591Z Downloaded pkcs8 v0.10.2
6172024-12-11T22:42:37.591Z Downloaded native-tls v0.2.12
6182024-12-11T22:42:37.616Z Downloaded ipnet v2.10.1
6192024-12-11T22:42:37.616Z Downloaded httparse v1.9.5
6202024-12-11T22:42:37.616Z Downloaded base64ct v1.6.0
6212024-12-11T22:42:37.616Z Downloaded utf8_iter v1.0.4
6222024-12-11T22:42:37.616Z Downloaded untrusted v0.9.0
6232024-12-11T22:42:37.616Z Downloaded subtle v2.6.1
6242024-12-11T22:42:37.616Z Downloaded spki v0.7.3
6252024-12-11T22:42:37.616Z Downloaded serde_urlencoded v0.7.1
6262024-12-11T22:42:37.616Z Downloaded self-replace v1.5.0
6272024-12-11T22:42:37.616Z Downloaded rustls-pemfile v2.2.0
6282024-12-11T22:42:37.616Z Downloaded rustc_version v0.4.1
6292024-12-11T22:42:37.641Z Downloaded rustc-hash v2.0.0
6302024-12-11T22:42:37.641Z Downloaded percent-encoding v2.3.1
6312024-12-11T22:42:37.641Z Downloaded mukti-metadata v0.3.0
6322024-12-11T22:42:37.641Z Downloaded mime v0.3.17
6332024-12-11T22:42:37.641Z Downloaded hyper-tls v0.6.0
6342024-12-11T22:42:37.641Z Downloaded http-body-util v0.1.2
6352024-12-11T22:42:37.641Z Downloaded curve25519-dalek-derive v0.1.1
6362024-12-11T22:42:37.641Z Downloaded crypto-common v0.1.6
6372024-12-11T22:42:37.641Z Downloaded cpufeatures v0.2.14
6382024-12-11T22:42:37.641Z Downloaded block-buffer v0.10.4
6392024-12-11T22:42:37.641Z Downloaded try-lock v0.2.5
6402024-12-11T22:42:37.641Z Downloaded tower-service v0.3.3
6412024-12-11T22:42:37.641Z Downloaded openssl-probe v0.1.5
6422024-12-11T22:42:37.641Z Downloaded openssl-macros v0.1.1
6432024-12-11T22:42:37.641Z Downloaded idna_adapter v1.0.0
6442024-12-11T22:42:37.641Z Downloaded http-body v1.0.1
6452024-12-11T22:42:37.668Z Downloaded hex v0.4.3
6462024-12-11T22:42:37.668Z Downloaded generic-array v0.14.7
6472024-12-11T22:42:37.668Z Downloaded form_urlencoded v1.2.1
6482024-12-11T22:42:37.668Z Downloaded ed25519 v2.2.3
6492024-12-11T22:42:37.668Z Downloaded digest v0.10.7
6502024-12-11T22:42:37.668Z Downloaded sync_wrapper v1.0.1
6512024-12-11T22:42:37.692Z Downloaded ring v0.17.8
6522024-12-11T22:42:37.818Z Compiling smallvec v1.13.2
6532024-12-11T22:42:37.842Z Compiling socket2 v0.5.7
6542024-12-11T22:42:37.842Z Compiling futures-channel v0.3.31
6552024-12-11T22:42:37.867Z Compiling ring v0.17.8
6562024-12-11T22:42:37.867Z Compiling rustls-pki-types v1.10.0
6572024-12-11T22:42:37.867Z Compiling http v1.2.0
6582024-12-11T22:42:37.892Z Compiling typenum v1.17.0
6592024-12-11T22:42:37.892Z Compiling spin v0.9.8
6602024-12-11T22:42:38.056Z Compiling untrusted v0.9.0
6612024-12-11T22:42:38.163Z Compiling futures-util v0.3.31
6622024-12-11T22:42:38.188Z Compiling httparse v1.9.5
6632024-12-11T22:42:38.213Z Compiling generic-array v0.14.7
6642024-12-11T22:42:38.545Z Compiling tokio v1.42.0
6652024-12-11T22:42:38.662Z Compiling try-lock v0.2.5
6662024-12-11T22:42:38.857Z Compiling rustls v0.23.19
6672024-12-11T22:42:38.931Z Compiling want v0.3.1
6682024-12-11T22:42:39.154Z Compiling cfg-expr v0.17.2
6692024-12-11T22:42:39.188Z Compiling http-body v1.0.1
6702024-12-11T22:42:39.365Z Compiling subtle v2.6.1
6712024-12-11T22:42:39.483Z Compiling percent-encoding v2.3.1
6722024-12-11T22:42:39.562Z Compiling idna_adapter v1.0.0
6732024-12-11T22:42:39.679Z Compiling form_urlencoded v1.2.1
6742024-12-11T22:42:39.743Z Compiling tower-service v0.3.3
6752024-12-11T22:42:39.843Z Compiling target-spec v3.2.2
6762024-12-11T22:42:39.939Z Compiling utf8_iter v1.0.4
6772024-12-11T22:42:39.963Z Compiling webpki-roots v0.26.6
6782024-12-11T22:42:40.115Z Compiling idna v1.0.3
6792024-12-11T22:42:40.146Z Compiling adler2 v2.0.0
6802024-12-11T22:42:40.178Z Compiling parking_lot_core v0.9.10
6812024-12-11T22:42:40.313Z Compiling miniz_oxide v0.8.0
6822024-12-11T22:42:40.548Z Compiling url v2.5.4
6832024-12-11T22:42:40.663Z Compiling crypto-common v0.1.6
6842024-12-11T22:42:40.795Z Compiling block-buffer v0.10.4
6852024-12-11T22:42:40.956Z Compiling serde_urlencoded v0.7.1
6862024-12-11T22:42:41.340Z Compiling rustls-pemfile v2.2.0
6872024-12-11T22:42:41.440Z Compiling sync_wrapper v1.0.1
6882024-12-11T22:42:41.504Z Compiling crc32fast v1.4.2
6892024-12-11T22:42:41.561Z Compiling self_update v0.41.0
6902024-12-11T22:42:41.619Z Compiling base64 v0.22.1
6912024-12-11T22:42:41.734Z Compiling ipnet v2.10.1
6922024-12-11T22:42:41.783Z Compiling mime v0.3.17
6932024-12-11T22:42:41.875Z Compiling guppy v0.17.10
6942024-12-11T22:42:42.077Z Compiling flate2 v1.0.34
6952024-12-11T22:42:42.177Z Compiling digest v0.10.7
6962024-12-11T22:42:42.225Z Compiling parking_lot v0.12.3
6972024-12-11T22:42:42.437Z Compiling futures-executor v0.3.31
6982024-12-11T22:42:42.663Z Compiling http-body-util v0.1.2
6992024-12-11T22:42:42.723Z Compiling futures v0.3.31
7002024-12-11T22:42:42.797Z Compiling self-replace v1.5.0
7012024-12-11T22:42:42.822Z Compiling quick-xml v0.23.1
7022024-12-11T22:42:42.896Z Compiling urlencoding v2.1.3
7032024-12-11T22:42:42.953Z Compiling cpufeatures v0.2.14
7042024-12-11T22:42:43.019Z Compiling sha2 v0.10.8
7052024-12-11T22:42:43.044Z Compiling crossterm v0.28.1
7062024-12-11T22:42:43.044Z Compiling future-queue v0.3.0
7072024-12-11T22:42:43.192Z Compiling target-spec-miette v0.4.0
7082024-12-11T22:42:43.329Z Compiling mukti-metadata v0.3.0
7092024-12-11T22:42:43.477Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
7102024-12-11T22:42:43.682Z Compiling hex v0.4.3
7112024-12-11T22:42:44.611Z Compiling rustls-webpki v0.102.8
7122024-12-11T22:42:46.016Z Compiling hyper v1.5.0
7132024-12-11T22:42:46.016Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7142024-12-11T22:42:46.041Z Compiling async-scoped v0.9.0
7152024-12-11T22:42:46.041Z Compiling tokio-stream v0.1.17
7162024-12-11T22:42:46.076Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7172024-12-11T22:42:47.033Z Compiling hyper-util v0.1.9
7182024-12-11T22:42:47.317Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7192024-12-11T22:42:49.397Z Compiling tokio-rustls v0.26.0
7202024-12-11T22:42:49.658Z Compiling hyper-rustls v0.27.3
7212024-12-11T22:42:49.904Z Compiling reqwest v0.12.8
7222024-12-11T22:42:52.284Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
7232024-12-11T22:43:24.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.04s
7242024-12-11T22:43:24.074Z
7252024-12-11T22:43:24.074Zreal 47.173942351
7262024-12-11T22:43:24.074Zuser 2:28.130365062
7272024-12-11T22:43:24.074Zsys 17.237974926
7282024-12-11T22:43:24.074Ztrap 0.066074253
7292024-12-11T22:43:24.074Ztflt 0.075753792
7302024-12-11T22:43:24.075Zdflt 0.203948399
7312024-12-11T22:43:24.075Zkflt 0.000062632
7322024-12-11T22:43:24.075Zlock 3:33.931587601
7332024-12-11T22:43:24.075Zslp 6:45.945831223
7342024-12-11T22:43:24.099Zlat 4.572850052
7352024-12-11T22:43:24.099Zstop 4.689433266
7362024-12-11T22:43:24.099Z+ banner all targets
7372024-12-11T22:43:24.099Z
7382024-12-11T22:43:24.099Z ## # #
7392024-12-11T22:43:24.099Z # # # #
7402024-12-11T22:43:24.099Z # # # #
7412024-12-11T22:43:24.100Z ###### # #
7422024-12-11T22:43:24.100Z # # # #
7432024-12-11T22:43:24.100Z # # ###### ######
7442024-12-11T22:43:24.100Z
7452024-12-11T22:43:24.100Z
7462024-12-11T22:43:24.100Z ##### ## ##### #### ###### ##### ####
7472024-12-11T22:43:24.100Z # # # # # # # # # #
7482024-12-11T22:43:24.100Z # # # # # # ##### # ####
7492024-12-11T22:43:24.100Z # ###### ##### # ### # # #
7502024-12-11T22:43:24.100Z # # # # # # # # # # #
7512024-12-11T22:43:24.100Z # # # # # #### ###### # ####
7522024-12-11T22:43:24.100Z
7532024-12-11T22:43:24.100Z+ ptime -m cargo build --all-targets
7542024-12-11T22:43:24.294Z Downloading crates ...
7552024-12-11T22:43:24.445Z Downloaded bit-vec v0.6.3
7562024-12-11T22:43:24.468Z Downloaded yansi v1.0.1
7572024-12-11T22:43:24.468Z Downloaded wait-timeout v0.2.0
7582024-12-11T22:43:24.468Z Downloaded maplit v1.0.2
7592024-12-11T22:43:24.468Z Downloaded fs-err v3.0.0
7602024-12-11T22:43:24.468Z Downloaded proptest v1.5.0
7612024-12-11T22:43:24.492Z Downloaded insta v1.41.1
7622024-12-11T22:43:24.492Z Downloaded cp_r v0.5.2
7632024-12-11T22:43:24.492Z Downloaded unarray v0.1.4
7642024-12-11T22:43:24.492Z Downloaded test-case-macros v3.3.1
7652024-12-11T22:43:24.492Z Downloaded test-case-core v3.3.1
7662024-12-11T22:43:24.492Z Downloaded test-case v3.3.1
7672024-12-11T22:43:24.492Z Downloaded structmeta-derive v0.3.0
7682024-12-11T22:43:24.492Z Downloaded structmeta v0.3.0
7692024-12-11T22:43:24.492Z Downloaded rusty-fork v0.3.0
7702024-12-11T22:43:24.493Z Downloaded quick-error v1.2.3
7712024-12-11T22:43:24.493Z Downloaded pretty_assertions v1.4.1
7722024-12-11T22:43:24.517Z Downloaded linked-hash-map v0.5.6
7732024-12-11T22:43:24.517Z Downloaded libtest-mimic v0.8.1
7742024-12-11T22:43:24.517Z Downloaded indoc v2.0.5
7752024-12-11T22:43:24.517Z Downloaded bit-set v0.5.3
7762024-12-11T22:43:24.517Z Downloaded whoami v1.5.2
7772024-12-11T22:43:24.517Z Downloaded test-strategy v0.4.0
7782024-12-11T22:43:24.517Z Downloaded similar v2.6.0
7792024-12-11T22:43:24.517Z Downloaded rand_xorshift v0.3.0
7802024-12-11T22:43:24.517Z Downloaded diff v0.1.13
7812024-12-11T22:43:24.564Z Downloaded escape8259 v0.5.3
7822024-12-11T22:43:24.626Z Compiling fs-err v3.0.0
7832024-12-11T22:43:24.650Z Compiling maplit v1.0.2
7842024-12-11T22:43:24.650Z Compiling test-case-core v3.3.1
7852024-12-11T22:43:24.650Z Compiling similar v2.6.0
7862024-12-11T22:43:24.650Z Compiling linked-hash-map v0.5.6
7872024-12-11T22:43:24.651Z Compiling structmeta-derive v0.3.0
7882024-12-11T22:43:24.651Z Compiling wait-timeout v0.2.0
7892024-12-11T22:43:24.675Z Compiling quick-error v1.2.3
7902024-12-11T22:43:24.736Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7912024-12-11T22:43:24.801Z Compiling bit-vec v0.6.3
7922024-12-11T22:43:24.932Z Compiling whoami v1.5.2
7932024-12-11T22:43:25.106Z Compiling bit-set v0.5.3
7942024-12-11T22:43:25.130Z Compiling rusty-fork v0.3.0
7952024-12-11T22:43:25.323Z Compiling rand_xorshift v0.3.0
7962024-12-11T22:43:25.347Z Compiling unarray v0.1.4
7972024-12-11T22:43:25.441Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7982024-12-11T22:43:25.465Z Compiling escape8259 v0.5.3
7992024-12-11T22:43:25.496Z Compiling proptest v1.5.0
8002024-12-11T22:43:25.537Z Compiling insta v1.41.1
8012024-12-11T22:43:25.742Z Compiling libtest-mimic v0.8.1
8022024-12-11T22:43:25.778Z Compiling cp_r v0.5.2
8032024-12-11T22:43:26.021Z Compiling yansi v1.0.1
8042024-12-11T22:43:26.073Z Compiling test-case-macros v3.3.1
8052024-12-11T22:43:26.539Z Compiling structmeta v0.3.0
8062024-12-11T22:43:26.563Z Compiling diff v0.1.13
8072024-12-11T22:43:26.702Z Compiling indoc v2.0.5
8082024-12-11T22:43:26.826Z Compiling test-strategy v0.4.0
8092024-12-11T22:43:26.915Z Compiling test-case v3.3.1
8102024-12-11T22:43:26.998Z Compiling pretty_assertions v1.4.1
8112024-12-11T22:43:27.046Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8122024-12-11T22:43:28.712Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
8132024-12-11T22:43:29.425Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
8142024-12-11T22:43:29.616Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8152024-12-11T22:43:32.611Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8162024-12-11T22:44:10.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.48s
8172024-12-11T22:44:10.713Z
8182024-12-11T22:44:10.737Zreal 46.607132309
8192024-12-11T22:44:10.737Zuser 3:04.454125155
8202024-12-11T22:44:10.737Zsys 24.543252629
8212024-12-11T22:44:10.737Ztrap 0.093410440
8222024-12-11T22:44:10.737Ztflt 0.031867683
8232024-12-11T22:44:10.737Zdflt 0.024830530
8242024-12-11T22:44:10.737Zkflt 0.000016361
8252024-12-11T22:44:10.738Zlock 5:33.861585810
8262024-12-11T22:44:10.738Zslp 12:13.190641847
8272024-12-11T22:44:10.738Zlat 5.306725065
8282024-12-11T22:44:10.738Zstop 5.308224800
8292024-12-11T22:44:10.738Z+ banner all features
8302024-12-11T22:44:10.738Z
8312024-12-11T22:44:10.738Z ## # #
8322024-12-11T22:44:10.738Z # # # #
8332024-12-11T22:44:10.738Z # # # #
8342024-12-11T22:44:10.738Z ###### # #
8352024-12-11T22:44:10.738Z # # # #
8362024-12-11T22:44:10.738Z # # ###### ######
8372024-12-11T22:44:10.738Z
8382024-12-11T22:44:10.738Z
8392024-12-11T22:44:10.738Z ###### ###### ## ##### # # ##### ###### ####
8402024-12-11T22:44:10.738Z # # # # # # # # # # #
8412024-12-11T22:44:10.738Z ##### ##### # # # # # # # ##### ####
8422024-12-11T22:44:10.738Z # # ###### # # # ##### # #
8432024-12-11T22:44:10.738Z # # # # # # # # # # # #
8442024-12-11T22:44:10.738Z # ###### # # # #### # # ###### ####
8452024-12-11T22:44:10.739Z
8462024-12-11T22:44:10.739Z+ ptime -m cargo build --all-features
8472024-12-11T22:44:10.933Z Downloading crates ...
8482024-12-11T22:44:11.101Z Downloaded async-stream-impl v0.3.6
8492024-12-11T22:44:11.126Z Downloaded matchers v0.1.0
8502024-12-11T22:44:11.126Z Downloaded hyper-timeout v0.5.1
8512024-12-11T22:44:11.126Z Downloaded tower-layer v0.3.3
8522024-12-11T22:44:11.126Z Downloaded console-api v0.8.1
8532024-12-11T22:44:11.150Z Downloaded sync_wrapper v0.1.2
8542024-12-11T22:44:11.150Z Downloaded prost v0.13.3
8552024-12-11T22:44:11.150Z Downloaded prost-types v0.13.3
8562024-12-11T22:44:11.150Z Downloaded crossbeam-utils v0.8.20
8572024-12-11T22:44:11.150Z Downloaded prost-derive v0.13.3
8582024-12-11T22:44:11.150Z Downloaded tower v0.4.13
8592024-12-11T22:44:11.174Z Downloaded tonic v0.12.3
8602024-12-11T22:44:11.174Z Downloaded tower v0.5.1
8612024-12-11T22:44:11.198Z Downloaded hdrhistogram v7.5.4
8622024-12-11T22:44:11.198Z Downloaded console-subscriber v0.4.1
8632024-12-11T22:44:11.198Z Downloaded tokio-util v0.7.12
8642024-12-11T22:44:11.223Z Downloaded h2 v0.4.6
8652024-12-11T22:44:11.223Z Downloaded axum v0.7.7
8662024-12-11T22:44:11.223Z Downloaded regex-automata v0.1.10
8672024-12-11T22:44:11.247Z Downloaded hashbrown v0.12.3
8682024-12-11T22:44:11.247Z Downloaded crossbeam-channel v0.5.13
8692024-12-11T22:44:11.247Z Downloaded regex-syntax v0.6.29
8702024-12-11T22:44:11.247Z Downloaded matchit v0.7.3
8712024-12-11T22:44:11.247Z Downloaded indexmap v1.9.3
8722024-12-11T22:44:11.296Z Downloaded atomic-waker v1.1.2
8732024-12-11T22:44:11.296Z Downloaded async-trait v0.1.83
8742024-12-11T22:44:11.296Z Downloaded rustversion v1.0.18
8752024-12-11T22:44:11.296Z Downloaded axum-core v0.4.5
8762024-12-11T22:44:11.296Z Downloaded anyhow v1.0.91
8772024-12-11T22:44:11.296Z Downloaded httpdate v1.0.3
8782024-12-11T22:44:11.296Z Downloaded async-stream v0.3.6
8792024-12-11T22:44:11.328Z Compiling futures-sink v0.3.31
8802024-12-11T22:44:11.352Z Compiling byteorder v1.5.0
8812024-12-11T22:44:11.375Z Compiling num-traits v0.2.19
8822024-12-11T22:44:11.375Z Compiling regex-syntax v0.6.29
8832024-12-11T22:44:11.375Z Compiling atomic-waker v1.1.2
8842024-12-11T22:44:11.400Z Compiling httpdate v1.0.3
8852024-12-11T22:44:11.400Z Compiling anyhow v1.0.91
8862024-12-11T22:44:11.400Z Compiling tower-layer v0.3.3
8872024-12-11T22:44:11.456Z Compiling futures-channel v0.3.31
8882024-12-11T22:44:11.523Z Compiling tokio-util v0.7.12
8892024-12-11T22:44:11.610Z Compiling either v1.13.0
8902024-12-11T22:44:11.650Z Compiling zerocopy v0.7.35
8912024-12-11T22:44:11.761Z Compiling futures-util v0.3.31
8922024-12-11T22:44:11.785Z Compiling rustversion v1.0.18
8932024-12-11T22:44:11.928Z Compiling itertools v0.13.0
8942024-12-11T22:44:12.269Z Compiling h2 v0.4.6
8952024-12-11T22:44:12.584Z Compiling indexmap v1.9.3
8962024-12-11T22:44:12.649Z Compiling ppv-lite86 v0.2.20
8972024-12-11T22:44:13.048Z Compiling async-trait v0.1.83
8982024-12-11T22:44:13.150Z Compiling sync_wrapper v0.1.2
8992024-12-11T22:44:13.233Z Compiling rand_chacha v0.3.1
9002024-12-11T22:44:13.269Z Compiling hashbrown v0.12.3
9012024-12-11T22:44:13.623Z Compiling rand v0.8.5
9022024-12-11T22:44:14.198Z Compiling regex-automata v0.1.10
9032024-12-11T22:44:14.287Z Compiling prost-derive v0.13.3
9042024-12-11T22:44:14.816Z Compiling async-stream-impl v0.3.6
9052024-12-11T22:44:14.870Z Compiling crossbeam-utils v0.8.20
9062024-12-11T22:44:14.904Z Compiling matchit v0.7.3
9072024-12-11T22:44:15.293Z Compiling matchers v0.1.0
9082024-12-11T22:44:15.428Z Compiling tracing-subscriber v0.3.19
9092024-12-11T22:44:15.473Z Compiling ahash v0.8.11
9102024-12-11T22:44:15.780Z Compiling http-body-util v0.1.2
9112024-12-11T22:44:15.871Z Compiling hyper v1.5.0
9122024-12-11T22:44:16.023Z Compiling tower v0.5.1
9132024-12-11T22:44:16.147Z Compiling axum-core v0.4.5
9142024-12-11T22:44:16.172Z Compiling async-stream v0.3.6
9152024-12-11T22:44:16.420Z Compiling tower v0.4.13
9162024-12-11T22:44:16.541Z Compiling tokio-stream v0.1.17
9172024-12-11T22:44:16.617Z Compiling proptest v1.5.0
9182024-12-11T22:44:16.979Z Compiling prost v0.13.3
9192024-12-11T22:44:17.240Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9202024-12-11T22:44:17.317Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9212024-12-11T22:44:17.608Z Compiling hyper-util v0.1.9
9222024-12-11T22:44:17.906Z Compiling prost-types v0.13.3
9232024-12-11T22:44:18.213Z Compiling guppy v0.17.10
9242024-12-11T22:44:19.127Z Compiling hyper-timeout v0.5.1
9252024-12-11T22:44:19.202Z Compiling axum v0.7.7
9262024-12-11T22:44:19.410Z Compiling hyper-rustls v0.27.3
9272024-12-11T22:44:19.562Z Compiling futures-executor v0.3.31
9282024-12-11T22:44:19.881Z Compiling base64 v0.21.7
9292024-12-11T22:44:20.026Z Compiling reqwest v0.12.8
9302024-12-11T22:44:20.303Z Compiling crossbeam-channel v0.5.13
9312024-12-11T22:44:20.433Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9322024-12-11T22:44:20.690Z Compiling hdrhistogram v7.5.4
9332024-12-11T22:44:21.119Z Compiling chrono v0.4.39
9342024-12-11T22:44:21.145Z Compiling futures v0.3.31
9352024-12-11T22:44:21.241Z Compiling async-scoped v0.9.0
9362024-12-11T22:44:21.464Z Compiling tracing-error v0.2.0
9372024-12-11T22:44:21.560Z Compiling future-queue v0.3.0
9382024-12-11T22:44:21.755Z Compiling color-spantrace v0.2.1
9392024-12-11T22:44:21.846Z Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest)
9402024-12-11T22:44:22.167Z Compiling self_update v0.41.0
9412024-12-11T22:44:22.451Z Compiling color-eyre v0.6.3
9422024-12-11T22:44:23.611Z Compiling tonic v0.12.3
9432024-12-11T22:44:23.932Z Compiling quick-junit v0.5.1
9442024-12-11T22:44:24.619Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9452024-12-11T22:44:25.955Z Compiling console-api v0.8.1
9462024-12-11T22:44:26.979Z Compiling console-subscriber v0.4.1
9472024-12-11T22:44:28.775Z Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner)
9482024-12-11T22:44:41.018Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9492024-12-11T22:45:07.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.41s
9502024-12-11T22:45:07.285Z
9512024-12-11T22:45:07.309Zreal 56.542225438
9522024-12-11T22:45:07.309Zuser 3:24.056584769
9532024-12-11T22:45:07.309Zsys 27.273136417
9542024-12-11T22:45:07.309Ztrap 0.097938962
9552024-12-11T22:45:07.309Ztflt 0.058597561
9562024-12-11T22:45:07.309Zdflt 0.277807734
9572024-12-11T22:45:07.309Zkflt 0.000125636
9582024-12-11T22:45:07.309Zlock 5:56.593211966
9592024-12-11T22:45:07.309Zslp 12:22.331926592
9602024-12-11T22:45:07.309Zlat 7.350058072
9612024-12-11T22:45:07.309Zstop 8.084961837
9622024-12-11T22:45:07.309Z+ banner doctests
9632024-12-11T22:45:07.309Z
9642024-12-11T22:45:07.309Z ##### #### #### ##### ###### #### ##### ####
9652024-12-11T22:45:07.309Z # # # # # # # # # # #
9662024-12-11T22:45:07.309Z # # # # # # ##### #### # ####
9672024-12-11T22:45:07.309Z # # # # # # # # # #
9682024-12-11T22:45:07.309Z # # # # # # # # # # # # #
9692024-12-11T22:45:07.309Z ##### #### #### # ###### #### # ####
9702024-12-11T22:45:07.309Z
9712024-12-11T22:45:07.309Z+ ptime -m cargo test --doc
9722024-12-11T22:45:07.771Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
9732024-12-11T22:45:07.794Z Doc-tests cargo_nextest
9742024-12-11T22:45:08.321Z
9752024-12-11T22:45:08.322Zrunning 0 tests
9762024-12-11T22:45:08.322Z
9772024-12-11T22:45:08.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9782024-12-11T22:45:08.344Z
9792024-12-11T22:45:08.367Z Doc-tests fixture_data
9802024-12-11T22:45:08.433Z
9812024-12-11T22:45:08.433Zrunning 0 tests
9822024-12-11T22:45:08.433Z
9832024-12-11T22:45:08.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9842024-12-11T22:45:08.456Z
9852024-12-11T22:45:08.456Z Doc-tests integration_tests
9862024-12-11T22:45:08.531Z
9872024-12-11T22:45:08.531Zrunning 0 tests
9882024-12-11T22:45:08.531Z
9892024-12-11T22:45:08.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9902024-12-11T22:45:08.531Z
9912024-12-11T22:45:08.554Z Doc-tests nextest_filtering
9922024-12-11T22:45:08.713Z
9932024-12-11T22:45:08.713Zrunning 0 tests
9942024-12-11T22:45:08.713Z
9952024-12-11T22:45:08.713Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9962024-12-11T22:45:08.713Z
9972024-12-11T22:45:08.737Z Doc-tests nextest_metadata
9982024-12-11T22:45:08.923Z
9992024-12-11T22:45:08.923Zrunning 2 tests
10002024-12-11T22:45:09.702Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
10012024-12-11T22:45:12.858Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
10022024-12-11T22:45:12.858Z
10032024-12-11T22:45:12.858Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.94s
10042024-12-11T22:45:12.858Z
10052024-12-11T22:45:12.883Z Doc-tests nextest_runner
10062024-12-11T22:45:13.799Z
10072024-12-11T22:45:13.799Zrunning 0 tests
10082024-12-11T22:45:13.799Z
10092024-12-11T22:45:13.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10102024-12-11T22:45:13.799Z
10112024-12-11T22:45:13.837Z Doc-tests nextest_workspace_hack
10122024-12-11T22:45:13.893Z
10132024-12-11T22:45:13.893Zrunning 0 tests
10142024-12-11T22:45:13.893Z
10152024-12-11T22:45:13.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10162024-12-11T22:45:13.916Z
10172024-12-11T22:45:13.940Z
10182024-12-11T22:45:13.940Zreal 6.610345058
10192024-12-11T22:45:13.940Zuser 6.240922810
10202024-12-11T22:45:13.940Zsys 2.284184728
10212024-12-11T22:45:13.940Ztrap 0.001355803
10222024-12-11T22:45:13.940Ztflt 0.008104202
10232024-12-11T22:45:13.940Zdflt 0.008018449
10242024-12-11T22:45:13.940Zkflt 0.000000000
10252024-12-11T22:45:13.940Zlock 10.930474687
10262024-12-11T22:45:13.940Zslp 35.956183890
10272024-12-11T22:45:13.940Zlat 0.089271689
10282024-12-11T22:45:13.940Zstop 0.145355850
10292024-12-11T22:45:13.940Z+ banner local-nt
10302024-12-11T22:45:13.940Z
10312024-12-11T22:45:13.940Z # #### #### ## # # # #####
10322024-12-11T22:45:13.940Z # # # # # # # # ## # #
10332024-12-11T22:45:13.940Z # # # # # # # ##### # # # #
10342024-12-11T22:45:13.940Z # # # # ###### # # # # #
10352024-12-11T22:45:13.940Z # # # # # # # # # ## #
10362024-12-11T22:45:13.940Z ###### #### #### # # ###### # # #
10372024-12-11T22:45:13.940Z
10382024-12-11T22:45:13.940Z+ ptime -m cargo local-nt run --profile ci
10392024-12-11T22:45:14.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
10402024-12-11T22:45:14.304Z Running `target/debug/cargo-nextest nextest run --profile ci`
10412024-12-11T22:45:14.879Zinfo: experimental features enabled: setup-scripts
10422024-12-11T22:45:15.211Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
10432024-12-11T22:45:15.443Z────────────
10442024-12-11T22:45:15.443Z Nextest run ID 7dfa8e64-167a-416a-bef0-ddb123e7725f with nextest profile: ci
10452024-12-11T22:45:15.443Z Starting 287 tests across 15 binaries (2 tests skipped)
10462024-12-11T22:45:15.466Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10472024-12-11T22:45:15.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
10482024-12-11T22:45:15.831Z Running `target/debug/build-seed-archive`
10492024-12-11T22:45:15.854Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d12bc5dfac29c0357feff0e882cea705356409baef1f1feaa66945c96964cb56.tar.zst, building
10502024-12-11T22:45:18.230Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-d12bc5dfac29c0357feff0e882cea705356409baef1f1feaa66945c96964cb56.tar.zst
10512024-12-11T22:45:18.253Z SETUP PASS [ 2.789s] build-seed-archive: cargo run --bin build-seed-archive
10522024-12-11T22:45:18.283Z PASS [ 0.044s] integration-tests::custom-harness thread_count::test_multi_threaded
10532024-12-11T22:45:18.307Z PASS [ 0.058s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10542024-12-11T22:45:18.395Z PASS [ 0.160s] cargo-nextest dispatch::tests::test_argument_parsing
10552024-12-11T22:45:19.820Z PASS [ 1.581s] integration-tests::integration test_list_binaries_only
10562024-12-11T22:45:19.962Z PASS [ 1.726s] integration-tests::integration test_list_host_after_build
10572024-12-11T22:45:20.243Z PASS [ 1.956s] integration-tests::integration test_list_target_after_build
10582024-12-11T22:45:20.407Z PASS [ 2.171s] integration-tests::integration test_list_full
10592024-12-11T22:45:20.431Z PASS [ 2.180s] integration-tests::integration test_list_full_after_build
10602024-12-11T22:45:20.454Z PASS [ 2.203s] integration-tests::integration test_list_default
10612024-12-11T22:45:21.906Z PASS [ 1.498s] integration-tests::integration test_run_from_archive_with_missing_includes
10622024-12-11T22:45:23.732Z PASS [ 3.292s] integration-tests::integration test_run_no_tests
10632024-12-11T22:45:23.891Z PASS [ 3.928s] integration-tests::integration test_run_after_build
10642024-12-11T22:45:24.141Z PASS [ 5.744s] integration-tests::integration test_relocated_run
10652024-12-11T22:45:24.529Z PASS [ 6.234s] integration-tests::integration test_list_with_default_filter
10662024-12-11T22:45:24.989Z PASS [ 3.082s] integration-tests::integration test_run_with_default_filter
10672024-12-11T22:45:25.370Z PASS [ 1.477s] integration-tests::integration test_setup_scripts_not_enabled
10682024-12-11T22:45:25.431Z PASS [ 1.698s] integration-tests::integration test_setup_script_error
10692024-12-11T22:45:25.488Z PASS [ 0.056s] integration-tests::integration test_version_info
10702024-12-11T22:45:25.836Z PASS [ 0.347s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10712024-12-11T22:45:25.861Z PASS [ 0.024s] nextest-filtering parsing::tests::test_complex_error
10722024-12-11T22:45:25.886Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_eof
10732024-12-11T22:45:25.969Z PASS [ 0.024s] nextest-filtering parsing::tests::test_expected_expr
10742024-12-11T22:45:25.993Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_and_operator
10752024-12-11T22:45:25.993Z PASS [ 5.697s] integration-tests::integration test_run_from_archive_with_includes
10762024-12-11T22:45:25.993Z PASS [ 1.418s] integration-tests::integration test_show_config_version
10772024-12-11T22:45:25.993Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes
10782024-12-11T22:45:25.993Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_glob
10792024-12-11T22:45:25.993Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_or_operator
10802024-12-11T22:45:25.993Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_platform
10812024-12-11T22:45:26.016Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_regex
10822024-12-11T22:45:26.016Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument
10832024-12-11T22:45:26.016Z PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_close_parentheses
10842024-12-11T22:45:26.039Z PASS [ 0.025s] nextest-filtering parsing::tests::test_missing_close_regex
10852024-12-11T22:45:26.040Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses
10862024-12-11T22:45:26.040Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_parentheses
10872024-12-11T22:45:26.063Z PASS [ 0.038s] nextest-filtering parsing::tests::test_parse_comma
10882024-12-11T22:45:26.063Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_difference
10892024-12-11T22:45:26.086Z PASS [ 0.031s] nextest-filtering parsing::tests::test_parse_expr_intersection
10902024-12-11T22:45:26.109Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_precedence
10912024-12-11T22:45:26.109Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_set
10922024-12-11T22:45:26.109Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_expr_not
10932024-12-11T22:45:26.132Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_union
10942024-12-11T22:45:26.132Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_glob_matcher
10952024-12-11T22:45:26.155Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10962024-12-11T22:45:26.155Z PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_name_matcher
10972024-12-11T22:45:26.179Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_set_def
10982024-12-11T22:45:26.179Z PASS [ 0.032s] nextest-filtering parsing::tests::test_unexpected_argument
10992024-12-11T22:45:26.202Z PASS [ 0.051s] nextest-filtering parsing::tests::test_parse_regex
11002024-12-11T22:45:26.202Z PASS [ 0.023s] nextest-filtering parsing::tests::test_unexpected_comma
11012024-12-11T22:45:26.225Z PASS [ 0.033s] nextest-filtering::match test_binary_query
11022024-12-11T22:45:26.248Z PASS [ 0.044s] nextest-filtering::match test_expr_binary
11032024-12-11T22:45:26.271Z PASS [ 5.833s] integration-tests::integration test_run_from_archive_with_no_includes
11042024-12-11T22:45:26.293Z PASS [ 0.049s] nextest-filtering::match test_expr_binary_id_glob
11052024-12-11T22:45:26.294Z PASS [ 0.038s] nextest-filtering::match test_expr_deps
11062024-12-11T22:45:26.294Z PASS [ 0.032s] nextest-filtering::match test_expr_kind
11072024-12-11T22:45:26.316Z PASS [ 0.031s] nextest-filtering::match test_expr_kind_partial
11082024-12-11T22:45:26.340Z PASS [ 0.044s] nextest-filtering::match test_expr_package_contains
11092024-12-11T22:45:26.340Z PASS [ 0.051s] nextest-filtering::match test_expr_package_equal
11102024-12-11T22:45:26.376Z PASS [ 0.056s] nextest-filtering::match test_expr_platform
11112024-12-11T22:45:26.399Z PASS [ 0.065s] nextest-filtering::match test_expr_package_regex
11122024-12-11T22:45:26.399Z PASS [ 0.054s] nextest-filtering::match test_expr_rdeps
11132024-12-11T22:45:26.422Z PASS [ 0.036s] nextest-filtering::match test_expr_test
11142024-12-11T22:45:26.422Z PASS [ 0.247s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11152024-12-11T22:45:26.445Z PASS [ 0.044s] nextest-filtering::match test_expr_test_difference::with_minus
11162024-12-11T22:45:26.469Z PASS [ 0.046s] nextest-filtering::match test_expr_test_difference::with_and_not
11172024-12-11T22:45:26.469Z PASS [ 0.034s] nextest-filtering::match test_expr_test_intersect::with_and
11182024-12-11T22:45:26.492Z PASS [ 0.027s] nextest-filtering::match test_expr_test_not
11192024-12-11T22:45:26.493Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or
11202024-12-11T22:45:26.493Z PASS [ 0.063s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11212024-12-11T22:45:26.493Z PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_pipe
11222024-12-11T22:45:26.516Z PASS [ 0.021s] nextest-metadata test_list::tests::test_binary_id_ord
11232024-12-11T22:45:26.539Z PASS [ 0.049s] nextest-filtering::match test_expr_test_union::with_plus
11242024-12-11T22:45:26.539Z PASS [ 0.037s] nextest-filtering::match test_expr_with_no_matching_packages
11252024-12-11T22:45:26.539Z PASS [ 0.029s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11262024-12-11T22:45:26.595Z PASS [ 0.054s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11272024-12-11T22:45:26.618Z PASS [ 0.109s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11282024-12-11T22:45:26.618Z PASS [ 0.063s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11292024-12-11T22:45:26.642Z PASS [ 0.066s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11302024-12-11T22:45:26.665Z PASS [ 0.047s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11312024-12-11T22:45:26.666Z PASS [ 0.053s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11322024-12-11T22:45:26.666Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11332024-12-11T22:45:26.689Z PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11342024-12-11T22:45:26.689Z PASS [ 0.050s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11352024-12-11T22:45:26.712Z PASS [ 0.049s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11362024-12-11T22:45:26.712Z PASS [ 0.043s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11372024-12-11T22:45:26.735Z PASS [ 0.046s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11382024-12-11T22:45:27.042Z PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11392024-12-11T22:45:27.066Z PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11402024-12-11T22:45:27.089Z PASS [ 0.329s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11412024-12-11T22:45:27.120Z PASS [ 0.414s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11422024-12-11T22:45:27.492Z PASS [ 0.449s] nextest-runner config::archive::tests::parse_invalid::missing_list
11432024-12-11T22:45:27.564Z PASS [ 0.511s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11442024-12-11T22:45:27.589Z PASS [ 0.025s] nextest-runner config::archive::tests::test_join_rel_path
11452024-12-11T22:45:27.613Z PASS [ 0.480s] nextest-runner config::archive::tests::parse_invalid::parent_component
11462024-12-11T22:45:27.613Z PASS [ 0.528s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11472024-12-11T22:45:27.636Z PASS [ 0.033s] nextest-runner config::config_impl::tests::default_config_is_valid
11482024-12-11T22:45:27.660Z PASS [ 0.030s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11492024-12-11T22:45:27.683Z PASS [ 0.048s] nextest-runner config::identifier::tests::test_invalid
11502024-12-11T22:45:27.683Z PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid
11512024-12-11T22:45:27.706Z PASS [ 0.028s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11522024-12-11T22:45:27.730Z PASS [ 0.039s] nextest-runner config::nextest_version::tests::test_accumulate
11532024-12-11T22:45:27.730Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11542024-12-11T22:45:27.752Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11552024-12-11T22:45:27.775Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11562024-12-11T22:45:27.776Z PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11572024-12-11T22:45:27.799Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11582024-12-11T22:45:27.799Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11592024-12-11T22:45:27.822Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11602024-12-11T22:45:27.822Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11612024-12-11T22:45:27.849Z PASS [ 0.356s] nextest-runner config::archive::tests::parse_valid
11622024-12-11T22:45:27.994Z PASS [ 0.393s] nextest-runner config::config_impl::tests::ignored_keys
11632024-12-11T22:45:28.116Z PASS [ 0.297s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11642024-12-11T22:45:28.139Z PASS [ 0.315s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11652024-12-11T22:45:28.172Z PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11662024-12-11T22:45:28.315Z PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11672024-12-11T22:45:28.454Z PASS [ 0.332s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11682024-12-11T22:45:28.478Z PASS [ 3.468s] integration-tests::integration test_target_arg
11692024-12-11T22:45:28.478Z PASS [ 0.348s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11702024-12-11T22:45:28.542Z PASS [ 0.369s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11712024-12-11T22:45:28.625Z PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11722024-12-11T22:45:28.764Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11732024-12-11T22:45:28.787Z PASS [ 0.331s] nextest-runner config::overrides::tests::test_overrides_basic
11742024-12-11T22:45:28.811Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11752024-12-11T22:45:28.884Z PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11762024-12-11T22:45:28.979Z PASS [ 0.353s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11772024-12-11T22:45:29.095Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11782024-12-11T22:45:29.119Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11792024-12-11T22:45:29.162Z PASS [ 0.369s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11802024-12-11T22:45:29.291Z PASS [ 0.407s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11812024-12-11T22:45:29.347Z PASS [ 5.204s] integration-tests::integration test_show_config_test_groups
11822024-12-11T22:45:29.427Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11832024-12-11T22:45:29.450Z PASS [ 0.453s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11842024-12-11T22:45:29.450Z PASS [ 0.330s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11852024-12-11T22:45:29.475Z PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11862024-12-11T22:45:29.583Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11872024-12-11T22:45:29.641Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11882024-12-11T22:45:29.722Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11892024-12-11T22:45:29.745Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11902024-12-11T22:45:29.745Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11912024-12-11T22:45:29.775Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11922024-12-11T22:45:29.885Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11932024-12-11T22:45:29.946Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11942024-12-11T22:45:30.022Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11952024-12-11T22:45:30.046Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11962024-12-11T22:45:30.046Z PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11972024-12-11T22:45:30.076Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_valid
11982024-12-11T22:45:30.192Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11992024-12-11T22:45:30.242Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
12002024-12-11T22:45:30.316Z PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
12012024-12-11T22:45:30.339Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
12022024-12-11T22:45:30.339Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
12032024-12-11T22:45:30.384Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
12042024-12-11T22:45:30.480Z PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
12052024-12-11T22:45:30.535Z PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
12062024-12-11T22:45:30.632Z PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12072024-12-11T22:45:30.655Z PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
12082024-12-11T22:45:30.678Z PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12092024-12-11T22:45:30.702Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12102024-12-11T22:45:30.785Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12112024-12-11T22:45:30.852Z PASS [ 0.316s] nextest-runner config::scripts::tests::test_scripts_basic
12122024-12-11T22:45:30.956Z PASS [ 0.315s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12132024-12-11T22:45:30.983Z PASS [ 0.328s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12142024-12-11T22:45:30.983Z PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12152024-12-11T22:45:31.005Z PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12162024-12-11T22:45:31.093Z PASS [ 0.307s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12172024-12-11T22:45:31.153Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12182024-12-11T22:45:31.289Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12192024-12-11T22:45:31.289Z PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12202024-12-11T22:45:31.289Z PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12212024-12-11T22:45:31.313Z PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12222024-12-11T22:45:31.402Z PASS [ 0.308s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12232024-12-11T22:45:31.440Z PASS [ 6.069s] integration-tests::integration test_target_dir
12242024-12-11T22:45:31.467Z PASS [ 0.313s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12252024-12-11T22:45:31.595Z PASS [ 0.327s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12262024-12-11T22:45:31.618Z PASS [ 0.328s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12272024-12-11T22:45:31.618Z PASS [ 0.309s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12282024-12-11T22:45:31.618Z PASS [ 0.342s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12292024-12-11T22:45:31.723Z PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12302024-12-11T22:45:31.758Z PASS [ 0.317s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12312024-12-11T22:45:31.781Z PASS [ 0.309s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12322024-12-11T22:45:31.899Z PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12332024-12-11T22:45:31.923Z PASS [ 0.302s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12342024-12-11T22:45:31.923Z PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12352024-12-11T22:45:31.923Z PASS [ 0.302s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12362024-12-11T22:45:32.034Z PASS [ 0.311s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12372024-12-11T22:45:32.078Z PASS [ 0.302s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12382024-12-11T22:45:32.102Z PASS [ 0.326s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12392024-12-11T22:45:32.219Z PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12402024-12-11T22:45:32.251Z PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12412024-12-11T22:45:32.251Z PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12422024-12-11T22:45:32.251Z PASS [ 0.331s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12432024-12-11T22:45:32.251Z PASS [ 0.023s] nextest-runner config::tool_config::tests::parse_tool_config_file
12442024-12-11T22:45:32.275Z PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list
12452024-12-11T22:45:32.298Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12462024-12-11T22:45:32.298Z PASS [ 0.068s] nextest-runner errors::tests::display_error_chain
12472024-12-11T22:45:32.322Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12482024-12-11T22:45:32.322Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12492024-12-11T22:45:32.345Z PASS [ 0.094s] nextest-runner errors::tests::display_error_list
12502024-12-11T22:45:32.345Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12512024-12-11T22:45:32.368Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12522024-12-11T22:45:32.368Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12532024-12-11T22:45:32.368Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12542024-12-11T22:45:32.391Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12552024-12-11T22:45:32.391Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12562024-12-11T22:45:32.391Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12572024-12-11T22:45:32.415Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12582024-12-11T22:45:32.438Z PASS [ 0.034s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12592024-12-11T22:45:32.438Z PASS [ 0.034s] nextest-runner list::test_list::tests::test_parse_test_list
12602024-12-11T22:45:32.438Z PASS [ 0.034s] nextest-runner partition::tests::partitioner_builder_from_str
12612024-12-11T22:45:32.438Z PASS [ 0.030s] nextest-runner platform::tests::test_from_rustc_output_invalid
12622024-12-11T22:45:32.462Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12632024-12-11T22:45:32.462Z PASS [ 0.407s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12642024-12-11T22:45:32.462Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12652024-12-11T22:45:32.462Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12662024-12-11T22:45:32.462Z PASS [ 0.374s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12672024-12-11T22:45:32.485Z PASS [ 0.026s] nextest-runner redact::tests::test_redact_path
12682024-12-11T22:45:32.485Z PASS [ 0.033s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
12692024-12-11T22:45:32.485Z PASS [ 0.033s] nextest-runner reporter::displayer::tests::no_capture_settings
12702024-12-11T22:45:32.509Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12712024-12-11T22:45:32.509Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12722024-12-11T22:45:32.532Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12732024-12-11T22:45:32.532Z PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12742024-12-11T22:45:32.532Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12752024-12-11T22:45:32.532Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12762024-12-11T22:45:32.532Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12772024-12-11T22:45:32.555Z PASS [ 0.024s] nextest-runner reporter::displayer::tests::test_final_warnings
12782024-12-11T22:45:32.555Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12792024-12-11T22:45:32.555Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12802024-12-11T22:45:32.579Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12812024-12-11T22:45:32.579Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12822024-12-11T22:45:32.579Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12832024-12-11T22:45:32.604Z PASS [ 0.033s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12842024-12-11T22:45:32.604Z PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12852024-12-11T22:45:32.604Z PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12862024-12-11T22:45:32.604Z PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success
12872024-12-11T22:45:32.627Z PASS [ 0.378s] nextest-runner config::tool_config::tests::tool_config_basic
12882024-12-11T22:45:32.627Z PASS [ 0.024s] nextest-runner reporter::helpers::tests::test_highlight_end
12892024-12-11T22:45:32.627Z PASS [ 0.090s] nextest-runner reporter::displayer::tests::test_info_response
12902024-12-11T22:45:32.627Z PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12912024-12-11T22:45:32.651Z PASS [ 0.023s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12922024-12-11T22:45:32.651Z PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative
12932024-12-11T22:45:32.651Z PASS [ 0.025s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
12942024-12-11T22:45:32.675Z PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12952024-12-11T22:45:32.675Z PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output
12962024-12-11T22:45:32.675Z PASS [ 0.032s] nextest-runner runner::imp::tests::no_capture_settings
12972024-12-11T22:45:32.675Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12982024-12-11T22:45:32.675Z PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12992024-12-11T22:45:32.698Z PASS [ 0.029s] nextest-runner rustc_cli::tests::test_fail_to_spawn
13002024-12-11T22:45:32.698Z PASS [ 0.025s] nextest-runner test_command::tests::parse_build_script
13012024-12-11T22:45:32.721Z PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config
13022024-12-11T22:45:32.721Z PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples
13032024-12-11T22:45:32.721Z PASS [ 0.025s] nextest-runner test_filter::tests::pattern_examples
13042024-12-11T22:45:32.784Z PASS [ 0.123s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
13052024-12-11T22:45:32.809Z PASS [ 0.115s] nextest-runner test_filter::tests::proptest_empty
13062024-12-11T22:45:32.833Z PASS [ 0.030s] nextest-runner test_filter::tests::skip_only_pattern_examples
13072024-12-11T22:45:32.833Z PASS [ 0.161s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
13082024-12-11T22:45:32.910Z PASS [ 0.200s] nextest-runner test_filter::tests::proptest_no_match
13092024-12-11T22:45:32.933Z PASS [ 0.293s] nextest-runner rustc_cli::tests::test_execute_with_failure
13102024-12-11T22:45:33.208Z PASS [ 0.504s] nextest-runner test_filter::tests::proptest_exact
13112024-12-11T22:45:33.399Z PASS [ 0.582s] nextest-runner time::stopwatch::tests::stopwatch_pause
13122024-12-11T22:45:33.505Z PASS [ 0.795s] nextest-runner test_filter::tests::proptest_substring
13132024-12-11T22:45:34.338Z PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13142024-12-11T22:45:34.401Z PASS [ 14.581s] integration-tests::integration test_run
13152024-12-11T22:45:34.632Z PASS [ 1.698s] nextest-runner::integration basic::test_list_binaries
13162024-12-11T22:45:34.894Z PASS [ 2.062s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13172024-12-11T22:45:34.936Z PASS [ 1.727s] nextest-runner::integration basic::test_list_tests
13182024-12-11T22:45:34.959Z PASS [ 2.032s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13192024-12-11T22:45:34.982Z PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching
13202024-12-11T22:45:35.005Z PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13212024-12-11T22:45:35.028Z PASS [ 0.026s] nextest-runner::integration target_runner::parses_cargo_config_exact
13222024-12-11T22:45:35.113Z PASS [ 0.702s] nextest-runner::integration basic::test_run_ignored
13232024-12-11T22:45:35.140Z PASS [ 0.507s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13242024-12-11T22:45:35.430Z PASS [ 0.486s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13252024-12-11T22:45:35.459Z PASS [ 0.028s] nextest-runner::integration target_triple::parses_cargo_env
13262024-12-11T22:45:35.490Z PASS [ 0.030s] nextest-runner::integration target_triple::parses_custom_target_cli
13272024-12-11T22:45:35.522Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13282024-12-11T22:45:35.548Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13292024-12-11T22:45:35.576Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env
13302024-12-11T22:45:35.602Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13312024-12-11T22:45:35.625Z PASS [ 0.601s] nextest-runner::integration target_runner::parses_cargo_env
13322024-12-11T22:45:35.648Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
13332024-12-11T22:45:35.791Z PASS [ 0.678s] nextest-runner::integration target_runner::test_listing_with_target_runner
13342024-12-11T22:45:36.170Z PASS [ 1.832s] nextest-runner::integration basic::test_run
13352024-12-11T22:45:36.710Z PASS [ 1.570s] nextest-runner::integration target_runner::test_run_with_target_runner
13362024-12-11T22:45:37.464Z PASS [ 2.570s] nextest-runner::integration basic::test_termination
13372024-12-11T22:45:38.303Z PASS [ 4.797s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13382024-12-11T22:45:38.362Z PASS [ 4.963s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13392024-12-11T22:45:38.385Z────────────
13402024-12-11T22:45:38.386Z Summary [ 22.920s] 287 tests run: 287 passed, 2 skipped
13412024-12-11T22:45:38.409Z
13422024-12-11T22:45:38.409Zreal 24.460262218
13432024-12-11T22:45:38.409Zuser 1:06.481188837
13442024-12-11T22:45:38.409Zsys 1:10.037522706
13452024-12-11T22:45:38.409Ztrap 0.107972069
13462024-12-11T22:45:38.409Ztflt 0.055145475
13472024-12-11T22:45:38.409Zdflt 0.286353197
13482024-12-11T22:45:38.409Zkflt 0.003605285
13492024-12-11T22:45:38.409Zlock 12:05.478463559
13502024-12-11T22:45:38.409Zslp 5:57.054731283
13512024-12-11T22:45:38.410Zlat 1:24.482504032
13522024-12-11T22:45:38.410Zstop 2:13.436487200
13532024-12-11T22:45:38.410Z+ banner release
13542024-12-11T22:45:38.410Z
13552024-12-11T22:45:38.410Z ##### ###### # ###### ## #### ######
13562024-12-11T22:45:38.410Z # # # # # # # # #
13572024-12-11T22:45:38.410Z # # ##### # ##### # # #### #####
13582024-12-11T22:45:38.410Z ##### # # # ###### # #
13592024-12-11T22:45:38.410Z # # # # # # # # # #
13602024-12-11T22:45:38.410Z # # ###### ###### ###### # # #### ######
13612024-12-11T22:45:38.410Z
13622024-12-11T22:45:38.410Z+ ptime -m cargo nextest run --profile ci
13632024-12-11T22:45:38.979Zinfo: experimental features enabled: setup-scripts
13642024-12-11T22:45:39.002Zwarning: ignoring unknown configuration keys in config file /work/nextest-rs/nextest/.config/nextest.toml: profile.default.overrides.1.run-extra-args
13652024-12-11T22:45:39.302Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
13662024-12-11T22:45:39.508Z------------
13672024-12-11T22:45:39.508Z Nextest run ID 74c35542-32ff-4602-b3a4-2863a1540411 with nextest profile: ci
13682024-12-11T22:45:39.508Z Starting 287 tests across 15 binaries (2 tests skipped)
13692024-12-11T22:45:39.531Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13702024-12-11T22:45:39.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
13712024-12-11T22:45:39.897Z Running `target/debug/build-seed-archive`
13722024-12-11T22:45:40.309Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-27686e954998971e736190696b5c4b170c4422926d4ce561ea3ca55b7fce165a.tar.zst, building
13732024-12-11T22:45:42.778Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-27686e954998971e736190696b5c4b170c4422926d4ce561ea3ca55b7fce165a.tar.zst
13742024-12-11T22:45:42.802Z SETUP PASS [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13752024-12-11T22:45:42.835Z PASS [ 0.029s] integration-tests::custom-harness thread_count::test_multi_threaded
13762024-12-11T22:45:42.859Z PASS [ 0.040s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13772024-12-11T22:45:42.929Z PASS [ 0.141s] cargo-nextest dispatch::tests::test_argument_parsing
13782024-12-11T22:45:44.350Z PASS [ 1.538s] integration-tests::integration test_list_binaries_only
13792024-12-11T22:45:44.614Z PASS [ 1.788s] integration-tests::integration test_list_host_after_build
13802024-12-11T22:45:44.918Z PASS [ 2.088s] integration-tests::integration test_list_target_after_build
13812024-12-11T22:45:44.946Z PASS [ 2.116s] integration-tests::integration test_list_default
13822024-12-11T22:45:44.946Z PASS [ 2.121s] integration-tests::integration test_list_full
13832024-12-11T22:45:44.998Z PASS [ 2.178s] integration-tests::integration test_list_full_after_build
13842024-12-11T22:45:46.537Z PASS [ 1.611s] integration-tests::integration test_run_from_archive_with_missing_includes
13852024-12-11T22:45:47.708Z PASS [ 2.710s] integration-tests::integration test_run_no_tests
13862024-12-11T22:45:48.453Z PASS [ 5.523s] integration-tests::integration test_relocated_run
13872024-12-11T22:45:48.556Z PASS [ 5.721s] integration-tests::integration test_list_with_default_filter
13882024-12-11T22:45:48.690Z PASS [ 4.076s] integration-tests::integration test_run_after_build
13892024-12-11T22:45:49.387Z PASS [ 1.679s] integration-tests::integration test_setup_script_error
13902024-12-11T22:45:49.626Z PASS [ 3.089s] integration-tests::integration test_run_with_default_filter
13912024-12-11T22:45:49.930Z PASS [ 1.476s] integration-tests::integration test_setup_scripts_not_enabled
13922024-12-11T22:45:49.983Z PASS [ 0.053s] integration-tests::integration test_version_info
13932024-12-11T22:45:50.437Z PASS [ 0.454s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13942024-12-11T22:45:50.460Z PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error
13952024-12-11T22:45:50.484Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof
13962024-12-11T22:45:50.507Z PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr
13972024-12-11T22:45:50.530Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator
13982024-12-11T22:45:50.553Z PASS [ 1.837s] integration-tests::integration test_show_config_version
13992024-12-11T22:45:50.553Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes
14002024-12-11T22:45:50.553Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_glob
14012024-12-11T22:45:50.578Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator
14022024-12-11T22:45:50.578Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform
14032024-12-11T22:45:50.578Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_regex
14042024-12-11T22:45:50.601Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument
14052024-12-11T22:45:50.601Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_parentheses
14062024-12-11T22:45:50.624Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_regex
14072024-12-11T22:45:50.624Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses
14082024-12-11T22:45:50.647Z PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_parentheses
14092024-12-11T22:45:50.647Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_comma
14102024-12-11T22:45:50.670Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_difference
14112024-12-11T22:45:50.694Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_intersection
14122024-12-11T22:45:50.694Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_not
14132024-12-11T22:45:50.694Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_precedence
14142024-12-11T22:45:50.717Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set
14152024-12-11T22:45:50.740Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_union
14162024-12-11T22:45:50.740Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_glob_matcher
14172024-12-11T22:45:50.740Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_name_matcher
14182024-12-11T22:45:50.763Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14192024-12-11T22:45:50.786Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_set_def
14202024-12-11T22:45:50.786Z PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_regex
14212024-12-11T22:45:50.810Z PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_argument
14222024-12-11T22:45:50.810Z PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_comma
14232024-12-11T22:45:50.834Z PASS [ 0.030s] nextest-filtering::match test_binary_query
14242024-12-11T22:45:50.864Z PASS [ 0.022s] nextest-filtering::match test_expr_binary
14252024-12-11T22:45:50.887Z PASS [ 0.029s] nextest-filtering::match test_expr_binary_id_glob
14262024-12-11T22:45:50.909Z PASS [ 0.020s] nextest-filtering::match test_expr_deps
14272024-12-11T22:45:50.933Z PASS [ 0.019s] nextest-filtering::match test_expr_kind
14282024-12-11T22:45:50.956Z PASS [ 0.029s] nextest-filtering::match test_expr_kind_partial
14292024-12-11T22:45:50.981Z PASS [ 0.187s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
14302024-12-11T22:45:51.006Z PASS [ 0.038s] nextest-filtering::match test_expr_package_contains
14312024-12-11T22:45:51.029Z PASS [ 0.039s] nextest-filtering::match test_expr_package_equal
14322024-12-11T22:45:51.029Z PASS [ 0.033s] nextest-filtering::match test_expr_package_regex
14332024-12-11T22:45:51.052Z PASS [ 0.022s] nextest-filtering::match test_expr_platform
14342024-12-11T22:45:51.075Z PASS [ 0.031s] nextest-filtering::match test_expr_rdeps
14352024-12-11T22:45:51.145Z PASS [ 0.028s] nextest-filtering::match test_expr_test
14362024-12-11T22:45:51.145Z PASS [ 0.037s] nextest-filtering::match test_expr_test_difference::with_and_not
14372024-12-11T22:45:51.145Z PASS [ 0.051s] nextest-filtering::match test_expr_test_difference::with_minus
14382024-12-11T22:45:51.145Z PASS [ 6.202s] integration-tests::integration test_run_from_archive_with_includes
14392024-12-11T22:45:51.170Z PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14402024-12-11T22:45:51.170Z PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and
14412024-12-11T22:45:51.170Z PASS [ 0.024s] nextest-filtering::match test_expr_test_not
14422024-12-11T22:45:51.170Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_or
14432024-12-11T22:45:51.170Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_pipe
14442024-12-11T22:45:51.194Z PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus
14452024-12-11T22:45:51.194Z PASS [ 0.021s] nextest-filtering::match test_expr_with_no_matching_packages
14462024-12-11T22:45:51.194Z PASS [ 0.020s] nextest-metadata test_list::tests::test_binary_id_ord
14472024-12-11T22:45:51.194Z PASS [ 0.016s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14482024-12-11T22:45:51.217Z PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14492024-12-11T22:45:51.217Z PASS [ 0.020s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14502024-12-11T22:45:51.217Z PASS [ 0.021s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14512024-12-11T22:45:51.240Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14522024-12-11T22:45:51.289Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14532024-12-11T22:45:51.289Z PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14542024-12-11T22:45:51.289Z PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14552024-12-11T22:45:51.289Z PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14562024-12-11T22:45:51.289Z PASS [ 0.021s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14572024-12-11T22:45:51.289Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14582024-12-11T22:45:51.289Z PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14592024-12-11T22:45:51.289Z PASS [ 6.331s] integration-tests::integration test_run_from_archive_with_no_includes
14602024-12-11T22:45:51.289Z PASS [ 0.028s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14612024-12-11T22:45:51.574Z PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14622024-12-11T22:45:51.643Z PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14632024-12-11T22:45:51.698Z PASS [ 0.369s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14642024-12-11T22:45:51.744Z PASS [ 0.437s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14652024-12-11T22:45:52.033Z PASS [ 0.381s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14662024-12-11T22:45:52.057Z PASS [ 0.353s] nextest-runner config::archive::tests::parse_invalid::parent_component
14672024-12-11T22:45:52.081Z PASS [ 0.017s] nextest-runner config::archive::tests::test_join_rel_path
14682024-12-11T22:45:52.104Z PASS [ 0.508s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14692024-12-11T22:45:52.133Z PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid
14702024-12-11T22:45:52.194Z PASS [ 0.040s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14712024-12-11T22:45:52.194Z PASS [ 0.573s] nextest-runner config::archive::tests::parse_invalid::missing_list
14722024-12-11T22:45:52.231Z PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid
14732024-12-11T22:45:52.255Z PASS [ 0.086s] nextest-runner config::identifier::tests::test_invalid
14742024-12-11T22:45:52.255Z PASS [ 0.048s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14752024-12-11T22:45:52.255Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate
14762024-12-11T22:45:52.277Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14772024-12-11T22:45:52.337Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14782024-12-11T22:45:52.337Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14792024-12-11T22:45:52.360Z PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14802024-12-11T22:45:52.360Z PASS [ 0.051s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14812024-12-11T22:45:52.383Z PASS [ 0.046s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14822024-12-11T22:45:52.414Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14832024-12-11T22:45:52.414Z PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14842024-12-11T22:45:52.414Z PASS [ 0.360s] nextest-runner config::archive::tests::parse_valid
14852024-12-11T22:45:52.485Z PASS [ 0.383s] nextest-runner config::config_impl::tests::ignored_keys
14862024-12-11T22:45:52.698Z PASS [ 0.305s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14872024-12-11T22:45:52.723Z PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14882024-12-11T22:45:52.746Z PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14892024-12-11T22:45:52.797Z PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14902024-12-11T22:45:53.046Z PASS [ 0.350s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14912024-12-11T22:45:53.069Z PASS [ 0.357s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14922024-12-11T22:45:53.069Z PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14932024-12-11T22:45:53.094Z PASS [ 3.707s] integration-tests::integration test_target_arg
14942024-12-11T22:45:53.148Z PASS [ 0.352s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14952024-12-11T22:45:53.423Z PASS [ 0.375s] nextest-runner config::overrides::tests::test_overrides_basic
14962024-12-11T22:45:53.447Z PASS [ 0.363s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14972024-12-11T22:45:53.447Z PASS [ 0.364s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14982024-12-11T22:45:53.470Z PASS [ 0.372s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14992024-12-11T22:45:53.494Z PASS [ 0.338s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
15002024-12-11T22:45:53.717Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
15012024-12-11T22:45:53.744Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
15022024-12-11T22:45:53.767Z PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
15032024-12-11T22:45:53.790Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
15042024-12-11T22:45:53.814Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15052024-12-11T22:45:53.908Z PASS [ 5.353s] integration-tests::integration test_show_config_test_groups
15062024-12-11T22:45:54.020Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
15072024-12-11T22:45:54.043Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
15082024-12-11T22:45:54.066Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15092024-12-11T22:45:54.066Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15102024-12-11T22:45:54.090Z PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15112024-12-11T22:45:54.200Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15122024-12-11T22:45:54.318Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15132024-12-11T22:45:54.341Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15142024-12-11T22:45:54.341Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15152024-12-11T22:45:54.364Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15162024-12-11T22:45:54.388Z PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15172024-12-11T22:45:54.513Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15182024-12-11T22:45:54.611Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15192024-12-11T22:45:54.634Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15202024-12-11T22:45:54.657Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_valid
15212024-12-11T22:45:54.658Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15222024-12-11T22:45:54.681Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15232024-12-11T22:45:54.807Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15242024-12-11T22:45:54.937Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15252024-12-11T22:45:54.961Z PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15262024-12-11T22:45:54.961Z PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15272024-12-11T22:45:54.985Z PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15282024-12-11T22:45:55.008Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15292024-12-11T22:45:55.117Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15302024-12-11T22:45:55.262Z PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15312024-12-11T22:45:55.285Z PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
15322024-12-11T22:45:55.285Z PASS [ 0.333s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
15332024-12-11T22:45:55.285Z PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
15342024-12-11T22:45:55.312Z PASS [ 0.301s] nextest-runner config::scripts::tests::test_scripts_basic
15352024-12-11T22:45:55.442Z PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15362024-12-11T22:45:55.466Z PASS [ 5.829s] integration-tests::integration test_target_dir
15372024-12-11T22:45:55.579Z PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15382024-12-11T22:45:55.602Z PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15392024-12-11T22:45:55.626Z PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15402024-12-11T22:45:55.626Z PASS [ 0.341s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15412024-12-11T22:45:55.626Z PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15422024-12-11T22:45:55.755Z PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15432024-12-11T22:45:55.778Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15442024-12-11T22:45:55.892Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15452024-12-11T22:45:55.915Z PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15462024-12-11T22:45:55.938Z PASS [ 0.316s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15472024-12-11T22:45:55.938Z PASS [ 0.301s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15482024-12-11T22:45:55.960Z PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15492024-12-11T22:45:56.050Z PASS [ 0.301s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15502024-12-11T22:45:56.074Z PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15512024-12-11T22:45:56.192Z PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15522024-12-11T22:45:56.215Z PASS [ 0.294s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15532024-12-11T22:45:56.215Z PASS [ 0.295s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15542024-12-11T22:45:56.215Z PASS [ 0.298s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15552024-12-11T22:45:56.290Z PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15562024-12-11T22:45:56.391Z PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15572024-12-11T22:45:56.414Z PASS [ 0.354s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15582024-12-11T22:45:56.505Z PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15592024-12-11T22:45:56.529Z PASS [ 0.313s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15602024-12-11T22:45:56.529Z PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15612024-12-11T22:45:56.529Z PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15622024-12-11T22:45:56.607Z PASS [ 0.343s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15632024-12-11T22:45:56.635Z PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file
15642024-12-11T22:45:56.696Z PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15652024-12-11T22:45:56.720Z PASS [ 0.313s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15662024-12-11T22:45:56.758Z PASS [ 0.057s] nextest-runner errors::tests::display_error_chain
15672024-12-11T22:45:56.782Z PASS [ 0.059s] nextest-runner errors::tests::display_error_list
15682024-12-11T22:45:56.782Z PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list
15692024-12-11T22:45:56.805Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15702024-12-11T22:45:56.805Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15712024-12-11T22:45:56.947Z PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15722024-12-11T22:45:56.970Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15732024-12-11T22:45:56.970Z PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15742024-12-11T22:45:56.970Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15752024-12-11T22:45:56.970Z PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15762024-12-11T22:45:56.970Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15772024-12-11T22:45:56.970Z PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15782024-12-11T22:45:56.970Z PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15792024-12-11T22:45:56.970Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15802024-12-11T22:45:56.970Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15812024-12-11T22:45:56.970Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15822024-12-11T22:45:56.970Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15832024-12-11T22:45:56.970Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15842024-12-11T22:45:56.970Z PASS [ 0.026s] nextest-runner list::test_list::tests::test_parse_test_list
15852024-12-11T22:45:56.970Z PASS [ 0.026s] nextest-runner partition::tests::partitioner_builder_from_str
15862024-12-11T22:45:56.970Z PASS [ 0.021s] nextest-runner platform::tests::test_from_rustc_output_invalid
15872024-12-11T22:45:56.970Z PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15882024-12-11T22:45:56.970Z PASS [ 0.036s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15892024-12-11T22:45:56.970Z PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15902024-12-11T22:45:56.970Z PASS [ 0.028s] nextest-runner redact::tests::test_redact_path
15912024-12-11T22:45:56.970Z PASS [ 0.033s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
15922024-12-11T22:45:56.970Z PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings
15932024-12-11T22:45:56.970Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15942024-12-11T22:45:56.971Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15952024-12-11T22:45:57.089Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15962024-12-11T22:45:57.089Z PASS [ 0.338s] nextest-runner config::tool_config::tests::tool_config_basic
15972024-12-11T22:45:57.089Z PASS [ 0.060s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15982024-12-11T22:45:57.089Z PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15992024-12-11T22:45:57.113Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
16002024-12-11T22:45:57.113Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
16012024-12-11T22:45:57.113Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
16022024-12-11T22:45:57.113Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_final_warnings
16032024-12-11T22:45:57.113Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
16042024-12-11T22:45:57.113Z PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
16052024-12-11T22:45:57.113Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
16062024-12-11T22:45:57.113Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
16072024-12-11T22:45:57.113Z PASS [ 0.039s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
16082024-12-11T22:45:57.113Z PASS [ 0.033s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
16092024-12-11T22:45:57.113Z PASS [ 0.026s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
16102024-12-11T22:45:57.113Z PASS [ 0.033s] nextest-runner reporter::events::tests::test_is_success
16112024-12-11T22:45:57.113Z PASS [ 0.025s] nextest-runner reporter::helpers::tests::test_highlight_end
16122024-12-11T22:45:57.113Z PASS [ 0.084s] nextest-runner reporter::displayer::tests::test_info_response
16132024-12-11T22:45:57.113Z PASS [ 0.079s] nextest-runner reporter::displayer::tests::test_write_skip_counts
16142024-12-11T22:45:57.113Z PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16152024-12-11T22:45:57.113Z PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative
16162024-12-11T22:45:57.113Z PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16172024-12-11T22:45:57.113Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output
16182024-12-11T22:45:57.113Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16192024-12-11T22:45:57.137Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16202024-12-11T22:45:57.137Z PASS [ 0.030s] nextest-runner runner::imp::tests::no_capture_settings
16212024-12-11T22:45:57.137Z PASS [ 0.031s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16222024-12-11T22:45:57.137Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16232024-12-11T22:45:57.137Z PASS [ 0.019s] nextest-runner test_command::tests::parse_build_script
16242024-12-11T22:45:57.160Z PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples
16252024-12-11T22:45:57.160Z PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config
16262024-12-11T22:45:57.160Z PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples
16272024-12-11T22:45:57.213Z PASS [ 0.101s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16282024-12-11T22:45:57.237Z PASS [ 0.017s] nextest-runner test_filter::tests::skip_only_pattern_examples
16292024-12-11T22:45:57.260Z PASS [ 0.130s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
16302024-12-11T22:45:57.260Z PASS [ 0.109s] nextest-runner test_filter::tests::proptest_empty
16312024-12-11T22:45:57.320Z PASS [ 0.174s] nextest-runner test_filter::tests::proptest_no_match
16322024-12-11T22:45:57.353Z PASS [ 0.260s] nextest-runner rustc_cli::tests::test_execute_with_failure
16332024-12-11T22:45:57.447Z PASS [ 0.093s] nextest-runner::integration basic::test_list_binaries
16342024-12-11T22:45:57.557Z PASS [ 0.309s] nextest-runner::integration basic::test_filter_expr_with_string_filters
16352024-12-11T22:45:57.622Z PASS [ 0.479s] nextest-runner test_filter::tests::proptest_exact
16362024-12-11T22:45:57.646Z PASS [ 0.307s] nextest-runner::integration basic::test_filter_expr_without_string_filters
16372024-12-11T22:45:57.684Z PASS [ 0.242s] nextest-runner::integration basic::test_list_tests
16382024-12-11T22:45:57.811Z PASS [ 0.568s] nextest-runner time::stopwatch::tests::stopwatch_pause
16392024-12-11T22:45:57.905Z PASS [ 0.751s] nextest-runner test_filter::tests::proptest_substring
16402024-12-11T22:45:58.081Z PASS [ 0.396s] nextest-runner::integration basic::test_run_ignored
16412024-12-11T22:45:58.106Z PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching
16422024-12-11T22:45:58.257Z PASS [ 0.450s] nextest-runner::integration basic::test_string_filters_without_filter_expr
16432024-12-11T22:45:58.282Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_cfg
16442024-12-11T22:45:58.305Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact
16452024-12-11T22:45:58.328Z PASS [ 13.964s] integration-tests::integration test_run
16462024-12-11T22:45:58.411Z PASS [ 0.303s] nextest-runner::integration target_runner::falls_back_to_cargo_config
16472024-12-11T22:45:58.710Z PASS [ 0.407s] nextest-runner::integration target_runner::parses_cargo_env
16482024-12-11T22:45:58.733Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_cargo_env
16492024-12-11T22:45:58.756Z PASS [ 1.521s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16502024-12-11T22:45:58.780Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli
16512024-12-11T22:45:58.780Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16522024-12-11T22:45:58.780Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16532024-12-11T22:45:58.803Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env
16542024-12-11T22:45:58.803Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16552024-12-11T22:45:58.803Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option
16562024-12-11T22:45:58.826Z PASS [ 0.509s] nextest-runner::integration target_runner::test_listing_with_target_runner
16572024-12-11T22:45:59.120Z PASS [ 1.498s] nextest-runner::integration basic::test_run
16582024-12-11T22:45:59.890Z PASS [ 1.486s] nextest-runner::integration target_runner::test_run_with_target_runner
16592024-12-11T22:46:00.343Z PASS [ 2.444s] nextest-runner::integration basic::test_termination
16602024-12-11T22:46:01.177Z PASS [ 3.627s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16612024-12-11T22:46:01.392Z PASS [ 3.776s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16622024-12-11T22:46:01.415Z------------
16632024-12-11T22:46:01.415Z Summary [ 21.884s] 287 tests run: 287 passed, 2 skipped
16642024-12-11T22:46:01.438Z
16652024-12-11T22:46:01.438Zreal 23.003039222
16662024-12-11T22:46:01.438Zuser 1:00.907070948
16672024-12-11T22:46:01.438Zsys 1:05.803596421
16682024-12-11T22:46:01.438Ztrap 0.080860154
16692024-12-11T22:46:01.438Ztflt 0.084716941
16702024-12-11T22:46:01.438Zdflt 0.304899588
16712024-12-11T22:46:01.438Zkflt 0.002088260
16722024-12-11T22:46:01.438Zlock 11:10.975930608
16732024-12-11T22:46:01.438Zslp 4:57.683182673
16742024-12-11T22:46:01.438Zlat 1:24.431420178
16752024-12-11T22:46:01.438Zstop 2:03.457287193
16762024-12-11T22:46:01.438Zprocess exited: duration 279204 ms, exit code 0
 
16772024-12-11T22:46:01.486Zfound 0 output files