01JFB97DMEEAF8JQCEK7JVNTMV: build-and-test-illumos

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

Buildomat Job: 01JFB97PJF8N7QPRZQKNAWST8N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T21:44:41.729Zjob assigned to worker 01JFB97PV9WTRE9DTBR6JD1JHM [factory aws, i-07bc58e6f42f2edd1] (queued for 47 s)
 
22024-12-17T21:44:49.674Zstarting task 0: "setup"
32024-12-17T21:44:49.685Z++ uname -s
42024-12-17T21:44:49.687Z+ kern=SunOS
52024-12-17T21:44:49.687Z+ case "$kern" in
62024-12-17T21:44:49.687Z+ groupadd -g 12345 build
72024-12-17T21:44:49.690Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T21:44:51.698Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T21:44:51.867Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T21:44:51.870Z+ home_fs=zfs
112024-12-17T21:44:51.870Z+ [[ zfs == autofs ]]
122024-12-17T21:44:51.870Z+ mkdir -p /home/build
132024-12-17T21:44:51.873Z+ chown build:build /home/build /work
142024-12-17T21:44:52.874Z+ chmod 0700 /home/build /work
152024-12-17T21:44:52.879Zprocess exited: duration 3204 ms, exit code 0
 
162024-12-17T21:44:52.885Zstarting task 1: "rust-toolchain"
172024-12-17T21:44:52.890Z+ printf ' * toolchain channel = "%s"
182024-12-17T21:44:52.890Z' stable
192024-12-17T21:44:52.890Z * toolchain channel = "stable"
202024-12-17T21:44:52.890Z+ printf ' * toolchain profile = "%s"
212024-12-17T21:44:52.890Z' default
222024-12-17T21:44:52.891Z * toolchain profile = "default"
232024-12-17T21:44:52.893Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T21:44:52.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-17T21:44:52.996Zinfo: downloading installer
262024-12-17T21:44:54.356Zinfo: profile set to 'default'
272024-12-17T21:44:54.356Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T21:44:54.356Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-17T21:44:54.497Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-17T21:44:54.497Zinfo: downloading component 'cargo'
312024-12-17T21:44:55.227Zinfo: downloading component 'clippy'
322024-12-17T21:44:55.508Zinfo: downloading component 'rust-docs'
332024-12-17T21:44:56.530Zinfo: downloading component 'rust-std'
342024-12-17T21:44:57.999Zinfo: downloading component 'rustc'
352024-12-17T21:45:03.588Zinfo: downloading component 'rustfmt'
362024-12-17T21:45:03.804Zinfo: installing component 'cargo'
372024-12-17T21:45:04.644Zinfo: installing component 'clippy'
382024-12-17T21:45:05.035Zinfo: installing component 'rust-docs'
392024-12-17T21:45:06.762Zinfo: installing component 'rust-std'
402024-12-17T21:45:08.535Zinfo: installing component 'rustc'
412024-12-17T21:45:14.463Zinfo: installing component 'rustfmt'
422024-12-17T21:45:14.796Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-17T21:45:14.796Z
442024-12-17T21:45:15.156Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-17T21:45:15.156Z
462024-12-17T21:45:15.159Z
472024-12-17T21:45:15.159ZRust is installed now. Great!
482024-12-17T21:45:15.159Z
492024-12-17T21:45:15.160ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T21:45:15.160Zenvironment variable. This has not been done automatically.
512024-12-17T21:45:15.160Z
522024-12-17T21:45:15.160ZTo configure your current shell, you need to source
532024-12-17T21:45:15.160Zthe corresponding env file under $HOME/.cargo.
542024-12-17T21:45:15.160Z
552024-12-17T21:45:15.160ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T21:45:15.160Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T21:45:15.160Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T21:45:15.234Z+ rustc --version
592024-12-17T21:45:15.299Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-17T21:45:15.302Zprocess exited: duration 22416 ms, exit code 0
 
612024-12-17T21:45:15.309Zstarting task 2: "authentication"
622024-12-17T21:45:15.328Zprocess exited: duration 20 ms, exit code 0
 
632024-12-17T21:45:15.333Zstarting task 3: "clone repository"
642024-12-17T21:45:15.338Z+ mkdir -p /work/nextest-rs/nextest
652024-12-17T21:45:15.341Z+ git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest
662024-12-17T21:45:15.394ZCloning into '/work/nextest-rs/nextest'...
672024-12-17T21:45:17.514Z+ cd /work/nextest-rs/nextest
682024-12-17T21:45:17.514Z+ git fetch origin d3fe12a780e3af6d9c5cc0b3be9fb1adff383728
692024-12-17T21:45:17.790ZFrom https://github.com/nextest-rs/nextest
702024-12-17T21:45:17.790Z * branch d3fe12a780e3af6d9c5cc0b3be9fb1adff383728 -> FETCH_HEAD
712024-12-17T21:45:17.799Z+ [[ -n '' ]]
722024-12-17T21:45:17.799Z+ git reset --hard d3fe12a780e3af6d9c5cc0b3be9fb1adff383728
732024-12-17T21:45:17.866ZHEAD is now at d3fe12a7 [nextest-runner] make Windows job object termination clearer
742024-12-17T21:45:17.872Zprocess exited: duration 2534 ms, exit code 0
 
