|
|
|
| 1 | 2024-12-01T22:39:20.077Z | job assigned to worker 01JE260ZJZ7C88A76QBV9ZVVF9 [factory gimlet-EVT22200007-propolis, EVT22200007/19715] (queued for 24 s) |
| |
| 2 | 2024-12-01T22:39:28.183Z | starting task 0: "setup" |
| 3 | 2024-12-01T22:39:28.207Z | ++ uname -s |
| 4 | 2024-12-01T22:39:28.207Z | + kern=SunOS |
| 5 | 2024-12-01T22:39:28.207Z | + case "$kern" in |
| 6 | 2024-12-01T22:39:28.207Z | + groupadd -g 12345 build |
| 7 | 2024-12-01T22:39:28.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-01T22:39:30.209Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-01T22:39:30.247Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-01T22:39:30.270Z | + home_fs=zfs |
| 11 | 2024-12-01T22:39:30.270Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-01T22:39:30.270Z | + mkdir -p /home/build |
| 13 | 2024-12-01T22:39:30.270Z | + chown build:build /home/build /work |
| 14 | 2024-12-01T22:39:32.255Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-01T22:39:32.278Z | process exited: duration 4075 ms, exit code 0 |
| |
| 16 | 2024-12-01T22:39:32.325Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-01T22:39:32.348Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-01T22:39:32.348Z | * toolchain channel = "stable" |
| 19 | 2024-12-01T22:39:32.348Z | ' stable |
| 20 | 2024-12-01T22:39:32.348Z | * toolchain profile = "default" |
| 21 | 2024-12-01T22:39:32.348Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-12-01T22:39:32.349Z | ' default |
| 23 | 2024-12-01T22:39:32.349Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-01T22:39:32.349Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 25 | 2024-12-01T22:39:32.476Z | info: downloading installer |
| 26 | 2024-12-01T22:39:32.858Z | info: profile set to 'default' |
| 27 | 2024-12-01T22:39:32.858Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-01T22:39:32.858Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 29 | 2024-12-01T22:39:32.965Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
| 30 | 2024-12-01T22:39:32.965Z | info: downloading component 'cargo' |
| 31 | 2024-12-01T22:39:33.087Z | info: downloading component 'clippy' |
| 32 | 2024-12-01T22:39:33.139Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-01T22:39:33.299Z | info: downloading component 'rust-std' |
| 34 | 2024-12-01T22:39:33.539Z | info: downloading component 'rustc' |
| 35 | 2024-12-01T22:39:34.410Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-01T22:39:34.448Z | info: installing component 'cargo' |
| 37 | 2024-12-01T22:39:35.560Z | info: installing component 'clippy' |
| 38 | 2024-12-01T22:39:36.026Z | info: installing component 'rust-docs' |
| 39 | 2024-12-01T22:39:38.828Z | info: installing component 'rust-std' |
| 40 | 2024-12-01T22:39:40.868Z | info: installing component 'rustc' |
| 41 | 2024-12-01T22:39:47.860Z | info: installing component 'rustfmt' |
| 42 | 2024-12-01T22:39:48.266Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 43 | 2024-12-01T22:39:48.266Z | |
| 44 | 2024-12-01T22:39:48.405Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
| 45 | 2024-12-01T22:39:48.405Z | |
| 46 | 2024-12-01T22:39:48.429Z | |
| 47 | 2024-12-01T22:39:48.429Z | Rust is installed now. Great! |
| 48 | 2024-12-01T22:39:48.429Z | |
| 49 | 2024-12-01T22:39:48.429Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-01T22:39:48.429Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-01T22:39:48.429Z | |
| 52 | 2024-12-01T22:39:48.429Z | To configure your current shell, you need to source |
| 53 | 2024-12-01T22:39:48.429Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-01T22:39:48.429Z | |
| 55 | 2024-12-01T22:39:48.429Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-01T22:39:48.429Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-01T22:39:48.429Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-01T22:39:48.485Z | + rustc --version |
| 59 | 2024-12-01T22:39:48.577Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 60 | 2024-12-01T22:39:48.601Z | process exited: duration 16257 ms, exit code 0 |
| |
| 61 | 2024-12-01T22:39:48.648Z | starting task 2: "authentication" |
| 62 | 2024-12-01T22:39:48.703Z | process exited: duration 53 ms, exit code 0 |
| |
| 63 | 2024-12-01T22:39:48.750Z | starting task 3: "clone repository" |
| 64 | 2024-12-01T22:39:48.774Z | + mkdir -p /work/nextest-rs/nextest |
| 65 | 2024-12-01T22:39:48.774Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
| 66 | 2024-12-01T22:39:48.797Z | Cloning into '/work/nextest-rs/nextest'... |
| 67 | 2024-12-01T22:39:50.473Z | + cd /work/nextest-rs/nextest |
| 68 | 2024-12-01T22:39:50.473Z | + git fetch origin f8f98d3a332db30ab773d308f719f3a0e6a7e2f0 |
| 69 | 2024-12-01T22:39:51.004Z | From https://github.com/nextest-rs/nextest |
| 70 | 2024-12-01T22:39:51.004Z | * branch f8f98d3a332db30ab773d308f719f3a0e6a7e2f0 -> FETCH_HEAD |
| 71 | 2024-12-01T22:39:51.028Z | + [[ -n '' ]] |
| 72 | 2024-12-01T22:39:51.028Z | + git reset --hard f8f98d3a332db30ab773d308f719f3a0e6a7e2f0 |
| 73 | 2024-12-01T22:39:51.085Z | HEAD is now at f8f98d3a [nextest-runner] improve data model for child error management |
| 74 | 2024-12-01T22:39:51.109Z | process exited: duration 2336 ms, exit code 0 |
| |
| 75 | 2024-12-01T22:39:51.156Z | starting task 4: "build" |
| 76 | 2024-12-01T22:39:51.179Z | + PLATFORM=illumos |
| 77 | 2024-12-01T22:39:51.179Z | + export CARGO_TERM_COLOR=always |
| 78 | 2024-12-01T22:39:51.179Z | + CARGO_TERM_COLOR=always |
| 79 | 2024-12-01T22:39:51.179Z | + cargo --version |
| 80 | 2024-12-01T22:39:51.240Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
| 81 | 2024-12-01T22:39:51.263Z | + rustc --version |
| 82 | 2024-12-01T22:39:51.322Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 83 | 2024-12-01T22:39:51.346Z | + banner install |
| 84 | 2024-12-01T22:39:51.346Z | |
| 85 | 2024-12-01T22:39:51.346Z | # # # #### ##### ## # # |
| 86 | 2024-12-01T22:39:51.346Z | # ## # # # # # # # |
| 87 | 2024-12-01T22:39:51.346Z | # # # # #### # # # # # |
| 88 | 2024-12-01T22:39:51.346Z | # # # # # # ###### # # |
| 89 | 2024-12-01T22:39:51.346Z | # # ## # # # # # # # |
| 90 | 2024-12-01T22:39:51.346Z | # # # #### # # # ###### ###### |
| 91 | 2024-12-01T22:39:51.346Z | |
| 92 | 2024-12-01T22:39:51.346Z | + mkdir -p /home/build/.cargo/bin |
| 93 | 2024-12-01T22:39:51.346Z | + curl -LsSf https://get.nexte.st/latest/illumos |
| 94 | 2024-12-01T22:39:51.346Z | + gunzip |
| 95 | 2024-12-01T22:39:51.346Z | + tar xf - -C /home/build/.cargo/bin |
| 96 | 2024-12-01T22:39:52.358Z | + banner metadata |
| 97 | 2024-12-01T22:39:52.381Z | |
| 98 | 2024-12-01T22:39:52.381Z | # # ###### ##### ## ##### ## ##### ## |
| 99 | 2024-12-01T22:39:52.381Z | ## ## # # # # # # # # # # # |
| 100 | 2024-12-01T22:39:52.381Z | # ## # ##### # # # # # # # # # # |
| 101 | 2024-12-01T22:39:52.381Z | # # # # ###### # # ###### # ###### |
| 102 | 2024-12-01T22:39:52.382Z | # # # # # # # # # # # # # |
| 103 | 2024-12-01T22:39:52.382Z | # # ###### # # # ##### # # # # # |
| 104 | 2024-12-01T22:39:52.382Z | |
| 105 | 2024-12-01T22:39:52.382Z | + ptime -m cargo build --package nextest-metadata |
| 106 | 2024-12-01T22:39:52.538Z | Updating crates.io index |
| 107 | 2024-12-01T22:39:53.764Z | Downloading crates ... |
| 108 | 2024-12-01T22:39:53.838Z | Downloaded addr2line v0.21.0 |
| 109 | 2024-12-01T22:39:53.861Z | Downloaded backtrace-ext v0.2.1 |
| 110 | 2024-12-01T22:39:53.862Z | Downloaded backtrace v0.3.71 |
| 111 | 2024-12-01T22:39:53.886Z | Downloaded anstyle-query v1.1.2 |
| 112 | 2024-12-01T22:39:53.886Z | Downloaded jobserver v0.1.32 |
| 113 | 2024-12-01T22:39:53.886Z | Downloaded tracing-log v0.2.0 |
| 114 | 2024-12-01T22:39:53.886Z | Downloaded terminal_size v0.4.0 |
| 115 | 2024-12-01T22:39:53.886Z | Downloaded unicode-linebreak v0.1.5 |
| 116 | 2024-12-01T22:39:53.886Z | Downloaded once_cell v1.20.2 |
| 117 | 2024-12-01T22:39:53.911Z | Downloaded unicase v2.8.0 |
| 118 | 2024-12-01T22:39:53.911Z | Downloaded supports-color v3.0.2 |
| 119 | 2024-12-01T22:39:53.911Z | Downloaded serde_derive v1.0.215 |
| 120 | 2024-12-01T22:39:53.911Z | Downloaded xxhash-rust v0.8.12 |
| 121 | 2024-12-01T22:39:53.935Z | Downloaded unicode-ident v1.0.14 |
| 122 | 2024-12-01T22:39:53.935Z | Downloaded zerocopy-derive v0.7.35 |
| 123 | 2024-12-01T22:39:53.935Z | Downloaded socket2 v0.5.7 |
| 124 | 2024-12-01T22:39:53.935Z | Downloaded textwrap v0.16.1 |
| 125 | 2024-12-01T22:39:53.935Z | Downloaded tracing v0.1.41 |
| 126 | 2024-12-01T22:39:53.958Z | Downloaded object v0.32.2 |
| 127 | 2024-12-01T22:39:53.958Z | Downloaded zerocopy v0.7.35 |
| 128 | 2024-12-01T22:39:53.982Z | Downloaded miette v7.4.0 |
| 129 | 2024-12-01T22:39:53.982Z | Downloaded unicode-width v0.1.14 |
| 130 | 2024-12-01T22:39:54.005Z | Downloaded tracing-subscriber v0.3.19 |
| 131 | 2024-12-01T22:39:54.005Z | Downloaded cfg-expr v0.17.1 |
| 132 | 2024-12-01T22:39:54.005Z | Downloaded sharded-slab v0.1.7 |
| 133 | 2024-12-01T22:39:54.005Z | Downloaded gimli v0.28.1 |
| 134 | 2024-12-01T22:39:54.029Z | Downloaded miniz_oxide v0.7.4 |
| 135 | 2024-12-01T22:39:54.029Z | Downloaded unicode-width v0.2.0 |
| 136 | 2024-12-01T22:39:54.029Z | Downloaded syn v2.0.89 |
| 137 | 2024-12-01T22:39:54.053Z | Downloaded tokio-macros v2.4.0 |
| 138 | 2024-12-01T22:39:54.053Z | Downloaded rustix v0.38.37 |
| 139 | 2024-12-01T22:39:54.076Z | Downloaded thiserror-impl v1.0.69 |
| 140 | 2024-12-01T22:39:54.076Z | Downloaded thiserror v1.0.69 |
| 141 | 2024-12-01T22:39:54.076Z | Downloaded target-lexicon v0.12.16 |
| 142 | 2024-12-01T22:39:54.076Z | Downloaded supports-hyperlinks v3.0.0 |
| 143 | 2024-12-01T22:39:54.076Z | Downloaded smol_str v0.3.2 |
| 144 | 2024-12-01T22:39:54.076Z | Downloaded rand v0.8.5 |
| 145 | 2024-12-01T22:39:54.099Z | Downloaded quote v1.0.37 |
| 146 | 2024-12-01T22:39:54.099Z | Downloaded memchr v2.7.4 |
| 147 | 2024-12-01T22:39:54.099Z | Downloaded libm v0.2.8 |
| 148 | 2024-12-01T22:39:54.099Z | Downloaded tracing-core v0.1.33 |
| 149 | 2024-12-01T22:39:54.099Z | Downloaded supports-unicode v3.0.0 |
| 150 | 2024-12-01T22:39:54.099Z | Downloaded strsim v0.11.1 |
| 151 | 2024-12-01T22:39:54.122Z | Downloaded shlex v1.3.0 |
| 152 | 2024-12-01T22:39:54.122Z | Downloaded serde_json v1.0.133 |
| 153 | 2024-12-01T22:39:54.122Z | Downloaded serde v1.0.215 |
| 154 | 2024-12-01T22:39:54.122Z | Downloaded num-traits v0.2.19 |
| 155 | 2024-12-01T22:39:54.122Z | Downloaded miette-derive v7.4.0 |
| 156 | 2024-12-01T22:39:54.122Z | Downloaded log v0.4.22 |
| 157 | 2024-12-01T22:39:54.123Z | Downloaded utf8parse v0.2.2 |
| 158 | 2024-12-01T22:39:54.123Z | Downloaded target-spec v3.2.2 |
| 159 | 2024-12-01T22:39:54.123Z | Downloaded rand_core v0.6.4 |
| 160 | 2024-12-01T22:39:54.146Z | Downloaded rand_chacha v0.3.1 |
| 161 | 2024-12-01T22:39:54.146Z | Downloaded owo-colors v4.1.0 |
| 162 | 2024-12-01T22:39:54.146Z | Downloaded libc v0.2.167 |
| 163 | 2024-12-01T22:39:54.169Z | Downloaded mio v1.0.2 |
| 164 | 2024-12-01T22:39:54.169Z | Downloaded is_terminal_polyfill v1.70.1 |
| 165 | 2024-12-01T22:39:54.170Z | Downloaded tokio v1.41.1 |
| 166 | 2024-12-01T22:39:54.203Z | Downloaded guppy-workspace-hack v0.1.0 |
| 167 | 2024-12-01T22:39:54.226Z | Downloaded bytes v1.9.0 |
| 168 | 2024-12-01T22:39:54.226Z | Downloaded thread_local v1.1.8 |
| 169 | 2024-12-01T22:39:54.226Z | Downloaded smallvec v1.13.2 |
| 170 | 2024-12-01T22:39:54.226Z | Downloaded signal-hook-registry v1.4.2 |
| 171 | 2024-12-01T22:39:54.226Z | Downloaded ryu v1.0.18 |
| 172 | 2024-12-01T22:39:54.226Z | Downloaded pin-project-lite v0.2.15 |
| 173 | 2024-12-01T22:39:54.226Z | Downloaded itoa v1.0.13 |
| 174 | 2024-12-01T22:39:54.226Z | Downloaded is_ci v1.2.0 |
| 175 | 2024-12-01T22:39:54.226Z | Downloaded clap_derive v4.5.18 |
| 176 | 2024-12-01T22:39:54.226Z | Downloaded clap v4.5.21 |
| 177 | 2024-12-01T22:39:54.249Z | Downloaded cfg-if v1.0.0 |
| 178 | 2024-12-01T22:39:54.250Z | Downloaded proc-macro2 v1.0.92 |
| 179 | 2024-12-01T22:39:54.250Z | Downloaded ppv-lite86 v0.2.20 |
| 180 | 2024-12-01T22:39:54.250Z | Downloaded console v0.15.8 |
| 181 | 2024-12-01T22:39:54.250Z | Downloaded rustc-demangle v0.1.24 |
| 182 | 2024-12-01T22:39:54.250Z | Downloaded lazy_static v1.5.0 |
| 183 | 2024-12-01T22:39:54.250Z | Downloaded heck v0.5.0 |
| 184 | 2024-12-01T22:39:54.250Z | Downloaded either v1.13.0 |
| 185 | 2024-12-01T22:39:54.250Z | Downloaded camino v1.1.9 |
| 186 | 2024-12-01T22:39:54.250Z | Downloaded byteorder v1.5.0 |
| 187 | 2024-12-01T22:39:54.273Z | Downloaded hashbrown v0.15.1 |
| 188 | 2024-12-01T22:39:54.273Z | Downloaded getrandom v0.2.15 |
| 189 | 2024-12-01T22:39:54.273Z | Downloaded equivalent v1.0.1 |
| 190 | 2024-12-01T22:39:54.273Z | Downloaded colorchoice v1.0.3 |
| 191 | 2024-12-01T22:39:54.273Z | Downloaded clap_lex v0.7.2 |
| 192 | 2024-12-01T22:39:54.273Z | Downloaded clap_builder v4.5.21 |
| 193 | 2024-12-01T22:39:54.273Z | Downloaded cc v1.1.31 |
| 194 | 2024-12-01T22:39:54.273Z | Downloaded borsh v1.5.1 |
| 195 | 2024-12-01T22:39:54.297Z | Downloaded anstyle v1.0.9 |
| 196 | 2024-12-01T22:39:54.297Z | Downloaded indexmap v2.7.0 |
| 197 | 2024-12-01T22:39:54.297Z | Downloaded errno v0.3.9 |
| 198 | 2024-12-01T22:39:54.297Z | Downloaded cfg_aliases v0.2.1 |
| 199 | 2024-12-01T22:39:54.297Z | Downloaded bitflags v2.6.0 |
| 200 | 2024-12-01T22:39:54.297Z | Downloaded adler v1.0.2 |
| 201 | 2024-12-01T22:39:54.297Z | Downloaded anstyle-parse v0.2.6 |
| 202 | 2024-12-01T22:39:54.297Z | Downloaded autocfg v1.4.0 |
| 203 | 2024-12-01T22:39:54.297Z | Downloaded anstream v0.6.17 |
| 204 | 2024-12-01T22:39:54.391Z | Compiling proc-macro2 v1.0.92 |
| 205 | 2024-12-01T22:39:54.414Z | Compiling unicode-ident v1.0.14 |
| 206 | 2024-12-01T22:39:54.414Z | Compiling libc v0.2.167 |
| 207 | 2024-12-01T22:39:54.414Z | Compiling cfg-if v1.0.0 |
| 208 | 2024-12-01T22:39:54.414Z | Compiling serde v1.0.215 |
| 209 | 2024-12-01T22:39:54.414Z | Compiling shlex v1.3.0 |
| 210 | 2024-12-01T22:39:54.414Z | Compiling once_cell v1.20.2 |
| 211 | 2024-12-01T22:39:54.559Z | Compiling rustix v0.38.37 |
| 212 | 2024-12-01T22:39:54.605Z | Compiling memchr v2.7.4 |
| 213 | 2024-12-01T22:39:54.767Z | Compiling bitflags v2.6.0 |
| 214 | 2024-12-01T22:39:54.816Z | Compiling tracing-core v0.1.33 |
| 215 | 2024-12-01T22:39:54.996Z | Compiling camino v1.1.9 |
| 216 | 2024-12-01T22:39:55.076Z | Compiling gimli v0.28.1 |
| 217 | 2024-12-01T22:39:55.242Z | Compiling byteorder v1.5.0 |
| 218 | 2024-12-01T22:39:55.474Z | Compiling adler v1.0.2 |
| 219 | 2024-12-01T22:39:55.507Z | Compiling utf8parse v0.2.2 |
| 220 | 2024-12-01T22:39:55.597Z | Compiling jobserver v0.1.32 |
| 221 | 2024-12-01T22:39:55.638Z | Compiling anstyle-parse v0.2.6 |
| 222 | 2024-12-01T22:39:55.669Z | Compiling miniz_oxide v0.7.4 |
| 223 | 2024-12-01T22:39:55.924Z | Compiling quote v1.0.37 |
| 224 | 2024-12-01T22:39:55.949Z | Compiling cc v1.1.31 |
| 225 | 2024-12-01T22:39:55.972Z | Compiling errno v0.3.9 |
| 226 | 2024-12-01T22:39:56.180Z | Compiling getrandom v0.2.15 |
| 227 | 2024-12-01T22:39:56.261Z | Compiling syn v2.0.89 |
| 228 | 2024-12-01T22:39:56.314Z | Compiling object v0.32.2 |
| 229 | 2024-12-01T22:39:56.338Z | Compiling rustc-demangle v0.1.24 |
| 230 | 2024-12-01T22:39:56.391Z | Compiling colorchoice v1.0.3 |
| 231 | 2024-12-01T22:39:56.440Z | Compiling autocfg v1.4.0 |
| 232 | 2024-12-01T22:39:56.524Z | Compiling anstyle v1.0.9 |
| 233 | 2024-12-01T22:39:56.899Z | Compiling owo-colors v4.1.0 |
| 234 | 2024-12-01T22:39:57.110Z | Compiling terminal_size v0.4.0 |
| 235 | 2024-12-01T22:39:57.140Z | Compiling serde_json v1.0.133 |
| 236 | 2024-12-01T22:39:57.213Z | Compiling libm v0.2.8 |
| 237 | 2024-12-01T22:39:57.309Z | Compiling target-lexicon v0.12.16 |
| 238 | 2024-12-01T22:39:57.390Z | Compiling thiserror v1.0.69 |
| 239 | 2024-12-01T22:39:57.502Z | Compiling is_terminal_polyfill v1.70.1 |
| 240 | 2024-12-01T22:39:57.579Z | Compiling unicode-width v0.1.14 |
| 241 | 2024-12-01T22:39:57.628Z | Compiling lazy_static v1.5.0 |
| 242 | 2024-12-01T22:39:57.742Z | Compiling anstyle-query v1.1.2 |
| 243 | 2024-12-01T22:39:57.977Z | Compiling anstream v0.6.17 |
| 244 | 2024-12-01T22:39:58.174Z | Compiling addr2line v0.21.0 |
| 245 | 2024-12-01T22:39:58.263Z | Compiling num-traits v0.2.19 |
| 246 | 2024-12-01T22:39:58.287Z | Compiling rand_core v0.6.4 |
| 247 | 2024-12-01T22:39:58.447Z | Compiling backtrace v0.3.71 |
| 248 | 2024-12-01T22:39:58.578Z | Compiling itoa v1.0.13 |
| 249 | 2024-12-01T22:39:58.614Z | Compiling clap_lex v0.7.2 |
| 250 | 2024-12-01T22:39:58.653Z | Compiling unicase v2.8.0 |
| 251 | 2024-12-01T22:39:58.753Z | Compiling unicode-width v0.2.0 |
| 252 | 2024-12-01T22:39:58.776Z | Compiling unicode-linebreak v0.1.5 |
| 253 | 2024-12-01T22:39:58.800Z | Compiling heck v0.5.0 |
| 254 | 2024-12-01T22:39:58.966Z | Compiling guppy-workspace-hack v0.1.0 |
| 255 | 2024-12-01T22:39:59.005Z | Compiling log v0.4.22 |
| 256 | 2024-12-01T22:39:59.160Z | Compiling strsim v0.11.1 |
| 257 | 2024-12-01T22:39:59.184Z | Compiling pin-project-lite v0.2.15 |
| 258 | 2024-12-01T22:39:59.208Z | Compiling ryu v1.0.18 |
| 259 | 2024-12-01T22:39:59.290Z | Compiling is_ci v1.2.0 |
| 260 | 2024-12-01T22:39:59.323Z | Compiling tracing v0.1.41 |
| 261 | 2024-12-01T22:39:59.374Z | Compiling tracing-log v0.2.0 |
| 262 | 2024-12-01T22:39:59.488Z | Compiling clap_builder v4.5.21 |
| 263 | 2024-12-01T22:39:59.512Z | Compiling supports-color v3.0.2 |
| 264 | 2024-12-01T22:39:59.664Z | Compiling textwrap v0.16.1 |
| 265 | 2024-12-01T22:39:59.913Z | Compiling sharded-slab v0.1.7 |
| 266 | 2024-12-01T22:40:00.306Z | Compiling mio v1.0.2 |
| 267 | 2024-12-01T22:40:00.496Z | Compiling signal-hook-registry v1.4.2 |
| 268 | 2024-12-01T22:40:00.871Z | Compiling thread_local v1.1.8 |
| 269 | 2024-12-01T22:40:00.897Z | Compiling equivalent v1.0.1 |
| 270 | 2024-12-01T22:40:00.982Z | Compiling smallvec v1.13.2 |
| 271 | 2024-12-01T22:40:01.118Z | Compiling supports-hyperlinks v3.0.0 |
| 272 | 2024-12-01T22:40:01.244Z | Compiling target-spec v3.2.2 |
| 273 | 2024-12-01T22:40:01.287Z | Compiling supports-unicode v3.0.0 |
| 274 | 2024-12-01T22:40:01.315Z | Compiling hashbrown v0.15.1 |
| 275 | 2024-12-01T22:40:01.339Z | Compiling bytes v1.9.0 |
| 276 | 2024-12-01T22:40:01.507Z | Compiling cfg-expr v0.17.1 |
| 277 | 2024-12-01T22:40:01.670Z | Compiling tracing-subscriber v0.3.19 |
| 278 | 2024-12-01T22:40:01.721Z | Compiling backtrace-ext v0.2.1 |
| 279 | 2024-12-01T22:40:02.277Z | Compiling console v0.15.8 |
| 280 | 2024-12-01T22:40:02.301Z | Compiling xxhash-rust v0.8.12 |
| 281 | 2024-12-01T22:40:02.532Z | Compiling either v1.13.0 |
| 282 | 2024-12-01T22:40:03.685Z | Compiling serde_derive v1.0.215 |
| 283 | 2024-12-01T22:40:03.846Z | Compiling zerocopy-derive v0.7.35 |
| 284 | 2024-12-01T22:40:03.882Z | Compiling thiserror-impl v1.0.69 |
| 285 | 2024-12-01T22:40:04.057Z | Compiling clap_derive v4.5.18 |
| 286 | 2024-12-01T22:40:04.119Z | Compiling miette-derive v7.4.0 |
| 287 | 2024-12-01T22:40:05.246Z | Compiling zerocopy v0.7.35 |
| 288 | 2024-12-01T22:40:05.374Z | Compiling tokio-macros v2.4.0 |
| 289 | 2024-12-01T22:40:06.043Z | Compiling miette v7.4.0 |
| 290 | 2024-12-01T22:40:06.278Z | Compiling ppv-lite86 v0.2.20 |
| 291 | 2024-12-01T22:40:06.470Z | Compiling tokio v1.41.1 |
| 292 | 2024-12-01T22:40:06.823Z | Compiling rand_chacha v0.3.1 |
| 293 | 2024-12-01T22:40:07.023Z | Compiling clap v4.5.21 |
| 294 | 2024-12-01T22:40:07.669Z | Compiling rand v0.8.5 |
| 295 | 2024-12-01T22:40:12.341Z | Compiling indexmap v2.7.0 |
| 296 | 2024-12-01T22:40:12.364Z | Compiling smol_str v0.3.2 |
| 297 | 2024-12-01T22:40:12.966Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
| 298 | 2024-12-01T22:40:14.168Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
| 299 | 2024-12-01T22:40:16.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.67s |
| 300 | 2024-12-01T22:40:16.264Z | |
| 301 | 2024-12-01T22:40:16.264Z | real 23.866991479 |
| 302 | 2024-12-01T22:40:16.264Z | user 1:54.104288986 |
| 303 | 2024-12-01T22:40:16.264Z | sys 18.739961804 |
| 304 | 2024-12-01T22:40:16.264Z | trap 0.067317271 |
| 305 | 2024-12-01T22:40:16.264Z | tflt 0.087810353 |
| 306 | 2024-12-01T22:40:16.264Z | dflt 0.147535310 |
| 307 | 2024-12-01T22:40:16.264Z | kflt 0.000714510 |
| 308 | 2024-12-01T22:40:16.264Z | lock 2:37.431306737 |
| 309 | 2024-12-01T22:40:16.264Z | slp 6:21.922765440 |
| 310 | 2024-12-01T22:40:16.264Z | lat 8.921656110 |
| 311 | 2024-12-01T22:40:16.264Z | stop 16.204429652 |
| 312 | 2024-12-01T22:40:16.293Z | + banner no-update |
| 313 | 2024-12-01T22:40:16.293Z | |
| 314 | 2024-12-01T22:40:16.293Z | # # #### # # ##### ##### ## ##### ###### |
| 315 | 2024-12-01T22:40:16.293Z | ## # # # # # # # # # # # # # |
| 316 | 2024-12-01T22:40:16.293Z | # # # # # ##### # # # # # # # # # ##### |
| 317 | 2024-12-01T22:40:16.293Z | # # # # # # # ##### # # ###### # # |
| 318 | 2024-12-01T22:40:16.294Z | # ## # # # # # # # # # # # |
| 319 | 2024-12-01T22:40:16.294Z | # # #### #### # ##### # # # ###### |
| 320 | 2024-12-01T22:40:16.294Z | |
| 321 | 2024-12-01T22:40:16.294Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
| 322 | 2024-12-01T22:40:16.454Z | Downloading crates ... |
| 323 | 2024-12-01T22:40:16.581Z | Downloaded ahash v0.8.11 |
| 324 | 2024-12-01T22:40:16.605Z | Downloaded aho-corasick v1.1.3 |
| 325 | 2024-12-01T22:40:16.630Z | Downloaded pathdiff v0.2.3 |
| 326 | 2024-12-01T22:40:16.630Z | Downloaded unicode-normalization v0.1.24 |
| 327 | 2024-12-01T22:40:16.654Z | Downloaded zeroize v1.8.1 |
| 328 | 2024-12-01T22:40:16.654Z | Downloaded winnow v0.6.20 |
| 329 | 2024-12-01T22:40:16.677Z | Downloaded xattr v1.3.1 |
| 330 | 2024-12-01T22:40:16.678Z | Downloaded toml_datetime v0.6.8 |
| 331 | 2024-12-01T22:40:16.701Z | Downloaded zstd-safe v7.2.1 |
| 332 | 2024-12-01T22:40:16.701Z | Downloaded itertools v0.13.0 |
| 333 | 2024-12-01T22:40:16.701Z | Downloaded tokio-stream v0.1.16 |
| 334 | 2024-12-01T22:40:16.701Z | Downloaded toml v0.8.19 |
| 335 | 2024-12-01T22:40:16.725Z | Downloaded nom v7.1.3 |
| 336 | 2024-12-01T22:40:16.725Z | Downloaded toml_edit v0.22.22 |
| 337 | 2024-12-01T22:40:16.748Z | Downloaded nix v0.29.0 |
| 338 | 2024-12-01T22:40:16.772Z | Downloaded guppy v0.17.8 |
| 339 | 2024-12-01T22:40:16.772Z | Downloaded globset v0.4.15 |
| 340 | 2024-12-01T22:40:16.772Z | Downloaded futures v0.3.31 |
| 341 | 2024-12-01T22:40:16.772Z | Downloaded quick-xml v0.37.1 |
| 342 | 2024-12-01T22:40:16.796Z | Downloaded bstr v1.11.0 |
| 343 | 2024-12-01T22:40:16.796Z | Downloaded portable-atomic v1.9.0 |
| 344 | 2024-12-01T22:40:16.820Z | Downloaded eyre v0.6.12 |
| 345 | 2024-12-01T22:40:16.820Z | Downloaded futures-core v0.3.31 |
| 346 | 2024-12-01T22:40:16.820Z | Downloaded color-eyre v0.6.3 |
| 347 | 2024-12-01T22:40:16.820Z | Downloaded zstd v0.13.2 |
| 348 | 2024-12-01T22:40:16.820Z | Downloaded regex v1.11.1 |
| 349 | 2024-12-01T22:40:16.844Z | Downloaded regex-syntax v0.8.5 |
| 350 | 2024-12-01T22:40:16.844Z | Downloaded version_check v0.9.5 |
| 351 | 2024-12-01T22:40:16.844Z | Downloaded regex-automata v0.4.8 |
| 352 | 2024-12-01T22:40:16.868Z | Downloaded tracing-attributes v0.1.28 |
| 353 | 2024-12-01T22:40:16.868Z | Downloaded tinyvec v1.8.0 |
| 354 | 2024-12-01T22:40:16.868Z | Downloaded thiserror v2.0.3 |
| 355 | 2024-12-01T22:40:16.892Z | Downloaded ron v0.8.1 |
| 356 | 2024-12-01T22:40:16.892Z | Downloaded pin-utils v0.1.0 |
| 357 | 2024-12-01T22:40:16.892Z | Downloaded owo-colors v3.5.0 |
| 358 | 2024-12-01T22:40:16.892Z | Downloaded futures-macro v0.3.31 |
| 359 | 2024-12-01T22:40:16.892Z | Downloaded futures-io v0.3.31 |
| 360 | 2024-12-01T22:40:16.892Z | Downloaded futures-executor v0.3.31 |
| 361 | 2024-12-01T22:40:16.892Z | Downloaded filetime v0.2.25 |
| 362 | 2024-12-01T22:40:16.892Z | Downloaded petgraph v0.6.5 |
| 363 | 2024-12-01T22:40:16.916Z | Downloaded fastrand v2.1.1 |
| 364 | 2024-12-01T22:40:16.916Z | Downloaded cargo_metadata v0.18.1 |
| 365 | 2024-12-01T22:40:16.940Z | Downloaded tinyvec_macros v0.1.1 |
| 366 | 2024-12-01T22:40:16.940Z | Downloaded thiserror-impl v2.0.3 |
| 367 | 2024-12-01T22:40:16.940Z | Downloaded tempfile v3.13.0 |
| 368 | 2024-12-01T22:40:16.940Z | Downloaded target-spec-miette v0.4.0 |
| 369 | 2024-12-01T22:40:16.940Z | Downloaded tar v0.4.43 |
| 370 | 2024-12-01T22:40:16.940Z | Downloaded slab v0.4.9 |
| 371 | 2024-12-01T22:40:16.940Z | Downloaded shared_child v1.0.1 |
| 372 | 2024-12-01T22:40:16.940Z | Downloaded serde_path_to_error v0.1.16 |
| 373 | 2024-12-01T22:40:16.940Z | Downloaded pin-project-internal v1.1.7 |
| 374 | 2024-12-01T22:40:16.940Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
| 375 | 2024-12-01T22:40:16.964Z | Downloaded newtype-uuid v1.1.3 |
| 376 | 2024-12-01T22:40:16.964Z | Downloaded dialoguer v0.11.0 |
| 377 | 2024-12-01T22:40:16.964Z | Downloaded vte_generate_state_changes v0.1.2 |
| 378 | 2024-12-01T22:40:16.964Z | Downloaded swrite v0.1.0 |
| 379 | 2024-12-01T22:40:16.964Z | Downloaded strip-ansi-escapes v0.2.0 |
| 380 | 2024-12-01T22:40:16.964Z | Downloaded shell-words v1.1.0 |
| 381 | 2024-12-01T22:40:16.965Z | Downloaded serde_spanned v0.6.8 |
| 382 | 2024-12-01T22:40:16.965Z | Downloaded pkg-config v0.3.31 |
| 383 | 2024-12-01T22:40:16.965Z | Downloaded pin-project v1.1.7 |
| 384 | 2024-12-01T22:40:16.988Z | Downloaded minimal-lexical v0.2.1 |
| 385 | 2024-12-01T22:40:16.988Z | Downloaded iana-time-zone v0.1.61 |
| 386 | 2024-12-01T22:40:16.988Z | Downloaded home v0.5.9 |
| 387 | 2024-12-01T22:40:16.988Z | Downloaded futures-sink v0.3.31 |
| 388 | 2024-12-01T22:40:16.988Z | Downloaded duct v0.13.7 |
| 389 | 2024-12-01T22:40:16.988Z | Downloaded uuid v1.11.0 |
| 390 | 2024-12-01T22:40:17.012Z | Downloaded tracing-error v0.2.0 |
| 391 | 2024-12-01T22:40:17.012Z | Downloaded semver v1.0.23 |
| 392 | 2024-12-01T22:40:17.012Z | Downloaded quick-junit v0.5.1 |
| 393 | 2024-12-01T22:40:17.012Z | Downloaded fixedbitset v0.4.2 |
| 394 | 2024-12-01T22:40:17.012Z | Downloaded debug-ignore v1.0.5 |
| 395 | 2024-12-01T22:40:17.012Z | Downloaded chrono v0.4.38 |
| 396 | 2024-12-01T22:40:17.012Z | Downloaded cargo-platform v0.1.8 |
| 397 | 2024-12-01T22:40:17.012Z | Downloaded camino-tempfile v1.1.1 |
| 398 | 2024-12-01T22:40:17.012Z | Downloaded vte v0.11.1 |
| 399 | 2024-12-01T22:40:17.036Z | Downloaded serde_ignored v0.1.10 |
| 400 | 2024-12-01T22:40:17.036Z | Downloaded os_pipe v1.2.1 |
| 401 | 2024-12-01T22:40:17.036Z | Downloaded nested v0.1.1 |
| 402 | 2024-12-01T22:40:17.036Z | Downloaded indent_write v2.2.0 |
| 403 | 2024-12-01T22:40:17.036Z | Downloaded humantime-serde v1.1.1 |
| 404 | 2024-12-01T22:40:17.036Z | Downloaded futures-util v0.3.31 |
| 405 | 2024-12-01T22:40:17.036Z | Downloaded future-queue v0.3.0 |
| 406 | 2024-12-01T22:40:17.036Z | Downloaded enable-ansi-support v0.2.1 |
| 407 | 2024-12-01T22:40:17.036Z | Downloaded config v0.14.1 |
| 408 | 2024-12-01T22:40:17.061Z | Downloaded async-scoped v0.9.0 |
| 409 | 2024-12-01T22:40:17.061Z | Downloaded static_assertions v1.1.0 |
| 410 | 2024-12-01T22:40:17.061Z | Downloaded number_prefix v0.4.0 |
| 411 | 2024-12-01T22:40:17.061Z | Downloaded indenter v0.3.3 |
| 412 | 2024-12-01T22:40:17.061Z | Downloaded humantime v2.1.0 |
| 413 | 2024-12-01T22:40:17.061Z | Downloaded recursion v0.5.2 |
| 414 | 2024-12-01T22:40:17.061Z | Downloaded futures-channel v0.3.31 |
| 415 | 2024-12-01T22:40:17.061Z | Downloaded fnv v1.0.7 |
| 416 | 2024-12-01T22:40:17.061Z | Downloaded base64 v0.21.7 |
| 417 | 2024-12-01T22:40:17.085Z | Downloaded atomicwrites v0.4.4 |
| 418 | 2024-12-01T22:40:17.085Z | Downloaded indicatif v0.17.9 |
| 419 | 2024-12-01T22:40:17.085Z | Downloaded futures-task v0.3.31 |
| 420 | 2024-12-01T22:40:17.085Z | Downloaded color-spantrace v0.2.1 |
| 421 | 2024-12-01T22:40:17.111Z | Compiling rustix v0.38.37 |
| 422 | 2024-12-01T22:40:17.135Z | Compiling tracing-attributes v0.1.28 |
| 423 | 2024-12-01T22:40:17.135Z | Compiling slab v0.4.9 |
| 424 | 2024-12-01T22:40:17.135Z | Compiling futures-core v0.3.31 |
| 425 | 2024-12-01T22:40:17.159Z | Compiling pkg-config v0.3.31 |
| 426 | 2024-12-01T22:40:17.159Z | Compiling futures-sink v0.3.31 |
| 427 | 2024-12-01T22:40:17.182Z | Compiling futures-macro v0.3.31 |
| 428 | 2024-12-01T22:40:17.182Z | Compiling version_check v0.9.5 |
| 429 | 2024-12-01T22:40:17.269Z | Compiling futures-channel v0.3.31 |
| 430 | 2024-12-01T22:40:17.333Z | Compiling futures-task v0.3.31 |
| 431 | 2024-12-01T22:40:17.580Z | Compiling pin-utils v0.1.0 |
| 432 | 2024-12-01T22:40:17.609Z | Compiling semver v1.0.23 |
| 433 | 2024-12-01T22:40:17.637Z | Compiling futures-io v0.3.31 |
| 434 | 2024-12-01T22:40:17.661Z | Compiling ahash v0.8.11 |
| 435 | 2024-12-01T22:40:17.753Z | Compiling aho-corasick v1.1.3 |
| 436 | 2024-12-01T22:40:17.877Z | Compiling thiserror v2.0.3 |
| 437 | 2024-12-01T22:40:18.058Z | Compiling winnow v0.6.20 |
| 438 | 2024-12-01T22:40:18.082Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
| 439 | 2024-12-01T22:40:18.131Z | Compiling fastrand v2.1.1 |
| 440 | 2024-12-01T22:40:18.373Z | Compiling regex-syntax v0.8.5 |
| 441 | 2024-12-01T22:40:18.574Z | Compiling futures-util v0.3.31 |
| 442 | 2024-12-01T22:40:19.380Z | Compiling terminal_size v0.4.0 |
| 443 | 2024-12-01T22:40:19.511Z | Compiling tracing v0.1.41 |
| 444 | 2024-12-01T22:40:19.548Z | Compiling miette v7.4.0 |
| 445 | 2024-12-01T22:40:19.837Z | Compiling tokio v1.41.1 |
| 446 | 2024-12-01T22:40:19.933Z | Compiling clap_builder v4.5.21 |
| 447 | 2024-12-01T22:40:20.639Z | Compiling tempfile v3.13.0 |
| 448 | 2024-12-01T22:40:21.322Z | Compiling regex-automata v0.4.8 |
| 449 | 2024-12-01T22:40:22.015Z | Compiling pathdiff v0.2.3 |
| 450 | 2024-12-01T22:40:22.136Z | Compiling cargo-platform v0.1.8 |
| 451 | 2024-12-01T22:40:22.189Z | Compiling serde_spanned v0.6.8 |
| 452 | 2024-12-01T22:40:22.364Z | Compiling toml_datetime v0.6.8 |
| 453 | 2024-12-01T22:40:22.558Z | Compiling thiserror-impl v2.0.3 |
| 454 | 2024-12-01T22:40:22.740Z | Compiling clap v4.5.21 |
| 455 | 2024-12-01T22:40:22.830Z | Compiling vte_generate_state_changes v0.1.2 |
| 456 | 2024-12-01T22:40:22.905Z | Compiling zstd-safe v7.2.1 |
| 457 | 2024-12-01T22:40:23.205Z | Compiling fixedbitset v0.4.2 |
| 458 | 2024-12-01T22:40:23.363Z | Compiling cfg_aliases v0.2.1 |
| 459 | 2024-12-01T22:40:23.440Z | Compiling newtype-uuid v1.1.3 |
| 460 | 2024-12-01T22:40:23.570Z | Compiling portable-atomic v1.9.0 |
| 461 | 2024-12-01T22:40:23.684Z | Compiling nix v0.29.0 |
| 462 | 2024-12-01T22:40:23.711Z | Compiling petgraph v0.6.5 |
| 463 | 2024-12-01T22:40:24.291Z | Compiling vte v0.11.1 |
| 464 | 2024-12-01T22:40:24.315Z | Compiling toml_edit v0.22.22 |
| 465 | 2024-12-01T22:40:24.888Z | Compiling futures-executor v0.3.31 |
| 466 | 2024-12-01T22:40:25.252Z | Compiling cargo_metadata v0.18.1 |
| 467 | 2024-12-01T22:40:25.503Z | Compiling itertools v0.13.0 |
| 468 | 2024-12-01T22:40:25.722Z | Compiling pin-project-internal v1.1.7 |
| 469 | 2024-12-01T22:40:27.462Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
| 470 | 2024-12-01T22:40:27.551Z | Compiling uuid v1.11.0 |
| 471 | 2024-12-01T22:40:27.743Z | Compiling bstr v1.11.0 |
| 472 | 2024-12-01T22:40:27.817Z | Compiling minimal-lexical v0.2.1 |
| 473 | 2024-12-01T22:40:28.058Z | Compiling iana-time-zone v0.1.61 |
| 474 | 2024-12-01T22:40:28.260Z | Compiling debug-ignore v1.0.5 |
| 475 | 2024-12-01T22:40:28.285Z | Compiling eyre v0.6.12 |
| 476 | 2024-12-01T22:40:28.392Z | Compiling static_assertions v1.1.0 |
| 477 | 2024-12-01T22:40:28.431Z | Compiling nested v0.1.1 |
| 478 | 2024-12-01T22:40:28.470Z | Compiling tinyvec_macros v0.1.1 |
| 479 | 2024-12-01T22:40:28.494Z | Compiling chrono v0.4.38 |
| 480 | 2024-12-01T22:40:28.554Z | Compiling tinyvec v1.8.0 |
| 481 | 2024-12-01T22:40:28.669Z | Compiling guppy v0.17.8 |
| 482 | 2024-12-01T22:40:28.773Z | Compiling globset v0.4.15 |
| 483 | 2024-12-01T22:40:29.180Z | Compiling nom v7.1.3 |
| 484 | 2024-12-01T22:40:29.952Z | Compiling pin-project v1.1.7 |
| 485 | 2024-12-01T22:40:30.052Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
| 486 | 2024-12-01T22:40:30.293Z | Compiling toml v0.8.19 |
| 487 | 2024-12-01T22:40:31.072Z | Compiling strip-ansi-escapes v0.2.0 |
| 488 | 2024-12-01T22:40:31.277Z | Compiling futures v0.3.31 |
| 489 | 2024-12-01T22:40:31.384Z | Compiling regex v1.11.1 |
| 490 | 2024-12-01T22:40:31.549Z | Compiling tracing-error v0.2.0 |
| 491 | 2024-12-01T22:40:31.652Z | Compiling xattr v1.3.1 |
| 492 | 2024-12-01T22:40:31.810Z | Compiling shared_child v1.0.1 |
| 493 | 2024-12-01T22:40:31.856Z | Compiling os_pipe v1.2.1 |
| 494 | 2024-12-01T22:40:32.046Z | Compiling filetime v0.2.25 |
| 495 | 2024-12-01T22:40:32.077Z | Compiling quick-xml v0.37.1 |
| 496 | 2024-12-01T22:40:32.155Z | Compiling fnv v1.0.7 |
| 497 | 2024-12-01T22:40:32.225Z | Compiling owo-colors v3.5.0 |
| 498 | 2024-12-01T22:40:32.262Z | Compiling indenter v0.3.3 |
| 499 | 2024-12-01T22:40:32.294Z | Compiling humantime v2.1.0 |
| 500 | 2024-12-01T22:40:32.328Z | Compiling recursion v0.5.2 |
| 501 | 2024-12-01T22:40:32.385Z | Compiling number_prefix v0.4.0 |
| 502 | 2024-12-01T22:40:32.464Z | Compiling shell-words v1.1.0 |
| 503 | 2024-12-01T22:40:32.558Z | Compiling humantime-serde v1.1.1 |
| 504 | 2024-12-01T22:40:32.683Z | Compiling indicatif v0.17.9 |
| 505 | 2024-12-01T22:40:32.708Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
| 506 | 2024-12-01T22:40:33.367Z | Compiling quick-junit v0.5.1 |
| 507 | 2024-12-01T22:40:33.555Z | Compiling zstd v0.13.2 |
| 508 | 2024-12-01T22:40:33.655Z | Compiling color-spantrace v0.2.1 |
| 509 | 2024-12-01T22:40:33.698Z | Compiling future-queue v0.3.0 |
| 510 | 2024-12-01T22:40:33.793Z | Compiling tar v0.4.43 |
| 511 | 2024-12-01T22:40:33.990Z | Compiling duct v0.13.7 |
| 512 | 2024-12-01T22:40:34.036Z | Compiling async-scoped v0.9.0 |
| 513 | 2024-12-01T22:40:34.067Z | Compiling config v0.14.1 |
| 514 | 2024-12-01T22:40:34.253Z | Compiling unicode-normalization v0.1.24 |
| 515 | 2024-12-01T22:40:34.607Z | Compiling tokio-stream v0.1.16 |
| 516 | 2024-12-01T22:40:35.052Z | Compiling atomicwrites v0.4.4 |
| 517 | 2024-12-01T22:40:35.076Z | Compiling camino-tempfile v1.1.1 |
| 518 | 2024-12-01T22:40:35.188Z | Compiling target-spec-miette v0.4.0 |
| 519 | 2024-12-01T22:40:35.320Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
| 520 | 2024-12-01T22:40:35.344Z | Compiling serde_ignored v0.1.10 |
| 521 | 2024-12-01T22:40:35.430Z | Compiling serde_path_to_error v0.1.16 |
| 522 | 2024-12-01T22:40:35.485Z | Compiling indent_write v2.2.0 |
| 523 | 2024-12-01T22:40:35.516Z | Compiling swrite v0.1.0 |
| 524 | 2024-12-01T22:40:35.617Z | Compiling zeroize v1.8.1 |
| 525 | 2024-12-01T22:40:35.641Z | Compiling home v0.5.9 |
| 526 | 2024-12-01T22:40:35.666Z | Compiling color-eyre v0.6.3 |
| 527 | 2024-12-01T22:40:35.715Z | Compiling enable-ansi-support v0.2.1 |
| 528 | 2024-12-01T22:40:35.803Z | Compiling dialoguer v0.11.0 |
| 529 | 2024-12-01T22:40:35.947Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
| 530 | 2024-12-01T22:41:01.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.41s |
| 531 | 2024-12-01T22:41:01.817Z | |
| 532 | 2024-12-01T22:41:01.817Z | real 45.529344883 |
| 533 | 2024-12-01T22:41:01.817Z | user 2:56.526997182 |
| 534 | 2024-12-01T22:41:01.817Z | sys 22.331477552 |
| 535 | 2024-12-01T22:41:01.817Z | trap 0.090857438 |
| 536 | 2024-12-01T22:41:01.817Z | tflt 0.143927895 |
| 537 | 2024-12-01T22:41:01.817Z | dflt 0.109434404 |
| 538 | 2024-12-01T22:41:01.817Z | kflt 0.001023700 |
| 539 | 2024-12-01T22:41:01.817Z | lock 4:42.916443104 |
| 540 | 2024-12-01T22:41:01.817Z | slp 10:43.042786016 |
| 541 | 2024-12-01T22:41:01.818Z | lat 6.506149319 |
| 542 | 2024-12-01T22:41:01.818Z | stop 7.704027498 |
| 543 | 2024-12-01T22:41:01.841Z | + banner nextest |
| 544 | 2024-12-01T22:41:01.842Z | |
| 545 | 2024-12-01T22:41:01.842Z | # # ###### # # ##### ###### #### ##### |
| 546 | 2024-12-01T22:41:01.842Z | ## # # # # # # # # |
| 547 | 2024-12-01T22:41:01.842Z | # # # ##### ## # ##### #### # |
| 548 | 2024-12-01T22:41:01.842Z | # # # # ## # # # # |
| 549 | 2024-12-01T22:41:01.842Z | # ## # # # # # # # # |
| 550 | 2024-12-01T22:41:01.842Z | # # ###### # # # ###### #### # |
| 551 | 2024-12-01T22:41:01.842Z | |
| 552 | 2024-12-01T22:41:01.842Z | + ptime -m cargo build --package cargo-nextest |
| 553 | 2024-12-01T22:41:02.020Z | Downloading crates ... |
| 554 | 2024-12-01T22:41:02.249Z | Downloaded foreign-types-shared v0.1.1 |
| 555 | 2024-12-01T22:41:02.274Z | Downloaded untrusted v0.9.0 |
| 556 | 2024-12-01T22:41:02.275Z | Downloaded want v0.3.1 |
| 557 | 2024-12-01T22:41:02.298Z | Downloaded urlencoding v2.1.3 |
| 558 | 2024-12-01T22:41:02.298Z | Downloaded subtle v2.6.1 |
| 559 | 2024-12-01T22:41:02.298Z | Downloaded openssl-sys v0.9.104 |
| 560 | 2024-12-01T22:41:02.299Z | Downloaded url v2.5.2 |
| 561 | 2024-12-01T22:41:02.324Z | Downloaded zipsign-api v0.1.2 |
| 562 | 2024-12-01T22:41:02.324Z | Downloaded pkcs8 v0.10.2 |
| 563 | 2024-12-01T22:41:02.324Z | Downloaded flate2 v1.0.34 |
| 564 | 2024-12-01T22:41:02.324Z | Downloaded rustc_version v0.4.1 |
| 565 | 2024-12-01T22:41:02.324Z | Downloaded rustc-hash v2.0.0 |
| 566 | 2024-12-01T22:41:02.324Z | Downloaded quick-xml v0.23.1 |
| 567 | 2024-12-01T22:41:02.348Z | Downloaded vcpkg v0.2.15 |
| 568 | 2024-12-01T22:41:02.379Z | Downloaded idna v0.5.0 |
| 569 | 2024-12-01T22:41:02.403Z | Downloaded der v0.7.9 |
| 570 | 2024-12-01T22:41:02.403Z | Downloaded hyper v1.5.0 |
| 571 | 2024-12-01T22:41:02.403Z | Downloaded const-oid v0.9.6 |
| 572 | 2024-12-01T22:41:02.426Z | Downloaded rustls v0.23.19 |
| 573 | 2024-12-01T22:41:02.426Z | Downloaded rustls-webpki v0.102.8 |
| 574 | 2024-12-01T22:41:02.450Z | Downloaded quinn-proto v0.11.8 |
| 575 | 2024-12-01T22:41:02.450Z | Downloaded webpki-roots v0.26.6 |
| 576 | 2024-12-01T22:41:02.474Z | Downloaded reqwest v0.12.8 |
| 577 | 2024-12-01T22:41:02.474Z | Downloaded curve25519-dalek v4.1.3 |
| 578 | 2024-12-01T22:41:02.498Z | Downloaded typenum v1.17.0 |
| 579 | 2024-12-01T22:41:02.498Z | Downloaded generic-array v0.14.7 |
| 580 | 2024-12-01T22:41:02.498Z | Downloaded ed25519-dalek v2.1.1 |
| 581 | 2024-12-01T22:41:02.498Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 582 | 2024-12-01T22:41:02.498Z | Downloaded base64 v0.22.1 |
| 583 | 2024-12-01T22:41:02.498Z | Downloaded unicode-bidi v0.3.17 |
| 584 | 2024-12-01T22:41:02.498Z | Downloaded tower-service v0.3.3 |
| 585 | 2024-12-01T22:41:02.498Z | Downloaded tokio-rustls v0.26.0 |
| 586 | 2024-12-01T22:41:02.522Z | Downloaded tokio-native-tls v0.3.1 |
| 587 | 2024-12-01T22:41:02.522Z | Downloaded rustls-pemfile v2.2.0 |
| 588 | 2024-12-01T22:41:02.522Z | Downloaded quinn v0.11.5 |
| 589 | 2024-12-01T22:41:02.522Z | Downloaded percent-encoding v2.3.1 |
| 590 | 2024-12-01T22:41:02.522Z | Downloaded openssl v0.10.68 |
| 591 | 2024-12-01T22:41:02.522Z | Downloaded mukti-metadata v0.3.0 |
| 592 | 2024-12-01T22:41:02.522Z | Downloaded miniz_oxide v0.8.0 |
| 593 | 2024-12-01T22:41:02.546Z | Downloaded hex v0.4.3 |
| 594 | 2024-12-01T22:41:02.546Z | Downloaded crc32fast v1.4.2 |
| 595 | 2024-12-01T22:41:02.546Z | Downloaded cpufeatures v0.2.14 |
| 596 | 2024-12-01T22:41:02.546Z | Downloaded try-lock v0.2.5 |
| 597 | 2024-12-01T22:41:02.546Z | Downloaded spki v0.7.3 |
| 598 | 2024-12-01T22:41:02.546Z | Downloaded spin v0.9.8 |
| 599 | 2024-12-01T22:41:02.546Z | Downloaded signature v2.2.0 |
| 600 | 2024-12-01T22:41:02.546Z | Downloaded quinn-udp v0.5.5 |
| 601 | 2024-12-01T22:41:02.546Z | Downloaded openssl-probe v0.1.5 |
| 602 | 2024-12-01T22:41:02.546Z | Downloaded native-tls v0.2.12 |
| 603 | 2024-12-01T22:41:02.546Z | Downloaded mime v0.3.17 |
| 604 | 2024-12-01T22:41:02.546Z | Downloaded ipnet v2.10.1 |
| 605 | 2024-12-01T22:41:02.546Z | Downloaded hyper-tls v0.6.0 |
| 606 | 2024-12-01T22:41:02.570Z | Downloaded hyper-rustls v0.27.3 |
| 607 | 2024-12-01T22:41:02.570Z | Downloaded http-body-util v0.1.2 |
| 608 | 2024-12-01T22:41:02.570Z | Downloaded foreign-types v0.3.2 |
| 609 | 2024-12-01T22:41:02.570Z | Downloaded digest v0.10.7 |
| 610 | 2024-12-01T22:41:02.570Z | Downloaded crypto-common v0.1.6 |
| 611 | 2024-12-01T22:41:02.570Z | Downloaded block-buffer v0.10.4 |
| 612 | 2024-12-01T22:41:02.570Z | Downloaded base64ct v1.6.0 |
| 613 | 2024-12-01T22:41:02.571Z | Downloaded adler2 v2.0.0 |
| 614 | 2024-12-01T22:41:02.571Z | Downloaded sync_wrapper v1.0.1 |
| 615 | 2024-12-01T22:41:02.571Z | Downloaded sha2 v0.10.8 |
| 616 | 2024-12-01T22:41:02.571Z | Downloaded serde_urlencoded v0.7.1 |
| 617 | 2024-12-01T22:41:02.571Z | Downloaded self_update v0.41.0 |
| 618 | 2024-12-01T22:41:02.594Z | Downloaded self-replace v1.5.0 |
| 619 | 2024-12-01T22:41:02.594Z | Downloaded rustls-pki-types v1.10.0 |
| 620 | 2024-12-01T22:41:02.594Z | Downloaded openssl-macros v0.1.1 |
| 621 | 2024-12-01T22:41:02.594Z | Downloaded hyper-util v0.1.9 |
| 622 | 2024-12-01T22:41:02.594Z | Downloaded httparse v1.9.5 |
| 623 | 2024-12-01T22:41:02.595Z | Downloaded http-body v1.0.1 |
| 624 | 2024-12-01T22:41:02.595Z | Downloaded http v1.1.0 |
| 625 | 2024-12-01T22:41:02.595Z | Downloaded form_urlencoded v1.2.1 |
| 626 | 2024-12-01T22:41:02.595Z | Downloaded ed25519 v2.2.3 |
| 627 | 2024-12-01T22:41:02.626Z | Downloaded ring v0.17.8 |
| 628 | 2024-12-01T22:41:02.754Z | Compiling socket2 v0.5.7 |
| 629 | 2024-12-01T22:41:02.778Z | Compiling futures-channel v0.3.31 |
| 630 | 2024-12-01T22:41:02.778Z | Compiling smallvec v1.13.2 |
| 631 | 2024-12-01T22:41:02.778Z | Compiling ring v0.17.8 |
| 632 | 2024-12-01T22:41:02.802Z | Compiling rustls-pki-types v1.10.0 |
| 633 | 2024-12-01T22:41:02.802Z | Compiling http v1.1.0 |
| 634 | 2024-12-01T22:41:02.826Z | Compiling untrusted v0.9.0 |
| 635 | 2024-12-01T22:41:02.826Z | Compiling httparse v1.9.5 |
| 636 | 2024-12-01T22:41:03.039Z | Compiling typenum v1.17.0 |
| 637 | 2024-12-01T22:41:03.210Z | Compiling futures-util v0.3.31 |
| 638 | 2024-12-01T22:41:03.234Z | Compiling spin v0.9.8 |
| 639 | 2024-12-01T22:41:03.398Z | Compiling tokio v1.41.1 |
| 640 | 2024-12-01T22:41:03.494Z | Compiling generic-array v0.14.7 |
| 641 | 2024-12-01T22:41:03.663Z | Compiling rustls v0.23.19 |
| 642 | 2024-12-01T22:41:03.738Z | Compiling try-lock v0.2.5 |
| 643 | 2024-12-01T22:41:03.843Z | Compiling want v0.3.1 |
| 644 | 2024-12-01T22:41:03.867Z | Compiling cfg-expr v0.17.1 |
| 645 | 2024-12-01T22:41:04.068Z | Compiling http-body v1.0.1 |
| 646 | 2024-12-01T22:41:04.242Z | Compiling subtle v2.6.1 |
| 647 | 2024-12-01T22:41:04.450Z | Compiling percent-encoding v2.3.1 |
| 648 | 2024-12-01T22:41:04.503Z | Compiling target-spec v3.2.2 |
| 649 | 2024-12-01T22:41:04.647Z | Compiling form_urlencoded v1.2.1 |
| 650 | 2024-12-01T22:41:04.752Z | Compiling unicode-bidi v0.3.17 |
| 651 | 2024-12-01T22:41:04.865Z | Compiling tower-service v0.3.3 |
| 652 | 2024-12-01T22:41:04.913Z | Compiling webpki-roots v0.26.6 |
| 653 | 2024-12-01T22:41:04.967Z | Compiling adler2 v2.0.0 |
| 654 | 2024-12-01T22:41:05.068Z | Compiling miniz_oxide v0.8.0 |
| 655 | 2024-12-01T22:41:05.133Z | Compiling serde_urlencoded v0.7.1 |
| 656 | 2024-12-01T22:41:05.522Z | Compiling idna v0.5.0 |
| 657 | 2024-12-01T22:41:05.602Z | Compiling block-buffer v0.10.4 |
| 658 | 2024-12-01T22:41:05.769Z | Compiling crypto-common v0.1.6 |
| 659 | 2024-12-01T22:41:05.850Z | Compiling rustls-pemfile v2.2.0 |
| 660 | 2024-12-01T22:41:05.912Z | Compiling sync_wrapper v1.0.1 |
| 661 | 2024-12-01T22:41:06.025Z | Compiling crc32fast v1.4.2 |
| 662 | 2024-12-01T22:41:06.124Z | Compiling self_update v0.41.0 |
| 663 | 2024-12-01T22:41:06.260Z | Compiling url v2.5.2 |
| 664 | 2024-12-01T22:41:06.303Z | Compiling base64 v0.22.1 |
| 665 | 2024-12-01T22:41:06.413Z | Compiling mime v0.3.17 |
| 666 | 2024-12-01T22:41:06.444Z | Compiling ipnet v2.10.1 |
| 667 | 2024-12-01T22:41:06.792Z | Compiling guppy v0.17.8 |
| 668 | 2024-12-01T22:41:06.858Z | Compiling flate2 v1.0.34 |
| 669 | 2024-12-01T22:41:06.944Z | Compiling digest v0.10.7 |
| 670 | 2024-12-01T22:41:07.207Z | Compiling http-body-util v0.1.2 |
| 671 | 2024-12-01T22:41:07.451Z | Compiling futures-executor v0.3.31 |
| 672 | 2024-12-01T22:41:07.544Z | Compiling self-replace v1.5.0 |
| 673 | 2024-12-01T22:41:07.578Z | Compiling quick-xml v0.23.1 |
| 674 | 2024-12-01T22:41:07.602Z | Compiling urlencoding v2.1.3 |
| 675 | 2024-12-01T22:41:07.767Z | Compiling futures v0.3.31 |
| 676 | 2024-12-01T22:41:07.791Z | Compiling cpufeatures v0.2.14 |
| 677 | 2024-12-01T22:41:07.871Z | Compiling sha2 v0.10.8 |
| 678 | 2024-12-01T22:41:07.894Z | Compiling future-queue v0.3.0 |
| 679 | 2024-12-01T22:41:07.921Z | Compiling target-spec-miette v0.4.0 |
| 680 | 2024-12-01T22:41:07.944Z | Compiling mukti-metadata v0.3.0 |
| 681 | 2024-12-01T22:41:08.202Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
| 682 | 2024-12-01T22:41:08.226Z | Compiling hex v0.4.3 |
| 683 | 2024-12-01T22:41:09.502Z | Compiling rustls-webpki v0.102.8 |
| 684 | 2024-12-01T22:41:10.683Z | Compiling hyper v1.5.0 |
| 685 | 2024-12-01T22:41:10.707Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
| 686 | 2024-12-01T22:41:10.707Z | Compiling async-scoped v0.9.0 |
| 687 | 2024-12-01T22:41:10.766Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
| 688 | 2024-12-01T22:41:10.802Z | Compiling tokio-stream v0.1.16 |
| 689 | 2024-12-01T22:41:11.750Z | Compiling hyper-util v0.1.9 |
| 690 | 2024-12-01T22:41:11.891Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
| 691 | 2024-12-01T22:41:14.428Z | Compiling tokio-rustls v0.26.0 |
| 692 | 2024-12-01T22:41:14.697Z | Compiling hyper-rustls v0.27.3 |
| 693 | 2024-12-01T22:41:14.947Z | Compiling reqwest v0.12.8 |
| 694 | 2024-12-01T22:41:17.403Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
| 695 | 2024-12-01T22:41:47.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.39s |
| 696 | 2024-12-01T22:41:47.355Z | |
| 697 | 2024-12-01T22:41:47.379Z | real 45.511536197 |
| 698 | 2024-12-01T22:41:47.379Z | user 2:21.221212917 |
| 699 | 2024-12-01T22:41:47.379Z | sys 16.461040755 |
| 700 | 2024-12-01T22:41:47.379Z | trap 0.065699595 |
| 701 | 2024-12-01T22:41:47.379Z | tflt 0.109480998 |
| 702 | 2024-12-01T22:41:47.380Z | dflt 0.166979604 |
| 703 | 2024-12-01T22:41:47.380Z | kflt 0.000071965 |
| 704 | 2024-12-01T22:41:47.380Z | lock 3:27.065995965 |
| 705 | 2024-12-01T22:41:47.380Z | slp 6:35.489320595 |
| 706 | 2024-12-01T22:41:47.380Z | lat 5.373936294 |
| 707 | 2024-12-01T22:41:47.380Z | stop 5.363532369 |
| 708 | 2024-12-01T22:41:47.380Z | + banner all targets |
| 709 | 2024-12-01T22:41:47.380Z | |
| 710 | 2024-12-01T22:41:47.380Z | ## # # |
| 711 | 2024-12-01T22:41:47.380Z | # # # # |
| 712 | 2024-12-01T22:41:47.380Z | # # # # |
| 713 | 2024-12-01T22:41:47.380Z | ###### # # |
| 714 | 2024-12-01T22:41:47.380Z | # # # # |
| 715 | 2024-12-01T22:41:47.380Z | # # ###### ###### |
| 716 | 2024-12-01T22:41:47.380Z | |
| 717 | 2024-12-01T22:41:47.380Z | |
| 718 | 2024-12-01T22:41:47.380Z | ##### ## ##### #### ###### ##### #### |
| 719 | 2024-12-01T22:41:47.380Z | # # # # # # # # # # |
| 720 | 2024-12-01T22:41:47.380Z | # # # # # # ##### # #### |
| 721 | 2024-12-01T22:41:47.380Z | # ###### ##### # ### # # # |
| 722 | 2024-12-01T22:41:47.380Z | # # # # # # # # # # # |
| 723 | 2024-12-01T22:41:47.380Z | # # # # # #### ###### # #### |
| 724 | 2024-12-01T22:41:47.380Z | |
| 725 | 2024-12-01T22:41:47.380Z | + ptime -m cargo build --all-targets |
| 726 | 2024-12-01T22:41:47.574Z | Downloading crates ... |
| 727 | 2024-12-01T22:41:47.706Z | Downloaded quick-error v1.2.3 |
| 728 | 2024-12-01T22:41:47.730Z | Downloaded test-case-macros v3.3.1 |
| 729 | 2024-12-01T22:41:47.730Z | Downloaded bit-set v0.5.3 |
| 730 | 2024-12-01T22:41:47.730Z | Downloaded linked-hash-map v0.5.6 |
| 731 | 2024-12-01T22:41:47.730Z | Downloaded test-case-core v3.3.1 |
| 732 | 2024-12-01T22:41:47.730Z | Downloaded rand_xorshift v0.3.0 |
| 733 | 2024-12-01T22:41:47.731Z | Downloaded yansi v1.0.1 |
| 734 | 2024-12-01T22:41:47.755Z | Downloaded test-strategy v0.4.0 |
| 735 | 2024-12-01T22:41:47.755Z | Downloaded unarray v0.1.4 |
| 736 | 2024-12-01T22:41:47.755Z | Downloaded wait-timeout v0.2.0 |
| 737 | 2024-12-01T22:41:47.755Z | Downloaded proptest v1.5.0 |
| 738 | 2024-12-01T22:41:47.755Z | Downloaded pretty_assertions v1.4.1 |
| 739 | 2024-12-01T22:41:47.755Z | Downloaded insta v1.41.1 |
| 740 | 2024-12-01T22:41:47.779Z | Downloaded similar v2.6.0 |
| 741 | 2024-12-01T22:41:47.779Z | Downloaded maplit v1.0.2 |
| 742 | 2024-12-01T22:41:47.779Z | Downloaded test-case v3.3.1 |
| 743 | 2024-12-01T22:41:47.779Z | Downloaded structmeta-derive v0.3.0 |
| 744 | 2024-12-01T22:41:47.779Z | Downloaded structmeta v0.3.0 |
| 745 | 2024-12-01T22:41:47.779Z | Downloaded rusty-fork v0.3.0 |
| 746 | 2024-12-01T22:41:47.779Z | Downloaded indoc v2.0.5 |
| 747 | 2024-12-01T22:41:47.779Z | Downloaded diff v0.1.13 |
| 748 | 2024-12-01T22:41:47.803Z | Downloaded bit-vec v0.6.3 |
| 749 | 2024-12-01T22:41:47.839Z | Compiling test-case-core v3.3.1 |
| 750 | 2024-12-01T22:41:47.839Z | Compiling structmeta-derive v0.3.0 |
| 751 | 2024-12-01T22:41:47.863Z | Compiling wait-timeout v0.2.0 |
| 752 | 2024-12-01T22:41:47.863Z | Compiling quick-error v1.2.3 |
| 753 | 2024-12-01T22:41:47.863Z | Compiling bit-vec v0.6.3 |
| 754 | 2024-12-01T22:41:47.863Z | Compiling rand_xorshift v0.3.0 |
| 755 | 2024-12-01T22:41:47.863Z | Compiling maplit v1.0.2 |
| 756 | 2024-12-01T22:41:47.863Z | Compiling unarray v0.1.4 |
| 757 | 2024-12-01T22:41:48.007Z | Compiling similar v2.6.0 |
| 758 | 2024-12-01T22:41:48.062Z | Compiling rusty-fork v0.3.0 |
| 759 | 2024-12-01T22:41:48.116Z | Compiling linked-hash-map v0.5.6 |
| 760 | 2024-12-01T22:41:48.204Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
| 761 | 2024-12-01T22:41:48.275Z | Compiling bit-set v0.5.3 |
| 762 | 2024-12-01T22:41:48.353Z | Compiling yansi v1.0.1 |
| 763 | 2024-12-01T22:41:48.377Z | Compiling diff v0.1.13 |
| 764 | 2024-12-01T22:41:48.486Z | Compiling proptest v1.5.0 |
| 765 | 2024-12-01T22:41:48.746Z | Compiling indoc v2.0.5 |
| 766 | 2024-12-01T22:41:48.797Z | Compiling pretty_assertions v1.4.1 |
| 767 | 2024-12-01T22:41:48.868Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
| 768 | 2024-12-01T22:41:48.908Z | Compiling insta v1.41.1 |
| 769 | 2024-12-01T22:41:49.200Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
| 770 | 2024-12-01T22:41:49.343Z | Compiling test-case-macros v3.3.1 |
| 771 | 2024-12-01T22:41:49.872Z | Compiling structmeta v0.3.0 |
| 772 | 2024-12-01T22:41:50.158Z | Compiling test-strategy v0.4.0 |
| 773 | 2024-12-01T22:41:50.249Z | Compiling test-case v3.3.1 |
| 774 | 2024-12-01T22:41:50.331Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
| 775 | 2024-12-01T22:41:50.673Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
| 776 | 2024-12-01T22:41:51.758Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
| 777 | 2024-12-01T22:41:55.113Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
| 778 | 2024-12-01T22:42:30.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.26s |
| 779 | 2024-12-01T22:42:30.775Z | |
| 780 | 2024-12-01T22:42:30.776Z | real 43.396981798 |
| 781 | 2024-12-01T22:42:30.800Z | user 2:52.029540371 |
| 782 | 2024-12-01T22:42:30.800Z | sys 22.403805202 |
| 783 | 2024-12-01T22:42:30.800Z | trap 0.100787469 |
| 784 | 2024-12-01T22:42:30.800Z | tflt 0.009554546 |
| 785 | 2024-12-01T22:42:30.800Z | dflt 0.081976979 |
| 786 | 2024-12-01T22:42:30.800Z | kflt 0.000057126 |
| 787 | 2024-12-01T22:42:30.800Z | lock 5:02.349660838 |
| 788 | 2024-12-01T22:42:30.800Z | slp 11:05.538432084 |
| 789 | 2024-12-01T22:42:30.800Z | lat 6.203128198 |
| 790 | 2024-12-01T22:42:30.800Z | stop 3.737406879 |
| 791 | 2024-12-01T22:42:30.800Z | + banner all features |
| 792 | 2024-12-01T22:42:30.800Z | |
| 793 | 2024-12-01T22:42:30.800Z | ## # # |
| 794 | 2024-12-01T22:42:30.800Z | # # # # |
| 795 | 2024-12-01T22:42:30.800Z | # # # # |
| 796 | 2024-12-01T22:42:30.800Z | ###### # # |
| 797 | 2024-12-01T22:42:30.800Z | # # # # |
| 798 | 2024-12-01T22:42:30.800Z | # # ###### ###### |
| 799 | 2024-12-01T22:42:30.800Z | |
| 800 | 2024-12-01T22:42:30.800Z | |
| 801 | 2024-12-01T22:42:30.800Z | ###### ###### ## ##### # # ##### ###### #### |
| 802 | 2024-12-01T22:42:30.800Z | # # # # # # # # # # # |
| 803 | 2024-12-01T22:42:30.800Z | ##### ##### # # # # # # # ##### #### |
| 804 | 2024-12-01T22:42:30.801Z | # # ###### # # # ##### # # |
| 805 | 2024-12-01T22:42:30.801Z | # # # # # # # # # # # # |
| 806 | 2024-12-01T22:42:30.801Z | # ###### # # # #### # # ###### #### |
| 807 | 2024-12-01T22:42:30.801Z | |
| 808 | 2024-12-01T22:42:30.801Z | + ptime -m cargo build --all-features |
| 809 | 2024-12-01T22:42:30.991Z | Downloading crates ... |
| 810 | 2024-12-01T22:42:31.159Z | Downloaded console-subscriber v0.4.1 |
| 811 | 2024-12-01T22:42:31.183Z | Downloaded tower v0.5.1 |
| 812 | 2024-12-01T22:42:31.207Z | Downloaded rustversion v1.0.18 |
| 813 | 2024-12-01T22:42:31.207Z | Downloaded tower-layer v0.3.3 |
| 814 | 2024-12-01T22:42:31.207Z | Downloaded prost-derive v0.13.3 |
| 815 | 2024-12-01T22:42:31.207Z | Downloaded crossbeam-utils v0.8.20 |
| 816 | 2024-12-01T22:42:31.207Z | Downloaded anyhow v1.0.91 |
| 817 | 2024-12-01T22:42:31.231Z | Downloaded matchit v0.7.3 |
| 818 | 2024-12-01T22:42:31.231Z | Downloaded tonic v0.12.3 |
| 819 | 2024-12-01T22:42:31.231Z | Downloaded tower v0.4.13 |
| 820 | 2024-12-01T22:42:31.231Z | Downloaded tokio-util v0.7.12 |
| 821 | 2024-12-01T22:42:31.255Z | Downloaded h2 v0.4.6 |
| 822 | 2024-12-01T22:42:31.255Z | Downloaded axum v0.7.7 |
| 823 | 2024-12-01T22:42:31.279Z | Downloaded regex-automata v0.1.10 |
| 824 | 2024-12-01T22:42:31.279Z | Downloaded crossbeam-channel v0.5.13 |
| 825 | 2024-12-01T22:42:31.279Z | Downloaded console-api v0.8.1 |
| 826 | 2024-12-01T22:42:31.280Z | Downloaded axum-core v0.4.5 |
| 827 | 2024-12-01T22:42:31.280Z | Downloaded atomic-waker v1.1.2 |
| 828 | 2024-12-01T22:42:31.280Z | Downloaded async-stream v0.3.6 |
| 829 | 2024-12-01T22:42:31.280Z | Downloaded hdrhistogram v7.5.4 |
| 830 | 2024-12-01T22:42:31.303Z | Downloaded sync_wrapper v0.1.2 |
| 831 | 2024-12-01T22:42:31.303Z | Downloaded indexmap v1.9.3 |
| 832 | 2024-12-01T22:42:31.303Z | Downloaded async-trait v0.1.83 |
| 833 | 2024-12-01T22:42:31.303Z | Downloaded regex-syntax v0.6.29 |
| 834 | 2024-12-01T22:42:31.303Z | Downloaded hyper-timeout v0.5.1 |
| 835 | 2024-12-01T22:42:31.303Z | Downloaded hashbrown v0.12.3 |
| 836 | 2024-12-01T22:42:31.327Z | Downloaded async-stream-impl v0.3.6 |
| 837 | 2024-12-01T22:42:31.327Z | Downloaded prost-types v0.13.3 |
| 838 | 2024-12-01T22:42:31.327Z | Downloaded prost v0.13.3 |
| 839 | 2024-12-01T22:42:31.327Z | Downloaded matchers v0.1.0 |
| 840 | 2024-12-01T22:42:31.327Z | Downloaded httpdate v1.0.3 |
| 841 | 2024-12-01T22:42:31.375Z | Compiling futures-sink v0.3.31 |
| 842 | 2024-12-01T22:42:31.399Z | Compiling tokio v1.41.1 |
| 843 | 2024-12-01T22:42:31.399Z | Compiling byteorder v1.5.0 |
| 844 | 2024-12-01T22:42:31.422Z | Compiling num-traits v0.2.19 |
| 845 | 2024-12-01T22:42:31.422Z | Compiling regex-syntax v0.6.29 |
| 846 | 2024-12-01T22:42:31.446Z | Compiling atomic-waker v1.1.2 |
| 847 | 2024-12-01T22:42:31.446Z | Compiling httpdate v1.0.3 |
| 848 | 2024-12-01T22:42:31.470Z | Compiling anyhow v1.0.91 |
| 849 | 2024-12-01T22:42:31.503Z | Compiling futures-channel v0.3.31 |
| 850 | 2024-12-01T22:42:31.581Z | Compiling tower-layer v0.3.3 |
| 851 | 2024-12-01T22:42:31.707Z | Compiling zerocopy v0.7.35 |
| 852 | 2024-12-01T22:42:31.788Z | Compiling futures-util v0.3.31 |
| 853 | 2024-12-01T22:42:31.816Z | Compiling either v1.13.0 |
| 854 | 2024-12-01T22:42:31.840Z | Compiling rustversion v1.0.18 |
| 855 | 2024-12-01T22:42:32.128Z | Compiling itertools v0.13.0 |
| 856 | 2024-12-01T22:42:32.400Z | Compiling indexmap v1.9.3 |
| 857 | 2024-12-01T22:42:32.681Z | Compiling ppv-lite86 v0.2.20 |
| 858 | 2024-12-01T22:42:33.063Z | Compiling async-trait v0.1.83 |
| 859 | 2024-12-01T22:42:33.369Z | Compiling rand_chacha v0.3.1 |
| 860 | 2024-12-01T22:42:33.392Z | Compiling hashbrown v0.12.3 |
| 861 | 2024-12-01T22:42:33.771Z | Compiling rand v0.8.5 |
| 862 | 2024-12-01T22:42:34.134Z | Compiling regex-automata v0.1.10 |
| 863 | 2024-12-01T22:42:34.239Z | Compiling sync_wrapper v0.1.2 |
| 864 | 2024-12-01T22:42:34.527Z | Compiling prost-derive v0.13.3 |
| 865 | 2024-12-01T22:42:34.730Z | Compiling async-stream-impl v0.3.6 |
| 866 | 2024-12-01T22:42:34.942Z | Compiling crossbeam-utils v0.8.20 |
| 867 | 2024-12-01T22:42:34.984Z | Compiling matchit v0.7.3 |
| 868 | 2024-12-01T22:42:35.362Z | Compiling matchers v0.1.0 |
| 869 | 2024-12-01T22:42:35.502Z | Compiling tracing-subscriber v0.3.19 |
| 870 | 2024-12-01T22:42:35.551Z | Compiling ahash v0.8.11 |
| 871 | 2024-12-01T22:42:35.721Z | Compiling async-stream v0.3.6 |
| 872 | 2024-12-01T22:42:35.959Z | Compiling http-body-util v0.1.2 |
| 873 | 2024-12-01T22:42:35.983Z | Compiling tower v0.5.1 |
| 874 | 2024-12-01T22:42:36.266Z | Compiling guppy v0.17.8 |
| 875 | 2024-12-01T22:42:36.330Z | Compiling axum-core v0.4.5 |
| 876 | 2024-12-01T22:42:36.355Z | Compiling proptest v1.5.0 |
| 877 | 2024-12-01T22:42:36.478Z | Compiling futures-executor v0.3.31 |
| 878 | 2024-12-01T22:42:36.961Z | Compiling base64 v0.21.7 |
| 879 | 2024-12-01T22:42:37.205Z | Compiling prost v0.13.3 |
| 880 | 2024-12-01T22:42:37.508Z | Compiling chrono v0.4.38 |
| 881 | 2024-12-01T22:42:37.565Z | Compiling hdrhistogram v7.5.4 |
| 882 | 2024-12-01T22:42:37.837Z | Compiling prost-types v0.13.3 |
| 883 | 2024-12-01T22:42:38.464Z | Compiling crossbeam-channel v0.5.13 |
| 884 | 2024-12-01T22:42:39.293Z | Compiling tokio-util v0.7.12 |
| 885 | 2024-12-01T22:42:39.421Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
| 886 | 2024-12-01T22:42:39.501Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
| 887 | 2024-12-01T22:42:39.756Z | Compiling tokio-stream v0.1.16 |
| 888 | 2024-12-01T22:42:40.352Z | Compiling h2 v0.4.6 |
| 889 | 2024-12-01T22:42:40.376Z | Compiling tower v0.4.13 |
| 890 | 2024-12-01T22:42:40.376Z | Compiling tokio-rustls v0.26.0 |
| 891 | 2024-12-01T22:42:40.501Z | Compiling axum v0.7.7 |
| 892 | 2024-12-01T22:42:40.718Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
| 893 | 2024-12-01T22:42:41.887Z | Compiling futures v0.3.31 |
| 894 | 2024-12-01T22:42:41.976Z | Compiling quick-junit v0.5.1 |
| 895 | 2024-12-01T22:42:42.637Z | Compiling async-scoped v0.9.0 |
| 896 | 2024-12-01T22:42:42.861Z | Compiling tracing-error v0.2.0 |
| 897 | 2024-12-01T22:42:43.194Z | Compiling future-queue v0.3.0 |
| 898 | 2024-12-01T22:42:43.392Z | Compiling color-spantrace v0.2.1 |
| 899 | 2024-12-01T22:42:43.487Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
| 900 | 2024-12-01T22:42:43.723Z | Compiling color-eyre v0.6.3 |
| 901 | 2024-12-01T22:42:43.820Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
| 902 | 2024-12-01T22:42:44.083Z | Compiling hyper v1.5.0 |
| 903 | 2024-12-01T22:42:45.888Z | Compiling hyper-util v0.1.9 |
| 904 | 2024-12-01T22:42:47.214Z | Compiling hyper-timeout v0.5.1 |
| 905 | 2024-12-01T22:42:47.215Z | Compiling hyper-rustls v0.27.3 |
| 906 | 2024-12-01T22:42:47.470Z | Compiling tonic v0.12.3 |
| 907 | 2024-12-01T22:42:47.494Z | Compiling reqwest v0.12.8 |
| 908 | 2024-12-01T22:42:49.398Z | Compiling self_update v0.41.0 |
| 909 | 2024-12-01T22:42:49.810Z | Compiling console-api v0.8.1 |
| 910 | 2024-12-01T22:42:51.011Z | Compiling console-subscriber v0.4.1 |
| 911 | 2024-12-01T22:42:52.909Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
| 912 | 2024-12-01T22:43:11.515Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
| 913 | 2024-12-01T22:43:30.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.34s |
| 914 | 2024-12-01T22:43:30.269Z | |
| 915 | 2024-12-01T22:43:30.293Z | real 59.469925244 |
| 916 | 2024-12-01T22:43:30.293Z | user 3:37.406146546 |
| 917 | 2024-12-01T22:43:30.293Z | sys 25.867689034 |
| 918 | 2024-12-01T22:43:30.293Z | trap 0.111006555 |
| 919 | 2024-12-01T22:43:30.293Z | tflt 0.042113309 |
| 920 | 2024-12-01T22:43:30.293Z | dflt 0.318419171 |
| 921 | 2024-12-01T22:43:30.293Z | kflt 0.002228824 |
| 922 | 2024-12-01T22:43:30.293Z | lock 6:20.606372517 |
| 923 | 2024-12-01T22:43:30.293Z | slp 12:41.690486272 |
| 924 | 2024-12-01T22:43:30.293Z | lat 5.862926677 |
| 925 | 2024-12-01T22:43:30.293Z | stop 6.703864256 |
| 926 | 2024-12-01T22:43:30.293Z | + banner doctests |
| 927 | 2024-12-01T22:43:30.293Z | |
| 928 | 2024-12-01T22:43:30.293Z | ##### #### #### ##### ###### #### ##### #### |
| 929 | 2024-12-01T22:43:30.293Z | # # # # # # # # # # # |
| 930 | 2024-12-01T22:43:30.293Z | # # # # # # ##### #### # #### |
| 931 | 2024-12-01T22:43:30.293Z | # # # # # # # # # # |
| 932 | 2024-12-01T22:43:30.293Z | # # # # # # # # # # # # # |
| 933 | 2024-12-01T22:43:30.293Z | ##### #### #### # ###### #### # #### |
| 934 | 2024-12-01T22:43:30.293Z | |
| 935 | 2024-12-01T22:43:30.293Z | + ptime -m cargo test --doc |
| 936 | 2024-12-01T22:43:30.753Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 937 | 2024-12-01T22:43:30.777Z | Doc-tests cargo_nextest |
| 938 | 2024-12-01T22:43:31.287Z | |
| 939 | 2024-12-01T22:43:31.287Z | running 0 tests |
| 940 | 2024-12-01T22:43:31.287Z | |
| 941 | 2024-12-01T22:43:31.311Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 942 | 2024-12-01T22:43:31.311Z | |
| 943 | 2024-12-01T22:43:31.311Z | Doc-tests fixture_data |
| 944 | 2024-12-01T22:43:31.382Z | |
| 945 | 2024-12-01T22:43:31.382Z | running 0 tests |
| 946 | 2024-12-01T22:43:31.382Z | |
| 947 | 2024-12-01T22:43:31.382Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 948 | 2024-12-01T22:43:31.382Z | |
| 949 | 2024-12-01T22:43:31.406Z | Doc-tests nextest_filtering |
| 950 | 2024-12-01T22:43:31.542Z | |
| 951 | 2024-12-01T22:43:31.542Z | running 0 tests |
| 952 | 2024-12-01T22:43:31.542Z | |
| 953 | 2024-12-01T22:43:31.542Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 954 | 2024-12-01T22:43:31.542Z | |
| 955 | 2024-12-01T22:43:31.566Z | Doc-tests nextest_metadata |
| 956 | 2024-12-01T22:43:31.730Z | |
| 957 | 2024-12-01T22:43:31.730Z | running 2 tests |
| 958 | 2024-12-01T22:43:32.463Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
| 959 | 2024-12-01T22:43:35.736Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
| 960 | 2024-12-01T22:43:35.736Z | |
| 961 | 2024-12-01T22:43:35.759Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.01s |
| 962 | 2024-12-01T22:43:35.760Z | |
| 963 | 2024-12-01T22:43:35.760Z | Doc-tests nextest_runner |
| 964 | 2024-12-01T22:43:36.607Z | |
| 965 | 2024-12-01T22:43:36.607Z | running 0 tests |
| 966 | 2024-12-01T22:43:36.607Z | |
| 967 | 2024-12-01T22:43:36.607Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 968 | 2024-12-01T22:43:36.607Z | |
| 969 | 2024-12-01T22:43:36.641Z | Doc-tests nextest_workspace_hack |
| 970 | 2024-12-01T22:43:36.698Z | |
| 971 | 2024-12-01T22:43:36.698Z | running 0 tests |
| 972 | 2024-12-01T22:43:36.698Z | |
| 973 | 2024-12-01T22:43:36.698Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 974 | 2024-12-01T22:43:36.698Z | |
| 975 | 2024-12-01T22:43:36.727Z | |
| 976 | 2024-12-01T22:43:36.727Z | real 6.433683926 |
| 977 | 2024-12-01T22:43:36.727Z | user 6.388325162 |
| 978 | 2024-12-01T22:43:36.752Z | sys 1.937539929 |
| 979 | 2024-12-01T22:43:36.752Z | trap 0.002225647 |
| 980 | 2024-12-01T22:43:36.752Z | tflt 0.007504799 |
| 981 | 2024-12-01T22:43:36.752Z | dflt 0.008348166 |
| 982 | 2024-12-01T22:43:36.752Z | kflt 0.000000000 |
| 983 | 2024-12-01T22:43:36.752Z | lock 11.436927780 |
| 984 | 2024-12-01T22:43:36.752Z | slp 35.959803925 |
| 985 | 2024-12-01T22:43:36.752Z | lat 0.066836279 |
| 986 | 2024-12-01T22:43:36.752Z | stop 0.151430781 |
| 987 | 2024-12-01T22:43:36.752Z | + banner local-nt |
| 988 | 2024-12-01T22:43:36.752Z | |
| 989 | 2024-12-01T22:43:36.752Z | # #### #### ## # # # ##### |
| 990 | 2024-12-01T22:43:36.752Z | # # # # # # # # ## # # |
| 991 | 2024-12-01T22:43:36.752Z | # # # # # # # ##### # # # # |
| 992 | 2024-12-01T22:43:36.752Z | # # # # ###### # # # # # |
| 993 | 2024-12-01T22:43:36.752Z | # # # # # # # # # ## # |
| 994 | 2024-12-01T22:43:36.752Z | ###### #### #### # # ###### # # # |
| 995 | 2024-12-01T22:43:36.752Z | |
| 996 | 2024-12-01T22:43:36.752Z | + ptime -m cargo local-nt run --profile ci |
| 997 | 2024-12-01T22:43:37.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
| 998 | 2024-12-01T22:43:37.116Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
| 999 | 2024-12-01T22:43:38.037Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s |
| 1000 | 2024-12-01T22:43:38.215Z | ──────────── |
| 1001 | 2024-12-01T22:43:38.215Z | Nextest run ID fa22123f-0c9b-4d71-aabb-99c11bcb6cfa with nextest profile: ci |
| 1002 | 2024-12-01T22:43:38.215Z | Starting 281 tests across 12 binaries |
| 1003 | 2024-12-01T22:43:38.261Z | PASS [ 0.038s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
| 1004 | 2024-12-01T22:43:38.360Z | PASS [ 0.144s] cargo-nextest dispatch::tests::test_argument_parsing |
| 1005 | 2024-12-01T22:43:47.397Z | PASS [ 9.170s] integration-tests::integration test_list_binaries_only |
| 1006 | 2024-12-01T22:43:47.567Z | PASS [ 9.320s] integration-tests::integration test_list_host_after_build |
| 1007 | 2024-12-01T22:43:47.879Z | PASS [ 9.647s] integration-tests::integration test_list_default |
| 1008 | 2024-12-01T22:43:47.903Z | PASS [ 9.652s] integration-tests::integration test_list_target_after_build |
| 1009 | 2024-12-01T22:43:48.118Z | PASS [ 9.877s] integration-tests::integration test_list_full_after_build |
| 1010 | 2024-12-01T22:43:48.476Z | PASS [ 10.239s] integration-tests::integration test_list_full |
| 1011 | 2024-12-01T22:43:49.333Z | PASS [ 10.968s] integration-tests::integration test_relocated_run |
| 1012 | 2024-12-01T22:43:55.817Z | PASS [ 7.913s] integration-tests::integration test_run_from_archive_with_missing_includes |
| 1013 | 2024-12-01T22:43:57.439Z | PASS [ 8.963s] integration-tests::integration test_run_no_tests |
| 1014 | 2024-12-01T22:43:58.051Z | PASS [ 0.612s] integration-tests::integration test_setup_scripts_not_enabled |
| 1015 | 2024-12-01T22:43:58.190Z | PASS [ 10.617s] integration-tests::integration test_run_after_build |
| 1016 | 2024-12-01T22:43:58.629Z | PASS [ 0.444s] integration-tests::integration test_show_config_version |
| 1017 | 2024-12-01T22:43:58.844Z | PASS [ 9.516s] integration-tests::integration test_run_with_default_filter |
| 1018 | 2024-12-01T22:43:58.958Z | PASS [ 3.139s] integration-tests::integration test_setup_script_error |
| 1019 | 2024-12-01T22:43:59.022Z | PASS [ 0.059s] integration-tests::integration test_version_info |
| 1020 | 2024-12-01T22:43:59.212Z | PASS [ 11.333s] integration-tests::integration test_run_from_archive_with_includes |
| 1021 | 2024-12-01T22:43:59.239Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_complex_error |
| 1022 | 2024-12-01T22:43:59.278Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_expected_eof |
| 1023 | 2024-12-01T22:43:59.332Z | PASS [ 0.056s] nextest-filtering parsing::tests::test_expected_expr |
| 1024 | 2024-12-01T22:43:59.356Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator |
| 1025 | 2024-12-01T22:43:59.380Z | PASS [ 0.346s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
| 1026 | 2024-12-01T22:43:59.380Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes |
| 1027 | 2024-12-01T22:43:59.404Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_invalid_glob |
| 1028 | 2024-12-01T22:43:59.428Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_invalid_or_operator |
| 1029 | 2024-12-01T22:43:59.428Z | PASS [ 21.155s] integration-tests::integration test_list_with_default_filter |
| 1030 | 2024-12-01T22:43:59.452Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_invalid_platform |
| 1031 | 2024-12-01T22:43:59.452Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_regex |
| 1032 | 2024-12-01T22:43:59.476Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_missing_argument |
| 1033 | 2024-12-01T22:43:59.476Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_close_parentheses |
| 1034 | 2024-12-01T22:43:59.499Z | PASS [ 0.051s] nextest-filtering parsing::tests::test_missing_close_regex |
| 1035 | 2024-12-01T22:43:59.499Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_open_parentheses |
| 1036 | 2024-12-01T22:43:59.523Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_parentheses |
| 1037 | 2024-12-01T22:43:59.523Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_comma |
| 1038 | 2024-12-01T22:43:59.547Z | PASS [ 0.045s] nextest-filtering parsing::tests::test_parse_expr_difference |
| 1039 | 2024-12-01T22:43:59.571Z | PASS [ 0.045s] nextest-filtering parsing::tests::test_parse_expr_intersection |
| 1040 | 2024-12-01T22:43:59.571Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_not |
| 1041 | 2024-12-01T22:43:59.664Z | PASS [ 0.075s] nextest-filtering parsing::tests::test_parse_expr_set |
| 1042 | 2024-12-01T22:43:59.688Z | PASS [ 0.115s] nextest-filtering parsing::tests::test_parse_expr_precedence |
| 1043 | 2024-12-01T22:43:59.809Z | PASS [ 0.164s] nextest-filtering parsing::tests::test_parse_expr_union |
| 1044 | 2024-12-01T22:43:59.834Z | PASS [ 11.691s] integration-tests::integration test_run_from_archive_with_no_includes |
| 1045 | 2024-12-01T22:43:59.834Z | PASS [ 0.142s] nextest-filtering parsing::tests::test_parse_glob_matcher |
| 1046 | 2024-12-01T22:43:59.834Z | PASS [ 0.086s] nextest-filtering parsing::tests::test_parse_name_matcher |
| 1047 | 2024-12-01T22:43:59.858Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
| 1048 | 2024-12-01T22:43:59.882Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex |
| 1049 | 2024-12-01T22:43:59.882Z | PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_set_def |
| 1050 | 2024-12-01T22:43:59.882Z | PASS [ 0.043s] nextest-filtering parsing::tests::test_unexpected_argument |
| 1051 | 2024-12-01T22:43:59.882Z | PASS [ 0.038s] nextest-filtering parsing::tests::test_unexpected_comma |
| 1052 | 2024-12-01T22:44:00.043Z | PASS [ 0.043s] nextest-filtering::match test_binary_query |
| 1053 | 2024-12-01T22:44:00.067Z | PASS [ 0.099s] nextest-filtering::match test_expr_binary |
| 1054 | 2024-12-01T22:44:00.113Z | PASS [ 0.087s] nextest-filtering::match test_expr_binary_id_glob |
| 1055 | 2024-12-01T22:44:00.136Z | PASS [ 0.069s] nextest-filtering::match test_expr_deps |
| 1056 | 2024-12-01T22:44:00.240Z | PASS [ 0.363s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
| 1057 | 2024-12-01T22:44:00.264Z | PASS [ 0.139s] nextest-filtering::match test_expr_kind |
| 1058 | 2024-12-01T22:44:00.288Z | PASS [ 0.168s] nextest-filtering::match test_expr_kind_partial |
| 1059 | 2024-12-01T22:44:00.312Z | PASS [ 0.050s] nextest-filtering::match test_expr_package_equal |
| 1060 | 2024-12-01T22:44:00.312Z | PASS [ 0.044s] nextest-filtering::match test_expr_package_regex |
| 1061 | 2024-12-01T22:44:00.312Z | PASS [ 0.074s] nextest-filtering::match test_expr_package_contains |
| 1062 | 2024-12-01T22:44:00.350Z | PASS [ 0.065s] nextest-filtering::match test_expr_platform |
| 1063 | 2024-12-01T22:44:00.350Z | PASS [ 0.054s] nextest-filtering::match test_expr_rdeps |
| 1064 | 2024-12-01T22:44:00.350Z | PASS [ 0.034s] nextest-filtering::match test_expr_test |
| 1065 | 2024-12-01T22:44:00.379Z | PASS [ 0.053s] nextest-filtering::match test_expr_test_difference::with_and_not |
| 1066 | 2024-12-01T22:44:00.404Z | PASS [ 0.052s] nextest-filtering::match test_expr_test_difference::with_minus |
| 1067 | 2024-12-01T22:44:00.404Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
| 1068 | 2024-12-01T22:44:00.404Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_and |
| 1069 | 2024-12-01T22:44:00.432Z | PASS [ 0.053s] nextest-filtering::match test_expr_test_not |
| 1070 | 2024-12-01T22:44:00.459Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_union::with_or |
| 1071 | 2024-12-01T22:44:00.459Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_union::with_pipe |
| 1072 | 2024-12-01T22:44:00.459Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_plus |
| 1073 | 2024-12-01T22:44:00.482Z | PASS [ 0.040s] nextest-filtering::match test_expr_with_no_matching_packages |
| 1074 | 2024-12-01T22:44:00.482Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord |
| 1075 | 2024-12-01T22:44:00.482Z | PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
| 1076 | 2024-12-01T22:44:00.514Z | PASS [ 0.040s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
| 1077 | 2024-12-01T22:44:00.538Z | PASS [ 0.055s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
| 1078 | 2024-12-01T22:44:00.538Z | PASS [ 0.049s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
| 1079 | 2024-12-01T22:44:00.538Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
| 1080 | 2024-12-01T22:44:00.562Z | PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
| 1081 | 2024-12-01T22:44:00.562Z | PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
| 1082 | 2024-12-01T22:44:00.586Z | PASS [ 0.040s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
| 1083 | 2024-12-01T22:44:00.586Z | PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
| 1084 | 2024-12-01T22:44:00.610Z | PASS [ 0.037s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
| 1085 | 2024-12-01T22:44:00.610Z | PASS [ 0.027s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
| 1086 | 2024-12-01T22:44:00.610Z | PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
| 1087 | 2024-12-01T22:44:00.634Z | PASS [ 0.036s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
| 1088 | 2024-12-01T22:44:01.020Z | PASS [ 0.405s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
| 1089 | 2024-12-01T22:44:01.044Z | PASS [ 0.426s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
| 1090 | 2024-12-01T22:44:01.068Z | PASS [ 0.451s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
| 1091 | 2024-12-01T22:44:01.094Z | PASS [ 0.506s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
| 1092 | 2024-12-01T22:44:01.406Z | PASS [ 0.384s] nextest-runner config::archive::tests::parse_invalid::missing_list |
| 1093 | 2024-12-01T22:44:01.430Z | PASS [ 0.386s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
| 1094 | 2024-12-01T22:44:01.430Z | PASS [ 0.368s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
| 1095 | 2024-12-01T22:44:01.457Z | PASS [ 0.028s] nextest-runner config::config_impl::tests::default_config_is_valid |
| 1096 | 2024-12-01T22:44:01.481Z | PASS [ 0.026s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
| 1097 | 2024-12-01T22:44:01.505Z | PASS [ 0.026s] nextest-runner config::identifier::tests::test_invalid |
| 1098 | 2024-12-01T22:44:01.529Z | PASS [ 0.422s] nextest-runner config::archive::tests::parse_invalid::parent_component |
| 1099 | 2024-12-01T22:44:01.529Z | PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid |
| 1100 | 2024-12-01T22:44:01.556Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate |
| 1101 | 2024-12-01T22:44:01.580Z | PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
| 1102 | 2024-12-01T22:44:01.580Z | PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
| 1103 | 2024-12-01T22:44:01.603Z | PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
| 1104 | 2024-12-01T22:44:01.627Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
| 1105 | 2024-12-01T22:44:01.627Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
| 1106 | 2024-12-01T22:44:01.651Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
| 1107 | 2024-12-01T22:44:01.679Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
| 1108 | 2024-12-01T22:44:01.703Z | PASS [ 0.051s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
| 1109 | 2024-12-01T22:44:01.730Z | PASS [ 0.325s] nextest-runner config::archive::tests::parse_valid |
| 1110 | 2024-12-01T22:44:01.773Z | PASS [ 0.346s] nextest-runner config::config_impl::tests::ignored_keys |
| 1111 | 2024-12-01T22:44:01.992Z | PASS [ 3.363s] integration-tests::integration test_target_arg |
| 1112 | 2024-12-01T22:44:02.016Z | PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
| 1113 | 2024-12-01T22:44:02.048Z | PASS [ 0.391s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
| 1114 | 2024-12-01T22:44:02.072Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
| 1115 | 2024-12-01T22:44:02.120Z | PASS [ 0.346s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
| 1116 | 2024-12-01T22:44:02.302Z | PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
| 1117 | 2024-12-01T22:44:02.387Z | PASS [ 0.383s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
| 1118 | 2024-12-01T22:44:02.411Z | PASS [ 0.348s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
| 1119 | 2024-12-01T22:44:02.411Z | PASS [ 0.342s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
| 1120 | 2024-12-01T22:44:02.442Z | PASS [ 0.321s] nextest-runner config::overrides::tests::test_overrides_basic |
| 1121 | 2024-12-01T22:44:02.638Z | PASS [ 0.335s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
| 1122 | 2024-12-01T22:44:02.717Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
| 1123 | 2024-12-01T22:44:02.740Z | PASS [ 0.345s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
| 1124 | 2024-12-01T22:44:02.764Z | PASS [ 0.355s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
| 1125 | 2024-12-01T22:44:02.764Z | PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
| 1126 | 2024-12-01T22:44:03.033Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
| 1127 | 2024-12-01T22:44:03.057Z | PASS [ 0.402s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
| 1128 | 2024-12-01T22:44:03.082Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
| 1129 | 2024-12-01T22:44:03.106Z | PASS [ 0.326s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
| 1130 | 2024-12-01T22:44:03.106Z | PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
| 1131 | 2024-12-01T22:44:03.348Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
| 1132 | 2024-12-01T22:44:03.372Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
| 1133 | 2024-12-01T22:44:03.396Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
| 1134 | 2024-12-01T22:44:03.396Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
| 1135 | 2024-12-01T22:44:03.420Z | PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
| 1136 | 2024-12-01T22:44:03.664Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
| 1137 | 2024-12-01T22:44:03.694Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
| 1138 | 2024-12-01T22:44:03.694Z | PASS [ 0.308s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
| 1139 | 2024-12-01T22:44:03.718Z | PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
| 1140 | 2024-12-01T22:44:03.718Z | PASS [ 0.317s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
| 1141 | 2024-12-01T22:44:03.999Z | PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
| 1142 | 2024-12-01T22:44:04.023Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
| 1143 | 2024-12-01T22:44:04.023Z | PASS [ 0.334s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
| 1144 | 2024-12-01T22:44:04.023Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_valid |
| 1145 | 2024-12-01T22:44:04.047Z | PASS [ 0.317s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
| 1146 | 2024-12-01T22:44:04.091Z | PASS [ 5.246s] integration-tests::integration test_target_dir |
| 1147 | 2024-12-01T22:44:04.315Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
| 1148 | 2024-12-01T22:44:04.339Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
| 1149 | 2024-12-01T22:44:04.363Z | PASS [ 0.323s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
| 1150 | 2024-12-01T22:44:04.387Z | PASS [ 0.338s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
| 1151 | 2024-12-01T22:44:04.387Z | PASS [ 0.373s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
| 1152 | 2024-12-01T22:44:04.416Z | PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
| 1153 | 2024-12-01T22:44:04.631Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
| 1154 | 2024-12-01T22:44:04.655Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
| 1155 | 2024-12-01T22:44:04.689Z | PASS [ 0.355s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
| 1156 | 2024-12-01T22:44:04.713Z | PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
| 1157 | 2024-12-01T22:44:04.738Z | PASS [ 0.349s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
| 1158 | 2024-12-01T22:44:04.762Z | PASS [ 0.327s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
| 1159 | 2024-12-01T22:44:04.886Z | PASS [ 6.834s] integration-tests::integration test_show_config_test_groups |
| 1160 | 2024-12-01T22:44:04.972Z | PASS [ 0.341s] nextest-runner config::scripts::tests::test_scripts_basic |
| 1161 | 2024-12-01T22:44:04.996Z | PASS [ 0.344s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
| 1162 | 2024-12-01T22:44:05.025Z | PASS [ 0.335s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
| 1163 | 2024-12-01T22:44:05.049Z | PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
| 1164 | 2024-12-01T22:44:05.073Z | PASS [ 0.353s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
| 1165 | 2024-12-01T22:44:05.097Z | PASS [ 0.346s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
| 1166 | 2024-12-01T22:44:05.240Z | PASS [ 0.353s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
| 1167 | 2024-12-01T22:44:05.294Z | PASS [ 0.320s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
| 1168 | 2024-12-01T22:44:05.317Z | PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
| 1169 | 2024-12-01T22:44:05.342Z | PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
| 1170 | 2024-12-01T22:44:05.366Z | PASS [ 0.311s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
| 1171 | 2024-12-01T22:44:05.366Z | PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
| 1172 | 2024-12-01T22:44:05.397Z | PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
| 1173 | 2024-12-01T22:44:05.547Z | PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
| 1174 | 2024-12-01T22:44:05.608Z | PASS [ 0.314s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
| 1175 | 2024-12-01T22:44:05.632Z | PASS [ 0.313s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
| 1176 | 2024-12-01T22:44:05.656Z | PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
| 1177 | 2024-12-01T22:44:05.680Z | PASS [ 0.297s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
| 1178 | 2024-12-01T22:44:05.680Z | PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
| 1179 | 2024-12-01T22:44:05.704Z | PASS [ 0.293s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
| 1180 | 2024-12-01T22:44:05.839Z | PASS [ 0.291s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
| 1181 | 2024-12-01T22:44:05.911Z | PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
| 1182 | 2024-12-01T22:44:05.935Z | PASS [ 0.307s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
| 1183 | 2024-12-01T22:44:05.935Z | PASS [ 0.295s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
| 1184 | 2024-12-01T22:44:05.959Z | PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
| 1185 | 2024-12-01T22:44:05.983Z | PASS [ 0.300s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
| 1186 | 2024-12-01T22:44:06.007Z | PASS [ 0.301s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
| 1187 | 2024-12-01T22:44:06.156Z | PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
| 1188 | 2024-12-01T22:44:06.181Z | PASS [ 0.021s] nextest-runner config::tool_config::tests::parse_tool_config_file |
| 1189 | 2024-12-01T22:44:06.218Z | PASS [ 0.306s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
| 1190 | 2024-12-01T22:44:06.247Z | PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
| 1191 | 2024-12-01T22:44:06.247Z | PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
| 1192 | 2024-12-01T22:44:06.271Z | PASS [ 0.026s] nextest-runner list::binary_list::tests::test_parse_binary_list |
| 1193 | 2024-12-01T22:44:06.271Z | PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
| 1194 | 2024-12-01T22:44:06.295Z | PASS [ 0.312s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
| 1195 | 2024-12-01T22:44:06.295Z | PASS [ 0.067s] nextest-runner errors::tests::display_error_chain |
| 1196 | 2024-12-01T22:44:06.295Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
| 1197 | 2024-12-01T22:44:06.319Z | PASS [ 0.066s] nextest-runner errors::tests::display_error_list |
| 1198 | 2024-12-01T22:44:06.319Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
| 1199 | 2024-12-01T22:44:06.319Z | PASS [ 0.316s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
| 1200 | 2024-12-01T22:44:06.319Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
| 1201 | 2024-12-01T22:44:06.319Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
| 1202 | 2024-12-01T22:44:06.344Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
| 1203 | 2024-12-01T22:44:06.344Z | PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
| 1204 | 2024-12-01T22:44:06.344Z | PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
| 1205 | 2024-12-01T22:44:06.368Z | PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
| 1206 | 2024-12-01T22:44:06.368Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
| 1207 | 2024-12-01T22:44:06.368Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
| 1208 | 2024-12-01T22:44:06.392Z | PASS [ 0.033s] nextest-runner partition::tests::partitioner_builder_from_str |
| 1209 | 2024-12-01T22:44:06.392Z | PASS [ 0.039s] nextest-runner list::test_list::tests::test_parse_test_list |
| 1210 | 2024-12-01T22:44:06.392Z | PASS [ 0.045s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
| 1211 | 2024-12-01T22:44:06.392Z | PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid |
| 1212 | 2024-12-01T22:44:06.416Z | PASS [ 0.050s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
| 1213 | 2024-12-01T22:44:06.416Z | PASS [ 0.042s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
| 1214 | 2024-12-01T22:44:06.416Z | PASS [ 0.029s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
| 1215 | 2024-12-01T22:44:06.439Z | PASS [ 0.050s] nextest-runner redact::tests::test_redact_path |
| 1216 | 2024-12-01T22:44:06.439Z | PASS [ 0.043s] nextest-runner reporter::displayer::tests::no_capture_settings |
| 1217 | 2024-12-01T22:44:06.463Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
| 1218 | 2024-12-01T22:44:06.463Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
| 1219 | 2024-12-01T22:44:06.488Z | PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
| 1220 | 2024-12-01T22:44:06.488Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
| 1221 | 2024-12-01T22:44:06.488Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
| 1222 | 2024-12-01T22:44:06.488Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
| 1223 | 2024-12-01T22:44:06.512Z | PASS [ 0.062s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
| 1224 | 2024-12-01T22:44:06.512Z | PASS [ 0.326s] nextest-runner config::tool_config::tests::tool_config_basic |
| 1225 | 2024-12-01T22:44:06.512Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
| 1226 | 2024-12-01T22:44:06.536Z | PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
| 1227 | 2024-12-01T22:44:06.536Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::test_final_warnings |
| 1228 | 2024-12-01T22:44:06.536Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
| 1229 | 2024-12-01T22:44:06.536Z | PASS [ 0.069s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
| 1230 | 2024-12-01T22:44:06.560Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
| 1231 | 2024-12-01T22:44:06.560Z | PASS [ 0.034s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
| 1232 | 2024-12-01T22:44:06.584Z | PASS [ 0.030s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
| 1233 | 2024-12-01T22:44:06.584Z | PASS [ 0.024s] nextest-runner reporter::helpers::tests::test_highlight_end |
| 1234 | 2024-12-01T22:44:06.584Z | PASS [ 0.039s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
| 1235 | 2024-12-01T22:44:06.584Z | PASS [ 0.071s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
| 1236 | 2024-12-01T22:44:06.608Z | PASS [ 0.024s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
| 1237 | 2024-12-01T22:44:06.608Z | PASS [ 0.025s] nextest-runner reuse_build::tests::test_path_mapper_relative |
| 1238 | 2024-12-01T22:44:06.632Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output |
| 1239 | 2024-12-01T22:44:06.632Z | PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings |
| 1240 | 2024-12-01T22:44:06.632Z | PASS [ 0.027s] nextest-runner runner::tests::test_is_success |
| 1241 | 2024-12-01T22:44:06.632Z | PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
| 1242 | 2024-12-01T22:44:06.632Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
| 1243 | 2024-12-01T22:44:06.656Z | PASS [ 0.030s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
| 1244 | 2024-12-01T22:44:06.656Z | PASS [ 0.076s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
| 1245 | 2024-12-01T22:44:06.684Z | PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config |
| 1246 | 2024-12-01T22:44:06.684Z | PASS [ 0.027s] nextest-runner test_command::tests::parse_build_script |
| 1247 | 2024-12-01T22:44:06.684Z | PASS [ 0.025s] nextest-runner test_filter::tests::empty_pattern_examples |
| 1248 | 2024-12-01T22:44:06.684Z | PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples |
| 1249 | 2024-12-01T22:44:06.735Z | PASS [ 0.117s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
| 1250 | 2024-12-01T22:44:06.759Z | PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples |
| 1251 | 2024-12-01T22:44:06.783Z | PASS [ 0.112s] nextest-runner test_filter::tests::proptest_empty |
| 1252 | 2024-12-01T22:44:06.783Z | PASS [ 0.150s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
| 1253 | 2024-12-01T22:44:06.880Z | PASS [ 0.212s] nextest-runner test_filter::tests::proptest_no_match |
| 1254 | 2024-12-01T22:44:06.904Z | PASS [ 0.288s] nextest-runner rustc_cli::tests::test_execute_with_failure |
| 1255 | 2024-12-01T22:44:07.210Z | PASS [ 0.535s] nextest-runner test_filter::tests::proptest_substring |
| 1256 | 2024-12-01T22:44:07.238Z | PASS [ 0.575s] nextest-runner test_filter::tests::proptest_exact |
| 1257 | 2024-12-01T22:44:07.356Z | PASS [ 0.585s] nextest-runner time::stopwatch::tests::stopwatch_pause |
| 1258 | 2024-12-01T22:44:08.286Z | PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
| 1259 | 2024-12-01T22:44:08.544Z | PASS [ 1.652s] nextest-runner::integration basic::test_list_binaries |
| 1260 | 2024-12-01T22:44:08.856Z | PASS [ 1.975s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
| 1261 | 2024-12-01T22:44:08.893Z | PASS [ 1.682s] nextest-runner::integration basic::test_list_tests |
| 1262 | 2024-12-01T22:44:08.917Z | PASS [ 2.125s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
| 1263 | 2024-12-01T22:44:08.941Z | PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching |
| 1264 | 2024-12-01T22:44:09.070Z | PASS [ 0.525s] nextest-runner::integration basic::test_run_ignored |
| 1265 | 2024-12-01T22:44:09.099Z | PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
| 1266 | 2024-12-01T22:44:09.135Z | PASS [ 0.034s] nextest-runner::integration target_runner::parses_cargo_config_exact |
| 1267 | 2024-12-01T22:44:09.228Z | PASS [ 0.371s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
| 1268 | 2024-12-01T22:44:09.252Z | PASS [ 0.317s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
| 1269 | 2024-12-01T22:44:09.576Z | PASS [ 0.440s] nextest-runner::integration target_runner::parses_cargo_env |
| 1270 | 2024-12-01T22:44:09.603Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_cargo_env |
| 1271 | 2024-12-01T22:44:09.630Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli |
| 1272 | 2024-12-01T22:44:09.662Z | PASS [ 0.031s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
| 1273 | 2024-12-01T22:44:09.691Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
| 1274 | 2024-12-01T22:44:09.721Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env |
| 1275 | 2024-12-01T22:44:09.745Z | PASS [ 22.347s] integration-tests::integration test_run |
| 1276 | 2024-12-01T22:44:09.769Z | PASS [ 0.031s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
| 1277 | 2024-12-01T22:44:09.793Z | PASS [ 0.030s] nextest-runner::integration target_triple::parses_target_cli_option |
| 1278 | 2024-12-01T22:44:09.860Z | PASS [ 0.632s] nextest-runner::integration target_runner::test_listing_with_target_runner |
| 1279 | 2024-12-01T22:44:10.379Z | PASS [ 2.092s] nextest-runner::integration basic::test_run |
| 1280 | 2024-12-01T22:44:10.943Z | PASS [ 1.695s] nextest-runner::integration target_runner::test_run_with_target_runner |
| 1281 | 2024-12-01T22:44:11.320Z | PASS [ 2.427s] nextest-runner::integration basic::test_termination |
| 1282 | 2024-12-01T22:44:12.509Z | PASS [ 5.271s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
| 1283 | 2024-12-01T22:44:12.533Z | PASS [ 5.178s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
| 1284 | 2024-12-01T22:44:12.533Z | ──────────── |
| 1285 | 2024-12-01T22:44:12.533Z | Summary [ 34.321s] 281 tests run: 281 passed, 0 skipped |
| 1286 | 2024-12-01T22:44:12.562Z | |
| 1287 | 2024-12-01T22:44:12.586Z | real 35.822340351 |
| 1288 | 2024-12-01T22:44:12.586Z | user 2:01.229987916 |
| 1289 | 2024-12-01T22:44:12.586Z | sys 1:44.596858382 |
| 1290 | 2024-12-01T22:44:12.586Z | trap 0.305784593 |
| 1291 | 2024-12-01T22:44:12.586Z | tflt 0.261802097 |
| 1292 | 2024-12-01T22:44:12.586Z | dflt 1.742291679 |
| 1293 | 2024-12-01T22:44:12.586Z | kflt 0.004096335 |
| 1294 | 2024-12-01T22:44:12.586Z | lock 28:15.818392017 |
| 1295 | 2024-12-01T22:44:12.586Z | slp 49:01.221250727 |
| 1296 | 2024-12-01T22:44:12.586Z | lat 11:41.600906135 |
| 1297 | 2024-12-01T22:44:12.586Z | stop 4:57.349985228 |
| 1298 | 2024-12-01T22:44:12.586Z | + banner release |
| 1299 | 2024-12-01T22:44:12.586Z | |
| 1300 | 2024-12-01T22:44:12.586Z | ##### ###### # ###### ## #### ###### |
| 1301 | 2024-12-01T22:44:12.586Z | # # # # # # # # # |
| 1302 | 2024-12-01T22:44:12.586Z | # # ##### # ##### # # #### ##### |
| 1303 | 2024-12-01T22:44:12.586Z | ##### # # # ###### # # |
| 1304 | 2024-12-01T22:44:12.586Z | # # # # # # # # # # |
| 1305 | 2024-12-01T22:44:12.586Z | # # ###### ###### ###### # # #### ###### |
| 1306 | 2024-12-01T22:44:12.586Z | |
| 1307 | 2024-12-01T22:44:12.586Z | + ptime -m cargo nextest run --profile ci |
| 1308 | 2024-12-01T22:44:13.460Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s |
| 1309 | 2024-12-01T22:44:13.630Z | ------------ |
| 1310 | 2024-12-01T22:44:13.630Z | Nextest run ID 368a6ce3-f3ae-4e4e-9f42-f5054a470a92 with nextest profile: ci |
| 1311 | 2024-12-01T22:44:13.630Z | Starting 281 tests across 12 binaries |
| 1312 | 2024-12-01T22:44:13.676Z | PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
| 1313 | 2024-12-01T22:44:13.781Z | PASS [ 0.141s] cargo-nextest dispatch::tests::test_argument_parsing |
| 1314 | 2024-12-01T22:44:23.200Z | PASS [ 9.553s] integration-tests::integration test_list_binaries_only |
| 1315 | 2024-12-01T22:44:23.225Z | PASS [ 9.556s] integration-tests::integration test_list_default |
| 1316 | 2024-12-01T22:44:23.385Z | PASS [ 9.718s] integration-tests::integration test_list_host_after_build |
| 1317 | 2024-12-01T22:44:23.433Z | PASS [ 9.764s] integration-tests::integration test_list_target_after_build |
| 1318 | 2024-12-01T22:44:23.456Z | PASS [ 9.791s] integration-tests::integration test_list_full_after_build |
| 1319 | 2024-12-01T22:44:23.601Z | PASS [ 9.945s] integration-tests::integration test_list_full |
| 1320 | 2024-12-01T22:44:29.105Z | PASS [ 15.329s] integration-tests::integration test_relocated_run |
| 1321 | 2024-12-01T22:44:31.436Z | PASS [ 8.002s] integration-tests::integration test_run_from_archive_with_missing_includes |
| 1322 | 2024-12-01T22:44:32.835Z | PASS [ 9.236s] integration-tests::integration test_run_no_tests |
| 1323 | 2024-12-01T22:44:33.316Z | PASS [ 0.480s] integration-tests::integration test_setup_scripts_not_enabled |
| 1324 | 2024-12-01T22:44:35.174Z | PASS [ 3.741s] integration-tests::integration test_setup_script_error |
| 1325 | 2024-12-01T22:44:35.199Z | PASS [ 11.978s] integration-tests::integration test_run_after_build |
| 1326 | 2024-12-01T22:44:35.223Z | PASS [ 21.523s] integration-tests::integration test_list_with_default_filter |
| 1327 | 2024-12-01T22:44:35.223Z | PASS [ 11.758s] integration-tests::integration test_run_from_archive_with_no_includes |
| 1328 | 2024-12-01T22:44:35.264Z | PASS [ 0.058s] integration-tests::integration test_version_info |
| 1329 | 2024-12-01T22:44:35.342Z | PASS [ 11.953s] integration-tests::integration test_run_from_archive_with_includes |
| 1330 | 2024-12-01T22:44:35.366Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_complex_error |
| 1331 | 2024-12-01T22:44:35.391Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_eof |
| 1332 | 2024-12-01T22:44:35.415Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr |
| 1333 | 2024-12-01T22:44:35.439Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator |
| 1334 | 2024-12-01T22:44:35.463Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes |
| 1335 | 2024-12-01T22:44:35.487Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_glob |
| 1336 | 2024-12-01T22:44:35.487Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator |
| 1337 | 2024-12-01T22:44:35.525Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform |
| 1338 | 2024-12-01T22:44:35.600Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_invalid_regex |
| 1339 | 2024-12-01T22:44:35.635Z | PASS [ 0.083s] nextest-filtering parsing::tests::test_missing_argument |
| 1340 | 2024-12-01T22:44:35.664Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_missing_close_parentheses |
| 1341 | 2024-12-01T22:44:35.701Z | PASS [ 0.045s] nextest-filtering parsing::tests::test_missing_close_regex |
| 1342 | 2024-12-01T22:44:35.741Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_missing_open_parentheses |
| 1343 | 2024-12-01T22:44:35.792Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_parentheses |
| 1344 | 2024-12-01T22:44:35.885Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_comma |
| 1345 | 2024-12-01T22:44:35.986Z | PASS [ 0.717s] integration-tests::integration test_show_config_version |
| 1346 | 2024-12-01T22:44:35.986Z | PASS [ 0.093s] nextest-filtering parsing::tests::test_parse_expr_difference |
| 1347 | 2024-12-01T22:44:35.987Z | PASS [ 0.626s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
| 1348 | 2024-12-01T22:44:35.987Z | PASS [ 6.787s] integration-tests::integration test_run_with_default_filter |
| 1349 | 2024-12-01T22:44:36.058Z | PASS [ 0.102s] nextest-filtering parsing::tests::test_parse_expr_intersection |
| 1350 | 2024-12-01T22:44:36.058Z | PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_expr_not |
| 1351 | 2024-12-01T22:44:36.058Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_expr_precedence |
| 1352 | 2024-12-01T22:44:36.058Z | PASS [ 0.056s] nextest-filtering parsing::tests::test_parse_expr_union |
| 1353 | 2024-12-01T22:44:36.058Z | PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_glob_matcher |
| 1354 | 2024-12-01T22:44:36.058Z | PASS [ 0.070s] nextest-filtering parsing::tests::test_parse_expr_set |
| 1355 | 2024-12-01T22:44:36.243Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_name_matcher |
| 1356 | 2024-12-01T22:44:36.243Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
| 1357 | 2024-12-01T22:44:36.243Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_regex |
| 1358 | 2024-12-01T22:44:36.243Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_set_def |
| 1359 | 2024-12-01T22:44:36.243Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_unexpected_argument |
| 1360 | 2024-12-01T22:44:36.243Z | PASS [ 0.049s] nextest-filtering parsing::tests::test_unexpected_comma |
| 1361 | 2024-12-01T22:44:36.243Z | PASS [ 0.030s] nextest-filtering::match test_binary_query |
| 1362 | 2024-12-01T22:44:36.243Z | PASS [ 0.045s] nextest-filtering::match test_expr_binary |
| 1363 | 2024-12-01T22:44:36.243Z | PASS [ 0.051s] nextest-filtering::match test_expr_binary_id_glob |
| 1364 | 2024-12-01T22:44:36.243Z | PASS [ 0.033s] nextest-filtering::match test_expr_deps |
| 1365 | 2024-12-01T22:44:36.243Z | PASS [ 0.055s] nextest-filtering::match test_expr_kind |
| 1366 | 2024-12-01T22:44:36.243Z | PASS [ 0.032s] nextest-filtering::match test_expr_kind_partial |
| 1367 | 2024-12-01T22:44:36.243Z | PASS [ 0.035s] nextest-filtering::match test_expr_package_contains |
| 1368 | 2024-12-01T22:44:36.267Z | PASS [ 0.024s] nextest-filtering::match test_expr_package_equal |
| 1369 | 2024-12-01T22:44:36.267Z | PASS [ 0.024s] nextest-filtering::match test_expr_package_regex |
| 1370 | 2024-12-01T22:44:36.267Z | PASS [ 0.021s] nextest-filtering::match test_expr_platform |
| 1371 | 2024-12-01T22:44:36.291Z | PASS [ 0.021s] nextest-filtering::match test_expr_rdeps |
| 1372 | 2024-12-01T22:44:36.292Z | PASS [ 0.020s] nextest-filtering::match test_expr_test |
| 1373 | 2024-12-01T22:44:36.315Z | PASS [ 0.020s] nextest-filtering::match test_expr_test_difference::with_minus |
| 1374 | 2024-12-01T22:44:36.339Z | PASS [ 0.042s] nextest-filtering::match test_expr_test_difference::with_and_not |
| 1375 | 2024-12-01T22:44:36.339Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
| 1376 | 2024-12-01T22:44:36.363Z | PASS [ 0.217s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
| 1377 | 2024-12-01T22:44:36.363Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_and |
| 1378 | 2024-12-01T22:44:36.412Z | PASS [ 0.036s] nextest-filtering::match test_expr_test_union::with_pipe |
| 1379 | 2024-12-01T22:44:36.412Z | PASS [ 0.051s] nextest-filtering::match test_expr_test_not |
| 1380 | 2024-12-01T22:44:36.412Z | PASS [ 0.042s] nextest-filtering::match test_expr_test_union::with_or |
| 1381 | 2024-12-01T22:44:36.412Z | PASS [ 0.041s] nextest-filtering::match test_expr_test_union::with_plus |
| 1382 | 2024-12-01T22:44:36.412Z | PASS [ 0.032s] nextest-filtering::match test_expr_with_no_matching_packages |
| 1383 | 2024-12-01T22:44:36.412Z | PASS [ 0.025s] nextest-metadata test_list::tests::test_binary_id_ord |
| 1384 | 2024-12-01T22:44:36.412Z | PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
| 1385 | 2024-12-01T22:44:36.518Z | PASS [ 0.028s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
| 1386 | 2024-12-01T22:44:36.518Z | PASS [ 0.040s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
| 1387 | 2024-12-01T22:44:36.518Z | PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
| 1388 | 2024-12-01T22:44:36.518Z | PASS [ 0.043s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
| 1389 | 2024-12-01T22:44:36.518Z | PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
| 1390 | 2024-12-01T22:44:36.518Z | PASS [ 0.056s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
| 1391 | 2024-12-01T22:44:36.518Z | PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
| 1392 | 2024-12-01T22:44:36.518Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
| 1393 | 2024-12-01T22:44:36.518Z | PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
| 1394 | 2024-12-01T22:44:36.518Z | PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
| 1395 | 2024-12-01T22:44:36.518Z | PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
| 1396 | 2024-12-01T22:44:36.518Z | PASS [ 0.029s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
| 1397 | 2024-12-01T22:44:36.810Z | PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
| 1398 | 2024-12-01T22:44:36.834Z | PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
| 1399 | 2024-12-01T22:44:36.834Z | PASS [ 0.322s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
| 1400 | 2024-12-01T22:44:36.835Z | PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
| 1401 | 2024-12-01T22:44:37.115Z | PASS [ 0.306s] nextest-runner config::archive::tests::parse_invalid::missing_list |
| 1402 | 2024-12-01T22:44:37.139Z | PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
| 1403 | 2024-12-01T22:44:37.174Z | PASS [ 0.027s] nextest-runner config::config_impl::tests::default_config_is_valid |
| 1404 | 2024-12-01T22:44:37.212Z | PASS [ 0.385s] nextest-runner config::archive::tests::parse_invalid::parent_component |
| 1405 | 2024-12-01T22:44:37.239Z | PASS [ 0.019s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
| 1406 | 2024-12-01T22:44:37.283Z | PASS [ 0.030s] nextest-runner config::identifier::tests::test_invalid |
| 1407 | 2024-12-01T22:44:37.316Z | PASS [ 0.047s] nextest-runner config::identifier::tests::test_valid |
| 1408 | 2024-12-01T22:44:37.316Z | PASS [ 0.492s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
| 1409 | 2024-12-01T22:44:37.340Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate |
| 1410 | 2024-12-01T22:44:37.364Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
| 1411 | 2024-12-01T22:44:37.398Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
| 1412 | 2024-12-01T22:44:37.422Z | PASS [ 0.061s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
| 1413 | 2024-12-01T22:44:37.422Z | PASS [ 0.057s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
| 1414 | 2024-12-01T22:44:37.446Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
| 1415 | 2024-12-01T22:44:37.446Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
| 1416 | 2024-12-01T22:44:37.470Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
| 1417 | 2024-12-01T22:44:37.532Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
| 1418 | 2024-12-01T22:44:37.556Z | PASS [ 0.423s] nextest-runner config::archive::tests::parse_valid |
| 1419 | 2024-12-01T22:44:37.613Z | PASS [ 0.411s] nextest-runner config::config_impl::tests::ignored_keys |
| 1420 | 2024-12-01T22:44:37.941Z | PASS [ 0.496s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
| 1421 | 2024-12-01T22:44:38.003Z | PASS [ 0.438s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
| 1422 | 2024-12-01T22:44:38.027Z | PASS [ 0.557s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
| 1423 | 2024-12-01T22:44:38.051Z | PASS [ 0.497s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
| 1424 | 2024-12-01T22:44:38.271Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
| 1425 | 2024-12-01T22:44:38.347Z | PASS [ 0.345s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
| 1426 | 2024-12-01T22:44:38.389Z | PASS [ 0.368s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
| 1427 | 2024-12-01T22:44:38.414Z | PASS [ 0.378s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
| 1428 | 2024-12-01T22:44:38.437Z | PASS [ 3.252s] integration-tests::integration test_target_arg |
| 1429 | 2024-12-01T22:44:38.598Z | PASS [ 0.330s] nextest-runner config::overrides::tests::test_overrides_basic |
| 1430 | 2024-12-01T22:44:38.665Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
| 1431 | 2024-12-01T22:44:38.695Z | PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
| 1432 | 2024-12-01T22:44:38.747Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
| 1433 | 2024-12-01T22:44:38.771Z | PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
| 1434 | 2024-12-01T22:44:38.973Z | PASS [ 0.363s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
| 1435 | 2024-12-01T22:44:39.024Z | PASS [ 0.360s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
| 1436 | 2024-12-01T22:44:39.048Z | PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
| 1437 | 2024-12-01T22:44:39.077Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
| 1438 | 2024-12-01T22:44:39.101Z | PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
| 1439 | 2024-12-01T22:44:39.269Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
| 1440 | 2024-12-01T22:44:39.338Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
| 1441 | 2024-12-01T22:44:39.362Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
| 1442 | 2024-12-01T22:44:39.386Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
| 1443 | 2024-12-01T22:44:39.411Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
| 1444 | 2024-12-01T22:44:39.590Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
| 1445 | 2024-12-01T22:44:39.649Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
| 1446 | 2024-12-01T22:44:39.673Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
| 1447 | 2024-12-01T22:44:39.673Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
| 1448 | 2024-12-01T22:44:39.717Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
| 1449 | 2024-12-01T22:44:39.909Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
| 1450 | 2024-12-01T22:44:39.949Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
| 1451 | 2024-12-01T22:44:39.973Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
| 1452 | 2024-12-01T22:44:39.997Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
| 1453 | 2024-12-01T22:44:40.037Z | PASS [ 0.318s] nextest-runner config::retry_policy::tests::parse_retries_valid |
| 1454 | 2024-12-01T22:44:40.219Z | PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
| 1455 | 2024-12-01T22:44:40.271Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
| 1456 | 2024-12-01T22:44:40.299Z | PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
| 1457 | 2024-12-01T22:44:40.323Z | PASS [ 0.341s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
| 1458 | 2024-12-01T22:44:40.348Z | PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
| 1459 | 2024-12-01T22:44:40.450Z | PASS [ 7.134s] integration-tests::integration test_show_config_test_groups |
| 1460 | 2024-12-01T22:44:40.539Z | PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
| 1461 | 2024-12-01T22:44:40.568Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
| 1462 | 2024-12-01T22:44:40.591Z | PASS [ 5.387s] integration-tests::integration test_target_dir |
| 1463 | 2024-12-01T22:44:40.631Z | PASS [ 0.330s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
| 1464 | 2024-12-01T22:44:40.655Z | PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
| 1465 | 2024-12-01T22:44:40.683Z | PASS [ 0.335s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
| 1466 | 2024-12-01T22:44:40.759Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
| 1467 | 2024-12-01T22:44:40.882Z | PASS [ 0.344s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
| 1468 | 2024-12-01T22:44:40.906Z | PASS [ 0.317s] nextest-runner config::scripts::tests::test_scripts_basic |
| 1469 | 2024-12-01T22:44:40.930Z | PASS [ 0.355s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
| 1470 | 2024-12-01T22:44:40.973Z | PASS [ 0.346s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
| 1471 | 2024-12-01T22:44:40.997Z | PASS [ 0.342s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
| 1472 | 2024-12-01T22:44:41.058Z | PASS [ 0.356s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
| 1473 | 2024-12-01T22:44:41.107Z | PASS [ 0.350s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
| 1474 | 2024-12-01T22:44:41.216Z | PASS [ 0.334s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
| 1475 | 2024-12-01T22:44:41.241Z | PASS [ 0.322s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
| 1476 | 2024-12-01T22:44:41.241Z | PASS [ 0.317s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
| 1477 | 2024-12-01T22:44:41.283Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
| 1478 | 2024-12-01T22:44:41.307Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
| 1479 | 2024-12-01T22:44:41.354Z | PASS [ 0.316s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
| 1480 | 2024-12-01T22:44:41.417Z | PASS [ 0.309s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
| 1481 | 2024-12-01T22:44:41.515Z | PASS [ 0.299s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
| 1482 | 2024-12-01T22:44:41.539Z | PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
| 1483 | 2024-12-01T22:44:41.562Z | PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
| 1484 | 2024-12-01T22:44:41.601Z | PASS [ 0.317s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
| 1485 | 2024-12-01T22:44:41.625Z | PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
| 1486 | 2024-12-01T22:44:41.659Z | PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
| 1487 | 2024-12-01T22:44:41.727Z | PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
| 1488 | 2024-12-01T22:44:41.817Z | PASS [ 0.302s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
| 1489 | 2024-12-01T22:44:41.840Z | PASS [ 0.299s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
| 1490 | 2024-12-01T22:44:41.864Z | PASS [ 0.313s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
| 1491 | 2024-12-01T22:44:41.923Z | PASS [ 0.316s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
| 1492 | 2024-12-01T22:44:41.923Z | PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
| 1493 | 2024-12-01T22:44:41.973Z | PASS [ 0.314s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
| 1494 | 2024-12-01T22:44:42.035Z | PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
| 1495 | 2024-12-01T22:44:42.119Z | PASS [ 0.301s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
| 1496 | 2024-12-01T22:44:42.143Z | PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
| 1497 | 2024-12-01T22:44:42.167Z | PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file |
| 1498 | 2024-12-01T22:44:42.191Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
| 1499 | 2024-12-01T22:44:42.232Z | PASS [ 0.062s] nextest-runner errors::tests::display_error_chain |
| 1500 | 2024-12-01T22:44:42.256Z | PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
| 1501 | 2024-12-01T22:44:42.256Z | PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
| 1502 | 2024-12-01T22:44:42.280Z | PASS [ 0.020s] nextest-runner list::binary_list::tests::test_parse_binary_list |
| 1503 | 2024-12-01T22:44:42.280Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
| 1504 | 2024-12-01T22:44:42.304Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
| 1505 | 2024-12-01T22:44:42.304Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
| 1506 | 2024-12-01T22:44:42.304Z | PASS [ 0.061s] nextest-runner errors::tests::display_error_list |
| 1507 | 2024-12-01T22:44:42.327Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
| 1508 | 2024-12-01T22:44:42.328Z | PASS [ 0.327s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
| 1509 | 2024-12-01T22:44:42.351Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
| 1510 | 2024-12-01T22:44:42.351Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
| 1511 | 2024-12-01T22:44:42.352Z | PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
| 1512 | 2024-12-01T22:44:42.352Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
| 1513 | 2024-12-01T22:44:42.352Z | PASS [ 0.038s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
| 1514 | 2024-12-01T22:44:42.408Z | PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
| 1515 | 2024-12-01T22:44:42.408Z | PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
| 1516 | 2024-12-01T22:44:42.408Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
| 1517 | 2024-12-01T22:44:42.408Z | PASS [ 0.023s] nextest-runner partition::tests::partitioner_builder_from_str |
| 1518 | 2024-12-01T22:44:42.408Z | PASS [ 0.029s] nextest-runner list::test_list::tests::test_parse_test_list |
| 1519 | 2024-12-01T22:44:42.408Z | PASS [ 0.028s] nextest-runner platform::tests::test_from_rustc_output_invalid |
| 1520 | 2024-12-01T22:44:42.408Z | PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
| 1521 | 2024-12-01T22:44:42.408Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
| 1522 | 2024-12-01T22:44:42.408Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
| 1523 | 2024-12-01T22:44:42.408Z | PASS [ 0.024s] nextest-runner redact::tests::test_redact_path |
| 1524 | 2024-12-01T22:44:42.408Z | PASS [ 0.024s] nextest-runner reporter::displayer::tests::no_capture_settings |
| 1525 | 2024-12-01T22:44:42.432Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
| 1526 | 2024-12-01T22:44:42.455Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
| 1527 | 2024-12-01T22:44:42.479Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
| 1528 | 2024-12-01T22:44:42.479Z | PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
| 1529 | 2024-12-01T22:44:42.479Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
| 1530 | 2024-12-01T22:44:42.479Z | PASS [ 0.342s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
| 1531 | 2024-12-01T22:44:42.479Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
| 1532 | 2024-12-01T22:44:42.479Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
| 1533 | 2024-12-01T22:44:42.607Z | PASS [ 0.335s] nextest-runner config::tool_config::tests::tool_config_basic |
| 1534 | 2024-12-01T22:44:42.607Z | PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_final_warnings |
| 1535 | 2024-12-01T22:44:42.607Z | PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
| 1536 | 2024-12-01T22:44:42.607Z | PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
| 1537 | 2024-12-01T22:44:42.607Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
| 1538 | 2024-12-01T22:44:42.607Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
| 1539 | 2024-12-01T22:44:42.607Z | PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
| 1540 | 2024-12-01T22:44:42.607Z | PASS [ 0.061s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
| 1541 | 2024-12-01T22:44:42.631Z | PASS [ 0.024s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
| 1542 | 2024-12-01T22:44:42.631Z | PASS [ 0.019s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
| 1543 | 2024-12-01T22:44:42.631Z | PASS [ 0.040s] nextest-runner reporter::helpers::tests::test_highlight_end |
| 1544 | 2024-12-01T22:44:42.631Z | PASS [ 0.063s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
| 1545 | 2024-12-01T22:44:42.631Z | PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
| 1546 | 2024-12-01T22:44:42.631Z | PASS [ 0.019s] nextest-runner reuse_build::tests::test_path_mapper_relative |
| 1547 | 2024-12-01T22:44:42.631Z | PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output |
| 1548 | 2024-12-01T22:44:42.631Z | PASS [ 0.024s] nextest-runner runner::tests::test_is_success |
| 1549 | 2024-12-01T22:44:42.631Z | PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings |
| 1550 | 2024-12-01T22:44:42.632Z | PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
| 1551 | 2024-12-01T22:44:42.632Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
| 1552 | 2024-12-01T22:44:42.632Z | PASS [ 0.029s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
| 1553 | 2024-12-01T22:44:42.632Z | PASS [ 0.072s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
| 1554 | 2024-12-01T22:44:42.632Z | PASS [ 0.019s] nextest-runner test_command::tests::parse_build_script |
| 1555 | 2024-12-01T22:44:42.632Z | PASS [ 0.024s] nextest-runner target_runner::tests::test_find_config |
| 1556 | 2024-12-01T22:44:42.632Z | PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples |
| 1557 | 2024-12-01T22:44:42.656Z | PASS [ 0.024s] nextest-runner test_filter::tests::pattern_examples |
| 1558 | 2024-12-01T22:44:42.683Z | PASS [ 0.102s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
| 1559 | 2024-12-01T22:44:42.707Z | PASS [ 0.019s] nextest-runner test_filter::tests::skip_only_pattern_examples |
| 1560 | 2024-12-01T22:44:42.731Z | PASS [ 0.140s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
| 1561 | 2024-12-01T22:44:42.756Z | PASS [ 0.119s] nextest-runner test_filter::tests::proptest_empty |
| 1562 | 2024-12-01T22:44:42.822Z | PASS [ 0.196s] nextest-runner test_filter::tests::proptest_no_match |
| 1563 | 2024-12-01T22:44:42.847Z | PASS [ 0.267s] nextest-runner rustc_cli::tests::test_execute_with_failure |
| 1564 | 2024-12-01T22:44:42.938Z | PASS [ 0.103s] nextest-runner::integration basic::test_list_binaries |
| 1565 | 2024-12-01T22:44:43.129Z | PASS [ 0.307s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
| 1566 | 2024-12-01T22:44:43.153Z | PASS [ 0.405s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
| 1567 | 2024-12-01T22:44:43.203Z | PASS [ 0.548s] nextest-runner test_filter::tests::proptest_exact |
| 1568 | 2024-12-01T22:44:43.203Z | PASS [ 0.269s] nextest-runner::integration basic::test_list_tests |
| 1569 | 2024-12-01T22:44:43.255Z | PASS [ 0.623s] nextest-runner test_filter::tests::proptest_substring |
| 1570 | 2024-12-01T22:44:43.300Z | PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause |
| 1571 | 2024-12-01T22:44:43.647Z | PASS [ 0.443s] nextest-runner::integration basic::test_run_ignored |
| 1572 | 2024-12-01T22:44:43.677Z | PASS [ 0.033s] nextest-runner::integration target_runner::disregards_non_matching |
| 1573 | 2024-12-01T22:44:43.701Z | PASS [ 0.433s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
| 1574 | 2024-12-01T22:44:43.725Z | PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
| 1575 | 2024-12-01T22:44:43.748Z | PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact |
| 1576 | 2024-12-01T22:44:43.957Z | PASS [ 0.277s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
| 1577 | 2024-12-01T22:44:44.178Z | PASS [ 0.440s] nextest-runner::integration target_runner::parses_cargo_env |
| 1578 | 2024-12-01T22:44:44.224Z | PASS [ 1.521s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
| 1579 | 2024-12-01T22:44:44.248Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env |
| 1580 | 2024-12-01T22:44:44.272Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli |
| 1581 | 2024-12-01T22:44:44.295Z | PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
| 1582 | 2024-12-01T22:44:44.319Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
| 1583 | 2024-12-01T22:44:44.342Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env |
| 1584 | 2024-12-01T22:44:44.366Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
| 1585 | 2024-12-01T22:44:44.390Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_target_cli_option |
| 1586 | 2024-12-01T22:44:44.486Z | PASS [ 0.537s] nextest-runner::integration target_runner::test_listing_with_target_runner |
| 1587 | 2024-12-01T22:44:44.838Z | PASS [ 1.675s] nextest-runner::integration basic::test_run |
| 1588 | 2024-12-01T22:44:44.992Z | PASS [ 21.801s] integration-tests::integration test_run |
| 1589 | 2024-12-01T22:44:45.713Z | PASS [ 1.541s] nextest-runner::integration target_runner::test_run_with_target_runner |
| 1590 | 2024-12-01T22:44:45.773Z | PASS [ 2.479s] nextest-runner::integration basic::test_termination |
| 1591 | 2024-12-01T22:44:46.858Z | PASS [ 3.723s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
| 1592 | 2024-12-01T22:44:46.883Z | PASS [ 3.741s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
| 1593 | 2024-12-01T22:44:46.883Z | ------------ |
| 1594 | 2024-12-01T22:44:46.883Z | Summary [ 33.238s] 281 tests run: 281 passed, 0 skipped |
| 1595 | 2024-12-01T22:44:46.907Z | |
| 1596 | 2024-12-01T22:44:46.907Z | real 34.318066141 |
| 1597 | 2024-12-01T22:44:46.907Z | user 1:56.442123506 |
| 1598 | 2024-12-01T22:44:46.907Z | sys 1:43.826527221 |
| 1599 | 2024-12-01T22:44:46.907Z | trap 0.279827106 |
| 1600 | 2024-12-01T22:44:46.907Z | tflt 0.418049436 |
| 1601 | 2024-12-01T22:44:46.907Z | dflt 1.738284683 |
| 1602 | 2024-12-01T22:44:46.907Z | kflt 0.012275889 |
| 1603 | 2024-12-01T22:44:46.907Z | lock 27:51.138513304 |
| 1604 | 2024-12-01T22:44:46.907Z | slp 47:08.958620535 |
| 1605 | 2024-12-01T22:44:46.907Z | lat 11:35.534052042 |
| 1606 | 2024-12-01T22:44:46.907Z | stop 4:59.830005357 |
| 1607 | 2024-12-01T22:44:46.907Z | process exited: duration 295758 ms, exit code 0 |
| |
| 1608 | 2024-12-01T22:44:46.957Z | found 0 output files |