01JDWWRVRT420D7SSRQ17SMNDZ: build-and-test-illumos

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

Buildomat Job: 01JDWWS14S2YFJEB6E63FBQ0W1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-29T21:21:31.166Zjob assigned to worker 01JDWWS25YPTVM2FVBP6MRM2F8 [factory gimlet-EVT22200007-propolis, EVT22200007/19669] (queued for 24 s)
 
22024-11-29T21:21:39.131Zstarting task 0: "setup"
32024-11-29T21:21:39.155Z++ uname -s
42024-11-29T21:21:39.155Z+ kern=SunOS
52024-11-29T21:21:39.155Z+ case "$kern" in
62024-11-29T21:21:39.155Z+ groupadd -g 12345 build
72024-11-29T21:21:39.155Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-29T21:21:41.157Z+ zfs create -o mountpoint=/work rpool/work
92024-11-29T21:21:41.191Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-29T21:21:41.214Z+ home_fs=zfs
112024-11-29T21:21:41.214Z+ [[ zfs == autofs ]]
122024-11-29T21:21:41.214Z+ mkdir -p /home/build
132024-11-29T21:21:41.214Z+ chown build:build /home/build /work
142024-11-29T21:21:43.200Z+ chmod 0700 /home/build /work
152024-11-29T21:21:43.224Zprocess exited: duration 4072 ms, exit code 0
 
162024-11-29T21:21:43.270Zstarting task 1: "rust-toolchain"
172024-11-29T21:21:43.294Z+ printf ' * toolchain channel = "%s"
182024-11-29T21:21:43.294Z * toolchain channel = "stable"
192024-11-29T21:21:43.294Z' stable
202024-11-29T21:21:43.294Z * toolchain profile = "default"
212024-11-29T21:21:43.294Z+ printf ' * toolchain profile = "%s"
222024-11-29T21:21:43.294Z' default
232024-11-29T21:21:43.294Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-29T21:21:43.294Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-29T21:21:43.417Zinfo: downloading installer
262024-11-29T21:21:43.792Zinfo: profile set to 'default'
272024-11-29T21:21:43.792Zinfo: default host triple is x86_64-unknown-illumos
282024-11-29T21:21:43.816Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-29T21:21:43.894Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-11-29T21:21:43.894Zinfo: downloading component 'cargo'
312024-11-29T21:21:44.011Zinfo: downloading component 'clippy'
322024-11-29T21:21:44.059Zinfo: downloading component 'rust-docs'
332024-11-29T21:21:44.219Zinfo: downloading component 'rust-std'
342024-11-29T21:21:44.450Zinfo: downloading component 'rustc'
352024-11-29T21:21:45.299Zinfo: downloading component 'rustfmt'
362024-11-29T21:21:45.339Zinfo: installing component 'cargo'
372024-11-29T21:21:46.487Zinfo: installing component 'clippy'
382024-11-29T21:21:46.952Zinfo: installing component 'rust-docs'
392024-11-29T21:21:49.815Zinfo: installing component 'rust-std'
402024-11-29T21:21:51.892Zinfo: installing component 'rustc'
412024-11-29T21:21:58.760Zinfo: installing component 'rustfmt'
422024-11-29T21:21:59.159Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-29T21:21:59.159Z
442024-11-29T21:21:59.304Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-11-29T21:21:59.304Z
462024-11-29T21:21:59.328Z
472024-11-29T21:21:59.328ZRust is installed now. Great!
482024-11-29T21:21:59.328Z
492024-11-29T21:21:59.328ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-29T21:21:59.328Zenvironment variable. This has not been done automatically.
512024-11-29T21:21:59.328Z
522024-11-29T21:21:59.328ZTo configure your current shell, you need to source
532024-11-29T21:21:59.328Zthe corresponding env file under $HOME/.cargo.
542024-11-29T21:21:59.328Z
552024-11-29T21:21:59.328ZThis is usually done by running one of the following (note the leading DOT):
562024-11-29T21:21:59.328Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-29T21:21:59.328Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-29T21:21:59.421Z+ rustc --version
592024-11-29T21:21:59.539Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-11-29T21:21:59.563Zprocess exited: duration 16272 ms, exit code 0
 
612024-11-29T21:21:59.610Zstarting task 2: "authentication"
622024-11-29T21:21:59.665Zprocess exited: duration 54 ms, exit code 0
 
632024-11-29T21:21:59.712Zstarting task 3: "clone repository"
642024-11-29T21:21:59.736Z+ mkdir -p /work/nextest-rs/nextest
652024-11-29T21:21:59.736Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-11-29T21:21:59.759ZCloning into '/work/nextest-rs/nextest'...
672024-11-29T21:22:01.445Z+ cd /work/nextest-rs/nextest
682024-11-29T21:22:01.445Z+ git fetch origin 334d1a37296ed1ea2ef21cfcc0bba5e6a8e003cf
692024-11-29T21:22:01.998ZFrom https://github.com/nextest-rs/nextest
702024-11-29T21:22:01.998Z * branch 334d1a37296ed1ea2ef21cfcc0bba5e6a8e003cf -> FETCH_HEAD
712024-11-29T21:22:02.022Z+ [[ -n '' ]]
722024-11-29T21:22:02.022Z+ git reset --hard 334d1a37296ed1ea2ef21cfcc0bba5e6a8e003cf
732024-11-29T21:22:02.091ZHEAD is now at 334d1a37 [nextest-runner] pass stopwatch down to terminate_child
742024-11-29T21:22:02.115Zprocess exited: duration 2380 ms, exit code 0
 
