01JDRR34JSHK08A62CJ24AQG73: build-and-test-illumos

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

Buildomat Job: 01JDRR3AG71ZGFFX6R4TDP0DSS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-28T06:43:11.163Zjob assigned to worker 01JDRR3DDZ85GF8Z293PMDQRWG [factory aws, i-0790c5a1745ea0cd9] (queued for 47 s)
 
22024-11-28T06:43:19.140Zstarting task 0: "setup"
32024-11-28T06:43:19.148Z++ uname -s
42024-11-28T06:43:19.150Z+ kern=SunOS
52024-11-28T06:43:19.150Z+ case "$kern" in
62024-11-28T06:43:19.150Z+ groupadd -g 12345 build
72024-11-28T06:43:19.153Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-28T06:43:21.160Z+ zfs create -o mountpoint=/work rpool/work
92024-11-28T06:43:21.249Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-28T06:43:21.251Z+ home_fs=zfs
112024-11-28T06:43:21.251Z+ [[ zfs == autofs ]]
122024-11-28T06:43:21.251Z+ mkdir -p /home/build
132024-11-28T06:43:21.254Z+ chown build:build /home/build /work
142024-11-28T06:43:23.255Z+ chmod 0700 /home/build /work
152024-11-28T06:43:23.258Zprocess exited: duration 4118 ms, exit code 0
 
162024-11-28T06:43:23.262Zstarting task 1: "rust-toolchain"
172024-11-28T06:43:23.268Z+ printf ' * toolchain channel = "%s"
182024-11-28T06:43:23.268Z' stable
192024-11-28T06:43:23.268Z * toolchain channel = "stable"
202024-11-28T06:43:23.268Z+ printf ' * toolchain profile = "%s"
212024-11-28T06:43:23.268Z' default
222024-11-28T06:43:23.270Z * toolchain profile = "default"
232024-11-28T06:43:23.270Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-28T06:43:23.270Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-28T06:43:23.391Zinfo: downloading installer
262024-11-28T06:43:24.781Zinfo: profile set to 'default'
272024-11-28T06:43:24.781Zinfo: default host triple is x86_64-unknown-illumos
282024-11-28T06:43:24.784Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-28T06:43:24.918Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-28T06:43:24.918Zinfo: downloading component 'cargo'
312024-11-28T06:43:25.624Zinfo: downloading component 'clippy'
322024-11-28T06:43:25.893Zinfo: downloading component 'rust-docs'
332024-11-28T06:43:26.888Zinfo: downloading component 'rust-std'
342024-11-28T06:43:28.507Zinfo: downloading component 'rustc'
352024-11-28T06:43:34.284Zinfo: downloading component 'rustfmt'
362024-11-28T06:43:34.485Zinfo: installing component 'cargo'
372024-11-28T06:43:35.328Zinfo: installing component 'clippy'
382024-11-28T06:43:35.709Zinfo: installing component 'rust-docs'
392024-11-28T06:43:37.369Zinfo: installing component 'rust-std'
402024-11-28T06:43:39.284Zinfo: installing component 'rustc'
412024-11-28T06:43:45.343Zinfo: installing component 'rustfmt'
422024-11-28T06:43:45.660Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-28T06:43:45.660Z
442024-11-28T06:43:46.039Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-28T06:43:46.039Z
462024-11-28T06:43:46.041Z
472024-11-28T06:43:46.041ZRust is installed now. Great!
482024-11-28T06:43:46.041Z
492024-11-28T06:43:46.042ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-28T06:43:46.042Zenvironment variable. This has not been done automatically.
512024-11-28T06:43:46.042Z
522024-11-28T06:43:46.042ZTo configure your current shell, you need to source
532024-11-28T06:43:46.042Zthe corresponding env file under $HOME/.cargo.
542024-11-28T06:43:46.042Z
552024-11-28T06:43:46.042ZThis is usually done by running one of the following (note the leading DOT):
562024-11-28T06:43:46.042Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-28T06:43:46.042Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-28T06:43:46.115Z+ rustc --version
592024-11-28T06:43:46.183Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-28T06:43:46.186Zprocess exited: duration 22920 ms, exit code 0
 
612024-11-28T06:43:46.192Zstarting task 2: "authentication"
622024-11-28T06:43:46.212Zprocess exited: duration 19 ms, exit code 0
 
632024-11-28T06:43:46.218Zstarting task 3: "clone repository"
642024-11-28T06:43:46.221Z+ mkdir -p /work/nextest-rs/nextest
652024-11-28T06:43:46.224Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-11-28T06:43:46.260ZCloning into '/work/nextest-rs/nextest'...
672024-11-28T06:43:48.156Z+ cd /work/nextest-rs/nextest
682024-11-28T06:43:48.156Z+ git fetch origin 4885cae6fcc78dc45a3d76aae8ae4926845cd0ae
692024-11-28T06:43:48.578ZFrom https://github.com/nextest-rs/nextest
702024-11-28T06:43:48.578Z * branch 4885cae6fcc78dc45a3d76aae8ae4926845cd0ae -> FETCH_HEAD
712024-11-28T06:43:48.583Z+ [[ -n '' ]]
722024-11-28T06:43:48.583Z+ git reset --hard 4885cae6fcc78dc45a3d76aae8ae4926845cd0ae
732024-11-28T06:43:48.649ZHEAD is now at 4885cae6 [nextest-runner] improvements to PausableSleep
742024-11-28T06:43:48.652Zprocess exited: duration 2433 ms, exit code 0
 
