|
|
|
1 | 2024-12-17T22:07:06.930Z | job assigned to worker 01JFBAHG6WPDCG4V860RBRMN7N [factory gimlet-EVT22200007-propolis, EVT22200007/20494] (queued for 23 s) |
|
2 | 2024-12-17T22:07:15.058Z | starting task 0: "setup" |
3 | 2024-12-17T22:07:15.082Z | ++ uname -s |
4 | 2024-12-17T22:07:15.082Z | + kern=SunOS |
5 | 2024-12-17T22:07:15.082Z | + case "$kern" in |
6 | 2024-12-17T22:07:15.082Z | + groupadd -g 12345 build |
7 | 2024-12-17T22:07:15.082Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T22:07:17.081Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T22:07:17.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T22:07:17.140Z | + home_fs=zfs |
11 | 2024-12-17T22:07:17.140Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T22:07:17.140Z | + mkdir -p /home/build |
13 | 2024-12-17T22:07:17.140Z | + chown build:build /home/build /work |
14 | 2024-12-17T22:07:19.125Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T22:07:19.149Z | process exited: duration 4073 ms, exit code 0 |
|
16 | 2024-12-17T22:07:19.196Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T22:07:19.220Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T22:07:19.220Z | ' stable |
19 | 2024-12-17T22:07:19.220Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-17T22:07:19.220Z | ' default |
21 | 2024-12-17T22:07:19.220Z | * toolchain channel = "stable" |
22 | 2024-12-17T22:07:19.220Z | * toolchain profile = "default" |
23 | 2024-12-17T22:07:19.220Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T22:07:19.220Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-17T22:07:19.348Z | info: downloading installer |
26 | 2024-12-17T22:07:19.725Z | info: profile set to 'default' |
27 | 2024-12-17T22:07:19.725Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T22:07:19.749Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-17T22:07:19.812Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-17T22:07:19.812Z | info: downloading component 'cargo' |
31 | 2024-12-17T22:07:19.985Z | info: downloading component 'clippy' |
32 | 2024-12-17T22:07:20.032Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T22:07:20.211Z | info: downloading component 'rust-std' |
34 | 2024-12-17T22:07:20.452Z | info: downloading component 'rustc' |
35 | 2024-12-17T22:07:21.559Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T22:07:21.633Z | info: installing component 'cargo' |
37 | 2024-12-17T22:07:22.746Z | info: installing component 'clippy' |
38 | 2024-12-17T22:07:23.213Z | info: installing component 'rust-docs' |
39 | 2024-12-17T22:07:26.010Z | info: installing component 'rust-std' |
40 | 2024-12-17T22:07:28.025Z | info: installing component 'rustc' |
41 | 2024-12-17T22:07:34.773Z | info: installing component 'rustfmt' |
42 | 2024-12-17T22:07:35.154Z | |
43 | 2024-12-17T22:07:35.154Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-12-17T22:07:35.304Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-17T22:07:35.304Z | |
46 | 2024-12-17T22:07:35.304Z | |
47 | 2024-12-17T22:07:35.304Z | Rust is installed now. Great! |
48 | 2024-12-17T22:07:35.304Z | |
49 | 2024-12-17T22:07:35.304Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T22:07:35.305Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T22:07:35.329Z | |
52 | 2024-12-17T22:07:35.329Z | To configure your current shell, you need to source |
53 | 2024-12-17T22:07:35.329Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T22:07:35.329Z | |
55 | 2024-12-17T22:07:35.329Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T22:07:35.329Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T22:07:35.329Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T22:07:35.428Z | + rustc --version |
59 | 2024-12-17T22:07:35.540Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-17T22:07:35.580Z | process exited: duration 16320 ms, exit code 0 |
|
61 | 2024-12-17T22:07:35.679Z | starting task 2: "authentication" |
62 | 2024-12-17T22:07:35.789Z | process exited: duration 116 ms, exit code 0 |
|
63 | 2024-12-17T22:07:35.936Z | starting task 3: "clone repository" |
64 | 2024-12-17T22:07:36.039Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-17T22:07:36.039Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-17T22:07:36.039Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-17T22:07:37.896Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-17T22:07:37.896Z | + git fetch origin e5834c72647696c82e9eed2e0790f8b70815bf41 |
69 | 2024-12-17T22:07:38.263Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-17T22:07:38.263Z | * branch e5834c72647696c82e9eed2e0790f8b70815bf41 -> FETCH_HEAD |
71 | 2024-12-17T22:07:38.288Z | + [[ -n win-coverage ]] |
72 | 2024-12-17T22:07:38.288Z | ++ git branch --show-current |
73 | 2024-12-17T22:07:38.288Z | + current=main |
74 | 2024-12-17T22:07:38.288Z | + [[ main != win-coverage ]] |
75 | 2024-12-17T22:07:38.290Z | + git branch -f win-coverage e5834c72647696c82e9eed2e0790f8b70815bf41 |
76 | 2024-12-17T22:07:38.315Z | + git checkout -f win-coverage |
77 | 2024-12-17T22:07:38.370Z | Switched to branch 'win-coverage' |
78 | 2024-12-17T22:07:38.395Z | + git reset --hard e5834c72647696c82e9eed2e0790f8b70815bf41 |
79 | 2024-12-17T22:07:38.456Z | HEAD is now at e5834c72 [ci] run coverage on Windows as well |
80 | 2024-12-17T22:07:38.482Z | process exited: duration 2549 ms, exit code 0 |
|
81 | 2024-12-17T22:07:38.530Z | starting task 4: "build" |
82 | 2024-12-17T22:07:38.557Z | + PLATFORM=illumos |
83 | 2024-12-17T22:07:38.557Z | + export CARGO_TERM_COLOR=always |
84 | 2024-12-17T22:07:38.557Z | + CARGO_TERM_COLOR=always |
85 | 2024-12-17T22:07:38.557Z | + cargo --version |
86 | 2024-12-17T22:07:38.643Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
87 | 2024-12-17T22:07:38.666Z | + rustc --version |
88 | 2024-12-17T22:07:38.749Z | rustc 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-17T22:07:38.773Z | + banner install |
90 | 2024-12-17T22:07:38.773Z | |
91 | 2024-12-17T22:07:38.773Z | # # # #### ##### ## # # |
92 | 2024-12-17T22:07:38.773Z | # ## # # # # # # # |
93 | 2024-12-17T22:07:38.773Z | # # # # #### # # # # # |
94 | 2024-12-17T22:07:38.773Z | # # # # # # ###### # # |
95 | 2024-12-17T22:07:38.773Z | # # ## # # # # # # # |
96 | 2024-12-17T22:07:38.773Z | # # # #### # # # ###### ###### |
97 | 2024-12-17T22:07:38.773Z | |
98 | 2024-12-17T22:07:38.773Z | + mkdir -p /home/build/.cargo/bin |
99 | 2024-12-17T22:07:38.773Z | + curl -LsSf https://get.nexte.st/latest/illumos |
100 | 2024-12-17T22:07:38.773Z | + gunzip |
101 | 2024-12-17T22:07:38.773Z | + tar xf - -C /home/build/.cargo/bin |
102 | 2024-12-17T22:07:39.739Z | + banner metadata |
103 | 2024-12-17T22:07:39.762Z | |
104 | 2024-12-17T22:07:39.762Z | # # ###### ##### ## ##### ## ##### ## |
105 | 2024-12-17T22:07:39.762Z | ## ## # # # # # # # # # # # |
106 | 2024-12-17T22:07:39.762Z | # ## # ##### # # # # # # # # # # |
107 | 2024-12-17T22:07:39.762Z | # # # # ###### # # ###### # ###### |
108 | 2024-12-17T22:07:39.762Z | # # # # # # # # # # # # # |
109 | 2024-12-17T22:07:39.762Z | # # ###### # # # ##### # # # # # |
110 | 2024-12-17T22:07:39.762Z | |
111 | 2024-12-17T22:07:39.762Z | + ptime -m cargo build --package nextest-metadata |
112 | 2024-12-17T22:07:39.984Z | Updating crates.io index |
113 | 2024-12-17T22:07:40.942Z | Downloading crates ... |
114 | 2024-12-17T22:07:40.995Z | Downloaded adler v1.0.2 |
115 | 2024-12-17T22:07:41.018Z | Downloaded errno v0.3.9 |
116 | 2024-12-17T22:07:41.018Z | Downloaded backtrace-ext v0.2.1 |
117 | 2024-12-17T22:07:41.018Z | Downloaded colorchoice v1.0.3 |
118 | 2024-12-17T22:07:41.018Z | Downloaded guppy-workspace-hack v0.1.0 |
119 | 2024-12-17T22:07:41.019Z | Downloaded is_ci v1.2.0 |
120 | 2024-12-17T22:07:41.019Z | Downloaded getrandom v0.2.15 |
121 | 2024-12-17T22:07:41.019Z | Downloaded thiserror v1.0.69 |
122 | 2024-12-17T22:07:41.042Z | Downloaded xxhash-rust v0.8.12 |
123 | 2024-12-17T22:07:41.042Z | Downloaded zerocopy-derive v0.7.35 |
124 | 2024-12-17T22:07:41.042Z | Downloaded unicode-ident v1.0.14 |
125 | 2024-12-17T22:07:41.042Z | Downloaded socket2 v0.5.7 |
126 | 2024-12-17T22:07:41.042Z | Downloaded tracing v0.1.41 |
127 | 2024-12-17T22:07:41.066Z | Downloaded tracing-core v0.1.33 |
128 | 2024-12-17T22:07:41.066Z | Downloaded zerocopy v0.7.35 |
129 | 2024-12-17T22:07:41.090Z | Downloaded miette v7.4.0 |
130 | 2024-12-17T22:07:41.091Z | Downloaded serde_json v1.0.133 |
131 | 2024-12-17T22:07:41.091Z | Downloaded libm v0.2.8 |
132 | 2024-12-17T22:07:41.091Z | Downloaded hashbrown v0.15.2 |
133 | 2024-12-17T22:07:41.114Z | Downloaded tracing-subscriber v0.3.19 |
134 | 2024-12-17T22:07:41.114Z | Downloaded clap_builder v4.5.23 |
135 | 2024-12-17T22:07:41.114Z | Downloaded memchr v2.7.4 |
136 | 2024-12-17T22:07:41.137Z | Downloaded object v0.32.2 |
137 | 2024-12-17T22:07:41.137Z | Downloaded unicode-width v0.2.0 |
138 | 2024-12-17T22:07:41.137Z | Downloaded syn v2.0.90 |
139 | 2024-12-17T22:07:41.161Z | Downloaded gimli v0.28.1 |
140 | 2024-12-17T22:07:41.161Z | Downloaded unicode-width v0.1.14 |
141 | 2024-12-17T22:07:41.185Z | Downloaded rand v0.8.5 |
142 | 2024-12-17T22:07:41.185Z | Downloaded mio v1.0.2 |
143 | 2024-12-17T22:07:41.185Z | Downloaded log v0.4.22 |
144 | 2024-12-17T22:07:41.185Z | Downloaded indexmap v2.7.0 |
145 | 2024-12-17T22:07:41.185Z | Downloaded rustix v0.38.37 |
146 | 2024-12-17T22:07:41.209Z | Downloaded sharded-slab v0.1.7 |
147 | 2024-12-17T22:07:41.232Z | Downloaded serde_derive v1.0.216 |
148 | 2024-12-17T22:07:41.232Z | Downloaded serde v1.0.216 |
149 | 2024-12-17T22:07:41.232Z | Downloaded ryu v1.0.18 |
150 | 2024-12-17T22:07:41.232Z | Downloaded proc-macro2 v1.0.92 |
151 | 2024-12-17T22:07:41.233Z | Downloaded cc v1.1.31 |
152 | 2024-12-17T22:07:41.233Z | Downloaded textwrap v0.16.1 |
153 | 2024-12-17T22:07:41.233Z | Downloaded smallvec v1.13.2 |
154 | 2024-12-17T22:07:41.233Z | Downloaded num-traits v0.2.19 |
155 | 2024-12-17T22:07:41.257Z | Downloaded miniz_oxide v0.7.4 |
156 | 2024-12-17T22:07:41.257Z | Downloaded clap v4.5.23 |
157 | 2024-12-17T22:07:41.257Z | Downloaded bytes v1.9.0 |
158 | 2024-12-17T22:07:41.257Z | Downloaded borsh v1.5.1 |
159 | 2024-12-17T22:07:41.257Z | Downloaded backtrace v0.3.71 |
160 | 2024-12-17T22:07:41.280Z | Downloaded libc v0.2.168 |
161 | 2024-12-17T22:07:41.304Z | Downloaded tokio-macros v2.4.0 |
162 | 2024-12-17T22:07:41.304Z | Downloaded target-lexicon v0.12.16 |
163 | 2024-12-17T22:07:41.304Z | Downloaded rustc-demangle v0.1.24 |
164 | 2024-12-17T22:07:41.304Z | Downloaded rand_core v0.6.4 |
165 | 2024-12-17T22:07:41.304Z | Downloaded quote v1.0.37 |
166 | 2024-12-17T22:07:41.304Z | Downloaded pin-project-lite v0.2.15 |
167 | 2024-12-17T22:07:41.304Z | Downloaded owo-colors v4.1.0 |
168 | 2024-12-17T22:07:41.327Z | Downloaded once_cell v1.20.2 |
169 | 2024-12-17T22:07:41.327Z | Downloaded tokio v1.42.0 |
170 | 2024-12-17T22:07:41.352Z | Downloaded miette-derive v7.4.0 |
171 | 2024-12-17T22:07:41.376Z | Downloaded lazy_static v1.5.0 |
172 | 2024-12-17T22:07:41.376Z | Downloaded jobserver v0.1.32 |
173 | 2024-12-17T22:07:41.376Z | Downloaded itoa v1.0.14 |
174 | 2024-12-17T22:07:41.376Z | Downloaded cfg-expr v0.17.2 |
175 | 2024-12-17T22:07:41.376Z | Downloaded bitflags v2.6.0 |
176 | 2024-12-17T22:07:41.376Z | Downloaded utf8parse v0.2.2 |
177 | 2024-12-17T22:07:41.376Z | Downloaded unicode-linebreak v0.1.5 |
178 | 2024-12-17T22:07:41.376Z | Downloaded unicase v2.8.0 |
179 | 2024-12-17T22:07:41.376Z | Downloaded tracing-log v0.2.0 |
180 | 2024-12-17T22:07:41.376Z | Downloaded thread_local v1.1.8 |
181 | 2024-12-17T22:07:41.376Z | Downloaded thiserror-impl v1.0.69 |
182 | 2024-12-17T22:07:41.376Z | Downloaded terminal_size v0.4.0 |
183 | 2024-12-17T22:07:41.376Z | Downloaded target-spec v3.2.2 |
184 | 2024-12-17T22:07:41.376Z | Downloaded supports-unicode v3.0.0 |
185 | 2024-12-17T22:07:41.376Z | Downloaded supports-hyperlinks v3.0.0 |
186 | 2024-12-17T22:07:41.376Z | Downloaded supports-color v3.0.2 |
187 | 2024-12-17T22:07:41.399Z | Downloaded strsim v0.11.1 |
188 | 2024-12-17T22:07:41.399Z | Downloaded signal-hook-registry v1.4.2 |
189 | 2024-12-17T22:07:41.399Z | Downloaded shlex v1.3.0 |
190 | 2024-12-17T22:07:41.399Z | Downloaded is_terminal_polyfill v1.70.1 |
191 | 2024-12-17T22:07:41.399Z | Downloaded heck v0.5.0 |
192 | 2024-12-17T22:07:41.399Z | Downloaded smol_str v0.3.2 |
193 | 2024-12-17T22:07:41.399Z | Downloaded rand_chacha v0.3.1 |
194 | 2024-12-17T22:07:41.400Z | Downloaded ppv-lite86 v0.2.20 |
195 | 2024-12-17T22:07:41.400Z | Downloaded cfg_aliases v0.2.1 |
196 | 2024-12-17T22:07:41.400Z | Downloaded camino v1.1.9 |
197 | 2024-12-17T22:07:41.400Z | Downloaded either v1.13.0 |
198 | 2024-12-17T22:07:41.400Z | Downloaded console v0.15.8 |
199 | 2024-12-17T22:07:41.400Z | Downloaded clap_derive v4.5.18 |
200 | 2024-12-17T22:07:41.400Z | Downloaded anstream v0.6.17 |
201 | 2024-12-17T22:07:41.400Z | Downloaded anstyle v1.0.9 |
202 | 2024-12-17T22:07:41.423Z | Downloaded clap_lex v0.7.4 |
203 | 2024-12-17T22:07:41.423Z | Downloaded byteorder v1.5.0 |
204 | 2024-12-17T22:07:41.423Z | Downloaded autocfg v1.4.0 |
205 | 2024-12-17T22:07:41.423Z | Downloaded anstyle-parse v0.2.6 |
206 | 2024-12-17T22:07:41.423Z | Downloaded addr2line v0.21.0 |
207 | 2024-12-17T22:07:41.423Z | Downloaded equivalent v1.0.1 |
208 | 2024-12-17T22:07:41.423Z | Downloaded cfg-if v1.0.0 |
209 | 2024-12-17T22:07:41.423Z | Downloaded anstyle-query v1.1.2 |
210 | 2024-12-17T22:07:41.505Z | Compiling proc-macro2 v1.0.92 |
211 | 2024-12-17T22:07:41.505Z | Compiling unicode-ident v1.0.14 |
212 | 2024-12-17T22:07:41.529Z | Compiling libc v0.2.168 |
213 | 2024-12-17T22:07:41.529Z | Compiling serde v1.0.216 |
214 | 2024-12-17T22:07:41.529Z | Compiling cfg-if v1.0.0 |
215 | 2024-12-17T22:07:41.530Z | Compiling shlex v1.3.0 |
216 | 2024-12-17T22:07:41.530Z | Compiling memchr v2.7.4 |
217 | 2024-12-17T22:07:41.646Z | Compiling rustix v0.38.37 |
218 | 2024-12-17T22:07:41.713Z | Compiling once_cell v1.20.2 |
219 | 2024-12-17T22:07:41.860Z | Compiling bitflags v2.6.0 |
220 | 2024-12-17T22:07:42.040Z | Compiling tracing-core v0.1.33 |
221 | 2024-12-17T22:07:42.115Z | Compiling utf8parse v0.2.2 |
222 | 2024-12-17T22:07:42.155Z | Compiling gimli v0.28.1 |
223 | 2024-12-17T22:07:42.244Z | Compiling byteorder v1.5.0 |
224 | 2024-12-17T22:07:42.276Z | Compiling camino v1.1.9 |
225 | 2024-12-17T22:07:42.494Z | Compiling adler v1.0.2 |
226 | 2024-12-17T22:07:42.647Z | Compiling jobserver v0.1.32 |
227 | 2024-12-17T22:07:42.684Z | Compiling miniz_oxide v0.7.4 |
228 | 2024-12-17T22:07:42.780Z | Compiling object v0.32.2 |
229 | 2024-12-17T22:07:42.884Z | Compiling anstyle-parse v0.2.6 |
230 | 2024-12-17T22:07:43.123Z | Compiling quote v1.0.37 |
231 | 2024-12-17T22:07:43.146Z | Compiling cc v1.1.31 |
232 | 2024-12-17T22:07:43.176Z | Compiling errno v0.3.9 |
233 | 2024-12-17T22:07:43.199Z | Compiling getrandom v0.2.15 |
234 | 2024-12-17T22:07:43.282Z | Compiling lazy_static v1.5.0 |
235 | 2024-12-17T22:07:43.393Z | Compiling colorchoice v1.0.3 |
236 | 2024-12-17T22:07:43.416Z | Compiling syn v2.0.90 |
237 | 2024-12-17T22:07:43.446Z | Compiling thiserror v1.0.69 |
238 | 2024-12-17T22:07:43.530Z | Compiling anstyle v1.0.9 |
239 | 2024-12-17T22:07:43.582Z | Compiling serde_json v1.0.133 |
240 | 2024-12-17T22:07:43.925Z | Compiling owo-colors v4.1.0 |
241 | 2024-12-17T22:07:43.958Z | Compiling is_terminal_polyfill v1.70.1 |
242 | 2024-12-17T22:07:43.981Z | Compiling anstyle-query v1.1.2 |
243 | 2024-12-17T22:07:44.054Z | Compiling unicode-width v0.1.14 |
244 | 2024-12-17T22:07:44.108Z | Compiling libm v0.2.8 |
245 | 2024-12-17T22:07:44.260Z | Compiling terminal_size v0.4.0 |
246 | 2024-12-17T22:07:44.450Z | Compiling target-lexicon v0.12.16 |
247 | 2024-12-17T22:07:44.473Z | Compiling rustc-demangle v0.1.24 |
248 | 2024-12-17T22:07:44.532Z | Compiling autocfg v1.4.0 |
249 | 2024-12-17T22:07:44.598Z | Compiling anstream v0.6.17 |
250 | 2024-12-17T22:07:45.262Z | Compiling addr2line v0.21.0 |
251 | 2024-12-17T22:07:45.329Z | Compiling num-traits v0.2.19 |
252 | 2024-12-17T22:07:45.387Z | Compiling rand_core v0.6.4 |
253 | 2024-12-17T22:07:45.633Z | Compiling smallvec v1.13.2 |
254 | 2024-12-17T22:07:45.663Z | Compiling backtrace v0.3.71 |
255 | 2024-12-17T22:07:45.686Z | Compiling log v0.4.22 |
256 | 2024-12-17T22:07:45.768Z | Compiling itoa v1.0.14 |
257 | 2024-12-17T22:07:45.791Z | Compiling heck v0.5.0 |
258 | 2024-12-17T22:07:45.830Z | Compiling unicode-width v0.2.0 |
259 | 2024-12-17T22:07:45.964Z | Compiling pin-project-lite v0.2.15 |
260 | 2024-12-17T22:07:46.026Z | Compiling is_ci v1.2.0 |
261 | 2024-12-17T22:07:46.093Z | Compiling ryu v1.0.18 |
262 | 2024-12-17T22:07:46.154Z | Compiling clap_lex v0.7.4 |
263 | 2024-12-17T22:07:46.228Z | Compiling unicode-linebreak v0.1.5 |
264 | 2024-12-17T22:07:46.327Z | Compiling strsim v0.11.1 |
265 | 2024-12-17T22:07:46.435Z | Compiling guppy-workspace-hack v0.1.0 |
266 | 2024-12-17T22:07:46.566Z | Compiling unicase v2.8.0 |
267 | 2024-12-17T22:07:46.619Z | Compiling supports-color v3.0.2 |
268 | 2024-12-17T22:07:46.717Z | Compiling textwrap v0.16.1 |
269 | 2024-12-17T22:07:46.772Z | Compiling clap_builder v4.5.23 |
270 | 2024-12-17T22:07:46.866Z | Compiling tracing v0.1.41 |
271 | 2024-12-17T22:07:46.890Z | Compiling tracing-log v0.2.0 |
272 | 2024-12-17T22:07:47.271Z | Compiling sharded-slab v0.1.7 |
273 | 2024-12-17T22:07:47.533Z | Compiling mio v1.0.2 |
274 | 2024-12-17T22:07:48.202Z | Compiling backtrace-ext v0.2.1 |
275 | 2024-12-17T22:07:48.226Z | Compiling signal-hook-registry v1.4.2 |
276 | 2024-12-17T22:07:48.250Z | Compiling thread_local v1.1.8 |
277 | 2024-12-17T22:07:48.439Z | Compiling target-spec v3.2.2 |
278 | 2024-12-17T22:07:48.463Z | Compiling hashbrown v0.15.2 |
279 | 2024-12-17T22:07:48.635Z | Compiling bytes v1.9.0 |
280 | 2024-12-17T22:07:48.661Z | Compiling equivalent v1.0.1 |
281 | 2024-12-17T22:07:48.765Z | Compiling supports-hyperlinks v3.0.0 |
282 | 2024-12-17T22:07:48.826Z | Compiling supports-unicode v3.0.0 |
283 | 2024-12-17T22:07:48.883Z | Compiling tracing-subscriber v0.3.19 |
284 | 2024-12-17T22:07:49.019Z | Compiling cfg-expr v0.17.2 |
285 | 2024-12-17T22:07:49.443Z | Compiling console v0.15.8 |
286 | 2024-12-17T22:07:49.588Z | Compiling either v1.13.0 |
287 | 2024-12-17T22:07:49.895Z | Compiling xxhash-rust v0.8.12 |
288 | 2024-12-17T22:07:51.247Z | Compiling serde_derive v1.0.216 |
289 | 2024-12-17T22:07:51.247Z | Compiling zerocopy-derive v0.7.35 |
290 | 2024-12-17T22:07:51.343Z | Compiling thiserror-impl v1.0.69 |
291 | 2024-12-17T22:07:51.479Z | Compiling miette-derive v7.4.0 |
292 | 2024-12-17T22:07:51.625Z | Compiling clap_derive v4.5.18 |
293 | 2024-12-17T22:07:52.568Z | Compiling tokio-macros v2.4.0 |
294 | 2024-12-17T22:07:52.675Z | Compiling zerocopy v0.7.35 |
295 | 2024-12-17T22:07:53.504Z | Compiling miette v7.4.0 |
296 | 2024-12-17T22:07:53.703Z | Compiling ppv-lite86 v0.2.20 |
297 | 2024-12-17T22:07:53.728Z | Compiling tokio v1.42.0 |
298 | 2024-12-17T22:07:54.268Z | Compiling rand_chacha v0.3.1 |
299 | 2024-12-17T22:07:54.634Z | Compiling clap v4.5.23 |
300 | 2024-12-17T22:07:54.715Z | Compiling rand v0.8.5 |
301 | 2024-12-17T22:07:59.607Z | Compiling indexmap v2.7.0 |
302 | 2024-12-17T22:07:59.607Z | Compiling smol_str v0.3.2 |
303 | 2024-12-17T22:08:00.252Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
304 | 2024-12-17T22:08:01.445Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
305 | 2024-12-17T22:08:03.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.61s |
306 | 2024-12-17T22:08:03.610Z | |
307 | 2024-12-17T22:08:03.610Z | real 23.829382179 |
308 | 2024-12-17T22:08:03.610Z | user 1:55.610240968 |
309 | 2024-12-17T22:08:03.610Z | sys 18.576658708 |
310 | 2024-12-17T22:08:03.610Z | trap 0.061729395 |
311 | 2024-12-17T22:08:03.610Z | tflt 0.143504714 |
312 | 2024-12-17T22:08:03.610Z | dflt 0.202364818 |
313 | 2024-12-17T22:08:03.610Z | kflt 0.001612947 |
314 | 2024-12-17T22:08:03.610Z | lock 2:39.288379642 |
315 | 2024-12-17T22:08:03.610Z | slp 6:16.907454221 |
316 | 2024-12-17T22:08:03.610Z | lat 10.729323629 |
317 | 2024-12-17T22:08:03.610Z | stop 21.039768216 |
318 | 2024-12-17T22:08:03.634Z | + banner no-update |
319 | 2024-12-17T22:08:03.634Z | |
320 | 2024-12-17T22:08:03.634Z | # # #### # # ##### ##### ## ##### ###### |
321 | 2024-12-17T22:08:03.634Z | ## # # # # # # # # # # # # # |
322 | 2024-12-17T22:08:03.634Z | # # # # # ##### # # # # # # # # # ##### |
323 | 2024-12-17T22:08:03.634Z | # # # # # # # ##### # # ###### # # |
324 | 2024-12-17T22:08:03.634Z | # ## # # # # # # # # # # # |
325 | 2024-12-17T22:08:03.634Z | # # #### #### # ##### # # # ###### |
326 | 2024-12-17T22:08:03.634Z | |
327 | 2024-12-17T22:08:03.634Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
328 | 2024-12-17T22:08:03.793Z | Downloading crates ... |
329 | 2024-12-17T22:08:03.868Z | Downloaded enable-ansi-support v0.2.1 |
330 | 2024-12-17T22:08:03.892Z | Downloaded atomicwrites v0.4.4 |
331 | 2024-12-17T22:08:03.892Z | Downloaded future-queue v0.3.0 |
332 | 2024-12-17T22:08:03.892Z | Downloaded filetime v0.2.25 |
333 | 2024-12-17T22:08:03.892Z | Downloaded swrite v0.1.0 |
334 | 2024-12-17T22:08:03.892Z | Downloaded zstd-safe v7.2.1 |
335 | 2024-12-17T22:08:03.916Z | Downloaded zstd v0.13.2 |
336 | 2024-12-17T22:08:03.916Z | Downloaded strip-ansi-escapes v0.2.0 |
337 | 2024-12-17T22:08:03.916Z | Downloaded tracing-error v0.2.0 |
338 | 2024-12-17T22:08:03.916Z | Downloaded thiserror-impl v2.0.7 |
339 | 2024-12-17T22:08:03.916Z | Downloaded version_check v0.9.5 |
340 | 2024-12-17T22:08:03.916Z | Downloaded semver v1.0.24 |
341 | 2024-12-17T22:08:03.916Z | Downloaded xattr v1.3.1 |
342 | 2024-12-17T22:08:03.916Z | Downloaded uuid v1.11.0 |
343 | 2024-12-17T22:08:03.940Z | Downloaded vte v0.11.1 |
344 | 2024-12-17T22:08:03.940Z | Downloaded indicatif v0.17.9 |
345 | 2024-12-17T22:08:03.940Z | Downloaded toml_edit v0.22.22 |
346 | 2024-12-17T22:08:03.964Z | Downloaded unicode-normalization v0.1.24 |
347 | 2024-12-17T22:08:03.964Z | Downloaded nom v7.1.3 |
348 | 2024-12-17T22:08:03.988Z | Downloaded itertools v0.13.0 |
349 | 2024-12-17T22:08:03.988Z | Downloaded portable-atomic v1.9.0 |
350 | 2024-12-17T22:08:03.988Z | Downloaded guppy v0.17.10 |
351 | 2024-12-17T22:08:04.012Z | Downloaded quick-xml v0.37.1 |
352 | 2024-12-17T22:08:04.012Z | Downloaded chrono v0.4.39 |
353 | 2024-12-17T22:08:04.012Z | Downloaded regex v1.11.1 |
354 | 2024-12-17T22:08:04.035Z | Downloaded futures-util v0.3.31 |
355 | 2024-12-17T22:08:04.035Z | Downloaded color-spantrace v0.2.1 |
356 | 2024-12-17T22:08:04.035Z | Downloaded aho-corasick v1.1.3 |
357 | 2024-12-17T22:08:04.059Z | Downloaded crossterm v0.28.1 |
358 | 2024-12-17T22:08:04.059Z | Downloaded nix v0.29.0 |
359 | 2024-12-17T22:08:04.083Z | Downloaded regex-syntax v0.8.5 |
360 | 2024-12-17T22:08:04.083Z | Downloaded bstr v1.11.1 |
361 | 2024-12-17T22:08:04.083Z | Downloaded minimal-lexical v0.2.1 |
362 | 2024-12-17T22:08:04.107Z | Downloaded tar v0.4.43 |
363 | 2024-12-17T22:08:04.107Z | Downloaded ron v0.8.1 |
364 | 2024-12-17T22:08:04.107Z | Downloaded futures v0.3.31 |
365 | 2024-12-17T22:08:04.107Z | Downloaded toml v0.8.19 |
366 | 2024-12-17T22:08:04.107Z | Downloaded tokio-stream v0.1.17 |
367 | 2024-12-17T22:08:04.130Z | Downloaded tinyvec v1.8.0 |
368 | 2024-12-17T22:08:04.130Z | Downloaded signal-hook v0.3.17 |
369 | 2024-12-17T22:08:04.130Z | Downloaded pin-project v1.1.7 |
370 | 2024-12-17T22:08:04.130Z | Downloaded parking_lot v0.12.3 |
371 | 2024-12-17T22:08:04.130Z | Downloaded iana-time-zone v0.1.61 |
372 | 2024-12-17T22:08:04.153Z | Downloaded eyre v0.6.12 |
373 | 2024-12-17T22:08:04.153Z | Downloaded config v0.14.1 |
374 | 2024-12-17T22:08:04.153Z | Downloaded base64 v0.21.7 |
375 | 2024-12-17T22:08:04.153Z | Downloaded regex-automata v0.4.8 |
376 | 2024-12-17T22:08:04.176Z | Downloaded tracing-attributes v0.1.28 |
377 | 2024-12-17T22:08:04.176Z | Downloaded color-eyre v0.6.3 |
378 | 2024-12-17T22:08:04.176Z | Downloaded thiserror v2.0.7 |
379 | 2024-12-17T22:08:04.200Z | Downloaded tempfile v3.13.0 |
380 | 2024-12-17T22:08:04.200Z | Downloaded petgraph v0.6.5 |
381 | 2024-12-17T22:08:04.224Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
382 | 2024-12-17T22:08:04.224Z | Downloaded serde_spanned v0.6.8 |
383 | 2024-12-17T22:08:04.224Z | Downloaded pin-project-internal v1.1.7 |
384 | 2024-12-17T22:08:04.224Z | Downloaded futures-task v0.3.31 |
385 | 2024-12-17T22:08:04.249Z | Downloaded scopeguard v1.2.0 |
386 | 2024-12-17T22:08:04.249Z | Downloaded globset v0.4.15 |
387 | 2024-12-17T22:08:04.249Z | Downloaded derive-where v1.2.7 |
388 | 2024-12-17T22:08:04.250Z | Downloaded parking_lot_core v0.9.10 |
389 | 2024-12-17T22:08:04.250Z | Downloaded owo-colors v3.5.0 |
390 | 2024-12-17T22:08:04.250Z | Downloaded os_pipe v1.2.1 |
391 | 2024-12-17T22:08:04.250Z | Downloaded lock_api v0.4.12 |
392 | 2024-12-17T22:08:04.250Z | Downloaded futures-core v0.3.31 |
393 | 2024-12-17T22:08:04.250Z | Downloaded static_assertions v1.1.0 |
394 | 2024-12-17T22:08:04.250Z | Downloaded shell-words v1.1.0 |
395 | 2024-12-17T22:08:04.250Z | Downloaded shared_child v1.0.1 |
396 | 2024-12-17T22:08:04.250Z | Downloaded serde_ignored v0.1.10 |
397 | 2024-12-17T22:08:04.250Z | Downloaded pathdiff v0.2.3 |
398 | 2024-12-17T22:08:04.250Z | Downloaded futures-io v0.3.31 |
399 | 2024-12-17T22:08:04.250Z | Downloaded futures-executor v0.3.31 |
400 | 2024-12-17T22:08:04.273Z | Downloaded fixedbitset v0.4.2 |
401 | 2024-12-17T22:08:04.273Z | Downloaded duct v0.13.7 |
402 | 2024-12-17T22:08:04.273Z | Downloaded toml_datetime v0.6.8 |
403 | 2024-12-17T22:08:04.273Z | Downloaded serde_path_to_error v0.1.16 |
404 | 2024-12-17T22:08:04.275Z | Downloaded quick-junit v0.5.1 |
405 | 2024-12-17T22:08:04.275Z | Downloaded newtype-uuid v1.1.3 |
406 | 2024-12-17T22:08:04.275Z | Downloaded futures-sink v0.3.31 |
407 | 2024-12-17T22:08:04.275Z | Downloaded camino-tempfile v1.1.1 |
408 | 2024-12-17T22:08:04.275Z | Downloaded ahash v0.8.11 |
409 | 2024-12-17T22:08:04.275Z | Downloaded slab v0.4.9 |
410 | 2024-12-17T22:08:04.275Z | Downloaded signal-hook-mio v0.2.4 |
411 | 2024-12-17T22:08:04.275Z | Downloaded pkg-config v0.3.31 |
412 | 2024-12-17T22:08:04.275Z | Downloaded pin-utils v0.1.0 |
413 | 2024-12-17T22:08:04.275Z | Downloaded indent_write v2.2.0 |
414 | 2024-12-17T22:08:04.275Z | Downloaded humantime-serde v1.1.1 |
415 | 2024-12-17T22:08:04.275Z | Downloaded humantime v2.1.0 |
416 | 2024-12-17T22:08:04.298Z | Downloaded home v0.5.11 |
417 | 2024-12-17T22:08:04.298Z | Downloaded futures-macro v0.3.31 |
418 | 2024-12-17T22:08:04.299Z | Downloaded futures-channel v0.3.31 |
419 | 2024-12-17T22:08:04.299Z | Downloaded dialoguer v0.11.0 |
420 | 2024-12-17T22:08:04.299Z | Downloaded recursion v0.5.2 |
421 | 2024-12-17T22:08:04.299Z | Downloaded zeroize v1.8.1 |
422 | 2024-12-17T22:08:04.299Z | Downloaded tinyvec_macros v0.1.1 |
423 | 2024-12-17T22:08:04.299Z | Downloaded number_prefix v0.4.0 |
424 | 2024-12-17T22:08:04.299Z | Downloaded debug-ignore v1.0.5 |
425 | 2024-12-17T22:08:04.299Z | Downloaded cargo_metadata v0.19.1 |
426 | 2024-12-17T22:08:04.299Z | Downloaded cargo-platform v0.1.9 |
427 | 2024-12-17T22:08:04.323Z | Downloaded winnow v0.6.20 |
428 | 2024-12-17T22:08:04.323Z | Downloaded vte_generate_state_changes v0.1.2 |
429 | 2024-12-17T22:08:04.323Z | Downloaded target-spec-miette v0.4.0 |
430 | 2024-12-17T22:08:04.323Z | Downloaded nested v0.1.1 |
431 | 2024-12-17T22:08:04.323Z | Downloaded indenter v0.3.3 |
432 | 2024-12-17T22:08:04.323Z | Downloaded async-scoped v0.9.0 |
433 | 2024-12-17T22:08:04.323Z | Downloaded fnv v1.0.7 |
434 | 2024-12-17T22:08:04.323Z | Downloaded fastrand v2.1.1 |
435 | 2024-12-17T22:08:04.354Z | Compiling rustix v0.38.37 |
436 | 2024-12-17T22:08:04.378Z | Compiling tracing-attributes v0.1.28 |
437 | 2024-12-17T22:08:04.378Z | Compiling mio v1.0.2 |
438 | 2024-12-17T22:08:04.378Z | Compiling futures-core v0.3.31 |
439 | 2024-12-17T22:08:04.402Z | Compiling slab v0.4.9 |
440 | 2024-12-17T22:08:04.402Z | Compiling futures-sink v0.3.31 |
441 | 2024-12-17T22:08:04.402Z | Compiling pkg-config v0.3.31 |
442 | 2024-12-17T22:08:04.402Z | Compiling thiserror v2.0.7 |
443 | 2024-12-17T22:08:04.518Z | Compiling futures-channel v0.3.31 |
444 | 2024-12-17T22:08:04.570Z | Compiling futures-macro v0.3.31 |
445 | 2024-12-17T22:08:04.840Z | Compiling thiserror-impl v2.0.7 |
446 | 2024-12-17T22:08:05.010Z | Compiling semver v1.0.24 |
447 | 2024-12-17T22:08:05.223Z | Compiling pin-utils v0.1.0 |
448 | 2024-12-17T22:08:05.299Z | Compiling version_check v0.9.5 |
449 | 2024-12-17T22:08:05.376Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
450 | 2024-12-17T22:08:05.400Z | Compiling futures-io v0.3.31 |
451 | 2024-12-17T22:08:05.481Z | Compiling futures-task v0.3.31 |
452 | 2024-12-17T22:08:05.645Z | Compiling lock_api v0.4.12 |
453 | 2024-12-17T22:08:05.710Z | Compiling aho-corasick v1.1.3 |
454 | 2024-12-17T22:08:05.785Z | Compiling ahash v0.8.11 |
455 | 2024-12-17T22:08:05.936Z | Compiling winnow v0.6.20 |
456 | 2024-12-17T22:08:06.021Z | Compiling futures-util v0.3.31 |
457 | 2024-12-17T22:08:06.090Z | Compiling signal-hook v0.3.17 |
458 | 2024-12-17T22:08:06.349Z | Compiling regex-syntax v0.8.5 |
459 | 2024-12-17T22:08:06.701Z | Compiling tracing v0.1.41 |
460 | 2024-12-17T22:08:07.030Z | Compiling terminal_size v0.4.0 |
461 | 2024-12-17T22:08:07.142Z | Compiling tokio v1.42.0 |
462 | 2024-12-17T22:08:07.247Z | Compiling clap_builder v4.5.23 |
463 | 2024-12-17T22:08:07.289Z | Compiling miette v7.4.0 |
464 | 2024-12-17T22:08:08.487Z | Compiling fastrand v2.1.1 |
465 | 2024-12-17T22:08:08.919Z | Compiling parking_lot_core v0.9.10 |
466 | 2024-12-17T22:08:09.272Z | Compiling regex-automata v0.4.8 |
467 | 2024-12-17T22:08:09.841Z | Compiling tempfile v3.13.0 |
468 | 2024-12-17T22:08:09.982Z | Compiling clap v4.5.23 |
469 | 2024-12-17T22:08:10.319Z | Compiling pathdiff v0.2.3 |
470 | 2024-12-17T22:08:10.435Z | Compiling toml_datetime v0.6.8 |
471 | 2024-12-17T22:08:10.620Z | Compiling serde_spanned v0.6.8 |
472 | 2024-12-17T22:08:10.797Z | Compiling cargo-platform v0.1.9 |
473 | 2024-12-17T22:08:10.821Z | Compiling vte_generate_state_changes v0.1.2 |
474 | 2024-12-17T22:08:10.821Z | Compiling scopeguard v1.2.0 |
475 | 2024-12-17T22:08:10.920Z | Compiling portable-atomic v1.9.0 |
476 | 2024-12-17T22:08:11.216Z | Compiling zstd-safe v7.2.1 |
477 | 2024-12-17T22:08:11.289Z | Compiling fixedbitset v0.4.2 |
478 | 2024-12-17T22:08:11.494Z | Compiling newtype-uuid v1.1.3 |
479 | 2024-12-17T22:08:11.529Z | Compiling cfg_aliases v0.2.1 |
480 | 2024-12-17T22:08:11.609Z | Compiling nix v0.29.0 |
481 | 2024-12-17T22:08:11.633Z | Compiling petgraph v0.6.5 |
482 | 2024-12-17T22:08:11.660Z | Compiling vte v0.11.1 |
483 | 2024-12-17T22:08:11.776Z | Compiling cargo_metadata v0.19.1 |
484 | 2024-12-17T22:08:12.496Z | Compiling toml_edit v0.22.22 |
485 | 2024-12-17T22:08:13.395Z | Compiling futures-executor v0.3.31 |
486 | 2024-12-17T22:08:13.750Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
487 | 2024-12-17T22:08:13.838Z | Compiling itertools v0.13.0 |
488 | 2024-12-17T22:08:14.306Z | Compiling pin-project-internal v1.1.7 |
489 | 2024-12-17T22:08:14.903Z | Compiling uuid v1.11.0 |
490 | 2024-12-17T22:08:14.926Z | Compiling bstr v1.11.1 |
491 | 2024-12-17T22:08:15.460Z | Compiling debug-ignore v1.0.5 |
492 | 2024-12-17T22:08:15.579Z | Compiling eyre v0.6.12 |
493 | 2024-12-17T22:08:15.824Z | Compiling nested v0.1.1 |
494 | 2024-12-17T22:08:16.058Z | Compiling iana-time-zone v0.1.61 |
495 | 2024-12-17T22:08:16.081Z | Compiling minimal-lexical v0.2.1 |
496 | 2024-12-17T22:08:16.212Z | Compiling tinyvec_macros v0.1.1 |
497 | 2024-12-17T22:08:16.295Z | Compiling static_assertions v1.1.0 |
498 | 2024-12-17T22:08:16.388Z | Compiling nom v7.1.3 |
499 | 2024-12-17T22:08:16.411Z | Compiling guppy v0.17.10 |
500 | 2024-12-17T22:08:16.434Z | Compiling tinyvec v1.8.0 |
501 | 2024-12-17T22:08:16.458Z | Compiling pin-project v1.1.7 |
502 | 2024-12-17T22:08:16.504Z | Compiling chrono v0.4.39 |
503 | 2024-12-17T22:08:16.946Z | Compiling globset v0.4.15 |
504 | 2024-12-17T22:08:17.764Z | Compiling toml v0.8.19 |
505 | 2024-12-17T22:08:18.420Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
506 | 2024-12-17T22:08:18.966Z | Compiling parking_lot v0.12.3 |
507 | 2024-12-17T22:08:19.028Z | Compiling futures v0.3.31 |
508 | 2024-12-17T22:08:19.115Z | Compiling signal-hook-mio v0.2.4 |
509 | 2024-12-17T22:08:19.236Z | Compiling strip-ansi-escapes v0.2.0 |
510 | 2024-12-17T22:08:19.262Z | Compiling regex v1.11.1 |
511 | 2024-12-17T22:08:19.532Z | Compiling tracing-error v0.2.0 |
512 | 2024-12-17T22:08:19.695Z | Compiling xattr v1.3.1 |
513 | 2024-12-17T22:08:19.793Z | Compiling filetime v0.2.25 |
514 | 2024-12-17T22:08:19.919Z | Compiling shared_child v1.0.1 |
515 | 2024-12-17T22:08:20.099Z | Compiling os_pipe v1.2.1 |
516 | 2024-12-17T22:08:20.168Z | Compiling quick-xml v0.37.1 |
517 | 2024-12-17T22:08:20.306Z | Compiling recursion v0.5.2 |
518 | 2024-12-17T22:08:20.340Z | Compiling indenter v0.3.3 |
519 | 2024-12-17T22:08:20.364Z | Compiling owo-colors v3.5.0 |
520 | 2024-12-17T22:08:20.388Z | Compiling humantime v2.1.0 |
521 | 2024-12-17T22:08:20.444Z | Compiling number_prefix v0.4.0 |
522 | 2024-12-17T22:08:20.468Z | Compiling fnv v1.0.7 |
523 | 2024-12-17T22:08:20.492Z | Compiling shell-words v1.1.0 |
524 | 2024-12-17T22:08:20.558Z | Compiling future-queue v0.3.0 |
525 | 2024-12-17T22:08:20.625Z | Compiling humantime-serde v1.1.1 |
526 | 2024-12-17T22:08:20.682Z | Compiling indicatif v0.17.9 |
527 | 2024-12-17T22:08:20.797Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
528 | 2024-12-17T22:08:20.847Z | Compiling zstd v0.13.2 |
529 | 2024-12-17T22:08:21.286Z | Compiling quick-junit v0.5.1 |
530 | 2024-12-17T22:08:21.384Z | Compiling duct v0.13.7 |
531 | 2024-12-17T22:08:21.673Z | Compiling color-spantrace v0.2.1 |
532 | 2024-12-17T22:08:21.784Z | Compiling tar v0.4.43 |
533 | 2024-12-17T22:08:22.060Z | Compiling crossterm v0.28.1 |
534 | 2024-12-17T22:08:22.255Z | Compiling async-scoped v0.9.0 |
535 | 2024-12-17T22:08:22.456Z | Compiling config v0.14.1 |
536 | 2024-12-17T22:08:22.530Z | Compiling unicode-normalization v0.1.24 |
537 | 2024-12-17T22:08:22.583Z | Compiling tokio-stream v0.1.17 |
538 | 2024-12-17T22:08:22.989Z | Compiling atomicwrites v0.4.4 |
539 | 2024-12-17T22:08:23.259Z | Compiling camino-tempfile v1.1.1 |
540 | 2024-12-17T22:08:23.283Z | Compiling target-spec-miette v0.4.0 |
541 | 2024-12-17T22:08:23.322Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
542 | 2024-12-17T22:08:23.541Z | Compiling serde_path_to_error v0.1.16 |
543 | 2024-12-17T22:08:23.566Z | Compiling serde_ignored v0.1.10 |
544 | 2024-12-17T22:08:23.637Z | Compiling derive-where v1.2.7 |
545 | 2024-12-17T22:08:23.730Z | Compiling zeroize v1.8.1 |
546 | 2024-12-17T22:08:23.800Z | Compiling home v0.5.11 |
547 | 2024-12-17T22:08:23.857Z | Compiling indent_write v2.2.0 |
548 | 2024-12-17T22:08:23.918Z | Compiling swrite v0.1.0 |
549 | 2024-12-17T22:08:24.000Z | Compiling dialoguer v0.11.0 |
550 | 2024-12-17T22:08:24.025Z | Compiling color-eyre v0.6.3 |
551 | 2024-12-17T22:08:24.026Z | Compiling enable-ansi-support v0.2.1 |
552 | 2024-12-17T22:08:25.283Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
553 | 2024-12-17T22:08:53.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.49s |
554 | 2024-12-17T22:08:53.238Z | |
555 | 2024-12-17T22:08:53.262Z | real 49.600603004 |
556 | 2024-12-17T22:08:53.262Z | user 3:09.351387663 |
557 | 2024-12-17T22:08:53.262Z | sys 23.846698308 |
558 | 2024-12-17T22:08:53.262Z | trap 0.105713721 |
559 | 2024-12-17T22:08:53.262Z | tflt 0.184755607 |
560 | 2024-12-17T22:08:53.262Z | dflt 0.206232738 |
561 | 2024-12-17T22:08:53.262Z | kflt 0.001492257 |
562 | 2024-12-17T22:08:53.262Z | lock 5:51.318693963 |
563 | 2024-12-17T22:08:53.262Z | slp 11:24.611666491 |
564 | 2024-12-17T22:08:53.262Z | lat 6.617509216 |
565 | 2024-12-17T22:08:53.264Z | stop 9.118606777 |
566 | 2024-12-17T22:08:53.264Z | + banner nextest |
567 | 2024-12-17T22:08:53.264Z | |
568 | 2024-12-17T22:08:53.264Z | # # ###### # # ##### ###### #### ##### |
569 | 2024-12-17T22:08:53.264Z | ## # # # # # # # # |
570 | 2024-12-17T22:08:53.264Z | # # # ##### ## # ##### #### # |
571 | 2024-12-17T22:08:53.264Z | # # # # ## # # # # |
572 | 2024-12-17T22:08:53.264Z | # ## # # # # # # # # |
573 | 2024-12-17T22:08:53.264Z | # # ###### # # # ###### #### # |
574 | 2024-12-17T22:08:53.264Z | |
575 | 2024-12-17T22:08:53.264Z | + ptime -m cargo build --package cargo-nextest |
576 | 2024-12-17T22:08:53.498Z | Downloading crates ... |
577 | 2024-12-17T22:08:53.661Z | Downloaded base64ct v1.6.0 |
578 | 2024-12-17T22:08:53.685Z | Downloaded foreign-types v0.3.2 |
579 | 2024-12-17T22:08:53.685Z | Downloaded cpufeatures v0.2.14 |
580 | 2024-12-17T22:08:53.685Z | Downloaded base64 v0.22.1 |
581 | 2024-12-17T22:08:53.685Z | Downloaded want v0.3.1 |
582 | 2024-12-17T22:08:53.685Z | Downloaded mime v0.3.17 |
583 | 2024-12-17T22:08:53.709Z | Downloaded zipsign-api v0.1.2 |
584 | 2024-12-17T22:08:53.709Z | Downloaded typenum v1.17.0 |
585 | 2024-12-17T22:08:53.709Z | Downloaded miniz_oxide v0.8.0 |
586 | 2024-12-17T22:08:53.710Z | Downloaded url v2.5.4 |
587 | 2024-12-17T22:08:53.710Z | Downloaded quinn v0.11.5 |
588 | 2024-12-17T22:08:53.734Z | Downloaded openssl-sys v0.9.104 |
589 | 2024-12-17T22:08:53.734Z | Downloaded http v1.2.0 |
590 | 2024-12-17T22:08:53.734Z | Downloaded hyper v1.5.0 |
591 | 2024-12-17T22:08:53.757Z | Downloaded quick-xml v0.23.1 |
592 | 2024-12-17T22:08:53.757Z | Downloaded idna v1.0.3 |
593 | 2024-12-17T22:08:53.757Z | Downloaded rustls-webpki v0.102.8 |
594 | 2024-12-17T22:08:53.781Z | Downloaded quinn-proto v0.11.8 |
595 | 2024-12-17T22:08:53.804Z | Downloaded vcpkg v0.2.15 |
596 | 2024-12-17T22:08:53.832Z | Downloaded webpki-roots v0.26.6 |
597 | 2024-12-17T22:08:53.855Z | Downloaded reqwest v0.12.8 |
598 | 2024-12-17T22:08:53.855Z | Downloaded openssl v0.10.68 |
599 | 2024-12-17T22:08:53.878Z | Downloaded curve25519-dalek v4.1.3 |
600 | 2024-12-17T22:08:53.878Z | Downloaded flate2 v1.0.34 |
601 | 2024-12-17T22:08:53.878Z | Downloaded hyper-util v0.1.9 |
602 | 2024-12-17T22:08:53.901Z | Downloaded rustls v0.23.19 |
603 | 2024-12-17T22:08:53.902Z | Downloaded ed25519-dalek v2.1.1 |
604 | 2024-12-17T22:08:53.902Z | Downloaded der v0.7.9 |
605 | 2024-12-17T22:08:53.925Z | Downloaded const-oid v0.9.6 |
606 | 2024-12-17T22:08:53.925Z | Downloaded sha2 v0.10.8 |
607 | 2024-12-17T22:08:53.925Z | Downloaded self_update v0.41.0 |
608 | 2024-12-17T22:08:53.925Z | Downloaded rustls-pki-types v1.10.0 |
609 | 2024-12-17T22:08:53.925Z | Downloaded rustls-pemfile v2.2.0 |
610 | 2024-12-17T22:08:53.925Z | Downloaded pkcs8 v0.10.2 |
611 | 2024-12-17T22:08:53.925Z | Downloaded percent-encoding v2.3.1 |
612 | 2024-12-17T22:08:53.925Z | Downloaded native-tls v0.2.12 |
613 | 2024-12-17T22:08:53.948Z | Downloaded ipnet v2.10.1 |
614 | 2024-12-17T22:08:53.948Z | Downloaded hyper-rustls v0.27.3 |
615 | 2024-12-17T22:08:53.948Z | Downloaded httparse v1.9.5 |
616 | 2024-12-17T22:08:53.949Z | Downloaded hex v0.4.3 |
617 | 2024-12-17T22:08:53.950Z | Downloaded crc32fast v1.4.2 |
618 | 2024-12-17T22:08:53.950Z | Downloaded adler2 v2.0.0 |
619 | 2024-12-17T22:08:53.950Z | Downloaded utf8_iter v1.0.4 |
620 | 2024-12-17T22:08:53.950Z | Downloaded tokio-rustls v0.26.0 |
621 | 2024-12-17T22:08:53.950Z | Downloaded tokio-native-tls v0.3.1 |
622 | 2024-12-17T22:08:53.950Z | Downloaded spin v0.9.8 |
623 | 2024-12-17T22:08:53.973Z | Downloaded signature v2.2.0 |
624 | 2024-12-17T22:08:53.973Z | Downloaded serde_urlencoded v0.7.1 |
625 | 2024-12-17T22:08:53.973Z | Downloaded rustc_version v0.4.1 |
626 | 2024-12-17T22:08:53.973Z | Downloaded rustc-hash v2.0.0 |
627 | 2024-12-17T22:08:53.973Z | Downloaded idna_adapter v1.0.0 |
628 | 2024-12-17T22:08:53.973Z | Downloaded http-body-util v0.1.2 |
629 | 2024-12-17T22:08:53.973Z | Downloaded hyper-tls v0.6.0 |
630 | 2024-12-17T22:08:53.973Z | Downloaded http-body v1.0.1 |
631 | 2024-12-17T22:08:53.973Z | Downloaded generic-array v0.14.7 |
632 | 2024-12-17T22:08:53.973Z | Downloaded form_urlencoded v1.2.1 |
633 | 2024-12-17T22:08:53.973Z | Downloaded foreign-types-shared v0.1.1 |
634 | 2024-12-17T22:08:53.973Z | Downloaded ed25519 v2.2.3 |
635 | 2024-12-17T22:08:53.973Z | Downloaded digest v0.10.7 |
636 | 2024-12-17T22:08:53.973Z | Downloaded curve25519-dalek-derive v0.1.1 |
637 | 2024-12-17T22:08:53.973Z | Downloaded crypto-common v0.1.6 |
638 | 2024-12-17T22:08:53.973Z | Downloaded block-buffer v0.10.4 |
639 | 2024-12-17T22:08:53.973Z | Downloaded urlencoding v2.1.3 |
640 | 2024-12-17T22:08:53.996Z | Downloaded untrusted v0.9.0 |
641 | 2024-12-17T22:08:53.996Z | Downloaded try-lock v0.2.5 |
642 | 2024-12-17T22:08:53.997Z | Downloaded tower-service v0.3.3 |
643 | 2024-12-17T22:08:53.997Z | Downloaded sync_wrapper v1.0.1 |
644 | 2024-12-17T22:08:53.997Z | Downloaded subtle v2.6.1 |
645 | 2024-12-17T22:08:53.997Z | Downloaded spki v0.7.3 |
646 | 2024-12-17T22:08:53.997Z | Downloaded self-replace v1.5.0 |
647 | 2024-12-17T22:08:53.997Z | Downloaded quinn-udp v0.5.5 |
648 | 2024-12-17T22:08:53.997Z | Downloaded openssl-probe v0.1.5 |
649 | 2024-12-17T22:08:53.997Z | Downloaded openssl-macros v0.1.1 |
650 | 2024-12-17T22:08:53.997Z | Downloaded mukti-metadata v0.3.0 |
651 | 2024-12-17T22:08:54.027Z | Downloaded ring v0.17.8 |
652 | 2024-12-17T22:08:54.157Z | Compiling smallvec v1.13.2 |
653 | 2024-12-17T22:08:54.180Z | Compiling socket2 v0.5.7 |
654 | 2024-12-17T22:08:54.180Z | Compiling futures-channel v0.3.31 |
655 | 2024-12-17T22:08:54.203Z | Compiling ring v0.17.8 |
656 | 2024-12-17T22:08:54.203Z | Compiling rustls-pki-types v1.10.0 |
657 | 2024-12-17T22:08:54.226Z | Compiling http v1.2.0 |
658 | 2024-12-17T22:08:54.227Z | Compiling httparse v1.9.5 |
659 | 2024-12-17T22:08:54.227Z | Compiling typenum v1.17.0 |
660 | 2024-12-17T22:08:54.501Z | Compiling futures-util v0.3.31 |
661 | 2024-12-17T22:08:54.524Z | Compiling untrusted v0.9.0 |
662 | 2024-12-17T22:08:54.686Z | Compiling tokio v1.42.0 |
663 | 2024-12-17T22:08:54.814Z | Compiling spin v0.9.8 |
664 | 2024-12-17T22:08:55.010Z | Compiling generic-array v0.14.7 |
665 | 2024-12-17T22:08:55.039Z | Compiling rustls v0.23.19 |
666 | 2024-12-17T22:08:55.244Z | Compiling try-lock v0.2.5 |
667 | 2024-12-17T22:08:55.359Z | Compiling want v0.3.1 |
668 | 2024-12-17T22:08:55.474Z | Compiling http-body v1.0.1 |
669 | 2024-12-17T22:08:55.583Z | Compiling cfg-expr v0.17.2 |
670 | 2024-12-17T22:08:55.652Z | Compiling subtle v2.6.1 |
671 | 2024-12-17T22:08:55.855Z | Compiling percent-encoding v2.3.1 |
672 | 2024-12-17T22:08:55.933Z | Compiling utf8_iter v1.0.4 |
673 | 2024-12-17T22:08:56.122Z | Compiling form_urlencoded v1.2.1 |
674 | 2024-12-17T22:08:56.146Z | Compiling idna_adapter v1.0.0 |
675 | 2024-12-17T22:08:56.238Z | Compiling target-spec v3.2.2 |
676 | 2024-12-17T22:08:56.262Z | Compiling tower-service v0.3.3 |
677 | 2024-12-17T22:08:56.368Z | Compiling idna v1.0.3 |
678 | 2024-12-17T22:08:56.392Z | Compiling webpki-roots v0.26.6 |
679 | 2024-12-17T22:08:56.533Z | Compiling adler2 v2.0.0 |
680 | 2024-12-17T22:08:56.624Z | Compiling parking_lot_core v0.9.10 |
681 | 2024-12-17T22:08:56.699Z | Compiling miniz_oxide v0.8.0 |
682 | 2024-12-17T22:08:56.963Z | Compiling block-buffer v0.10.4 |
683 | 2024-12-17T22:08:57.088Z | Compiling crypto-common v0.1.6 |
684 | 2024-12-17T22:08:57.133Z | Compiling url v2.5.4 |
685 | 2024-12-17T22:08:57.229Z | Compiling serde_urlencoded v0.7.1 |
686 | 2024-12-17T22:08:57.609Z | Compiling rustls-pemfile v2.2.0 |
687 | 2024-12-17T22:08:57.666Z | Compiling sync_wrapper v1.0.1 |
688 | 2024-12-17T22:08:57.781Z | Compiling crc32fast v1.4.2 |
689 | 2024-12-17T22:08:57.863Z | Compiling base64 v0.22.1 |
690 | 2024-12-17T22:08:57.903Z | Compiling self_update v0.41.0 |
691 | 2024-12-17T22:08:58.050Z | Compiling mime v0.3.17 |
692 | 2024-12-17T22:08:58.134Z | Compiling ipnet v2.10.1 |
693 | 2024-12-17T22:08:58.219Z | Compiling guppy v0.17.10 |
694 | 2024-12-17T22:08:58.414Z | Compiling flate2 v1.0.34 |
695 | 2024-12-17T22:08:58.489Z | Compiling digest v0.10.7 |
696 | 2024-12-17T22:08:58.635Z | Compiling futures-executor v0.3.31 |
697 | 2024-12-17T22:08:58.760Z | Compiling http-body-util v0.1.2 |
698 | 2024-12-17T22:08:59.072Z | Compiling futures v0.3.31 |
699 | 2024-12-17T22:08:59.095Z | Compiling parking_lot v0.12.3 |
700 | 2024-12-17T22:08:59.127Z | Compiling self-replace v1.5.0 |
701 | 2024-12-17T22:08:59.150Z | Compiling quick-xml v0.23.1 |
702 | 2024-12-17T22:08:59.150Z | Compiling urlencoding v2.1.3 |
703 | 2024-12-17T22:08:59.174Z | Compiling cpufeatures v0.2.14 |
704 | 2024-12-17T22:08:59.240Z | Compiling sha2 v0.10.8 |
705 | 2024-12-17T22:08:59.347Z | Compiling future-queue v0.3.0 |
706 | 2024-12-17T22:08:59.416Z | Compiling crossterm v0.28.1 |
707 | 2024-12-17T22:08:59.639Z | Compiling target-spec-miette v0.4.0 |
708 | 2024-12-17T22:08:59.806Z | Compiling mukti-metadata v0.3.0 |
709 | 2024-12-17T22:08:59.876Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
710 | 2024-12-17T22:08:59.934Z | Compiling hex v0.4.3 |
711 | 2024-12-17T22:09:01.369Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-12-17T22:09:02.255Z | Compiling hyper v1.5.0 |
713 | 2024-12-17T22:09:02.278Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
714 | 2024-12-17T22:09:02.317Z | Compiling async-scoped v0.9.0 |
715 | 2024-12-17T22:09:02.341Z | Compiling tokio-stream v0.1.17 |
716 | 2024-12-17T22:09:02.364Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
717 | 2024-12-17T22:09:03.322Z | Compiling hyper-util v0.1.9 |
718 | 2024-12-17T22:09:03.616Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
719 | 2024-12-17T22:09:06.130Z | Compiling tokio-rustls v0.26.0 |
720 | 2024-12-17T22:09:06.389Z | Compiling hyper-rustls v0.27.3 |
721 | 2024-12-17T22:09:06.632Z | Compiling reqwest v0.12.8 |
722 | 2024-12-17T22:09:08.978Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
723 | 2024-12-17T22:09:40.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s |
724 | 2024-12-17T22:09:40.507Z | |
725 | 2024-12-17T22:09:40.507Z | real 47.245326845 |
726 | 2024-12-17T22:09:40.507Z | user 2:28.261018743 |
727 | 2024-12-17T22:09:40.507Z | sys 17.069355125 |
728 | 2024-12-17T22:09:40.507Z | trap 0.069518812 |
729 | 2024-12-17T22:09:40.507Z | tflt 0.138166686 |
730 | 2024-12-17T22:09:40.507Z | dflt 0.155591516 |
731 | 2024-12-17T22:09:40.507Z | kflt 0.000084245 |
732 | 2024-12-17T22:09:40.507Z | lock 3:33.371636983 |
733 | 2024-12-17T22:09:40.507Z | slp 6:44.220999048 |
734 | 2024-12-17T22:09:40.507Z | lat 4.727702798 |
735 | 2024-12-17T22:09:40.507Z | stop 5.074378623 |
736 | 2024-12-17T22:09:40.530Z | + banner all targets |
737 | 2024-12-17T22:09:40.530Z | |
738 | 2024-12-17T22:09:40.530Z | ## # # |
739 | 2024-12-17T22:09:40.530Z | # # # # |
740 | 2024-12-17T22:09:40.530Z | # # # # |
741 | 2024-12-17T22:09:40.530Z | ###### # # |
742 | 2024-12-17T22:09:40.530Z | # # # # |
743 | 2024-12-17T22:09:40.530Z | # # ###### ###### |
744 | 2024-12-17T22:09:40.530Z | |
745 | 2024-12-17T22:09:40.530Z | |
746 | 2024-12-17T22:09:40.530Z | ##### ## ##### #### ###### ##### #### |
747 | 2024-12-17T22:09:40.531Z | # # # # # # # # # # |
748 | 2024-12-17T22:09:40.531Z | # # # # # # ##### # #### |
749 | 2024-12-17T22:09:40.531Z | # ###### ##### # ### # # # |
750 | 2024-12-17T22:09:40.531Z | # # # # # # # # # # # |
751 | 2024-12-17T22:09:40.531Z | # # # # # #### ###### # #### |
752 | 2024-12-17T22:09:40.531Z | |
753 | 2024-12-17T22:09:40.531Z | + ptime -m cargo build --all-targets |
754 | 2024-12-17T22:09:40.774Z | Downloading crates ... |
755 | 2024-12-17T22:09:40.954Z | Downloaded bit-set v0.5.3 |
756 | 2024-12-17T22:09:40.998Z | Downloaded test-case-macros v3.3.1 |
757 | 2024-12-17T22:09:41.021Z | Downloaded cp_r v0.5.2 |
758 | 2024-12-17T22:09:41.022Z | Downloaded rand_xorshift v0.3.0 |
759 | 2024-12-17T22:09:41.022Z | Downloaded maplit v1.0.2 |
760 | 2024-12-17T22:09:41.022Z | Downloaded bit-vec v0.6.3 |
761 | 2024-12-17T22:09:41.022Z | Downloaded linked-hash-map v0.5.6 |
762 | 2024-12-17T22:09:41.046Z | Downloaded indoc v2.0.5 |
763 | 2024-12-17T22:09:41.046Z | Downloaded unarray v0.1.4 |
764 | 2024-12-17T22:09:41.046Z | Downloaded structmeta-derive v0.3.0 |
765 | 2024-12-17T22:09:41.046Z | Downloaded quick-error v1.2.3 |
766 | 2024-12-17T22:09:41.046Z | Downloaded fs-err v3.0.0 |
767 | 2024-12-17T22:09:41.046Z | Downloaded whoami v1.5.2 |
768 | 2024-12-17T22:09:41.046Z | Downloaded test-strategy v0.4.0 |
769 | 2024-12-17T22:09:41.046Z | Downloaded yansi v1.0.1 |
770 | 2024-12-17T22:09:41.069Z | Downloaded escape8259 v0.5.3 |
771 | 2024-12-17T22:09:41.069Z | Downloaded similar v2.6.0 |
772 | 2024-12-17T22:09:41.069Z | Downloaded proptest v1.5.0 |
773 | 2024-12-17T22:09:41.069Z | Downloaded pretty_assertions v1.4.1 |
774 | 2024-12-17T22:09:41.069Z | Downloaded insta v1.41.1 |
775 | 2024-12-17T22:09:41.093Z | Downloaded diff v0.1.13 |
776 | 2024-12-17T22:09:41.093Z | Downloaded wait-timeout v0.2.0 |
777 | 2024-12-17T22:09:41.093Z | Downloaded test-case-core v3.3.1 |
778 | 2024-12-17T22:09:41.093Z | Downloaded test-case v3.3.1 |
779 | 2024-12-17T22:09:41.093Z | Downloaded structmeta v0.3.0 |
780 | 2024-12-17T22:09:41.093Z | Downloaded rusty-fork v0.3.0 |
781 | 2024-12-17T22:09:41.093Z | Downloaded libtest-mimic v0.8.1 |
782 | 2024-12-17T22:09:41.149Z | Compiling fs-err v3.0.0 |
783 | 2024-12-17T22:09:41.149Z | Compiling maplit v1.0.2 |
784 | 2024-12-17T22:09:41.174Z | Compiling test-case-core v3.3.1 |
785 | 2024-12-17T22:09:41.174Z | Compiling similar v2.6.0 |
786 | 2024-12-17T22:09:41.174Z | Compiling linked-hash-map v0.5.6 |
787 | 2024-12-17T22:09:41.174Z | Compiling structmeta-derive v0.3.0 |
788 | 2024-12-17T22:09:41.174Z | Compiling wait-timeout v0.2.0 |
789 | 2024-12-17T22:09:41.174Z | Compiling quick-error v1.2.3 |
790 | 2024-12-17T22:09:41.265Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
791 | 2024-12-17T22:09:41.327Z | Compiling bit-vec v0.6.3 |
792 | 2024-12-17T22:09:41.457Z | Compiling whoami v1.5.2 |
793 | 2024-12-17T22:09:41.680Z | Compiling bit-set v0.5.3 |
794 | 2024-12-17T22:09:41.734Z | Compiling rusty-fork v0.3.0 |
795 | 2024-12-17T22:09:41.902Z | Compiling rand_xorshift v0.3.0 |
796 | 2024-12-17T22:09:41.926Z | Compiling unarray v0.1.4 |
797 | 2024-12-17T22:09:42.008Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
798 | 2024-12-17T22:09:42.073Z | Compiling proptest v1.5.0 |
799 | 2024-12-17T22:09:42.154Z | Compiling insta v1.41.1 |
800 | 2024-12-17T22:09:42.177Z | Compiling escape8259 v0.5.3 |
801 | 2024-12-17T22:09:42.432Z | Compiling libtest-mimic v0.8.1 |
802 | 2024-12-17T22:09:42.498Z | Compiling cp_r v0.5.2 |
803 | 2024-12-17T22:09:42.651Z | Compiling test-case-macros v3.3.1 |
804 | 2024-12-17T22:09:42.782Z | Compiling diff v0.1.13 |
805 | 2024-12-17T22:09:43.149Z | Compiling structmeta v0.3.0 |
806 | 2024-12-17T22:09:43.273Z | Compiling yansi v1.0.1 |
807 | 2024-12-17T22:09:43.341Z | Compiling indoc v2.0.5 |
808 | 2024-12-17T22:09:43.449Z | Compiling test-strategy v0.4.0 |
809 | 2024-12-17T22:09:43.494Z | Compiling test-case v3.3.1 |
810 | 2024-12-17T22:09:43.585Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
811 | 2024-12-17T22:09:43.809Z | Compiling pretty_assertions v1.4.1 |
812 | 2024-12-17T22:09:45.500Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
813 | 2024-12-17T22:09:45.870Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
814 | 2024-12-17T22:09:46.216Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
815 | 2024-12-17T22:09:49.428Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
816 | 2024-12-17T22:10:25.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.96s |
817 | 2024-12-17T22:10:25.637Z | |
818 | 2024-12-17T22:10:25.637Z | real 45.102975708 |
819 | 2024-12-17T22:10:25.637Z | user 3:04.073365865 |
820 | 2024-12-17T22:10:25.637Z | sys 24.241426530 |
821 | 2024-12-17T22:10:25.637Z | trap 0.097245165 |
822 | 2024-12-17T22:10:25.661Z | tflt 0.015403378 |
823 | 2024-12-17T22:10:25.661Z | dflt 0.074976569 |
824 | 2024-12-17T22:10:25.661Z | kflt 0.000053393 |
825 | 2024-12-17T22:10:25.661Z | lock 5:27.406968435 |
826 | 2024-12-17T22:10:25.661Z | slp 11:49.740483509 |
827 | 2024-12-17T22:10:25.661Z | lat 5.762741250 |
828 | 2024-12-17T22:10:25.661Z | stop 4.893180270 |
829 | 2024-12-17T22:10:25.661Z | + banner all features |
830 | 2024-12-17T22:10:25.661Z | |
831 | 2024-12-17T22:10:25.661Z | ## # # |
832 | 2024-12-17T22:10:25.661Z | # # # # |
833 | 2024-12-17T22:10:25.661Z | # # # # |
834 | 2024-12-17T22:10:25.661Z | ###### # # |
835 | 2024-12-17T22:10:25.661Z | # # # # |
836 | 2024-12-17T22:10:25.661Z | # # ###### ###### |
837 | 2024-12-17T22:10:25.661Z | |
838 | 2024-12-17T22:10:25.661Z | |
839 | 2024-12-17T22:10:25.661Z | ###### ###### ## ##### # # ##### ###### #### |
840 | 2024-12-17T22:10:25.661Z | # # # # # # # # # # # |
841 | 2024-12-17T22:10:25.662Z | ##### ##### # # # # # # # ##### #### |
842 | 2024-12-17T22:10:25.662Z | # # ###### # # # ##### # # |
843 | 2024-12-17T22:10:25.662Z | # # # # # # # # # # # # |
844 | 2024-12-17T22:10:25.662Z | # ###### # # # #### # # ###### #### |
845 | 2024-12-17T22:10:25.662Z | |
846 | 2024-12-17T22:10:25.662Z | + ptime -m cargo build --all-features |
847 | 2024-12-17T22:10:25.849Z | Downloading crates ... |
848 | 2024-12-17T22:10:26.019Z | Downloaded prost-types v0.13.3 |
849 | 2024-12-17T22:10:26.042Z | Downloaded tower-layer v0.3.3 |
850 | 2024-12-17T22:10:26.042Z | Downloaded sync_wrapper v0.1.2 |
851 | 2024-12-17T22:10:26.042Z | Downloaded rustversion v1.0.18 |
852 | 2024-12-17T22:10:26.042Z | Downloaded prost-derive v0.13.3 |
853 | 2024-12-17T22:10:26.042Z | Downloaded indexmap v1.9.3 |
854 | 2024-12-17T22:10:26.042Z | Downloaded crossbeam-utils v0.8.20 |
855 | 2024-12-17T22:10:26.042Z | Downloaded tower v0.5.1 |
856 | 2024-12-17T22:10:26.066Z | Downloaded regex-automata v0.1.10 |
857 | 2024-12-17T22:10:26.066Z | Downloaded tonic v0.12.3 |
858 | 2024-12-17T22:10:26.066Z | Downloaded h2 v0.4.6 |
859 | 2024-12-17T22:10:26.090Z | Downloaded hashbrown v0.12.3 |
860 | 2024-12-17T22:10:26.090Z | Downloaded console-subscriber v0.4.1 |
861 | 2024-12-17T22:10:26.090Z | Downloaded axum v0.7.7 |
862 | 2024-12-17T22:10:26.113Z | Downloaded regex-syntax v0.6.29 |
863 | 2024-12-17T22:10:26.113Z | Downloaded prost v0.13.3 |
864 | 2024-12-17T22:10:26.113Z | Downloaded console-api v0.8.1 |
865 | 2024-12-17T22:10:26.113Z | Downloaded matchit v0.7.3 |
866 | 2024-12-17T22:10:26.113Z | Downloaded hyper-timeout v0.5.1 |
867 | 2024-12-17T22:10:26.113Z | Downloaded matchers v0.1.0 |
868 | 2024-12-17T22:10:26.113Z | Downloaded httpdate v1.0.3 |
869 | 2024-12-17T22:10:26.114Z | Downloaded crossbeam-channel v0.5.13 |
870 | 2024-12-17T22:10:26.137Z | Downloaded atomic-waker v1.1.2 |
871 | 2024-12-17T22:10:26.137Z | Downloaded async-trait v0.1.83 |
872 | 2024-12-17T22:10:26.137Z | Downloaded async-stream-impl v0.3.6 |
873 | 2024-12-17T22:10:26.137Z | Downloaded async-stream v0.3.6 |
874 | 2024-12-17T22:10:26.137Z | Downloaded anyhow v1.0.91 |
875 | 2024-12-17T22:10:26.138Z | Downloaded tower v0.4.13 |
876 | 2024-12-17T22:10:26.138Z | Downloaded tokio-util v0.7.12 |
877 | 2024-12-17T22:10:26.161Z | Downloaded axum-core v0.4.5 |
878 | 2024-12-17T22:10:26.161Z | Downloaded hdrhistogram v7.5.4 |
879 | 2024-12-17T22:10:26.215Z | Compiling futures-sink v0.3.31 |
880 | 2024-12-17T22:10:26.239Z | Compiling byteorder v1.5.0 |
881 | 2024-12-17T22:10:26.239Z | Compiling num-traits v0.2.19 |
882 | 2024-12-17T22:10:26.239Z | Compiling regex-syntax v0.6.29 |
883 | 2024-12-17T22:10:26.262Z | Compiling atomic-waker v1.1.2 |
884 | 2024-12-17T22:10:26.285Z | Compiling httpdate v1.0.3 |
885 | 2024-12-17T22:10:26.285Z | Compiling anyhow v1.0.91 |
886 | 2024-12-17T22:10:26.308Z | Compiling either v1.13.0 |
887 | 2024-12-17T22:10:26.351Z | Compiling futures-channel v0.3.31 |
888 | 2024-12-17T22:10:26.415Z | Compiling tokio-util v0.7.12 |
889 | 2024-12-17T22:10:26.593Z | Compiling zerocopy v0.7.35 |
890 | 2024-12-17T22:10:26.617Z | Compiling rustversion v1.0.18 |
891 | 2024-12-17T22:10:26.653Z | Compiling futures-util v0.3.31 |
892 | 2024-12-17T22:10:26.677Z | Compiling tower-layer v0.3.3 |
893 | 2024-12-17T22:10:26.885Z | Compiling itertools v0.13.0 |
894 | 2024-12-17T22:10:27.115Z | Compiling h2 v0.4.6 |
895 | 2024-12-17T22:10:27.519Z | Compiling indexmap v1.9.3 |
896 | 2024-12-17T22:10:27.557Z | Compiling ppv-lite86 v0.2.20 |
897 | 2024-12-17T22:10:27.992Z | Compiling async-trait v0.1.83 |
898 | 2024-12-17T22:10:28.015Z | Compiling sync_wrapper v0.1.2 |
899 | 2024-12-17T22:10:28.131Z | Compiling rand_chacha v0.3.1 |
900 | 2024-12-17T22:10:28.155Z | Compiling hashbrown v0.12.3 |
901 | 2024-12-17T22:10:28.579Z | Compiling rand v0.8.5 |
902 | 2024-12-17T22:10:28.931Z | Compiling regex-automata v0.1.10 |
903 | 2024-12-17T22:10:29.160Z | Compiling prost-derive v0.13.3 |
904 | 2024-12-17T22:10:29.606Z | Compiling async-stream-impl v0.3.6 |
905 | 2024-12-17T22:10:29.629Z | Compiling matchit v0.7.3 |
906 | 2024-12-17T22:10:29.716Z | Compiling crossbeam-utils v0.8.20 |
907 | 2024-12-17T22:10:30.157Z | Compiling matchers v0.1.0 |
908 | 2024-12-17T22:10:30.223Z | Compiling ahash v0.8.11 |
909 | 2024-12-17T22:10:30.345Z | Compiling tracing-subscriber v0.3.19 |
910 | 2024-12-17T22:10:30.617Z | Compiling http-body-util v0.1.2 |
911 | 2024-12-17T22:10:30.648Z | Compiling tower v0.5.1 |
912 | 2024-12-17T22:10:30.967Z | Compiling hyper v1.5.0 |
913 | 2024-12-17T22:10:30.991Z | Compiling axum-core v0.4.5 |
914 | 2024-12-17T22:10:31.019Z | Compiling async-stream v0.3.6 |
915 | 2024-12-17T22:10:31.235Z | Compiling tower v0.4.13 |
916 | 2024-12-17T22:10:31.260Z | Compiling tokio-stream v0.1.17 |
917 | 2024-12-17T22:10:31.290Z | Compiling guppy v0.17.10 |
918 | 2024-12-17T22:10:31.867Z | Compiling prost v0.13.3 |
919 | 2024-12-17T22:10:31.977Z | Compiling proptest v1.5.0 |
920 | 2024-12-17T22:10:32.485Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
921 | 2024-12-17T22:10:32.560Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
922 | 2024-12-17T22:10:32.700Z | Compiling hyper-util v0.1.9 |
923 | 2024-12-17T22:10:32.983Z | Compiling prost-types v0.13.3 |
924 | 2024-12-17T22:10:34.023Z | Compiling hyper-timeout v0.5.1 |
925 | 2024-12-17T22:10:34.197Z | Compiling axum v0.7.7 |
926 | 2024-12-17T22:10:34.336Z | Compiling hyper-rustls v0.27.3 |
927 | 2024-12-17T22:10:34.363Z | Compiling futures-executor v0.3.31 |
928 | 2024-12-17T22:10:34.810Z | Compiling base64 v0.21.7 |
929 | 2024-12-17T22:10:34.834Z | Compiling chrono v0.4.39 |
930 | 2024-12-17T22:10:35.393Z | Compiling crossbeam-channel v0.5.13 |
931 | 2024-12-17T22:10:35.473Z | Compiling hdrhistogram v7.5.4 |
932 | 2024-12-17T22:10:35.797Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
933 | 2024-12-17T22:10:36.222Z | Compiling reqwest v0.12.8 |
934 | 2024-12-17T22:10:36.328Z | Compiling futures v0.3.31 |
935 | 2024-12-17T22:10:36.365Z | Compiling tracing-error v0.2.0 |
936 | 2024-12-17T22:10:36.676Z | Compiling async-scoped v0.9.0 |
937 | 2024-12-17T22:10:36.702Z | Compiling quick-junit v0.5.1 |
938 | 2024-12-17T22:10:36.702Z | Compiling future-queue v0.3.0 |
939 | 2024-12-17T22:10:36.957Z | Compiling color-spantrace v0.2.1 |
940 | 2024-12-17T22:10:37.340Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
941 | 2024-12-17T22:10:37.366Z | Compiling color-eyre v0.6.3 |
942 | 2024-12-17T22:10:37.576Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
943 | 2024-12-17T22:10:38.155Z | Compiling self_update v0.41.0 |
944 | 2024-12-17T22:10:38.654Z | Compiling tonic v0.12.3 |
945 | 2024-12-17T22:10:40.970Z | Compiling console-api v0.8.1 |
946 | 2024-12-17T22:10:42.022Z | Compiling console-subscriber v0.4.1 |
947 | 2024-12-17T22:10:43.812Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
948 | 2024-12-17T22:10:56.115Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
949 | 2024-12-17T22:11:21.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.28s |
950 | 2024-12-17T22:11:22.069Z | |
951 | 2024-12-17T22:11:22.093Z | real 56.403530741 |
952 | 2024-12-17T22:11:22.093Z | user 3:23.827340620 |
953 | 2024-12-17T22:11:22.093Z | sys 27.210886183 |
954 | 2024-12-17T22:11:22.093Z | trap 0.093106406 |
955 | 2024-12-17T22:11:22.093Z | tflt 0.076133251 |
956 | 2024-12-17T22:11:22.093Z | dflt 0.251289316 |
957 | 2024-12-17T22:11:22.093Z | kflt 0.000042140 |
958 | 2024-12-17T22:11:22.093Z | lock 5:46.259137095 |
959 | 2024-12-17T22:11:22.093Z | slp 12:02.221756321 |
960 | 2024-12-17T22:11:22.093Z | lat 6.525970349 |
961 | 2024-12-17T22:11:22.093Z | stop 6.527993630 |
962 | 2024-12-17T22:11:22.093Z | + banner doctests |
963 | 2024-12-17T22:11:22.093Z | |
964 | 2024-12-17T22:11:22.093Z | ##### #### #### ##### ###### #### ##### #### |
965 | 2024-12-17T22:11:22.093Z | # # # # # # # # # # # |
966 | 2024-12-17T22:11:22.093Z | # # # # # # ##### #### # #### |
967 | 2024-12-17T22:11:22.093Z | # # # # # # # # # # |
968 | 2024-12-17T22:11:22.093Z | # # # # # # # # # # # # # |
969 | 2024-12-17T22:11:22.093Z | ##### #### #### # ###### #### # #### |
970 | 2024-12-17T22:11:22.093Z | |
971 | 2024-12-17T22:11:22.093Z | + ptime -m cargo test --doc |
972 | 2024-12-17T22:11:22.546Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s |
973 | 2024-12-17T22:11:22.571Z | Doc-tests cargo_nextest |
974 | 2024-12-17T22:11:23.114Z | |
975 | 2024-12-17T22:11:23.114Z | running 0 tests |
976 | 2024-12-17T22:11:23.114Z | |
977 | 2024-12-17T22:11:23.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
978 | 2024-12-17T22:11:23.142Z | |
979 | 2024-12-17T22:11:23.142Z | Doc-tests fixture_data |
980 | 2024-12-17T22:11:23.225Z | |
981 | 2024-12-17T22:11:23.225Z | running 0 tests |
982 | 2024-12-17T22:11:23.225Z | |
983 | 2024-12-17T22:11:23.225Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
984 | 2024-12-17T22:11:23.225Z | |
985 | 2024-12-17T22:11:23.249Z | Doc-tests integration_tests |
986 | 2024-12-17T22:11:23.326Z | |
987 | 2024-12-17T22:11:23.326Z | running 0 tests |
988 | 2024-12-17T22:11:23.326Z | |
989 | 2024-12-17T22:11:23.326Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
990 | 2024-12-17T22:11:23.326Z | |
991 | 2024-12-17T22:11:23.349Z | Doc-tests nextest_filtering |
992 | 2024-12-17T22:11:23.498Z | |
993 | 2024-12-17T22:11:23.498Z | running 0 tests |
994 | 2024-12-17T22:11:23.498Z | |
995 | 2024-12-17T22:11:23.522Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
996 | 2024-12-17T22:11:23.522Z | |
997 | 2024-12-17T22:11:23.522Z | Doc-tests nextest_metadata |
998 | 2024-12-17T22:11:23.954Z | |
999 | 2024-12-17T22:11:23.954Z | running 2 tests |
1000 | 2024-12-17T22:11:24.482Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
1001 | 2024-12-17T22:11:27.624Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
1002 | 2024-12-17T22:11:27.624Z | |
1003 | 2024-12-17T22:11:27.654Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.89s |
1004 | 2024-12-17T22:11:27.654Z | |
1005 | 2024-12-17T22:11:27.654Z | Doc-tests nextest_runner |
1006 | 2024-12-17T22:11:28.524Z | |
1007 | 2024-12-17T22:11:28.524Z | running 0 tests |
1008 | 2024-12-17T22:11:28.524Z | |
1009 | 2024-12-17T22:11:28.524Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1010 | 2024-12-17T22:11:28.524Z | |
1011 | 2024-12-17T22:11:28.563Z | Doc-tests nextest_workspace_hack |
1012 | 2024-12-17T22:11:28.628Z | |
1013 | 2024-12-17T22:11:28.628Z | running 0 tests |
1014 | 2024-12-17T22:11:28.628Z | |
1015 | 2024-12-17T22:11:28.628Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1016 | 2024-12-17T22:11:28.628Z | |
1017 | 2024-12-17T22:11:28.662Z | |
1018 | 2024-12-17T22:11:28.686Z | real 6.565717607 |
1019 | 2024-12-17T22:11:28.686Z | user 6.178465669 |
1020 | 2024-12-17T22:11:28.686Z | sys 2.257765781 |
1021 | 2024-12-17T22:11:28.686Z | trap 0.001395796 |
1022 | 2024-12-17T22:11:28.686Z | tflt 0.008732393 |
1023 | 2024-12-17T22:11:28.686Z | dflt 0.006677213 |
1024 | 2024-12-17T22:11:28.686Z | kflt 0.000000000 |
1025 | 2024-12-17T22:11:28.686Z | lock 10.766864394 |
1026 | 2024-12-17T22:11:28.686Z | slp 35.475958233 |
1027 | 2024-12-17T22:11:28.686Z | lat 0.061022989 |
1028 | 2024-12-17T22:11:28.686Z | stop 0.149253745 |
1029 | 2024-12-17T22:11:28.686Z | + banner local-nt |
1030 | 2024-12-17T22:11:28.686Z | |
1031 | 2024-12-17T22:11:28.686Z | # #### #### ## # # # ##### |
1032 | 2024-12-17T22:11:28.686Z | # # # # # # # # ## # # |
1033 | 2024-12-17T22:11:28.686Z | # # # # # # # ##### # # # # |
1034 | 2024-12-17T22:11:28.686Z | # # # # ###### # # # # # |
1035 | 2024-12-17T22:11:28.686Z | # # # # # # # # # ## # |
1036 | 2024-12-17T22:11:28.686Z | ###### #### #### # # ###### # # # |
1037 | 2024-12-17T22:11:28.686Z | |
1038 | 2024-12-17T22:11:28.687Z | + ptime -m cargo local-nt run --profile ci |
1039 | 2024-12-17T22:11:29.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
1040 | 2024-12-17T22:11:29.033Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1041 | 2024-12-17T22:11:29.615Z | info: experimental features enabled: setup-scripts |
1042 | 2024-12-17T22:11:29.957Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s |
1043 | 2024-12-17T22:11:30.182Z | ──────────── |
1044 | 2024-12-17T22:11:30.182Z | Nextest run ID 7c56edcc-ff2e-4661-acc3-9db90f25819c with nextest profile: ci |
1045 | 2024-12-17T22:11:30.182Z | Starting 288 tests across 15 binaries (1 test skipped) |
1046 | 2024-12-17T22:11:30.205Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1047 | 2024-12-17T22:11:30.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1048 | 2024-12-17T22:11:30.583Z | Running `target/debug/build-seed-archive` |
1049 | 2024-12-17T22:11:30.608Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-0284ffefa513de2fa16ec26a8a777dfc97824faa89efe4d60c283bf3beb6703c.tar.zst, building |
1050 | 2024-12-17T22:11:33.090Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-0284ffefa513de2fa16ec26a8a777dfc97824faa89efe4d60c283bf3beb6703c.tar.zst |
1051 | 2024-12-17T22:11:33.113Z | SETUP PASS [ 2.910s] build-seed-archive: cargo run --bin build-seed-archive |
1052 | 2024-12-17T22:11:33.136Z | PASS [ 0.028s] integration-tests::custom-harness thread_count::test_single_threaded |
1053 | 2024-12-17T22:11:33.160Z | PASS [ 0.042s] integration-tests::custom-harness thread_count::test_multi_threaded |
1054 | 2024-12-17T22:11:33.160Z | PASS [ 0.053s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1055 | 2024-12-17T22:11:33.268Z | PASS [ 0.173s] cargo-nextest dispatch::tests::test_argument_parsing |
1056 | 2024-12-17T22:11:34.517Z | PASS [ 1.422s] integration-tests::integration test_list_binaries_only |
1057 | 2024-12-17T22:11:34.653Z | PASS [ 1.526s] integration-tests::integration test_list_host_after_build |
1058 | 2024-12-17T22:11:35.082Z | PASS [ 1.968s] integration-tests::integration test_list_full |
1059 | 2024-12-17T22:11:35.244Z | PASS [ 2.144s] integration-tests::integration test_list_default |
1060 | 2024-12-17T22:11:35.268Z | PASS [ 2.126s] integration-tests::integration test_list_target_after_build |
1061 | 2024-12-17T22:11:35.400Z | PASS [ 2.297s] integration-tests::integration test_list_full_after_build |
1062 | 2024-12-17T22:11:36.958Z | PASS [ 1.713s] integration-tests::integration test_run_from_archive_with_missing_includes |
1063 | 2024-12-17T22:11:38.369Z | PASS [ 2.967s] integration-tests::integration test_run_no_tests |
1064 | 2024-12-17T22:11:38.687Z | PASS [ 4.034s] integration-tests::integration test_run_after_build |
1065 | 2024-12-17T22:11:38.764Z | PASS [ 5.495s] integration-tests::integration test_relocated_run |
1066 | 2024-12-17T22:11:39.479Z | PASS [ 6.328s] integration-tests::integration test_list_with_default_filter |
1067 | 2024-12-17T22:11:40.021Z | PASS [ 1.331s] integration-tests::integration test_setup_scripts_not_enabled |
1068 | 2024-12-17T22:11:40.102Z | PASS [ 1.732s] integration-tests::integration test_setup_script_error |
1069 | 2024-12-17T22:11:40.176Z | PASS [ 3.218s] integration-tests::integration test_run_with_default_filter |
1070 | 2024-12-17T22:11:40.237Z | PASS [ 0.057s] integration-tests::integration test_version_info |
1071 | 2024-12-17T22:11:40.644Z | PASS [ 0.407s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1072 | 2024-12-17T22:11:40.669Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_complex_error |
1073 | 2024-12-17T22:11:40.693Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof |
1074 | 2024-12-17T22:11:40.716Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_expected_expr |
1075 | 2024-12-17T22:11:40.739Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator |
1076 | 2024-12-17T22:11:40.761Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_escapes |
1077 | 2024-12-17T22:11:40.787Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_glob |
1078 | 2024-12-17T22:11:40.811Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator |
1079 | 2024-12-17T22:11:40.835Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform |
1080 | 2024-12-17T22:11:40.862Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_regex |
1081 | 2024-12-17T22:11:40.885Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument |
1082 | 2024-12-17T22:11:40.908Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1083 | 2024-12-17T22:11:40.938Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_close_regex |
1084 | 2024-12-17T22:11:40.961Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1085 | 2024-12-17T22:11:40.984Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_parentheses |
1086 | 2024-12-17T22:11:41.008Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_comma |
1087 | 2024-12-17T22:11:41.034Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_expr_difference |
1088 | 2024-12-17T22:11:41.057Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1089 | 2024-12-17T22:11:41.085Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_not |
1090 | 2024-12-17T22:11:41.109Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1091 | 2024-12-17T22:11:41.132Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_set |
1092 | 2024-12-17T22:11:41.155Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_union |
1093 | 2024-12-17T22:11:41.190Z | PASS [ 0.038s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1094 | 2024-12-17T22:11:41.214Z | PASS [ 1.726s] integration-tests::integration test_show_config_version |
1095 | 2024-12-17T22:11:41.245Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_name_matcher |
1096 | 2024-12-17T22:11:41.245Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1097 | 2024-12-17T22:11:41.272Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_set_def |
1098 | 2024-12-17T22:11:41.272Z | PASS [ 0.041s] nextest-filtering parsing::tests::test_parse_regex |
1099 | 2024-12-17T22:11:41.272Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument |
1100 | 2024-12-17T22:11:41.296Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_unexpected_comma |
1101 | 2024-12-17T22:11:41.296Z | PASS [ 6.220s] integration-tests::integration test_run_from_archive_with_includes |
1102 | 2024-12-17T22:11:41.320Z | PASS [ 0.027s] nextest-filtering::match test_binary_query |
1103 | 2024-12-17T22:11:41.320Z | PASS [ 0.027s] nextest-filtering::match test_expr_binary |
1104 | 2024-12-17T22:11:41.343Z | PASS [ 0.027s] nextest-filtering::match test_expr_binary_id_glob |
1105 | 2024-12-17T22:11:41.367Z | PASS [ 0.026s] nextest-filtering::match test_expr_deps |
1106 | 2024-12-17T22:11:41.367Z | PASS [ 0.025s] nextest-filtering::match test_expr_kind |
1107 | 2024-12-17T22:11:41.391Z | PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial |
1108 | 2024-12-17T22:11:41.391Z | PASS [ 0.025s] nextest-filtering::match test_expr_package_contains |
1109 | 2024-12-17T22:11:41.414Z | PASS [ 0.024s] nextest-filtering::match test_expr_package_equal |
1110 | 2024-12-17T22:11:41.437Z | PASS [ 0.026s] nextest-filtering::match test_expr_package_regex |
1111 | 2024-12-17T22:11:41.437Z | PASS [ 0.026s] nextest-filtering::match test_expr_platform |
1112 | 2024-12-17T22:11:41.461Z | PASS [ 0.028s] nextest-filtering::match test_expr_rdeps |
1113 | 2024-12-17T22:11:41.461Z | PASS [ 0.027s] nextest-filtering::match test_expr_test |
1114 | 2024-12-17T22:11:41.484Z | PASS [ 0.198s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1115 | 2024-12-17T22:11:41.484Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_difference::with_and_not |
1116 | 2024-12-17T22:11:41.484Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_difference::with_minus |
1117 | 2024-12-17T22:11:41.508Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1118 | 2024-12-17T22:11:41.508Z | PASS [ 0.028s] nextest-filtering::match test_expr_test_intersect::with_and |
1119 | 2024-12-17T22:11:41.532Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_not |
1120 | 2024-12-17T22:11:41.532Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or |
1121 | 2024-12-17T22:11:41.556Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_pipe |
1122 | 2024-12-17T22:11:41.556Z | PASS [ 0.041s] nextest-filtering::match test_expr_test_union::with_plus |
1123 | 2024-12-17T22:11:41.579Z | PASS [ 0.023s] nextest-metadata test_list::tests::test_binary_id_ord |
1124 | 2024-12-17T22:11:41.579Z | PASS [ 0.030s] nextest-filtering::match test_expr_with_no_matching_packages |
1125 | 2024-12-17T22:11:41.579Z | PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1126 | 2024-12-17T22:11:41.602Z | PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1127 | 2024-12-17T22:11:41.602Z | PASS [ 0.038s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1128 | 2024-12-17T22:11:41.625Z | PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1129 | 2024-12-17T22:11:41.625Z | PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1130 | 2024-12-17T22:11:41.648Z | PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1131 | 2024-12-17T22:11:41.648Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1132 | 2024-12-17T22:11:41.672Z | PASS [ 0.041s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1133 | 2024-12-17T22:11:41.672Z | PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1134 | 2024-12-17T22:11:41.696Z | PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1135 | 2024-12-17T22:11:41.696Z | PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1136 | 2024-12-17T22:11:41.719Z | PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1137 | 2024-12-17T22:11:41.719Z | PASS [ 0.035s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1138 | 2024-12-17T22:11:41.720Z | PASS [ 6.453s] integration-tests::integration test_run_from_archive_with_no_includes |
1139 | 2024-12-17T22:11:42.004Z | PASS [ 0.320s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1140 | 2024-12-17T22:11:42.028Z | PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1141 | 2024-12-17T22:11:42.054Z | PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1142 | 2024-12-17T22:11:42.055Z | PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1143 | 2024-12-17T22:11:42.345Z | PASS [ 0.341s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1144 | 2024-12-17T22:11:42.388Z | PASS [ 0.363s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1145 | 2024-12-17T22:11:42.412Z | PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1146 | 2024-12-17T22:11:42.412Z | PASS [ 0.354s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1147 | 2024-12-17T22:11:42.436Z | PASS [ 0.036s] nextest-runner config::config_impl::tests::default_config_is_valid |
1148 | 2024-12-17T22:11:42.632Z | PASS [ 0.201s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1149 | 2024-12-17T22:11:42.655Z | PASS [ 0.253s] nextest-runner config::archive::tests::test_join_rel_path |
1150 | 2024-12-17T22:11:42.655Z | PASS [ 0.026s] nextest-runner config::identifier::tests::test_invalid |
1151 | 2024-12-17T22:11:42.703Z | PASS [ 0.060s] nextest-runner config::identifier::tests::test_valid |
1152 | 2024-12-17T22:11:42.727Z | PASS [ 0.050s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1153 | 2024-12-17T22:11:42.750Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1154 | 2024-12-17T22:11:42.750Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_accumulate |
1155 | 2024-12-17T22:11:42.773Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1156 | 2024-12-17T22:11:42.773Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1157 | 2024-12-17T22:11:42.796Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1158 | 2024-12-17T22:11:42.796Z | PASS [ 0.447s] nextest-runner config::archive::tests::parse_valid |
1159 | 2024-12-17T22:11:42.820Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1160 | 2024-12-17T22:11:42.820Z | PASS [ 0.053s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1161 | 2024-12-17T22:11:42.872Z | PASS [ 0.472s] nextest-runner config::config_impl::tests::ignored_keys |
1162 | 2024-12-17T22:11:42.895Z | PASS [ 0.055s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1163 | 2024-12-17T22:11:42.895Z | PASS [ 0.077s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1164 | 2024-12-17T22:11:43.241Z | PASS [ 0.401s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1165 | 2024-12-17T22:11:43.266Z | PASS [ 0.388s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1166 | 2024-12-17T22:11:43.289Z | PASS [ 0.403s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1167 | 2024-12-17T22:11:43.313Z | PASS [ 0.401s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1168 | 2024-12-17T22:11:43.570Z | PASS [ 0.329s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1169 | 2024-12-17T22:11:43.600Z | PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1170 | 2024-12-17T22:11:43.626Z | PASS [ 0.363s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1171 | 2024-12-17T22:11:43.695Z | PASS [ 0.395s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1172 | 2024-12-17T22:11:43.827Z | PASS [ 3.805s] integration-tests::integration test_target_arg |
1173 | 2024-12-17T22:11:43.904Z | PASS [ 0.333s] nextest-runner config::overrides::tests::test_overrides_basic |
1174 | 2024-12-17T22:11:43.927Z | PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1175 | 2024-12-17T22:11:43.951Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1176 | 2024-12-17T22:11:44.010Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1177 | 2024-12-17T22:11:44.143Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1178 | 2024-12-17T22:11:44.166Z | PASS [ 5.400s] integration-tests::integration test_show_config_test_groups |
1179 | 2024-12-17T22:11:44.200Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1180 | 2024-12-17T22:11:44.224Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1181 | 2024-12-17T22:11:44.247Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1182 | 2024-12-17T22:11:44.320Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1183 | 2024-12-17T22:11:44.449Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1184 | 2024-12-17T22:11:44.474Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1185 | 2024-12-17T22:11:44.506Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1186 | 2024-12-17T22:11:44.529Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1187 | 2024-12-17T22:11:44.552Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1188 | 2024-12-17T22:11:44.620Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1189 | 2024-12-17T22:11:44.753Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1190 | 2024-12-17T22:11:44.779Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1191 | 2024-12-17T22:11:44.803Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1192 | 2024-12-17T22:11:44.826Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1193 | 2024-12-17T22:11:44.849Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1194 | 2024-12-17T22:11:44.914Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1195 | 2024-12-17T22:11:45.081Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1196 | 2024-12-17T22:11:45.081Z | PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1197 | 2024-12-17T22:11:45.105Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1198 | 2024-12-17T22:11:45.128Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1199 | 2024-12-17T22:11:45.155Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1200 | 2024-12-17T22:11:45.248Z | PASS [ 0.333s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1201 | 2024-12-17T22:11:45.410Z | PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1202 | 2024-12-17T22:11:45.433Z | PASS [ 0.339s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1203 | 2024-12-17T22:11:45.433Z | PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1204 | 2024-12-17T22:11:45.457Z | PASS [ 0.323s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1205 | 2024-12-17T22:11:45.489Z | PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1206 | 2024-12-17T22:11:45.558Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1207 | 2024-12-17T22:11:45.714Z | PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1208 | 2024-12-17T22:11:45.744Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1209 | 2024-12-17T22:11:45.744Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1210 | 2024-12-17T22:11:45.768Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1211 | 2024-12-17T22:11:45.791Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1212 | 2024-12-17T22:11:45.870Z | PASS [ 0.311s] nextest-runner config::scripts::tests::test_scripts_basic |
1213 | 2024-12-17T22:11:46.020Z | PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1214 | 2024-12-17T22:11:46.044Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1215 | 2024-12-17T22:11:46.044Z | PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1216 | 2024-12-17T22:11:46.067Z | PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1217 | 2024-12-17T22:11:46.093Z | PASS [ 5.991s] integration-tests::integration test_target_dir |
1218 | 2024-12-17T22:11:46.117Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1219 | 2024-12-17T22:11:46.210Z | PASS [ 0.340s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1220 | 2024-12-17T22:11:46.340Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1221 | 2024-12-17T22:11:46.364Z | PASS [ 0.307s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1222 | 2024-12-17T22:11:46.364Z | PASS [ 0.321s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1223 | 2024-12-17T22:11:46.389Z | PASS [ 0.311s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1224 | 2024-12-17T22:11:46.389Z | PASS [ 0.294s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1225 | 2024-12-17T22:11:46.415Z | PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1226 | 2024-12-17T22:11:46.529Z | PASS [ 0.317s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1227 | 2024-12-17T22:11:46.659Z | PASS [ 0.314s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1228 | 2024-12-17T22:11:46.685Z | PASS [ 0.307s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1229 | 2024-12-17T22:11:46.685Z | PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1230 | 2024-12-17T22:11:46.708Z | PASS [ 0.302s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1231 | 2024-12-17T22:11:46.708Z | PASS [ 0.328s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1232 | 2024-12-17T22:11:46.743Z | PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1233 | 2024-12-17T22:11:46.865Z | PASS [ 0.334s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1234 | 2024-12-17T22:11:46.985Z | PASS [ 0.326s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1235 | 2024-12-17T22:11:47.011Z | PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1236 | 2024-12-17T22:11:47.011Z | PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1237 | 2024-12-17T22:11:47.034Z | PASS [ 0.324s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1238 | 2024-12-17T22:11:47.034Z | PASS [ 0.319s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1239 | 2024-12-17T22:11:47.060Z | PASS [ 0.316s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1240 | 2024-12-17T22:11:47.173Z | PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1241 | 2024-12-17T22:11:47.196Z | PASS [ 0.022s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1242 | 2024-12-17T22:11:47.303Z | PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1243 | 2024-12-17T22:11:47.327Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1244 | 2024-12-17T22:11:47.327Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1245 | 2024-12-17T22:11:47.327Z | PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1246 | 2024-12-17T22:11:47.350Z | PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1247 | 2024-12-17T22:11:47.350Z | PASS [ 0.029s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1248 | 2024-12-17T22:11:47.374Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1249 | 2024-12-17T22:11:47.374Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1250 | 2024-12-17T22:11:47.374Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1251 | 2024-12-17T22:11:47.398Z | PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1252 | 2024-12-17T22:11:47.398Z | PASS [ 0.071s] nextest-runner errors::tests::display_error_chain |
1253 | 2024-12-17T22:11:47.398Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1254 | 2024-12-17T22:11:47.398Z | PASS [ 0.069s] nextest-runner errors::tests::display_error_list |
1255 | 2024-12-17T22:11:47.398Z | PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1256 | 2024-12-17T22:11:47.398Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1257 | 2024-12-17T22:11:47.423Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1258 | 2024-12-17T22:11:47.424Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1259 | 2024-12-17T22:11:47.424Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1260 | 2024-12-17T22:11:47.447Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1261 | 2024-12-17T22:11:47.447Z | PASS [ 0.039s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1262 | 2024-12-17T22:11:47.447Z | PASS [ 0.041s] nextest-runner list::test_list::tests::test_parse_test_list |
1263 | 2024-12-17T22:11:47.447Z | PASS [ 0.031s] nextest-runner partition::tests::partitioner_builder_from_str |
1264 | 2024-12-17T22:11:47.447Z | PASS [ 0.025s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1265 | 2024-12-17T22:11:47.470Z | PASS [ 0.035s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1266 | 2024-12-17T22:11:47.470Z | PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1267 | 2024-12-17T22:11:47.493Z | PASS [ 0.044s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1268 | 2024-12-17T22:11:47.494Z | PASS [ 0.029s] nextest-runner redact::tests::test_redact_path |
1269 | 2024-12-17T22:11:47.494Z | PASS [ 0.037s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1270 | 2024-12-17T22:11:47.494Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::no_capture_settings |
1271 | 2024-12-17T22:11:47.517Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1272 | 2024-12-17T22:11:47.517Z | PASS [ 0.051s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1273 | 2024-12-17T22:11:47.541Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1274 | 2024-12-17T22:11:47.541Z | PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1275 | 2024-12-17T22:11:47.541Z | PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1276 | 2024-12-17T22:11:47.564Z | PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1277 | 2024-12-17T22:11:47.564Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1278 | 2024-12-17T22:11:47.564Z | PASS [ 0.088s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1279 | 2024-12-17T22:11:47.564Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_final_warnings |
1280 | 2024-12-17T22:11:47.564Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1281 | 2024-12-17T22:11:47.588Z | PASS [ 0.377s] nextest-runner config::tool_config::tests::tool_config_basic |
1282 | 2024-12-17T22:11:47.588Z | PASS [ 0.058s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1283 | 2024-12-17T22:11:47.611Z | PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1284 | 2024-12-17T22:11:47.611Z | PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1285 | 2024-12-17T22:11:47.611Z | PASS [ 0.028s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1286 | 2024-12-17T22:11:47.611Z | PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1287 | 2024-12-17T22:11:47.611Z | PASS [ 0.031s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1288 | 2024-12-17T22:11:47.611Z | PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end |
1289 | 2024-12-17T22:11:47.635Z | PASS [ 0.028s] nextest-runner reporter::events::tests::test_is_success |
1290 | 2024-12-17T22:11:47.635Z | PASS [ 0.083s] nextest-runner reporter::displayer::tests::test_info_response |
1291 | 2024-12-17T22:11:47.635Z | PASS [ 0.071s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1292 | 2024-12-17T22:11:47.659Z | PASS [ 0.026s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1293 | 2024-12-17T22:11:47.659Z | PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1294 | 2024-12-17T22:11:47.659Z | PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1295 | 2024-12-17T22:11:47.682Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1296 | 2024-12-17T22:11:47.682Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1297 | 2024-12-17T22:11:47.682Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1298 | 2024-12-17T22:11:47.682Z | PASS [ 0.029s] nextest-runner runner::imp::tests::no_capture_settings |
1299 | 2024-12-17T22:11:47.705Z | PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1300 | 2024-12-17T22:11:47.705Z | PASS [ 0.027s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1301 | 2024-12-17T22:11:47.705Z | PASS [ 0.026s] nextest-runner test_command::tests::parse_build_script |
1302 | 2024-12-17T22:11:47.728Z | PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples |
1303 | 2024-12-17T22:11:47.728Z | PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples |
1304 | 2024-12-17T22:11:47.728Z | PASS [ 0.036s] nextest-runner target_runner::tests::test_find_config |
1305 | 2024-12-17T22:11:47.768Z | PASS [ 0.101s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1306 | 2024-12-17T22:11:47.791Z | PASS [ 0.020s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1307 | 2024-12-17T22:11:47.814Z | PASS [ 0.139s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1308 | 2024-12-17T22:11:47.838Z | PASS [ 0.115s] nextest-runner test_filter::tests::proptest_empty |
1309 | 2024-12-17T22:11:47.920Z | PASS [ 0.208s] nextest-runner test_filter::tests::proptest_no_match |
1310 | 2024-12-17T22:11:47.948Z | PASS [ 0.298s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1311 | 2024-12-17T22:11:48.156Z | PASS [ 0.448s] nextest-runner test_filter::tests::proptest_exact |
1312 | 2024-12-17T22:11:48.382Z | PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1313 | 2024-12-17T22:11:48.408Z | PASS [ 0.695s] nextest-runner test_filter::tests::proptest_substring |
1314 | 2024-12-17T22:11:48.798Z | PASS [ 14.280s] integration-tests::integration test_run |
1315 | 2024-12-17T22:11:49.313Z | PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1316 | 2024-12-17T22:11:49.675Z | PASS [ 1.725s] nextest-runner::integration basic::test_list_binaries |
1317 | 2024-12-17T22:11:49.986Z | PASS [ 2.168s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1318 | 2024-12-17T22:11:50.010Z | PASS [ 2.066s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1319 | 2024-12-17T22:11:50.010Z | PASS [ 1.841s] nextest-runner::integration basic::test_list_tests |
1320 | 2024-12-17T22:11:50.034Z | PASS [ 0.034s] nextest-runner::integration target_runner::disregards_non_matching |
1321 | 2024-12-17T22:11:50.083Z | PASS [ 0.042s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1322 | 2024-12-17T22:11:50.107Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1323 | 2024-12-17T22:11:50.131Z | PASS [ 0.444s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1324 | 2024-12-17T22:11:50.154Z | PASS [ 0.831s] nextest-runner::integration basic::test_run_ignored |
1325 | 2024-12-17T22:11:50.310Z | PASS [ 0.310s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1326 | 2024-12-17T22:11:50.337Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_cargo_env |
1327 | 2024-12-17T22:11:50.363Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli |
1328 | 2024-12-17T22:11:50.392Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1329 | 2024-12-17T22:11:50.418Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1330 | 2024-12-17T22:11:50.499Z | PASS [ 0.080s] nextest-runner::integration target_triple::parses_custom_target_env |
1331 | 2024-12-17T22:11:50.527Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1332 | 2024-12-17T22:11:50.556Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_target_cli_option |
1333 | 2024-12-17T22:11:50.609Z | PASS [ 0.509s] nextest-runner::integration target_runner::parses_cargo_env |
1334 | 2024-12-17T22:11:50.814Z | PASS [ 0.694s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1335 | 2024-12-17T22:11:51.491Z | PASS [ 2.683s] nextest-runner::integration basic::test_run |
1336 | 2024-12-17T22:11:51.796Z | PASS [ 1.651s] nextest-runner::integration target_runner::test_run_with_target_runner |
1337 | 2024-12-17T22:11:52.390Z | PASS [ 2.402s] nextest-runner::integration basic::test_termination |
1338 | 2024-12-17T22:11:53.468Z | PASS [ 5.086s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1339 | 2024-12-17T22:11:53.550Z | PASS [ 5.141s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1340 | 2024-12-17T22:11:53.573Z | ──────────── |
1341 | 2024-12-17T22:11:53.573Z | Summary [ 23.368s] 288 tests run: 288 passed, 1 skipped |
1342 | 2024-12-17T22:11:53.597Z | |
1343 | 2024-12-17T22:11:53.597Z | real 24.907383427 |
1344 | 2024-12-17T22:11:53.597Z | user 1:06.857047860 |
1345 | 2024-12-17T22:11:53.597Z | sys 1:10.172664418 |
1346 | 2024-12-17T22:11:53.597Z | trap 0.104267483 |
1347 | 2024-12-17T22:11:53.597Z | tflt 0.059976166 |
1348 | 2024-12-17T22:11:53.597Z | dflt 0.187457437 |
1349 | 2024-12-17T22:11:53.597Z | kflt 0.004089064 |
1350 | 2024-12-17T22:11:53.598Z | lock 12:19.646793570 |
1351 | 2024-12-17T22:11:53.598Z | slp 5:58.846468949 |
1352 | 2024-12-17T22:11:53.598Z | lat 1:26.852835049 |
1353 | 2024-12-17T22:11:53.598Z | stop 2:18.053786675 |
1354 | 2024-12-17T22:11:53.598Z | + banner release |
1355 | 2024-12-17T22:11:53.598Z | |
1356 | 2024-12-17T22:11:53.598Z | ##### ###### # ###### ## #### ###### |
1357 | 2024-12-17T22:11:53.598Z | # # # # # # # # # |
1358 | 2024-12-17T22:11:53.598Z | # # ##### # ##### # # #### ##### |
1359 | 2024-12-17T22:11:53.598Z | ##### # # # ###### # # |
1360 | 2024-12-17T22:11:53.598Z | # # # # # # # # # # |
1361 | 2024-12-17T22:11:53.598Z | # # ###### ###### ###### # # #### ###### |
1362 | 2024-12-17T22:11:53.598Z | |
1363 | 2024-12-17T22:11:53.598Z | + ptime -m cargo nextest run --profile ci |
1364 | 2024-12-17T22:11:54.159Z | info: experimental features enabled: setup-scripts |
1365 | 2024-12-17T22:11:54.486Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s |
1366 | 2024-12-17T22:11:54.687Z | ──────────── |
1367 | 2024-12-17T22:11:54.687Z | Nextest run ID a53942f9-3c17-4c27-a83c-f21a4a6f9bbf with nextest profile: ci |
1368 | 2024-12-17T22:11:54.687Z | Starting 288 tests across 15 binaries (1 test skipped) |
1369 | 2024-12-17T22:11:54.711Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1370 | 2024-12-17T22:11:55.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s |
1371 | 2024-12-17T22:11:55.082Z | Running `target/debug/build-seed-archive` |
1372 | 2024-12-17T22:11:55.494Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d1064abe6ff77a7be9cda90d32b5d62b731b4d8b8a36f1f9c9eb7bb7d91c8d3a.tar.zst, building |
1373 | 2024-12-17T22:11:57.884Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-d1064abe6ff77a7be9cda90d32b5d62b731b4d8b8a36f1f9c9eb7bb7d91c8d3a.tar.zst |
1374 | 2024-12-17T22:11:57.909Z | SETUP PASS [ 3.202s] build-seed-archive: cargo run --bin build-seed-archive |
1375 | 2024-12-17T22:11:57.932Z | PASS [ 0.019s] integration-tests::custom-harness thread_count::test_single_threaded |
1376 | 2024-12-17T22:11:57.932Z | PASS [ 0.030s] integration-tests::custom-harness thread_count::test_multi_threaded |
1377 | 2024-12-17T22:11:57.955Z | PASS [ 0.046s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1378 | 2024-12-17T22:11:58.063Z | PASS [ 0.172s] cargo-nextest dispatch::tests::test_argument_parsing |
1379 | 2024-12-17T22:11:59.406Z | PASS [ 1.512s] integration-tests::integration test_list_binaries_only |
1380 | 2024-12-17T22:11:59.698Z | PASS [ 1.776s] integration-tests::integration test_list_host_after_build |
1381 | 2024-12-17T22:11:59.910Z | PASS [ 2.018s] integration-tests::integration test_list_full |
1382 | 2024-12-17T22:12:00.090Z | PASS [ 2.168s] integration-tests::integration test_list_target_after_build |
1383 | 2024-12-17T22:12:00.117Z | PASS [ 2.218s] integration-tests::integration test_list_full_after_build |
1384 | 2024-12-17T22:12:00.142Z | PASS [ 2.232s] integration-tests::integration test_list_default |
1385 | 2024-12-17T22:12:01.934Z | PASS [ 1.843s] integration-tests::integration test_run_from_archive_with_missing_includes |
1386 | 2024-12-17T22:12:03.134Z | PASS [ 3.011s] integration-tests::integration test_run_no_tests |
1387 | 2024-12-17T22:12:03.591Z | PASS [ 3.892s] integration-tests::integration test_run_after_build |
1388 | 2024-12-17T22:12:03.733Z | PASS [ 5.669s] integration-tests::integration test_relocated_run |
1389 | 2024-12-17T22:12:03.979Z | PASS [ 6.042s] integration-tests::integration test_list_with_default_filter |
1390 | 2024-12-17T22:12:04.941Z | PASS [ 1.349s] integration-tests::integration test_setup_scripts_not_enabled |
1391 | 2024-12-17T22:12:04.965Z | PASS [ 1.810s] integration-tests::integration test_setup_script_error |
1392 | 2024-12-17T22:12:05.356Z | PASS [ 3.421s] integration-tests::integration test_run_with_default_filter |
1393 | 2024-12-17T22:12:05.412Z | PASS [ 0.055s] integration-tests::integration test_version_info |
1394 | 2024-12-17T22:12:05.630Z | PASS [ 1.650s] integration-tests::integration test_show_config_version |
1395 | 2024-12-17T22:12:05.653Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error |
1396 | 2024-12-17T22:12:05.677Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_eof |
1397 | 2024-12-17T22:12:05.702Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_expr |
1398 | 2024-12-17T22:12:05.725Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_and_operator |
1399 | 2024-12-17T22:12:05.748Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_escapes |
1400 | 2024-12-17T22:12:05.748Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob |
1401 | 2024-12-17T22:12:05.773Z | PASS [ 0.348s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1402 | 2024-12-17T22:12:05.773Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator |
1403 | 2024-12-17T22:12:05.796Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform |
1404 | 2024-12-17T22:12:05.796Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex |
1405 | 2024-12-17T22:12:05.822Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_argument |
1406 | 2024-12-17T22:12:05.822Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1407 | 2024-12-17T22:12:05.845Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_close_regex |
1408 | 2024-12-17T22:12:05.846Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1409 | 2024-12-17T22:12:05.846Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses |
1410 | 2024-12-17T22:12:05.869Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_comma |
1411 | 2024-12-17T22:12:05.869Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_difference |
1412 | 2024-12-17T22:12:05.869Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1413 | 2024-12-17T22:12:05.892Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_not |
1414 | 2024-12-17T22:12:05.892Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1415 | 2024-12-17T22:12:05.916Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_set |
1416 | 2024-12-17T22:12:05.917Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union |
1417 | 2024-12-17T22:12:05.940Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1418 | 2024-12-17T22:12:05.940Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_name_matcher |
1419 | 2024-12-17T22:12:05.963Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1420 | 2024-12-17T22:12:05.963Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_set_def |
1421 | 2024-12-17T22:12:05.986Z | PASS [ 0.051s] nextest-filtering parsing::tests::test_parse_regex |
1422 | 2024-12-17T22:12:06.012Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_argument |
1423 | 2024-12-17T22:12:06.012Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_comma |
1424 | 2024-12-17T22:12:06.035Z | PASS [ 0.026s] nextest-filtering::match test_binary_query |
1425 | 2024-12-17T22:12:06.059Z | PASS [ 0.023s] nextest-filtering::match test_expr_binary |
1426 | 2024-12-17T22:12:06.082Z | PASS [ 0.020s] nextest-filtering::match test_expr_binary_id_glob |
1427 | 2024-12-17T22:12:06.105Z | PASS [ 0.020s] nextest-filtering::match test_expr_deps |
1428 | 2024-12-17T22:12:06.129Z | PASS [ 0.019s] nextest-filtering::match test_expr_kind |
1429 | 2024-12-17T22:12:06.152Z | PASS [ 0.019s] nextest-filtering::match test_expr_kind_partial |
1430 | 2024-12-17T22:12:06.152Z | PASS [ 0.019s] nextest-filtering::match test_expr_package_contains |
1431 | 2024-12-17T22:12:06.176Z | PASS [ 0.020s] nextest-filtering::match test_expr_package_equal |
1432 | 2024-12-17T22:12:06.176Z | PASS [ 0.187s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1433 | 2024-12-17T22:12:06.200Z | PASS [ 0.022s] nextest-filtering::match test_expr_package_regex |
1434 | 2024-12-17T22:12:06.200Z | PASS [ 0.022s] nextest-filtering::match test_expr_platform |
1435 | 2024-12-17T22:12:06.223Z | PASS [ 0.023s] nextest-filtering::match test_expr_rdeps |
1436 | 2024-12-17T22:12:06.223Z | PASS [ 0.024s] nextest-filtering::match test_expr_test |
1437 | 2024-12-17T22:12:06.247Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_and_not |
1438 | 2024-12-17T22:12:06.271Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_difference::with_minus |
1439 | 2024-12-17T22:12:06.271Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1440 | 2024-12-17T22:12:06.271Z | PASS [ 0.019s] nextest-filtering::match test_expr_test_intersect::with_and |
1441 | 2024-12-17T22:12:06.294Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_not |
1442 | 2024-12-17T22:12:06.294Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_or |
1443 | 2024-12-17T22:12:06.318Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_pipe |
1444 | 2024-12-17T22:12:06.341Z | PASS [ 0.036s] nextest-filtering::match test_expr_test_union::with_plus |
1445 | 2024-12-17T22:12:06.341Z | PASS [ 0.031s] nextest-filtering::match test_expr_with_no_matching_packages |
1446 | 2024-12-17T22:12:06.364Z | PASS [ 0.025s] nextest-metadata test_list::tests::test_binary_id_ord |
1447 | 2024-12-17T22:12:06.364Z | PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1448 | 2024-12-17T22:12:06.364Z | PASS [ 6.455s] integration-tests::integration test_run_from_archive_with_includes |
1449 | 2024-12-17T22:12:06.388Z | PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1450 | 2024-12-17T22:12:06.412Z | PASS [ 0.025s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1451 | 2024-12-17T22:12:06.412Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1452 | 2024-12-17T22:12:06.412Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1453 | 2024-12-17T22:12:06.412Z | PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1454 | 2024-12-17T22:12:06.435Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1455 | 2024-12-17T22:12:06.435Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1456 | 2024-12-17T22:12:06.435Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1457 | 2024-12-17T22:12:06.436Z | PASS [ 0.021s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1458 | 2024-12-17T22:12:06.459Z | PASS [ 0.023s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1459 | 2024-12-17T22:12:06.459Z | PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1460 | 2024-12-17T22:12:06.482Z | PASS [ 6.344s] integration-tests::integration test_run_from_archive_with_no_includes |
1461 | 2024-12-17T22:12:06.482Z | PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1462 | 2024-12-17T22:12:06.735Z | PASS [ 0.293s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1463 | 2024-12-17T22:12:06.758Z | PASS [ 0.294s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1464 | 2024-12-17T22:12:06.758Z | PASS [ 0.290s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1465 | 2024-12-17T22:12:06.782Z | PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1466 | 2024-12-17T22:12:07.077Z | PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1467 | 2024-12-17T22:12:07.101Z | PASS [ 0.357s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1468 | 2024-12-17T22:12:07.101Z | PASS [ 0.358s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1469 | 2024-12-17T22:12:07.124Z | PASS [ 0.336s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1470 | 2024-12-17T22:12:07.124Z | PASS [ 0.020s] nextest-runner config::archive::tests::test_join_rel_path |
1471 | 2024-12-17T22:12:07.124Z | PASS [ 0.022s] nextest-runner config::config_impl::tests::default_config_is_valid |
1472 | 2024-12-17T22:12:07.148Z | PASS [ 0.018s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1473 | 2024-12-17T22:12:07.148Z | PASS [ 0.017s] nextest-runner config::identifier::tests::test_invalid |
1474 | 2024-12-17T22:12:07.171Z | PASS [ 0.017s] nextest-runner config::identifier::tests::test_valid |
1475 | 2024-12-17T22:12:07.171Z | PASS [ 0.025s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1476 | 2024-12-17T22:12:07.194Z | PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_accumulate |
1477 | 2024-12-17T22:12:07.194Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1478 | 2024-12-17T22:12:07.217Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1479 | 2024-12-17T22:12:07.240Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1480 | 2024-12-17T22:12:07.240Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1481 | 2024-12-17T22:12:07.263Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1482 | 2024-12-17T22:12:07.286Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1483 | 2024-12-17T22:12:07.361Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1484 | 2024-12-17T22:12:07.386Z | PASS [ 0.098s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1485 | 2024-12-17T22:12:07.525Z | PASS [ 0.422s] nextest-runner config::config_impl::tests::ignored_keys |
1486 | 2024-12-17T22:12:07.611Z | PASS [ 0.533s] nextest-runner config::archive::tests::parse_valid |
1487 | 2024-12-17T22:12:07.778Z | PASS [ 0.415s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1488 | 2024-12-17T22:12:07.848Z | PASS [ 0.475s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1489 | 2024-12-17T22:12:07.975Z | PASS [ 0.450s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1490 | 2024-12-17T22:12:07.999Z | PASS [ 0.376s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1491 | 2024-12-17T22:12:08.116Z | PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1492 | 2024-12-17T22:12:08.178Z | PASS [ 0.330s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1493 | 2024-12-17T22:12:08.273Z | PASS [ 0.297s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1494 | 2024-12-17T22:12:08.296Z | PASS [ 0.306s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1495 | 2024-12-17T22:12:08.432Z | PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic |
1496 | 2024-12-17T22:12:08.506Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1497 | 2024-12-17T22:12:08.626Z | PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1498 | 2024-12-17T22:12:08.651Z | PASS [ 0.359s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1499 | 2024-12-17T22:12:08.807Z | PASS [ 0.374s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1500 | 2024-12-17T22:12:08.831Z | PASS [ 3.883s] integration-tests::integration test_target_arg |
1501 | 2024-12-17T22:12:08.854Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1502 | 2024-12-17T22:12:08.928Z | PASS [ 5.194s] integration-tests::integration test_show_config_test_groups |
1503 | 2024-12-17T22:12:08.951Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1504 | 2024-12-17T22:12:08.951Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1505 | 2024-12-17T22:12:09.102Z | PASS [ 0.292s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1506 | 2024-12-17T22:12:09.125Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1507 | 2024-12-17T22:12:09.149Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1508 | 2024-12-17T22:12:09.239Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1509 | 2024-12-17T22:12:09.262Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1510 | 2024-12-17T22:12:09.262Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1511 | 2024-12-17T22:12:09.400Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1512 | 2024-12-17T22:12:09.423Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1513 | 2024-12-17T22:12:09.446Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1514 | 2024-12-17T22:12:09.537Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1515 | 2024-12-17T22:12:09.561Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1516 | 2024-12-17T22:12:09.561Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1517 | 2024-12-17T22:12:09.697Z | PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1518 | 2024-12-17T22:12:09.723Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1519 | 2024-12-17T22:12:09.747Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1520 | 2024-12-17T22:12:09.837Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1521 | 2024-12-17T22:12:09.861Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1522 | 2024-12-17T22:12:09.861Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1523 | 2024-12-17T22:12:10.016Z | PASS [ 0.318s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1524 | 2024-12-17T22:12:10.040Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1525 | 2024-12-17T22:12:10.064Z | PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1526 | 2024-12-17T22:12:10.162Z | PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1527 | 2024-12-17T22:12:10.186Z | PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1528 | 2024-12-17T22:12:10.186Z | PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1529 | 2024-12-17T22:12:10.325Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1530 | 2024-12-17T22:12:10.356Z | PASS [ 0.318s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1531 | 2024-12-17T22:12:10.379Z | PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1532 | 2024-12-17T22:12:10.462Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1533 | 2024-12-17T22:12:10.488Z | PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1534 | 2024-12-17T22:12:10.488Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1535 | 2024-12-17T22:12:10.631Z | PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic |
1536 | 2024-12-17T22:12:10.656Z | PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1537 | 2024-12-17T22:12:10.680Z | PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1538 | 2024-12-17T22:12:10.779Z | PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1539 | 2024-12-17T22:12:10.779Z | PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1540 | 2024-12-17T22:12:10.803Z | PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1541 | 2024-12-17T22:12:10.935Z | PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1542 | 2024-12-17T22:12:11.258Z | PASS [ 0.340s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1543 | 2024-12-17T22:12:11.282Z | PASS [ 6.074s] integration-tests::integration test_target_dir |
1544 | 2024-12-17T22:12:11.282Z | PASS [ 0.352s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1545 | 2024-12-17T22:12:11.282Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1546 | 2024-12-17T22:12:11.282Z | PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1547 | 2024-12-17T22:12:11.282Z | PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1548 | 2024-12-17T22:12:11.282Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1549 | 2024-12-17T22:12:11.306Z | PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1550 | 2024-12-17T22:12:11.333Z | PASS [ 0.301s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1551 | 2024-12-17T22:12:11.357Z | PASS [ 0.320s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1552 | 2024-12-17T22:12:11.401Z | PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1553 | 2024-12-17T22:12:11.426Z | PASS [ 0.306s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1554 | 2024-12-17T22:12:11.426Z | PASS [ 0.315s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1555 | 2024-12-17T22:12:11.569Z | PASS [ 0.323s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1556 | 2024-12-17T22:12:11.601Z | PASS [ 0.305s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1557 | 2024-12-17T22:12:11.667Z | PASS [ 0.326s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1558 | 2024-12-17T22:12:11.693Z | PASS [ 0.349s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1559 | 2024-12-17T22:12:11.739Z | PASS [ 0.340s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1560 | 2024-12-17T22:12:11.762Z | PASS [ 0.329s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1561 | 2024-12-17T22:12:11.785Z | PASS [ 0.358s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1562 | 2024-12-17T22:12:11.896Z | PASS [ 0.326s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1563 | 2024-12-17T22:12:11.920Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1564 | 2024-12-17T22:12:11.944Z | PASS [ 0.018s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1565 | 2024-12-17T22:12:11.992Z | PASS [ 0.325s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1566 | 2024-12-17T22:12:12.016Z | PASS [ 0.313s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1567 | 2024-12-17T22:12:12.048Z | PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1568 | 2024-12-17T22:12:12.072Z | PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1569 | 2024-12-17T22:12:12.072Z | PASS [ 0.062s] nextest-runner errors::tests::display_error_list |
1570 | 2024-12-17T22:12:12.072Z | PASS [ 0.070s] nextest-runner errors::tests::display_error_chain |
1571 | 2024-12-17T22:12:12.095Z | PASS [ 0.027s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1572 | 2024-12-17T22:12:12.096Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1573 | 2024-12-17T22:12:12.096Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1574 | 2024-12-17T22:12:12.096Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1575 | 2024-12-17T22:12:12.096Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1576 | 2024-12-17T22:12:12.120Z | PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1577 | 2024-12-17T22:12:12.120Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1578 | 2024-12-17T22:12:12.120Z | PASS [ 0.030s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1579 | 2024-12-17T22:12:12.120Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1580 | 2024-12-17T22:12:12.120Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1581 | 2024-12-17T22:12:12.144Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1582 | 2024-12-17T22:12:12.145Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1583 | 2024-12-17T22:12:12.145Z | PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str |
1584 | 2024-12-17T22:12:12.145Z | PASS [ 0.024s] nextest-runner list::test_list::tests::test_parse_test_list |
1585 | 2024-12-17T22:12:12.170Z | PASS [ 0.037s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1586 | 2024-12-17T22:12:12.170Z | PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1587 | 2024-12-17T22:12:12.170Z | PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1588 | 2024-12-17T22:12:12.170Z | PASS [ 0.030s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1589 | 2024-12-17T22:12:12.170Z | PASS [ 0.032s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1590 | 2024-12-17T22:12:12.197Z | PASS [ 0.022s] nextest-runner redact::tests::test_redact_path |
1591 | 2024-12-17T22:12:12.199Z | PASS [ 0.034s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1592 | 2024-12-17T22:12:12.199Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings |
1593 | 2024-12-17T22:12:12.228Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1594 | 2024-12-17T22:12:12.228Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1595 | 2024-12-17T22:12:12.228Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1596 | 2024-12-17T22:12:12.228Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1597 | 2024-12-17T22:12:12.228Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1598 | 2024-12-17T22:12:12.258Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1599 | 2024-12-17T22:12:12.258Z | PASS [ 0.342s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1600 | 2024-12-17T22:12:12.258Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1601 | 2024-12-17T22:12:12.282Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_final_warnings |
1602 | 2024-12-17T22:12:12.282Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1603 | 2024-12-17T22:12:12.282Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1604 | 2024-12-17T22:12:12.282Z | PASS [ 0.056s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1605 | 2024-12-17T22:12:12.282Z | PASS [ 0.057s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1606 | 2024-12-17T22:12:12.306Z | PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1607 | 2024-12-17T22:12:12.330Z | PASS [ 0.028s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1608 | 2024-12-17T22:12:12.330Z | PASS [ 0.368s] nextest-runner config::tool_config::tests::tool_config_basic |
1609 | 2024-12-17T22:12:12.330Z | PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1610 | 2024-12-17T22:12:12.330Z | PASS [ 0.074s] nextest-runner reporter::displayer::tests::test_info_response |
1611 | 2024-12-17T22:12:12.355Z | PASS [ 0.044s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1612 | 2024-12-17T22:12:12.355Z | PASS [ 0.031s] nextest-runner reporter::helpers::tests::test_highlight_end |
1613 | 2024-12-17T22:12:12.355Z | PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success |
1614 | 2024-12-17T22:12:12.378Z | PASS [ 0.076s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1615 | 2024-12-17T22:12:12.378Z | PASS [ 0.021s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1616 | 2024-12-17T22:12:12.378Z | PASS [ 0.022s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1617 | 2024-12-17T22:12:12.378Z | PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1618 | 2024-12-17T22:12:12.402Z | PASS [ 0.019s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1619 | 2024-12-17T22:12:12.402Z | PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1620 | 2024-12-17T22:12:12.402Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1621 | 2024-12-17T22:12:12.402Z | PASS [ 0.035s] nextest-runner runner::imp::tests::no_capture_settings |
1622 | 2024-12-17T22:12:12.402Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1623 | 2024-12-17T22:12:12.426Z | PASS [ 0.034s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1624 | 2024-12-17T22:12:12.426Z | PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config |
1625 | 2024-12-17T22:12:12.426Z | PASS [ 0.024s] nextest-runner test_command::tests::parse_build_script |
1626 | 2024-12-17T22:12:12.426Z | PASS [ 0.020s] nextest-runner test_filter::tests::empty_pattern_examples |
1627 | 2024-12-17T22:12:12.451Z | PASS [ 0.021s] nextest-runner test_filter::tests::pattern_examples |
1628 | 2024-12-17T22:12:12.487Z | PASS [ 0.106s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1629 | 2024-12-17T22:12:12.512Z | PASS [ 0.018s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1630 | 2024-12-17T22:12:12.536Z | PASS [ 0.109s] nextest-runner test_filter::tests::proptest_empty |
1631 | 2024-12-17T22:12:12.536Z | PASS [ 0.144s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1632 | 2024-12-17T22:12:12.616Z | PASS [ 0.192s] nextest-runner test_filter::tests::proptest_no_match |
1633 | 2024-12-17T22:12:12.655Z | PASS [ 0.283s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1634 | 2024-12-17T22:12:12.751Z | PASS [ 0.094s] nextest-runner::integration basic::test_list_binaries |
1635 | 2024-12-17T22:12:12.784Z | PASS [ 0.252s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1636 | 2024-12-17T22:12:12.919Z | PASS [ 0.498s] nextest-runner test_filter::tests::proptest_exact |
1637 | 2024-12-17T22:12:12.965Z | PASS [ 0.348s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1638 | 2024-12-17T22:12:13.028Z | PASS [ 0.279s] nextest-runner::integration basic::test_list_tests |
1639 | 2024-12-17T22:12:13.052Z | PASS [ 0.622s] nextest-runner test_filter::tests::proptest_substring |
1640 | 2024-12-17T22:12:13.094Z | PASS [ 0.568s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1641 | 2024-12-17T22:12:13.395Z | PASS [ 0.343s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1642 | 2024-12-17T22:12:13.420Z | PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching |
1643 | 2024-12-17T22:12:13.532Z | PASS [ 14.126s] integration-tests::integration test_run |
1644 | 2024-12-17T22:12:13.557Z | PASS [ 0.022s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1645 | 2024-12-17T22:12:13.585Z | PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1646 | 2024-12-17T22:12:13.619Z | PASS [ 0.589s] nextest-runner::integration basic::test_run_ignored |
1647 | 2024-12-17T22:12:13.801Z | PASS [ 0.381s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1648 | 2024-12-17T22:12:13.969Z | PASS [ 0.385s] nextest-runner::integration target_runner::parses_cargo_env |
1649 | 2024-12-17T22:12:13.993Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env |
1650 | 2024-12-17T22:12:14.017Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli |
1651 | 2024-12-17T22:12:14.040Z | PASS [ 1.522s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1652 | 2024-12-17T22:12:14.064Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1653 | 2024-12-17T22:12:14.064Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1654 | 2024-12-17T22:12:14.064Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env |
1655 | 2024-12-17T22:12:14.088Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1656 | 2024-12-17T22:12:14.088Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option |
1657 | 2024-12-17T22:12:14.111Z | PASS [ 0.489s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1658 | 2024-12-17T22:12:14.645Z | PASS [ 1.680s] nextest-runner::integration basic::test_run |
1659 | 2024-12-17T22:12:15.274Z | PASS [ 1.473s] nextest-runner::integration target_runner::test_run_with_target_runner |
1660 | 2024-12-17T22:12:15.692Z | PASS [ 2.598s] nextest-runner::integration basic::test_termination |
1661 | 2024-12-17T22:12:16.377Z | PASS [ 3.594s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1662 | 2024-12-17T22:12:16.570Z | PASS [ 3.651s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1663 | 2024-12-17T22:12:16.594Z | ──────────── |
1664 | 2024-12-17T22:12:16.594Z | Summary [ 21.884s] 288 tests run: 288 passed, 1 skipped |
1665 | 2024-12-17T22:12:16.621Z | |
1666 | 2024-12-17T22:12:16.621Z | real 22.997253989 |
1667 | 2024-12-17T22:12:16.621Z | user 1:01.358237806 |
1668 | 2024-12-17T22:12:16.621Z | sys 1:06.562796854 |
1669 | 2024-12-17T22:12:16.621Z | trap 0.086156811 |
1670 | 2024-12-17T22:12:16.621Z | tflt 0.041469179 |
1671 | 2024-12-17T22:12:16.621Z | dflt 0.199422454 |
1672 | 2024-12-17T22:12:16.621Z | kflt 0.003268330 |
1673 | 2024-12-17T22:12:16.621Z | lock 11:26.162349269 |
1674 | 2024-12-17T22:12:16.621Z | slp 5:07.206982333 |
1675 | 2024-12-17T22:12:16.621Z | lat 1:26.068729089 |
1676 | 2024-12-17T22:12:16.621Z | stop 2:13.237285265 |
1677 | 2024-12-17T22:12:16.621Z | process exited: duration 278068 ms, exit code 0 |
|
1678 | 2024-12-17T22:12:16.671Z | found 0 output files |