752024-11-29T21:22:02.162Zstarting task 4: "build"
762024-11-29T21:22:02.186Z+ PLATFORM=illumos
772024-11-29T21:22:02.186Z+ export CARGO_TERM_COLOR=always
782024-11-29T21:22:02.186Z+ CARGO_TERM_COLOR=always
792024-11-29T21:22:02.186Z+ cargo --version
802024-11-29T21:22:02.277Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-11-29T21:22:02.300Z+ rustc --version
822024-11-29T21:22:02.380Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-11-29T21:22:02.404Z+ banner install
842024-11-29T21:22:02.404Z
852024-11-29T21:22:02.404Z # # # #### ##### ## # #
862024-11-29T21:22:02.404Z # ## # # # # # # #
872024-11-29T21:22:02.404Z # # # # #### # # # # #
882024-11-29T21:22:02.404Z # # # # # # ###### # #
892024-11-29T21:22:02.404Z # # ## # # # # # # #
902024-11-29T21:22:02.404Z # # # #### # # # ###### ######
912024-11-29T21:22:02.404Z
922024-11-29T21:22:02.404Z+ mkdir -p /home/build/.cargo/bin
932024-11-29T21:22:02.404Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-11-29T21:22:02.404Z+ gunzip
952024-11-29T21:22:02.404Z+ tar xf - -C /home/build/.cargo/bin
962024-11-29T21:22:03.308Z+ banner metadata
972024-11-29T21:22:03.332Z
982024-11-29T21:22:03.332Z # # ###### ##### ## ##### ## ##### ##
992024-11-29T21:22:03.332Z ## ## # # # # # # # # # # #
1002024-11-29T21:22:03.332Z # ## # ##### # # # # # # # # # #
1012024-11-29T21:22:03.332Z # # # # ###### # # ###### # ######
1022024-11-29T21:22:03.332Z # # # # # # # # # # # # #
1032024-11-29T21:22:03.332Z # # ###### # # # ##### # # # # #
1042024-11-29T21:22:03.333Z
1052024-11-29T21:22:03.333Z+ ptime -m cargo build --package nextest-metadata
1062024-11-29T21:22:03.553Z Updating crates.io index
1072024-11-29T21:22:04.900Z Downloading crates ...
1082024-11-29T21:22:04.970Z Downloaded addr2line v0.21.0
1092024-11-29T21:22:04.994Z Downloaded syn v2.0.89
1102024-11-29T21:22:05.018Z Downloaded is_terminal_polyfill v1.70.1
1112024-11-29T21:22:05.018Z Downloaded lazy_static v1.5.0
1122024-11-29T21:22:05.018Z Downloaded once_cell v1.20.2
1132024-11-29T21:22:05.018Z Downloaded strsim v0.11.1
1142024-11-29T21:22:05.018Z Downloaded log v0.4.22
1152024-11-29T21:22:05.018Z Downloaded utf8parse v0.2.2
1162024-11-29T21:22:05.018Z Downloaded tracing-core v0.1.33
1172024-11-29T21:22:05.041Z Downloaded tokio-macros v2.4.0
1182024-11-29T21:22:05.042Z Downloaded xxhash-rust v0.8.12
1192024-11-29T21:22:05.042Z Downloaded unicode-ident v1.0.14
1202024-11-29T21:22:05.042Z Downloaded unicase v2.8.0
1212024-11-29T21:22:05.042Z Downloaded zerocopy-derive v0.7.35
1222024-11-29T21:22:05.042Z Downloaded tracing v0.1.41
1232024-11-29T21:22:05.065Z Downloaded sharded-slab v0.1.7
1242024-11-29T21:22:05.065Z Downloaded gimli v0.28.1
1252024-11-29T21:22:05.065Z Downloaded serde_json v1.0.133
1262024-11-29T21:22:05.089Z Downloaded object v0.32.2
1272024-11-29T21:22:05.089Z Downloaded zerocopy v0.7.35
1282024-11-29T21:22:05.114Z Downloaded unicode-width v0.1.14
1292024-11-29T21:22:05.114Z Downloaded hashbrown v0.15.1
1302024-11-29T21:22:05.114Z Downloaded textwrap v0.16.1
1312024-11-29T21:22:05.114Z Downloaded ryu v1.0.18
1322024-11-29T21:22:05.114Z Downloaded rand v0.8.5
1332024-11-29T21:22:05.138Z Downloaded proc-macro2 v1.0.92
1342024-11-29T21:22:05.138Z Downloaded unicode-width v0.2.0
1352024-11-29T21:22:05.138Z Downloaded tracing-subscriber v0.3.18
1362024-11-29T21:22:05.138Z Downloaded socket2 v0.5.7
1372024-11-29T21:22:05.138Z Downloaded smallvec v1.13.2
1382024-11-29T21:22:05.138Z Downloaded rustc-demangle v0.1.24
1392024-11-29T21:22:05.161Z Downloaded pin-project-lite v0.2.15
1402024-11-29T21:22:05.161Z Downloaded rustix v0.38.37
1412024-11-29T21:22:05.185Z Downloaded thread_local v1.1.8
1422024-11-29T21:22:05.185Z Downloaded serde v1.0.215
1432024-11-29T21:22:05.185Z Downloaded rand_chacha v0.3.1
1442024-11-29T21:22:05.185Z Downloaded quote v1.0.37
1452024-11-29T21:22:05.185Z Downloaded mio v1.0.2
1462024-11-29T21:22:05.185Z Downloaded libc v0.2.166
1472024-11-29T21:22:05.209Z Downloaded libm v0.2.8
1482024-11-29T21:22:05.232Z Downloaded thiserror-impl v1.0.69
1492024-11-29T21:22:05.232Z Downloaded terminal_size v0.4.0
1502024-11-29T21:22:05.232Z Downloaded target-spec v3.2.2
1512024-11-29T21:22:05.232Z Downloaded supports-unicode v3.0.0
1522024-11-29T21:22:05.232Z Downloaded supports-color v3.0.2
1532024-11-29T21:22:05.232Z Downloaded smol_str v0.3.2
1542024-11-29T21:22:05.232Z Downloaded serde_derive v1.0.215
1552024-11-29T21:22:05.232Z Downloaded rand_core v0.6.4
1562024-11-29T21:22:05.232Z Downloaded ppv-lite86 v0.2.20
1572024-11-29T21:22:05.232Z Downloaded signal-hook-registry v1.4.2
1582024-11-29T21:22:05.233Z Downloaded shlex v1.3.0
1592024-11-29T21:22:05.256Z Downloaded owo-colors v4.1.0
1602024-11-29T21:22:05.256Z Downloaded num-traits v0.2.19
1612024-11-29T21:22:05.256Z Downloaded tokio v1.41.1
1622024-11-29T21:22:05.279Z Downloaded miniz_oxide v0.7.4
1632024-11-29T21:22:05.303Z Downloaded miette v7.4.0
1642024-11-29T21:22:05.303Z Downloaded unicode-linebreak v0.1.5
1652024-11-29T21:22:05.303Z Downloaded tracing-log v0.2.0
1662024-11-29T21:22:05.303Z Downloaded thiserror v1.0.69
1672024-11-29T21:22:05.303Z Downloaded target-lexicon v0.12.16
1682024-11-29T21:22:05.303Z Downloaded supports-hyperlinks v3.0.0
1692024-11-29T21:22:05.303Z Downloaded jobserver v0.1.32
1702024-11-29T21:22:05.303Z Downloaded miette-derive v7.4.0
1712024-11-29T21:22:05.303Z Downloaded equivalent v1.0.1
1722024-11-29T21:22:05.303Z Downloaded either v1.13.0
1732024-11-29T21:22:05.303Z Downloaded memchr v2.7.4
1742024-11-29T21:22:05.327Z Downloaded is_ci v1.2.0
1752024-11-29T21:22:05.327Z Downloaded indexmap v2.6.0
1762024-11-29T21:22:05.327Z Downloaded heck v0.5.0
1772024-11-29T21:22:05.327Z Downloaded guppy-workspace-hack v0.1.0
1782024-11-29T21:22:05.327Z Downloaded getrandom v0.2.15
1792024-11-29T21:22:05.327Z Downloaded errno v0.3.9
1802024-11-29T21:22:05.327Z Downloaded clap_lex v0.7.2
1812024-11-29T21:22:05.327Z Downloaded clap_derive v4.5.18
1822024-11-29T21:22:05.327Z Downloaded clap v4.5.21
1832024-11-29T21:22:05.351Z Downloaded cfg-if v1.0.0
1842024-11-29T21:22:05.351Z Downloaded cfg-expr v0.17.1
1852024-11-29T21:22:05.352Z Downloaded cc v1.1.31
1862024-11-29T21:22:05.352Z Downloaded itoa v1.0.13
1872024-11-29T21:22:05.352Z Downloaded console v0.15.8
1882024-11-29T21:22:05.352Z Downloaded clap_builder v4.5.21
1892024-11-29T21:22:05.352Z Downloaded cfg_aliases v0.2.1
1902024-11-29T21:22:05.352Z Downloaded camino v1.1.9
1912024-11-29T21:22:05.375Z Downloaded borsh v1.5.1
1922024-11-29T21:22:05.375Z Downloaded bitflags v2.6.0
1932024-11-29T21:22:05.375Z Downloaded backtrace-ext v0.2.1
1942024-11-29T21:22:05.375Z Downloaded anstyle-query v1.1.2
1952024-11-29T21:22:05.375Z Downloaded anstyle v1.0.9
1962024-11-29T21:22:05.375Z Downloaded anstream v0.6.17
1972024-11-29T21:22:05.375Z Downloaded adler v1.0.2
1982024-11-29T21:22:05.375Z Downloaded colorchoice v1.0.3
1992024-11-29T21:22:05.375Z Downloaded bytes v1.8.0
2002024-11-29T21:22:05.398Z Downloaded byteorder v1.5.0
2012024-11-29T21:22:05.398Z Downloaded autocfg v1.4.0
2022024-11-29T21:22:05.399Z Downloaded anstyle-parse v0.2.6
2032024-11-29T21:22:05.399Z Downloaded backtrace v0.3.71
2042024-11-29T21:22:05.479Z Compiling proc-macro2 v1.0.92
2052024-11-29T21:22:05.479Z Compiling unicode-ident v1.0.14
2062024-11-29T21:22:05.502Z Compiling libc v0.2.166
2072024-11-29T21:22:05.502Z Compiling serde v1.0.215
2082024-11-29T21:22:05.502Z Compiling cfg-if v1.0.0
2092024-11-29T21:22:05.502Z Compiling shlex v1.3.0
2102024-11-29T21:22:05.502Z Compiling rustix v0.38.37
2112024-11-29T21:22:05.632Z Compiling memchr v2.7.4
2122024-11-29T21:22:05.703Z Compiling once_cell v1.20.2
2132024-11-29T21:22:05.840Z Compiling bitflags v2.6.0
2142024-11-29T21:22:06.030Z Compiling tracing-core v0.1.33
2152024-11-29T21:22:06.031Z Compiling byteorder v1.5.0
2162024-11-29T21:22:06.155Z Compiling gimli v0.28.1
2172024-11-29T21:22:06.183Z Compiling utf8parse v0.2.2
2182024-11-29T21:22:06.305Z Compiling camino v1.1.9
2192024-11-29T21:22:06.329Z Compiling adler v1.0.2
2202024-11-29T21:22:06.500Z Compiling miniz_oxide v0.7.4
2212024-11-29T21:22:06.615Z Compiling jobserver v0.1.32
2222024-11-29T21:22:06.819Z Compiling object v0.32.2
2232024-11-29T21:22:06.874Z Compiling quote v1.0.37
2242024-11-29T21:22:07.088Z Compiling cc v1.1.31
2252024-11-29T21:22:07.112Z Compiling errno v0.3.9
2262024-11-29T21:22:07.136Z Compiling getrandom v0.2.15
2272024-11-29T21:22:07.189Z Compiling syn v2.0.89
2282024-11-29T21:22:07.326Z Compiling anstyle-parse v0.2.6
2292024-11-29T21:22:07.350Z Compiling target-lexicon v0.12.16
2302024-11-29T21:22:07.396Z Compiling thiserror v1.0.69
2312024-11-29T21:22:07.616Z Compiling colorchoice v1.0.3
2322024-11-29T21:22:07.764Z Compiling rustc-demangle v0.1.24
2332024-11-29T21:22:07.908Z Compiling autocfg v1.4.0
2342024-11-29T21:22:08.118Z Compiling terminal_size v0.4.0
2352024-11-29T21:22:08.303Z Compiling serde_json v1.0.133
2362024-11-29T21:22:08.484Z Compiling lazy_static v1.5.0
2372024-11-29T21:22:08.592Z Compiling libm v0.2.8
2382024-11-29T21:22:08.615Z Compiling anstyle v1.0.9
2392024-11-29T21:22:08.638Z Compiling is_terminal_polyfill v1.70.1
2402024-11-29T21:22:08.665Z Compiling anstyle-query v1.1.2
2412024-11-29T21:22:08.740Z Compiling unicode-width v0.1.14
2422024-11-29T21:22:08.802Z Compiling owo-colors v4.1.0
2432024-11-29T21:22:09.062Z Compiling anstream v0.6.17
2442024-11-29T21:22:09.106Z Compiling num-traits v0.2.19
2452024-11-29T21:22:09.310Z Compiling rand_core v0.6.4
2462024-11-29T21:22:09.456Z Compiling addr2line v0.21.0
2472024-11-29T21:22:09.563Z Compiling itoa v1.0.13
2482024-11-29T21:22:09.676Z Compiling strsim v0.11.1
2492024-11-29T21:22:09.707Z Compiling backtrace v0.3.71
2502024-11-29T21:22:09.707Z Compiling guppy-workspace-hack v0.1.0
2512024-11-29T21:22:09.804Z Compiling log v0.4.22
2522024-11-29T21:22:09.964Z Compiling clap_lex v0.7.2
2532024-11-29T21:22:10.028Z Compiling unicode-width v0.2.0
2542024-11-29T21:22:10.051Z Compiling unicode-linebreak v0.1.5
2552024-11-29T21:22:10.175Z Compiling ryu v1.0.18
2562024-11-29T21:22:10.334Z Compiling unicase v2.8.0
2572024-11-29T21:22:10.402Z Compiling pin-project-lite v0.2.15
2582024-11-29T21:22:10.425Z Compiling heck v0.5.0
2592024-11-29T21:22:10.449Z Compiling is_ci v1.2.0
2602024-11-29T21:22:10.472Z Compiling textwrap v0.16.1
2612024-11-29T21:22:10.519Z Compiling tracing v0.1.41
2622024-11-29T21:22:10.632Z Compiling supports-color v3.0.2
2632024-11-29T21:22:10.656Z Compiling clap_builder v4.5.21
2642024-11-29T21:22:10.742Z Compiling tracing-log v0.2.0
2652024-11-29T21:22:11.145Z Compiling sharded-slab v0.1.7
2662024-11-29T21:22:11.310Z Compiling mio v1.0.2
2672024-11-29T21:22:11.431Z Compiling signal-hook-registry v1.4.2
2682024-11-29T21:22:12.073Z Compiling thread_local v1.1.8
2692024-11-29T21:22:12.097Z Compiling equivalent v1.0.1
2702024-11-29T21:22:12.150Z Compiling bytes v1.8.0
2712024-11-29T21:22:12.193Z Compiling smallvec v1.13.2
2722024-11-29T21:22:12.260Z Compiling target-spec v3.2.2
2732024-11-29T21:22:12.343Z Compiling supports-unicode v3.0.0
2742024-11-29T21:22:12.499Z Compiling hashbrown v0.15.1
2752024-11-29T21:22:12.525Z Compiling supports-hyperlinks v3.0.0
2762024-11-29T21:22:12.549Z Compiling cfg-expr v0.17.1
2772024-11-29T21:22:12.661Z Compiling backtrace-ext v0.2.1
2782024-11-29T21:22:12.757Z Compiling tracing-subscriber v0.3.18
2792024-11-29T21:22:13.178Z Compiling console v0.15.8
2802024-11-29T21:22:13.416Z Compiling xxhash-rust v0.8.12
2812024-11-29T21:22:13.601Z Compiling either v1.13.0
2822024-11-29T21:22:14.838Z Compiling serde_derive v1.0.215
2832024-11-29T21:22:15.176Z Compiling zerocopy-derive v0.7.35
2842024-11-29T21:22:15.238Z Compiling thiserror-impl v1.0.69
2852024-11-29T21:22:15.337Z Compiling miette-derive v7.4.0
2862024-11-29T21:22:15.715Z Compiling tokio-macros v2.4.0
2872024-11-29T21:22:16.616Z Compiling clap_derive v4.5.18
2882024-11-29T21:22:16.649Z Compiling zerocopy v0.7.35
2892024-11-29T21:22:16.806Z Compiling tokio v1.41.1
2902024-11-29T21:22:17.407Z Compiling miette v7.4.0
2912024-11-29T21:22:17.634Z Compiling ppv-lite86 v0.2.20
2922024-11-29T21:22:18.179Z Compiling rand_chacha v0.3.1
2932024-11-29T21:22:19.067Z Compiling rand v0.8.5
2942024-11-29T21:22:19.699Z Compiling clap v4.5.21
2952024-11-29T21:22:23.436Z Compiling indexmap v2.6.0
2962024-11-29T21:22:23.436Z Compiling smol_str v0.3.2
2972024-11-29T21:22:24.117Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-11-29T21:22:25.308Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-11-29T21:22:27.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.83s
3002024-11-29T21:22:27.396Z
3012024-11-29T21:22:27.396Zreal 24.045141586
3022024-11-29T21:22:27.396Zuser 1:55.025062440
3032024-11-29T21:22:27.396Zsys 18.514695528
3042024-11-29T21:22:27.396Ztrap 0.067821800
3052024-11-29T21:22:27.396Ztflt 0.111110876
3062024-11-29T21:22:27.396Zdflt 0.220273232
3072024-11-29T21:22:27.396Zkflt 0.000671638
3082024-11-29T21:22:27.396Zlock 2:29.960167404
3092024-11-29T21:22:27.421Zslp 6:16.083221232
3102024-11-29T21:22:27.421Zlat 10.410525149
3112024-11-29T21:22:27.421Zstop 17.101666715
3122024-11-29T21:22:27.421Z+ banner no-update
3132024-11-29T21:22:27.421Z
3142024-11-29T21:22:27.421Z # # #### # # ##### ##### ## ##### ######
3152024-11-29T21:22:27.421Z ## # # # # # # # # # # # # #
3162024-11-29T21:22:27.421Z # # # # # ##### # # # # # # # # # #####
3172024-11-29T21:22:27.421Z # # # # # # # ##### # # ###### # #
3182024-11-29T21:22:27.421Z # ## # # # # # # # # # # #
3192024-11-29T21:22:27.421Z # # #### #### # ##### # # # ######
3202024-11-29T21:22:27.421Z
3212024-11-29T21:22:27.421Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-11-29T21:22:27.575Z Downloading crates ...
3232024-11-29T21:22:27.825Z Downloaded ahash v0.8.11
3242024-11-29T21:22:27.850Z Downloaded futures-sink v0.3.31
3252024-11-29T21:22:27.850Z Downloaded futures-executor v0.3.31
3262024-11-29T21:22:27.850Z Downloaded humantime-serde v1.1.1
3272024-11-29T21:22:27.850Z Downloaded humantime v2.1.0
3282024-11-29T21:22:27.850Z Downloaded toml v0.8.19
3292024-11-29T21:22:27.850Z Downloaded futures v0.3.31
3302024-11-29T21:22:27.875Z Downloaded zeroize v1.8.1
3312024-11-29T21:22:27.875Z Downloaded zstd-safe v7.2.1
3322024-11-29T21:22:27.875Z Downloaded zstd v0.13.2
3332024-11-29T21:22:27.875Z Downloaded tinyvec_macros v0.1.1
3342024-11-29T21:22:27.875Z Downloaded thiserror-impl v2.0.3
3352024-11-29T21:22:27.875Z Downloaded xattr v1.3.1
3362024-11-29T21:22:27.899Z Downloaded tinyvec v1.8.0
3372024-11-29T21:22:27.899Z Downloaded tempfile v3.13.0
3382024-11-29T21:22:27.899Z Downloaded unicode-normalization v0.1.24
3392024-11-29T21:22:27.899Z Downloaded winnow v0.6.20
3402024-11-29T21:22:27.923Z Downloaded nix v0.29.0
3412024-11-29T21:22:27.923Z Downloaded itertools v0.13.0
3422024-11-29T21:22:27.923Z Downloaded portable-atomic v1.9.0
3432024-11-29T21:22:27.947Z Downloaded futures-util v0.3.31
3442024-11-29T21:22:27.947Z Downloaded guppy v0.17.8
3452024-11-29T21:22:27.971Z Downloaded minimal-lexical v0.2.1
3462024-11-29T21:22:27.971Z Downloaded toml_edit v0.22.22
3472024-11-29T21:22:27.995Z Downloaded quick-xml v0.37.1
3482024-11-29T21:22:27.995Z Downloaded tar v0.4.43
3492024-11-29T21:22:27.995Z Downloaded ron v0.8.1
3502024-11-29T21:22:27.995Z Downloaded pin-project v1.1.7
3512024-11-29T21:22:28.019Z Downloaded bstr v1.11.0
3522024-11-29T21:22:28.019Z Downloaded pkg-config v0.3.31
3532024-11-29T21:22:28.019Z Downloaded regex-syntax v0.8.5
3542024-11-29T21:22:28.043Z Downloaded color-eyre v0.6.3
3552024-11-29T21:22:28.043Z Downloaded iana-time-zone v0.1.61
3562024-11-29T21:22:28.043Z Downloaded dialoguer v0.11.0
3572024-11-29T21:22:28.043Z Downloaded thiserror v2.0.3
3582024-11-29T21:22:28.067Z Downloaded static_assertions v1.1.0
3592024-11-29T21:22:28.067Z Downloaded serde_spanned v0.6.8
3602024-11-29T21:22:28.067Z Downloaded serde_path_to_error v0.1.16
3612024-11-29T21:22:28.068Z Downloaded indent_write v2.2.0
3622024-11-29T21:22:28.068Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3632024-11-29T21:22:28.091Z Downloaded target-spec-miette v0.4.0
3642024-11-29T21:22:28.091Z Downloaded serde_ignored v0.1.10
3652024-11-29T21:22:28.091Z Downloaded pin-project-internal v1.1.7
3662024-11-29T21:22:28.091Z Downloaded fnv v1.0.7
3672024-11-29T21:22:28.091Z Downloaded vte v0.11.1
3682024-11-29T21:22:28.091Z Downloaded uuid v1.11.0
3692024-11-29T21:22:28.091Z Downloaded tokio-stream v0.1.16
3702024-11-29T21:22:28.091Z Downloaded regex-automata v0.4.8
3712024-11-29T21:22:28.115Z Downloaded petgraph v0.6.5
3722024-11-29T21:22:28.139Z Downloaded shared_child v1.0.1
3732024-11-29T21:22:28.139Z Downloaded owo-colors v3.5.0
3742024-11-29T21:22:28.139Z Downloaded version_check v0.9.5
3752024-11-29T21:22:28.139Z Downloaded tracing-error v0.2.0
3762024-11-29T21:22:28.139Z Downloaded tracing-attributes v0.1.28
3772024-11-29T21:22:28.139Z Downloaded toml_datetime v0.6.8
3782024-11-29T21:22:28.139Z Downloaded swrite v0.1.0
3792024-11-29T21:22:28.139Z Downloaded strip-ansi-escapes v0.2.0
3802024-11-29T21:22:28.139Z Downloaded slab v0.4.9
3812024-11-29T21:22:28.139Z Downloaded shell-words v1.1.0
3822024-11-29T21:22:28.139Z Downloaded regex v1.11.1
3832024-11-29T21:22:28.163Z Downloaded quick-junit v0.5.1
3842024-11-29T21:22:28.163Z Downloaded pin-utils v0.1.0
3852024-11-29T21:22:28.163Z Downloaded pathdiff v0.2.3
3862024-11-29T21:22:28.163Z Downloaded nested v0.1.1
3872024-11-29T21:22:28.163Z Downloaded indenter v0.3.3
3882024-11-29T21:22:28.163Z Downloaded home v0.5.9
3892024-11-29T21:22:28.163Z Downloaded globset v0.4.15
3902024-11-29T21:22:28.164Z Downloaded futures-macro v0.3.31
3912024-11-29T21:22:28.164Z Downloaded color-spantrace v0.2.1
3922024-11-29T21:22:28.188Z Downloaded vte_generate_state_changes v0.1.2
3932024-11-29T21:22:28.188Z Downloaded os_pipe v1.2.1
3942024-11-29T21:22:28.188Z Downloaded nom v7.1.3
3952024-11-29T21:22:28.188Z Downloaded newtype-uuid v1.1.3
3962024-11-29T21:22:28.188Z Downloaded indicatif v0.17.9
3972024-11-29T21:22:28.188Z Downloaded debug-ignore v1.0.5
3982024-11-29T21:22:28.188Z Downloaded cargo-platform v0.1.8
3992024-11-29T21:22:28.188Z Downloaded base64 v0.21.7
4002024-11-29T21:22:28.188Z Downloaded chrono v0.4.38
4012024-11-29T21:22:28.212Z Downloaded camino-tempfile v1.1.1
4022024-11-29T21:22:28.212Z Downloaded semver v1.0.23
4032024-11-29T21:22:28.212Z Downloaded number_prefix v0.4.0
4042024-11-29T21:22:28.212Z Downloaded async-scoped v0.9.0
4052024-11-29T21:22:28.212Z Downloaded futures-task v0.3.31
4062024-11-29T21:22:28.212Z Downloaded futures-io v0.3.31
4072024-11-29T21:22:28.212Z Downloaded recursion v0.5.2
4082024-11-29T21:22:28.212Z Downloaded future-queue v0.3.0
4092024-11-29T21:22:28.236Z Downloaded duct v0.13.7
4102024-11-29T21:22:28.236Z Downloaded aho-corasick v1.1.3
4112024-11-29T21:22:28.236Z Downloaded futures-channel v0.3.31
4122024-11-29T21:22:28.236Z Downloaded filetime v0.2.25
4132024-11-29T21:22:28.236Z Downloaded eyre v0.6.12
4142024-11-29T21:22:28.236Z Downloaded enable-ansi-support v0.2.1
4152024-11-29T21:22:28.236Z Downloaded config v0.14.1
4162024-11-29T21:22:28.236Z Downloaded cargo_metadata v0.18.1
4172024-11-29T21:22:28.236Z Downloaded futures-core v0.3.31
4182024-11-29T21:22:28.261Z Downloaded fixedbitset v0.4.2
4192024-11-29T21:22:28.261Z Downloaded fastrand v2.1.1
4202024-11-29T21:22:28.261Z Downloaded display-error-chain v0.2.2
4212024-11-29T21:22:28.261Z Downloaded atomicwrites v0.4.4
4222024-11-29T21:22:28.285Z Compiling rustix v0.38.37
4232024-11-29T21:22:28.286Z Compiling tracing-attributes v0.1.28
4242024-11-29T21:22:28.310Z Compiling slab v0.4.9
4252024-11-29T21:22:28.310Z Compiling futures-core v0.3.31
4262024-11-29T21:22:28.333Z Compiling futures-sink v0.3.31
4272024-11-29T21:22:28.333Z Compiling pkg-config v0.3.31
4282024-11-29T21:22:28.334Z Compiling futures-macro v0.3.31
4292024-11-29T21:22:28.334Z Compiling semver v1.0.23
4302024-11-29T21:22:28.432Z Compiling futures-task v0.3.31
4312024-11-29T21:22:28.505Z Compiling futures-channel v0.3.31
4322024-11-29T21:22:28.666Z Compiling version_check v0.9.5
4332024-11-29T21:22:28.740Z Compiling pin-utils v0.1.0
4342024-11-29T21:22:28.821Z Compiling futures-io v0.3.31
4352024-11-29T21:22:28.955Z Compiling aho-corasick v1.1.3
4362024-11-29T21:22:29.023Z Compiling fastrand v2.1.1
4372024-11-29T21:22:29.084Z Compiling regex-syntax v0.8.5
4382024-11-29T21:22:29.238Z Compiling ahash v0.8.11
4392024-11-29T21:22:29.269Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4402024-11-29T21:22:29.468Z Compiling winnow v0.6.20
4412024-11-29T21:22:29.580Z Compiling thiserror v2.0.3
4422024-11-29T21:22:29.852Z Compiling futures-util v0.3.31
4432024-11-29T21:22:30.697Z Compiling tracing v0.1.41
4442024-11-29T21:22:30.946Z Compiling terminal_size v0.4.0
4452024-11-29T21:22:31.036Z Compiling tokio v1.41.1
4462024-11-29T21:22:31.099Z Compiling clap_builder v4.5.21
4472024-11-29T21:22:31.144Z Compiling miette v7.4.0
4482024-11-29T21:22:32.008Z Compiling regex-automata v0.4.8
4492024-11-29T21:22:33.191Z Compiling tempfile v3.13.0
4502024-11-29T21:22:33.802Z Compiling pathdiff v0.2.3
4512024-11-29T21:22:33.934Z Compiling clap v4.5.21
4522024-11-29T21:22:33.958Z Compiling toml_datetime v0.6.8
4532024-11-29T21:22:34.015Z Compiling cargo-platform v0.1.8
4542024-11-29T21:22:34.163Z Compiling serde_spanned v0.6.8
4552024-11-29T21:22:34.332Z Compiling thiserror-impl v2.0.3
4562024-11-29T21:22:34.356Z Compiling vte_generate_state_changes v0.1.2
4572024-11-29T21:22:34.356Z Compiling newtype-uuid v1.1.3
4582024-11-29T21:22:34.454Z Compiling cfg_aliases v0.2.1
4592024-11-29T21:22:34.532Z Compiling fixedbitset v0.4.2
4602024-11-29T21:22:34.624Z Compiling portable-atomic v1.9.0
4612024-11-29T21:22:34.834Z Compiling zstd-safe v7.2.1
4622024-11-29T21:22:34.906Z Compiling vte v0.11.1
4632024-11-29T21:22:35.132Z Compiling petgraph v0.6.5
4642024-11-29T21:22:35.354Z Compiling nix v0.29.0
4652024-11-29T21:22:35.884Z Compiling toml_edit v0.22.22
4662024-11-29T21:22:35.939Z Compiling cargo_metadata v0.18.1
4672024-11-29T21:22:36.615Z Compiling futures-executor v0.3.31
4682024-11-29T21:22:37.065Z Compiling itertools v0.13.0
4692024-11-29T21:22:37.320Z Compiling uuid v1.11.0
4702024-11-29T21:22:37.880Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4712024-11-29T21:22:37.958Z Compiling pin-project-internal v1.1.7
4722024-11-29T21:22:38.669Z Compiling bstr v1.11.0
4732024-11-29T21:22:38.728Z Compiling minimal-lexical v0.2.1
4742024-11-29T21:22:39.188Z Compiling tinyvec_macros v0.1.1
4752024-11-29T21:22:39.217Z Compiling debug-ignore v1.0.5
4762024-11-29T21:22:39.277Z Compiling nested v0.1.1
4772024-11-29T21:22:39.346Z Compiling static_assertions v1.1.0
4782024-11-29T21:22:39.436Z Compiling iana-time-zone v0.1.61
4792024-11-29T21:22:39.467Z Compiling eyre v0.6.12
4802024-11-29T21:22:39.512Z Compiling guppy v0.17.8
4812024-11-29T21:22:39.637Z Compiling chrono v0.4.38
4822024-11-29T21:22:39.820Z Compiling globset v0.4.15
4832024-11-29T21:22:40.095Z Compiling pin-project v1.1.7
4842024-11-29T21:22:40.204Z Compiling tinyvec v1.8.0
4852024-11-29T21:22:40.327Z Compiling nom v7.1.3
4862024-11-29T21:22:41.337Z Compiling toml v0.8.19
4872024-11-29T21:22:41.361Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4882024-11-29T21:22:42.613Z Compiling futures v0.3.31
4892024-11-29T21:22:42.637Z Compiling strip-ansi-escapes v0.2.0
4902024-11-29T21:22:42.705Z Compiling regex v1.11.1
4912024-11-29T21:22:42.824Z Compiling tracing-error v0.2.0
4922024-11-29T21:22:42.929Z Compiling xattr v1.3.1
4932024-11-29T21:22:43.087Z Compiling filetime v0.2.25
4942024-11-29T21:22:43.139Z Compiling os_pipe v1.2.1
4952024-11-29T21:22:43.226Z Compiling shared_child v1.0.1
4962024-11-29T21:22:43.328Z Compiling quick-xml v0.37.1
4972024-11-29T21:22:43.376Z Compiling number_prefix v0.4.0
4982024-11-29T21:22:43.519Z Compiling owo-colors v3.5.0
4992024-11-29T21:22:43.547Z Compiling humantime v2.1.0
5002024-11-29T21:22:43.575Z Compiling shell-words v1.1.0
5012024-11-29T21:22:43.660Z Compiling indenter v0.3.3
5022024-11-29T21:22:43.787Z Compiling recursion v0.5.2
5032024-11-29T21:22:43.858Z Compiling fnv v1.0.7
5042024-11-29T21:22:43.968Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5052024-11-29T21:22:43.992Z Compiling future-queue v0.3.0
5062024-11-29T21:22:43.992Z Compiling humantime-serde v1.1.1
5072024-11-29T21:22:44.259Z Compiling quick-junit v0.5.1
5082024-11-29T21:22:44.756Z Compiling color-spantrace v0.2.1
5092024-11-29T21:22:44.919Z Compiling indicatif v0.17.9
5102024-11-29T21:22:44.956Z Compiling duct v0.13.7
5112024-11-29T21:22:45.059Z Compiling tar v0.4.43
5122024-11-29T21:22:45.182Z Compiling async-scoped v0.9.0
5132024-11-29T21:22:45.395Z Compiling config v0.14.1
5142024-11-29T21:22:45.530Z Compiling zstd v0.13.2
5152024-11-29T21:22:45.975Z Compiling unicode-normalization v0.1.24
5162024-11-29T21:22:46.174Z Compiling tokio-stream v0.1.16
5172024-11-29T21:22:46.251Z Compiling camino-tempfile v1.1.1
5182024-11-29T21:22:46.612Z Compiling atomicwrites v0.4.4
5192024-11-29T21:22:46.800Z Compiling target-spec-miette v0.4.0
5202024-11-29T21:22:46.831Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
5212024-11-29T21:22:46.855Z Compiling serde_path_to_error v0.1.16
5222024-11-29T21:22:46.879Z Compiling serde_ignored v0.1.10
5232024-11-29T21:22:46.903Z Compiling swrite v0.1.0
5242024-11-29T21:22:46.927Z Compiling display-error-chain v0.2.2
5252024-11-29T21:22:46.991Z Compiling indent_write v2.2.0
5262024-11-29T21:22:47.035Z Compiling home v0.5.9
5272024-11-29T21:22:47.060Z Compiling zeroize v1.8.1
5282024-11-29T21:22:47.095Z Compiling color-eyre v0.6.3
5292024-11-29T21:22:47.157Z Compiling enable-ansi-support v0.2.1
5302024-11-29T21:22:47.240Z Compiling dialoguer v0.11.0
5312024-11-29T21:22:47.361Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
5322024-11-29T21:23:13.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.66s
5332024-11-29T21:23:13.185Z
5342024-11-29T21:23:13.208Zreal 45.762109745
5352024-11-29T21:23:13.209Zuser 2:56.930559803
5362024-11-29T21:23:13.209Zsys 22.401704454
5372024-11-29T21:23:13.209Ztrap 0.097006900
5382024-11-29T21:23:13.209Ztflt 0.140706683
5392024-11-29T21:23:13.209Zdflt 0.144207305
5402024-11-29T21:23:13.209Zkflt 0.000995754
5412024-11-29T21:23:13.209Zlock 4:56.674026833
5422024-11-29T21:23:13.209Zslp 10:48.044006441
5432024-11-29T21:23:13.209Zlat 6.264018058
5442024-11-29T21:23:13.209Zstop 7.137739970
5452024-11-29T21:23:13.209Z+ banner nextest
5462024-11-29T21:23:13.209Z
5472024-11-29T21:23:13.209Z # # ###### # # ##### ###### #### #####
5482024-11-29T21:23:13.209Z ## # # # # # # # #
5492024-11-29T21:23:13.209Z # # # ##### ## # ##### #### #
5502024-11-29T21:23:13.209Z # # # # ## # # # #
5512024-11-29T21:23:13.209Z # ## # # # # # # # #
5522024-11-29T21:23:13.209Z # # ###### # # # ###### #### #
5532024-11-29T21:23:13.209Z
5542024-11-29T21:23:13.209Z+ ptime -m cargo build --package cargo-nextest
5552024-11-29T21:23:13.383Z Downloading crates ...
5562024-11-29T21:23:13.512Z Downloaded adler2 v2.0.0
5572024-11-29T21:23:13.536Z Downloaded crc32fast v1.4.2
5582024-11-29T21:23:13.536Z Downloaded base64ct v1.6.0
5592024-11-29T21:23:13.536Z Downloaded block-buffer v0.10.4
5602024-11-29T21:23:13.536Z Downloaded curve25519-dalek-derive v0.1.1
5612024-11-29T21:23:13.536Z Downloaded curve25519-dalek v4.1.3
5622024-11-29T21:23:13.560Z Downloaded percent-encoding v2.3.1
5632024-11-29T21:23:13.560Z Downloaded mukti-metadata v0.3.0
5642024-11-29T21:23:13.560Z Downloaded http-body v1.0.1
5652024-11-29T21:23:13.560Z Downloaded urlencoding v2.1.3
5662024-11-29T21:23:13.560Z Downloaded want v0.3.1
5672024-11-29T21:23:13.560Z Downloaded sync_wrapper v1.0.1
5682024-11-29T21:23:13.560Z Downloaded untrusted v0.9.0
5692024-11-29T21:23:13.585Z Downloaded self-replace v1.5.0
5702024-11-29T21:23:13.585Z Downloaded zipsign-api v0.1.2
5712024-11-29T21:23:13.585Z Downloaded typenum v1.17.0
5722024-11-29T21:23:13.585Z Downloaded unicode-bidi v0.3.17
5732024-11-29T21:23:13.609Z Downloaded url v2.5.2
5742024-11-29T21:23:13.609Z Downloaded der v0.7.9
5752024-11-29T21:23:13.609Z Downloaded quinn v0.11.5
5762024-11-29T21:23:13.609Z Downloaded openssl-sys v0.9.104
5772024-11-29T21:23:13.609Z Downloaded hyper v1.5.0
5782024-11-29T21:23:13.633Z Downloaded hyper-util v0.1.9
5792024-11-29T21:23:13.633Z Downloaded reqwest v0.12.8
5802024-11-29T21:23:13.657Z Downloaded rustls-webpki v0.102.8
5812024-11-29T21:23:13.681Z Downloaded vcpkg v0.2.15
5822024-11-29T21:23:13.704Z Downloaded idna v0.5.0
5832024-11-29T21:23:13.728Z Downloaded quinn-proto v0.11.8
5842024-11-29T21:23:13.728Z Downloaded webpki-roots v0.26.6
5852024-11-29T21:23:13.728Z Downloaded openssl v0.10.68
5862024-11-29T21:23:13.752Z Downloaded quick-xml v0.23.1
5872024-11-29T21:23:13.752Z Downloaded rustls v0.23.19
5882024-11-29T21:23:13.776Z Downloaded flate2 v1.0.34
5892024-11-29T21:23:13.776Z Downloaded ed25519-dalek v2.1.1
5902024-11-29T21:23:13.776Z Downloaded rustls-pki-types v1.10.0
5912024-11-29T21:23:13.776Z Downloaded pkcs8 v0.10.2
5922024-11-29T21:23:13.776Z Downloaded spin v0.9.8
5932024-11-29T21:23:13.776Z Downloaded self_update v0.41.0
5942024-11-29T21:23:13.776Z Downloaded miniz_oxide v0.8.0
5952024-11-29T21:23:13.802Z Downloaded tokio-rustls v0.26.0
5962024-11-29T21:23:13.802Z Downloaded tokio-native-tls v0.3.1
5972024-11-29T21:23:13.802Z Downloaded subtle v2.6.1
5982024-11-29T21:23:13.802Z Downloaded spki v0.7.3
5992024-11-29T21:23:13.802Z Downloaded sha2 v0.10.8
6002024-11-29T21:23:13.802Z Downloaded rustls-pemfile v2.2.0
6012024-11-29T21:23:13.802Z Downloaded quinn-udp v0.5.5
6022024-11-29T21:23:13.802Z Downloaded hyper-rustls v0.27.3
6032024-11-29T21:23:13.802Z Downloaded serde_urlencoded v0.7.1
6042024-11-29T21:23:13.802Z Downloaded rustc_version v0.4.1
6052024-11-29T21:23:13.802Z Downloaded signature v2.2.0
6062024-11-29T21:23:13.826Z Downloaded rustc-hash v2.0.0
6072024-11-29T21:23:13.827Z Downloaded native-tls v0.2.12
6082024-11-29T21:23:13.827Z Downloaded tower-service v0.3.3
6092024-11-29T21:23:13.827Z Downloaded httparse v1.9.5
6102024-11-29T21:23:13.827Z Downloaded http-body-util v0.1.2
6112024-11-29T21:23:13.827Z Downloaded hex v0.4.3
6122024-11-29T21:23:13.851Z Downloaded generic-array v0.14.7
6132024-11-29T21:23:13.851Z Downloaded try-lock v0.2.5
6142024-11-29T21:23:13.851Z Downloaded mime v0.3.17
6152024-11-29T21:23:13.851Z Downloaded hyper-tls v0.6.0
6162024-11-29T21:23:13.851Z Downloaded digest v0.10.7
6172024-11-29T21:23:13.851Z Downloaded ipnet v2.10.1
6182024-11-29T21:23:13.851Z Downloaded http v1.1.0
6192024-11-29T21:23:13.851Z Downloaded foreign-types-shared v0.1.1
6202024-11-29T21:23:13.851Z Downloaded ed25519 v2.2.3
6212024-11-29T21:23:13.851Z Downloaded const-oid v0.9.6
6222024-11-29T21:23:13.877Z Downloaded base64 v0.22.1
6232024-11-29T21:23:13.877Z Downloaded openssl-probe v0.1.5
6242024-11-29T21:23:13.877Z Downloaded openssl-macros v0.1.1
6252024-11-29T21:23:13.877Z Downloaded form_urlencoded v1.2.1
6262024-11-29T21:23:13.877Z Downloaded foreign-types v0.3.2
6272024-11-29T21:23:13.877Z Downloaded cpufeatures v0.2.14
6282024-11-29T21:23:13.877Z Downloaded crypto-common v0.1.6
6292024-11-29T21:23:13.901Z Downloaded ring v0.17.8
6302024-11-29T21:23:14.012Z Compiling socket2 v0.5.7
6312024-11-29T21:23:14.036Z Compiling futures-channel v0.3.31
6322024-11-29T21:23:14.036Z Compiling smallvec v1.13.2
6332024-11-29T21:23:14.036Z Compiling ring v0.17.8
6342024-11-29T21:23:14.060Z Compiling rustls-pki-types v1.10.0
6352024-11-29T21:23:14.060Z Compiling http v1.1.0
6362024-11-29T21:23:14.060Z Compiling typenum v1.17.0
6372024-11-29T21:23:14.083Z Compiling spin v0.9.8
6382024-11-29T21:23:14.216Z Compiling untrusted v0.9.0
6392024-11-29T21:23:14.326Z Compiling futures-util v0.3.31
6402024-11-29T21:23:14.352Z Compiling httparse v1.9.5
6412024-11-29T21:23:14.376Z Compiling generic-array v0.14.7
6422024-11-29T21:23:14.646Z Compiling tokio v1.41.1
6432024-11-29T21:23:14.806Z Compiling try-lock v0.2.5
6442024-11-29T21:23:14.926Z Compiling rustls v0.23.19
6452024-11-29T21:23:14.950Z Compiling want v0.3.1
6462024-11-29T21:23:15.172Z Compiling http-body v1.0.1
6472024-11-29T21:23:15.262Z Compiling cfg-expr v0.17.1
6482024-11-29T21:23:15.351Z Compiling percent-encoding v2.3.1
6492024-11-29T21:23:15.518Z Compiling subtle v2.6.1
6502024-11-29T21:23:15.608Z Compiling form_urlencoded v1.2.1
6512024-11-29T21:23:15.744Z Compiling tower-service v0.3.3
6522024-11-29T21:23:15.840Z Compiling unicode-bidi v0.3.17
6532024-11-29T21:23:15.866Z Compiling webpki-roots v0.26.6
6542024-11-29T21:23:15.955Z Compiling target-spec v3.2.2
6552024-11-29T21:23:16.025Z Compiling adler2 v2.0.0
6562024-11-29T21:23:16.192Z Compiling miniz_oxide v0.8.0
6572024-11-29T21:23:16.297Z Compiling serde_urlencoded v0.7.1
6582024-11-29T21:23:16.608Z Compiling idna v0.5.0
6592024-11-29T21:23:16.685Z Compiling crypto-common v0.1.6
6602024-11-29T21:23:16.823Z Compiling block-buffer v0.10.4
6612024-11-29T21:23:16.922Z Compiling rustls-pemfile v2.2.0
6622024-11-29T21:23:16.991Z Compiling sync_wrapper v1.0.1
6632024-11-29T21:23:17.104Z Compiling crc32fast v1.4.2
6642024-11-29T21:23:17.190Z Compiling mime v0.3.17
6652024-11-29T21:23:17.376Z Compiling url v2.5.2
6662024-11-29T21:23:17.417Z Compiling ipnet v2.10.1
6672024-11-29T21:23:17.645Z Compiling base64 v0.22.1
6682024-11-29T21:23:17.839Z Compiling self_update v0.41.0
6692024-11-29T21:23:17.871Z Compiling guppy v0.17.8
6702024-11-29T21:23:18.146Z Compiling flate2 v1.0.34
6712024-11-29T21:23:18.208Z Compiling digest v0.10.7
6722024-11-29T21:23:18.406Z Compiling futures-executor v0.3.31
6732024-11-29T21:23:18.476Z Compiling http-body-util v0.1.2
6742024-11-29T21:23:18.665Z Compiling futures v0.3.31
6752024-11-29T21:23:18.759Z Compiling self-replace v1.5.0
6762024-11-29T21:23:18.823Z Compiling quick-xml v0.23.1
6772024-11-29T21:23:18.875Z Compiling cpufeatures v0.2.14
6782024-11-29T21:23:18.912Z Compiling urlencoding v2.1.3
6792024-11-29T21:23:18.936Z Compiling future-queue v0.3.0
6802024-11-29T21:23:18.966Z Compiling sha2 v0.10.8
6812024-11-29T21:23:19.027Z Compiling target-spec-miette v0.4.0
6822024-11-29T21:23:19.190Z Compiling mukti-metadata v0.3.0
6832024-11-29T21:23:19.221Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
6842024-11-29T21:23:19.318Z Compiling hex v0.4.3
6852024-11-29T21:23:21.027Z Compiling rustls-webpki v0.102.8
6862024-11-29T21:23:22.027Z Compiling hyper v1.5.0
6872024-11-29T21:23:22.051Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6882024-11-29T21:23:22.051Z Compiling async-scoped v0.9.0
6892024-11-29T21:23:22.051Z Compiling tokio-stream v0.1.16
6902024-11-29T21:23:22.085Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6912024-11-29T21:23:23.108Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6922024-11-29T21:23:23.269Z Compiling hyper-util v0.1.9
6932024-11-29T21:23:25.949Z Compiling tokio-rustls v0.26.0
6942024-11-29T21:23:26.215Z Compiling hyper-rustls v0.27.3
6952024-11-29T21:23:26.460Z Compiling reqwest v0.12.8
6962024-11-29T21:23:28.955Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
6972024-11-29T21:23:58.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.04s
6982024-11-29T21:23:58.383Z
6992024-11-29T21:23:58.408Zreal 45.167995778
7002024-11-29T21:23:58.408Zuser 2:20.701105144
7012024-11-29T21:23:58.408Zsys 16.082666017
7022024-11-29T21:23:58.408Ztrap 0.063556672
7032024-11-29T21:23:58.408Ztflt 0.148783294
7042024-11-29T21:23:58.408Zdflt 0.185263971
7052024-11-29T21:23:58.408Zkflt 0.000022694
7062024-11-29T21:23:58.408Zlock 3:24.108866752
7072024-11-29T21:23:58.408Zslp 6:25.337953923
7082024-11-29T21:23:58.408Zlat 4.346260775
7092024-11-29T21:23:58.408Zstop 4.846770675
7102024-11-29T21:23:58.408Z+ banner all targets
7112024-11-29T21:23:58.408Z
7122024-11-29T21:23:58.408Z ## # #
7132024-11-29T21:23:58.408Z # # # #
7142024-11-29T21:23:58.408Z # # # #
7152024-11-29T21:23:58.408Z ###### # #
7162024-11-29T21:23:58.408Z # # # #
7172024-11-29T21:23:58.408Z # # ###### ######
7182024-11-29T21:23:58.408Z
7192024-11-29T21:23:58.408Z
7202024-11-29T21:23:58.408Z ##### ## ##### #### ###### ##### ####
7212024-11-29T21:23:58.408Z # # # # # # # # # #
7222024-11-29T21:23:58.408Z # # # # # # ##### # ####
7232024-11-29T21:23:58.408Z # ###### ##### # ### # # #
7242024-11-29T21:23:58.408Z # # # # # # # # # # #
7252024-11-29T21:23:58.408Z # # # # # #### ###### # ####
7262024-11-29T21:23:58.408Z
7272024-11-29T21:23:58.408Z+ ptime -m cargo build --all-targets
7282024-11-29T21:23:58.598Z Downloading crates ...
7292024-11-29T21:23:58.753Z Downloaded indoc v2.0.5
7302024-11-29T21:23:59.802Z Downloaded bit-vec v0.6.3
7312024-11-29T21:23:59.802Z Downloaded test-case-macros v3.3.1
7322024-11-29T21:23:59.802Z Downloaded wait-timeout v0.2.0
7332024-11-29T21:23:59.802Z Downloaded test-strategy v0.4.0
7342024-11-29T21:23:59.802Z Downloaded yansi v1.0.1
7352024-11-29T21:23:59.802Z Downloaded structmeta v0.3.0
7362024-11-29T21:23:59.802Z Downloaded insta v1.41.1
7372024-11-29T21:23:59.826Z Downloaded similar v2.6.0
7382024-11-29T21:23:59.826Z Downloaded diff v0.1.13
7392024-11-29T21:23:59.827Z Downloaded rusty-fork v0.3.0
7402024-11-29T21:23:59.827Z Downloaded proptest v1.5.0
7412024-11-29T21:23:59.827Z Downloaded rand_xorshift v0.3.0
7422024-11-29T21:23:59.827Z Downloaded linked-hash-map v0.5.6
7432024-11-29T21:23:59.827Z Downloaded bit-set v0.5.3
7442024-11-29T21:23:59.827Z Downloaded unarray v0.1.4
7452024-11-29T21:23:59.827Z Downloaded test-case-core v3.3.1
7462024-11-29T21:23:59.827Z Downloaded test-case v3.3.1
7472024-11-29T21:23:59.827Z Downloaded pretty_assertions v1.4.1
7482024-11-29T21:23:59.827Z Downloaded maplit v1.0.2
7492024-11-29T21:23:59.827Z Downloaded structmeta-derive v0.3.0
7502024-11-29T21:23:59.827Z Downloaded quick-error v1.2.3
7512024-11-29T21:23:59.827Z Compiling test-case-core v3.3.1
7522024-11-29T21:23:59.827Z Compiling wait-timeout v0.2.0
7532024-11-29T21:23:59.827Z Compiling structmeta-derive v0.3.0
7542024-11-29T21:23:59.827Z Compiling bit-vec v0.6.3
7552024-11-29T21:23:59.827Z Compiling quick-error v1.2.3
7562024-11-29T21:23:59.827Z Compiling rand_xorshift v0.3.0
7572024-11-29T21:23:59.827Z Compiling maplit v1.0.2
7582024-11-29T21:23:59.827Z Compiling unarray v0.1.4
7592024-11-29T21:23:59.827Z Compiling linked-hash-map v0.5.6
7602024-11-29T21:23:59.827Z Compiling similar v2.6.0
7612024-11-29T21:23:59.827Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7622024-11-29T21:23:59.827Z Compiling rusty-fork v0.3.0
7632024-11-29T21:23:59.827Z Compiling bit-set v0.5.3
7642024-11-29T21:23:59.827Z Compiling yansi v1.0.1
7652024-11-29T21:23:59.827Z Compiling diff v0.1.13
7662024-11-29T21:23:59.827Z Compiling proptest v1.5.0
7672024-11-29T21:23:59.827Z Compiling pretty_assertions v1.4.1
7682024-11-29T21:23:59.827Z Compiling indoc v2.0.5
7692024-11-29T21:23:59.827Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7702024-11-29T21:23:59.898Z Compiling insta v1.41.1
7712024-11-29T21:24:00.068Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
7722024-11-29T21:24:00.335Z Compiling test-case-macros v3.3.1
7732024-11-29T21:24:00.824Z Compiling structmeta v0.3.0
7742024-11-29T21:24:01.113Z Compiling test-strategy v0.4.0
7752024-11-29T21:24:01.204Z Compiling test-case v3.3.1
7762024-11-29T21:24:01.287Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7772024-11-29T21:24:01.622Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
7782024-11-29T21:24:02.694Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7792024-11-29T21:24:06.470Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7802024-11-29T21:24:40.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.46s
7812024-11-29T21:24:41.007Z
7822024-11-29T21:24:41.031Zreal 42.592852106
7832024-11-29T21:24:41.031Zuser 2:49.152949129
7842024-11-29T21:24:41.031Zsys 20.909894463
7852024-11-29T21:24:41.031Ztrap 0.086671955
7862024-11-29T21:24:41.031Ztflt 0.010631720
7872024-11-29T21:24:41.031Zdflt 0.050503086
7882024-11-29T21:24:41.031Zkflt 0.000029077
7892024-11-29T21:24:41.031Zlock 4:49.022861382
7902024-11-29T21:24:41.031Zslp 10:45.444214918
7912024-11-29T21:24:41.031Zlat 5.657555998
7922024-11-29T21:24:41.031Zstop 4.039859711
7932024-11-29T21:24:41.031Z+ banner all features
7942024-11-29T21:24:41.031Z
7952024-11-29T21:24:41.031Z ## # #
7962024-11-29T21:24:41.031Z # # # #
7972024-11-29T21:24:41.031Z # # # #
7982024-11-29T21:24:41.031Z ###### # #
7992024-11-29T21:24:41.031Z # # # #
8002024-11-29T21:24:41.031Z # # ###### ######
8012024-11-29T21:24:41.031Z
8022024-11-29T21:24:41.031Z
8032024-11-29T21:24:41.031Z ###### ###### ## ##### # # ##### ###### ####
8042024-11-29T21:24:41.031Z # # # # # # # # # # #
8052024-11-29T21:24:41.032Z ##### ##### # # # # # # # ##### ####
8062024-11-29T21:24:41.032Z # # ###### # # # ##### # #
8072024-11-29T21:24:41.032Z # # # # # # # # # # # #
8082024-11-29T21:24:41.032Z # ###### # # # #### # # ###### ####
8092024-11-29T21:24:41.032Z
8102024-11-29T21:24:41.032Z+ ptime -m cargo build --all-features
8112024-11-29T21:24:41.208Z Downloading crates ...
8122024-11-29T21:24:41.365Z Downloaded async-stream-impl v0.3.6
8132024-11-29T21:24:41.391Z Downloaded console-api v0.8.1
8142024-11-29T21:24:41.391Z Downloaded matchit v0.7.3
8152024-11-29T21:24:41.391Z Downloaded tower v0.5.1
8162024-11-29T21:24:41.421Z Downloaded tower-layer v0.3.3
8172024-11-29T21:24:41.421Z Downloaded hdrhistogram v7.5.4
8182024-11-29T21:24:41.421Z Downloaded regex-syntax v0.6.29
8192024-11-29T21:24:41.421Z Downloaded rustversion v1.0.18
8202024-11-29T21:24:41.421Z Downloaded crossbeam-channel v0.5.13
8212024-11-29T21:24:41.446Z Downloaded regex-automata v0.1.10
8222024-11-29T21:24:41.446Z Downloaded console-subscriber v0.4.1
8232024-11-29T21:24:41.446Z Downloaded prost-types v0.13.3
8242024-11-29T21:24:41.446Z Downloaded tower v0.4.13
8252024-11-29T21:24:41.470Z Downloaded hashbrown v0.12.3
8262024-11-29T21:24:41.470Z Downloaded tonic v0.12.3
8272024-11-29T21:24:41.470Z Downloaded prost v0.13.3
8282024-11-29T21:24:41.470Z Downloaded matchers v0.1.0
8292024-11-29T21:24:41.470Z Downloaded h2 v0.4.6
8302024-11-29T21:24:41.470Z Downloaded axum-core v0.4.5
8312024-11-29T21:24:41.494Z Downloaded axum v0.7.7
8322024-11-29T21:24:41.494Z Downloaded sync_wrapper v0.1.2
8332024-11-29T21:24:41.494Z Downloaded prost-derive v0.13.3
8342024-11-29T21:24:41.494Z Downloaded hyper-timeout v0.5.1
8352024-11-29T21:24:41.494Z Downloaded httpdate v1.0.3
8362024-11-29T21:24:41.494Z Downloaded async-trait v0.1.83
8372024-11-29T21:24:41.494Z Downloaded tokio-util v0.7.12
8382024-11-29T21:24:41.519Z Downloaded indexmap v1.9.3
8392024-11-29T21:24:41.519Z Downloaded atomic-waker v1.1.2
8402024-11-29T21:24:41.519Z Downloaded async-stream v0.3.6
8412024-11-29T21:24:41.519Z Downloaded anyhow v1.0.91
8422024-11-29T21:24:41.519Z Downloaded crossbeam-utils v0.8.20
8432024-11-29T21:24:41.567Z Compiling futures-sink v0.3.31
8442024-11-29T21:24:41.591Z Compiling tokio v1.41.1
8452024-11-29T21:24:41.591Z Compiling byteorder v1.5.0
8462024-11-29T21:24:41.615Z Compiling num-traits v0.2.19
8472024-11-29T21:24:41.615Z Compiling regex-syntax v0.6.29
8482024-11-29T21:24:41.639Z Compiling atomic-waker v1.1.2
8492024-11-29T21:24:41.639Z Compiling httpdate v1.0.3
8502024-11-29T21:24:41.662Z Compiling anyhow v1.0.91
8512024-11-29T21:24:41.695Z Compiling futures-channel v0.3.31
8522024-11-29T21:24:41.781Z Compiling either v1.13.0
8532024-11-29T21:24:41.900Z Compiling zerocopy v0.7.35
8542024-11-29T21:24:42.002Z Compiling futures-util v0.3.31
8552024-11-29T21:24:42.026Z Compiling tower-layer v0.3.3
8562024-11-29T21:24:42.087Z Compiling rustversion v1.0.18
8572024-11-29T21:24:42.229Z Compiling itertools v0.13.0
8582024-11-29T21:24:42.637Z Compiling indexmap v1.9.3
8592024-11-29T21:24:42.910Z Compiling ppv-lite86 v0.2.20
8602024-11-29T21:24:43.112Z Compiling async-trait v0.1.83
8612024-11-29T21:24:43.427Z Compiling hashbrown v0.12.3
8622024-11-29T21:24:43.499Z Compiling rand_chacha v0.3.1
8632024-11-29T21:24:43.942Z Compiling rand v0.8.5
8642024-11-29T21:24:44.346Z Compiling regex-automata v0.1.10
8652024-11-29T21:24:44.487Z Compiling sync_wrapper v0.1.2
8662024-11-29T21:24:44.629Z Compiling prost-derive v0.13.3
8672024-11-29T21:24:44.885Z Compiling async-stream-impl v0.3.6
8682024-11-29T21:24:45.127Z Compiling matchit v0.7.3
8692024-11-29T21:24:45.236Z Compiling crossbeam-utils v0.8.20
8702024-11-29T21:24:45.624Z Compiling matchers v0.1.0
8712024-11-29T21:24:45.693Z Compiling ahash v0.8.11
8722024-11-29T21:24:45.805Z Compiling tracing-subscriber v0.3.18
8732024-11-29T21:24:45.848Z Compiling async-stream v0.3.6
8742024-11-29T21:24:46.083Z Compiling proptest v1.5.0
8752024-11-29T21:24:46.107Z Compiling http-body-util v0.1.2
8762024-11-29T21:24:46.319Z Compiling tower v0.5.1
8772024-11-29T21:24:46.477Z Compiling axum-core v0.4.5
8782024-11-29T21:24:46.529Z Compiling futures-executor v0.3.31
8792024-11-29T21:24:46.715Z Compiling guppy v0.17.8
8802024-11-29T21:24:46.994Z Compiling base64 v0.21.7
8812024-11-29T21:24:47.273Z Compiling prost v0.13.3
8822024-11-29T21:24:47.536Z Compiling crossbeam-channel v0.5.13
8832024-11-29T21:24:47.884Z Compiling prost-types v0.13.3
8842024-11-29T21:24:47.908Z Compiling hdrhistogram v7.5.4
8852024-11-29T21:24:48.342Z Compiling chrono v0.4.38
8862024-11-29T21:24:48.724Z Compiling futures v0.3.31
8872024-11-29T21:24:48.878Z Compiling tracing-error v0.2.0
8882024-11-29T21:24:49.158Z Compiling axum v0.7.7
8892024-11-29T21:24:49.573Z Compiling tokio-util v0.7.12
8902024-11-29T21:24:49.958Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8912024-11-29T21:24:50.048Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8922024-11-29T21:24:50.346Z Compiling h2 v0.4.6
8932024-11-29T21:24:50.625Z Compiling tower v0.4.13
8942024-11-29T21:24:51.086Z Compiling tokio-stream v0.1.16
8952024-11-29T21:24:51.788Z Compiling tokio-rustls v0.26.0
8962024-11-29T21:24:52.082Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8972024-11-29T21:24:52.115Z Compiling quick-junit v0.5.1
8982024-11-29T21:24:52.773Z Compiling async-scoped v0.9.0
8992024-11-29T21:24:52.996Z Compiling future-queue v0.3.0
9002024-11-29T21:24:53.279Z Compiling color-spantrace v0.2.1
9012024-11-29T21:24:53.697Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
9022024-11-29T21:24:53.855Z Compiling color-eyre v0.6.3
9032024-11-29T21:24:53.968Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9042024-11-29T21:24:54.005Z Compiling hyper v1.5.0
9052024-11-29T21:24:55.818Z Compiling hyper-util v0.1.9
9062024-11-29T21:24:57.112Z Compiling hyper-timeout v0.5.1
9072024-11-29T21:24:57.112Z Compiling hyper-rustls v0.27.3
9082024-11-29T21:24:57.358Z Compiling tonic v0.12.3
9092024-11-29T21:24:57.383Z Compiling reqwest v0.12.8
9102024-11-29T21:24:59.158Z Compiling self_update v0.41.0
9112024-11-29T21:24:59.634Z Compiling console-api v0.8.1
9122024-11-29T21:25:00.721Z Compiling console-subscriber v0.4.1
9132024-11-29T21:25:02.554Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
9142024-11-29T21:25:20.193Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9152024-11-29T21:25:38.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s
9162024-11-29T21:25:39.060Z
9172024-11-29T21:25:39.060Zreal 58.026857500
9182024-11-29T21:25:39.060Zuser 3:32.194751458
9192024-11-29T21:25:39.060Zsys 26.904726845
9202024-11-29T21:25:39.060Ztrap 0.103322502
9212024-11-29T21:25:39.060Ztflt 0.048726140
9222024-11-29T21:25:39.060Zdflt 0.353633069
9232024-11-29T21:25:39.060Zkflt 0.000243567
9242024-11-29T21:25:39.060Zlock 6:06.790026960
9252024-11-29T21:25:39.060Zslp 12:25.638573338
9262024-11-29T21:25:39.060Zlat 7.013363701
9272024-11-29T21:25:39.060Zstop 6.990285529
9282024-11-29T21:25:39.085Z+ banner doctests
9292024-11-29T21:25:39.085Z
9302024-11-29T21:25:39.085Z ##### #### #### ##### ###### #### ##### ####
9312024-11-29T21:25:39.085Z # # # # # # # # # # #
9322024-11-29T21:25:39.085Z # # # # # # ##### #### # ####
9332024-11-29T21:25:39.085Z # # # # # # # # # #
9342024-11-29T21:25:39.085Z # # # # # # # # # # # # #
9352024-11-29T21:25:39.085Z ##### #### #### # ###### #### # ####
9362024-11-29T21:25:39.085Z
9372024-11-29T21:25:39.085Z+ ptime -m cargo test --doc
9382024-11-29T21:25:39.506Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
9392024-11-29T21:25:39.533Z Doc-tests cargo_nextest
9402024-11-29T21:25:40.021Z
9412024-11-29T21:25:40.022Zrunning 0 tests
9422024-11-29T21:25:40.022Z
9432024-11-29T21:25:40.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9442024-11-29T21:25:40.046Z
9452024-11-29T21:25:40.046Z Doc-tests fixture_data
9462024-11-29T21:25:40.114Z
9472024-11-29T21:25:40.114Zrunning 0 tests
9482024-11-29T21:25:40.114Z
9492024-11-29T21:25:40.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9502024-11-29T21:25:40.138Z
9512024-11-29T21:25:40.138Z Doc-tests nextest_filtering
9522024-11-29T21:25:40.270Z
9532024-11-29T21:25:40.271Zrunning 0 tests
9542024-11-29T21:25:40.271Z
9552024-11-29T21:25:40.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9562024-11-29T21:25:40.271Z
9572024-11-29T21:25:40.295Z Doc-tests nextest_metadata
9582024-11-29T21:25:40.449Z
9592024-11-29T21:25:40.449Zrunning 2 tests
9602024-11-29T21:25:41.103Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9612024-11-29T21:25:44.171Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9622024-11-29T21:25:44.171Z
9632024-11-29T21:25:44.195Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.72s
9642024-11-29T21:25:44.195Z
9652024-11-29T21:25:44.195Z Doc-tests nextest_runner
9662024-11-29T21:25:44.967Z
9672024-11-29T21:25:44.967Zrunning 0 tests
9682024-11-29T21:25:44.967Z
9692024-11-29T21:25:44.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9702024-11-29T21:25:44.967Z
9712024-11-29T21:25:45.000Z Doc-tests nextest_workspace_hack
9722024-11-29T21:25:45.051Z
9732024-11-29T21:25:45.051Zrunning 0 tests
9742024-11-29T21:25:45.051Z
9752024-11-29T21:25:45.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9762024-11-29T21:25:45.051Z
9772024-11-29T21:25:45.076Z
9782024-11-29T21:25:45.076Zreal 5.992892074
9792024-11-29T21:25:45.076Zuser 6.004573287
9802024-11-29T21:25:45.076Zsys 1.760779649
9812024-11-29T21:25:45.076Ztrap 0.001054648
9822024-11-29T21:25:45.076Ztflt 0.007053548
9832024-11-29T21:25:45.076Zdflt 0.006331692
9842024-11-29T21:25:45.076Zkflt 0.000004218
9852024-11-29T21:25:45.076Zlock 10.668536168
9862024-11-29T21:25:45.076Zslp 33.418120134
9872024-11-29T21:25:45.076Zlat 0.056676240
9882024-11-29T21:25:45.076Zstop 0.140225549
9892024-11-29T21:25:45.076Z+ banner local-nt
9902024-11-29T21:25:45.101Z
9912024-11-29T21:25:45.101Z # #### #### ## # # # #####
9922024-11-29T21:25:45.101Z # # # # # # # # ## # #
9932024-11-29T21:25:45.101Z # # # # # # # ##### # # # #
9942024-11-29T21:25:45.101Z # # # # ###### # # # # #
9952024-11-29T21:25:45.101Z # # # # # # # # # ## #
9962024-11-29T21:25:45.101Z ###### #### #### # # ###### # # #
9972024-11-29T21:25:45.101Z
9982024-11-29T21:25:45.101Z+ ptime -m cargo local-nt run --profile ci
9992024-11-29T21:25:45.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
10002024-11-29T21:25:45.438Z Running `target/debug/cargo-nextest nextest run --profile ci`
10012024-11-29T21:25:46.283Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
10022024-11-29T21:25:46.467Z------------
10032024-11-29T21:25:46.467Z Nextest run ID d2837cd3-2b9d-4efd-9153-5d3696a04661 with nextest profile: ci
10042024-11-29T21:25:46.467Z Starting 279 tests across 12 binaries
10052024-11-29T21:25:46.510Z PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10062024-11-29T21:25:46.613Z PASS [ 0.144s] cargo-nextest dispatch::tests::test_argument_parsing
10072024-11-29T21:25:54.898Z PASS [ 8.421s] integration-tests::integration test_list_binaries_only
10082024-11-29T21:25:55.502Z PASS [ 9.004s] integration-tests::integration test_list_host_after_build
10092024-11-29T21:25:55.598Z PASS [ 9.111s] integration-tests::integration test_list_full
10102024-11-29T21:25:56.363Z PASS [ 9.861s] integration-tests::integration test_list_target_after_build
10112024-11-29T21:25:56.511Z PASS [ 10.029s] integration-tests::integration test_list_default
10122024-11-29T21:25:56.876Z PASS [ 10.384s] integration-tests::integration test_list_full_after_build
10132024-11-29T21:26:02.184Z PASS [ 15.571s] integration-tests::integration test_relocated_run
10142024-11-29T21:26:03.147Z PASS [ 6.784s] integration-tests::integration test_run_from_archive_with_missing_includes
10152024-11-29T21:26:05.360Z PASS [ 8.483s] integration-tests::integration test_run_no_tests
10162024-11-29T21:26:05.982Z PASS [ 0.621s] integration-tests::integration test_setup_scripts_not_enabled
10172024-11-29T21:26:06.410Z PASS [ 10.908s] integration-tests::integration test_run_after_build
10182024-11-29T21:26:06.666Z PASS [ 20.155s] integration-tests::integration test_list_with_default_filter
10192024-11-29T21:26:06.920Z PASS [ 3.772s] integration-tests::integration test_setup_script_error
10202024-11-29T21:26:06.960Z PASS [ 0.549s] integration-tests::integration test_show_config_version
10212024-11-29T21:26:07.025Z PASS [ 0.061s] integration-tests::integration test_version_info
10222024-11-29T21:26:07.285Z PASS [ 11.686s] integration-tests::integration test_run_from_archive_with_includes
10232024-11-29T21:26:07.313Z PASS [ 0.026s] nextest-filtering parsing::tests::test_complex_error
10242024-11-29T21:26:07.395Z PASS [ 0.082s] nextest-filtering parsing::tests::test_expected_eof
10252024-11-29T21:26:07.419Z PASS [ 0.024s] nextest-filtering parsing::tests::test_expected_expr
10262024-11-29T21:26:07.450Z PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_and_operator
10272024-11-29T21:26:07.486Z PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_escapes
10282024-11-29T21:26:07.486Z PASS [ 0.463s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10292024-11-29T21:26:07.517Z PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_glob
10302024-11-29T21:26:07.541Z PASS [ 0.036s] nextest-filtering parsing::tests::test_invalid_or_operator
10312024-11-29T21:26:07.565Z PASS [ 0.033s] nextest-filtering parsing::tests::test_invalid_platform
10322024-11-29T21:26:07.565Z PASS [ 0.027s] nextest-filtering parsing::tests::test_invalid_regex
10332024-11-29T21:26:07.589Z PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_argument
10342024-11-29T21:26:07.589Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_close_parentheses
10352024-11-29T21:26:07.612Z PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_open_parentheses
10362024-11-29T21:26:07.637Z PASS [ 0.062s] nextest-filtering parsing::tests::test_missing_close_regex
10372024-11-29T21:26:07.661Z PASS [ 0.038s] nextest-filtering parsing::tests::test_missing_parentheses
10382024-11-29T21:26:07.661Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_comma
10392024-11-29T21:26:07.684Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_difference
10402024-11-29T21:26:07.708Z PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_intersection
10412024-11-29T21:26:07.708Z PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_expr_not
10422024-11-29T21:26:07.733Z PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_expr_precedence
10432024-11-29T21:26:07.757Z PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_set
10442024-11-29T21:26:07.780Z PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_expr_union
10452024-11-29T21:26:07.805Z PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_glob_matcher
10462024-11-29T21:26:07.829Z PASS [ 11.299s] integration-tests::integration test_run_from_archive_with_no_includes
10472024-11-29T21:26:07.829Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10482024-11-29T21:26:07.829Z PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_name_matcher
10492024-11-29T21:26:07.853Z PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_set_def
10502024-11-29T21:26:07.877Z PASS [ 0.036s] nextest-filtering parsing::tests::test_unexpected_argument
10512024-11-29T21:26:07.877Z PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex
10522024-11-29T21:26:07.939Z PASS [ 0.091s] nextest-filtering parsing::tests::test_unexpected_comma
10532024-11-29T21:26:07.963Z PASS [ 0.078s] nextest-filtering::match test_binary_query
10542024-11-29T21:26:07.990Z PASS [ 0.051s] nextest-filtering::match test_expr_binary
10552024-11-29T21:26:08.035Z PASS [ 0.078s] nextest-filtering::match test_expr_binary_id_glob
10562024-11-29T21:26:08.074Z PASS [ 0.039s] nextest-filtering::match test_expr_kind
10572024-11-29T21:26:08.075Z PASS [ 0.084s] nextest-filtering::match test_expr_deps
10582024-11-29T21:26:08.121Z PASS [ 5.935s] integration-tests::integration test_run_with_default_filter
10592024-11-29T21:26:08.145Z PASS [ 0.046s] nextest-filtering::match test_expr_kind_partial
10602024-11-29T21:26:08.178Z PASS [ 0.040s] nextest-filtering::match test_expr_package_equal
10612024-11-29T21:26:08.178Z PASS [ 0.309s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10622024-11-29T21:26:08.202Z PASS [ 0.077s] nextest-filtering::match test_expr_package_contains
10632024-11-29T21:26:08.225Z PASS [ 0.043s] nextest-filtering::match test_expr_package_regex
10642024-11-29T21:26:08.226Z PASS [ 0.028s] nextest-filtering::match test_expr_platform
10652024-11-29T21:26:08.250Z PASS [ 0.042s] nextest-filtering::match test_expr_test_difference::with_and_not
10662024-11-29T21:26:08.250Z PASS [ 0.063s] nextest-filtering::match test_expr_rdeps
10672024-11-29T21:26:08.250Z PASS [ 0.049s] nextest-filtering::match test_expr_test
10682024-11-29T21:26:08.311Z PASS [ 0.081s] nextest-filtering::match test_expr_test_difference::with_minus
10692024-11-29T21:26:08.311Z PASS [ 0.060s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10702024-11-29T21:26:08.352Z PASS [ 0.075s] nextest-filtering::match test_expr_test_intersect::with_and
10712024-11-29T21:26:08.376Z PASS [ 0.058s] nextest-filtering::match test_expr_test_union::with_or
10722024-11-29T21:26:08.376Z PASS [ 0.076s] nextest-filtering::match test_expr_test_not
10732024-11-29T21:26:08.409Z PASS [ 0.028s] nextest-metadata test_list::tests::test_binary_id_ord
10742024-11-29T21:26:08.433Z PASS [ 0.087s] nextest-filtering::match test_expr_test_union::with_pipe
10752024-11-29T21:26:08.457Z PASS [ 0.084s] nextest-filtering::match test_expr_test_union::with_plus
10762024-11-29T21:26:08.457Z PASS [ 0.027s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10772024-11-29T21:26:08.562Z PASS [ 0.191s] nextest-filtering::match test_expr_with_no_matching_packages
10782024-11-29T21:26:08.562Z PASS [ 0.144s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10792024-11-29T21:26:08.562Z PASS [ 0.125s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10802024-11-29T21:26:08.653Z PASS [ 0.203s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10812024-11-29T21:26:08.677Z PASS [ 0.043s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10822024-11-29T21:26:08.727Z PASS [ 0.067s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10832024-11-29T21:26:08.752Z PASS [ 0.095s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10842024-11-29T21:26:08.752Z PASS [ 0.164s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10852024-11-29T21:26:08.752Z PASS [ 0.074s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10862024-11-29T21:26:08.989Z PASS [ 0.148s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10872024-11-29T21:26:08.989Z PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10882024-11-29T21:26:09.014Z PASS [ 0.113s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10892024-11-29T21:26:09.038Z PASS [ 0.074s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10902024-11-29T21:26:09.402Z PASS [ 0.412s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10912024-11-29T21:26:09.426Z PASS [ 0.425s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10922024-11-29T21:26:09.450Z PASS [ 0.409s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10932024-11-29T21:26:09.450Z PASS [ 0.415s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10942024-11-29T21:26:09.758Z PASS [ 0.356s] nextest-runner config::archive::tests::parse_invalid::missing_list
10952024-11-29T21:26:09.782Z PASS [ 0.345s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10962024-11-29T21:26:09.806Z PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::parent_component
10972024-11-29T21:26:09.806Z PASS [ 0.037s] nextest-runner config::config_impl::tests::default_config_is_valid
10982024-11-29T21:26:09.806Z PASS [ 0.377s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10992024-11-29T21:26:09.832Z PASS [ 0.025s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11002024-11-29T21:26:09.855Z PASS [ 0.024s] nextest-runner config::identifier::tests::test_invalid
11012024-11-29T21:26:09.855Z PASS [ 3.182s] integration-tests::integration test_target_arg
11022024-11-29T21:26:09.879Z PASS [ 0.025s] nextest-runner config::identifier::tests::test_valid
11032024-11-29T21:26:09.879Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_accumulate
11042024-11-29T21:26:09.880Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11052024-11-29T21:26:09.904Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11062024-11-29T21:26:09.904Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11072024-11-29T21:26:09.904Z PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11082024-11-29T21:26:09.928Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11092024-11-29T21:26:09.928Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11102024-11-29T21:26:09.952Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11112024-11-29T21:26:09.952Z PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11122024-11-29T21:26:10.092Z PASS [ 0.334s] nextest-runner config::archive::tests::parse_valid
11132024-11-29T21:26:10.140Z PASS [ 0.351s] nextest-runner config::config_impl::tests::ignored_keys
11142024-11-29T21:26:10.242Z PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11152024-11-29T21:26:10.267Z PASS [ 0.330s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11162024-11-29T21:26:10.291Z PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11172024-11-29T21:26:10.434Z PASS [ 0.341s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11182024-11-29T21:26:10.469Z PASS [ 0.329s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11192024-11-29T21:26:10.586Z PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11202024-11-29T21:26:10.610Z PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11212024-11-29T21:26:10.610Z PASS [ 0.354s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11222024-11-29T21:26:10.750Z PASS [ 0.316s] nextest-runner config::overrides::tests::test_overrides_basic
11232024-11-29T21:26:10.785Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11242024-11-29T21:26:10.895Z PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11252024-11-29T21:26:10.920Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11262024-11-29T21:26:10.920Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11272024-11-29T21:26:11.072Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11282024-11-29T21:26:11.105Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11292024-11-29T21:26:11.202Z PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11302024-11-29T21:26:11.226Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11312024-11-29T21:26:11.226Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11322024-11-29T21:26:11.416Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11332024-11-29T21:26:11.460Z PASS [ 0.386s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11342024-11-29T21:26:11.517Z PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11352024-11-29T21:26:11.541Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11362024-11-29T21:26:11.565Z PASS [ 0.336s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11372024-11-29T21:26:11.746Z PASS [ 0.329s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11382024-11-29T21:26:11.777Z PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11392024-11-29T21:26:11.822Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11402024-11-29T21:26:11.846Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11412024-11-29T21:26:11.876Z PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11422024-11-29T21:26:12.068Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11432024-11-29T21:26:12.120Z PASS [ 0.344s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11442024-11-29T21:26:12.148Z PASS [ 0.326s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11452024-11-29T21:26:12.173Z PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11462024-11-29T21:26:12.205Z PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_valid
11472024-11-29T21:26:12.387Z PASS [ 5.467s] integration-tests::integration test_target_dir
11482024-11-29T21:26:12.412Z PASS [ 0.340s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11492024-11-29T21:26:12.466Z PASS [ 0.317s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11502024-11-29T21:26:12.490Z PASS [ 0.352s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11512024-11-29T21:26:12.490Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11522024-11-29T21:26:12.606Z PASS [ 0.398s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11532024-11-29T21:26:12.749Z PASS [ 0.361s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11542024-11-29T21:26:12.773Z PASS [ 0.346s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11552024-11-29T21:26:12.797Z PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11562024-11-29T21:26:12.833Z PASS [ 0.360s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11572024-11-29T21:26:12.857Z PASS [ 0.366s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11582024-11-29T21:26:12.906Z PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11592024-11-29T21:26:12.999Z PASS [ 7.017s] integration-tests::integration test_show_config_test_groups
11602024-11-29T21:26:13.053Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11612024-11-29T21:26:13.077Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11622024-11-29T21:26:13.101Z PASS [ 0.318s] nextest-runner config::scripts::tests::test_scripts_basic
11632024-11-29T21:26:13.141Z PASS [ 0.307s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11642024-11-29T21:26:13.165Z PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11652024-11-29T21:26:13.203Z PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11662024-11-29T21:26:13.300Z PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11672024-11-29T21:26:13.351Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11682024-11-29T21:26:13.374Z PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11692024-11-29T21:26:13.398Z PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11702024-11-29T21:26:13.430Z PASS [ 0.289s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11712024-11-29T21:26:13.454Z PASS [ 0.297s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11722024-11-29T21:26:13.494Z PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11732024-11-29T21:26:13.594Z PASS [ 0.293s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11742024-11-29T21:26:13.637Z PASS [ 0.286s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11752024-11-29T21:26:13.676Z PASS [ 0.308s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11762024-11-29T21:26:13.707Z PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11772024-11-29T21:26:13.736Z PASS [ 0.305s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11782024-11-29T21:26:13.760Z PASS [ 0.301s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11792024-11-29T21:26:13.818Z PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11802024-11-29T21:26:13.897Z PASS [ 0.303s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11812024-11-29T21:26:13.949Z PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11822024-11-29T21:26:13.991Z PASS [ 0.314s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11832024-11-29T21:26:14.028Z PASS [ 0.321s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11842024-11-29T21:26:14.065Z PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11852024-11-29T21:26:14.092Z PASS [ 0.335s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11862024-11-29T21:26:14.159Z PASS [ 0.325s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11872024-11-29T21:26:14.202Z PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11882024-11-29T21:26:14.254Z PASS [ 0.304s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11892024-11-29T21:26:14.307Z PASS [ 0.316s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11902024-11-29T21:26:14.332Z PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11912024-11-29T21:26:14.355Z PASS [ 0.037s] nextest-runner config::tool_config::tests::parse_tool_config_file
11922024-11-29T21:26:14.379Z PASS [ 0.026s] nextest-runner list::binary_list::tests::test_parse_binary_list
11932024-11-29T21:26:14.403Z PASS [ 0.331s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11942024-11-29T21:26:14.427Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11952024-11-29T21:26:14.427Z PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11962024-11-29T21:26:14.427Z PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11972024-11-29T21:26:14.452Z PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
11982024-11-29T21:26:14.452Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
11992024-11-29T21:26:14.452Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12002024-11-29T21:26:14.476Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12012024-11-29T21:26:14.476Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12022024-11-29T21:26:14.476Z PASS [ 0.325s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12032024-11-29T21:26:14.476Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12042024-11-29T21:26:14.500Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12052024-11-29T21:26:14.500Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12062024-11-29T21:26:14.500Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12072024-11-29T21:26:14.524Z PASS [ 0.021s] nextest-runner partition::tests::partitioner_builder_from_str
12082024-11-29T21:26:14.524Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
12092024-11-29T21:26:14.524Z PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12102024-11-29T21:26:14.524Z PASS [ 0.033s] nextest-runner list::test_list::tests::test_parse_test_list
12112024-11-29T21:26:14.548Z PASS [ 0.032s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12122024-11-29T21:26:14.549Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12132024-11-29T21:26:14.549Z PASS [ 0.029s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12142024-11-29T21:26:14.549Z PASS [ 0.023s] nextest-runner redact::tests::test_redact_path
12152024-11-29T21:26:14.573Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::no_capture_settings
12162024-11-29T21:26:14.573Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12172024-11-29T21:26:14.597Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12182024-11-29T21:26:14.597Z PASS [ 0.327s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12192024-11-29T21:26:14.597Z PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12202024-11-29T21:26:14.597Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12212024-11-29T21:26:14.597Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12222024-11-29T21:26:14.621Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12232024-11-29T21:26:14.621Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12242024-11-29T21:26:14.645Z PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_final_warnings
12252024-11-29T21:26:14.645Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12262024-11-29T21:26:14.645Z PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12272024-11-29T21:26:14.646Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12282024-11-29T21:26:14.646Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12292024-11-29T21:26:14.646Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12302024-11-29T21:26:14.671Z PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12312024-11-29T21:26:14.671Z PASS [ 0.030s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12322024-11-29T21:26:14.671Z PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12332024-11-29T21:26:14.695Z PASS [ 0.031s] nextest-runner reporter::helpers::tests::test_highlight_end
12342024-11-29T21:26:14.695Z PASS [ 0.066s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12352024-11-29T21:26:14.720Z PASS [ 0.024s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12362024-11-29T21:26:14.720Z PASS [ 0.369s] nextest-runner config::tool_config::tests::tool_config_basic
12372024-11-29T21:26:14.720Z PASS [ 0.028s] nextest-runner reuse_build::tests::test_path_mapper_relative
12382024-11-29T21:26:14.744Z PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output
12392024-11-29T21:26:14.744Z PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12402024-11-29T21:26:14.744Z PASS [ 0.030s] nextest-runner runner::tests::no_capture_settings
12412024-11-29T21:26:14.744Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12422024-11-29T21:26:14.745Z PASS [ 0.025s] nextest-runner runner::tests::test_is_success
12432024-11-29T21:26:14.745Z PASS [ 0.076s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12442024-11-29T21:26:14.769Z PASS [ 0.040s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12452024-11-29T21:26:14.793Z PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config
12462024-11-29T21:26:14.793Z PASS [ 0.024s] nextest-runner test_command::tests::parse_build_script
12472024-11-29T21:26:14.793Z PASS [ 0.034s] nextest-runner test_filter::tests::empty_pattern_examples
12482024-11-29T21:26:14.816Z PASS [ 0.045s] nextest-runner test_filter::tests::pattern_examples
12492024-11-29T21:26:14.840Z PASS [ 0.107s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12502024-11-29T21:26:14.865Z PASS [ 0.025s] nextest-runner test_filter::tests::skip_only_pattern_examples
12512024-11-29T21:26:14.889Z PASS [ 0.103s] nextest-runner test_filter::tests::proptest_empty
12522024-11-29T21:26:14.889Z PASS [ 0.145s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12532024-11-29T21:26:14.986Z PASS [ 0.267s] nextest-runner rustc_cli::tests::test_execute_with_failure
12542024-11-29T21:26:15.010Z PASS [ 0.201s] nextest-runner test_filter::tests::proptest_no_match
12552024-11-29T21:26:15.249Z PASS [ 0.470s] nextest-runner test_filter::tests::proptest_exact
12562024-11-29T21:26:15.393Z PASS [ 0.582s] nextest-runner test_filter::tests::proptest_substring
12572024-11-29T21:26:15.450Z PASS [ 0.574s] nextest-runner time::stopwatch::tests::stopwatch_pause
12582024-11-29T21:26:16.393Z PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
12592024-11-29T21:26:16.611Z PASS [ 1.619s] nextest-runner::integration basic::test_list_binaries
12602024-11-29T21:26:16.917Z PASS [ 2.034s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12612024-11-29T21:26:16.941Z PASS [ 1.939s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12622024-11-29T21:26:16.941Z PASS [ 1.688s] nextest-runner::integration basic::test_list_tests
12632024-11-29T21:26:16.965Z PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching
12642024-11-29T21:26:17.071Z PASS [ 0.460s] nextest-runner::integration basic::test_run_ignored
12652024-11-29T21:26:17.100Z PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12662024-11-29T21:26:17.131Z PASS [ 0.030s] nextest-runner::integration target_runner::parses_cargo_config_exact
12672024-11-29T21:26:17.254Z PASS [ 0.290s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12682024-11-29T21:26:17.395Z PASS [ 0.477s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12692024-11-29T21:26:17.591Z PASS [ 0.459s] nextest-runner::integration target_runner::parses_cargo_env
12702024-11-29T21:26:17.620Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env
12712024-11-29T21:26:17.647Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli
12722024-11-29T21:26:17.675Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12732024-11-29T21:26:17.702Z PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12742024-11-29T21:26:17.732Z PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env
12752024-11-29T21:26:17.763Z PASS [ 0.031s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12762024-11-29T21:26:17.789Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option
12772024-11-29T21:26:17.821Z PASS [ 22.922s] integration-tests::integration test_run
12782024-11-29T21:26:17.883Z PASS [ 0.629s] nextest-runner::integration target_runner::test_listing_with_target_runner
12792024-11-29T21:26:18.284Z PASS [ 1.890s] nextest-runner::integration basic::test_run
12802024-11-29T21:26:18.978Z PASS [ 1.583s] nextest-runner::integration target_runner::test_run_with_target_runner
12812024-11-29T21:26:19.501Z PASS [ 2.576s] nextest-runner::integration basic::test_termination
12822024-11-29T21:26:20.489Z PASS [ 5.095s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12832024-11-29T21:26:20.513Z PASS [ 5.044s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12842024-11-29T21:26:20.513Z------------
12852024-11-29T21:26:20.513Z Summary [ 34.028s] 279 tests run: 279 passed, 0 skipped
12862024-11-29T21:26:20.537Z
12872024-11-29T21:26:20.537Zreal 35.439434225
12882024-11-29T21:26:20.537Zuser 1:57.869160370
12892024-11-29T21:26:20.537Zsys 1:45.020581866
12902024-11-29T21:26:20.537Ztrap 0.278757831
12912024-11-29T21:26:20.537Ztflt 0.849946434
12922024-11-29T21:26:20.537Zdflt 2.194166182
12932024-11-29T21:26:20.537Zkflt 0.004448875
12942024-11-29T21:26:20.537Zlock 26:45.304667581
12952024-11-29T21:26:20.537Zslp 45:56.826045949
12962024-11-29T21:26:20.537Zlat 11:07.068862581
12972024-11-29T21:26:20.537Zstop 5:18.751816016
12982024-11-29T21:26:20.537Z+ banner release
12992024-11-29T21:26:20.537Z
13002024-11-29T21:26:20.537Z ##### ###### # ###### ## #### ######
13012024-11-29T21:26:20.538Z # # # # # # # # #
13022024-11-29T21:26:20.538Z # # ##### # ##### # # #### #####
13032024-11-29T21:26:20.538Z ##### # # # ###### # #
13042024-11-29T21:26:20.538Z # # # # # # # # # #
13052024-11-29T21:26:20.538Z # # ###### ###### ###### # # #### ######
13062024-11-29T21:26:20.538Z
13072024-11-29T21:26:20.538Z+ ptime -m cargo nextest run --profile ci
13082024-11-29T21:26:21.396Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
13092024-11-29T21:26:21.554Z------------
13102024-11-29T21:26:21.554Z Nextest run ID 0fe12594-6c64-4183-a4bc-357743df89ab with nextest profile: ci
13112024-11-29T21:26:21.554Z Starting 279 tests across 12 binaries
13122024-11-29T21:26:21.600Z PASS [ 0.035s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13132024-11-29T21:26:21.700Z PASS [ 0.136s] cargo-nextest dispatch::tests::test_argument_parsing
13142024-11-29T21:26:30.524Z PASS [ 8.938s] integration-tests::integration test_list_host_after_build
13152024-11-29T21:26:30.566Z PASS [ 8.993s] integration-tests::integration test_list_default
13162024-11-29T21:26:30.656Z PASS [ 9.086s] integration-tests::integration test_list_binaries_only
13172024-11-29T21:26:31.137Z PASS [ 9.557s] integration-tests::integration test_list_full
13182024-11-29T21:26:31.241Z PASS [ 9.651s] integration-tests::integration test_list_target_after_build
13192024-11-29T21:26:31.289Z PASS [ 9.708s] integration-tests::integration test_list_full_after_build
13202024-11-29T21:26:36.612Z PASS [ 14.916s] integration-tests::integration test_relocated_run
13212024-11-29T21:26:38.289Z PASS [ 7.151s] integration-tests::integration test_run_from_archive_with_missing_includes
13222024-11-29T21:26:40.119Z PASS [ 8.829s] integration-tests::integration test_run_no_tests
13232024-11-29T21:26:40.808Z PASS [ 0.689s] integration-tests::integration test_setup_scripts_not_enabled
13242024-11-29T21:26:40.974Z PASS [ 10.407s] integration-tests::integration test_run_after_build
13252024-11-29T21:26:41.571Z PASS [ 0.598s] integration-tests::integration test_show_config_version
13262024-11-29T21:26:41.965Z PASS [ 3.680s] integration-tests::integration test_setup_script_error
13272024-11-29T21:26:42.455Z PASS [ 11.800s] integration-tests::integration test_run_from_archive_with_includes
13282024-11-29T21:26:42.509Z PASS [ 0.054s] integration-tests::integration test_version_info
13292024-11-29T21:26:42.758Z PASS [ 21.159s] integration-tests::integration test_list_with_default_filter
13302024-11-29T21:26:42.782Z PASS [ 0.021s] nextest-filtering parsing::tests::test_complex_error
13312024-11-29T21:26:42.810Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof
13322024-11-29T21:26:42.839Z PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_expr
13332024-11-29T21:26:42.862Z PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_and_operator
13342024-11-29T21:26:42.889Z PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_escapes
13352024-11-29T21:26:42.915Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob
13362024-11-29T21:26:42.953Z PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator
13372024-11-29T21:26:42.977Z PASS [ 0.037s] nextest-filtering parsing::tests::test_invalid_platform
13382024-11-29T21:26:43.001Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex
13392024-11-29T21:26:43.047Z PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_argument
13402024-11-29T21:26:43.168Z PASS [ 0.039s] nextest-filtering parsing::tests::test_missing_close_parentheses
13412024-11-29T21:26:43.168Z PASS [ 0.543s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13422024-11-29T21:26:43.287Z PASS [ 0.121s] nextest-filtering parsing::tests::test_missing_close_regex
13432024-11-29T21:26:43.361Z PASS [ 0.119s] nextest-filtering parsing::tests::test_missing_parentheses
13442024-11-29T21:26:43.361Z PASS [ 0.174s] nextest-filtering parsing::tests::test_missing_open_parentheses
13452024-11-29T21:26:43.361Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_comma
13462024-11-29T21:26:43.386Z PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_expr_difference
13472024-11-29T21:26:43.386Z PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_expr_intersection
13482024-11-29T21:26:43.410Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_not
13492024-11-29T21:26:43.410Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_precedence
13502024-11-29T21:26:43.410Z PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_set
13512024-11-29T21:26:43.434Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union
13522024-11-29T21:26:43.494Z PASS [ 0.070s] nextest-filtering parsing::tests::test_parse_glob_matcher
13532024-11-29T21:26:43.618Z PASS [ 0.082s] nextest-filtering parsing::tests::test_parse_name_matcher
13542024-11-29T21:26:43.643Z PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13552024-11-29T21:26:43.643Z PASS [ 0.120s] nextest-filtering parsing::tests::test_parse_regex
13562024-11-29T21:26:43.643Z PASS [ 0.057s] nextest-filtering parsing::tests::test_parse_set_def
13572024-11-29T21:26:43.765Z PASS [ 0.056s] nextest-filtering parsing::tests::test_unexpected_comma
13582024-11-29T21:26:43.765Z PASS [ 0.063s] nextest-filtering parsing::tests::test_unexpected_argument
13592024-11-29T21:26:43.964Z PASS [ 7.188s] integration-tests::integration test_run_with_default_filter
13602024-11-29T21:26:43.964Z PASS [ 0.073s] nextest-filtering::match test_binary_query
13612024-11-29T21:26:43.964Z PASS [ 12.560s] integration-tests::integration test_run_from_archive_with_no_includes
13622024-11-29T21:26:44.001Z PASS [ 0.169s] nextest-filtering::match test_expr_binary
13632024-11-29T21:26:44.001Z PASS [ 0.134s] nextest-filtering::match test_expr_binary_id_glob
13642024-11-29T21:26:44.029Z PASS [ 0.037s] nextest-filtering::match test_expr_kind
13652024-11-29T21:26:44.052Z PASS [ 0.324s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13662024-11-29T21:26:44.052Z PASS [ 0.102s] nextest-filtering::match test_expr_deps
13672024-11-29T21:26:44.052Z PASS [ 0.028s] nextest-filtering::match test_expr_package_contains
13682024-11-29T21:26:44.053Z PASS [ 0.044s] nextest-filtering::match test_expr_kind_partial
13692024-11-29T21:26:44.172Z PASS [ 0.037s] nextest-filtering::match test_expr_package_equal
13702024-11-29T21:26:44.196Z PASS [ 0.027s] nextest-filtering::match test_expr_package_regex
13712024-11-29T21:26:44.196Z PASS [ 0.032s] nextest-filtering::match test_expr_platform
13722024-11-29T21:26:44.196Z PASS [ 0.022s] nextest-filtering::match test_expr_rdeps
13732024-11-29T21:26:44.196Z PASS [ 0.028s] nextest-filtering::match test_expr_test
13742024-11-29T21:26:44.196Z PASS [ 0.022s] nextest-filtering::match test_expr_test_difference::with_minus
13752024-11-29T21:26:44.196Z PASS [ 0.028s] nextest-filtering::match test_expr_test_difference::with_and_not
13762024-11-29T21:26:44.196Z PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and
13772024-11-29T21:26:44.196Z PASS [ 0.035s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13782024-11-29T21:26:44.196Z PASS [ 0.032s] nextest-filtering::match test_expr_test_not
13792024-11-29T21:26:44.196Z PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_or
13802024-11-29T21:26:44.196Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_pipe
13812024-11-29T21:26:44.196Z PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_plus
13822024-11-29T21:26:44.196Z PASS [ 0.019s] nextest-metadata test_list::tests::test_binary_id_ord
13832024-11-29T21:26:44.196Z PASS [ 0.018s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13842024-11-29T21:26:44.196Z PASS [ 0.030s] nextest-filtering::match test_expr_with_no_matching_packages
13852024-11-29T21:26:44.196Z PASS [ 0.022s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13862024-11-29T21:26:44.196Z PASS [ 0.023s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13872024-11-29T21:26:44.196Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13882024-11-29T21:26:44.246Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13892024-11-29T21:26:44.246Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13902024-11-29T21:26:44.246Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13912024-11-29T21:26:44.246Z PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13922024-11-29T21:26:44.246Z PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13932024-11-29T21:26:44.247Z PASS [ 0.026s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13942024-11-29T21:26:44.271Z PASS [ 0.031s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13952024-11-29T21:26:44.271Z PASS [ 0.035s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13962024-11-29T21:26:44.271Z PASS [ 0.034s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13972024-11-29T21:26:44.544Z PASS [ 0.327s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13982024-11-29T21:26:44.568Z PASS [ 0.313s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
13992024-11-29T21:26:44.568Z PASS [ 0.333s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14002024-11-29T21:26:44.591Z PASS [ 0.350s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14012024-11-29T21:26:44.671Z PASS [ 3.096s] integration-tests::integration test_target_arg
14022024-11-29T21:26:44.846Z PASS [ 0.302s] nextest-runner config::archive::tests::parse_invalid::missing_list
14032024-11-29T21:26:44.871Z PASS [ 0.302s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14042024-11-29T21:26:44.894Z PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid
14052024-11-29T21:26:44.894Z PASS [ 0.312s] nextest-runner config::archive::tests::parse_invalid::parent_component
14062024-11-29T21:26:44.918Z PASS [ 0.332s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14072024-11-29T21:26:44.918Z PASS [ 0.024s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14082024-11-29T21:26:44.955Z PASS [ 0.029s] nextest-runner config::identifier::tests::test_invalid
14092024-11-29T21:26:44.955Z PASS [ 0.026s] nextest-runner config::identifier::tests::test_valid
14102024-11-29T21:26:44.955Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate
14112024-11-29T21:26:44.955Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14122024-11-29T21:26:44.955Z PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14132024-11-29T21:26:44.979Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14142024-11-29T21:26:44.979Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14152024-11-29T21:26:44.979Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14162024-11-29T21:26:45.003Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14172024-11-29T21:26:45.003Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14182024-11-29T21:26:45.027Z PASS [ 0.039s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14192024-11-29T21:26:45.027Z PASS [ 0.356s] nextest-runner config::archive::tests::parse_valid
14202024-11-29T21:26:45.159Z PASS [ 0.307s] nextest-runner config::config_impl::tests::ignored_keys
14212024-11-29T21:26:45.316Z PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14222024-11-29T21:26:45.316Z PASS [ 0.307s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14232024-11-29T21:26:45.341Z PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14242024-11-29T21:26:45.341Z PASS [ 0.312s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14252024-11-29T21:26:45.467Z PASS [ 0.308s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14262024-11-29T21:26:45.617Z PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14272024-11-29T21:26:45.641Z PASS [ 0.331s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14282024-11-29T21:26:45.664Z PASS [ 0.334s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14292024-11-29T21:26:45.665Z PASS [ 0.321s] nextest-runner config::overrides::tests::test_overrides_basic
14302024-11-29T21:26:45.765Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14312024-11-29T21:26:45.926Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14322024-11-29T21:26:45.950Z PASS [ 0.298s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14332024-11-29T21:26:45.973Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14342024-11-29T21:26:45.974Z PASS [ 0.301s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14352024-11-29T21:26:46.074Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14362024-11-29T21:26:46.224Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14372024-11-29T21:26:46.249Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14382024-11-29T21:26:46.273Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14392024-11-29T21:26:46.273Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14402024-11-29T21:26:46.376Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14412024-11-29T21:26:46.541Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14422024-11-29T21:26:46.565Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14432024-11-29T21:26:46.590Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14442024-11-29T21:26:46.590Z PASS [ 0.318s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14452024-11-29T21:26:46.707Z PASS [ 0.326s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14462024-11-29T21:26:46.862Z PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14472024-11-29T21:26:46.898Z PASS [ 0.331s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14482024-11-29T21:26:46.898Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14492024-11-29T21:26:46.898Z PASS [ 0.319s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14502024-11-29T21:26:47.014Z PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14512024-11-29T21:26:47.046Z PASS [ 5.069s] integration-tests::integration test_target_dir
14522024-11-29T21:26:47.179Z PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14532024-11-29T21:26:47.203Z PASS [ 0.329s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14542024-11-29T21:26:47.227Z PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_valid
14552024-11-29T21:26:47.253Z PASS [ 0.330s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14562024-11-29T21:26:47.331Z PASS [ 0.324s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14572024-11-29T21:26:47.355Z PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14582024-11-29T21:26:47.481Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14592024-11-29T21:26:47.521Z PASS [ 0.323s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14602024-11-29T21:26:47.594Z PASS [ 0.366s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14612024-11-29T21:26:47.618Z PASS [ 0.409s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14622024-11-29T21:26:47.655Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14632024-11-29T21:26:47.696Z PASS [ 0.370s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14642024-11-29T21:26:47.780Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14652024-11-29T21:26:47.806Z PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14662024-11-29T21:26:47.901Z PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14672024-11-29T21:26:47.927Z PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14682024-11-29T21:26:47.960Z PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic
14692024-11-29T21:26:48.003Z PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14702024-11-29T21:26:48.089Z PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14712024-11-29T21:26:48.113Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14722024-11-29T21:26:48.191Z PASS [ 7.383s] integration-tests::integration test_show_config_test_groups
14732024-11-29T21:26:48.215Z PASS [ 0.323s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14742024-11-29T21:26:48.215Z PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14752024-11-29T21:26:48.269Z PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14762024-11-29T21:26:48.297Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14772024-11-29T21:26:48.382Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14782024-11-29T21:26:48.406Z PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14792024-11-29T21:26:48.481Z PASS [ 0.290s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14802024-11-29T21:26:48.505Z PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14812024-11-29T21:26:48.505Z PASS [ 0.287s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14822024-11-29T21:26:48.564Z PASS [ 0.296s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14832024-11-29T21:26:48.607Z PASS [ 0.307s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14842024-11-29T21:26:48.680Z PASS [ 0.298s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14852024-11-29T21:26:48.704Z PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14862024-11-29T21:26:48.775Z PASS [ 0.292s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14872024-11-29T21:26:48.805Z PASS [ 0.305s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14882024-11-29T21:26:48.832Z PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14892024-11-29T21:26:48.872Z PASS [ 0.297s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14902024-11-29T21:26:48.914Z PASS [ 0.302s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14912024-11-29T21:26:48.992Z PASS [ 0.301s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14922024-11-29T21:26:49.044Z PASS [ 0.345s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14932024-11-29T21:26:49.105Z PASS [ 0.331s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14942024-11-29T21:26:49.129Z PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14952024-11-29T21:26:49.178Z PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14962024-11-29T21:26:49.201Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14972024-11-29T21:26:49.225Z PASS [ 0.028s] nextest-runner config::tool_config::tests::parse_tool_config_file
14982024-11-29T21:26:49.225Z PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14992024-11-29T21:26:49.251Z PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list
15002024-11-29T21:26:49.275Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15012024-11-29T21:26:49.298Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15022024-11-29T21:26:49.324Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15032024-11-29T21:26:49.324Z PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15042024-11-29T21:26:49.348Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15052024-11-29T21:26:49.348Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15062024-11-29T21:26:49.348Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15072024-11-29T21:26:49.348Z PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15082024-11-29T21:26:49.348Z PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15092024-11-29T21:26:49.372Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15102024-11-29T21:26:49.372Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15112024-11-29T21:26:49.372Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15122024-11-29T21:26:49.397Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15132024-11-29T21:26:49.397Z PASS [ 0.016s] nextest-runner partition::tests::partitioner_builder_from_str
15142024-11-29T21:26:49.397Z PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list
15152024-11-29T21:26:49.397Z PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid
15162024-11-29T21:26:49.450Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15172024-11-29T21:26:49.450Z PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15182024-11-29T21:26:49.474Z PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15192024-11-29T21:26:49.474Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15202024-11-29T21:26:49.474Z PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15212024-11-29T21:26:49.474Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::no_capture_settings
15222024-11-29T21:26:49.474Z PASS [ 0.028s] nextest-runner redact::tests::test_redact_path
15232024-11-29T21:26:49.474Z PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15242024-11-29T21:26:49.474Z PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15252024-11-29T21:26:49.474Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15262024-11-29T21:26:49.474Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15272024-11-29T21:26:49.474Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15282024-11-29T21:26:49.475Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15292024-11-29T21:26:49.498Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15302024-11-29T21:26:49.498Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15312024-11-29T21:26:49.498Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_final_warnings
15322024-11-29T21:26:49.523Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15332024-11-29T21:26:49.523Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15342024-11-29T21:26:49.523Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15352024-11-29T21:26:49.523Z PASS [ 0.021s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15362024-11-29T21:26:49.547Z PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15372024-11-29T21:26:49.547Z PASS [ 0.311s] nextest-runner config::tool_config::tests::tool_config_basic
15382024-11-29T21:26:49.547Z PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15392024-11-29T21:26:49.571Z PASS [ 0.028s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15402024-11-29T21:26:49.571Z PASS [ 0.033s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15412024-11-29T21:26:49.571Z PASS [ 0.023s] nextest-runner reporter::helpers::tests::test_highlight_end
15422024-11-29T21:26:49.571Z PASS [ 0.068s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15432024-11-29T21:26:49.595Z PASS [ 0.028s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15442024-11-29T21:26:49.724Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output
15452024-11-29T21:26:49.724Z PASS [ 0.027s] nextest-runner reuse_build::tests::test_path_mapper_relative
15462024-11-29T21:26:49.724Z PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15472024-11-29T21:26:49.748Z PASS [ 0.033s] nextest-runner runner::tests::no_capture_settings
15482024-11-29T21:26:49.748Z PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15492024-11-29T21:26:49.748Z PASS [ 0.024s] nextest-runner runner::tests::test_is_success
15502024-11-29T21:26:49.748Z PASS [ 0.096s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15512024-11-29T21:26:49.748Z PASS [ 0.045s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15522024-11-29T21:26:49.748Z PASS [ 0.039s] nextest-runner target_runner::tests::test_find_config
15532024-11-29T21:26:49.748Z PASS [ 0.029s] nextest-runner test_command::tests::parse_build_script
15542024-11-29T21:26:49.749Z PASS [ 0.034s] nextest-runner test_filter::tests::empty_pattern_examples
15552024-11-29T21:26:49.749Z PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples
15562024-11-29T21:26:49.749Z PASS [ 0.120s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15572024-11-29T21:26:49.750Z PASS [ 0.139s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15582024-11-29T21:26:49.774Z PASS [ 0.029s] nextest-runner test_filter::tests::skip_only_pattern_examples
15592024-11-29T21:26:49.774Z PASS [ 0.124s] nextest-runner test_filter::tests::proptest_empty
15602024-11-29T21:26:49.871Z PASS [ 0.206s] nextest-runner test_filter::tests::proptest_no_match
15612024-11-29T21:26:49.894Z PASS [ 0.297s] nextest-runner rustc_cli::tests::test_execute_with_failure
15622024-11-29T21:26:49.971Z PASS [ 0.204s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15632024-11-29T21:26:49.995Z PASS [ 0.099s] nextest-runner::integration basic::test_list_binaries
15642024-11-29T21:26:50.163Z PASS [ 0.285s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15652024-11-29T21:26:50.187Z PASS [ 0.518s] nextest-runner test_filter::tests::proptest_exact
15662024-11-29T21:26:50.264Z PASS [ 0.291s] nextest-runner::integration basic::test_list_tests
15672024-11-29T21:26:50.311Z PASS [ 0.634s] nextest-runner test_filter::tests::proptest_substring
15682024-11-29T21:26:50.335Z PASS [ 0.574s] nextest-runner time::stopwatch::tests::stopwatch_pause
15692024-11-29T21:26:50.634Z PASS [ 0.371s] nextest-runner::integration basic::test_run_ignored
15702024-11-29T21:26:50.658Z PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching
15712024-11-29T21:26:50.716Z PASS [ 0.405s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15722024-11-29T21:26:50.742Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15732024-11-29T21:26:50.767Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact
15742024-11-29T21:26:50.926Z PASS [ 0.270s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15752024-11-29T21:26:51.152Z PASS [ 0.391s] nextest-runner::integration target_runner::parses_cargo_env
15762024-11-29T21:26:51.256Z PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
15772024-11-29T21:26:51.281Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env
15782024-11-29T21:26:51.305Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli
15792024-11-29T21:26:51.329Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15802024-11-29T21:26:51.352Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15812024-11-29T21:26:51.376Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env
15822024-11-29T21:26:51.401Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15832024-11-29T21:26:51.401Z PASS [ 0.479s] nextest-runner::integration target_runner::test_listing_with_target_runner
15842024-11-29T21:26:51.425Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option
15852024-11-29T21:26:51.654Z PASS [ 21.136s] integration-tests::integration test_run
15862024-11-29T21:26:51.828Z PASS [ 1.661s] nextest-runner::integration basic::test_run
15872024-11-29T21:26:52.653Z PASS [ 1.507s] nextest-runner::integration target_runner::test_run_with_target_runner
15882024-11-29T21:26:52.777Z PASS [ 2.466s] nextest-runner::integration basic::test_termination
15892024-11-29T21:26:53.656Z PASS [ 3.685s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15902024-11-29T21:26:53.926Z PASS [ 3.777s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15912024-11-29T21:26:53.950Z------------
15922024-11-29T21:26:53.950Z Summary [ 32.373s] 279 tests run: 279 passed, 0 skipped
15932024-11-29T21:26:53.950Z
15942024-11-29T21:26:53.950Zreal 33.408923520
15952024-11-29T21:26:53.950Zuser 1:51.769756962
15962024-11-29T21:26:53.950Zsys 1:40.405643819
15972024-11-29T21:26:53.950Ztrap 0.265743530
15982024-11-29T21:26:53.950Ztflt 0.487416453
15992024-11-29T21:26:53.950Zdflt 1.387820317
16002024-11-29T21:26:53.950Zkflt 0.011690289
16012024-11-29T21:26:53.950Zlock 27:14.004735369
16022024-11-29T21:26:53.950Zslp 48:09.528817343
16032024-11-29T21:26:53.950Zlat 11:48.639690452
16042024-11-29T21:26:53.951Zstop 4:53.495700638
16052024-11-29T21:26:53.974Zprocess exited: duration 291787 ms, exit code 0
 
16062024-11-29T21:26:54.023Zfound 0 output files