752024-11-28T06:43:48.656Zstarting task 4: "build"
762024-11-28T06:43:48.665Z+ PLATFORM=illumos
772024-11-28T06:43:48.665Z+ export CARGO_TERM_COLOR=always
782024-11-28T06:43:48.665Z+ CARGO_TERM_COLOR=always
792024-11-28T06:43:48.668Z+ cargo --version
802024-11-28T06:43:48.724Zcargo 1.82.0 (8f40fc59f 2024-08-21)
812024-11-28T06:43:48.730Z+ rustc --version
822024-11-28T06:43:48.787Zrustc 1.82.0 (f6e511eec 2024-10-15)
832024-11-28T06:43:48.790Z+ banner install
842024-11-28T06:43:48.793Z
852024-11-28T06:43:48.793Z # # # #### ##### ## # #
862024-11-28T06:43:48.793Z # ## # # # # # # #
872024-11-28T06:43:48.793Z # # # # #### # # # # #
882024-11-28T06:43:48.793Z # # # # # # ###### # #
892024-11-28T06:43:48.793Z # # ## # # # # # # #
902024-11-28T06:43:48.793Z # # # #### # # # ###### ######
912024-11-28T06:43:48.793Z
922024-11-28T06:43:48.793Z+ mkdir -p /home/build/.cargo/bin
932024-11-28T06:43:48.796Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-11-28T06:43:48.796Z+ gunzip
952024-11-28T06:43:48.799Z+ tar xf - -C /home/build/.cargo/bin
962024-11-28T06:43:50.095Z+ banner metadata
972024-11-28T06:43:50.100Z
982024-11-28T06:43:50.100Z # # ###### ##### ## ##### ## ##### ##
992024-11-28T06:43:50.100Z ## ## # # # # # # # # # # #
1002024-11-28T06:43:50.100Z # ## # ##### # # # # # # # # # #
1012024-11-28T06:43:50.100Z # # # # ###### # # ###### # ######
1022024-11-28T06:43:50.100Z # # # # # # # # # # # # #
1032024-11-28T06:43:50.100Z # # ###### # # # ##### # # # # #
1042024-11-28T06:43:50.100Z
1052024-11-28T06:43:50.100Z+ ptime -m cargo build --package nextest-metadata
1062024-11-28T06:43:50.240Z Updating crates.io index
1072024-11-28T06:43:51.424Z Downloading crates ...
1082024-11-28T06:43:51.518Z Downloaded addr2line v0.21.0
1092024-11-28T06:43:51.522Z Downloaded adler v1.0.2
1102024-11-28T06:43:51.536Z Downloaded anstyle v1.0.9
1112024-11-28T06:43:51.540Z Downloaded autocfg v1.4.0
1122024-11-28T06:43:51.544Z Downloaded bytes v1.8.0
1132024-11-28T06:43:51.549Z Downloaded equivalent v1.0.1
1142024-11-28T06:43:51.551Z Downloaded anstream v0.6.17
1152024-11-28T06:43:51.554Z Downloaded cfg-expr v0.17.1
1162024-11-28T06:43:51.557Z Downloaded byteorder v1.5.0
1172024-11-28T06:43:51.559Z Downloaded borsh v1.5.1
1182024-11-28T06:43:51.563Z Downloaded anstyle-query v1.1.2
1192024-11-28T06:43:51.566Z Downloaded cfg_aliases v0.2.1
1202024-11-28T06:43:51.572Z Downloaded either v1.13.0
1212024-11-28T06:43:51.574Z Downloaded clap_lex v0.7.2
1222024-11-28T06:43:51.580Z Downloaded camino v1.1.9
1232024-11-28T06:43:51.583Z Downloaded backtrace v0.3.71
1242024-11-28T06:43:51.588Z Downloaded clap_builder v4.5.21
1252024-11-28T06:43:51.596Z Downloaded getrandom v0.2.15
1262024-11-28T06:43:51.599Z Downloaded anstyle-parse v0.2.6
1272024-11-28T06:43:51.601Z Downloaded errno v0.3.9
1282024-11-28T06:43:51.603Z Downloaded colorchoice v1.0.3
1292024-11-28T06:43:51.606Z Downloaded clap v4.5.21
1302024-11-28T06:43:51.614Z Downloaded libm v0.2.8
1312024-11-28T06:43:51.623Z Downloaded heck v0.5.0
1322024-11-28T06:43:51.625Z Downloaded miette-derive v7.4.0
1332024-11-28T06:43:51.630Z Downloaded backtrace-ext v0.2.1
1342024-11-28T06:43:51.630Z Downloaded guppy-workspace-hack v0.1.0
1352024-11-28T06:43:51.630Z Downloaded cfg-if v1.0.0
1362024-11-28T06:43:51.632Z Downloaded is_ci v1.2.0
1372024-11-28T06:43:51.632Z Downloaded cc v1.1.31
1382024-11-28T06:43:51.637Z Downloaded itoa v1.0.13
1392024-11-28T06:43:51.645Z Downloaded is_terminal_polyfill v1.70.1
1402024-11-28T06:43:51.648Z Downloaded lazy_static v1.5.0
1412024-11-28T06:43:51.669Z Downloaded owo-colors v4.1.0
1422024-11-28T06:43:51.672Z Downloaded thread_local v1.1.8
1432024-11-28T06:43:51.678Z Downloaded rand_core v0.6.4
1442024-11-28T06:43:51.681Z Downloaded target-spec v3.2.2
1452024-11-28T06:43:51.683Z Downloaded tokio-macros v2.4.0
1462024-11-28T06:43:51.685Z Downloaded thiserror-impl v1.0.69
1472024-11-28T06:43:51.687Z Downloaded signal-hook-registry v1.4.2
1482024-11-28T06:43:51.688Z Downloaded smol_str v0.3.2
1492024-11-28T06:43:51.690Z Downloaded shlex v1.3.0
1502024-11-28T06:43:51.692Z Downloaded once_cell v1.20.2
1512024-11-28T06:43:51.694Z Downloaded console v0.15.8
1522024-11-28T06:43:51.697Z Downloaded jobserver v0.1.32
1532024-11-28T06:43:51.700Z Downloaded num-traits v0.2.19
1542024-11-28T06:43:51.720Z Downloaded unicase v2.8.0
1552024-11-28T06:43:51.720Z Downloaded xxhash-rust v0.8.12
1562024-11-28T06:43:51.720Z Downloaded utf8parse v0.2.2
1572024-11-28T06:43:51.720Z Downloaded rand_chacha v0.3.1
1582024-11-28T06:43:51.720Z Downloaded supports-hyperlinks v3.0.0
1592024-11-28T06:43:51.720Z Downloaded strsim v0.11.1
1602024-11-28T06:43:51.720Z Downloaded supports-unicode v3.0.0
1612024-11-28T06:43:51.720Z Downloaded rustc-demangle v0.1.24
1622024-11-28T06:43:51.720Z Downloaded pin-project-lite v0.2.15
1632024-11-28T06:43:51.724Z Downloaded unicode-linebreak v0.1.5
1642024-11-28T06:43:51.724Z Downloaded terminal_size v0.4.0
1652024-11-28T06:43:51.731Z Downloaded target-lexicon v0.12.16
1662024-11-28T06:43:51.738Z Downloaded supports-color v3.0.2
1672024-11-28T06:43:51.738Z Downloaded log v0.4.22
1682024-11-28T06:43:51.738Z Downloaded bitflags v2.6.0
1692024-11-28T06:43:51.742Z Downloaded miniz_oxide v0.7.4
1702024-11-28T06:43:51.745Z Downloaded ppv-lite86 v0.2.20
1712024-11-28T06:43:51.747Z Downloaded quote v1.0.37
1722024-11-28T06:43:51.755Z Downloaded tracing-log v0.2.0
1732024-11-28T06:43:51.755Z Downloaded smallvec v1.13.2
1742024-11-28T06:43:51.755Z Downloaded zerocopy-derive v0.7.35
1752024-11-28T06:43:51.766Z Downloaded thiserror v1.0.69
1762024-11-28T06:43:51.766Z Downloaded unicode-ident v1.0.14
1772024-11-28T06:43:51.769Z Downloaded sharded-slab v0.1.7
1782024-11-28T06:43:51.771Z Downloaded proc-macro2 v1.0.92
1792024-11-28T06:43:51.773Z Downloaded indexmap v2.6.0
1802024-11-28T06:43:51.778Z Downloaded socket2 v0.5.7
1812024-11-28T06:43:51.781Z Downloaded ryu v1.0.18
1822024-11-28T06:43:51.784Z Downloaded serde_derive v1.0.215
1832024-11-28T06:43:51.787Z Downloaded textwrap v0.16.1
1842024-11-28T06:43:51.790Z Downloaded mio v1.0.2
1852024-11-28T06:43:51.795Z Downloaded clap_derive v4.5.18
1862024-11-28T06:43:51.802Z Downloaded tracing-core v0.1.32
1872024-11-28T06:43:51.813Z Downloaded memchr v2.7.4
1882024-11-28T06:43:51.820Z Downloaded serde v1.0.215
1892024-11-28T06:43:51.831Z Downloaded rand v0.8.5
1902024-11-28T06:43:51.835Z Downloaded tracing v0.1.40
1912024-11-28T06:43:51.840Z Downloaded miette v7.4.0
1922024-11-28T06:43:51.845Z Downloaded hashbrown v0.15.1
1932024-11-28T06:43:51.873Z Downloaded serde_json v1.0.133
1942024-11-28T06:43:51.881Z Downloaded zerocopy v0.7.35
1952024-11-28T06:43:51.916Z Downloaded tracing-subscriber v0.3.18
1962024-11-28T06:43:51.943Z Downloaded gimli v0.28.1
1972024-11-28T06:43:51.952Z Downloaded unicode-width v0.2.0
1982024-11-28T06:43:51.960Z Downloaded unicode-width v0.1.14
1992024-11-28T06:43:51.965Z Downloaded syn v2.0.89
2002024-11-28T06:43:51.977Z Downloaded object v0.32.2
2012024-11-28T06:43:51.987Z Downloaded rustix v0.38.37
2022024-11-28T06:43:52.053Z Downloaded tokio v1.41.1
2032024-11-28T06:43:52.089Z Downloaded libc v0.2.166
2042024-11-28T06:43:52.284Z Compiling proc-macro2 v1.0.92
2052024-11-28T06:43:52.284Z Compiling unicode-ident v1.0.14
2062024-11-28T06:43:52.287Z Compiling libc v0.2.166
2072024-11-28T06:43:52.287Z Compiling cfg-if v1.0.0
2082024-11-28T06:43:52.287Z Compiling serde v1.0.215
2092024-11-28T06:43:52.301Z Compiling shlex v1.3.0
2102024-11-28T06:43:52.305Z Compiling once_cell v1.20.2
2112024-11-28T06:43:52.400Z Compiling rustix v0.38.37
2122024-11-28T06:43:52.497Z Compiling memchr v2.7.4
2132024-11-28T06:43:52.697Z Compiling bitflags v2.6.0
2142024-11-28T06:43:52.778Z Compiling tracing-core v0.1.32
2152024-11-28T06:43:53.009Z Compiling adler v1.0.2
2162024-11-28T06:43:53.096Z Compiling gimli v0.28.1
2172024-11-28T06:43:53.231Z Compiling byteorder v1.5.0
2182024-11-28T06:43:53.244Z Compiling camino v1.1.9
2192024-11-28T06:43:53.572Z Compiling utf8parse v0.2.2
2202024-11-28T06:43:53.729Z Compiling anstyle-parse v0.2.6
2212024-11-28T06:43:53.853Z Compiling jobserver v0.1.32
2222024-11-28T06:43:53.952Z Compiling object v0.32.2
2232024-11-28T06:43:54.117Z Compiling quote v1.0.37
2242024-11-28T06:43:54.376Z Compiling cc v1.1.31
2252024-11-28T06:43:54.387Z Compiling miniz_oxide v0.7.4
2262024-11-28T06:43:54.695Z Compiling syn v2.0.89
2272024-11-28T06:43:54.763Z Compiling errno v0.3.9
2282024-11-28T06:43:54.778Z Compiling getrandom v0.2.15
2292024-11-28T06:43:54.858Z Compiling owo-colors v4.1.0
2302024-11-28T06:43:55.118Z Compiling rustc-demangle v0.1.24
2312024-11-28T06:43:55.209Z Compiling unicode-width v0.1.14
2322024-11-28T06:43:55.265Z Compiling autocfg v1.4.0
2332024-11-28T06:43:55.760Z Compiling thiserror v1.0.69
2342024-11-28T06:43:56.172Z Compiling libm v0.2.8
2352024-11-28T06:43:56.207Z Compiling colorchoice v1.0.3
2362024-11-28T06:43:56.359Z Compiling terminal_size v0.4.0
2372024-11-28T06:43:56.371Z Compiling lazy_static v1.5.0
2382024-11-28T06:43:56.502Z Compiling anstyle v1.0.9
2392024-11-28T06:43:56.575Z Compiling target-lexicon v0.12.16
2402024-11-28T06:43:56.587Z Compiling is_terminal_polyfill v1.70.1
2412024-11-28T06:43:56.710Z Compiling anstyle-query v1.1.2
2422024-11-28T06:43:56.814Z Compiling serde_json v1.0.133
2432024-11-28T06:43:56.858Z Compiling anstream v0.6.17
2442024-11-28T06:43:57.203Z Compiling num-traits v0.2.19
2452024-11-28T06:43:57.301Z Compiling rand_core v0.6.4
2462024-11-28T06:43:57.532Z Compiling ryu v1.0.18
2472024-11-28T06:43:57.579Z Compiling unicase v2.8.0
2482024-11-28T06:43:57.639Z Compiling addr2line v0.21.0
2492024-11-28T06:43:57.753Z Compiling is_ci v1.2.0
2502024-11-28T06:43:57.786Z Compiling backtrace v0.3.71
2512024-11-28T06:43:57.888Z Compiling pin-project-lite v0.2.15
2522024-11-28T06:43:57.978Z Compiling guppy-workspace-hack v0.1.0
2532024-11-28T06:43:58.009Z Compiling itoa v1.0.13
2542024-11-28T06:43:58.021Z Compiling heck v0.5.0
2552024-11-28T06:43:58.234Z Compiling log v0.4.22
2562024-11-28T06:43:58.301Z Compiling unicode-width v0.2.0
2572024-11-28T06:43:58.337Z Compiling clap_lex v0.7.2
2582024-11-28T06:43:58.417Z Compiling unicode-linebreak v0.1.5
2592024-11-28T06:43:58.429Z Compiling strsim v0.11.1
2602024-11-28T06:43:58.686Z Compiling tracing-log v0.2.0
2612024-11-28T06:43:58.819Z Compiling textwrap v0.16.1
2622024-11-28T06:43:58.919Z Compiling clap_builder v4.5.21
2632024-11-28T06:43:58.949Z Compiling tracing v0.1.40
2642024-11-28T06:43:59.207Z Compiling supports-color v3.0.2
2652024-11-28T06:43:59.628Z Compiling sharded-slab v0.1.7
2662024-11-28T06:44:00.026Z Compiling mio v1.0.2
2672024-11-28T06:44:00.106Z Compiling signal-hook-registry v1.4.2
2682024-11-28T06:44:00.975Z Compiling thread_local v1.1.8
2692024-11-28T06:44:01.025Z Compiling smallvec v1.13.2
2702024-11-28T06:44:01.287Z Compiling supports-hyperlinks v3.0.0
2712024-11-28T06:44:01.487Z Compiling bytes v1.8.0
2722024-11-28T06:44:01.567Z Compiling backtrace-ext v0.2.1
2732024-11-28T06:44:01.570Z Compiling supports-unicode v3.0.0
2742024-11-28T06:44:01.715Z Compiling target-spec v3.2.2
2752024-11-28T06:44:01.738Z Compiling hashbrown v0.15.1
2762024-11-28T06:44:01.858Z Compiling equivalent v1.0.1
2772024-11-28T06:44:01.884Z Compiling cfg-expr v0.17.1
2782024-11-28T06:44:01.963Z Compiling tracing-subscriber v0.3.18
2792024-11-28T06:44:02.966Z Compiling console v0.15.8
2802024-11-28T06:44:03.032Z Compiling xxhash-rust v0.8.12
2812024-11-28T06:44:03.360Z Compiling either v1.13.0
2822024-11-28T06:44:05.324Z Compiling serde_derive v1.0.215
2832024-11-28T06:44:05.527Z Compiling zerocopy-derive v0.7.35
2842024-11-28T06:44:05.593Z Compiling thiserror-impl v1.0.69
2852024-11-28T06:44:05.942Z Compiling miette-derive v7.4.0
2862024-11-28T06:44:06.077Z Compiling clap_derive v4.5.18
2872024-11-28T06:44:06.113Z Compiling tokio-macros v2.4.0
2882024-11-28T06:44:07.588Z Compiling zerocopy v0.7.35
2892024-11-28T06:44:07.662Z Compiling tokio v1.41.1
2902024-11-28T06:44:08.742Z Compiling miette v7.4.0
2912024-11-28T06:44:09.233Z Compiling ppv-lite86 v0.2.20
2922024-11-28T06:44:10.151Z Compiling rand_chacha v0.3.1
2932024-11-28T06:44:10.454Z Compiling clap v4.5.21
2942024-11-28T06:44:10.566Z Compiling rand v0.8.5
2952024-11-28T06:44:15.412Z Compiling indexmap v2.6.0
2962024-11-28T06:44:15.412Z Compiling smol_str v0.3.2
2972024-11-28T06:44:16.280Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-11-28T06:44:17.586Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-11-28T06:44:19.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s
3002024-11-28T06:44:19.950Z
3012024-11-28T06:44:19.950Zreal 29.823638050
3022024-11-28T06:44:19.950Zuser 2:28.176311722
3032024-11-28T06:44:19.950Zsys 30.266579092
3042024-11-28T06:44:19.953Ztrap 0.096936911
3052024-11-28T06:44:19.953Ztflt 0.298692605
3062024-11-28T06:44:19.953Zdflt 0.348636043
3072024-11-28T06:44:19.953Zkflt 0.002037214
3082024-11-28T06:44:19.953Zlock 3:40.792036895
3092024-11-28T06:44:19.953Zslp 8:48.024500951
3102024-11-28T06:44:19.953Zlat 8.388500219
3112024-11-28T06:44:19.953Zstop 17.018131952
3122024-11-28T06:44:19.953Z+ banner no-update
3132024-11-28T06:44:19.953Z
3142024-11-28T06:44:19.953Z # # #### # # ##### ##### ## ##### ######
3152024-11-28T06:44:19.953Z ## # # # # # # # # # # # # #
3162024-11-28T06:44:19.953Z # # # # # ##### # # # # # # # # # #####
3172024-11-28T06:44:19.953Z # # # # # # # ##### # # ###### # #
3182024-11-28T06:44:19.953Z # ## # # # # # # # # # # #
3192024-11-28T06:44:19.953Z # # #### #### # ##### # # # ######
3202024-11-28T06:44:19.953Z
3212024-11-28T06:44:19.953Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-11-28T06:44:20.088Z Downloading crates ...
3232024-11-28T06:44:20.172Z Downloaded fixedbitset v0.4.2
3242024-11-28T06:44:20.223Z Downloaded async-scoped v0.9.0
3252024-11-28T06:44:20.226Z Downloaded aho-corasick v1.1.3
3262024-11-28T06:44:20.230Z Downloaded ahash v0.8.11
3272024-11-28T06:44:20.232Z Downloaded config v0.14.1
3282024-11-28T06:44:20.240Z Downloaded camino-tempfile v1.1.1
3292024-11-28T06:44:20.247Z Downloaded futures-core v0.3.31
3302024-11-28T06:44:20.254Z Downloaded enable-ansi-support v0.2.1
3312024-11-28T06:44:20.257Z Downloaded futures-executor v0.3.31
3322024-11-28T06:44:20.257Z Downloaded future-queue v0.3.0
3332024-11-28T06:44:20.261Z Downloaded cargo_metadata v0.18.1
3342024-11-28T06:44:20.264Z Downloaded futures-macro v0.3.31
3352024-11-28T06:44:20.267Z Downloaded filetime v0.2.25
3362024-11-28T06:44:20.267Z Downloaded fastrand v2.1.1
3372024-11-28T06:44:20.269Z Downloaded dialoguer v0.11.0
3382024-11-28T06:44:20.272Z Downloaded eyre v0.6.12
3392024-11-28T06:44:20.274Z Downloaded base64 v0.21.7
3402024-11-28T06:44:20.277Z Downloaded debug-ignore v1.0.5
3412024-11-28T06:44:20.279Z Downloaded cargo-platform v0.1.8
3422024-11-28T06:44:20.284Z Downloaded atomicwrites v0.4.4
3432024-11-28T06:44:20.291Z Downloaded indenter v0.3.3
3442024-11-28T06:44:20.294Z Downloaded number_prefix v0.4.0
3452024-11-28T06:44:20.299Z Downloaded humantime-serde v1.1.1
3462024-11-28T06:44:20.301Z Downloaded futures-task v0.3.31
3472024-11-28T06:44:20.301Z Downloaded fnv v1.0.7
3482024-11-28T06:44:20.303Z Downloaded display-error-chain v0.2.2
3492024-11-28T06:44:20.306Z Downloaded nested v0.1.1
3502024-11-28T06:44:20.313Z Downloaded os_pipe v1.2.1
3512024-11-28T06:44:20.316Z Downloaded futures-io v0.3.31
3522024-11-28T06:44:20.319Z Downloaded humantime v2.1.0
3532024-11-28T06:44:20.322Z Downloaded futures-channel v0.3.31
3542024-11-28T06:44:20.324Z Downloaded target-spec-miette v0.4.0
3552024-11-28T06:44:20.324Z Downloaded swrite v0.1.0
3562024-11-28T06:44:20.328Z Downloaded home v0.5.9
3572024-11-28T06:44:20.331Z Downloaded slab v0.4.9
3582024-11-28T06:44:20.335Z Downloaded tinyvec_macros v0.1.1
3592024-11-28T06:44:20.337Z Downloaded futures-sink v0.3.31
3602024-11-28T06:44:20.343Z Downloaded xattr v1.3.1
3612024-11-28T06:44:20.350Z Downloaded pin-utils v0.1.0
3622024-11-28T06:44:20.353Z Downloaded shell-words v1.1.0
3632024-11-28T06:44:20.353Z Downloaded quick-junit v0.5.1
3642024-11-28T06:44:20.356Z Downloaded pathdiff v0.2.3
3652024-11-28T06:44:20.356Z Downloaded newtype-uuid v1.1.3
3662024-11-28T06:44:20.358Z Downloaded iana-time-zone v0.1.61
3672024-11-28T06:44:20.361Z Downloaded globset v0.4.15
3682024-11-28T06:44:20.366Z Downloaded toml_datetime v0.6.8
3692024-11-28T06:44:20.369Z Downloaded static_assertions v1.1.0
3702024-11-28T06:44:20.369Z Downloaded pin-project-internal v1.1.7
3712024-11-28T06:44:20.373Z Downloaded pkg-config v0.3.31
3722024-11-28T06:44:20.376Z Downloaded vte_generate_state_changes v0.1.2
3732024-11-28T06:44:20.376Z Downloaded serde_ignored v0.1.10
3742024-11-28T06:44:20.378Z Downloaded owo-colors v3.5.0
3752024-11-28T06:44:20.381Z Downloaded thiserror-impl v2.0.3
3762024-11-28T06:44:20.384Z Downloaded zeroize v1.8.1
3772024-11-28T06:44:20.384Z Downloaded version_check v0.9.5
3782024-11-28T06:44:20.386Z Downloaded tracing-error v0.2.0
3792024-11-28T06:44:20.386Z Downloaded serde_spanned v0.6.8
3802024-11-28T06:44:20.386Z Downloaded shared_child v1.0.1
3812024-11-28T06:44:20.388Z Downloaded serde_path_to_error v0.1.16
3822024-11-28T06:44:20.391Z Downloaded tracing-attributes v0.1.27
3832024-11-28T06:44:20.391Z Downloaded futures v0.3.31
3842024-11-28T06:44:20.396Z Downloaded tokio-stream v0.1.16
3852024-11-28T06:44:20.403Z Downloaded strip-ansi-escapes v0.2.0
3862024-11-28T06:44:20.406Z Downloaded semver v1.0.23
3872024-11-28T06:44:20.410Z Downloaded tempfile v3.13.0
3882024-11-28T06:44:20.412Z Downloaded zstd v0.13.2
3892024-11-28T06:44:20.415Z Downloaded thiserror v2.0.3
3902024-11-28T06:44:20.420Z Downloaded pin-project v1.1.7
3912024-11-28T06:44:20.429Z Downloaded toml v0.8.19
3922024-11-28T06:44:20.433Z Downloaded indicatif v0.17.9
3932024-11-28T06:44:20.436Z Downloaded duct v0.13.7
3942024-11-28T06:44:20.439Z Downloaded zstd-safe v7.2.1
3952024-11-28T06:44:20.441Z Downloaded vte v0.11.1
3962024-11-28T06:44:20.444Z Downloaded uuid v1.11.0
3972024-11-28T06:44:20.446Z Downloaded tinyvec v1.8.0
3982024-11-28T06:44:20.451Z Downloaded ron v0.8.1
3992024-11-28T06:44:20.456Z Downloaded tar v0.4.43
4002024-11-28T06:44:20.491Z Downloaded minimal-lexical v0.2.1
4012024-11-28T06:44:20.495Z Downloaded toml_edit v0.22.22
4022024-11-28T06:44:20.515Z Downloaded nom v7.1.3
4032024-11-28T06:44:20.522Z Downloaded guppy v0.17.8
4042024-11-28T06:44:20.536Z Downloaded bstr v1.11.0
4052024-11-28T06:44:20.546Z Downloaded itertools v0.13.0
4062024-11-28T06:44:20.557Z Downloaded futures-util v0.3.31
4072024-11-28T06:44:20.568Z Downloaded unicode-normalization v0.1.24
4082024-11-28T06:44:20.571Z Downloaded color-spantrace v0.2.1
4092024-11-28T06:44:20.574Z Downloaded portable-atomic v1.9.0
4102024-11-28T06:44:20.580Z Downloaded quick-xml v0.37.1
4112024-11-28T06:44:20.587Z Downloaded chrono v0.4.38
4122024-11-28T06:44:20.594Z Downloaded winnow v0.6.20
4132024-11-28T06:44:20.616Z Downloaded regex v1.11.1
4142024-11-28T06:44:20.643Z Downloaded color-eyre v0.6.3
4152024-11-28T06:44:20.651Z Downloaded nix v0.29.0
4162024-11-28T06:44:20.661Z Downloaded regex-syntax v0.8.5
4172024-11-28T06:44:20.704Z Downloaded regex-automata v0.4.8
4182024-11-28T06:44:20.737Z Downloaded petgraph v0.6.5
4192024-11-28T06:44:20.752Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
4202024-11-28T06:44:20.799Z Downloaded recursion v0.5.2
4212024-11-28T06:44:20.837Z Compiling rustix v0.38.37
4222024-11-28T06:44:20.839Z Compiling tracing-attributes v0.1.27
4232024-11-28T06:44:20.888Z Compiling slab v0.4.9
4242024-11-28T06:44:20.891Z Compiling futures-core v0.3.31
4252024-11-28T06:44:20.896Z Compiling futures-sink v0.3.31
4262024-11-28T06:44:20.898Z Compiling pkg-config v0.3.31
4272024-11-28T06:44:20.904Z Compiling futures-macro v0.3.31
4282024-11-28T06:44:20.906Z Compiling version_check v0.9.5
4292024-11-28T06:44:21.013Z Compiling semver v1.0.23
4302024-11-28T06:44:21.108Z Compiling futures-channel v0.3.31
4312024-11-28T06:44:21.493Z Compiling futures-task v0.3.31
4322024-11-28T06:44:21.509Z Compiling futures-io v0.3.31
4332024-11-28T06:44:21.587Z Compiling pin-utils v0.1.0
4342024-11-28T06:44:21.717Z Compiling aho-corasick v1.1.3
4352024-11-28T06:44:21.764Z Compiling winnow v0.6.20
4362024-11-28T06:44:21.807Z Compiling fastrand v2.1.1
4372024-11-28T06:44:22.001Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4382024-11-28T06:44:22.371Z Compiling regex-syntax v0.8.5
4392024-11-28T06:44:22.622Z Compiling ahash v0.8.11
4402024-11-28T06:44:22.647Z Compiling futures-util v0.3.31
4412024-11-28T06:44:22.996Z Compiling thiserror v2.0.3
4422024-11-28T06:44:23.827Z Compiling terminal_size v0.4.0
4432024-11-28T06:44:23.834Z Compiling tracing v0.1.40
4442024-11-28T06:44:24.064Z Compiling clap_builder v4.5.21
4452024-11-28T06:44:24.301Z Compiling tokio v1.41.1
4462024-11-28T06:44:24.515Z Compiling miette v7.4.0
4472024-11-28T06:44:25.369Z Compiling tempfile v3.13.0
4482024-11-28T06:44:26.276Z Compiling regex-automata v0.4.8
4492024-11-28T06:44:28.206Z Compiling clap v4.5.21
4502024-11-28T06:44:28.224Z Compiling pathdiff v0.2.3
4512024-11-28T06:44:28.307Z Compiling cargo-platform v0.1.8
4522024-11-28T06:44:28.363Z Compiling serde_spanned v0.6.8
4532024-11-28T06:44:28.593Z Compiling toml_datetime v0.6.8
4542024-11-28T06:44:28.917Z Compiling thiserror-impl v2.0.3
4552024-11-28T06:44:29.152Z Compiling vte_generate_state_changes v0.1.2
4562024-11-28T06:44:29.211Z Compiling fixedbitset v0.4.2
4572024-11-28T06:44:29.688Z Compiling cfg_aliases v0.2.1
4582024-11-28T06:44:29.695Z Compiling portable-atomic v1.9.0
4592024-11-28T06:44:29.770Z Compiling newtype-uuid v1.1.3
4602024-11-28T06:44:29.797Z Compiling zstd-safe v7.2.1
4612024-11-28T06:44:30.100Z Compiling vte v0.11.1
4622024-11-28T06:44:30.160Z Compiling nix v0.29.0
4632024-11-28T06:44:30.661Z Compiling petgraph v0.6.5
4642024-11-28T06:44:31.025Z Compiling toml_edit v0.22.22
4652024-11-28T06:44:31.571Z Compiling cargo_metadata v0.18.1
4662024-11-28T06:44:32.037Z Compiling futures-executor v0.3.31
4672024-11-28T06:44:33.095Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4682024-11-28T06:44:33.183Z Compiling itertools v0.13.0
4692024-11-28T06:44:33.286Z Compiling pin-project-internal v1.1.7
4702024-11-28T06:44:34.184Z Compiling uuid v1.11.0
4712024-11-28T06:44:35.053Z Compiling bstr v1.11.0
4722024-11-28T06:44:35.395Z Compiling iana-time-zone v0.1.61
4732024-11-28T06:44:35.930Z Compiling nested v0.1.1
4742024-11-28T06:44:35.937Z Compiling indenter v0.3.3
4752024-11-28T06:44:36.017Z Compiling eyre v0.6.12
4762024-11-28T06:44:36.071Z Compiling debug-ignore v1.0.5
4772024-11-28T06:44:36.197Z Compiling minimal-lexical v0.2.1
4782024-11-28T06:44:36.252Z Compiling tinyvec_macros v0.1.1
4792024-11-28T06:44:36.259Z Compiling static_assertions v1.1.0
4802024-11-28T06:44:36.330Z Compiling guppy v0.17.8
4812024-11-28T06:44:36.341Z Compiling tinyvec v1.8.0
4822024-11-28T06:44:36.431Z Compiling pin-project v1.1.7
4832024-11-28T06:44:36.539Z Compiling globset v0.4.15
4842024-11-28T06:44:36.696Z Compiling nom v7.1.3
4852024-11-28T06:44:36.963Z Compiling chrono v0.4.38
4862024-11-28T06:44:38.111Z Compiling toml v0.8.19
4872024-11-28T06:44:38.646Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
4882024-11-28T06:44:39.912Z Compiling futures v0.3.31
4892024-11-28T06:44:40.010Z Compiling strip-ansi-escapes v0.2.0
4902024-11-28T06:44:40.415Z Compiling regex v1.11.1
4912024-11-28T06:44:40.449Z Compiling tracing-error v0.2.0
4922024-11-28T06:44:40.773Z Compiling xattr v1.3.1
4932024-11-28T06:44:40.781Z Compiling filetime v0.2.25
4942024-11-28T06:44:41.005Z Compiling os_pipe v1.2.1
4952024-11-28T06:44:41.015Z Compiling shared_child v1.0.1
4962024-11-28T06:44:41.091Z Compiling quick-xml v0.37.1
4972024-11-28T06:44:41.289Z Compiling shell-words v1.1.0
4982024-11-28T06:44:41.414Z Compiling recursion v0.5.2
4992024-11-28T06:44:41.467Z Compiling owo-colors v3.5.0
5002024-11-28T06:44:41.493Z Compiling fnv v1.0.7
5012024-11-28T06:44:41.570Z Compiling humantime v2.1.0
5022024-11-28T06:44:41.580Z Compiling number_prefix v0.4.0
5032024-11-28T06:44:41.603Z Compiling future-queue v0.3.0
5042024-11-28T06:44:41.615Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5052024-11-28T06:44:41.787Z Compiling indicatif v0.17.9
5062024-11-28T06:44:41.970Z Compiling humantime-serde v1.1.1
5072024-11-28T06:44:42.108Z Compiling zstd v0.13.2
5082024-11-28T06:44:42.187Z Compiling duct v0.13.7
5092024-11-28T06:44:42.743Z Compiling quick-junit v0.5.1
5102024-11-28T06:44:43.262Z Compiling tar v0.4.43
5112024-11-28T06:44:43.666Z Compiling color-spantrace v0.2.1
5122024-11-28T06:44:43.871Z Compiling async-scoped v0.9.0
5132024-11-28T06:44:43.936Z Compiling config v0.14.1
5142024-11-28T06:44:44.160Z Compiling unicode-normalization v0.1.24
5152024-11-28T06:44:44.440Z Compiling tokio-stream v0.1.16
5162024-11-28T06:44:45.108Z Compiling target-spec-miette v0.4.0
5172024-11-28T06:44:45.335Z Compiling atomicwrites v0.4.4
5182024-11-28T06:44:45.398Z Compiling camino-tempfile v1.1.1
5192024-11-28T06:44:45.435Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
5202024-11-28T06:44:45.462Z Compiling serde_ignored v0.1.10
5212024-11-28T06:44:45.481Z Compiling serde_path_to_error v0.1.16
5222024-11-28T06:44:45.680Z Compiling home v0.5.9
5232024-11-28T06:44:45.848Z Compiling zeroize v1.8.1
5242024-11-28T06:44:45.869Z Compiling display-error-chain v0.2.2
5252024-11-28T06:44:45.955Z Compiling swrite v0.1.0
5262024-11-28T06:44:45.987Z Compiling color-eyre v0.6.3
5272024-11-28T06:44:46.038Z Compiling enable-ansi-support v0.2.1
5282024-11-28T06:44:46.056Z Compiling dialoguer v0.11.0
5292024-11-28T06:44:46.152Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
5302024-11-28T06:45:11.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.16s
5312024-11-28T06:45:11.227Z
5322024-11-28T06:45:11.230Zreal 51.254898585
5332024-11-28T06:45:11.230Zuser 3:34.311102377
5342024-11-28T06:45:11.230Zsys 38.799420203
5352024-11-28T06:45:11.230Ztrap 0.120498241
5362024-11-28T06:45:11.230Ztflt 0.418286118
5372024-11-28T06:45:11.230Zdflt 0.366407332
5382024-11-28T06:45:11.230Zkflt 0.002614053
5392024-11-28T06:45:11.230Zlock 6:16.753242597
5402024-11-28T06:45:11.230Zslp 13:52.849603500
5412024-11-28T06:45:11.230Zlat 7.144328728
5422024-11-28T06:45:11.230Zstop 8.058640219
5432024-11-28T06:45:11.230Z+ banner nextest
5442024-11-28T06:45:11.230Z
5452024-11-28T06:45:11.230Z # # ###### # # ##### ###### #### #####
5462024-11-28T06:45:11.230Z ## # # # # # # # #
5472024-11-28T06:45:11.230Z # # # ##### ## # ##### #### #
5482024-11-28T06:45:11.230Z # # # # ## # # # #
5492024-11-28T06:45:11.230Z # ## # # # # # # # #
5502024-11-28T06:45:11.230Z # # ###### # # # ###### #### #
5512024-11-28T06:45:11.230Z
5522024-11-28T06:45:11.230Z+ ptime -m cargo build --package cargo-nextest
5532024-11-28T06:45:11.376Z Downloading crates ...
5542024-11-28T06:45:11.610Z Downloaded hex v0.4.3
5552024-11-28T06:45:11.613Z Downloaded rustc_version v0.4.1
5562024-11-28T06:45:11.620Z Downloaded spki v0.7.3
5572024-11-28T06:45:11.631Z Downloaded foreign-types-shared v0.1.1
5582024-11-28T06:45:11.633Z Downloaded try-lock v0.2.5
5592024-11-28T06:45:11.646Z Downloaded foreign-types v0.3.2
5602024-11-28T06:45:11.652Z Downloaded mukti-metadata v0.3.0
5612024-11-28T06:45:11.655Z Downloaded http-body v1.0.1
5622024-11-28T06:45:11.657Z Downloaded openssl-probe v0.1.5
5632024-11-28T06:45:11.657Z Downloaded want v0.3.1
5642024-11-28T06:45:11.660Z Downloaded openssl-macros v0.1.1
5652024-11-28T06:45:11.663Z Downloaded tower-service v0.3.3
5662024-11-28T06:45:11.667Z Downloaded mime v0.3.17
5672024-11-28T06:45:11.670Z Downloaded hyper-tls v0.6.0
5682024-11-28T06:45:11.678Z Downloaded curve25519-dalek-derive v0.1.1
5692024-11-28T06:45:11.680Z Downloaded zipsign-api v0.1.2
5702024-11-28T06:45:11.684Z Downloaded block-buffer v0.10.4
5712024-11-28T06:45:11.692Z Downloaded cpufeatures v0.2.14
5722024-11-28T06:45:11.695Z Downloaded sync_wrapper v1.0.1
5732024-11-28T06:45:11.697Z Downloaded digest v0.10.7
5742024-11-28T06:45:11.697Z Downloaded crypto-common v0.1.6
5752024-11-28T06:45:11.700Z Downloaded untrusted v0.9.0
5762024-11-28T06:45:11.700Z Downloaded http-body-util v0.1.2
5772024-11-28T06:45:11.702Z Downloaded adler2 v2.0.0
5782024-11-28T06:45:11.704Z Downloaded signature v2.2.0
5792024-11-28T06:45:11.704Z Downloaded quinn-udp v0.5.5
5802024-11-28T06:45:11.708Z Downloaded rustc-hash v2.0.0
5812024-11-28T06:45:11.708Z Downloaded percent-encoding v2.3.1
5822024-11-28T06:45:11.708Z Downloaded serde_urlencoded v0.7.1
5832024-11-28T06:45:11.711Z Downloaded urlencoding v2.1.3
5842024-11-28T06:45:11.716Z Downloaded ed25519 v2.2.3
5852024-11-28T06:45:11.719Z Downloaded subtle v2.6.1
5862024-11-28T06:45:11.722Z Downloaded generic-array v0.14.7
5872024-11-28T06:45:11.722Z Downloaded form_urlencoded v1.2.1
5882024-11-28T06:45:11.727Z Downloaded self-replace v1.5.0
5892024-11-28T06:45:11.731Z Downloaded crc32fast v1.4.2
5902024-11-28T06:45:11.733Z Downloaded ipnet v2.10.1
5912024-11-28T06:45:11.742Z Downloaded tokio-native-tls v0.3.1
5922024-11-28T06:45:11.763Z Downloaded pkcs8 v0.10.2
5932024-11-28T06:45:11.766Z Downloaded httparse v1.9.5
5942024-11-28T06:45:11.768Z Downloaded base64ct v1.6.0
5952024-11-28T06:45:11.770Z Downloaded unicode-bidi v0.3.17
5962024-11-28T06:45:11.780Z Downloaded const-oid v0.9.6
5972024-11-28T06:45:11.784Z Downloaded tokio-rustls v0.26.0
5982024-11-28T06:45:11.787Z Downloaded sha2 v0.10.8
5992024-11-28T06:45:11.789Z Downloaded native-tls v0.2.12
6002024-11-28T06:45:11.792Z Downloaded spin v0.9.8
6012024-11-28T06:45:11.794Z Downloaded rustls-pemfile v2.2.0
6022024-11-28T06:45:11.797Z Downloaded miniz_oxide v0.8.0
6032024-11-28T06:45:11.806Z Downloaded typenum v1.17.0
6042024-11-28T06:45:11.809Z Downloaded self_update v0.41.0
6052024-11-28T06:45:11.811Z Downloaded hyper-rustls v0.27.3
6062024-11-28T06:45:11.814Z Downloaded hyper-util v0.1.9
6072024-11-28T06:45:11.817Z Downloaded rustls-pki-types v1.10.0
6082024-11-28T06:45:11.827Z Downloaded openssl-sys v0.9.104
6092024-11-28T06:45:11.838Z Downloaded quinn v0.11.5
6102024-11-28T06:45:11.841Z Downloaded der v0.7.9
6112024-11-28T06:45:11.848Z Downloaded ed25519-dalek v2.1.1
6122024-11-28T06:45:11.851Z Downloaded base64 v0.22.1
6132024-11-28T06:45:11.880Z Downloaded url v2.5.2
6142024-11-28T06:45:11.885Z Downloaded flate2 v1.0.34
6152024-11-28T06:45:11.890Z Downloaded http v1.1.0
6162024-11-28T06:45:11.896Z Downloaded quinn-proto v0.11.8
6172024-11-28T06:45:11.945Z Downloaded hyper v1.5.0
6182024-11-28T06:45:11.960Z Downloaded reqwest v0.12.8
6192024-11-28T06:45:11.968Z Downloaded quick-xml v0.23.1
6202024-11-28T06:45:11.976Z Downloaded rustls-webpki v0.102.8
6212024-11-28T06:45:11.994Z Downloaded vcpkg v0.2.15
6222024-11-28T06:45:12.032Z Downloaded webpki-roots v0.26.6
6232024-11-28T06:45:12.035Z Downloaded curve25519-dalek v4.1.3
6242024-11-28T06:45:12.044Z Downloaded openssl v0.10.68
6252024-11-28T06:45:12.053Z Downloaded idna v0.5.0
6262024-11-28T06:45:12.061Z Downloaded rustls v0.23.19
6272024-11-28T06:45:12.385Z Downloaded ring v0.17.8
6282024-11-28T06:45:12.491Z Compiling socket2 v0.5.7
6292024-11-28T06:45:12.494Z Compiling futures-channel v0.3.31
6302024-11-28T06:45:12.547Z Compiling smallvec v1.13.2
6312024-11-28T06:45:12.560Z Compiling ring v0.17.8
6322024-11-28T06:45:12.566Z Compiling rustls-pki-types v1.10.0
6332024-11-28T06:45:12.569Z Compiling http v1.1.0
6342024-11-28T06:45:12.581Z Compiling untrusted v0.9.0
6352024-11-28T06:45:12.583Z Compiling httparse v1.9.5
6362024-11-28T06:45:12.737Z Compiling spin v0.9.8
6372024-11-28T06:45:12.942Z Compiling futures-util v0.3.31
6382024-11-28T06:45:12.952Z Compiling typenum v1.17.0
6392024-11-28T06:45:12.961Z Compiling generic-array v0.14.7
6402024-11-28T06:45:13.276Z Compiling tokio v1.41.1
6412024-11-28T06:45:13.356Z Compiling try-lock v0.2.5
6422024-11-28T06:45:13.501Z Compiling rustls v0.23.19
6432024-11-28T06:45:13.602Z Compiling want v0.3.1
6442024-11-28T06:45:13.878Z Compiling cfg-expr v0.17.1
6452024-11-28T06:45:13.899Z Compiling percent-encoding v2.3.1
6462024-11-28T06:45:14.167Z Compiling http-body v1.0.1
6472024-11-28T06:45:14.388Z Compiling subtle v2.6.1
6482024-11-28T06:45:14.611Z Compiling form_urlencoded v1.2.1
6492024-11-28T06:45:14.646Z Compiling unicode-bidi v0.3.17
6502024-11-28T06:45:14.939Z Compiling target-spec v3.2.2
6512024-11-28T06:45:15.182Z Compiling tower-service v0.3.3
6522024-11-28T06:45:15.295Z Compiling webpki-roots v0.26.6
6532024-11-28T06:45:15.305Z Compiling adler2 v2.0.0
6542024-11-28T06:45:15.488Z Compiling idna v0.5.0
6552024-11-28T06:45:15.499Z Compiling miniz_oxide v0.8.0
6562024-11-28T06:45:16.143Z Compiling serde_urlencoded v0.7.1
6572024-11-28T06:45:16.700Z Compiling url v2.5.2
6582024-11-28T06:45:16.989Z Compiling crypto-common v0.1.6
6592024-11-28T06:45:17.158Z Compiling block-buffer v0.10.4
6602024-11-28T06:45:17.169Z Compiling rustls-pemfile v2.2.0
6612024-11-28T06:45:17.228Z Compiling sync_wrapper v1.0.1
6622024-11-28T06:45:17.358Z Compiling crc32fast v1.4.2
6632024-11-28T06:45:17.366Z Compiling self_update v0.41.0
6642024-11-28T06:45:17.491Z Compiling base64 v0.22.1
6652024-11-28T06:45:17.596Z Compiling ipnet v2.10.1
6662024-11-28T06:45:17.670Z Compiling mime v0.3.17
6672024-11-28T06:45:17.719Z Compiling flate2 v1.0.34
6682024-11-28T06:45:18.265Z Compiling guppy v0.17.8
6692024-11-28T06:45:18.298Z Compiling digest v0.10.7
6702024-11-28T06:45:18.557Z Compiling self-replace v1.5.0
6712024-11-28T06:45:18.639Z Compiling quick-xml v0.23.1
6722024-11-28T06:45:18.647Z Compiling urlencoding v2.1.3
6732024-11-28T06:45:18.801Z Compiling cpufeatures v0.2.14
6742024-11-28T06:45:18.866Z Compiling target-spec-miette v0.4.0
6752024-11-28T06:45:18.886Z Compiling sha2 v0.10.8
6762024-11-28T06:45:19.047Z Compiling futures-executor v0.3.31
6772024-11-28T06:45:19.283Z Compiling http-body-util v0.1.2
6782024-11-28T06:45:19.544Z Compiling futures v0.3.31
6792024-11-28T06:45:19.649Z Compiling future-queue v0.3.0
6802024-11-28T06:45:19.658Z Compiling mukti-metadata v0.3.0
6812024-11-28T06:45:19.785Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
6822024-11-28T06:45:19.794Z Compiling hex v0.4.3
6832024-11-28T06:45:20.858Z Compiling rustls-webpki v0.102.8
6842024-11-28T06:45:22.509Z Compiling hyper v1.5.0
6852024-11-28T06:45:22.512Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
6862024-11-28T06:45:22.512Z Compiling tokio-stream v0.1.16
6872024-11-28T06:45:22.599Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
6882024-11-28T06:45:22.608Z Compiling async-scoped v0.9.0
6892024-11-28T06:45:24.045Z Compiling hyper-util v0.1.9
6902024-11-28T06:45:24.137Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
6912024-11-28T06:45:27.244Z Compiling tokio-rustls v0.26.0
6922024-11-28T06:45:27.486Z Compiling hyper-rustls v0.27.3
6932024-11-28T06:45:27.691Z Compiling reqwest v0.12.8
6942024-11-28T06:45:30.122Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
6952024-11-28T06:45:57.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.54s
6962024-11-28T06:45:57.909Z
6972024-11-28T06:45:57.909Zreal 46.655065735
6982024-11-28T06:45:57.909Zuser 2:37.949303162
6992024-11-28T06:45:57.909Zsys 30.817061314
7002024-11-28T06:45:57.909Ztrap 0.080889555
7012024-11-28T06:45:57.909Ztflt 0.238145249
7022024-11-28T06:45:57.909Zdflt 0.757292938
7032024-11-28T06:45:57.909Zkflt 0.000002919
7042024-11-28T06:45:57.909Zlock 4:19.584962429
7052024-11-28T06:45:57.909Zslp 7:53.117807894
7062024-11-28T06:45:57.909Zlat 4.867541782
7072024-11-28T06:45:57.909Zstop 4.994459557
7082024-11-28T06:45:57.912Z+ banner all targets
7092024-11-28T06:45:57.912Z
7102024-11-28T06:45:57.912Z ## # #
7112024-11-28T06:45:57.912Z # # # #
7122024-11-28T06:45:57.912Z # # # #
7132024-11-28T06:45:57.912Z ###### # #
7142024-11-28T06:45:57.913Z # # # #
7152024-11-28T06:45:57.913Z # # ###### ######
7162024-11-28T06:45:57.913Z
7172024-11-28T06:45:57.913Z
7182024-11-28T06:45:57.913Z ##### ## ##### #### ###### ##### ####
7192024-11-28T06:45:57.913Z # # # # # # # # # #
7202024-11-28T06:45:57.913Z # # # # # # ##### # ####
7212024-11-28T06:45:57.913Z # ###### ##### # ### # # #
7222024-11-28T06:45:57.913Z # # # # # # # # # # #
7232024-11-28T06:45:57.913Z # # # # # #### ###### # ####
7242024-11-28T06:45:57.913Z
7252024-11-28T06:45:57.913Z+ ptime -m cargo build --all-targets
7262024-11-28T06:45:58.073Z Downloading crates ...
7272024-11-28T06:45:58.232Z Downloaded unarray v0.1.4
7282024-11-28T06:45:58.251Z Downloaded test-case-macros v3.3.1
7292024-11-28T06:45:58.253Z Downloaded wait-timeout v0.2.0
7302024-11-28T06:45:58.255Z Downloaded linked-hash-map v0.5.6
7312024-11-28T06:45:58.255Z Downloaded yansi v1.0.1
7322024-11-28T06:45:58.258Z Downloaded rusty-fork v0.3.0
7332024-11-28T06:45:58.261Z Downloaded structmeta-derive v0.3.0
7342024-11-28T06:45:58.263Z Downloaded maplit v1.0.2
7352024-11-28T06:45:58.263Z Downloaded indoc v2.0.5
7362024-11-28T06:45:58.265Z Downloaded test-case-core v3.3.1
7372024-11-28T06:45:58.268Z Downloaded test-case v3.3.1
7382024-11-28T06:45:58.268Z Downloaded structmeta v0.3.0
7392024-11-28T06:45:58.271Z Downloaded quick-error v1.2.3
7402024-11-28T06:45:58.273Z Downloaded bit-set v0.5.3
7412024-11-28T06:45:58.273Z Downloaded rand_xorshift v0.3.0
7422024-11-28T06:45:58.276Z Downloaded bit-vec v0.6.3
7432024-11-28T06:45:58.276Z Downloaded test-strategy v0.4.0
7442024-11-28T06:45:58.280Z Downloaded similar v2.6.0
7452024-11-28T06:45:58.284Z Downloaded diff v0.1.13
7462024-11-28T06:45:58.288Z Downloaded pretty_assertions v1.4.1
7472024-11-28T06:45:58.291Z Downloaded insta v1.41.1
7482024-11-28T06:45:58.298Z Downloaded proptest v1.5.0
7492024-11-28T06:45:58.349Z Compiling test-case-core v3.3.1
7502024-11-28T06:45:58.352Z Compiling structmeta-derive v0.3.0
7512024-11-28T06:45:58.352Z Compiling wait-timeout v0.2.0
7522024-11-28T06:45:58.352Z Compiling quick-error v1.2.3
7532024-11-28T06:45:58.352Z Compiling bit-vec v0.6.3
7542024-11-28T06:45:58.352Z Compiling rand_xorshift v0.3.0
7552024-11-28T06:45:58.400Z Compiling maplit v1.0.2
7562024-11-28T06:45:58.403Z Compiling unarray v0.1.4
7572024-11-28T06:45:58.518Z Compiling linked-hash-map v0.5.6
7582024-11-28T06:45:58.525Z Compiling similar v2.6.0
7592024-11-28T06:45:58.555Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7602024-11-28T06:45:58.661Z Compiling rusty-fork v0.3.0
7612024-11-28T06:45:58.874Z Compiling bit-set v0.5.3
7622024-11-28T06:45:58.882Z Compiling yansi v1.0.1
7632024-11-28T06:45:59.106Z Compiling diff v0.1.13
7642024-11-28T06:45:59.263Z Compiling proptest v1.5.0
7652024-11-28T06:45:59.466Z Compiling indoc v2.0.5
7662024-11-28T06:45:59.681Z Compiling pretty_assertions v1.4.1
7672024-11-28T06:45:59.817Z Compiling insta v1.41.1
7682024-11-28T06:45:59.861Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7692024-11-28T06:46:00.227Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
7702024-11-28T06:46:00.437Z Compiling test-case-macros v3.3.1
7712024-11-28T06:46:01.071Z Compiling structmeta v0.3.0
7722024-11-28T06:46:01.425Z Compiling test-strategy v0.4.0
7732024-11-28T06:46:01.566Z Compiling test-case v3.3.1
7742024-11-28T06:46:01.656Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7752024-11-28T06:46:02.205Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
7762024-11-28T06:46:03.675Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7772024-11-28T06:46:08.411Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7782024-11-28T06:46:45.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.32s
7792024-11-28T06:46:45.366Z
7802024-11-28T06:46:45.369Zreal 47.434901862
7812024-11-28T06:46:45.369Zuser 3:15.137404952
7822024-11-28T06:46:45.369Zsys 31.065150250
7832024-11-28T06:46:45.369Ztrap 0.108493219
7842024-11-28T06:46:45.369Ztflt 0.057185981
7852024-11-28T06:46:45.369Zdflt 0.200972134
7862024-11-28T06:46:45.369Zkflt 0.000000000
7872024-11-28T06:46:45.369Zlock 6:01.691042947
7882024-11-28T06:46:45.370Zslp 12:33.648949958
7892024-11-28T06:46:45.370Zlat 5.671277950
7902024-11-28T06:46:45.370Zstop 6.882021882
7912024-11-28T06:46:45.370Z+ banner all features
7922024-11-28T06:46:45.370Z
7932024-11-28T06:46:45.370Z ## # #
7942024-11-28T06:46:45.370Z # # # #
7952024-11-28T06:46:45.371Z # # # #
7962024-11-28T06:46:45.371Z ###### # #
7972024-11-28T06:46:45.371Z # # # #
7982024-11-28T06:46:45.371Z # # ###### ######
7992024-11-28T06:46:45.371Z
8002024-11-28T06:46:45.371Z
8012024-11-28T06:46:45.371Z ###### ###### ## ##### # # ##### ###### ####
8022024-11-28T06:46:45.371Z # # # # # # # # # # #
8032024-11-28T06:46:45.371Z ##### ##### # # # # # # # ##### ####
8042024-11-28T06:46:45.371Z # # ###### # # # ##### # #
8052024-11-28T06:46:45.371Z # # # # # # # # # # # #
8062024-11-28T06:46:45.371Z # ###### # # # #### # # ###### ####
8072024-11-28T06:46:45.371Z
8082024-11-28T06:46:45.371Z+ ptime -m cargo build --all-features
8092024-11-28T06:46:45.524Z Downloading crates ...
8102024-11-28T06:46:45.715Z Downloaded async-stream-impl v0.3.6
8112024-11-28T06:46:45.718Z Downloaded async-stream v0.3.6
8122024-11-28T06:46:45.727Z Downloaded anyhow v1.0.91
8132024-11-28T06:46:45.735Z Downloaded matchers v0.1.0
8142024-11-28T06:46:45.742Z Downloaded sync_wrapper v0.1.2
8152024-11-28T06:46:45.747Z Downloaded tower-layer v0.3.3
8162024-11-28T06:46:45.754Z Downloaded atomic-waker v1.1.2
8172024-11-28T06:46:45.756Z Downloaded httpdate v1.0.3
8182024-11-28T06:46:45.767Z Downloaded hyper-timeout v0.5.1
8192024-11-28T06:46:45.772Z Downloaded prost-derive v0.13.3
8202024-11-28T06:46:45.775Z Downloaded axum-core v0.4.5
8212024-11-28T06:46:45.778Z Downloaded rustversion v1.0.18
8222024-11-28T06:46:45.785Z Downloaded matchit v0.7.3
8232024-11-28T06:46:45.787Z Downloaded console-api v0.8.1
8242024-11-28T06:46:45.794Z Downloaded prost v0.13.3
8252024-11-28T06:46:45.797Z Downloaded async-trait v0.1.83
8262024-11-28T06:46:45.800Z Downloaded crossbeam-utils v0.8.20
8272024-11-28T06:46:45.813Z Downloaded prost-types v0.13.3
8282024-11-28T06:46:45.815Z Downloaded indexmap v1.9.3
8292024-11-28T06:46:45.839Z Downloaded console-subscriber v0.4.1
8302024-11-28T06:46:45.845Z Downloaded crossbeam-channel v0.5.13
8312024-11-28T06:46:45.849Z Downloaded tonic v0.12.3
8322024-11-28T06:46:45.855Z Downloaded tower v0.5.1
8332024-11-28T06:46:45.864Z Downloaded tokio-util v0.7.12
8342024-11-28T06:46:45.871Z Downloaded tower v0.4.13
8352024-11-28T06:46:45.879Z Downloaded axum v0.7.7
8362024-11-28T06:46:45.887Z Downloaded h2 v0.4.6
8372024-11-28T06:46:45.894Z Downloaded regex-automata v0.1.10
8382024-11-28T06:46:45.898Z Downloaded hashbrown v0.12.3
8392024-11-28T06:46:45.911Z Downloaded regex-syntax v0.6.29
8402024-11-28T06:46:45.918Z Downloaded hdrhistogram v7.5.4
8412024-11-28T06:46:45.968Z Compiling futures-sink v0.3.31
8422024-11-28T06:46:46.020Z Compiling tokio v1.41.1
8432024-11-28T06:46:46.023Z Compiling byteorder v1.5.0
8442024-11-28T06:46:46.030Z Compiling num-traits v0.2.19
8452024-11-28T06:46:46.034Z Compiling regex-syntax v0.6.29
8462024-11-28T06:46:46.041Z Compiling atomic-waker v1.1.2
8472024-11-28T06:46:46.048Z Compiling httpdate v1.0.3
8482024-11-28T06:46:46.055Z Compiling anyhow v1.0.91
8492024-11-28T06:46:46.133Z Compiling futures-channel v0.3.31
8502024-11-28T06:46:46.211Z Compiling either v1.13.0
8512024-11-28T06:46:46.457Z Compiling zerocopy v0.7.35
8522024-11-28T06:46:46.537Z Compiling futures-util v0.3.31
8532024-11-28T06:46:46.552Z Compiling rustversion v1.0.18
8542024-11-28T06:46:46.605Z Compiling tower-layer v0.3.3
8552024-11-28T06:46:46.890Z Compiling itertools v0.13.0
8562024-11-28T06:46:47.284Z Compiling indexmap v1.9.3
8572024-11-28T06:46:47.831Z Compiling async-trait v0.1.83
8582024-11-28T06:46:48.127Z Compiling ppv-lite86 v0.2.20
8592024-11-28T06:46:48.606Z Compiling sync_wrapper v0.1.2
8602024-11-28T06:46:48.722Z Compiling hashbrown v0.12.3
8612024-11-28T06:46:48.970Z Compiling rand_chacha v0.3.1
8622024-11-28T06:46:49.047Z Compiling async-stream-impl v0.3.6
8632024-11-28T06:46:49.985Z Compiling regex-automata v0.1.10
8642024-11-28T06:46:50.215Z Compiling rand v0.8.5
8652024-11-28T06:46:50.267Z Compiling prost-derive v0.13.3
8662024-11-28T06:46:50.390Z Compiling crossbeam-utils v0.8.20
8672024-11-28T06:46:50.976Z Compiling matchit v0.7.3
8682024-11-28T06:46:51.230Z Compiling async-stream v0.3.6
8692024-11-28T06:46:51.533Z Compiling matchers v0.1.0
8702024-11-28T06:46:51.698Z Compiling ahash v0.8.11
8712024-11-28T06:46:51.757Z Compiling tracing-subscriber v0.3.18
8722024-11-28T06:46:51.978Z Compiling proptest v1.5.0
8732024-11-28T06:46:52.338Z Compiling http-body-util v0.1.2
8742024-11-28T06:46:52.503Z Compiling tower v0.5.1
8752024-11-28T06:46:52.872Z Compiling axum-core v0.4.5
8762024-11-28T06:46:52.962Z Compiling futures-executor v0.3.31
8772024-11-28T06:46:53.291Z Compiling guppy v0.17.8
8782024-11-28T06:46:53.594Z Compiling base64 v0.21.7
8792024-11-28T06:46:53.945Z Compiling prost v0.13.3
8802024-11-28T06:46:54.394Z Compiling chrono v0.4.38
8812024-11-28T06:46:54.838Z Compiling prost-types v0.13.3
8822024-11-28T06:46:54.848Z Compiling crossbeam-channel v0.5.13
8832024-11-28T06:46:56.025Z Compiling hdrhistogram v7.5.4
8842024-11-28T06:46:57.234Z Compiling tokio-util v0.7.12
8852024-11-28T06:46:57.341Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8862024-11-28T06:46:57.439Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8872024-11-28T06:46:57.677Z Compiling axum v0.7.7
8882024-11-28T06:46:58.290Z Compiling h2 v0.4.6
8892024-11-28T06:46:58.358Z Compiling tower v0.4.13
8902024-11-28T06:46:58.707Z Compiling tokio-rustls v0.26.0
8912024-11-28T06:46:59.223Z Compiling tokio-stream v0.1.16
8922024-11-28T06:47:00.338Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8932024-11-28T06:47:00.589Z Compiling futures v0.3.31
8942024-11-28T06:47:00.700Z Compiling quick-junit v0.5.1
8952024-11-28T06:47:01.638Z Compiling async-scoped v0.9.0
8962024-11-28T06:47:01.933Z Compiling tracing-error v0.2.0
8972024-11-28T06:47:02.342Z Compiling future-queue v0.3.0
8982024-11-28T06:47:02.752Z Compiling color-spantrace v0.2.1
8992024-11-28T06:47:03.013Z Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest)
9002024-11-28T06:47:03.316Z Compiling hyper v1.5.0
9012024-11-28T06:47:03.342Z Compiling color-eyre v0.6.3
9022024-11-28T06:47:03.681Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9032024-11-28T06:47:05.870Z Compiling hyper-util v0.1.9
9042024-11-28T06:47:07.300Z Compiling hyper-timeout v0.5.1
9052024-11-28T06:47:07.300Z Compiling hyper-rustls v0.27.3
9062024-11-28T06:47:07.514Z Compiling tonic v0.12.3
9072024-11-28T06:47:07.542Z Compiling reqwest v0.12.8
9082024-11-28T06:47:09.231Z Compiling self_update v0.41.0
9092024-11-28T06:47:09.775Z Compiling console-api v0.8.1
9102024-11-28T06:47:11.279Z Compiling console-subscriber v0.4.1
9112024-11-28T06:47:13.450Z Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner)
9122024-11-28T06:47:31.655Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9132024-11-28T06:47:45.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
9142024-11-28T06:47:46.055Z
9152024-11-28T06:47:46.058Zreal 1:00.661244727
9162024-11-28T06:47:46.058Zuser 4:04.996362486
9172024-11-28T06:47:46.058Zsys 45.254018775
9182024-11-28T06:47:46.058Ztrap 0.117813468
9192024-11-28T06:47:46.058Ztflt 0.199616574
9202024-11-28T06:47:46.058Zdflt 0.664287276
9212024-11-28T06:47:46.058Zkflt 0.000010597
9222024-11-28T06:47:46.058Zlock 7:50.852764976
9232024-11-28T06:47:46.058Zslp 14:39.993686717
9242024-11-28T06:47:46.058Zlat 7.274215619
9252024-11-28T06:47:46.058Zstop 7.403155801
9262024-11-28T06:47:46.058Z+ banner doctests
9272024-11-28T06:47:46.058Z
9282024-11-28T06:47:46.058Z ##### #### #### ##### ###### #### ##### ####
9292024-11-28T06:47:46.058Z # # # # # # # # # # #
9302024-11-28T06:47:46.058Z # # # # # # ##### #### # ####
9312024-11-28T06:47:46.058Z # # # # # # # # # #
9322024-11-28T06:47:46.058Z # # # # # # # # # # # # #
9332024-11-28T06:47:46.058Z ##### #### #### # ###### #### # ####
9342024-11-28T06:47:46.058Z
9352024-11-28T06:47:46.058Z+ ptime -m cargo test --doc
9362024-11-28T06:47:46.333Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
9372024-11-28T06:47:46.350Z Doc-tests cargo_nextest
9382024-11-28T06:47:46.811Z
9392024-11-28T06:47:46.811Zrunning 0 tests
9402024-11-28T06:47:46.811Z
9412024-11-28T06:47:46.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9422024-11-28T06:47:46.814Z
9432024-11-28T06:47:46.826Z Doc-tests fixture_data
9442024-11-28T06:47:46.882Z
9452024-11-28T06:47:46.882Zrunning 0 tests
9462024-11-28T06:47:46.882Z
9472024-11-28T06:47:46.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9482024-11-28T06:47:46.882Z
9492024-11-28T06:47:46.888Z Doc-tests nextest_filtering
9502024-11-28T06:47:47.104Z
9512024-11-28T06:47:47.104Zrunning 0 tests
9522024-11-28T06:47:47.104Z
9532024-11-28T06:47:47.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9542024-11-28T06:47:47.104Z
9552024-11-28T06:47:47.114Z Doc-tests nextest_metadata
9562024-11-28T06:47:47.271Z
9572024-11-28T06:47:47.271Zrunning 2 tests
9582024-11-28T06:47:47.835Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9592024-11-28T06:47:50.945Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9602024-11-28T06:47:50.945Z
9612024-11-28T06:47:50.948Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.67s
9622024-11-28T06:47:50.948Z
9632024-11-28T06:47:50.957Z Doc-tests nextest_runner
9642024-11-28T06:47:51.864Z
9652024-11-28T06:47:51.864Zrunning 0 tests
9662024-11-28T06:47:51.864Z
9672024-11-28T06:47:51.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9682024-11-28T06:47:51.864Z
9692024-11-28T06:47:51.887Z Doc-tests nextest_workspace_hack
9702024-11-28T06:47:51.929Z
9712024-11-28T06:47:51.929Zrunning 0 tests
9722024-11-28T06:47:51.929Z
9732024-11-28T06:47:51.929Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9742024-11-28T06:47:51.929Z
9752024-11-28T06:47:51.951Z
9762024-11-28T06:47:51.954Zreal 5.878796572
9772024-11-28T06:47:51.954Zuser 5.350110855
9782024-11-28T06:47:51.955Zsys 2.127798377
9792024-11-28T06:47:51.955Ztrap 0.002933976
9802024-11-28T06:47:51.955Ztflt 0.022191590
9812024-11-28T06:47:51.955Zdflt 0.025438695
9822024-11-28T06:47:51.955Zkflt 0.000000000
9832024-11-28T06:47:51.955Zlock 11.560562107
9842024-11-28T06:47:51.955Zslp 33.080861017
9852024-11-28T06:47:51.955Zlat 0.063895267
9862024-11-28T06:47:51.955Zstop 0.401754210
9872024-11-28T06:47:51.955Z+ banner local-nt
9882024-11-28T06:47:51.958Z
9892024-11-28T06:47:51.958Z # #### #### ## # # # #####
9902024-11-28T06:47:51.958Z # # # # # # # # ## # #
9912024-11-28T06:47:51.958Z # # # # # # # ##### # # # #
9922024-11-28T06:47:51.958Z # # # # ###### # # # # #
9932024-11-28T06:47:51.958Z # # # # # # # # # ## #
9942024-11-28T06:47:51.958Z ###### #### #### # # ###### # # #
9952024-11-28T06:47:51.958Z
9962024-11-28T06:47:51.958Z+ ptime -m cargo local-nt run --profile ci
9972024-11-28T06:47:52.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
9982024-11-28T06:47:52.238Z Running `target/debug/cargo-nextest nextest run --profile ci`
9992024-11-28T06:47:52.916Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
10002024-11-28T06:47:53.044Z------------
10012024-11-28T06:47:53.044Z Nextest run ID d4918820-dbca-4319-8d4c-aaaad3586d97 with nextest profile: ci
10022024-11-28T06:47:53.044Z Starting 279 tests across 12 binaries
10032024-11-28T06:47:53.085Z PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10042024-11-28T06:47:53.261Z PASS [ 0.217s] cargo-nextest dispatch::tests::test_argument_parsing
10052024-11-28T06:48:03.115Z PASS [ 10.063s] integration-tests::integration test_list_binaries_only
10062024-11-28T06:48:03.354Z PASS [ 10.296s] integration-tests::integration test_list_full
10072024-11-28T06:48:03.478Z PASS [ 10.410s] integration-tests::integration test_list_target_after_build
10082024-11-28T06:48:03.490Z PASS [ 10.426s] integration-tests::integration test_list_host_after_build
10092024-11-28T06:48:03.648Z PASS [ 10.593s] integration-tests::integration test_list_default
10102024-11-28T06:48:04.452Z PASS [ 11.391s] integration-tests::integration test_list_full_after_build
10112024-11-28T06:48:08.286Z PASS [ 15.022s] integration-tests::integration test_relocated_run
10122024-11-28T06:48:11.740Z PASS [ 8.248s] integration-tests::integration test_run_from_archive_with_missing_includes
10132024-11-28T06:48:14.971Z PASS [ 10.518s] integration-tests::integration test_run_no_tests
10142024-11-28T06:48:15.272Z PASS [ 22.183s] integration-tests::integration test_list_with_default_filter
10152024-11-28T06:48:15.323Z PASS [ 11.965s] integration-tests::integration test_run_after_build
10162024-11-28T06:48:15.357Z PASS [ 0.385s] integration-tests::integration test_setup_scripts_not_enabled
10172024-11-28T06:48:15.773Z PASS [ 0.450s] integration-tests::integration test_show_config_version
10182024-11-28T06:48:15.879Z PASS [ 12.399s] integration-tests::integration test_run_from_archive_with_includes
10192024-11-28T06:48:15.941Z PASS [ 0.059s] integration-tests::integration test_version_info
10202024-11-28T06:48:15.961Z PASS [ 4.220s] integration-tests::integration test_setup_script_error
10212024-11-28T06:48:15.987Z PASS [ 0.025s] nextest-filtering parsing::tests::test_complex_error
10222024-11-28T06:48:16.011Z PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_eof
10232024-11-28T06:48:16.038Z PASS [ 0.026s] nextest-filtering parsing::tests::test_expected_expr
10242024-11-28T06:48:16.063Z PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_and_operator
10252024-11-28T06:48:16.087Z PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes
10262024-11-28T06:48:16.113Z PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_glob
10272024-11-28T06:48:16.135Z PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator
10282024-11-28T06:48:16.157Z PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_platform
10292024-11-28T06:48:16.191Z PASS [ 0.031s] nextest-filtering parsing::tests::test_invalid_regex
10302024-11-28T06:48:16.211Z PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument
10312024-11-28T06:48:16.240Z PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_close_parentheses
10322024-11-28T06:48:16.300Z PASS [ 0.059s] nextest-filtering parsing::tests::test_missing_close_regex
10332024-11-28T06:48:16.330Z PASS [ 0.389s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10342024-11-28T06:48:16.357Z PASS [ 0.054s] nextest-filtering parsing::tests::test_missing_open_parentheses
10352024-11-28T06:48:16.376Z PASS [ 0.046s] nextest-filtering parsing::tests::test_missing_parentheses
10362024-11-28T06:48:16.402Z PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_comma
10372024-11-28T06:48:16.405Z PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_difference
10382024-11-28T06:48:16.441Z PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_expr_intersection
10392024-11-28T06:48:16.460Z PASS [ 0.050s] nextest-filtering parsing::tests::test_parse_expr_not
10402024-11-28T06:48:16.487Z PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_precedence
10412024-11-28T06:48:16.508Z PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_set
10422024-11-28T06:48:16.542Z PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_expr_union
10432024-11-28T06:48:16.566Z PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_glob_matcher
10442024-11-28T06:48:16.585Z PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_name_matcher
10452024-11-28T06:48:16.594Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10462024-11-28T06:48:16.618Z PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_set_def
10472024-11-28T06:48:16.623Z PASS [ 8.334s] integration-tests::integration test_run_with_default_filter
10482024-11-28T06:48:16.640Z PASS [ 0.054s] nextest-filtering parsing::tests::test_parse_regex
10492024-11-28T06:48:16.650Z PASS [ 0.023s] nextest-filtering parsing::tests::test_unexpected_comma
10502024-11-28T06:48:16.650Z PASS [ 0.031s] nextest-filtering parsing::tests::test_unexpected_argument
10512024-11-28T06:48:16.681Z PASS [ 0.031s] nextest-filtering::match test_binary_query
10522024-11-28T06:48:16.690Z PASS [ 0.029s] nextest-filtering::match test_expr_binary
10532024-11-28T06:48:16.711Z PASS [ 0.029s] nextest-filtering::match test_expr_binary_id_glob
10542024-11-28T06:48:16.719Z PASS [ 0.028s] nextest-filtering::match test_expr_deps
10552024-11-28T06:48:16.765Z PASS [ 0.054s] nextest-filtering::match test_expr_kind
10562024-11-28T06:48:16.775Z PASS [ 0.056s] nextest-filtering::match test_expr_kind_partial
10572024-11-28T06:48:16.798Z PASS [ 0.032s] nextest-filtering::match test_expr_package_contains
10582024-11-28T06:48:16.808Z PASS [ 0.032s] nextest-filtering::match test_expr_package_equal
10592024-11-28T06:48:16.814Z PASS [ 13.164s] integration-tests::integration test_run_from_archive_with_no_includes
10602024-11-28T06:48:16.826Z PASS [ 0.027s] nextest-filtering::match test_expr_package_regex
10612024-11-28T06:48:16.842Z PASS [ 0.033s] nextest-filtering::match test_expr_platform
10622024-11-28T06:48:16.856Z PASS [ 0.030s] nextest-filtering::match test_expr_test
10632024-11-28T06:48:16.860Z PASS [ 0.040s] nextest-filtering::match test_expr_rdeps
10642024-11-28T06:48:16.895Z PASS [ 0.053s] nextest-filtering::match test_expr_test_difference::with_and_not
10652024-11-28T06:48:16.912Z PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_ampersand
10662024-11-28T06:48:16.912Z PASS [ 0.055s] nextest-filtering::match test_expr_test_difference::with_minus
10672024-11-28T06:48:16.932Z PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_and
10682024-11-28T06:48:16.936Z PASS [ 0.292s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
10692024-11-28T06:48:16.964Z PASS [ 0.050s] nextest-filtering::match test_expr_test_not
10702024-11-28T06:48:16.964Z PASS [ 0.039s] nextest-filtering::match test_expr_test_union::with_or
10712024-11-28T06:48:16.982Z PASS [ 0.049s] nextest-filtering::match test_expr_test_union::with_pipe
10722024-11-28T06:48:16.997Z PASS [ 0.033s] nextest-filtering::match test_expr_with_no_matching_packages
10732024-11-28T06:48:16.997Z PASS [ 0.044s] nextest-filtering::match test_expr_test_union::with_plus
10742024-11-28T06:48:16.997Z PASS [ 0.022s] nextest-metadata test_list::tests::test_binary_id_ord
10752024-11-28T06:48:17.028Z PASS [ 0.030s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
10762024-11-28T06:48:17.028Z PASS [ 0.045s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
10772024-11-28T06:48:17.030Z PASS [ 0.025s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
10782024-11-28T06:48:17.056Z PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
10792024-11-28T06:48:17.056Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
10802024-11-28T06:48:17.070Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
10812024-11-28T06:48:17.075Z PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
10822024-11-28T06:48:17.151Z PASS [ 0.094s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
10832024-11-28T06:48:17.151Z PASS [ 0.080s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
10842024-11-28T06:48:17.151Z PASS [ 0.085s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
10852024-11-28T06:48:17.194Z PASS [ 0.118s] nextest-runner cargo_config::env::tests::test_env_var_precedence
10862024-11-28T06:48:17.194Z PASS [ 0.042s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
10872024-11-28T06:48:17.258Z PASS [ 0.092s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
10882024-11-28T06:48:17.745Z PASS [ 0.528s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
10892024-11-28T06:48:17.788Z PASS [ 0.610s] nextest-runner config::archive::tests::parse_invalid::absolute_path
10902024-11-28T06:48:17.923Z PASS [ 0.664s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
10912024-11-28T06:48:17.942Z PASS [ 0.747s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
10922024-11-28T06:48:18.255Z PASS [ 0.509s] nextest-runner config::archive::tests::parse_invalid::missing_list
10932024-11-28T06:48:18.420Z PASS [ 0.631s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
10942024-11-28T06:48:18.452Z PASS [ 0.032s] nextest-runner config::config_impl::tests::default_config_is_valid
10952024-11-28T06:48:18.520Z PASS [ 0.597s] nextest-runner config::archive::tests::parse_invalid::negative_depth
10962024-11-28T06:48:18.537Z PASS [ 0.595s] nextest-runner config::archive::tests::parse_invalid::parent_component
10972024-11-28T06:48:18.544Z PASS [ 0.024s] nextest-runner config::helpers::tests::test_deserialize_relative_path
10982024-11-28T06:48:18.576Z PASS [ 0.036s] nextest-runner config::identifier::tests::test_invalid
10992024-11-28T06:48:18.602Z PASS [ 0.058s] nextest-runner config::identifier::tests::test_valid
11002024-11-28T06:48:18.618Z PASS [ 0.037s] nextest-runner config::nextest_version::tests::test_accumulate
11012024-11-28T06:48:18.625Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11022024-11-28T06:48:18.641Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11032024-11-28T06:48:18.650Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11042024-11-28T06:48:18.665Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11052024-11-28T06:48:18.707Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11062024-11-28T06:48:18.710Z PASS [ 0.056s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11072024-11-28T06:48:18.710Z PASS [ 0.452s] nextest-runner config::archive::tests::parse_valid
11082024-11-28T06:48:18.750Z PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11092024-11-28T06:48:18.752Z PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11102024-11-28T06:48:18.844Z PASS [ 0.391s] nextest-runner config::config_impl::tests::ignored_keys
11112024-11-28T06:48:19.049Z PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11122024-11-28T06:48:19.106Z PASS [ 0.356s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11132024-11-28T06:48:19.140Z PASS [ 0.331s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11142024-11-28T06:48:19.172Z PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11152024-11-28T06:48:19.211Z PASS [ 3.853s] integration-tests::integration test_target_arg
11162024-11-28T06:48:19.363Z PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11172024-11-28T06:48:19.411Z PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11182024-11-28T06:48:19.436Z PASS [ 0.297s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11192024-11-28T06:48:19.457Z PASS [ 0.284s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11202024-11-28T06:48:19.518Z PASS [ 0.307s] nextest-runner config::overrides::tests::test_overrides_basic
11212024-11-28T06:48:19.652Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11222024-11-28T06:48:19.712Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11232024-11-28T06:48:19.718Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11242024-11-28T06:48:19.764Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11252024-11-28T06:48:19.806Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11262024-11-28T06:48:19.952Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11272024-11-28T06:48:20.007Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11282024-11-28T06:48:20.013Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11292024-11-28T06:48:20.046Z PASS [ 0.282s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11302024-11-28T06:48:20.099Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11312024-11-28T06:48:20.240Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11322024-11-28T06:48:20.290Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11332024-11-28T06:48:20.319Z PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11342024-11-28T06:48:20.356Z PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11352024-11-28T06:48:20.392Z PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11362024-11-28T06:48:20.528Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11372024-11-28T06:48:20.570Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11382024-11-28T06:48:20.630Z PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11392024-11-28T06:48:20.632Z PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11402024-11-28T06:48:20.685Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11412024-11-28T06:48:20.846Z PASS [ 0.317s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11422024-11-28T06:48:20.862Z PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11432024-11-28T06:48:20.932Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_valid
11442024-11-28T06:48:20.939Z PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11452024-11-28T06:48:20.986Z PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11462024-11-28T06:48:21.175Z PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11472024-11-28T06:48:21.181Z PASS [ 0.334s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11482024-11-28T06:48:21.225Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11492024-11-28T06:48:21.244Z PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11502024-11-28T06:48:21.292Z PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11512024-11-28T06:48:21.470Z PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
11522024-11-28T06:48:21.486Z PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
11532024-11-28T06:48:21.522Z PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
11542024-11-28T06:48:21.544Z PASS [ 5.768s] integration-tests::integration test_target_dir
11552024-11-28T06:48:21.557Z PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
11562024-11-28T06:48:21.583Z PASS [ 0.291s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
11572024-11-28T06:48:21.752Z PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
11582024-11-28T06:48:21.775Z PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
11592024-11-28T06:48:21.798Z PASS [ 0.275s] nextest-runner config::scripts::tests::test_scripts_basic
11602024-11-28T06:48:21.817Z PASS [ 0.273s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
11612024-11-28T06:48:21.832Z PASS [ 0.275s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
11622024-11-28T06:48:21.860Z PASS [ 0.276s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
11632024-11-28T06:48:22.043Z PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
11642024-11-28T06:48:22.061Z PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
11652024-11-28T06:48:22.075Z PASS [ 0.277s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
11662024-11-28T06:48:22.080Z PASS [ 6.808s] integration-tests::integration test_show_config_test_groups
11672024-11-28T06:48:22.102Z PASS [ 0.285s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
11682024-11-28T06:48:22.113Z PASS [ 0.280s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
11692024-11-28T06:48:22.133Z PASS [ 0.272s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
11702024-11-28T06:48:22.304Z PASS [ 0.261s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
11712024-11-28T06:48:22.319Z PASS [ 0.257s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
11722024-11-28T06:48:22.329Z PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
11732024-11-28T06:48:22.334Z PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
11742024-11-28T06:48:22.362Z PASS [ 0.249s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
11752024-11-28T06:48:22.367Z PASS [ 0.265s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
11762024-11-28T06:48:22.398Z PASS [ 0.264s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
11772024-11-28T06:48:22.576Z PASS [ 0.271s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
11782024-11-28T06:48:22.595Z PASS [ 0.266s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
11792024-11-28T06:48:22.598Z PASS [ 0.261s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
11802024-11-28T06:48:22.605Z PASS [ 0.285s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
11812024-11-28T06:48:22.636Z PASS [ 0.273s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
11822024-11-28T06:48:22.641Z PASS [ 0.273s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
11832024-11-28T06:48:22.670Z PASS [ 0.272s] nextest-runner config::test_threads::tests::parse_test_threads::negative
11842024-11-28T06:48:22.872Z PASS [ 0.296s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
11852024-11-28T06:48:22.885Z PASS [ 0.284s] nextest-runner config::test_threads::tests::parse_test_threads::zero
11862024-11-28T06:48:22.890Z PASS [ 0.286s] nextest-runner config::threads_required::tests::parse_threads_required::negative
11872024-11-28T06:48:22.902Z PASS [ 0.306s] nextest-runner config::test_threads::tests::parse_test_threads::positive
11882024-11-28T06:48:22.920Z PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file
11892024-11-28T06:48:22.930Z PASS [ 0.294s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
11902024-11-28T06:48:22.932Z PASS [ 0.288s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
11912024-11-28T06:48:22.951Z PASS [ 0.020s] nextest-runner list::binary_list::tests::test_parse_binary_list
11922024-11-28T06:48:22.959Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
11932024-11-28T06:48:22.971Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
11942024-11-28T06:48:22.978Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
11952024-11-28T06:48:22.995Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
11962024-11-28T06:48:23.001Z PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
11972024-11-28T06:48:23.015Z PASS [ 0.344s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
11982024-11-28T06:48:23.020Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
11992024-11-28T06:48:23.028Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12002024-11-28T06:48:23.034Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12012024-11-28T06:48:23.041Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12022024-11-28T06:48:23.048Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12032024-11-28T06:48:23.273Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12042024-11-28T06:48:23.278Z PASS [ 0.022s] nextest-runner list::test_list::tests::test_parse_test_list
12052024-11-28T06:48:23.278Z PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str
12062024-11-28T06:48:23.278Z PASS [ 0.018s] nextest-runner platform::tests::test_from_rustc_output_invalid
12072024-11-28T06:48:23.278Z PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12082024-11-28T06:48:23.278Z PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12092024-11-28T06:48:23.278Z PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12102024-11-28T06:48:23.278Z PASS [ 0.019s] nextest-runner redact::tests::test_redact_path
12112024-11-28T06:48:23.278Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::no_capture_settings
12122024-11-28T06:48:23.278Z PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12132024-11-28T06:48:23.278Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12142024-11-28T06:48:23.278Z PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12152024-11-28T06:48:23.278Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12162024-11-28T06:48:23.278Z PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12172024-11-28T06:48:23.278Z PASS [ 0.293s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12182024-11-28T06:48:23.278Z PASS [ 0.295s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12192024-11-28T06:48:23.278Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12202024-11-28T06:48:23.278Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12212024-11-28T06:48:23.278Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12222024-11-28T06:48:23.278Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_final_warnings
12232024-11-28T06:48:23.278Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12242024-11-28T06:48:23.278Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12252024-11-28T06:48:23.278Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12262024-11-28T06:48:23.278Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12272024-11-28T06:48:23.278Z PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12282024-11-28T06:48:23.278Z PASS [ 0.311s] nextest-runner config::tool_config::tests::tool_config_basic
12292024-11-28T06:48:23.278Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
12302024-11-28T06:48:23.278Z PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
12312024-11-28T06:48:23.278Z PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
12322024-11-28T06:48:23.278Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_highlight_end
12332024-11-28T06:48:23.278Z PASS [ 0.056s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12342024-11-28T06:48:23.278Z PASS [ 0.022s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12352024-11-28T06:48:23.278Z PASS [ 0.019s] nextest-runner reuse_build::tests::test_path_mapper_relative
12362024-11-28T06:48:23.290Z PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output
12372024-11-28T06:48:23.294Z PASS [ 0.022s] nextest-runner runner::tests::test_is_success
12382024-11-28T06:48:23.297Z PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12392024-11-28T06:48:23.297Z PASS [ 0.030s] nextest-runner runner::tests::no_capture_settings
12402024-11-28T06:48:23.305Z PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12412024-11-28T06:48:23.308Z PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
12422024-11-28T06:48:23.313Z PASS [ 0.024s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12432024-11-28T06:48:23.324Z PASS [ 0.017s] nextest-runner test_command::tests::parse_build_script
12442024-11-28T06:48:23.329Z PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples
12452024-11-28T06:48:23.332Z PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config
12462024-11-28T06:48:23.337Z PASS [ 0.024s] nextest-runner test_filter::tests::pattern_examples
12472024-11-28T06:48:23.394Z PASS [ 0.098s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
12482024-11-28T06:48:23.421Z PASS [ 0.027s] nextest-runner test_filter::tests::skip_only_pattern_examples
12492024-11-28T06:48:23.434Z PASS [ 0.135s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
12502024-11-28T06:48:23.470Z PASS [ 0.145s] nextest-runner test_filter::tests::proptest_empty
12512024-11-28T06:48:23.579Z PASS [ 0.303s] nextest-runner rustc_cli::tests::test_execute_with_failure
12522024-11-28T06:48:23.585Z PASS [ 0.251s] nextest-runner test_filter::tests::proptest_no_match
12532024-11-28T06:48:24.009Z PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause
12542024-11-28T06:48:24.045Z PASS [ 0.715s] nextest-runner test_filter::tests::proptest_exact
12552024-11-28T06:48:24.397Z PASS [ 1.059s] nextest-runner test_filter::tests::proptest_substring
12562024-11-28T06:48:24.948Z PASS [ 1.526s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
12572024-11-28T06:48:25.487Z PASS [ 1.901s] nextest-runner::integration basic::test_list_binaries
12582024-11-28T06:48:25.751Z PASS [ 1.747s] nextest-runner::integration basic::test_list_tests
12592024-11-28T06:48:25.757Z PASS [ 2.286s] nextest-runner::integration basic::test_filter_expr_with_string_filters
12602024-11-28T06:48:25.776Z PASS [ 2.196s] nextest-runner::integration basic::test_filter_expr_without_string_filters
12612024-11-28T06:48:25.801Z PASS [ 0.025s] nextest-runner::integration target_runner::disregards_non_matching
12622024-11-28T06:48:25.846Z PASS [ 0.359s] nextest-runner::integration basic::test_run_ignored
12632024-11-28T06:48:25.870Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg
12642024-11-28T06:48:25.894Z PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact
12652024-11-28T06:48:25.919Z PASS [ 22.800s] integration-tests::integration test_run
12662024-11-28T06:48:26.032Z PASS [ 0.281s] nextest-runner::integration basic::test_string_filters_without_filter_expr
12672024-11-28T06:48:26.076Z PASS [ 0.274s] nextest-runner::integration target_runner::falls_back_to_cargo_config
12682024-11-28T06:48:26.100Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env
12692024-11-28T06:48:26.127Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli
12702024-11-28T06:48:26.153Z PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
12712024-11-28T06:48:26.177Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
12722024-11-28T06:48:26.201Z PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env
12732024-11-28T06:48:26.225Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
12742024-11-28T06:48:26.248Z PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option
12752024-11-28T06:48:26.292Z PASS [ 0.398s] nextest-runner::integration target_runner::parses_cargo_env
12762024-11-28T06:48:26.422Z PASS [ 0.491s] nextest-runner::integration target_runner::test_listing_with_target_runner
12772024-11-28T06:48:27.078Z PASS [ 2.129s] nextest-runner::integration basic::test_run
12782024-11-28T06:48:27.460Z PASS [ 1.428s] nextest-runner::integration target_runner::test_run_with_target_runner
12792024-11-28T06:48:28.051Z PASS [ 2.293s] nextest-runner::integration basic::test_termination
12802024-11-28T06:48:29.187Z PASS [ 5.141s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
12812024-11-28T06:48:29.197Z PASS [ 4.799s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
12822024-11-28T06:48:29.199Z------------
12832024-11-28T06:48:29.199Z Summary [ 36.149s] 279 tests run: 279 passed, 0 skipped
12842024-11-28T06:48:29.226Z
12852024-11-28T06:48:29.228Zreal 37.260562113
12862024-11-28T06:48:29.228Zuser 2:22.218791013
12872024-11-28T06:48:29.228Zsys 1:42.648524977
12882024-11-28T06:48:29.228Ztrap 0.389592689
12892024-11-28T06:48:29.228Ztflt 0.739731013
12902024-11-28T06:48:29.228Zdflt 1.305821939
12912024-11-28T06:48:29.228Zkflt 0.005632546
12922024-11-28T06:48:29.228Zlock 32:43.064183097
12932024-11-28T06:48:29.228Zslp 55:25.868935251
12942024-11-28T06:48:29.228Zlat 13:38.505751424
12952024-11-28T06:48:29.228Zstop 5:20.250909487
12962024-11-28T06:48:29.228Z+ banner release
12972024-11-28T06:48:29.231Z
12982024-11-28T06:48:29.231Z ##### ###### # ###### ## #### ######
12992024-11-28T06:48:29.231Z # # # # # # # # #
13002024-11-28T06:48:29.231Z # # ##### # ##### # # #### #####
13012024-11-28T06:48:29.231Z ##### # # # ###### # #
13022024-11-28T06:48:29.231Z # # # # # # # # # #
13032024-11-28T06:48:29.231Z # # ###### ###### ###### # # #### ######
13042024-11-28T06:48:29.231Z
13052024-11-28T06:48:29.231Z+ ptime -m cargo nextest run --profile ci
13062024-11-28T06:48:29.890Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
13072024-11-28T06:48:29.999Z------------
13082024-11-28T06:48:29.999Z Nextest run ID 1e7384f2-146c-437c-a9b6-b09c8a78515a with nextest profile: ci
13092024-11-28T06:48:29.999Z Starting 279 tests across 12 binaries
13102024-11-28T06:48:30.042Z PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13112024-11-28T06:48:30.216Z PASS [ 0.211s] cargo-nextest dispatch::tests::test_argument_parsing
13122024-11-28T06:48:40.116Z PASS [ 10.106s] integration-tests::integration test_list_binaries_only
13132024-11-28T06:48:40.168Z PASS [ 10.146s] integration-tests::integration test_list_host_after_build
13142024-11-28T06:48:40.282Z PASS [ 10.269s] integration-tests::integration test_list_default
13152024-11-28T06:48:40.424Z PASS [ 10.408s] integration-tests::integration test_list_full
13162024-11-28T06:48:40.479Z PASS [ 10.453s] integration-tests::integration test_list_target_after_build
13172024-11-28T06:48:41.182Z PASS [ 11.162s] integration-tests::integration test_list_full_after_build
13182024-11-28T06:48:44.822Z PASS [ 14.602s] integration-tests::integration test_relocated_run
13192024-11-28T06:48:49.678Z PASS [ 9.252s] integration-tests::integration test_run_from_archive_with_missing_includes
13202024-11-28T06:48:51.026Z PASS [ 9.843s] integration-tests::integration test_run_no_tests
13212024-11-28T06:48:51.391Z PASS [ 0.364s] integration-tests::integration test_setup_scripts_not_enabled
13222024-11-28T06:48:52.095Z PASS [ 11.808s] integration-tests::integration test_run_from_archive_with_includes
13232024-11-28T06:48:52.150Z PASS [ 11.980s] integration-tests::integration test_run_after_build
13242024-11-28T06:48:52.162Z PASS [ 22.121s] integration-tests::integration test_list_with_default_filter
13252024-11-28T06:48:52.677Z PASS [ 0.584s] integration-tests::integration test_show_config_version
13262024-11-28T06:48:52.739Z PASS [ 0.056s] integration-tests::integration test_version_info
13272024-11-28T06:48:52.763Z PASS [ 7.943s] integration-tests::integration test_run_with_default_filter
13282024-11-28T06:48:52.782Z PASS [ 0.017s] nextest-filtering parsing::tests::test_complex_error
13292024-11-28T06:48:52.810Z PASS [ 0.016s] nextest-filtering parsing::tests::test_expected_eof
13302024-11-28T06:48:52.822Z PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_expr
13312024-11-28T06:48:52.847Z PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_and_operator
13322024-11-28T06:48:52.863Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_escapes
13332024-11-28T06:48:52.895Z PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_glob
13342024-11-28T06:48:52.936Z PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_or_operator
13352024-11-28T06:48:52.987Z PASS [ 12.461s] integration-tests::integration test_run_from_archive_with_no_includes
13362024-11-28T06:48:53.068Z PASS [ 0.082s] nextest-filtering parsing::tests::test_invalid_platform
13372024-11-28T06:48:53.069Z PASS [ 0.051s] nextest-filtering parsing::tests::test_invalid_regex
13382024-11-28T06:48:53.152Z PASS [ 0.081s] nextest-filtering parsing::tests::test_missing_argument
13392024-11-28T06:48:53.152Z PASS [ 0.075s] nextest-filtering parsing::tests::test_missing_close_parentheses
13402024-11-28T06:48:53.289Z PASS [ 0.084s] nextest-filtering parsing::tests::test_missing_close_regex
13412024-11-28T06:48:53.289Z PASS [ 0.086s] nextest-filtering parsing::tests::test_missing_open_parentheses
13422024-11-28T06:48:53.289Z PASS [ 0.060s] nextest-filtering parsing::tests::test_missing_parentheses
13432024-11-28T06:48:53.289Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_comma
13442024-11-28T06:48:53.292Z PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_difference
13452024-11-28T06:48:53.292Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_intersection
13462024-11-28T06:48:53.292Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_not
13472024-11-28T06:48:53.322Z PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_set
13482024-11-28T06:48:53.322Z PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_precedence
13492024-11-28T06:48:53.323Z PASS [ 3.622s] integration-tests::integration test_setup_script_error
13502024-11-28T06:48:53.941Z PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_union
13512024-11-28T06:48:53.941Z PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_glob_matcher
13522024-11-28T06:48:53.941Z PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_name_matcher
13532024-11-28T06:48:53.941Z PASS [ 0.616s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13542024-11-28T06:48:53.944Z PASS [ 0.149s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
13552024-11-28T06:48:53.944Z PASS [ 0.129s] nextest-filtering parsing::tests::test_parse_regex
13562024-11-28T06:48:53.944Z PASS [ 0.091s] nextest-filtering parsing::tests::test_parse_set_def
13572024-11-28T06:48:53.944Z PASS [ 0.046s] nextest-filtering parsing::tests::test_unexpected_argument
13582024-11-28T06:48:53.944Z PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_comma
13592024-11-28T06:48:53.944Z PASS [ 0.219s] nextest-filtering::match test_expr_binary_id_glob
13602024-11-28T06:48:53.944Z PASS [ 0.228s] nextest-filtering::match test_expr_binary
13612024-11-28T06:48:53.944Z PASS [ 0.233s] nextest-filtering::match test_binary_query
13622024-11-28T06:48:53.944Z PASS [ 0.142s] nextest-filtering::match test_expr_deps
13632024-11-28T06:48:53.944Z PASS [ 0.041s] nextest-filtering::match test_expr_kind_partial
13642024-11-28T06:48:53.944Z PASS [ 0.152s] nextest-filtering::match test_expr_kind
13652024-11-28T06:48:53.944Z PASS [ 0.036s] nextest-filtering::match test_expr_package_contains
13662024-11-28T06:48:53.944Z PASS [ 0.023s] nextest-filtering::match test_expr_package_regex
13672024-11-28T06:48:53.959Z PASS [ 0.026s] nextest-filtering::match test_expr_rdeps
13682024-11-28T06:48:53.969Z PASS [ 0.075s] nextest-filtering::match test_expr_package_equal
13692024-11-28T06:48:53.979Z PASS [ 0.051s] nextest-filtering::match test_expr_platform
13702024-11-28T06:48:53.995Z PASS [ 0.025s] nextest-filtering::match test_expr_test
13712024-11-28T06:48:53.998Z PASS [ 0.495s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
13722024-11-28T06:48:53.998Z PASS [ 0.026s] nextest-filtering::match test_expr_test_difference::with_minus
13732024-11-28T06:48:54.388Z PASS [ 0.036s] nextest-filtering::match test_expr_test_difference::with_and_not
13742024-11-28T06:48:54.388Z PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_ampersand
13752024-11-28T06:48:54.388Z PASS [ 0.021s] nextest-filtering::match test_expr_test_intersect::with_and
13762024-11-28T06:48:54.391Z PASS [ 0.029s] nextest-filtering::match test_expr_test_not
13772024-11-28T06:48:54.391Z PASS [ 0.025s] nextest-filtering::match test_expr_test_union::with_or
13782024-11-28T06:48:54.391Z PASS [ 0.071s] nextest-filtering::match test_expr_test_union::with_plus
13792024-11-28T06:48:54.391Z PASS [ 0.078s] nextest-filtering::match test_expr_test_union::with_pipe
13802024-11-28T06:48:54.391Z PASS [ 0.061s] nextest-filtering::match test_expr_with_no_matching_packages
13812024-11-28T06:48:54.391Z PASS [ 0.108s] nextest-metadata test_list::tests::test_binary_id_ord
13822024-11-28T06:48:54.391Z PASS [ 0.086s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
13832024-11-28T06:48:54.391Z PASS [ 0.087s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
13842024-11-28T06:48:54.391Z PASS [ 0.108s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
13852024-11-28T06:48:54.391Z PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
13862024-11-28T06:48:54.391Z PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
13872024-11-28T06:48:54.391Z PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
13882024-11-28T06:48:54.392Z PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
13892024-11-28T06:48:54.392Z PASS [ 0.042s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
13902024-11-28T06:48:54.392Z PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
13912024-11-28T06:48:54.392Z PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
13922024-11-28T06:48:54.392Z PASS [ 0.027s] nextest-runner cargo_config::env::tests::test_env_var_precedence
13932024-11-28T06:48:54.392Z PASS [ 0.020s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
13942024-11-28T06:48:54.392Z PASS [ 0.035s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
13952024-11-28T06:48:54.722Z PASS [ 0.391s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
13962024-11-28T06:48:54.737Z PASS [ 0.411s] nextest-runner config::archive::tests::parse_invalid::absolute_path
13972024-11-28T06:48:54.822Z PASS [ 0.482s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
13982024-11-28T06:48:54.822Z PASS [ 0.497s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
13992024-11-28T06:48:55.126Z PASS [ 0.396s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14002024-11-28T06:48:55.129Z PASS [ 0.408s] nextest-runner config::archive::tests::parse_invalid::missing_list
14012024-11-28T06:48:55.148Z PASS [ 0.018s] nextest-runner config::config_impl::tests::default_config_is_valid
14022024-11-28T06:48:55.171Z PASS [ 0.353s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14032024-11-28T06:48:55.186Z PASS [ 0.015s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14042024-11-28T06:48:55.201Z PASS [ 0.016s] nextest-runner config::identifier::tests::test_invalid
14052024-11-28T06:48:55.216Z PASS [ 0.015s] nextest-runner config::identifier::tests::test_valid
14062024-11-28T06:48:55.236Z PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_accumulate
14072024-11-28T06:48:55.249Z PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14082024-11-28T06:48:55.253Z PASS [ 0.432s] nextest-runner config::archive::tests::parse_invalid::parent_component
14092024-11-28T06:48:55.263Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14102024-11-28T06:48:55.271Z PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14112024-11-28T06:48:55.291Z PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14122024-11-28T06:48:55.294Z PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14132024-11-28T06:48:55.298Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14142024-11-28T06:48:55.302Z PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14152024-11-28T06:48:55.313Z PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14162024-11-28T06:48:55.411Z PASS [ 0.287s] nextest-runner config::archive::tests::parse_valid
14172024-11-28T06:48:55.500Z PASS [ 0.331s] nextest-runner config::config_impl::tests::ignored_keys
14182024-11-28T06:48:55.582Z PASS [ 0.279s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14192024-11-28T06:48:55.611Z PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14202024-11-28T06:48:55.734Z PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14212024-11-28T06:48:55.800Z PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14222024-11-28T06:48:55.869Z PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14232024-11-28T06:48:55.895Z PASS [ 3.743s] integration-tests::integration test_target_arg
14242024-11-28T06:48:55.955Z PASS [ 0.342s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14252024-11-28T06:48:56.021Z PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14262024-11-28T06:48:56.092Z PASS [ 0.292s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14272024-11-28T06:48:56.185Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14282024-11-28T06:48:56.199Z PASS [ 0.329s] nextest-runner config::overrides::tests::test_overrides_basic
14292024-11-28T06:48:56.238Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14302024-11-28T06:48:56.314Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14312024-11-28T06:48:56.381Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14322024-11-28T06:48:56.461Z PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14332024-11-28T06:48:56.492Z PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14342024-11-28T06:48:56.560Z PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14352024-11-28T06:48:56.601Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14362024-11-28T06:48:56.672Z PASS [ 0.293s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
14372024-11-28T06:48:56.752Z PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
14382024-11-28T06:48:56.765Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
14392024-11-28T06:48:56.836Z PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
14402024-11-28T06:48:56.870Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
14412024-11-28T06:48:56.936Z PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
14422024-11-28T06:48:57.034Z PASS [ 0.269s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
14432024-11-28T06:48:57.043Z PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
14442024-11-28T06:48:57.130Z PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
14452024-11-28T06:48:57.144Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
14462024-11-28T06:48:57.199Z PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
14472024-11-28T06:48:57.292Z PASS [ 0.253s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
14482024-11-28T06:48:57.297Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
14492024-11-28T06:48:57.403Z PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
14502024-11-28T06:48:57.415Z PASS [ 0.277s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
14512024-11-28T06:48:57.479Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_valid
14522024-11-28T06:48:57.582Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
14532024-11-28T06:48:57.589Z PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
14542024-11-28T06:48:57.687Z PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
14552024-11-28T06:48:57.691Z PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
14562024-11-28T06:48:57.737Z PASS [ 5.573s] integration-tests::integration test_target_dir
14572024-11-28T06:48:57.791Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
14582024-11-28T06:48:57.876Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
14592024-11-28T06:48:57.899Z PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
14602024-11-28T06:48:57.967Z PASS [ 0.280s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
14612024-11-28T06:48:57.988Z PASS [ 0.287s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
14622024-11-28T06:48:58.097Z PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
14632024-11-28T06:48:58.101Z PASS [ 0.365s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
14642024-11-28T06:48:58.199Z PASS [ 0.333s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
14652024-11-28T06:48:58.212Z PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
14662024-11-28T06:48:58.299Z PASS [ 0.333s] nextest-runner config::scripts::tests::test_scripts_basic
14672024-11-28T06:48:58.307Z PASS [ 6.917s] integration-tests::integration test_show_config_test_groups
14682024-11-28T06:48:58.313Z PASS [ 0.336s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
14692024-11-28T06:48:58.380Z PASS [ 0.278s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
14702024-11-28T06:48:58.391Z PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
14712024-11-28T06:48:58.474Z PASS [ 0.273s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
14722024-11-28T06:48:58.515Z PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
14732024-11-28T06:48:58.585Z PASS [ 0.270s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
14742024-11-28T06:48:58.594Z PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
14752024-11-28T06:48:58.596Z PASS [ 0.281s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
14762024-11-28T06:48:58.649Z PASS [ 0.269s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
14772024-11-28T06:48:58.669Z PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
14782024-11-28T06:48:58.746Z PASS [ 0.274s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
14792024-11-28T06:48:58.788Z PASS [ 0.277s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
14802024-11-28T06:48:58.839Z PASS [ 0.243s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
14812024-11-28T06:48:58.839Z PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
14822024-11-28T06:48:58.842Z PASS [ 0.255s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
14832024-11-28T06:48:58.907Z PASS [ 0.258s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
14842024-11-28T06:48:58.933Z PASS [ 0.264s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
14852024-11-28T06:48:59.006Z PASS [ 0.259s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
14862024-11-28T06:48:59.044Z PASS [ 0.255s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
14872024-11-28T06:48:59.093Z PASS [ 0.253s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
14882024-11-28T06:48:59.100Z PASS [ 0.253s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
14892024-11-28T06:48:59.100Z PASS [ 0.262s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
14902024-11-28T06:48:59.162Z PASS [ 0.255s] nextest-runner config::test_threads::tests::parse_test_threads::negative
14912024-11-28T06:48:59.194Z PASS [ 0.260s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
14922024-11-28T06:48:59.254Z PASS [ 0.249s] nextest-runner config::test_threads::tests::parse_test_threads::positive
14932024-11-28T06:48:59.304Z PASS [ 0.260s] nextest-runner config::test_threads::tests::parse_test_threads::zero
14942024-11-28T06:48:59.343Z PASS [ 0.250s] nextest-runner config::threads_required::tests::parse_threads_required::negative
14952024-11-28T06:48:59.350Z PASS [ 0.250s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
14962024-11-28T06:48:59.351Z PASS [ 0.246s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
14972024-11-28T06:48:59.357Z PASS [ 0.015s] nextest-runner config::tool_config::tests::parse_tool_config_file
14982024-11-28T06:48:59.365Z PASS [ 0.014s] nextest-runner list::binary_list::tests::test_parse_binary_list
14992024-11-28T06:48:59.370Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15002024-11-28T06:48:59.380Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15012024-11-28T06:48:59.384Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15022024-11-28T06:48:59.394Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15032024-11-28T06:48:59.398Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15042024-11-28T06:48:59.409Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15052024-11-28T06:48:59.413Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15062024-11-28T06:48:59.423Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15072024-11-28T06:48:59.430Z PASS [ 0.265s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15082024-11-28T06:48:59.433Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15092024-11-28T06:48:59.436Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15102024-11-28T06:48:59.440Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15112024-11-28T06:48:59.447Z PASS [ 0.017s] nextest-runner list::test_list::tests::test_parse_test_list
15122024-11-28T06:48:59.453Z PASS [ 0.015s] nextest-runner partition::tests::partitioner_builder_from_str
15132024-11-28T06:48:59.453Z PASS [ 0.258s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15142024-11-28T06:48:59.457Z PASS [ 0.017s] nextest-runner platform::tests::test_from_rustc_output_invalid
15152024-11-28T06:48:59.472Z PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15162024-11-28T06:48:59.475Z PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15172024-11-28T06:48:59.475Z PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15182024-11-28T06:48:59.475Z PASS [ 0.015s] nextest-runner redact::tests::test_redact_path
15192024-11-28T06:48:59.478Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::no_capture_settings
15202024-11-28T06:48:59.495Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15212024-11-28T06:48:59.502Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15222024-11-28T06:48:59.511Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15232024-11-28T06:48:59.518Z PASS [ 0.263s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15242024-11-28T06:48:59.521Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15252024-11-28T06:48:59.524Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15262024-11-28T06:48:59.530Z PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15272024-11-28T06:48:59.536Z PASS [ 0.026s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15282024-11-28T06:48:59.541Z PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_final_warnings
15292024-11-28T06:48:59.546Z PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15302024-11-28T06:48:59.551Z PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15312024-11-28T06:48:59.559Z PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
15322024-11-28T06:48:59.559Z PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
15332024-11-28T06:48:59.564Z PASS [ 0.015s] nextest-runner reporter::helpers::tests::test_heuristic_error_str
15342024-11-28T06:48:59.569Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15352024-11-28T06:48:59.572Z PASS [ 0.014s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic
15362024-11-28T06:48:59.579Z PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message
15372024-11-28T06:48:59.581Z PASS [ 0.273s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15382024-11-28T06:48:59.584Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end
15392024-11-28T06:48:59.596Z PASS [ 0.013s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
15402024-11-28T06:48:59.601Z PASS [ 0.054s] nextest-runner reporter::displayer::tests::test_write_skip_counts
15412024-11-28T06:48:59.611Z PASS [ 0.014s] nextest-runner reuse_build::tests::test_path_mapper_relative
15422024-11-28T06:48:59.620Z PASS [ 0.020s] nextest-runner runner::tests::no_capture_settings
15432024-11-28T06:48:59.627Z PASS [ 0.014s] nextest-runner runner::tests::test_is_success
15442024-11-28T06:48:59.627Z PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output
15452024-11-28T06:48:59.634Z PASS [ 0.055s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail
15462024-11-28T06:48:59.634Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
15472024-11-28T06:48:59.638Z PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
15482024-11-28T06:48:59.648Z PASS [ 0.295s] nextest-runner config::tool_config::tests::tool_config_basic
15492024-11-28T06:48:59.648Z PASS [ 0.018s] nextest-runner rustc_cli::tests::test_fail_to_spawn
15502024-11-28T06:48:59.663Z PASS [ 0.014s] nextest-runner test_command::tests::parse_build_script
15512024-11-28T06:48:59.663Z PASS [ 0.013s] nextest-runner test_filter::tests::empty_pattern_examples
15522024-11-28T06:48:59.663Z PASS [ 0.020s] nextest-runner target_runner::tests::test_find_config
15532024-11-28T06:48:59.663Z PASS [ 0.016s] nextest-runner test_filter::tests::pattern_examples
15542024-11-28T06:48:59.723Z PASS [ 0.095s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
15552024-11-28T06:48:59.738Z PASS [ 0.015s] nextest-runner test_filter::tests::skip_only_pattern_examples
15562024-11-28T06:48:59.751Z PASS [ 0.120s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
15572024-11-28T06:48:59.775Z PASS [ 0.123s] nextest-runner test_filter::tests::proptest_empty
15582024-11-28T06:48:59.890Z PASS [ 0.229s] nextest-runner test_filter::tests::proptest_no_match
15592024-11-28T06:48:59.900Z PASS [ 0.279s] nextest-runner rustc_cli::tests::test_execute_with_failure
15602024-11-28T06:48:59.988Z PASS [ 0.087s] nextest-runner::integration basic::test_list_binaries
15612024-11-28T06:49:00.020Z PASS [ 0.245s] nextest-runner::integration basic::test_filter_expr_with_string_filters
15622024-11-28T06:49:00.088Z PASS [ 0.200s] nextest-runner::integration basic::test_filter_expr_without_string_filters
15632024-11-28T06:49:00.185Z PASS [ 0.198s] nextest-runner::integration basic::test_list_tests
15642024-11-28T06:49:00.317Z PASS [ 0.563s] nextest-runner time::stopwatch::tests::stopwatch_pause
15652024-11-28T06:49:00.377Z PASS [ 0.721s] nextest-runner test_filter::tests::proptest_exact
15662024-11-28T06:49:00.569Z PASS [ 0.897s] nextest-runner test_filter::tests::proptest_substring
15672024-11-28T06:49:00.661Z PASS [ 0.346s] nextest-runner::integration basic::test_run_ignored
15682024-11-28T06:49:00.687Z PASS [ 0.019s] nextest-runner::integration target_runner::disregards_non_matching
15692024-11-28T06:49:00.692Z PASS [ 0.314s] nextest-runner::integration basic::test_string_filters_without_filter_expr
15702024-11-28T06:49:00.711Z PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_cfg
15712024-11-28T06:49:00.729Z PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact
15722024-11-28T06:49:00.925Z PASS [ 0.245s] nextest-runner::integration target_runner::falls_back_to_cargo_config
15732024-11-28T06:49:01.045Z PASS [ 0.315s] nextest-runner::integration target_runner::parses_cargo_env
15742024-11-28T06:49:01.257Z PASS [ 1.518s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
15752024-11-28T06:49:01.277Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_cargo_env
15762024-11-28T06:49:01.298Z PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_cli
15772024-11-28T06:49:01.316Z PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
15782024-11-28T06:49:01.326Z PASS [ 0.401s] nextest-runner::integration target_runner::test_listing_with_target_runner
15792024-11-28T06:49:01.335Z PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
15802024-11-28T06:49:01.346Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env
15812024-11-28T06:49:01.349Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
15822024-11-28T06:49:01.358Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option
15832024-11-28T06:49:01.695Z PASS [ 1.514s] nextest-runner::integration basic::test_run
15842024-11-28T06:49:01.887Z PASS [ 21.772s] integration-tests::integration test_run
15852024-11-28T06:49:02.458Z PASS [ 1.418s] nextest-runner::integration target_runner::test_run_with_target_runner
15862024-11-28T06:49:02.811Z PASS [ 2.256s] nextest-runner::integration basic::test_termination
15872024-11-28T06:49:03.534Z PASS [ 3.518s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
15882024-11-28T06:49:03.649Z PASS [ 3.565s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
15892024-11-28T06:49:03.652Z------------
15902024-11-28T06:49:03.652Z Summary [ 33.646s] 279 tests run: 279 passed, 0 skipped
15912024-11-28T06:49:03.670Z
15922024-11-28T06:49:03.672Zreal 34.430610556
15932024-11-28T06:49:03.672Zuser 2:13.799581561
15942024-11-28T06:49:03.673Zsys 1:37.555718376
15952024-11-28T06:49:03.673Ztrap 0.343664183
15962024-11-28T06:49:03.673Ztflt 0.378482330
15972024-11-28T06:49:03.673Zdflt 2.203981864
15982024-11-28T06:49:03.673Zkflt 0.012070382
15992024-11-28T06:49:03.673Zlock 30:55.138364827
16002024-11-28T06:49:03.673Zslp 53:47.758886552
16012024-11-28T06:49:03.673Zlat 13:39.039766110
16022024-11-28T06:49:03.673Zstop 5:23.029609169
16032024-11-28T06:49:03.673Zprocess exited: duration 314972 ms, exit code 0
 
16042024-11-28T06:49:03.678Zfound 0 output files