752024-12-17T21:45:17.877Zstarting task 4: "build"
762024-12-17T21:45:17.886Z+ PLATFORM=illumos
772024-12-17T21:45:17.886Z+ export CARGO_TERM_COLOR=always
782024-12-17T21:45:17.886Z+ CARGO_TERM_COLOR=always
792024-12-17T21:45:17.886Z+ cargo --version
802024-12-17T21:45:17.947Zcargo 1.83.0 (5ffbef321 2024-10-29)
812024-12-17T21:45:17.949Z+ rustc --version
822024-12-17T21:45:18.014Zrustc 1.83.0 (90b35a623 2024-11-26)
832024-12-17T21:45:18.017Z+ banner install
842024-12-17T21:45:18.020Z
852024-12-17T21:45:18.020Z # # # #### ##### ## # #
862024-12-17T21:45:18.020Z # ## # # # # # # #
872024-12-17T21:45:18.020Z # # # # #### # # # # #
882024-12-17T21:45:18.020Z # # # # # # ###### # #
892024-12-17T21:45:18.020Z # # ## # # # # # # #
902024-12-17T21:45:18.020Z # # # #### # # # ###### ######
912024-12-17T21:45:18.020Z
922024-12-17T21:45:18.020Z+ mkdir -p /home/build/.cargo/bin
932024-12-17T21:45:18.023Z+ curl -LsSf https://get.nexte.st/latest/illumos
942024-12-17T21:45:18.025Z+ gunzip
952024-12-17T21:45:18.025Z+ tar xf - -C /home/build/.cargo/bin
962024-12-17T21:45:19.077Z+ banner metadata
972024-12-17T21:45:19.079Z
982024-12-17T21:45:19.079Z # # ###### ##### ## ##### ## ##### ##
992024-12-17T21:45:19.079Z ## ## # # # # # # # # # # #
1002024-12-17T21:45:19.079Z # ## # ##### # # # # # # # # # #
1012024-12-17T21:45:19.079Z # # # # ###### # # ###### # ######
1022024-12-17T21:45:19.079Z # # # # # # # # # # # # #
1032024-12-17T21:45:19.079Z # # ###### # # # ##### # # # # #
1042024-12-17T21:45:19.079Z
1052024-12-17T21:45:19.079Z+ ptime -m cargo build --package nextest-metadata
1062024-12-17T21:45:19.221Z Updating crates.io index
1072024-12-17T21:45:20.011Z Downloading crates ...
1082024-12-17T21:45:20.096Z Downloaded cfg_aliases v0.2.1
1092024-12-17T21:45:20.102Z Downloaded anstyle v1.0.9
1102024-12-17T21:45:20.106Z Downloaded anstyle-query v1.1.2
1112024-12-17T21:45:20.109Z Downloaded guppy-workspace-hack v0.1.0
1122024-12-17T21:45:20.146Z Downloaded is_ci v1.2.0
1132024-12-17T21:45:20.149Z Downloaded backtrace-ext v0.2.1
1142024-12-17T21:45:20.149Z Downloaded autocfg v1.4.0
1152024-12-17T21:45:20.152Z Downloaded anstyle-parse v0.2.6
1162024-12-17T21:45:20.152Z Downloaded equivalent v1.0.1
1172024-12-17T21:45:20.155Z Downloaded colorchoice v1.0.3
1182024-12-17T21:45:20.155Z Downloaded cfg-if v1.0.0
1192024-12-17T21:45:20.157Z Downloaded adler v1.0.2
1202024-12-17T21:45:20.157Z Downloaded byteorder v1.5.0
1212024-12-17T21:45:20.161Z Downloaded supports-unicode v3.0.0
1222024-12-17T21:45:20.169Z Downloaded thiserror-impl v1.0.69
1232024-12-17T21:45:20.172Z Downloaded target-spec v3.2.2
1242024-12-17T21:45:20.174Z Downloaded smol_str v0.3.2
1252024-12-17T21:45:20.174Z Downloaded signal-hook-registry v1.4.2
1262024-12-17T21:45:20.177Z Downloaded thread_local v1.1.8
1272024-12-17T21:45:20.180Z Downloaded shlex v1.3.0
1282024-12-17T21:45:20.180Z Downloaded miette-derive v7.4.0
1292024-12-17T21:45:20.183Z Downloaded is_terminal_polyfill v1.70.1
1302024-12-17T21:45:20.183Z Downloaded terminal_size v0.4.0
1312024-12-17T21:45:20.183Z Downloaded ppv-lite86 v0.2.20
1322024-12-17T21:45:20.186Z Downloaded errno v0.3.9
1332024-12-17T21:45:20.188Z Downloaded tracing-log v0.2.0
1342024-12-17T21:45:20.188Z Downloaded clap_lex v0.7.4
1352024-12-17T21:45:20.191Z Downloaded rand_chacha v0.3.1
1362024-12-17T21:45:20.194Z Downloaded tokio-macros v2.4.0
1372024-12-17T21:45:20.194Z Downloaded utf8parse v0.2.2
1382024-12-17T21:45:20.196Z Downloaded supports-color v3.0.2
1392024-12-17T21:45:20.196Z Downloaded rand_core v0.6.4
1402024-12-17T21:45:20.196Z Downloaded heck v0.5.0
1412024-12-17T21:45:20.199Z Downloaded strsim v0.11.1
1422024-12-17T21:45:20.201Z Downloaded itoa v1.0.14
1432024-12-17T21:45:20.203Z Downloaded clap_derive v4.5.18
1442024-12-17T21:45:20.203Z Downloaded either v1.13.0
1452024-12-17T21:45:20.207Z Downloaded supports-hyperlinks v3.0.0
1462024-12-17T21:45:20.210Z Downloaded camino v1.1.9
1472024-12-17T21:45:20.213Z Downloaded lazy_static v1.5.0
1482024-12-17T21:45:20.215Z Downloaded unicase v2.8.0
1492024-12-17T21:45:20.217Z Downloaded xxhash-rust v0.8.12
1502024-12-17T21:45:20.220Z Downloaded anstream v0.6.17
1512024-12-17T21:45:20.222Z Downloaded quote v1.0.37
1522024-12-17T21:45:20.225Z Downloaded smallvec v1.13.2
1532024-12-17T21:45:20.228Z Downloaded getrandom v0.2.15
1542024-12-17T21:45:20.231Z Downloaded rustc-demangle v0.1.24
1552024-12-17T21:45:20.238Z Downloaded jobserver v0.1.32
1562024-12-17T21:45:20.246Z Downloaded zerocopy-derive v0.7.35
1572024-12-17T21:45:20.250Z Downloaded console v0.15.8
1582024-12-17T21:45:20.252Z Downloaded unicode-linebreak v0.1.5
1592024-12-17T21:45:20.255Z Downloaded thiserror v1.0.69
1602024-12-17T21:45:20.257Z Downloaded pin-project-lite v0.2.15
1612024-12-17T21:45:20.262Z Downloaded owo-colors v4.1.0
1622024-12-17T21:45:20.265Z Downloaded cfg-expr v0.17.2
1632024-12-17T21:45:20.268Z Downloaded addr2line v0.21.0
1642024-12-17T21:45:20.270Z Downloaded unicode-ident v1.0.14
1652024-12-17T21:45:20.273Z Downloaded proc-macro2 v1.0.92
1662024-12-17T21:45:20.275Z Downloaded log v0.4.22
1672024-12-17T21:45:20.278Z Downloaded ryu v1.0.18
1682024-12-17T21:45:20.280Z Downloaded num-traits v0.2.19
1692024-12-17T21:45:20.283Z Downloaded clap v4.5.23
1702024-12-17T21:45:20.288Z Downloaded miniz_oxide v0.7.4
1712024-12-17T21:45:20.291Z Downloaded cc v1.1.31
1722024-12-17T21:45:20.293Z Downloaded textwrap v0.16.1
1732024-12-17T21:45:20.296Z Downloaded bitflags v2.6.0
1742024-12-17T21:45:20.299Z Downloaded backtrace v0.3.71
1752024-12-17T21:45:20.303Z Downloaded target-lexicon v0.12.16
1762024-12-17T21:45:20.305Z Downloaded serde_derive v1.0.216
1772024-12-17T21:45:20.308Z Downloaded socket2 v0.5.7
1782024-12-17T21:45:20.310Z Downloaded bytes v1.9.0
1792024-12-17T21:45:20.323Z Downloaded tracing v0.1.41
1802024-12-17T21:45:20.327Z Downloaded serde v1.0.216
1812024-12-17T21:45:20.331Z Downloaded once_cell v1.20.2
1822024-12-17T21:45:20.333Z Downloaded tracing-core v0.1.33
1832024-12-17T21:45:20.336Z Downloaded borsh v1.5.1
1842024-12-17T21:45:20.340Z Downloaded rand v0.8.5
1852024-12-17T21:45:20.345Z Downloaded memchr v2.7.4
1862024-12-17T21:45:20.354Z Downloaded mio v1.0.2
1872024-12-17T21:45:20.359Z Downloaded indexmap v2.7.0
1882024-12-17T21:45:20.362Z Downloaded sharded-slab v0.1.7
1892024-12-17T21:45:20.365Z Downloaded miette v7.4.0
1902024-12-17T21:45:20.376Z Downloaded libm v0.2.8
1912024-12-17T21:45:20.384Z Downloaded hashbrown v0.15.2
1922024-12-17T21:45:20.393Z Downloaded serde_json v1.0.133
1932024-12-17T21:45:20.407Z Downloaded zerocopy v0.7.35
1942024-12-17T21:45:20.421Z Downloaded tracing-subscriber v0.3.19
1952024-12-17T21:45:20.428Z Downloaded clap_builder v4.5.23
1962024-12-17T21:45:20.451Z Downloaded gimli v0.28.1
1972024-12-17T21:45:20.460Z Downloaded unicode-width v0.1.14
1982024-12-17T21:45:20.467Z Downloaded unicode-width v0.2.0
1992024-12-17T21:45:20.472Z Downloaded syn v2.0.90
2002024-12-17T21:45:20.482Z Downloaded object v0.32.2
2012024-12-17T21:45:20.491Z Downloaded rustix v0.38.37
2022024-12-17T21:45:20.557Z Downloaded libc v0.2.168
2032024-12-17T21:45:20.580Z Downloaded tokio v1.42.0
2042024-12-17T21:45:20.789Z Compiling proc-macro2 v1.0.92
2052024-12-17T21:45:20.789Z Compiling unicode-ident v1.0.14
2062024-12-17T21:45:20.792Z Compiling libc v0.2.168
2072024-12-17T21:45:20.792Z Compiling cfg-if v1.0.0
2082024-12-17T21:45:20.808Z Compiling serde v1.0.216
2092024-12-17T21:45:20.810Z Compiling shlex v1.3.0
2102024-12-17T21:45:20.810Z Compiling rustix v0.38.37
2112024-12-17T21:45:20.906Z Compiling once_cell v1.20.2
2122024-12-17T21:45:20.982Z Compiling memchr v2.7.4
2132024-12-17T21:45:21.174Z Compiling bitflags v2.6.0
2142024-12-17T21:45:21.281Z Compiling tracing-core v0.1.33
2152024-12-17T21:45:21.490Z Compiling utf8parse v0.2.2
2162024-12-17T21:45:21.502Z Compiling camino v1.1.9
2172024-12-17T21:45:21.673Z Compiling byteorder v1.5.0
2182024-12-17T21:45:21.694Z Compiling adler v1.0.2
2192024-12-17T21:45:21.984Z Compiling gimli v0.28.1
2202024-12-17T21:45:22.059Z Compiling object v0.32.2
2212024-12-17T21:45:22.234Z Compiling miniz_oxide v0.7.4
2222024-12-17T21:45:22.337Z Compiling jobserver v0.1.32
2232024-12-17T21:45:22.719Z Compiling quote v1.0.37
2242024-12-17T21:45:22.733Z Compiling cc v1.1.31
2252024-12-17T21:45:22.901Z Compiling errno v0.3.9
2262024-12-17T21:45:22.961Z Compiling getrandom v0.2.15
2272024-12-17T21:45:22.985Z Compiling anstyle-parse v0.2.6
2282024-12-17T21:45:23.094Z Compiling syn v2.0.90
2292024-12-17T21:45:23.244Z Compiling autocfg v1.4.0
2302024-12-17T21:45:23.271Z Compiling libm v0.2.8
2312024-12-17T21:45:23.285Z Compiling owo-colors v4.1.0
2322024-12-17T21:45:23.621Z Compiling rustc-demangle v0.1.24
2332024-12-17T21:45:23.642Z Compiling anstyle v1.0.9
2342024-12-17T21:45:23.987Z Compiling serde_json v1.0.133
2352024-12-17T21:45:24.050Z Compiling colorchoice v1.0.3
2362024-12-17T21:45:24.201Z Compiling terminal_size v0.4.0
2372024-12-17T21:45:24.352Z Compiling anstyle-query v1.1.2
2382024-12-17T21:45:24.402Z Compiling target-lexicon v0.12.16
2392024-12-17T21:45:24.490Z Compiling is_terminal_polyfill v1.70.1
2402024-12-17T21:45:24.531Z Compiling thiserror v1.0.69
2412024-12-17T21:45:24.546Z Compiling lazy_static v1.5.0
2422024-12-17T21:45:24.598Z Compiling unicode-width v0.1.14
2432024-12-17T21:45:24.663Z Compiling anstream v0.6.17
2442024-12-17T21:45:25.138Z Compiling num-traits v0.2.19
2452024-12-17T21:45:25.333Z Compiling rand_core v0.6.4
2462024-12-17T21:45:25.354Z Compiling smallvec v1.13.2
2472024-12-17T21:45:25.394Z Compiling clap_lex v0.7.4
2482024-12-17T21:45:25.477Z Compiling guppy-workspace-hack v0.1.0
2492024-12-17T21:45:25.675Z Compiling backtrace v0.3.71
2502024-12-17T21:45:25.726Z Compiling log v0.4.22
2512024-12-17T21:45:25.774Z Compiling itoa v1.0.14
2522024-12-17T21:45:25.847Z Compiling addr2line v0.21.0
2532024-12-17T21:45:25.861Z Compiling is_ci v1.2.0
2542024-12-17T21:45:25.976Z Compiling strsim v0.11.1
2552024-12-17T21:45:26.080Z Compiling unicode-width v0.2.0
2562024-12-17T21:45:26.140Z Compiling heck v0.5.0
2572024-12-17T21:45:26.473Z Compiling unicase v2.8.0
2582024-12-17T21:45:26.554Z Compiling ryu v1.0.18
2592024-12-17T21:45:26.589Z Compiling pin-project-lite v0.2.15
2602024-12-17T21:45:26.601Z Compiling unicode-linebreak v0.1.5
2612024-12-17T21:45:26.709Z Compiling tracing v0.1.41
2622024-12-17T21:45:26.830Z Compiling clap_builder v4.5.23
2632024-12-17T21:45:26.845Z Compiling tracing-log v0.2.0
2642024-12-17T21:45:26.885Z Compiling supports-color v3.0.2
2652024-12-17T21:45:27.063Z Compiling textwrap v0.16.1
2662024-12-17T21:45:27.319Z Compiling sharded-slab v0.1.7
2672024-12-17T21:45:28.086Z Compiling mio v1.0.2
2682024-12-17T21:45:28.460Z Compiling backtrace-ext v0.2.1
2692024-12-17T21:45:28.549Z Compiling signal-hook-registry v1.4.2
2702024-12-17T21:45:28.640Z Compiling thread_local v1.1.8
2712024-12-17T21:45:28.741Z Compiling bytes v1.9.0
2722024-12-17T21:45:29.069Z Compiling supports-unicode v3.0.0
2732024-12-17T21:45:29.148Z Compiling supports-hyperlinks v3.0.0
2742024-12-17T21:45:29.209Z Compiling target-spec v3.2.2
2752024-12-17T21:45:29.300Z Compiling equivalent v1.0.1
2762024-12-17T21:45:29.377Z Compiling hashbrown v0.15.2
2772024-12-17T21:45:29.390Z Compiling tracing-subscriber v0.3.19
2782024-12-17T21:45:29.715Z Compiling cfg-expr v0.17.2
2792024-12-17T21:45:30.020Z Compiling console v0.15.8
2802024-12-17T21:45:30.451Z Compiling either v1.13.0
2812024-12-17T21:45:30.863Z Compiling xxhash-rust v0.8.12
2822024-12-17T21:45:32.378Z Compiling serde_derive v1.0.216
2832024-12-17T21:45:32.465Z Compiling zerocopy-derive v0.7.35
2842024-12-17T21:45:32.568Z Compiling thiserror-impl v1.0.69
2852024-12-17T21:45:32.684Z Compiling miette-derive v7.4.0
2862024-12-17T21:45:33.007Z Compiling clap_derive v4.5.18
2872024-12-17T21:45:33.903Z Compiling tokio-macros v2.4.0
2882024-12-17T21:45:34.367Z Compiling zerocopy v0.7.35
2892024-12-17T21:45:35.337Z Compiling miette v7.4.0
2902024-12-17T21:45:35.349Z Compiling tokio v1.42.0
2912024-12-17T21:45:35.606Z Compiling ppv-lite86 v0.2.20
2922024-12-17T21:45:36.388Z Compiling rand_chacha v0.3.1
2932024-12-17T21:45:37.245Z Compiling clap v4.5.23
2942024-12-17T21:45:37.350Z Compiling rand v0.8.5
2952024-12-17T21:45:41.402Z Compiling indexmap v2.7.0
2962024-12-17T21:45:41.402Z Compiling smol_str v0.3.2
2972024-12-17T21:45:42.215Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
2982024-12-17T21:45:43.574Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
2992024-12-17T21:45:45.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.10s
3002024-12-17T21:45:45.434Z
3012024-12-17T21:45:45.434Zreal 26.324042971
3022024-12-17T21:45:45.434Zuser 2:22.062587268
3032024-12-17T21:45:45.434Zsys 17.830840045
3042024-12-17T21:45:45.434Ztrap 0.084711844
3052024-12-17T21:45:45.434Ztflt 0.225566152
3062024-12-17T21:45:45.437Zdflt 0.194541695
3072024-12-17T21:45:45.437Zkflt 0.003468831
3082024-12-17T21:45:45.437Zlock 3:04.877338338
3092024-12-17T21:45:45.437Zslp 7:41.448716802
3102024-12-17T21:45:45.437Zlat 9.514061813
3112024-12-17T21:45:45.437Zstop 18.217165816
3122024-12-17T21:45:45.438Z+ banner no-update
3132024-12-17T21:45:45.438Z
3142024-12-17T21:45:45.438Z # # #### # # ##### ##### ## ##### ######
3152024-12-17T21:45:45.438Z ## # # # # # # # # # # # # #
3162024-12-17T21:45:45.438Z # # # # # ##### # # # # # # # # # #####
3172024-12-17T21:45:45.438Z # # # # # # # ##### # # ###### # #
3182024-12-17T21:45:45.438Z # ## # # # # # # # # # # #
3192024-12-17T21:45:45.438Z # # #### #### # ##### # # # ######
3202024-12-17T21:45:45.438Z
3212024-12-17T21:45:45.440Z+ ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update
3222024-12-17T21:45:45.580Z Downloading crates ...
3232024-12-17T21:45:45.683Z Downloaded atomicwrites v0.4.4
3242024-12-17T21:45:45.690Z Downloaded ahash v0.8.11
3252024-12-17T21:45:45.695Z Downloaded enable-ansi-support v0.2.1
3262024-12-17T21:45:45.712Z Downloaded zstd v0.13.2
3272024-12-17T21:45:45.719Z Downloaded nested v0.1.1
3282024-12-17T21:45:45.721Z Downloaded tinyvec_macros v0.1.1
3292024-12-17T21:45:45.725Z Downloaded zstd-safe v7.2.1
3302024-12-17T21:45:45.728Z Downloaded futures-sink v0.3.31
3312024-12-17T21:45:45.728Z Downloaded futures-macro v0.3.31
3322024-12-17T21:45:45.730Z Downloaded indenter v0.3.3
3332024-12-17T21:45:45.733Z Downloaded number_prefix v0.4.0
3342024-12-17T21:45:45.735Z Downloaded winnow v0.6.20
3352024-12-17T21:45:45.742Z Downloaded vte_generate_state_changes v0.1.2
3362024-12-17T21:45:45.744Z Downloaded async-scoped v0.9.0
3372024-12-17T21:45:45.745Z Downloaded debug-ignore v1.0.5
3382024-12-17T21:45:45.747Z Downloaded target-spec-miette v0.4.0
3392024-12-17T21:45:45.747Z Downloaded futures-task v0.3.31
3402024-12-17T21:45:45.749Z Downloaded fixedbitset v0.4.2
3412024-12-17T21:45:45.749Z Downloaded futures-io v0.3.31
3422024-12-17T21:45:45.752Z Downloaded fnv v1.0.7
3432024-12-17T21:45:45.752Z Downloaded fastrand v2.1.1
3442024-12-17T21:45:45.752Z Downloaded filetime v0.2.25
3452024-12-17T21:45:45.755Z Downloaded humantime v2.1.0
3462024-12-17T21:45:45.757Z Downloaded home v0.5.11
3472024-12-17T21:45:45.757Z Downloaded cargo-platform v0.1.9
3482024-12-17T21:45:45.757Z Downloaded scopeguard v1.2.0
3492024-12-17T21:45:45.759Z Downloaded future-queue v0.3.0
3502024-12-17T21:45:45.761Z Downloaded static_assertions v1.1.0
3512024-12-17T21:45:45.761Z Downloaded shared_child v1.0.1
3522024-12-17T21:45:45.764Z Downloaded swrite v0.1.0
3532024-12-17T21:45:45.766Z Downloaded signal-hook-mio v0.2.4
3542024-12-17T21:45:45.768Z Downloaded toml_datetime v0.6.8
3552024-12-17T21:45:45.768Z Downloaded strip-ansi-escapes v0.2.0
3562024-12-17T21:45:45.771Z Downloaded humantime-serde v1.1.1
3572024-12-17T21:45:45.771Z Downloaded serde_ignored v0.1.10
3582024-12-17T21:45:45.774Z Downloaded pathdiff v0.2.3
3592024-12-17T21:45:45.774Z Downloaded version_check v0.9.5
3602024-12-17T21:45:45.776Z Downloaded indent_write v2.2.0
3612024-12-17T21:45:45.779Z Downloaded quick-junit v0.5.1
3622024-12-17T21:45:45.779Z Downloaded pkg-config v0.3.31
3632024-12-17T21:45:45.782Z Downloaded pin-utils v0.1.0
3642024-12-17T21:45:45.782Z Downloaded os_pipe v1.2.1
3652024-12-17T21:45:45.785Z Downloaded zstd-sys v2.0.13+zstd.1.5.6
3662024-12-17T21:45:45.799Z Downloaded xattr v1.3.1
3672024-12-17T21:45:45.802Z Downloaded dialoguer v0.11.0
3682024-12-17T21:45:45.804Z Downloaded slab v0.4.9
3692024-12-17T21:45:45.806Z Downloaded shell-words v1.1.0
3702024-12-17T21:45:45.806Z Downloaded serde_spanned v0.6.8
3712024-12-17T21:45:45.809Z Downloaded newtype-uuid v1.1.3
3722024-12-17T21:45:45.809Z Downloaded thiserror-impl v2.0.7
3732024-12-17T21:45:45.811Z Downloaded cargo_metadata v0.19.1
3742024-12-17T21:45:45.811Z Downloaded futures-channel v0.3.31
3752024-12-17T21:45:45.814Z Downloaded duct v0.13.7
3762024-12-17T21:45:45.816Z Downloaded futures-core v0.3.31
3772024-12-17T21:45:45.816Z Downloaded parking_lot_core v0.9.10
3782024-12-17T21:45:45.818Z Downloaded tokio-stream v0.1.17
3792024-12-17T21:45:45.821Z Downloaded iana-time-zone v0.1.61
3802024-12-17T21:45:45.824Z Downloaded tracing-error v0.2.0
3812024-12-17T21:45:45.826Z Downloaded tempfile v3.13.0
3822024-12-17T21:45:45.829Z Downloaded lock_api v0.4.12
3832024-12-17T21:45:45.829Z Downloaded serde_path_to_error v0.1.16
3842024-12-17T21:45:45.831Z Downloaded futures-executor v0.3.31
3852024-12-17T21:45:45.833Z Downloaded zeroize v1.8.1
3862024-12-17T21:45:45.834Z Downloaded semver v1.0.24
3872024-12-17T21:45:45.838Z Downloaded camino-tempfile v1.1.1
3882024-12-17T21:45:45.838Z Downloaded tracing-attributes v0.1.28
3892024-12-17T21:45:45.841Z Downloaded owo-colors v3.5.0
3902024-12-17T21:45:45.843Z Downloaded eyre v0.6.12
3912024-12-17T21:45:45.846Z Downloaded thiserror v2.0.7
3922024-12-17T21:45:45.851Z Downloaded signal-hook v0.3.17
3932024-12-17T21:45:45.854Z Downloaded vte v0.11.1
3942024-12-17T21:45:45.856Z Downloaded pin-project v1.1.7
3952024-12-17T21:45:45.866Z Downloaded toml v0.8.19
3962024-12-17T21:45:45.870Z Downloaded uuid v1.11.0
3972024-12-17T21:45:45.873Z Downloaded parking_lot v0.12.3
3982024-12-17T21:45:45.875Z Downloaded derive-where v1.2.7
3992024-12-17T21:45:45.878Z Downloaded indicatif v0.17.9
4002024-12-17T21:45:45.882Z Downloaded futures v0.3.31
4012024-12-17T21:45:45.886Z Downloaded tar v0.4.43
4022024-12-17T21:45:45.889Z Downloaded base64 v0.21.7
4032024-12-17T21:45:45.893Z Downloaded tinyvec v1.8.0
4042024-12-17T21:45:45.895Z Downloaded ron v0.8.1
4052024-12-17T21:45:45.901Z Downloaded globset v0.4.15
4062024-12-17T21:45:45.903Z Downloaded config v0.14.1
4072024-12-17T21:45:45.906Z Downloaded pin-project-internal v1.1.7
4082024-12-17T21:45:45.922Z Downloaded minimal-lexical v0.2.1
4092024-12-17T21:45:45.954Z Downloaded nom v7.1.3
4102024-12-17T21:45:45.961Z Downloaded crossterm v0.28.1
4112024-12-17T21:45:45.969Z Downloaded guppy v0.17.10
4122024-12-17T21:45:45.976Z Downloaded toml_edit v0.22.22
4132024-12-17T21:45:45.997Z Downloaded unicode-normalization v0.1.24
4142024-12-17T21:45:46.000Z Downloaded itertools v0.13.0
4152024-12-17T21:45:46.018Z Downloaded portable-atomic v1.9.0
4162024-12-17T21:45:46.025Z Downloaded quick-xml v0.37.1
4172024-12-17T21:45:46.031Z Downloaded futures-util v0.3.31
4182024-12-17T21:45:46.042Z Downloaded color-spantrace v0.2.1
4192024-12-17T21:45:46.044Z Downloaded aho-corasick v1.1.3
4202024-12-17T21:45:46.049Z Downloaded chrono v0.4.39
4212024-12-17T21:45:46.066Z Downloaded regex v1.11.1
4222024-12-17T21:45:46.089Z Downloaded nix v0.29.0
4232024-12-17T21:45:46.100Z Downloaded bstr v1.11.1
4242024-12-17T21:45:46.109Z Downloaded regex-syntax v0.8.5
4252024-12-17T21:45:46.164Z Downloaded regex-automata v0.4.8
4262024-12-17T21:45:46.180Z Downloaded color-eyre v0.6.3
4272024-12-17T21:45:46.187Z Downloaded petgraph v0.6.5
4282024-12-17T21:45:46.249Z Downloaded recursion v0.5.2
4292024-12-17T21:45:46.287Z Compiling rustix v0.38.37
4302024-12-17T21:45:46.290Z Compiling tracing-attributes v0.1.28
4312024-12-17T21:45:46.342Z Compiling mio v1.0.2
4322024-12-17T21:45:46.345Z Compiling futures-core v0.3.31
4332024-12-17T21:45:46.351Z Compiling slab v0.4.9
4342024-12-17T21:45:46.357Z Compiling pkg-config v0.3.31
4352024-12-17T21:45:46.361Z Compiling futures-sink v0.3.31
4362024-12-17T21:45:46.361Z Compiling thiserror v2.0.7
4372024-12-17T21:45:46.477Z Compiling futures-channel v0.3.31
4382024-12-17T21:45:46.543Z Compiling futures-macro v0.3.31
4392024-12-17T21:45:46.825Z Compiling thiserror-impl v2.0.7
4402024-12-17T21:45:47.039Z Compiling pin-utils v0.1.0
4412024-12-17T21:45:47.115Z Compiling futures-io v0.3.31
4422024-12-17T21:45:47.249Z Compiling version_check v0.9.5
4432024-12-17T21:45:47.362Z Compiling zstd-sys v2.0.13+zstd.1.5.6
4442024-12-17T21:45:47.364Z Compiling futures-task v0.3.31
4452024-12-17T21:45:47.423Z Compiling semver v1.0.24
4462024-12-17T21:45:47.629Z Compiling lock_api v0.4.12
4472024-12-17T21:45:47.789Z Compiling ahash v0.8.11
4482024-12-17T21:45:47.959Z Compiling aho-corasick v1.1.3
4492024-12-17T21:45:47.973Z Compiling regex-syntax v0.8.5
4502024-12-17T21:45:48.157Z Compiling parking_lot_core v0.9.10
4512024-12-17T21:45:48.265Z Compiling futures-util v0.3.31
4522024-12-17T21:45:48.584Z Compiling winnow v0.6.20
4532024-12-17T21:45:49.107Z Compiling tracing v0.1.41
4542024-12-17T21:45:49.485Z Compiling terminal_size v0.4.0
4552024-12-17T21:45:49.584Z Compiling tokio v1.42.0
4562024-12-17T21:45:49.659Z Compiling clap_builder v4.5.23
4572024-12-17T21:45:49.694Z Compiling miette v7.4.0
4582024-12-17T21:45:51.715Z Compiling signal-hook v0.3.17
4592024-12-17T21:45:52.041Z Compiling fastrand v2.1.1
4602024-12-17T21:45:52.558Z Compiling tempfile v3.13.0
4612024-12-17T21:45:53.078Z Compiling clap v4.5.23
4622024-12-17T21:45:53.182Z Compiling regex-automata v0.4.8
4632024-12-17T21:45:53.465Z Compiling pathdiff v0.2.3
4642024-12-17T21:45:53.483Z Compiling toml_datetime v0.6.8
4652024-12-17T21:45:53.599Z Compiling cargo-platform v0.1.9
4662024-12-17T21:45:53.939Z Compiling serde_spanned v0.6.8
4672024-12-17T21:45:54.042Z Compiling vte_generate_state_changes v0.1.2
4682024-12-17T21:45:54.095Z Compiling zstd-safe v7.2.1
4692024-12-17T21:45:54.140Z Compiling portable-atomic v1.9.0
4702024-12-17T21:45:54.466Z Compiling fixedbitset v0.4.2
4712024-12-17T21:45:54.578Z Compiling cfg_aliases v0.2.1
4722024-12-17T21:45:54.663Z Compiling newtype-uuid v1.1.3
4732024-12-17T21:45:54.677Z Compiling scopeguard v1.2.0
4742024-12-17T21:45:54.892Z Compiling petgraph v0.6.5
4752024-12-17T21:45:54.999Z Compiling vte v0.11.1
4762024-12-17T21:45:55.033Z Compiling nix v0.29.0
4772024-12-17T21:45:55.162Z Compiling toml_edit v0.22.22
4782024-12-17T21:45:55.875Z Compiling cargo_metadata v0.19.1
4792024-12-17T21:45:57.579Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
4802024-12-17T21:45:57.662Z Compiling futures-executor v0.3.31
4812024-12-17T21:45:58.039Z Compiling itertools v0.13.0
4822024-12-17T21:45:58.168Z Compiling pin-project-internal v1.1.7
4832024-12-17T21:45:59.062Z Compiling uuid v1.11.0
4842024-12-17T21:45:59.563Z Compiling bstr v1.11.1
4852024-12-17T21:45:59.751Z Compiling tinyvec_macros v0.1.1
4862024-12-17T21:45:59.828Z Compiling eyre v0.6.12
4872024-12-17T21:46:00.370Z Compiling debug-ignore v1.0.5
4882024-12-17T21:46:00.494Z Compiling iana-time-zone v0.1.61
4892024-12-17T21:46:00.594Z Compiling minimal-lexical v0.2.1
4902024-12-17T21:46:00.737Z Compiling nested v0.1.1
4912024-12-17T21:46:00.746Z Compiling static_assertions v1.1.0
4922024-12-17T21:46:00.832Z Compiling pin-project v1.1.7
4932024-12-17T21:46:00.937Z Compiling guppy v0.17.10
4942024-12-17T21:46:00.955Z Compiling nom v7.1.3
4952024-12-17T21:46:00.969Z Compiling chrono v0.4.39
4962024-12-17T21:46:01.487Z Compiling globset v0.4.15
4972024-12-17T21:46:02.126Z Compiling tinyvec v1.8.0
4982024-12-17T21:46:03.481Z Compiling toml v0.8.19
4992024-12-17T21:46:03.513Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
5002024-12-17T21:46:03.557Z Compiling futures v0.3.31
5012024-12-17T21:46:03.649Z Compiling signal-hook-mio v0.2.4
5022024-12-17T21:46:03.791Z Compiling parking_lot v0.12.3
5032024-12-17T21:46:04.049Z Compiling regex v1.11.1
5042024-12-17T21:46:04.339Z Compiling strip-ansi-escapes v0.2.0
5052024-12-17T21:46:04.668Z Compiling tracing-error v0.2.0
5062024-12-17T21:46:04.978Z Compiling xattr v1.3.1
5072024-12-17T21:46:05.017Z Compiling shared_child v1.0.1
5082024-12-17T21:46:05.037Z Compiling os_pipe v1.2.1
5092024-12-17T21:46:05.214Z Compiling filetime v0.2.25
5102024-12-17T21:46:05.301Z Compiling quick-xml v0.37.1
5112024-12-17T21:46:05.426Z Compiling humantime v2.1.0
5122024-12-17T21:46:05.491Z Compiling indenter v0.3.3
5132024-12-17T21:46:05.631Z Compiling recursion v0.5.2
5142024-12-17T21:46:05.760Z Compiling fnv v1.0.7
5152024-12-17T21:46:05.790Z Compiling number_prefix v0.4.0
5162024-12-17T21:46:05.871Z Compiling owo-colors v3.5.0
5172024-12-17T21:46:05.897Z Compiling shell-words v1.1.0
5182024-12-17T21:46:05.942Z Compiling indicatif v0.17.9
5192024-12-17T21:46:05.984Z Compiling future-queue v0.3.0
5202024-12-17T21:46:06.143Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
5212024-12-17T21:46:06.318Z Compiling quick-junit v0.5.1
5222024-12-17T21:46:06.978Z Compiling zstd v0.13.2
5232024-12-17T21:46:07.118Z Compiling humantime-serde v1.1.1
5242024-12-17T21:46:07.309Z Compiling tar v0.4.43
5252024-12-17T21:46:07.526Z Compiling color-spantrace v0.2.1
5262024-12-17T21:46:07.741Z Compiling duct v0.13.7
5272024-12-17T21:46:07.999Z Compiling config v0.14.1
5282024-12-17T21:46:08.247Z Compiling crossterm v0.28.1
5292024-12-17T21:46:08.348Z Compiling async-scoped v0.9.0
5302024-12-17T21:46:08.601Z Compiling unicode-normalization v0.1.24
5312024-12-17T21:46:09.157Z Compiling tokio-stream v0.1.17
5322024-12-17T21:46:09.279Z Compiling atomicwrites v0.4.4
5332024-12-17T21:46:09.567Z Compiling camino-tempfile v1.1.1
5342024-12-17T21:46:09.612Z Compiling target-spec-miette v0.4.0
5352024-12-17T21:46:09.649Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
5362024-12-17T21:46:09.709Z Compiling serde_ignored v0.1.10
5372024-12-17T21:46:09.943Z Compiling serde_path_to_error v0.1.16
5382024-12-17T21:46:09.971Z Compiling derive-where v1.2.7
5392024-12-17T21:46:09.990Z Compiling swrite v0.1.0
5402024-12-17T21:46:10.042Z Compiling indent_write v2.2.0
5412024-12-17T21:46:10.062Z Compiling zeroize v1.8.1
5422024-12-17T21:46:10.109Z Compiling home v0.5.11
5432024-12-17T21:46:10.241Z Compiling color-eyre v0.6.3
5442024-12-17T21:46:10.338Z Compiling dialoguer v0.11.0
5452024-12-17T21:46:10.340Z Compiling enable-ansi-support v0.2.1
5462024-12-17T21:46:11.747Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
5472024-12-17T21:46:35.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s
5482024-12-17T21:46:35.257Z
5492024-12-17T21:46:35.260Zreal 49.802544273
5502024-12-17T21:46:35.260Zuser 3:38.288795262
5512024-12-17T21:46:35.260Zsys 23.385036958
5522024-12-17T21:46:35.260Ztrap 0.143356312
5532024-12-17T21:46:35.260Ztflt 0.310939835
5542024-12-17T21:46:35.260Zdflt 0.241515721
5552024-12-17T21:46:35.260Zkflt 0.003288861
5562024-12-17T21:46:35.260Zlock 5:44.762618016
5572024-12-17T21:46:35.260Zslp 13:15.441069109
5582024-12-17T21:46:35.260Zlat 7.348031469
5592024-12-17T21:46:35.260Zstop 9.742018416
5602024-12-17T21:46:35.260Z+ banner nextest
5612024-12-17T21:46:35.260Z
5622024-12-17T21:46:35.260Z # # ###### # # ##### ###### #### #####
5632024-12-17T21:46:35.260Z ## # # # # # # # #
5642024-12-17T21:46:35.261Z # # # ##### ## # ##### #### #
5652024-12-17T21:46:35.261Z # # # # ## # # # #
5662024-12-17T21:46:35.261Z # ## # # # # # # # #
5672024-12-17T21:46:35.261Z # # ###### # # # ###### #### #
5682024-12-17T21:46:35.261Z
5692024-12-17T21:46:35.261Z+ ptime -m cargo build --package cargo-nextest
5702024-12-17T21:46:35.408Z Downloading crates ...
5712024-12-17T21:46:35.535Z Downloaded base64 v0.22.1
5722024-12-17T21:46:35.543Z Downloaded foreign-types-shared v0.1.1
5732024-12-17T21:46:35.546Z Downloaded foreign-types v0.3.2
5742024-12-17T21:46:35.552Z Downloaded http-body v1.0.1
5752024-12-17T21:46:35.555Z Downloaded want v0.3.1
5762024-12-17T21:46:35.558Z Downloaded openssl-probe v0.1.5
5772024-12-17T21:46:35.564Z Downloaded urlencoding v2.1.3
5782024-12-17T21:46:35.567Z Downloaded try-lock v0.2.5
5792024-12-17T21:46:35.567Z Downloaded tower-service v0.3.3
5802024-12-17T21:46:35.567Z Downloaded sync_wrapper v1.0.1
5812024-12-17T21:46:35.570Z Downloaded openssl-macros v0.1.1
5822024-12-17T21:46:35.570Z Downloaded mukti-metadata v0.3.0
5832024-12-17T21:46:35.570Z Downloaded idna_adapter v1.0.0
5842024-12-17T21:46:35.573Z Downloaded ed25519 v2.2.3
5852024-12-17T21:46:35.575Z Downloaded hex v0.4.3
5862024-12-17T21:46:35.583Z Downloaded http-body-util v0.1.2
5872024-12-17T21:46:35.585Z Downloaded adler2 v2.0.0
5882024-12-17T21:46:35.588Z Downloaded form_urlencoded v1.2.1
5892024-12-17T21:46:35.588Z Downloaded digest v0.10.7
5902024-12-17T21:46:35.590Z Downloaded cpufeatures v0.2.14
5912024-12-17T21:46:35.590Z Downloaded crypto-common v0.1.6
5922024-12-17T21:46:35.593Z Downloaded block-buffer v0.10.4
5932024-12-17T21:46:35.593Z Downloaded subtle v2.6.1
5942024-12-17T21:46:35.595Z Downloaded spki v0.7.3
5952024-12-17T21:46:35.597Z Downloaded curve25519-dalek-derive v0.1.1
5962024-12-17T21:46:35.600Z Downloaded rustc_version v0.4.1
5972024-12-17T21:46:35.603Z Downloaded percent-encoding v2.3.1
5982024-12-17T21:46:35.606Z Downloaded signature v2.2.0
5992024-12-17T21:46:35.610Z Downloaded serde_urlencoded v0.7.1
6002024-12-17T21:46:35.610Z Downloaded zipsign-api v0.1.2
6012024-12-17T21:46:35.613Z Downloaded tokio-native-tls v0.3.1
6022024-12-17T21:46:35.617Z Downloaded self-replace v1.5.0
6032024-12-17T21:46:35.617Z Downloaded quinn-udp v0.5.5
6042024-12-17T21:46:35.619Z Downloaded untrusted v0.9.0
6052024-12-17T21:46:35.625Z Downloaded generic-array v0.14.7
6062024-12-17T21:46:35.628Z Downloaded crc32fast v1.4.2
6072024-12-17T21:46:35.628Z Downloaded rustc-hash v2.0.0
6082024-12-17T21:46:35.630Z Downloaded hyper-tls v0.6.0
6092024-12-17T21:46:35.633Z Downloaded tokio-rustls v0.26.0
6102024-12-17T21:46:35.637Z Downloaded base64ct v1.6.0
6112024-12-17T21:46:35.642Z Downloaded rustls-pemfile v2.2.0
6122024-12-17T21:46:35.645Z Downloaded sha2 v0.10.8
6132024-12-17T21:46:35.649Z Downloaded ipnet v2.10.1
6142024-12-17T21:46:35.652Z Downloaded spin v0.9.8
6152024-12-17T21:46:35.655Z Downloaded pkcs8 v0.10.2
6162024-12-17T21:46:35.659Z Downloaded mime v0.3.17
6172024-12-17T21:46:35.662Z Downloaded hyper-rustls v0.27.3
6182024-12-17T21:46:35.672Z Downloaded utf8_iter v1.0.4
6192024-12-17T21:46:35.672Z Downloaded const-oid v0.9.6
6202024-12-17T21:46:35.672Z Downloaded native-tls v0.2.12
6212024-12-17T21:46:35.672Z Downloaded httparse v1.9.5
6222024-12-17T21:46:35.680Z Downloaded miniz_oxide v0.8.0
6232024-12-17T21:46:35.684Z Downloaded rustls-pki-types v1.10.0
6242024-12-17T21:46:35.691Z Downloaded typenum v1.17.0
6252024-12-17T21:46:35.704Z Downloaded self_update v0.41.0
6262024-12-17T21:46:35.715Z Downloaded url v2.5.4
6272024-12-17T21:46:35.719Z Downloaded quinn v0.11.5
6282024-12-17T21:46:35.724Z Downloaded openssl-sys v0.9.104
6292024-12-17T21:46:35.728Z Downloaded hyper-util v0.1.9
6302024-12-17T21:46:35.733Z Downloaded ed25519-dalek v2.1.1
6312024-12-17T21:46:35.742Z Downloaded http v1.2.0
6322024-12-17T21:46:35.749Z Downloaded der v0.7.9
6332024-12-17T21:46:35.754Z Downloaded flate2 v1.0.34
6342024-12-17T21:46:35.767Z Downloaded idna v1.0.3
6352024-12-17T21:46:35.782Z Downloaded hyper v1.5.0
6362024-12-17T21:46:35.790Z Downloaded quick-xml v0.23.1
6372024-12-17T21:46:35.808Z Downloaded reqwest v0.12.8
6382024-12-17T21:46:35.816Z Downloaded quinn-proto v0.11.8
6392024-12-17T21:46:35.823Z Downloaded rustls-webpki v0.102.8
6402024-12-17T21:46:35.840Z Downloaded vcpkg v0.2.15
6412024-12-17T21:46:35.875Z Downloaded webpki-roots v0.26.6
6422024-12-17T21:46:35.887Z Downloaded openssl v0.10.68
6432024-12-17T21:46:35.896Z Downloaded curve25519-dalek v4.1.3
6442024-12-17T21:46:35.904Z Downloaded rustls v0.23.19
6452024-12-17T21:46:36.180Z Downloaded ring v0.17.8
6462024-12-17T21:46:36.282Z Compiling smallvec v1.13.2
6472024-12-17T21:46:36.285Z Compiling socket2 v0.5.7
6482024-12-17T21:46:36.344Z Compiling futures-channel v0.3.31
6492024-12-17T21:46:36.348Z Compiling ring v0.17.8
6502024-12-17T21:46:36.353Z Compiling rustls-pki-types v1.10.0
6512024-12-17T21:46:36.356Z Compiling http v1.2.0
6522024-12-17T21:46:36.363Z Compiling untrusted v0.9.0
6532024-12-17T21:46:36.366Z Compiling httparse v1.9.5
6542024-12-17T21:46:36.508Z Compiling spin v0.9.8
6552024-12-17T21:46:36.679Z Compiling futures-util v0.3.31
6562024-12-17T21:46:36.689Z Compiling typenum v1.17.0
6572024-12-17T21:46:36.698Z Compiling generic-array v0.14.7
6582024-12-17T21:46:37.007Z Compiling tokio v1.42.0
6592024-12-17T21:46:37.108Z Compiling rustls v0.23.19
6602024-12-17T21:46:37.239Z Compiling try-lock v0.2.5
6612024-12-17T21:46:37.350Z Compiling want v0.3.1
6622024-12-17T21:46:37.486Z Compiling cfg-expr v0.17.2
6632024-12-17T21:46:37.612Z Compiling subtle v2.6.1
6642024-12-17T21:46:37.777Z Compiling http-body v1.0.1
6652024-12-17T21:46:37.972Z Compiling percent-encoding v2.3.1
6662024-12-17T21:46:38.007Z Compiling utf8_iter v1.0.4
6672024-12-17T21:46:38.202Z Compiling form_urlencoded v1.2.1
6682024-12-17T21:46:38.257Z Compiling tower-service v0.3.3
6692024-12-17T21:46:38.361Z Compiling target-spec v3.2.2
6702024-12-17T21:46:38.485Z Compiling idna_adapter v1.0.0
6712024-12-17T21:46:38.515Z Compiling webpki-roots v0.26.6
6722024-12-17T21:46:38.600Z Compiling idna v1.0.3
6732024-12-17T21:46:38.714Z Compiling adler2 v2.0.0
6742024-12-17T21:46:38.770Z Compiling parking_lot_core v0.9.10
6752024-12-17T21:46:38.890Z Compiling miniz_oxide v0.8.0
6762024-12-17T21:46:39.339Z Compiling url v2.5.4
6772024-12-17T21:46:39.912Z Compiling crypto-common v0.1.6
6782024-12-17T21:46:40.069Z Compiling block-buffer v0.10.4
6792024-12-17T21:46:40.204Z Compiling serde_urlencoded v0.7.1
6802024-12-17T21:46:40.253Z Compiling rustls-pemfile v2.2.0
6812024-12-17T21:46:40.335Z Compiling sync_wrapper v1.0.1
6822024-12-17T21:46:40.443Z Compiling crc32fast v1.4.2
6832024-12-17T21:46:40.540Z Compiling mime v0.3.17
6842024-12-17T21:46:40.648Z Compiling self_update v0.41.0
6852024-12-17T21:46:40.672Z Compiling ipnet v2.10.1
6862024-12-17T21:46:40.784Z Compiling base64 v0.22.1
6872024-12-17T21:46:41.010Z Compiling guppy v0.17.10
6882024-12-17T21:46:41.088Z Compiling flate2 v1.0.34
6892024-12-17T21:46:41.251Z Compiling digest v0.10.7
6902024-12-17T21:46:41.477Z Compiling futures-executor v0.3.31
6912024-12-17T21:46:41.558Z Compiling http-body-util v0.1.2
6922024-12-17T21:46:41.827Z Compiling futures v0.3.31
6932024-12-17T21:46:41.837Z Compiling parking_lot v0.12.3
6942024-12-17T21:46:41.922Z Compiling self-replace v1.5.0
6952024-12-17T21:46:41.930Z Compiling quick-xml v0.23.1
6962024-12-17T21:46:41.973Z Compiling cpufeatures v0.2.14
6972024-12-17T21:46:42.000Z Compiling urlencoding v2.1.3
6982024-12-17T21:46:42.052Z Compiling sha2 v0.10.8
6992024-12-17T21:46:42.155Z Compiling crossterm v0.28.1
7002024-12-17T21:46:42.297Z Compiling future-queue v0.3.0
7012024-12-17T21:46:42.647Z Compiling target-spec-miette v0.4.0
7022024-12-17T21:46:42.684Z Compiling mukti-metadata v0.3.0
7032024-12-17T21:46:42.877Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
7042024-12-17T21:46:42.970Z Compiling hex v0.4.3
7052024-12-17T21:46:44.137Z Compiling rustls-webpki v0.102.8
7062024-12-17T21:46:45.730Z Compiling hyper v1.5.0
7072024-12-17T21:46:45.732Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
7082024-12-17T21:46:45.732Z Compiling tokio-stream v0.1.17
7092024-12-17T21:46:45.732Z Compiling async-scoped v0.9.0
7102024-12-17T21:46:46.865Z Compiling hyper-util v0.1.9
7112024-12-17T21:46:47.840Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
7122024-12-17T21:46:48.867Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
7132024-12-17T21:46:49.544Z Compiling tokio-rustls v0.26.0
7142024-12-17T21:46:49.818Z Compiling hyper-rustls v0.27.3
7152024-12-17T21:46:50.069Z Compiling reqwest v0.12.8
7162024-12-17T21:46:52.464Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
7172024-12-17T21:47:19.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s
7182024-12-17T21:47:19.120Z
7192024-12-17T21:47:19.122Zreal 43.843227123
7202024-12-17T21:47:19.122Zuser 2:35.280172127
7212024-12-17T21:47:19.122Zsys 15.200568580
7222024-12-17T21:47:19.122Ztrap 0.074526655
7232024-12-17T21:47:19.122Ztflt 0.190237052
7242024-12-17T21:47:19.122Zdflt 0.321111746
7252024-12-17T21:47:19.122Zkflt 0.000005409
7262024-12-17T21:47:19.122Zlock 3:27.303843249
7272024-12-17T21:47:19.123Zslp 6:48.364008448
7282024-12-17T21:47:19.123Zlat 3.972849223
7292024-12-17T21:47:19.123Zstop 5.459909965
7302024-12-17T21:47:19.123Z+ banner all targets
7312024-12-17T21:47:19.123Z
7322024-12-17T21:47:19.123Z ## # #
7332024-12-17T21:47:19.123Z # # # #
7342024-12-17T21:47:19.123Z # # # #
7352024-12-17T21:47:19.123Z ###### # #
7362024-12-17T21:47:19.123Z # # # #
7372024-12-17T21:47:19.123Z # # ###### ######
7382024-12-17T21:47:19.123Z
7392024-12-17T21:47:19.123Z
7402024-12-17T21:47:19.123Z ##### ## ##### #### ###### ##### ####
7412024-12-17T21:47:19.123Z # # # # # # # # # #
7422024-12-17T21:47:19.123Z # # # # # # ##### # ####
7432024-12-17T21:47:19.123Z # ###### ##### # ### # # #
7442024-12-17T21:47:19.123Z # # # # # # # # # # #
7452024-12-17T21:47:19.123Z # # # # # #### ###### # ####
7462024-12-17T21:47:19.123Z
7472024-12-17T21:47:19.126Z+ ptime -m cargo build --all-targets
7482024-12-17T21:47:19.281Z Downloading crates ...
7492024-12-17T21:47:19.452Z Downloaded bit-set v0.5.3
7502024-12-17T21:47:19.455Z Downloaded cp_r v0.5.2
7512024-12-17T21:47:19.459Z Downloaded bit-vec v0.6.3
7522024-12-17T21:47:19.461Z Downloaded libtest-mimic v0.8.1
7532024-12-17T21:47:19.469Z Downloaded test-case-macros v3.3.1
7542024-12-17T21:47:19.471Z Downloaded escape8259 v0.5.3
7552024-12-17T21:47:19.475Z Downloaded wait-timeout v0.2.0
7562024-12-17T21:47:19.477Z Downloaded rusty-fork v0.3.0
7572024-12-17T21:47:19.480Z Downloaded structmeta-derive v0.3.0
7582024-12-17T21:47:19.480Z Downloaded linked-hash-map v0.5.6
7592024-12-17T21:47:19.480Z Downloaded fs-err v3.0.0
7602024-12-17T21:47:19.483Z Downloaded unarray v0.1.4
7612024-12-17T21:47:19.485Z Downloaded test-case-core v3.3.1
7622024-12-17T21:47:19.485Z Downloaded test-case v3.3.1
7632024-12-17T21:47:19.488Z Downloaded structmeta v0.3.0
7642024-12-17T21:47:19.488Z Downloaded rand_xorshift v0.3.0
7652024-12-17T21:47:19.488Z Downloaded quick-error v1.2.3
7662024-12-17T21:47:19.490Z Downloaded maplit v1.0.2
7672024-12-17T21:47:19.490Z Downloaded indoc v2.0.5
7682024-12-17T21:47:19.497Z Downloaded whoami v1.5.2
7692024-12-17T21:47:19.500Z Downloaded test-strategy v0.4.0
7702024-12-17T21:47:19.503Z Downloaded yansi v1.0.1
7712024-12-17T21:47:19.505Z Downloaded pretty_assertions v1.4.1
7722024-12-17T21:47:19.507Z Downloaded insta v1.41.1
7732024-12-17T21:47:19.515Z Downloaded diff v0.1.13
7742024-12-17T21:47:19.518Z Downloaded similar v2.6.0
7752024-12-17T21:47:19.522Z Downloaded proptest v1.5.0
7762024-12-17T21:47:19.575Z Compiling fs-err v3.0.0
7772024-12-17T21:47:19.578Z Compiling maplit v1.0.2
7782024-12-17T21:47:19.578Z Compiling test-case-core v3.3.1
7792024-12-17T21:47:19.578Z Compiling similar v2.6.0
7802024-12-17T21:47:19.578Z Compiling linked-hash-map v0.5.6
7812024-12-17T21:47:19.578Z Compiling structmeta-derive v0.3.0
7822024-12-17T21:47:19.578Z Compiling wait-timeout v0.2.0
7832024-12-17T21:47:19.632Z Compiling quick-error v1.2.3
7842024-12-17T21:47:19.699Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
7852024-12-17T21:47:19.750Z Compiling bit-vec v0.6.3
7862024-12-17T21:47:19.903Z Compiling whoami v1.5.2
7872024-12-17T21:47:20.100Z Compiling bit-set v0.5.3
7882024-12-17T21:47:20.194Z Compiling rusty-fork v0.3.0
7892024-12-17T21:47:20.340Z Compiling rand_xorshift v0.3.0
7902024-12-17T21:47:20.437Z Compiling unarray v0.1.4
7912024-12-17T21:47:20.497Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
7922024-12-17T21:47:20.549Z Compiling proptest v1.5.0
7932024-12-17T21:47:20.554Z Compiling escape8259 v0.5.3
7942024-12-17T21:47:20.617Z Compiling cp_r v0.5.2
7952024-12-17T21:47:20.977Z Compiling insta v1.41.1
7962024-12-17T21:47:21.005Z Compiling libtest-mimic v0.8.1
7972024-12-17T21:47:21.061Z Compiling diff v0.1.13
7982024-12-17T21:47:21.419Z Compiling test-case-macros v3.3.1
7992024-12-17T21:47:21.669Z Compiling yansi v1.0.1
8002024-12-17T21:47:22.178Z Compiling pretty_assertions v1.4.1
8012024-12-17T21:47:22.187Z Compiling structmeta v0.3.0
8022024-12-17T21:47:22.326Z Compiling indoc v2.0.5
8032024-12-17T21:47:22.526Z Compiling test-strategy v0.4.0
8042024-12-17T21:47:22.537Z Compiling test-case v3.3.1
8052024-12-17T21:47:22.628Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
8062024-12-17T21:47:24.719Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
8072024-12-17T21:47:25.606Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
8082024-12-17T21:47:25.654Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
8092024-12-17T21:47:28.529Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
8102024-12-17T21:48:05.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.29s
8112024-12-17T21:48:05.545Z
8122024-12-17T21:48:05.548Zreal 46.404820521
8132024-12-17T21:48:05.548Zuser 3:29.601622954
8142024-12-17T21:48:05.548Zsys 24.322252586
8152024-12-17T21:48:05.548Ztrap 0.125449381
8162024-12-17T21:48:05.548Ztflt 0.058629394
8172024-12-17T21:48:05.548Zdflt 0.126133116
8182024-12-17T21:48:05.548Zkflt 0.000011709
8192024-12-17T21:48:05.548Zlock 5:47.652657428
8202024-12-17T21:48:05.549Zslp 13:23.232842416
8212024-12-17T21:48:05.549Zlat 6.806768712
8222024-12-17T21:48:05.549Zstop 8.647878844
8232024-12-17T21:48:05.549Z+ banner all features
8242024-12-17T21:48:05.549Z
8252024-12-17T21:48:05.549Z ## # #
8262024-12-17T21:48:05.549Z # # # #
8272024-12-17T21:48:05.549Z # # # #
8282024-12-17T21:48:05.549Z ###### # #
8292024-12-17T21:48:05.549Z # # # #
8302024-12-17T21:48:05.549Z # # ###### ######
8312024-12-17T21:48:05.549Z
8322024-12-17T21:48:05.549Z
8332024-12-17T21:48:05.549Z ###### ###### ## ##### # # ##### ###### ####
8342024-12-17T21:48:05.549Z # # # # # # # # # # #
8352024-12-17T21:48:05.549Z ##### ##### # # # # # # # ##### ####
8362024-12-17T21:48:05.549Z # # ###### # # # ##### # #
8372024-12-17T21:48:05.549Z # # # # # # # # # # # #
8382024-12-17T21:48:05.550Z # ###### # # # #### # # ###### ####
8392024-12-17T21:48:05.550Z
8402024-12-17T21:48:05.550Z+ ptime -m cargo build --all-features
8412024-12-17T21:48:05.718Z Downloading crates ...
8422024-12-17T21:48:05.904Z Downloaded async-trait v0.1.83
8432024-12-17T21:48:05.912Z Downloaded tower-layer v0.3.3
8442024-12-17T21:48:05.915Z Downloaded async-stream-impl v0.3.6
8452024-12-17T21:48:05.923Z Downloaded sync_wrapper v0.1.2
8462024-12-17T21:48:05.926Z Downloaded matchers v0.1.0
8472024-12-17T21:48:05.929Z Downloaded httpdate v1.0.3
8482024-12-17T21:48:05.935Z Downloaded hyper-timeout v0.5.1
8492024-12-17T21:48:05.938Z Downloaded async-stream v0.3.6
8502024-12-17T21:48:05.942Z Downloaded prost-derive v0.13.3
8512024-12-17T21:48:05.946Z Downloaded atomic-waker v1.1.2
8522024-12-17T21:48:05.949Z Downloaded rustversion v1.0.18
8532024-12-17T21:48:05.952Z Downloaded prost v0.13.3
8542024-12-17T21:48:05.952Z Downloaded console-api v0.8.1
8552024-12-17T21:48:05.955Z Downloaded matchit v0.7.3
8562024-12-17T21:48:05.957Z Downloaded crossbeam-utils v0.8.20
8572024-12-17T21:48:05.960Z Downloaded axum-core v0.4.5
8582024-12-17T21:48:05.962Z Downloaded indexmap v1.9.3
8592024-12-17T21:48:05.966Z Downloaded anyhow v1.0.91
8602024-12-17T21:48:05.973Z Downloaded prost-types v0.13.3
8612024-12-17T21:48:05.984Z Downloaded axum v0.7.7
8622024-12-17T21:48:05.997Z Downloaded crossbeam-channel v0.5.13
8632024-12-17T21:48:06.004Z Downloaded hashbrown v0.12.3
8642024-12-17T21:48:06.007Z Downloaded tower v0.5.1
8652024-12-17T21:48:06.016Z Downloaded tokio-util v0.7.12
8662024-12-17T21:48:06.022Z Downloaded console-subscriber v0.4.1
8672024-12-17T21:48:06.027Z Downloaded regex-automata v0.1.10
8682024-12-17T21:48:06.032Z Downloaded h2 v0.4.6
8692024-12-17T21:48:06.039Z Downloaded hdrhistogram v7.5.4
8702024-12-17T21:48:06.045Z Downloaded tonic v0.12.3
8712024-12-17T21:48:06.051Z Downloaded regex-syntax v0.6.29
8722024-12-17T21:48:06.057Z Downloaded tower v0.4.13
8732024-12-17T21:48:06.113Z Compiling futures-sink v0.3.31
8742024-12-17T21:48:06.115Z Compiling byteorder v1.5.0
8752024-12-17T21:48:06.172Z Compiling num-traits v0.2.19
8762024-12-17T21:48:06.174Z Compiling regex-syntax v0.6.29
8772024-12-17T21:48:06.183Z Compiling atomic-waker v1.1.2
8782024-12-17T21:48:06.189Z Compiling httpdate v1.0.3
8792024-12-17T21:48:06.197Z Compiling anyhow v1.0.91
8802024-12-17T21:48:06.206Z Compiling rustversion v1.0.18
8812024-12-17T21:48:06.269Z Compiling futures-channel v0.3.31
8822024-12-17T21:48:06.342Z Compiling tokio-util v0.7.12
8832024-12-17T21:48:06.572Z Compiling zerocopy v0.7.35
8842024-12-17T21:48:06.600Z Compiling futures-util v0.3.31
8852024-12-17T21:48:06.641Z Compiling either v1.13.0
8862024-12-17T21:48:06.827Z Compiling tower-layer v0.3.3
8872024-12-17T21:48:06.988Z Compiling itertools v0.13.0
8882024-12-17T21:48:07.132Z Compiling h2 v0.4.6
8892024-12-17T21:48:07.634Z Compiling indexmap v1.9.3
8902024-12-17T21:48:07.843Z Compiling ppv-lite86 v0.2.20
8912024-12-17T21:48:08.181Z Compiling async-trait v0.1.83
8922024-12-17T21:48:08.420Z Compiling sync_wrapper v0.1.2
8932024-12-17T21:48:08.537Z Compiling rand_chacha v0.3.1
8942024-12-17T21:48:08.560Z Compiling hashbrown v0.12.3
8952024-12-17T21:48:08.863Z Compiling rand v0.8.5
8962024-12-17T21:48:09.609Z Compiling regex-automata v0.1.10
8972024-12-17T21:48:09.780Z Compiling prost-derive v0.13.3
8982024-12-17T21:48:10.364Z Compiling async-stream-impl v0.3.6
8992024-12-17T21:48:10.388Z Compiling crossbeam-utils v0.8.20
9002024-12-17T21:48:10.431Z Compiling matchit v0.7.3
9012024-12-17T21:48:10.948Z Compiling matchers v0.1.0
9022024-12-17T21:48:11.102Z Compiling ahash v0.8.11
9032024-12-17T21:48:11.163Z Compiling tracing-subscriber v0.3.19
9042024-12-17T21:48:11.609Z Compiling http-body-util v0.1.2
9052024-12-17T21:48:11.657Z Compiling tower v0.5.1
9062024-12-17T21:48:11.697Z Compiling hyper v1.5.0
9072024-12-17T21:48:12.041Z Compiling axum-core v0.4.5
9082024-12-17T21:48:12.119Z Compiling async-stream v0.3.6
9092024-12-17T21:48:12.374Z Compiling tower v0.4.13
9102024-12-17T21:48:12.395Z Compiling tokio-stream v0.1.17
9112024-12-17T21:48:12.583Z Compiling guppy v0.17.10
9122024-12-17T21:48:13.291Z Compiling proptest v1.5.0
9132024-12-17T21:48:13.385Z Compiling prost v0.13.3
9142024-12-17T21:48:14.154Z Compiling hyper-util v0.1.9
9152024-12-17T21:48:14.215Z Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack)
9162024-12-17T21:48:14.307Z Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata)
9172024-12-17T21:48:14.644Z Compiling prost-types v0.13.3
9182024-12-17T21:48:15.857Z Compiling axum v0.7.7
9192024-12-17T21:48:16.117Z Compiling hyper-timeout v0.5.1
9202024-12-17T21:48:16.427Z Compiling hyper-rustls v0.27.3
9212024-12-17T21:48:16.447Z Compiling futures-executor v0.3.31
9222024-12-17T21:48:16.977Z Compiling base64 v0.21.7
9232024-12-17T21:48:16.998Z Compiling chrono v0.4.39
9242024-12-17T21:48:17.673Z Compiling crossbeam-channel v0.5.13
9252024-12-17T21:48:17.796Z Compiling hdrhistogram v7.5.4
9262024-12-17T21:48:18.114Z Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering)
9272024-12-17T21:48:18.715Z Compiling reqwest v0.12.8
9282024-12-17T21:48:18.900Z Compiling futures v0.3.31
9292024-12-17T21:48:19.005Z Compiling quick-junit v0.5.1
9302024-12-17T21:48:19.163Z Compiling async-scoped v0.9.0
9312024-12-17T21:48:19.430Z Compiling tracing-error v0.2.0
9322024-12-17T21:48:19.779Z Compiling future-queue v0.3.0
9332024-12-17T21:48:19.830Z Compiling color-spantrace v0.2.1
9342024-12-17T21:48:20.115Z Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest)
9352024-12-17T21:48:20.317Z Compiling color-eyre v0.6.3
9362024-12-17T21:48:20.496Z Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data)
9372024-12-17T21:48:21.190Z Compiling self_update v0.41.0
9382024-12-17T21:48:21.974Z Compiling tonic v0.12.3
9392024-12-17T21:48:24.549Z Compiling console-api v0.8.1
9402024-12-17T21:48:25.539Z Compiling console-subscriber v0.4.1
9412024-12-17T21:48:27.218Z Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner)
9422024-12-17T21:48:38.240Z Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests)
9432024-12-17T21:48:58.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.26s
9442024-12-17T21:48:58.946Z
9452024-12-17T21:48:58.946Zreal 53.377983677
9462024-12-17T21:48:58.946Zuser 3:43.304333831
9472024-12-17T21:48:58.946Zsys 23.271709660
9482024-12-17T21:48:58.946Ztrap 0.122745274
9492024-12-17T21:48:58.949Ztflt 0.072350689
9502024-12-17T21:48:58.949Zdflt 0.164310756
9512024-12-17T21:48:58.949Zkflt 0.000012560
9522024-12-17T21:48:58.949Zlock 6:09.634617672
9532024-12-17T21:48:58.949Zslp 12:40.313180332
9542024-12-17T21:48:58.949Zlat 6.491603980
9552024-12-17T21:48:58.949Zstop 7.432573558
9562024-12-17T21:48:58.949Z+ banner doctests
9572024-12-17T21:48:58.949Z
9582024-12-17T21:48:58.949Z ##### #### #### ##### ###### #### ##### ####
9592024-12-17T21:48:58.949Z # # # # # # # # # # #
9602024-12-17T21:48:58.949Z # # # # # # ##### #### # ####
9612024-12-17T21:48:58.949Z # # # # # # # # # #
9622024-12-17T21:48:58.949Z # # # # # # # # # # # # #
9632024-12-17T21:48:58.949Z ##### #### #### # ###### #### # ####
9642024-12-17T21:48:58.949Z
9652024-12-17T21:48:58.952Z+ ptime -m cargo test --doc
9662024-12-17T21:48:59.238Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
9672024-12-17T21:48:59.256Z Doc-tests cargo_nextest
9682024-12-17T21:48:59.685Z
9692024-12-17T21:48:59.685Zrunning 0 tests
9702024-12-17T21:48:59.685Z
9712024-12-17T21:48:59.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9722024-12-17T21:48:59.693Z
9732024-12-17T21:48:59.703Z Doc-tests fixture_data
9742024-12-17T21:48:59.758Z
9752024-12-17T21:48:59.758Zrunning 0 tests
9762024-12-17T21:48:59.759Z
9772024-12-17T21:48:59.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9782024-12-17T21:48:59.759Z
9792024-12-17T21:48:59.765Z Doc-tests integration_tests
9802024-12-17T21:48:59.830Z
9812024-12-17T21:48:59.830Zrunning 0 tests
9822024-12-17T21:48:59.830Z
9832024-12-17T21:48:59.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9842024-12-17T21:48:59.830Z
9852024-12-17T21:48:59.837Z Doc-tests nextest_filtering
9862024-12-17T21:48:59.954Z
9872024-12-17T21:48:59.954Zrunning 0 tests
9882024-12-17T21:48:59.954Z
9892024-12-17T21:48:59.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9902024-12-17T21:48:59.954Z
9912024-12-17T21:48:59.963Z Doc-tests nextest_metadata
9922024-12-17T21:49:00.098Z
9932024-12-17T21:49:00.098Zrunning 2 tests
9942024-12-17T21:49:00.656Ztest nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok
9952024-12-17T21:49:03.452Ztest nextest-metadata/src/lib.rs - (line 15) ... ok
9962024-12-17T21:49:03.452Z
9972024-12-17T21:49:03.454Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.35s
9982024-12-17T21:49:03.454Z
9992024-12-17T21:49:03.464Z Doc-tests nextest_runner
10002024-12-17T21:49:04.224Z
10012024-12-17T21:49:04.225Zrunning 0 tests
10022024-12-17T21:49:04.225Z
10032024-12-17T21:49:04.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10042024-12-17T21:49:04.225Z
10052024-12-17T21:49:04.250Z Doc-tests nextest_workspace_hack
10062024-12-17T21:49:04.291Z
10072024-12-17T21:49:04.291Zrunning 0 tests
10082024-12-17T21:49:04.291Z
10092024-12-17T21:49:04.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10102024-12-17T21:49:04.291Z
10112024-12-17T21:49:04.312Z
10122024-12-17T21:49:04.315Zreal 5.347998445
10132024-12-17T21:49:04.315Zuser 5.332278619
10142024-12-17T21:49:04.315Zsys 1.596663534
10152024-12-17T21:49:04.315Ztrap 0.003688531
10162024-12-17T21:49:04.316Ztflt 0.013773388
10172024-12-17T21:49:04.316Zdflt 0.006245088
10182024-12-17T21:49:04.316Zkflt 0.000012360
10192024-12-17T21:49:04.316Zlock 9.282270564
10202024-12-17T21:49:04.316Zslp 29.805632764
10212024-12-17T21:49:04.316Zlat 0.046239339
10222024-12-17T21:49:04.316Zstop 0.441307513
10232024-12-17T21:49:04.316Z+ banner local-nt
10242024-12-17T21:49:04.316Z
10252024-12-17T21:49:04.316Z # #### #### ## # # # #####
10262024-12-17T21:49:04.316Z # # # # # # # # ## # #
10272024-12-17T21:49:04.316Z # # # # # # # ##### # # # #
10282024-12-17T21:49:04.316Z # # # # ###### # # # # #
10292024-12-17T21:49:04.316Z # # # # # # # # # ## #
10302024-12-17T21:49:04.316Z ###### #### #### # # ###### # # #
10312024-12-17T21:49:04.316Z
10322024-12-17T21:49:04.317Z+ ptime -m cargo local-nt run --profile ci
10332024-12-17T21:49:04.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
10342024-12-17T21:49:04.603Z Running `target/debug/cargo-nextest nextest run --profile ci`
10352024-12-17T21:49:05.050Zinfo: experimental features enabled: setup-scripts
10362024-12-17T21:49:05.314Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
10372024-12-17T21:49:05.468Z────────────
10382024-12-17T21:49:05.468Z Nextest run ID ded1b47c-6daa-4bdf-9584-92b5be4010cf with nextest profile: ci
10392024-12-17T21:49:05.468Z Starting 288 tests across 15 binaries (1 test skipped)
10402024-12-17T21:49:05.473Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
10412024-12-17T21:49:05.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
10422024-12-17T21:49:05.772Z Running `target/debug/build-seed-archive`
10432024-12-17T21:49:05.794Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-81544b5e5865bb78536eed78d4d53dd724f5ea41d706fe771093bd33e3f63474.tar.zst, building
10442024-12-17T21:49:07.974Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-81544b5e5865bb78536eed78d4d53dd724f5ea41d706fe771093bd33e3f63474.tar.zst
10452024-12-17T21:49:07.977Z SETUP PASS [ 2.509s] build-seed-archive: cargo run --bin build-seed-archive
10462024-12-17T21:49:08.001Z PASS [ 0.022s] integration-tests::custom-harness thread_count::test_multi_threaded
10472024-12-17T21:49:08.003Z PASS [ 0.022s] integration-tests::custom-harness thread_count::test_single_threaded
10482024-12-17T21:49:08.027Z PASS [ 0.049s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
10492024-12-17T21:49:08.197Z PASS [ 0.219s] cargo-nextest dispatch::tests::test_argument_parsing
10502024-12-17T21:49:09.561Z PASS [ 1.583s] integration-tests::integration test_list_binaries_only
10512024-12-17T21:49:09.669Z PASS [ 1.664s] integration-tests::integration test_list_host_after_build
10522024-12-17T21:49:09.882Z PASS [ 1.877s] integration-tests::integration test_list_target_after_build
10532024-12-17T21:49:09.936Z PASS [ 1.957s] integration-tests::integration test_list_full
10542024-12-17T21:49:09.995Z PASS [ 2.016s] integration-tests::integration test_list_full_after_build
10552024-12-17T21:49:10.043Z PASS [ 2.064s] integration-tests::integration test_list_default
10562024-12-17T21:49:11.553Z PASS [ 1.616s] integration-tests::integration test_run_from_archive_with_missing_includes
10572024-12-17T21:49:12.795Z PASS [ 2.751s] integration-tests::integration test_run_no_tests
10582024-12-17T21:49:13.148Z PASS [ 3.479s] integration-tests::integration test_run_after_build
10592024-12-17T21:49:14.061Z PASS [ 5.863s] integration-tests::integration test_relocated_run
10602024-12-17T21:49:14.287Z PASS [ 6.258s] integration-tests::integration test_list_with_default_filter
10612024-12-17T21:49:14.436Z PASS [ 1.640s] integration-tests::integration test_setup_script_error
10622024-12-17T21:49:14.575Z PASS [ 1.424s] integration-tests::integration test_setup_scripts_not_enabled
10632024-12-17T21:49:14.579Z PASS [ 3.023s] integration-tests::integration test_run_with_default_filter
10642024-12-17T21:49:14.630Z PASS [ 0.051s] integration-tests::integration test_version_info
10652024-12-17T21:49:14.984Z PASS [ 0.350s] nextest-filtering parsing::tests::proptest_expr_roundtrip
10662024-12-17T21:49:15.002Z PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error
10672024-12-17T21:49:15.021Z PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof
10682024-12-17T21:49:15.038Z PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr
10692024-12-17T21:49:15.055Z PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_and_operator
10702024-12-17T21:49:15.070Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_escapes
10712024-12-17T21:49:15.085Z PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_glob
10722024-12-17T21:49:15.100Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_or_operator
10732024-12-17T21:49:15.120Z PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform
10742024-12-17T21:49:15.140Z PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex
10752024-12-17T21:49:15.159Z PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_argument
10762024-12-17T21:49:15.179Z PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_close_parentheses
10772024-12-17T21:49:15.201Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_regex
10782024-12-17T21:49:15.219Z PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_open_parentheses
10792024-12-17T21:49:15.240Z PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_parentheses
10802024-12-17T21:49:15.256Z PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_comma
10812024-12-17T21:49:15.275Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_difference
10822024-12-17T21:49:15.295Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_intersection
10832024-12-17T21:49:15.315Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_not
10842024-12-17T21:49:15.335Z PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_precedence
10852024-12-17T21:49:15.357Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_set
10862024-12-17T21:49:15.378Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union
10872024-12-17T21:49:15.404Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_glob_matcher
10882024-12-17T21:49:15.434Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher
10892024-12-17T21:49:15.463Z PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
10902024-12-17T21:49:15.513Z PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_regex
10912024-12-17T21:49:15.543Z PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_set_def
10922024-12-17T21:49:15.564Z PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument
10932024-12-17T21:49:15.587Z PASS [ 0.022s] nextest-filtering parsing::tests::test_unexpected_comma
10942024-12-17T21:49:15.666Z PASS [ 1.378s] integration-tests::integration test_show_config_version
10952024-12-17T21:49:15.690Z PASS [ 0.023s] nextest-filtering::match test_binary_query
10962024-12-17T21:49:15.714Z PASS [ 0.023s] nextest-filtering::match test_expr_binary
10972024-12-17T21:49:15.756Z PASS [ 0.041s] nextest-filtering::match test_expr_binary_id_glob
10982024-12-17T21:49:15.783Z PASS [ 0.026s] nextest-filtering::match test_expr_deps
10992024-12-17T21:49:15.807Z PASS [ 0.023s] nextest-filtering::match test_expr_kind
11002024-12-17T21:49:15.825Z PASS [ 0.236s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
11012024-12-17T21:49:15.840Z PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial
11022024-12-17T21:49:15.844Z PASS [ 5.959s] integration-tests::integration test_run_from_archive_with_includes
11032024-12-17T21:49:15.855Z PASS [ 0.026s] nextest-filtering::match test_expr_package_contains
11042024-12-17T21:49:15.859Z PASS [ 0.021s] nextest-filtering::match test_expr_package_equal
11052024-12-17T21:49:15.871Z PASS [ 0.025s] nextest-filtering::match test_expr_package_regex
11062024-12-17T21:49:15.885Z PASS [ 0.030s] nextest-filtering::match test_expr_platform
11072024-12-17T21:49:15.902Z PASS [ 0.030s] nextest-filtering::match test_expr_test
11082024-12-17T21:49:15.917Z PASS [ 0.054s] nextest-filtering::match test_expr_rdeps
11092024-12-17T21:49:15.921Z PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not
11102024-12-17T21:49:15.928Z PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_minus
11112024-12-17T21:49:15.945Z PASS [ 0.025s] nextest-filtering::match test_expr_test_intersect::with_ampersand
11122024-12-17T21:49:15.949Z PASS [ 0.031s] nextest-filtering::match test_expr_test_intersect::with_and
11132024-12-17T21:49:15.954Z PASS [ 0.026s] nextest-filtering::match test_expr_test_not
11142024-12-17T21:49:15.967Z PASS [ 0.023s] nextest-filtering::match test_expr_test_union::with_or
11152024-12-17T21:49:15.975Z PASS [ 0.024s] nextest-filtering::match test_expr_test_union::with_pipe
11162024-12-17T21:49:15.982Z PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_plus
11172024-12-17T21:49:15.992Z PASS [ 0.019s] nextest-metadata test_list::tests::test_binary_id_ord
11182024-12-17T21:49:16.001Z PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
11192024-12-17T21:49:16.025Z PASS [ 0.056s] nextest-filtering::match test_expr_with_no_matching_packages
11202024-12-17T21:49:16.025Z PASS [ 0.030s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
11212024-12-17T21:49:16.030Z PASS [ 0.026s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
11222024-12-17T21:49:16.047Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
11232024-12-17T21:49:16.061Z PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
11242024-12-17T21:49:16.067Z PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
11252024-12-17T21:49:16.073Z PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
11262024-12-17T21:49:16.084Z PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
11272024-12-17T21:49:16.095Z PASS [ 6.093s] integration-tests::integration test_run_from_archive_with_no_includes
11282024-12-17T21:49:16.099Z PASS [ 0.028s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
11292024-12-17T21:49:16.099Z PASS [ 0.025s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
11302024-12-17T21:49:16.121Z PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_env_var_precedence
11312024-12-17T21:49:16.159Z PASS [ 0.049s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
11322024-12-17T21:49:16.213Z PASS [ 0.103s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
11332024-12-17T21:49:16.410Z PASS [ 0.310s] nextest-runner config::archive::tests::parse_invalid::absolute_path
11342024-12-17T21:49:16.413Z PASS [ 0.289s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
11352024-12-17T21:49:16.456Z PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
11362024-12-17T21:49:16.513Z PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
11372024-12-17T21:49:16.706Z PASS [ 0.294s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
11382024-12-17T21:49:16.708Z PASS [ 0.294s] nextest-runner config::archive::tests::parse_invalid::missing_list
11392024-12-17T21:49:16.730Z PASS [ 0.023s] nextest-runner config::archive::tests::test_join_rel_path
11402024-12-17T21:49:16.756Z PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid
11412024-12-17T21:49:16.844Z PASS [ 0.387s] nextest-runner config::archive::tests::parse_invalid::negative_depth
11422024-12-17T21:49:16.871Z PASS [ 0.357s] nextest-runner config::archive::tests::parse_invalid::parent_component
11432024-12-17T21:49:16.903Z PASS [ 0.058s] nextest-runner config::helpers::tests::test_deserialize_relative_path
11442024-12-17T21:49:16.938Z PASS [ 0.034s] nextest-runner config::identifier::tests::test_valid
11452024-12-17T21:49:16.944Z PASS [ 0.071s] nextest-runner config::identifier::tests::test_invalid
11462024-12-17T21:49:16.961Z PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
11472024-12-17T21:49:16.966Z PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate
11482024-12-17T21:49:16.986Z PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
11492024-12-17T21:49:16.997Z PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
11502024-12-17T21:49:17.010Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
11512024-12-17T21:49:17.024Z PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
11522024-12-17T21:49:17.032Z PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
11532024-12-17T21:49:17.052Z PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
11542024-12-17T21:49:17.070Z PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
11552024-12-17T21:49:17.210Z PASS [ 0.108s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
11562024-12-17T21:49:17.213Z PASS [ 0.454s] nextest-runner config::config_impl::tests::ignored_keys
11572024-12-17T21:49:17.290Z PASS [ 0.583s] nextest-runner config::archive::tests::parse_valid
11582024-12-17T21:49:17.540Z PASS [ 0.471s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
11592024-12-17T21:49:17.564Z PASS [ 0.353s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
11602024-12-17T21:49:17.569Z PASS [ 0.358s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
11612024-12-17T21:49:17.608Z PASS [ 0.318s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
11622024-12-17T21:49:17.833Z PASS [ 0.293s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
11632024-12-17T21:49:17.864Z PASS [ 0.299s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
11642024-12-17T21:49:17.872Z PASS [ 0.302s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
11652024-12-17T21:49:17.894Z PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
11662024-12-17T21:49:18.132Z PASS [ 3.695s] integration-tests::integration test_target_arg
11672024-12-17T21:49:18.160Z PASS [ 0.326s] nextest-runner config::overrides::tests::test_overrides_basic
11682024-12-17T21:49:18.165Z PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
11692024-12-17T21:49:18.176Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
11702024-12-17T21:49:18.187Z PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
11712024-12-17T21:49:18.440Z PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
11722024-12-17T21:49:18.446Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
11732024-12-17T21:49:18.456Z PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
11742024-12-17T21:49:18.461Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
11752024-12-17T21:49:18.475Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
11762024-12-17T21:49:18.715Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
11772024-12-17T21:49:18.724Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
11782024-12-17T21:49:18.729Z PASS [ 0.267s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
11792024-12-17T21:49:18.734Z PASS [ 0.277s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
11802024-12-17T21:49:18.751Z PASS [ 0.275s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
11812024-12-17T21:49:19.021Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
11822024-12-17T21:49:19.023Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
11832024-12-17T21:49:19.024Z PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
11842024-12-17T21:49:19.024Z PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
11852024-12-17T21:49:19.040Z PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
11862024-12-17T21:49:19.045Z PASS [ 4.981s] integration-tests::integration test_show_config_test_groups
11872024-12-17T21:49:19.268Z PASS [ 0.253s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
11882024-12-17T21:49:19.270Z PASS [ 0.261s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
11892024-12-17T21:49:19.271Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
11902024-12-17T21:49:19.283Z PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
11912024-12-17T21:49:19.303Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
11922024-12-17T21:49:19.308Z PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_valid
11932024-12-17T21:49:19.538Z PASS [ 0.268s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
11942024-12-17T21:49:19.540Z PASS [ 0.268s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
11952024-12-17T21:49:19.541Z PASS [ 0.269s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
11962024-12-17T21:49:19.547Z PASS [ 0.264s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
11972024-12-17T21:49:19.573Z PASS [ 0.264s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
11982024-12-17T21:49:19.578Z PASS [ 0.271s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
11992024-12-17T21:49:19.824Z PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
12002024-12-17T21:49:19.824Z PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
12012024-12-17T21:49:19.829Z PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
12022024-12-17T21:49:19.832Z PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
12032024-12-17T21:49:19.859Z PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
12042024-12-17T21:49:19.861Z PASS [ 0.280s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
12052024-12-17T21:49:20.108Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
12062024-12-17T21:49:20.113Z PASS [ 0.269s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
12072024-12-17T21:49:20.120Z PASS [ 0.289s] nextest-runner config::scripts::tests::test_scripts_basic
12082024-12-17T21:49:20.137Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
12092024-12-17T21:49:20.158Z PASS [ 5.579s] integration-tests::integration test_target_dir
12102024-12-17T21:49:20.183Z PASS [ 0.324s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
12112024-12-17T21:49:20.202Z PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
12122024-12-17T21:49:20.417Z PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
12132024-12-17T21:49:20.420Z PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
12142024-12-17T21:49:20.420Z PASS [ 0.279s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
12152024-12-17T21:49:20.424Z PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
12162024-12-17T21:49:20.436Z PASS [ 0.277s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
12172024-12-17T21:49:20.462Z PASS [ 0.278s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
12182024-12-17T21:49:20.492Z PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
12192024-12-17T21:49:20.674Z PASS [ 0.275s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
12202024-12-17T21:49:20.676Z PASS [ 0.281s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
12212024-12-17T21:49:20.686Z PASS [ 0.283s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
12222024-12-17T21:49:20.707Z PASS [ 0.286s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
12232024-12-17T21:49:20.733Z PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
12242024-12-17T21:49:20.747Z PASS [ 0.285s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
12252024-12-17T21:49:20.802Z PASS [ 0.308s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
12262024-12-17T21:49:20.955Z PASS [ 0.281s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
12272024-12-17T21:49:20.958Z PASS [ 0.269s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
12282024-12-17T21:49:20.958Z PASS [ 0.276s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
12292024-12-17T21:49:20.993Z PASS [ 0.285s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
12302024-12-17T21:49:21.016Z PASS [ 0.282s] nextest-runner config::test_threads::tests::parse_test_threads::negative
12312024-12-17T21:49:21.028Z PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
12322024-12-17T21:49:21.077Z PASS [ 0.275s] nextest-runner config::test_threads::tests::parse_test_threads::positive
12332024-12-17T21:49:21.237Z PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::negative
12342024-12-17T21:49:21.243Z PASS [ 0.287s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
12352024-12-17T21:49:21.251Z PASS [ 0.294s] nextest-runner config::test_threads::tests::parse_test_threads::zero
12362024-12-17T21:49:21.263Z PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file
12372024-12-17T21:49:21.275Z PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
12382024-12-17T21:49:21.314Z PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
12392024-12-17T21:49:21.326Z PASS [ 0.062s] nextest-runner errors::tests::display_error_chain
12402024-12-17T21:49:21.333Z PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
12412024-12-17T21:49:21.337Z PASS [ 0.022s] nextest-runner list::binary_list::tests::test_parse_binary_list
12422024-12-17T21:49:21.340Z PASS [ 0.062s] nextest-runner errors::tests::display_error_list
12432024-12-17T21:49:21.352Z PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
12442024-12-17T21:49:21.357Z PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
12452024-12-17T21:49:21.365Z PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
12462024-12-17T21:49:21.372Z PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
12472024-12-17T21:49:21.375Z PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
12482024-12-17T21:49:21.378Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
12492024-12-17T21:49:21.382Z PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::positive
12502024-12-17T21:49:21.397Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
12512024-12-17T21:49:21.400Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
12522024-12-17T21:49:21.400Z PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
12532024-12-17T21:49:21.405Z PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
12542024-12-17T21:49:21.415Z PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
12552024-12-17T21:49:21.420Z PASS [ 0.022s] nextest-runner partition::tests::partitioner_builder_from_str
12562024-12-17T21:49:21.427Z PASS [ 0.023s] nextest-runner list::test_list::tests::test_parse_test_list
12572024-12-17T21:49:21.429Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
12582024-12-17T21:49:21.436Z PASS [ 0.033s] nextest-runner platform::tests::test_from_rustc_output_invalid
12592024-12-17T21:49:21.442Z PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
12602024-12-17T21:49:21.445Z PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
12612024-12-17T21:49:21.450Z PASS [ 0.019s] nextest-runner redact::tests::test_redact_path
12622024-12-17T21:49:21.460Z PASS [ 0.030s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
12632024-12-17T21:49:21.463Z PASS [ 0.024s] nextest-runner reporter::displayer::tests::no_capture_settings
12642024-12-17T21:49:21.482Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
12652024-12-17T21:49:21.491Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
12662024-12-17T21:49:21.500Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
12672024-12-17T21:49:21.503Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
12682024-12-17T21:49:21.507Z PASS [ 0.059s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
12692024-12-17T21:49:21.518Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
12702024-12-17T21:49:21.523Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
12712024-12-17T21:49:21.535Z PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::zero
12722024-12-17T21:49:21.540Z PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_final_warnings
12732024-12-17T21:49:21.543Z PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
12742024-12-17T21:49:21.546Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
12752024-12-17T21:49:21.553Z PASS [ 0.300s] nextest-runner config::tool_config::tests::tool_config_basic
12762024-12-17T21:49:21.555Z PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
12772024-12-17T21:49:21.556Z PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
12782024-12-17T21:49:21.560Z PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
12792024-12-17T21:49:21.569Z PASS [ 0.021s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
12802024-12-17T21:49:21.573Z PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
12812024-12-17T21:49:21.577Z PASS [ 0.023s] nextest-runner reporter::events::tests::test_is_success
12822024-12-17T21:49:21.582Z PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end
12832024-12-17T21:49:21.589Z PASS [ 0.035s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
12842024-12-17T21:49:21.593Z PASS [ 0.070s] nextest-runner reporter::displayer::tests::test_info_response
12852024-12-17T21:49:21.603Z PASS [ 0.058s] nextest-runner reporter::displayer::tests::test_write_skip_counts
12862024-12-17T21:49:21.608Z PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
12872024-12-17T21:49:21.614Z PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative
12882024-12-17T21:49:21.623Z PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
12892024-12-17T21:49:21.632Z PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output
12902024-12-17T21:49:21.635Z PASS [ 0.025s] nextest-runner runner::imp::tests::no_capture_settings
12912024-12-17T21:49:21.635Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
12922024-12-17T21:49:21.644Z PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
12932024-12-17T21:49:21.648Z PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn
12942024-12-17T21:49:21.653Z PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
12952024-12-17T21:49:21.663Z PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script
12962024-12-17T21:49:21.668Z PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples
12972024-12-17T21:49:21.668Z PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config
12982024-12-17T21:49:21.676Z PASS [ 0.020s] nextest-runner test_filter::tests::pattern_examples
12992024-12-17T21:49:21.757Z PASS [ 0.123s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
13002024-12-17T21:49:21.772Z PASS [ 0.138s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
13012024-12-17T21:49:21.778Z PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples
13022024-12-17T21:49:21.807Z PASS [ 0.143s] nextest-runner test_filter::tests::proptest_empty
13032024-12-17T21:49:21.902Z PASS [ 0.234s] nextest-runner test_filter::tests::proptest_no_match
13042024-12-17T21:49:21.933Z PASS [ 0.318s] nextest-runner rustc_cli::tests::test_execute_with_failure
13052024-12-17T21:49:22.349Z PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause
13062024-12-17T21:49:22.357Z PASS [ 0.688s] nextest-runner test_filter::tests::proptest_exact
13072024-12-17T21:49:22.498Z PASS [ 0.820s] nextest-runner test_filter::tests::proptest_substring
13082024-12-17T21:49:23.251Z PASS [ 13.689s] integration-tests::integration test_run
13092024-12-17T21:49:23.298Z PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
13102024-12-17T21:49:23.695Z PASS [ 1.761s] nextest-runner::integration basic::test_list_binaries
13112024-12-17T21:49:23.948Z PASS [ 2.044s] nextest-runner::integration basic::test_filter_expr_without_string_filters
13122024-12-17T21:49:23.953Z PASS [ 1.602s] nextest-runner::integration basic::test_list_tests
13132024-12-17T21:49:23.958Z PASS [ 2.150s] nextest-runner::integration basic::test_filter_expr_with_string_filters
13142024-12-17T21:49:23.977Z PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching
13152024-12-17T21:49:24.003Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg
13162024-12-17T21:49:24.007Z PASS [ 0.312s] nextest-runner::integration basic::test_string_filters_without_filter_expr
13172024-12-17T21:49:24.027Z PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact
13182024-12-17T21:49:24.052Z PASS [ 0.751s] nextest-runner::integration basic::test_run_ignored
13192024-12-17T21:49:24.235Z PASS [ 0.276s] nextest-runner::integration target_runner::falls_back_to_cargo_config
13202024-12-17T21:49:24.260Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env
13212024-12-17T21:49:24.285Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli
13222024-12-17T21:49:24.310Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
13232024-12-17T21:49:24.335Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
13242024-12-17T21:49:24.360Z PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env
13252024-12-17T21:49:24.385Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
13262024-12-17T21:49:24.411Z PASS [ 0.025s] nextest-runner::integration target_triple::parses_target_cli_option
13272024-12-17T21:49:24.426Z PASS [ 0.417s] nextest-runner::integration target_runner::parses_cargo_env
13282024-12-17T21:49:24.564Z PASS [ 0.535s] nextest-runner::integration target_runner::test_listing_with_target_runner
13292024-12-17T21:49:25.278Z PASS [ 2.014s] nextest-runner::integration basic::test_run
13302024-12-17T21:49:25.595Z PASS [ 1.545s] nextest-runner::integration target_runner::test_run_with_target_runner
13312024-12-17T21:49:26.291Z PASS [ 2.343s] nextest-runner::integration basic::test_termination
13322024-12-17T21:49:27.390Z PASS [ 5.032s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
13332024-12-17T21:49:27.401Z PASS [ 4.903s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
13342024-12-17T21:49:27.403Z────────────
13352024-12-17T21:49:27.403Z Summary [ 21.933s] 288 tests run: 288 passed, 1 skipped
13362024-12-17T21:49:27.430Z
13372024-12-17T21:49:27.433Zreal 23.107050395
13382024-12-17T21:49:27.433Zuser 1:17.963094804
13392024-12-17T21:49:27.433Zsys 55.322208836
13402024-12-17T21:49:27.433Ztrap 0.102291136
13412024-12-17T21:49:27.433Ztflt 0.083315696
13422024-12-17T21:49:27.434Zdflt 0.334943221
13432024-12-17T21:49:27.434Zkflt 0.013669938
13442024-12-17T21:49:27.434Zlock 11:01.933091868
13452024-12-17T21:49:27.434Zslp 5:33.815719601
13462024-12-17T21:49:27.434Zlat 1:20.261804172
13472024-12-17T21:49:27.434Zstop 2:15.309492218
13482024-12-17T21:49:27.434Z+ banner release
13492024-12-17T21:49:27.434Z
13502024-12-17T21:49:27.434Z ##### ###### # ###### ## #### ######
13512024-12-17T21:49:27.434Z # # # # # # # # #
13522024-12-17T21:49:27.434Z # # ##### # ##### # # #### #####
13532024-12-17T21:49:27.434Z ##### # # # ###### # #
13542024-12-17T21:49:27.434Z # # # # # # # # # #
13552024-12-17T21:49:27.434Z # # ###### ###### ###### # # #### ######
13562024-12-17T21:49:27.435Z
13572024-12-17T21:49:27.438Z+ ptime -m cargo nextest run --profile ci
13582024-12-17T21:49:27.860Zinfo: experimental features enabled: setup-scripts
13592024-12-17T21:49:28.117Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
13602024-12-17T21:49:28.245Z────────────
13612024-12-17T21:49:28.245Z Nextest run ID c582b519-43af-4c17-8284-a16775e5aa3d with nextest profile: ci
13622024-12-17T21:49:28.245Z Starting 288 tests across 15 binaries (1 test skipped)
13632024-12-17T21:49:28.248Z SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive
13642024-12-17T21:49:28.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
13652024-12-17T21:49:28.545Z Running `target/debug/build-seed-archive`
13662024-12-17T21:49:28.905Zinfo: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d90738817eb103f2b719fc8fcef162b61a5dcce5c70b27c2dacf79e8675232d1.tar.zst, building
13672024-12-17T21:49:31.038Zinfo: created new seed archive: /tmp/nextest-tests-seed-build/seed-d90738817eb103f2b719fc8fcef162b61a5dcce5c70b27c2dacf79e8675232d1.tar.zst
13682024-12-17T21:49:31.041Z SETUP PASS [ 2.796s] build-seed-archive: cargo run --bin build-seed-archive
13692024-12-17T21:49:31.064Z PASS [ 0.022s] integration-tests::custom-harness thread_count::test_single_threaded
13702024-12-17T21:49:31.070Z PASS [ 0.027s] integration-tests::custom-harness thread_count::test_multi_threaded
13712024-12-17T21:49:31.081Z PASS [ 0.039s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing
13722024-12-17T21:49:31.246Z PASS [ 0.204s] cargo-nextest dispatch::tests::test_argument_parsing
13732024-12-17T21:49:32.589Z PASS [ 1.546s] integration-tests::integration test_list_binaries_only
13742024-12-17T21:49:32.862Z PASS [ 1.797s] integration-tests::integration test_list_host_after_build
13752024-12-17T21:49:33.038Z PASS [ 1.967s] integration-tests::integration test_list_target_after_build
13762024-12-17T21:49:33.081Z PASS [ 2.035s] integration-tests::integration test_list_full
13772024-12-17T21:49:33.149Z PASS [ 2.106s] integration-tests::integration test_list_full_after_build
13782024-12-17T21:49:33.223Z PASS [ 2.180s] integration-tests::integration test_list_default
13792024-12-17T21:49:34.596Z PASS [ 1.515s] integration-tests::integration test_run_from_archive_with_missing_includes
13802024-12-17T21:49:36.465Z PASS [ 3.241s] integration-tests::integration test_run_no_tests
13812024-12-17T21:49:36.588Z PASS [ 5.506s] integration-tests::integration test_list_with_default_filter
13822024-12-17T21:49:36.757Z PASS [ 3.894s] integration-tests::integration test_run_after_build
13832024-12-17T21:49:37.331Z PASS [ 6.085s] integration-tests::integration test_relocated_run
13842024-12-17T21:49:37.811Z PASS [ 1.223s] integration-tests::integration test_setup_scripts_not_enabled
13852024-12-17T21:49:37.858Z PASS [ 1.393s] integration-tests::integration test_setup_script_error
13862024-12-17T21:49:37.865Z PASS [ 3.268s] integration-tests::integration test_run_with_default_filter
13872024-12-17T21:49:37.961Z PASS [ 0.096s] integration-tests::integration test_version_info
13882024-12-17T21:49:38.311Z PASS [ 0.349s] nextest-filtering parsing::tests::proptest_expr_roundtrip
13892024-12-17T21:49:38.327Z PASS [ 0.016s] nextest-filtering parsing::tests::test_complex_error
13902024-12-17T21:49:38.341Z PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_eof
13912024-12-17T21:49:38.357Z PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_expr
13922024-12-17T21:49:38.371Z PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_and_operator
13932024-12-17T21:49:38.387Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_escapes
13942024-12-17T21:49:38.403Z PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_glob
13952024-12-17T21:49:38.418Z PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_or_operator
13962024-12-17T21:49:38.433Z PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_platform
13972024-12-17T21:49:38.451Z PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_regex
13982024-12-17T21:49:38.464Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_argument
13992024-12-17T21:49:38.480Z PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_close_parentheses
14002024-12-17T21:49:38.494Z PASS [ 0.014s] nextest-filtering parsing::tests::test_missing_close_regex
14012024-12-17T21:49:38.507Z PASS [ 0.013s] nextest-filtering parsing::tests::test_missing_open_parentheses
14022024-12-17T21:49:38.521Z PASS [ 0.013s] nextest-filtering parsing::tests::test_missing_parentheses
14032024-12-17T21:49:38.523Z PASS [ 5.483s] integration-tests::integration test_run_from_archive_with_includes
14042024-12-17T21:49:38.536Z PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_comma
14052024-12-17T21:49:38.540Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_difference
14062024-12-17T21:49:38.551Z PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_intersection
14072024-12-17T21:49:38.556Z PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_not
14082024-12-17T21:49:38.569Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_precedence
14092024-12-17T21:49:38.569Z PASS [ 0.013s] nextest-filtering parsing::tests::test_parse_expr_set
14102024-12-17T21:49:38.588Z PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_glob_matcher
14112024-12-17T21:49:38.597Z PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_union
14122024-12-17T21:49:38.609Z PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_name_matcher
14132024-12-17T21:49:38.625Z PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher_quote
14142024-12-17T21:49:38.643Z PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_set_def
14152024-12-17T21:49:38.663Z PASS [ 0.054s] nextest-filtering parsing::tests::test_parse_regex
14162024-12-17T21:49:38.663Z PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument
14172024-12-17T21:49:38.685Z PASS [ 0.017s] nextest-filtering parsing::tests::test_unexpected_comma
14182024-12-17T21:49:38.700Z PASS [ 0.019s] nextest-filtering::match test_binary_query
14192024-12-17T21:49:38.726Z PASS [ 0.025s] nextest-filtering::match test_expr_binary
14202024-12-17T21:49:38.746Z PASS [ 0.019s] nextest-filtering::match test_expr_binary_id_glob
14212024-12-17T21:49:38.774Z PASS [ 0.027s] nextest-filtering::match test_expr_deps
14222024-12-17T21:49:38.801Z PASS [ 0.027s] nextest-filtering::match test_expr_kind
14232024-12-17T21:49:38.829Z PASS [ 0.027s] nextest-filtering::match test_expr_kind_partial
14242024-12-17T21:49:38.846Z PASS [ 0.017s] nextest-filtering::match test_expr_package_contains
14252024-12-17T21:49:38.863Z PASS [ 0.016s] nextest-filtering::match test_expr_package_equal
14262024-12-17T21:49:38.888Z PASS [ 0.024s] nextest-filtering::match test_expr_package_regex
14272024-12-17T21:49:38.895Z PASS [ 0.224s] nextest-filtering proptest_helpers::tests::proptest_regex_valid
14282024-12-17T21:49:38.898Z PASS [ 1.562s] integration-tests::integration test_show_config_version
14292024-12-17T21:49:38.905Z PASS [ 0.017s] nextest-filtering::match test_expr_platform
14302024-12-17T21:49:38.914Z PASS [ 0.018s] nextest-filtering::match test_expr_rdeps
14312024-12-17T21:49:38.918Z PASS [ 0.020s] nextest-filtering::match test_expr_test
14322024-12-17T21:49:38.924Z PASS [ 0.018s] nextest-filtering::match test_expr_test_difference::with_and_not
14332024-12-17T21:49:38.931Z PASS [ 0.016s] nextest-filtering::match test_expr_test_difference::with_minus
14342024-12-17T21:49:38.936Z PASS [ 0.017s] nextest-filtering::match test_expr_test_intersect::with_ampersand
14352024-12-17T21:49:38.940Z PASS [ 0.016s] nextest-filtering::match test_expr_test_intersect::with_and
14362024-12-17T21:49:38.946Z PASS [ 0.016s] nextest-filtering::match test_expr_test_not
14372024-12-17T21:49:38.953Z PASS [ 0.016s] nextest-filtering::match test_expr_test_union::with_or
14382024-12-17T21:49:38.957Z PASS [ 0.016s] nextest-filtering::match test_expr_test_union::with_pipe
14392024-12-17T21:49:38.963Z PASS [ 0.017s] nextest-filtering::match test_expr_test_union::with_plus
14402024-12-17T21:49:38.971Z PASS [ 0.018s] nextest-filtering::match test_expr_with_no_matching_packages
14412024-12-17T21:49:38.977Z PASS [ 0.014s] nextest-metadata test_list::tests::test_binary_id_ord
14422024-12-17T21:49:38.981Z PASS [ 0.014s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform
14432024-12-17T21:49:38.984Z PASS [ 0.014s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified
14442024-12-17T21:49:38.993Z PASS [ 0.016s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform
14452024-12-17T21:49:38.997Z PASS [ 0.016s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted
14462024-12-17T21:49:39.001Z PASS [ 0.016s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input
14472024-12-17T21:49:39.008Z PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables
14482024-12-17T21:49:39.012Z PASS [ 0.014s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after
14492024-12-17T21:49:39.016Z PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before
14502024-12-17T21:49:39.023Z PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value
14512024-12-17T21:49:39.028Z PASS [ 0.015s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative
14522024-12-17T21:49:39.033Z PASS [ 0.016s] nextest-runner cargo_config::env::tests::test_env_var_precedence
14532024-12-17T21:49:39.036Z PASS [ 0.013s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix
14542024-12-17T21:49:39.050Z PASS [ 0.022s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple
14552024-12-17T21:49:39.070Z PASS [ 5.921s] integration-tests::integration test_run_from_archive_with_no_includes
14562024-12-17T21:49:39.291Z PASS [ 0.258s] nextest-runner config::archive::tests::parse_invalid::absolute_path
14572024-12-17T21:49:39.310Z PASS [ 0.272s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing
14582024-12-17T21:49:39.315Z PASS [ 0.264s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type
14592024-12-17T21:49:39.354Z PASS [ 0.282s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to
14602024-12-17T21:49:39.569Z PASS [ 0.278s] nextest-runner config::archive::tests::parse_invalid::missing_list
14612024-12-17T21:49:39.597Z PASS [ 0.287s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to
14622024-12-17T21:49:39.599Z PASS [ 0.281s] nextest-runner config::archive::tests::parse_invalid::negative_depth
14632024-12-17T21:49:39.615Z PASS [ 0.017s] nextest-runner config::archive::tests::test_join_rel_path
14642024-12-17T21:49:39.619Z PASS [ 0.021s] nextest-runner config::config_impl::tests::default_config_is_valid
14652024-12-17T21:49:39.633Z PASS [ 0.014s] nextest-runner config::helpers::tests::test_deserialize_relative_path
14662024-12-17T21:49:39.642Z PASS [ 0.289s] nextest-runner config::archive::tests::parse_invalid::parent_component
14672024-12-17T21:49:39.650Z PASS [ 0.014s] nextest-runner config::identifier::tests::test_invalid
14682024-12-17T21:49:39.660Z PASS [ 0.015s] nextest-runner config::identifier::tests::test_valid
14692024-12-17T21:49:39.666Z PASS [ 0.015s] nextest-runner config::max_fail::tests::maxfail_builder_from_str
14702024-12-17T21:49:39.672Z PASS [ 0.013s] nextest-runner config::nextest_version::tests::test_accumulate
14712024-12-17T21:49:39.679Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata
14722024-12-17T21:49:39.685Z PASS [ 0.013s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty
14732024-12-17T21:49:39.695Z PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning
14742024-12-17T21:49:39.701Z PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release
14752024-12-17T21:49:39.713Z PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic
14762024-12-17T21:49:39.725Z PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch
14772024-12-17T21:49:39.738Z PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning
14782024-12-17T21:49:39.771Z PASS [ 0.049s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning
14792024-12-17T21:49:39.863Z PASS [ 0.293s] nextest-runner config::archive::tests::parse_valid
14802024-12-17T21:49:39.913Z PASS [ 0.298s] nextest-runner config::config_impl::tests::ignored_keys
14812024-12-17T21:49:40.125Z PASS [ 0.387s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified
14822024-12-17T21:49:40.331Z PASS [ 0.559s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform
14832024-12-17T21:49:40.408Z PASS [ 0.494s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform
14842024-12-17T21:49:40.414Z PASS [ 0.551s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default
14852024-12-17T21:49:40.581Z PASS [ 0.455s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map
14862024-12-17T21:49:40.738Z PASS [ 0.406s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset
14872024-12-17T21:49:40.745Z PASS [ 0.331s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified
14882024-12-17T21:49:40.797Z PASS [ 0.388s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression
14892024-12-17T21:49:40.941Z PASS [ 0.360s] nextest-runner config::overrides::tests::test_overrides_basic
14902024-12-17T21:49:41.114Z PASS [ 0.376s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple
14912024-12-17T21:49:41.114Z PASS [ 0.368s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr
14922024-12-17T21:49:41.219Z PASS [ 0.422s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple
14932024-12-17T21:49:41.270Z PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple
14942024-12-17T21:49:41.391Z PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr
14952024-12-17T21:49:41.394Z PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple
14962024-12-17T21:49:41.437Z PASS [ 3.625s] integration-tests::integration test_target_arg
14972024-12-17T21:49:41.498Z PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones
14982024-12-17T21:49:41.554Z PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly
14992024-12-17T21:49:41.659Z PASS [ 0.269s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly
15002024-12-17T21:49:41.663Z PASS [ 0.268s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified
15012024-12-17T21:49:41.719Z PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::not_match
15022024-12-17T21:49:41.772Z PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones
15032024-12-17T21:49:41.786Z PASS [ 5.028s] integration-tests::integration test_show_config_test_groups
15042024-12-17T21:49:41.841Z PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration
15052024-12-17T21:49:41.928Z PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay
15062024-12-17T21:49:41.928Z PASS [ 0.268s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count
15072024-12-17T21:49:41.985Z PASS [ 0.266s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay
15082024-12-17T21:49:42.029Z PASS [ 0.256s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count
15092024-12-17T21:49:42.045Z PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay
15102024-12-17T21:49:42.100Z PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count
15112024-12-17T21:49:42.198Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay
15122024-12-17T21:49:42.206Z PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff
15132024-12-17T21:49:42.259Z PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay
15142024-12-17T21:49:42.301Z PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff
15152024-12-17T21:49:42.324Z PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_valid
15162024-12-17T21:49:42.371Z PASS [ 0.271s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map
15172024-12-17T21:49:42.483Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression
15182024-12-17T21:49:42.492Z PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset
15192024-12-17T21:49:42.547Z PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified
15202024-12-17T21:49:42.576Z PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program
15212024-12-17T21:49:42.599Z PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool
15222024-12-17T21:49:42.655Z PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command
15232024-12-17T21:49:42.770Z PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list
15242024-12-17T21:49:42.786Z PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name
15252024-12-17T21:49:42.820Z PASS [ 0.273s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name
15262024-12-17T21:49:42.858Z PASS [ 0.281s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command
15272024-12-17T21:49:42.886Z PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration
15282024-12-17T21:49:42.928Z PASS [ 0.273s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts
15292024-12-17T21:49:43.058Z PASS [ 0.272s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_
15302024-12-17T21:49:43.070Z PASS [ 0.298s] nextest-runner config::scripts::tests::test_scripts_basic
15312024-12-17T21:49:43.107Z PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation
15322024-12-17T21:49:43.154Z PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values
15332024-12-17T21:49:43.154Z PASS [ 0.268s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile
15342024-12-17T21:49:43.233Z PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error
15352024-12-17T21:49:43.353Z PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table
15362024-12-17T21:49:43.364Z PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period
15372024-12-17T21:49:43.418Z PASS [ 0.309s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail
15382024-12-17T21:49:43.451Z PASS [ 0.296s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name
15392024-12-17T21:49:43.455Z PASS [ 0.299s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_
15402024-12-17T21:49:43.515Z PASS [ 0.281s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global
15412024-12-17T21:49:43.625Z PASS [ 0.272s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon
15422024-12-17T21:49:43.650Z PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_
15432024-12-17T21:49:43.689Z PASS [ 0.271s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid
15442024-12-17T21:49:43.725Z PASS [ 0.275s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config
15452024-12-17T21:49:43.733Z PASS [ 0.277s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config
15462024-12-17T21:49:43.733Z PASS [ 5.873s] integration-tests::integration test_target_dir
15472024-12-17T21:49:43.818Z PASS [ 0.302s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config
15482024-12-17T21:49:43.908Z PASS [ 0.283s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config
15492024-12-17T21:49:43.940Z PASS [ 0.290s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global
15502024-12-17T21:49:44.005Z PASS [ 0.279s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_
15512024-12-17T21:49:44.009Z PASS [ 0.276s] nextest-runner config::test_threads::tests::parse_test_threads::negative
15522024-12-17T21:49:44.014Z PASS [ 0.325s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_
15532024-12-17T21:49:44.029Z PASS [ 0.296s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid
15542024-12-17T21:49:44.124Z PASS [ 0.306s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus
15552024-12-17T21:49:44.195Z PASS [ 0.285s] nextest-runner config::test_threads::tests::parse_test_threads::positive
15562024-12-17T21:49:44.220Z PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::zero
15572024-12-17T21:49:44.285Z PASS [ 0.279s] nextest-runner config::threads_required::tests::parse_threads_required::negative
15582024-12-17T21:49:44.289Z PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads
15592024-12-17T21:49:44.291Z PASS [ 0.279s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus
15602024-12-17T21:49:44.300Z PASS [ 0.270s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads
15612024-12-17T21:49:44.300Z PASS [ 0.016s] nextest-runner config::tool_config::tests::parse_tool_config_file
15622024-12-17T21:49:44.320Z PASS [ 0.019s] nextest-runner list::binary_list::tests::test_parse_binary_list
15632024-12-17T21:49:44.336Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir
15642024-12-17T21:49:44.346Z PASS [ 0.057s] nextest-runner errors::tests::display_error_chain
15652024-12-17T21:49:44.352Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths
15662024-12-17T21:49:44.362Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms
15672024-12-17T21:49:44.367Z PASS [ 0.066s] nextest-runner errors::tests::display_error_list
15682024-12-17T21:49:44.369Z PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field
15692024-12-17T21:49:44.379Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets
15702024-12-17T21:49:44.384Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field
15712024-12-17T21:49:44.387Z PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field
15722024-12-17T21:49:44.395Z PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary
15732024-12-17T21:49:44.399Z PASS [ 0.274s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads
15742024-12-17T21:49:44.399Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets
15752024-12-17T21:49:44.403Z PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target
15762024-12-17T21:49:44.410Z PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target
15772024-12-17T21:49:44.416Z PASS [ 0.013s] nextest-runner platform::tests::test_from_rustc_output_invalid
15782024-12-17T21:49:44.420Z PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list
15792024-12-17T21:49:44.423Z PASS [ 0.021s] nextest-runner partition::tests::partitioner_builder_from_str
15802024-12-17T21:49:44.426Z PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line
15812024-12-17T21:49:44.431Z PASS [ 0.015s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines
15822024-12-17T21:49:44.438Z PASS [ 0.017s] nextest-runner redact::tests::test_redact_path
15832024-12-17T21:49:44.443Z PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace
15842024-12-17T21:49:44.455Z PASS [ 0.023s] nextest-runner reporter::displayer::tests::no_capture_settings
15852024-12-17T21:49:44.455Z PASS [ 0.027s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props
15862024-12-17T21:49:44.471Z PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate
15872024-12-17T21:49:44.490Z PASS [ 0.296s] nextest-runner config::threads_required::tests::parse_threads_required::positive
15882024-12-17T21:49:44.490Z PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate
15892024-12-17T21:49:44.490Z PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final
15902024-12-17T21:49:44.496Z PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::zero
15912024-12-17T21:49:44.512Z PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line
15922024-12-17T21:49:44.516Z PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1
15932024-12-17T21:49:44.522Z PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2
15942024-12-17T21:49:44.532Z PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_final_warnings
15952024-12-17T21:49:44.536Z PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt
15962024-12-17T21:49:44.542Z PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3
15972024-12-17T21:49:44.546Z PASS [ 0.051s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4
15982024-12-17T21:49:44.550Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix
15992024-12-17T21:49:44.553Z PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight
16002024-12-17T21:49:44.556Z PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line
16012024-12-17T21:49:44.563Z PASS [ 0.016s] nextest-runner reporter::error_description::tests::test_heuristic_error_str
16022024-12-17T21:49:44.568Z PASS [ 0.014s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic
16032024-12-17T21:49:44.572Z PASS [ 0.018s] nextest-runner reporter::events::tests::test_is_success
16042024-12-17T21:49:44.572Z PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message
16052024-12-17T21:49:44.580Z PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_highlight_end
16062024-12-17T21:49:44.591Z PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_info_response
16072024-12-17T21:49:44.597Z PASS [ 0.057s] nextest-runner reporter::displayer::tests::test_write_skip_counts
16082024-12-17T21:49:44.606Z PASS [ 0.015s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect
16092024-12-17T21:49:44.611Z PASS [ 0.321s] nextest-runner config::tool_config::tests::tool_config_basic
16102024-12-17T21:49:44.614Z PASS [ 0.016s] nextest-runner reuse_build::tests::test_path_mapper_relative
16112024-12-17T21:49:44.621Z PASS [ 0.015s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt
16122024-12-17T21:49:44.627Z PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output
16132024-12-17T21:49:44.631Z PASS [ 0.020s] nextest-runner runner::imp::tests::no_capture_settings
16142024-12-17T21:49:44.631Z PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_none
16152024-12-17T21:49:44.639Z PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness
16162024-12-17T21:49:44.643Z PASS [ 0.022s] nextest-runner rustc_cli::tests::test_fail_to_spawn
16172024-12-17T21:49:44.650Z PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error
16182024-12-17T21:49:44.654Z PASS [ 0.022s] nextest-runner target_runner::tests::test_find_config
16192024-12-17T21:49:44.657Z PASS [ 0.014s] nextest-runner test_command::tests::parse_build_script
16202024-12-17T21:49:44.661Z PASS [ 0.016s] nextest-runner test_filter::tests::empty_pattern_examples
16212024-12-17T21:49:44.667Z PASS [ 0.017s] nextest-runner test_filter::tests::pattern_examples
16222024-12-17T21:49:44.725Z PASS [ 0.098s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env
16232024-12-17T21:49:44.741Z PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples
16242024-12-17T21:49:44.756Z PASS [ 0.124s] nextest-runner rustc_cli::tests::test_should_run_rustc_version
16252024-12-17T21:49:44.796Z PASS [ 0.142s] nextest-runner test_filter::tests::proptest_empty
16262024-12-17T21:49:44.881Z PASS [ 0.267s] nextest-runner rustc_cli::tests::test_execute_with_failure
16272024-12-17T21:49:44.896Z PASS [ 0.235s] nextest-runner test_filter::tests::proptest_no_match
16282024-12-17T21:49:44.983Z PASS [ 0.086s] nextest-runner::integration basic::test_list_binaries
16292024-12-17T21:49:45.029Z PASS [ 0.232s] nextest-runner::integration basic::test_filter_expr_with_string_filters
16302024-12-17T21:49:45.148Z PASS [ 0.267s] nextest-runner::integration basic::test_filter_expr_without_string_filters
16312024-12-17T21:49:45.208Z PASS [ 0.225s] nextest-runner::integration basic::test_list_tests
16322024-12-17T21:49:45.288Z PASS [ 0.631s] nextest-runner test_filter::tests::proptest_exact
16332024-12-17T21:49:45.320Z PASS [ 0.563s] nextest-runner time::stopwatch::tests::stopwatch_pause
16342024-12-17T21:49:45.544Z PASS [ 0.878s] nextest-runner test_filter::tests::proptest_substring
16352024-12-17T21:49:45.607Z PASS [ 0.318s] nextest-runner::integration basic::test_run_ignored
16362024-12-17T21:49:45.627Z PASS [ 0.020s] nextest-runner::integration target_runner::disregards_non_matching
16372024-12-17T21:49:45.633Z PASS [ 13.043s] integration-tests::integration test_run
16382024-12-17T21:49:45.655Z PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_cfg
16392024-12-17T21:49:45.680Z PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact
16402024-12-17T21:49:45.754Z PASS [ 0.433s] nextest-runner::integration basic::test_string_filters_without_filter_expr
16412024-12-17T21:49:45.881Z PASS [ 0.253s] nextest-runner::integration target_runner::falls_back_to_cargo_config
16422024-12-17T21:49:46.013Z PASS [ 0.333s] nextest-runner::integration target_runner::parses_cargo_env
16432024-12-17T21:49:46.030Z PASS [ 0.016s] nextest-runner::integration target_triple::parses_cargo_env
16442024-12-17T21:49:46.049Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli
16452024-12-17T21:49:46.068Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path
16462024-12-17T21:49:46.089Z PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic
16472024-12-17T21:49:46.109Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env
16482024-12-17T21:49:46.128Z PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path
16492024-12-17T21:49:46.132Z PASS [ 0.378s] nextest-runner::integration target_runner::test_listing_with_target_runner
16502024-12-17T21:49:46.145Z PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option
16512024-12-17T21:49:46.261Z PASS [ 1.519s] nextest-runner time::pausable_sleep::tests::reset_on_sleep
16522024-12-17T21:49:46.759Z PASS [ 1.551s] nextest-runner::integration basic::test_run
16532024-12-17T21:49:47.242Z PASS [ 1.361s] nextest-runner::integration target_runner::test_run_with_target_runner
16542024-12-17T21:49:47.833Z PASS [ 2.288s] nextest-runner::integration basic::test_termination
16552024-12-17T21:49:48.624Z PASS [ 3.594s] nextest-runner::integration basic::test_retries::retry_overrides_ignored
16562024-12-17T21:49:48.736Z PASS [ 3.587s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed
16572024-12-17T21:49:48.739Z────────────
16582024-12-17T21:49:48.739Z Summary [ 20.490s] 288 tests run: 288 passed, 1 skipped
16592024-12-17T21:49:48.758Z
16602024-12-17T21:49:48.761Zreal 21.317592681
16612024-12-17T21:49:48.761Zuser 1:12.105852960
16622024-12-17T21:49:48.761Zsys 51.983906673
16632024-12-17T21:49:48.762Ztrap 0.087194133
16642024-12-17T21:49:48.762Ztflt 0.111080290
16652024-12-17T21:49:48.762Zdflt 0.109823335
16662024-12-17T21:49:48.762Zkflt 0.002896779
16672024-12-17T21:49:48.762Zlock 10:26.078104359
16682024-12-17T21:49:48.762Zslp 4:47.226111468
16692024-12-17T21:49:48.762Zlat 1:12.995007377
16702024-12-17T21:49:48.762Zstop 2:06.040683085
16712024-12-17T21:49:48.762Zprocess exited: duration 270866 ms, exit code 0
 
16722024-12-17T21:49:48.769Zfound 0 output files