|
|
|
1 | 2024-12-11T04:48:24.021Z | job assigned to worker 01JET0Q7G30P4PTDHP0VNY40KQ [factory gimlet-EVT22200007-propolis, EVT22200007/20312] (queued for 23 s) |
|
2 | 2024-12-11T04:48:32.301Z | starting task 0: "setup" |
3 | 2024-12-11T04:48:32.325Z | ++ uname -s |
4 | 2024-12-11T04:48:32.325Z | + kern=SunOS |
5 | 2024-12-11T04:48:32.325Z | + case "$kern" in |
6 | 2024-12-11T04:48:32.325Z | + groupadd -g 12345 build |
7 | 2024-12-11T04:48:32.325Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T04:48:34.322Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T04:48:34.370Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T04:48:34.406Z | + home_fs=zfs |
11 | 2024-12-11T04:48:34.406Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T04:48:34.406Z | + mkdir -p /home/build |
13 | 2024-12-11T04:48:34.406Z | + chown build:build /home/build /work |
14 | 2024-12-11T04:48:36.370Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T04:48:36.395Z | process exited: duration 4075 ms, exit code 0 |
|
16 | 2024-12-11T04:48:36.444Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T04:48:36.469Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T04:48:36.469Z | * toolchain channel = "stable" |
19 | 2024-12-11T04:48:36.469Z | * toolchain profile = "default" |
20 | 2024-12-11T04:48:36.469Z | ' stable |
21 | 2024-12-11T04:48:36.469Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-11T04:48:36.469Z | ' default |
23 | 2024-12-11T04:48:36.469Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T04:48:36.469Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T04:48:36.582Z | info: downloading installer |
26 | 2024-12-11T04:48:37.062Z | info: profile set to 'default' |
27 | 2024-12-11T04:48:37.062Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T04:48:37.062Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T04:48:37.173Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T04:48:37.173Z | info: downloading component 'cargo' |
31 | 2024-12-11T04:48:37.374Z | info: downloading component 'clippy' |
32 | 2024-12-11T04:48:37.546Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T04:48:37.725Z | info: downloading component 'rust-std' |
34 | 2024-12-11T04:48:38.067Z | info: downloading component 'rustc' |
35 | 2024-12-11T04:48:39.278Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T04:48:39.420Z | info: installing component 'cargo' |
37 | 2024-12-11T04:48:40.576Z | info: installing component 'clippy' |
38 | 2024-12-11T04:48:41.044Z | info: installing component 'rust-docs' |
39 | 2024-12-11T04:48:43.862Z | info: installing component 'rust-std' |
40 | 2024-12-11T04:48:45.845Z | info: installing component 'rustc' |
41 | 2024-12-11T04:48:52.819Z | info: installing component 'rustfmt' |
42 | 2024-12-11T04:48:53.204Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T04:48:53.204Z | |
44 | 2024-12-11T04:48:53.348Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T04:48:53.348Z | |
46 | 2024-12-11T04:48:53.348Z | |
47 | 2024-12-11T04:48:53.348Z | Rust is installed now. Great! |
48 | 2024-12-11T04:48:53.348Z | |
49 | 2024-12-11T04:48:53.348Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T04:48:53.348Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T04:48:53.348Z | |
52 | 2024-12-11T04:48:53.348Z | To configure your current shell, you need to source |
53 | 2024-12-11T04:48:53.348Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T04:48:53.348Z | |
55 | 2024-12-11T04:48:53.348Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T04:48:53.348Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T04:48:53.348Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T04:48:53.440Z | + rustc --version |
59 | 2024-12-11T04:48:53.558Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T04:48:53.582Z | process exited: duration 17118 ms, exit code 0 |
|
61 | 2024-12-11T04:48:53.632Z | starting task 2: "authentication" |
62 | 2024-12-11T04:48:53.688Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-12-11T04:48:53.738Z | starting task 3: "clone repository" |
64 | 2024-12-11T04:48:53.762Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-11T04:48:53.762Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-11T04:48:53.787Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-11T04:48:55.613Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-11T04:48:55.613Z | + git fetch origin e1c387d0922bfe08d32012686141e3fe3d0afe52 |
69 | 2024-12-11T04:48:55.975Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-11T04:48:55.975Z | * branch e1c387d0922bfe08d32012686141e3fe3d0afe52 -> FETCH_HEAD |
71 | 2024-12-11T04:48:55.999Z | + [[ -n '' ]] |
72 | 2024-12-11T04:48:55.999Z | + git reset --hard e1c387d0922bfe08d32012686141e3fe3d0afe52 |
73 | 2024-12-11T04:48:56.075Z | HEAD is now at e1c387d0 chore(deps): update rust crate serde to 1.0.216 |
74 | 2024-12-11T04:48:56.100Z | process exited: duration 2339 ms, exit code 0 |
|
75 | 2024-12-11T04:48:56.149Z | starting task 4: "build" |
76 | 2024-12-11T04:48:56.174Z | + PLATFORM=illumos |
77 | 2024-12-11T04:48:56.174Z | + export CARGO_TERM_COLOR=always |
78 | 2024-12-11T04:48:56.174Z | + CARGO_TERM_COLOR=always |
79 | 2024-12-11T04:48:56.174Z | + cargo --version |
80 | 2024-12-11T04:48:56.271Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
81 | 2024-12-11T04:48:56.295Z | + rustc --version |
82 | 2024-12-11T04:48:56.385Z | rustc 1.83.0 (90b35a623 2024-11-26) |
83 | 2024-12-11T04:48:56.410Z | + banner install |
84 | 2024-12-11T04:48:56.410Z | |
85 | 2024-12-11T04:48:56.410Z | # # # #### ##### ## # # |
86 | 2024-12-11T04:48:56.410Z | # ## # # # # # # # |
87 | 2024-12-11T04:48:56.410Z | # # # # #### # # # # # |
88 | 2024-12-11T04:48:56.410Z | # # # # # # ###### # # |
89 | 2024-12-11T04:48:56.410Z | # # ## # # # # # # # |
90 | 2024-12-11T04:48:56.410Z | # # # #### # # # ###### ###### |
91 | 2024-12-11T04:48:56.410Z | |
92 | 2024-12-11T04:48:56.410Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-12-11T04:48:56.410Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-12-11T04:48:56.410Z | + gunzip |
95 | 2024-12-11T04:48:56.410Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-12-11T04:48:57.194Z | + banner metadata |
97 | 2024-12-11T04:48:57.218Z | |
98 | 2024-12-11T04:48:57.218Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-12-11T04:48:57.218Z | ## ## # # # # # # # # # # # |
100 | 2024-12-11T04:48:57.218Z | # ## # ##### # # # # # # # # # # |
101 | 2024-12-11T04:48:57.218Z | # # # # ###### # # ###### # ###### |
102 | 2024-12-11T04:48:57.218Z | # # # # # # # # # # # # # |
103 | 2024-12-11T04:48:57.218Z | # # ###### # # # ##### # # # # # |
104 | 2024-12-11T04:48:57.218Z | |
105 | 2024-12-11T04:48:57.218Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-12-11T04:48:57.450Z | Updating crates.io index |
107 | 2024-12-11T04:48:58.452Z | Downloading crates ... |
108 | 2024-12-11T04:48:58.572Z | Downloaded camino v1.1.9 |
109 | 2024-12-11T04:48:58.597Z | Downloaded addr2line v0.21.0 |
110 | 2024-12-11T04:48:58.597Z | Downloaded owo-colors v4.1.0 |
111 | 2024-12-11T04:48:58.597Z | Downloaded target-spec v3.2.2 |
112 | 2024-12-11T04:48:58.597Z | Downloaded target-lexicon v0.12.16 |
113 | 2024-12-11T04:48:58.623Z | Downloaded unicase v2.8.0 |
114 | 2024-12-11T04:48:58.623Z | Downloaded supports-color v3.0.2 |
115 | 2024-12-11T04:48:58.623Z | Downloaded adler v1.0.2 |
116 | 2024-12-11T04:48:58.623Z | Downloaded thiserror-impl v1.0.69 |
117 | 2024-12-11T04:48:58.623Z | Downloaded smallvec v1.13.2 |
118 | 2024-12-11T04:48:58.623Z | Downloaded serde_derive v1.0.216 |
119 | 2024-12-11T04:48:58.623Z | Downloaded thread_local v1.1.8 |
120 | 2024-12-11T04:48:58.623Z | Downloaded utf8parse v0.2.2 |
121 | 2024-12-11T04:48:58.623Z | Downloaded xxhash-rust v0.8.12 |
122 | 2024-12-11T04:48:58.648Z | Downloaded zerocopy-derive v0.7.35 |
123 | 2024-12-11T04:48:58.648Z | Downloaded unicode-ident v1.0.14 |
124 | 2024-12-11T04:48:58.648Z | Downloaded textwrap v0.16.1 |
125 | 2024-12-11T04:48:58.648Z | Downloaded tracing-subscriber v0.3.19 |
126 | 2024-12-11T04:48:58.672Z | Downloaded mio v1.0.2 |
127 | 2024-12-11T04:48:58.672Z | Downloaded libm v0.2.8 |
128 | 2024-12-11T04:48:58.697Z | Downloaded memchr v2.7.4 |
129 | 2024-12-11T04:48:58.697Z | Downloaded serde_json v1.0.133 |
130 | 2024-12-11T04:48:58.697Z | Downloaded zerocopy v0.7.35 |
131 | 2024-12-11T04:48:58.722Z | Downloaded clap_builder v4.5.23 |
132 | 2024-12-11T04:48:58.722Z | Downloaded hashbrown v0.15.2 |
133 | 2024-12-11T04:48:58.722Z | Downloaded unicode-width v0.1.14 |
134 | 2024-12-11T04:48:58.746Z | Downloaded cc v1.1.31 |
135 | 2024-12-11T04:48:58.746Z | Downloaded tracing-core v0.1.33 |
136 | 2024-12-11T04:48:58.746Z | Downloaded unicode-width v0.2.0 |
137 | 2024-12-11T04:48:58.746Z | Downloaded syn v2.0.90 |
138 | 2024-12-11T04:48:58.770Z | Downloaded object v0.32.2 |
139 | 2024-12-11T04:48:58.770Z | Downloaded rustix v0.38.37 |
140 | 2024-12-11T04:48:58.794Z | Downloaded gimli v0.28.1 |
141 | 2024-12-11T04:48:58.819Z | Downloaded tracing v0.1.41 |
142 | 2024-12-11T04:48:58.819Z | Downloaded clap v4.5.23 |
143 | 2024-12-11T04:48:58.819Z | Downloaded borsh v1.5.1 |
144 | 2024-12-11T04:48:58.843Z | Downloaded sharded-slab v0.1.7 |
145 | 2024-12-11T04:48:58.843Z | Downloaded getrandom v0.2.15 |
146 | 2024-12-11T04:48:58.843Z | Downloaded cfg-expr v0.17.2 |
147 | 2024-12-11T04:48:58.843Z | Downloaded bytes v1.9.0 |
148 | 2024-12-11T04:48:58.843Z | Downloaded once_cell v1.20.2 |
149 | 2024-12-11T04:48:58.843Z | Downloaded libc v0.2.168 |
150 | 2024-12-11T04:48:58.867Z | Downloaded console v0.15.8 |
151 | 2024-12-11T04:48:58.891Z | Downloaded anstream v0.6.17 |
152 | 2024-12-11T04:48:58.891Z | Downloaded unicode-linebreak v0.1.5 |
153 | 2024-12-11T04:48:58.891Z | Downloaded supports-unicode v3.0.0 |
154 | 2024-12-11T04:48:58.892Z | Downloaded shlex v1.3.0 |
155 | 2024-12-11T04:48:58.892Z | Downloaded rand_core v0.6.4 |
156 | 2024-12-11T04:48:58.892Z | Downloaded num-traits v0.2.19 |
157 | 2024-12-11T04:48:58.892Z | Downloaded itoa v1.0.14 |
158 | 2024-12-11T04:48:58.892Z | Downloaded clap_derive v4.5.18 |
159 | 2024-12-11T04:48:58.892Z | Downloaded tracing-log v0.2.0 |
160 | 2024-12-11T04:48:58.892Z | Downloaded terminal_size v0.4.0 |
161 | 2024-12-11T04:48:58.892Z | Downloaded supports-hyperlinks v3.0.0 |
162 | 2024-12-11T04:48:58.892Z | Downloaded strsim v0.11.1 |
163 | 2024-12-11T04:48:58.892Z | Downloaded smol_str v0.3.2 |
164 | 2024-12-11T04:48:58.892Z | Downloaded autocfg v1.4.0 |
165 | 2024-12-11T04:48:58.916Z | Downloaded tokio v1.42.0 |
166 | 2024-12-11T04:48:58.940Z | Downloaded signal-hook-registry v1.4.2 |
167 | 2024-12-11T04:48:58.941Z | Downloaded ryu v1.0.18 |
168 | 2024-12-11T04:48:58.941Z | Downloaded equivalent v1.0.1 |
169 | 2024-12-11T04:48:58.941Z | Downloaded thiserror v1.0.69 |
170 | 2024-12-11T04:48:58.965Z | Downloaded rustc-demangle v0.1.24 |
171 | 2024-12-11T04:48:58.965Z | Downloaded guppy-workspace-hack v0.1.0 |
172 | 2024-12-11T04:48:58.965Z | Downloaded serde v1.0.216 |
173 | 2024-12-11T04:48:58.965Z | Downloaded proc-macro2 v1.0.92 |
174 | 2024-12-11T04:48:58.965Z | Downloaded ppv-lite86 v0.2.20 |
175 | 2024-12-11T04:48:58.965Z | Downloaded errno v0.3.9 |
176 | 2024-12-11T04:48:58.965Z | Downloaded colorchoice v1.0.3 |
177 | 2024-12-11T04:48:58.965Z | Downloaded byteorder v1.5.0 |
178 | 2024-12-11T04:48:58.965Z | Downloaded bitflags v2.6.0 |
179 | 2024-12-11T04:48:58.965Z | Downloaded backtrace-ext v0.2.1 |
180 | 2024-12-11T04:48:58.965Z | Downloaded anstyle-query v1.1.2 |
181 | 2024-12-11T04:48:58.990Z | Downloaded tokio-macros v2.4.0 |
182 | 2024-12-11T04:48:58.990Z | Downloaded socket2 v0.5.7 |
183 | 2024-12-11T04:48:58.990Z | Downloaded rand v0.8.5 |
184 | 2024-12-11T04:48:58.990Z | Downloaded quote v1.0.37 |
185 | 2024-12-11T04:48:58.990Z | Downloaded miette-derive v7.4.0 |
186 | 2024-12-11T04:48:58.990Z | Downloaded lazy_static v1.5.0 |
187 | 2024-12-11T04:48:58.990Z | Downloaded is_terminal_polyfill v1.70.1 |
188 | 2024-12-11T04:48:58.990Z | Downloaded cfg_aliases v0.2.1 |
189 | 2024-12-11T04:48:58.990Z | Downloaded cfg-if v1.0.0 |
190 | 2024-12-11T04:48:58.990Z | Downloaded backtrace v0.3.71 |
191 | 2024-12-11T04:48:58.990Z | Downloaded anstyle-parse v0.2.6 |
192 | 2024-12-11T04:48:58.990Z | Downloaded anstyle v1.0.9 |
193 | 2024-12-11T04:48:58.990Z | Downloaded rand_chacha v0.3.1 |
194 | 2024-12-11T04:48:59.015Z | Downloaded pin-project-lite v0.2.15 |
195 | 2024-12-11T04:48:59.015Z | Downloaded miniz_oxide v0.7.4 |
196 | 2024-12-11T04:48:59.015Z | Downloaded miette v7.4.0 |
197 | 2024-12-11T04:48:59.015Z | Downloaded log v0.4.22 |
198 | 2024-12-11T04:48:59.015Z | Downloaded jobserver v0.1.32 |
199 | 2024-12-11T04:48:59.015Z | Downloaded is_ci v1.2.0 |
200 | 2024-12-11T04:48:59.015Z | Downloaded indexmap v2.7.0 |
201 | 2024-12-11T04:48:59.015Z | Downloaded heck v0.5.0 |
202 | 2024-12-11T04:48:59.015Z | Downloaded either v1.13.0 |
203 | 2024-12-11T04:48:59.040Z | Downloaded clap_lex v0.7.4 |
204 | 2024-12-11T04:48:59.114Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-12-11T04:48:59.114Z | Compiling unicode-ident v1.0.14 |
206 | 2024-12-11T04:48:59.139Z | Compiling libc v0.2.168 |
207 | 2024-12-11T04:48:59.139Z | Compiling serde v1.0.216 |
208 | 2024-12-11T04:48:59.139Z | Compiling cfg-if v1.0.0 |
209 | 2024-12-11T04:48:59.139Z | Compiling shlex v1.3.0 |
210 | 2024-12-11T04:48:59.139Z | Compiling rustix v0.38.37 |
211 | 2024-12-11T04:48:59.293Z | Compiling memchr v2.7.4 |
212 | 2024-12-11T04:48:59.329Z | Compiling once_cell v1.20.2 |
213 | 2024-12-11T04:48:59.510Z | Compiling bitflags v2.6.0 |
214 | 2024-12-11T04:48:59.661Z | Compiling tracing-core v0.1.33 |
215 | 2024-12-11T04:48:59.696Z | Compiling camino v1.1.9 |
216 | 2024-12-11T04:48:59.813Z | Compiling byteorder v1.5.0 |
217 | 2024-12-11T04:48:59.880Z | Compiling adler v1.0.2 |
218 | 2024-12-11T04:49:00.097Z | Compiling utf8parse v0.2.2 |
219 | 2024-12-11T04:49:00.122Z | Compiling gimli v0.28.1 |
220 | 2024-12-11T04:49:00.234Z | Compiling anstyle-parse v0.2.6 |
221 | 2024-12-11T04:49:00.259Z | Compiling jobserver v0.1.32 |
222 | 2024-12-11T04:49:00.306Z | Compiling object v0.32.2 |
223 | 2024-12-11T04:49:00.508Z | Compiling miniz_oxide v0.7.4 |
224 | 2024-12-11T04:49:00.665Z | Compiling quote v1.0.37 |
225 | 2024-12-11T04:49:00.798Z | Compiling cc v1.1.31 |
226 | 2024-12-11T04:49:00.824Z | Compiling errno v0.3.9 |
227 | 2024-12-11T04:49:00.850Z | Compiling getrandom v0.2.15 |
228 | 2024-12-11T04:49:01.039Z | Compiling syn v2.0.90 |
229 | 2024-12-11T04:49:01.120Z | Compiling lazy_static v1.5.0 |
230 | 2024-12-11T04:49:01.164Z | Compiling libm v0.2.8 |
231 | 2024-12-11T04:49:01.198Z | Compiling anstyle v1.0.9 |
232 | 2024-12-11T04:49:01.243Z | Compiling owo-colors v4.1.0 |
233 | 2024-12-11T04:49:01.518Z | Compiling target-lexicon v0.12.16 |
234 | 2024-12-11T04:49:01.575Z | Compiling anstyle-query v1.1.2 |
235 | 2024-12-11T04:49:01.600Z | Compiling autocfg v1.4.0 |
236 | 2024-12-11T04:49:01.707Z | Compiling is_terminal_polyfill v1.70.1 |
237 | 2024-12-11T04:49:01.812Z | Compiling colorchoice v1.0.3 |
238 | 2024-12-11T04:49:01.954Z | Compiling terminal_size v0.4.0 |
239 | 2024-12-11T04:49:02.135Z | Compiling serde_json v1.0.133 |
240 | 2024-12-11T04:49:02.285Z | Compiling rustc-demangle v0.1.24 |
241 | 2024-12-11T04:49:02.325Z | Compiling thiserror v1.0.69 |
242 | 2024-12-11T04:49:02.325Z | Compiling unicode-width v0.1.14 |
243 | 2024-12-11T04:49:02.526Z | Compiling num-traits v0.2.19 |
244 | 2024-12-11T04:49:02.729Z | Compiling anstream v0.6.17 |
245 | 2024-12-11T04:49:02.895Z | Compiling rand_core v0.6.4 |
246 | 2024-12-11T04:49:03.123Z | Compiling unicode-linebreak v0.1.5 |
247 | 2024-12-11T04:49:03.216Z | Compiling pin-project-lite v0.2.15 |
248 | 2024-12-11T04:49:03.287Z | Compiling ryu v1.0.18 |
249 | 2024-12-11T04:49:03.327Z | Compiling addr2line v0.21.0 |
250 | 2024-12-11T04:49:03.382Z | Compiling strsim v0.11.1 |
251 | 2024-12-11T04:49:03.409Z | Compiling backtrace v0.3.71 |
252 | 2024-12-11T04:49:03.516Z | Compiling smallvec v1.13.2 |
253 | 2024-12-11T04:49:03.571Z | Compiling guppy-workspace-hack v0.1.0 |
254 | 2024-12-11T04:49:03.824Z | Compiling log v0.4.22 |
255 | 2024-12-11T04:49:03.847Z | Compiling heck v0.5.0 |
256 | 2024-12-11T04:49:03.847Z | Compiling is_ci v1.2.0 |
257 | 2024-12-11T04:49:03.888Z | Compiling unicode-width v0.2.0 |
258 | 2024-12-11T04:49:04.048Z | Compiling itoa v1.0.14 |
259 | 2024-12-11T04:49:04.105Z | Compiling unicase v2.8.0 |
260 | 2024-12-11T04:49:04.157Z | Compiling clap_lex v0.7.4 |
261 | 2024-12-11T04:49:04.181Z | Compiling tracing-log v0.2.0 |
262 | 2024-12-11T04:49:04.230Z | Compiling supports-color v3.0.2 |
263 | 2024-12-11T04:49:04.318Z | Compiling textwrap v0.16.1 |
264 | 2024-12-11T04:49:04.419Z | Compiling clap_builder v4.5.23 |
265 | 2024-12-11T04:49:04.475Z | Compiling tracing v0.1.41 |
266 | 2024-12-11T04:49:04.846Z | Compiling sharded-slab v0.1.7 |
267 | 2024-12-11T04:49:05.158Z | Compiling signal-hook-registry v1.4.2 |
268 | 2024-12-11T04:49:05.547Z | Compiling mio v1.0.2 |
269 | 2024-12-11T04:49:05.807Z | Compiling thread_local v1.1.8 |
270 | 2024-12-11T04:49:05.830Z | Compiling target-spec v3.2.2 |
271 | 2024-12-11T04:49:05.854Z | Compiling hashbrown v0.15.2 |
272 | 2024-12-11T04:49:05.991Z | Compiling backtrace-ext v0.2.1 |
273 | 2024-12-11T04:49:06.236Z | Compiling equivalent v1.0.1 |
274 | 2024-12-11T04:49:06.259Z | Compiling supports-hyperlinks v3.0.0 |
275 | 2024-12-11T04:49:06.282Z | Compiling bytes v1.9.0 |
276 | 2024-12-11T04:49:06.337Z | Compiling supports-unicode v3.0.0 |
277 | 2024-12-11T04:49:06.471Z | Compiling tracing-subscriber v0.3.19 |
278 | 2024-12-11T04:49:06.539Z | Compiling cfg-expr v0.17.2 |
279 | 2024-12-11T04:49:06.865Z | Compiling console v0.15.8 |
280 | 2024-12-11T04:49:07.233Z | Compiling xxhash-rust v0.8.12 |
281 | 2024-12-11T04:49:07.594Z | Compiling either v1.13.0 |
282 | 2024-12-11T04:49:08.655Z | Compiling serde_derive v1.0.216 |
283 | 2024-12-11T04:49:08.735Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-12-11T04:49:08.925Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-12-11T04:49:09.287Z | Compiling tokio-macros v2.4.0 |
286 | 2024-12-11T04:49:09.879Z | Compiling miette-derive v7.4.0 |
287 | 2024-12-11T04:49:10.156Z | Compiling zerocopy v0.7.35 |
288 | 2024-12-11T04:49:10.448Z | Compiling clap_derive v4.5.18 |
289 | 2024-12-11T04:49:10.529Z | Compiling tokio v1.42.0 |
290 | 2024-12-11T04:49:11.203Z | Compiling ppv-lite86 v0.2.20 |
291 | 2024-12-11T04:49:11.771Z | Compiling rand_chacha v0.3.1 |
292 | 2024-12-11T04:49:11.862Z | Compiling miette v7.4.0 |
293 | 2024-12-11T04:49:12.640Z | Compiling rand v0.8.5 |
294 | 2024-12-11T04:49:13.464Z | Compiling clap v4.5.23 |
295 | 2024-12-11T04:49:17.459Z | Compiling indexmap v2.7.0 |
296 | 2024-12-11T04:49:17.525Z | Compiling smol_str v0.3.2 |
297 | 2024-12-11T04:49:18.236Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-12-11T04:49:19.347Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-12-11T04:49:21.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.00s |
300 | 2024-12-11T04:49:21.462Z | |
301 | 2024-12-11T04:49:21.462Z | real 24.227884493 |
302 | 2024-12-11T04:49:21.462Z | user 1:58.867130009 |
303 | 2024-12-11T04:49:21.462Z | sys 18.335478260 |
304 | 2024-12-11T04:49:21.462Z | trap 0.072513339 |
305 | 2024-12-11T04:49:21.462Z | tflt 0.133460760 |
306 | 2024-12-11T04:49:21.463Z | dflt 0.188643188 |
307 | 2024-12-11T04:49:21.463Z | kflt 0.000664235 |
308 | 2024-12-11T04:49:21.463Z | lock 2:38.768499651 |
309 | 2024-12-11T04:49:21.463Z | slp 6:24.299120634 |
310 | 2024-12-11T04:49:21.463Z | lat 9.297848722 |
311 | 2024-12-11T04:49:21.463Z | stop 17.202819990 |
312 | 2024-12-11T04:49:21.487Z | + banner no-update |
313 | 2024-12-11T04:49:21.487Z | |
314 | 2024-12-11T04:49:21.487Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-12-11T04:49:21.487Z | ## # # # # # # # # # # # # # |
316 | 2024-12-11T04:49:21.487Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-12-11T04:49:21.487Z | # # # # # # # ##### # # ###### # # |
318 | 2024-12-11T04:49:21.487Z | # ## # # # # # # # # # # # |
319 | 2024-12-11T04:49:21.487Z | # # #### #### # ##### # # # ###### |
320 | 2024-12-11T04:49:21.487Z | |
321 | 2024-12-11T04:49:21.487Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-12-11T04:49:21.650Z | Downloading crates ... |
323 | 2024-12-11T04:49:21.737Z | Downloaded atomicwrites v0.4.4 |
324 | 2024-12-11T04:49:21.760Z | Downloaded async-scoped v0.9.0 |
325 | 2024-12-11T04:49:21.760Z | Downloaded zstd v0.13.2 |
326 | 2024-12-11T04:49:21.783Z | Downloaded zstd-safe v7.2.1 |
327 | 2024-12-11T04:49:21.783Z | Downloaded debug-ignore v1.0.5 |
328 | 2024-12-11T04:49:21.783Z | Downloaded duct v0.13.7 |
329 | 2024-12-11T04:49:21.783Z | Downloaded enable-ansi-support v0.2.1 |
330 | 2024-12-11T04:49:21.783Z | Downloaded humantime-serde v1.1.1 |
331 | 2024-12-11T04:49:21.806Z | Downloaded indicatif v0.17.9 |
332 | 2024-12-11T04:49:21.806Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-12-11T04:49:21.806Z | Downloaded tracing-error v0.2.0 |
334 | 2024-12-11T04:49:21.831Z | Downloaded pathdiff v0.2.3 |
335 | 2024-12-11T04:49:21.831Z | Downloaded futures-util v0.3.31 |
336 | 2024-12-11T04:49:21.831Z | Downloaded vte_generate_state_changes v0.1.2 |
337 | 2024-12-11T04:49:21.854Z | Downloaded uuid v1.11.0 |
338 | 2024-12-11T04:49:21.854Z | Downloaded version_check v0.9.5 |
339 | 2024-12-11T04:49:21.854Z | Downloaded vte v0.11.1 |
340 | 2024-12-11T04:49:21.854Z | Downloaded toml v0.8.19 |
341 | 2024-12-11T04:49:21.878Z | Downloaded toml_edit v0.22.22 |
342 | 2024-12-11T04:49:21.901Z | Downloaded itertools v0.13.0 |
343 | 2024-12-11T04:49:21.901Z | Downloaded nix v0.29.0 |
344 | 2024-12-11T04:49:21.924Z | Downloaded unicode-normalization v0.1.24 |
345 | 2024-12-11T04:49:21.924Z | Downloaded winnow v0.6.20 |
346 | 2024-12-11T04:49:21.924Z | Downloaded quick-xml v0.37.1 |
347 | 2024-12-11T04:49:21.924Z | Downloaded portable-atomic v1.9.0 |
348 | 2024-12-11T04:49:21.947Z | Downloaded tempfile v3.13.0 |
349 | 2024-12-11T04:49:21.947Z | Downloaded regex v1.11.1 |
350 | 2024-12-11T04:49:21.971Z | Downloaded tar v0.4.43 |
351 | 2024-12-11T04:49:21.971Z | Downloaded signal-hook v0.3.17 |
352 | 2024-12-11T04:49:21.971Z | Downloaded tracing-attributes v0.1.28 |
353 | 2024-12-11T04:49:21.971Z | Downloaded tinyvec v1.8.0 |
354 | 2024-12-11T04:49:21.971Z | Downloaded regex-syntax v0.8.5 |
355 | 2024-12-11T04:49:21.995Z | Downloaded strip-ansi-escapes v0.2.0 |
356 | 2024-12-11T04:49:21.995Z | Downloaded static_assertions v1.1.0 |
357 | 2024-12-11T04:49:21.995Z | Downloaded shell-words v1.1.0 |
358 | 2024-12-11T04:49:21.996Z | Downloaded serde_spanned v0.6.8 |
359 | 2024-12-11T04:49:21.996Z | Downloaded petgraph v0.6.5 |
360 | 2024-12-11T04:49:22.019Z | Downloaded semver v1.0.23 |
361 | 2024-12-11T04:49:22.020Z | Downloaded scopeguard v1.2.0 |
362 | 2024-12-11T04:49:22.020Z | Downloaded ron v0.8.1 |
363 | 2024-12-11T04:49:22.020Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
364 | 2024-12-11T04:49:22.043Z | Downloaded quick-junit v0.5.1 |
365 | 2024-12-11T04:49:22.043Z | Downloaded pkg-config v0.3.31 |
366 | 2024-12-11T04:49:22.043Z | Downloaded regex-automata v0.4.8 |
367 | 2024-12-11T04:49:22.067Z | Downloaded pin-utils v0.1.0 |
368 | 2024-12-11T04:49:22.067Z | Downloaded pin-project-internal v1.1.7 |
369 | 2024-12-11T04:49:22.067Z | Downloaded parking_lot_core v0.9.10 |
370 | 2024-12-11T04:49:22.067Z | Downloaded nom v7.1.3 |
371 | 2024-12-11T04:49:22.067Z | Downloaded lock_api v0.4.12 |
372 | 2024-12-11T04:49:22.067Z | Downloaded iana-time-zone v0.1.61 |
373 | 2024-12-11T04:49:22.091Z | Downloaded tinyvec_macros v0.1.1 |
374 | 2024-12-11T04:49:22.091Z | Downloaded thiserror-impl v2.0.6 |
375 | 2024-12-11T04:49:22.091Z | Downloaded thiserror v2.0.6 |
376 | 2024-12-11T04:49:22.091Z | Downloaded target-spec-miette v0.4.0 |
377 | 2024-12-11T04:49:22.091Z | Downloaded futures-task v0.3.31 |
378 | 2024-12-11T04:49:22.091Z | Downloaded tokio-stream v0.1.17 |
379 | 2024-12-11T04:49:22.091Z | Downloaded swrite v0.1.0 |
380 | 2024-12-11T04:49:22.091Z | Downloaded slab v0.4.9 |
381 | 2024-12-11T04:49:22.091Z | Downloaded signal-hook-mio v0.2.4 |
382 | 2024-12-11T04:49:22.091Z | Downloaded shared_child v1.0.1 |
383 | 2024-12-11T04:49:22.091Z | Downloaded serde_path_to_error v0.1.16 |
384 | 2024-12-11T04:49:22.115Z | Downloaded serde_ignored v0.1.10 |
385 | 2024-12-11T04:49:22.115Z | Downloaded parking_lot v0.12.3 |
386 | 2024-12-11T04:49:22.115Z | Downloaded owo-colors v3.5.0 |
387 | 2024-12-11T04:49:22.115Z | Downloaded os_pipe v1.2.1 |
388 | 2024-12-11T04:49:22.115Z | Downloaded number_prefix v0.4.0 |
389 | 2024-12-11T04:49:22.115Z | Downloaded newtype-uuid v1.1.3 |
390 | 2024-12-11T04:49:22.115Z | Downloaded minimal-lexical v0.2.1 |
391 | 2024-12-11T04:49:22.115Z | Downloaded indenter v0.3.3 |
392 | 2024-12-11T04:49:22.115Z | Downloaded indent_write v2.2.0 |
393 | 2024-12-11T04:49:22.115Z | Downloaded humantime v2.1.0 |
394 | 2024-12-11T04:49:22.115Z | Downloaded futures-sink v0.3.31 |
395 | 2024-12-11T04:49:22.115Z | Downloaded futures-macro v0.3.31 |
396 | 2024-12-11T04:49:22.115Z | Downloaded futures-io v0.3.31 |
397 | 2024-12-11T04:49:22.115Z | Downloaded futures-channel v0.3.31 |
398 | 2024-12-11T04:49:22.138Z | Downloaded futures v0.3.31 |
399 | 2024-12-11T04:49:22.138Z | Downloaded eyre v0.6.12 |
400 | 2024-12-11T04:49:22.138Z | Downloaded pin-project v1.1.7 |
401 | 2024-12-11T04:49:22.138Z | Downloaded nested v0.1.1 |
402 | 2024-12-11T04:49:22.162Z | Downloaded futures-core v0.3.31 |
403 | 2024-12-11T04:49:22.163Z | Downloaded future-queue v0.3.0 |
404 | 2024-12-11T04:49:22.163Z | Downloaded home v0.5.9 |
405 | 2024-12-11T04:49:22.163Z | Downloaded guppy v0.17.10 |
406 | 2024-12-11T04:49:22.163Z | Downloaded globset v0.4.15 |
407 | 2024-12-11T04:49:22.163Z | Downloaded filetime v0.2.25 |
408 | 2024-12-11T04:49:22.163Z | Downloaded futures-executor v0.3.31 |
409 | 2024-12-11T04:49:22.163Z | Downloaded fnv v1.0.7 |
410 | 2024-12-11T04:49:22.163Z | Downloaded fixedbitset v0.4.2 |
411 | 2024-12-11T04:49:22.163Z | Downloaded fastrand v2.1.1 |
412 | 2024-12-11T04:49:22.163Z | Downloaded dialoguer v0.11.0 |
413 | 2024-12-11T04:49:22.163Z | Downloaded color-spantrace v0.2.1 |
414 | 2024-12-11T04:49:22.186Z | Downloaded bstr v1.11.0 |
415 | 2024-12-11T04:49:22.186Z | Downloaded crossterm v0.28.1 |
416 | 2024-12-11T04:49:22.186Z | Downloaded recursion v0.5.2 |
417 | 2024-12-11T04:49:22.210Z | Downloaded color-eyre v0.6.3 |
418 | 2024-12-11T04:49:22.210Z | Downloaded config v0.14.1 |
419 | 2024-12-11T04:49:22.210Z | Downloaded chrono v0.4.39 |
420 | 2024-12-11T04:49:22.233Z | Downloaded cargo_metadata v0.19.1 |
421 | 2024-12-11T04:49:22.233Z | Downloaded aho-corasick v1.1.3 |
422 | 2024-12-11T04:49:22.233Z | Downloaded xattr v1.3.1 |
423 | 2024-12-11T04:49:22.233Z | Downloaded cargo-platform v0.1.9 |
424 | 2024-12-11T04:49:22.233Z | Downloaded camino-tempfile v1.1.1 |
425 | 2024-12-11T04:49:22.233Z | Downloaded ahash v0.8.11 |
426 | 2024-12-11T04:49:22.233Z | Downloaded zeroize v1.8.1 |
427 | 2024-12-11T04:49:22.233Z | Downloaded base64 v0.21.7 |
428 | 2024-12-11T04:49:22.275Z | Compiling rustix v0.38.37 |
429 | 2024-12-11T04:49:22.299Z | Compiling tracing-attributes v0.1.28 |
430 | 2024-12-11T04:49:22.299Z | Compiling mio v1.0.2 |
431 | 2024-12-11T04:49:22.299Z | Compiling futures-core v0.3.31 |
432 | 2024-12-11T04:49:22.326Z | Compiling slab v0.4.9 |
433 | 2024-12-11T04:49:22.326Z | Compiling futures-sink v0.3.31 |
434 | 2024-12-11T04:49:22.326Z | Compiling thiserror v2.0.6 |
435 | 2024-12-11T04:49:22.326Z | Compiling pkg-config v0.3.31 |
436 | 2024-12-11T04:49:22.431Z | Compiling futures-channel v0.3.31 |
437 | 2024-12-11T04:49:22.492Z | Compiling thiserror-impl v2.0.6 |
438 | 2024-12-11T04:49:22.744Z | Compiling futures-macro v0.3.31 |
439 | 2024-12-11T04:49:23.052Z | Compiling version_check v0.9.5 |
440 | 2024-12-11T04:49:23.153Z | Compiling futures-task v0.3.31 |
441 | 2024-12-11T04:49:23.282Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
442 | 2024-12-11T04:49:23.381Z | Compiling semver v1.0.23 |
443 | 2024-12-11T04:49:23.406Z | Compiling pin-utils v0.1.0 |
444 | 2024-12-11T04:49:23.466Z | Compiling futures-io v0.3.31 |
445 | 2024-12-11T04:49:23.521Z | Compiling ahash v0.8.11 |
446 | 2024-12-11T04:49:23.699Z | Compiling lock_api v0.4.12 |
447 | 2024-12-11T04:49:23.846Z | Compiling aho-corasick v1.1.3 |
448 | 2024-12-11T04:49:23.871Z | Compiling winnow v0.6.20 |
449 | 2024-12-11T04:49:23.989Z | Compiling fastrand v2.1.1 |
450 | 2024-12-11T04:49:24.259Z | Compiling futures-util v0.3.31 |
451 | 2024-12-11T04:49:24.436Z | Compiling parking_lot_core v0.9.10 |
452 | 2024-12-11T04:49:24.721Z | Compiling tracing v0.1.41 |
453 | 2024-12-11T04:49:24.801Z | Compiling terminal_size v0.4.0 |
454 | 2024-12-11T04:49:24.965Z | Compiling tokio v1.42.0 |
455 | 2024-12-11T04:49:25.018Z | Compiling clap_builder v4.5.23 |
456 | 2024-12-11T04:49:25.070Z | Compiling miette v7.4.0 |
457 | 2024-12-11T04:49:25.217Z | Compiling regex-syntax v0.8.5 |
458 | 2024-12-11T04:49:26.480Z | Compiling signal-hook v0.3.17 |
459 | 2024-12-11T04:49:26.760Z | Compiling tempfile v3.13.0 |
460 | 2024-12-11T04:49:27.877Z | Compiling regex-automata v0.4.8 |
461 | 2024-12-11T04:49:28.142Z | Compiling clap v4.5.23 |
462 | 2024-12-11T04:49:28.232Z | Compiling pathdiff v0.2.3 |
463 | 2024-12-11T04:49:28.273Z | Compiling cargo-platform v0.1.9 |
464 | 2024-12-11T04:49:28.351Z | Compiling toml_datetime v0.6.8 |
465 | 2024-12-11T04:49:28.611Z | Compiling serde_spanned v0.6.8 |
466 | 2024-12-11T04:49:28.728Z | Compiling vte_generate_state_changes v0.1.2 |
467 | 2024-12-11T04:49:28.752Z | Compiling newtype-uuid v1.1.3 |
468 | 2024-12-11T04:49:28.803Z | Compiling zstd-safe v7.2.1 |
469 | 2024-12-11T04:49:29.018Z | Compiling portable-atomic v1.9.0 |
470 | 2024-12-11T04:49:29.107Z | Compiling cfg_aliases v0.2.1 |
471 | 2024-12-11T04:49:29.184Z | Compiling fixedbitset v0.4.2 |
472 | 2024-12-11T04:49:29.227Z | Compiling scopeguard v1.2.0 |
473 | 2024-12-11T04:49:29.561Z | Compiling petgraph v0.6.5 |
474 | 2024-12-11T04:49:29.651Z | Compiling vte v0.11.1 |
475 | 2024-12-11T04:49:29.785Z | Compiling nix v0.29.0 |
476 | 2024-12-11T04:49:30.445Z | Compiling toml_edit v0.22.22 |
477 | 2024-12-11T04:49:30.648Z | Compiling cargo_metadata v0.19.1 |
478 | 2024-12-11T04:49:30.764Z | Compiling futures-executor v0.3.31 |
479 | 2024-12-11T04:49:32.043Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
480 | 2024-12-11T04:49:32.133Z | Compiling itertools v0.13.0 |
481 | 2024-12-11T04:49:32.544Z | Compiling pin-project-internal v1.1.7 |
482 | 2024-12-11T04:49:32.886Z | Compiling uuid v1.11.0 |
483 | 2024-12-11T04:49:33.473Z | Compiling bstr v1.11.0 |
484 | 2024-12-11T04:49:33.928Z | Compiling eyre v0.6.12 |
485 | 2024-12-11T04:49:34.357Z | Compiling nested v0.1.1 |
486 | 2024-12-11T04:49:34.381Z | Compiling tinyvec_macros v0.1.1 |
487 | 2024-12-11T04:49:34.439Z | Compiling iana-time-zone v0.1.61 |
488 | 2024-12-11T04:49:34.570Z | Compiling debug-ignore v1.0.5 |
489 | 2024-12-11T04:49:34.596Z | Compiling minimal-lexical v0.2.1 |
490 | 2024-12-11T04:49:34.645Z | Compiling static_assertions v1.1.0 |
491 | 2024-12-11T04:49:34.689Z | Compiling pin-project v1.1.7 |
492 | 2024-12-11T04:49:34.725Z | Compiling guppy v0.17.10 |
493 | 2024-12-11T04:49:34.789Z | Compiling chrono v0.4.39 |
494 | 2024-12-11T04:49:34.813Z | Compiling tinyvec v1.8.0 |
495 | 2024-12-11T04:49:35.009Z | Compiling nom v7.1.3 |
496 | 2024-12-11T04:49:35.731Z | Compiling globset v0.4.15 |
497 | 2024-12-11T04:49:36.122Z | Compiling toml v0.8.19 |
498 | 2024-12-11T04:49:37.220Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
499 | 2024-12-11T04:49:37.442Z | Compiling signal-hook-mio v0.2.4 |
500 | 2024-12-11T04:49:37.466Z | Compiling parking_lot v0.12.3 |
501 | 2024-12-11T04:49:37.569Z | Compiling regex v1.11.1 |
502 | 2024-12-11T04:49:37.594Z | Compiling futures v0.3.31 |
503 | 2024-12-11T04:49:37.622Z | Compiling strip-ansi-escapes v0.2.0 |
504 | 2024-12-11T04:49:37.983Z | Compiling tracing-error v0.2.0 |
505 | 2024-12-11T04:49:38.231Z | Compiling xattr v1.3.1 |
506 | 2024-12-11T04:49:38.255Z | Compiling filetime v0.2.25 |
507 | 2024-12-11T04:49:38.442Z | Compiling shared_child v1.0.1 |
508 | 2024-12-11T04:49:38.467Z | Compiling os_pipe v1.2.1 |
509 | 2024-12-11T04:49:38.492Z | Compiling quick-xml v0.37.1 |
510 | 2024-12-11T04:49:38.690Z | Compiling humantime v2.1.0 |
511 | 2024-12-11T04:49:38.734Z | Compiling indenter v0.3.3 |
512 | 2024-12-11T04:49:38.784Z | Compiling owo-colors v3.5.0 |
513 | 2024-12-11T04:49:38.809Z | Compiling recursion v0.5.2 |
514 | 2024-12-11T04:49:38.862Z | Compiling number_prefix v0.4.0 |
515 | 2024-12-11T04:49:38.936Z | Compiling shell-words v1.1.0 |
516 | 2024-12-11T04:49:39.033Z | Compiling fnv v1.0.7 |
517 | 2024-12-11T04:49:39.096Z | Compiling zstd v0.13.2 |
518 | 2024-12-11T04:49:39.120Z | Compiling future-queue v0.3.0 |
519 | 2024-12-11T04:49:39.145Z | Compiling indicatif v0.17.9 |
520 | 2024-12-11T04:49:39.169Z | Compiling humantime-serde v1.1.1 |
521 | 2024-12-11T04:49:39.332Z | Compiling quick-junit v0.5.1 |
522 | 2024-12-11T04:49:39.389Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
523 | 2024-12-11T04:49:40.012Z | Compiling color-spantrace v0.2.1 |
524 | 2024-12-11T04:49:40.072Z | Compiling duct v0.13.7 |
525 | 2024-12-11T04:49:40.210Z | Compiling tar v0.4.43 |
526 | 2024-12-11T04:49:40.235Z | Compiling crossterm v0.28.1 |
527 | 2024-12-11T04:49:41.086Z | Compiling async-scoped v0.9.0 |
528 | 2024-12-11T04:49:41.163Z | Compiling config v0.14.1 |
529 | 2024-12-11T04:49:41.300Z | Compiling unicode-normalization v0.1.24 |
530 | 2024-12-11T04:49:41.325Z | Compiling tokio-stream v0.1.17 |
531 | 2024-12-11T04:49:41.464Z | Compiling atomicwrites v0.4.4 |
532 | 2024-12-11T04:49:41.731Z | Compiling camino-tempfile v1.1.1 |
533 | 2024-12-11T04:49:42.017Z | Compiling target-spec-miette v0.4.0 |
534 | 2024-12-11T04:49:42.081Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
535 | 2024-12-11T04:49:42.106Z | Compiling serde_path_to_error v0.1.16 |
536 | 2024-12-11T04:49:42.207Z | Compiling serde_ignored v0.1.10 |
537 | 2024-12-11T04:49:42.325Z | Compiling home v0.5.9 |
538 | 2024-12-11T04:49:42.350Z | Compiling zeroize v1.8.1 |
539 | 2024-12-11T04:49:42.350Z | Compiling swrite v0.1.0 |
540 | 2024-12-11T04:49:42.423Z | Compiling indent_write v2.2.0 |
541 | 2024-12-11T04:49:42.515Z | Compiling dialoguer v0.11.0 |
542 | 2024-12-11T04:49:42.539Z | Compiling color-eyre v0.6.3 |
543 | 2024-12-11T04:49:42.570Z | Compiling enable-ansi-support v0.2.1 |
544 | 2024-12-11T04:49:42.657Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
545 | 2024-12-11T04:50:10.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.13s |
546 | 2024-12-11T04:50:10.724Z | |
547 | 2024-12-11T04:50:10.749Z | real 49.239138214 |
548 | 2024-12-11T04:50:10.749Z | user 3:11.682768231 |
549 | 2024-12-11T04:50:10.749Z | sys 24.094503366 |
550 | 2024-12-11T04:50:10.749Z | trap 0.117897208 |
551 | 2024-12-11T04:50:10.749Z | tflt 0.153798696 |
552 | 2024-12-11T04:50:10.749Z | dflt 0.156528844 |
553 | 2024-12-11T04:50:10.749Z | kflt 0.000956283 |
554 | 2024-12-11T04:50:10.749Z | lock 5:07.854238968 |
555 | 2024-12-11T04:50:10.749Z | slp 11:39.465421231 |
556 | 2024-12-11T04:50:10.749Z | lat 7.657265725 |
557 | 2024-12-11T04:50:10.749Z | stop 7.395237691 |
558 | 2024-12-11T04:50:10.749Z | + banner nextest |
559 | 2024-12-11T04:50:10.749Z | |
560 | 2024-12-11T04:50:10.749Z | # # ###### # # ##### ###### #### ##### |
561 | 2024-12-11T04:50:10.749Z | ## # # # # # # # # |
562 | 2024-12-11T04:50:10.749Z | # # # ##### ## # ##### #### # |
563 | 2024-12-11T04:50:10.749Z | # # # # ## # # # # |
564 | 2024-12-11T04:50:10.749Z | # ## # # # # # # # # |
565 | 2024-12-11T04:50:10.749Z | # # ###### # # # ###### #### # |
566 | 2024-12-11T04:50:10.749Z | |
567 | 2024-12-11T04:50:10.749Z | + ptime -m cargo build --package cargo-nextest |
568 | 2024-12-11T04:50:10.983Z | Downloading crates ... |
569 | 2024-12-11T04:50:11.170Z | Downloaded adler2 v2.0.0 |
570 | 2024-12-11T04:50:11.194Z | Downloaded digest v0.10.7 |
571 | 2024-12-11T04:50:11.194Z | Downloaded block-buffer v0.10.4 |
572 | 2024-12-11T04:50:11.194Z | Downloaded curve25519-dalek-derive v0.1.1 |
573 | 2024-12-11T04:50:11.221Z | Downloaded curve25519-dalek v4.1.3 |
574 | 2024-12-11T04:50:11.245Z | Downloaded rustc_version v0.4.1 |
575 | 2024-12-11T04:50:11.245Z | Downloaded rustc-hash v2.0.0 |
576 | 2024-12-11T04:50:11.245Z | Downloaded quinn-udp v0.5.5 |
577 | 2024-12-11T04:50:11.245Z | Downloaded quinn-proto v0.11.8 |
578 | 2024-12-11T04:50:11.269Z | Downloaded want v0.3.1 |
579 | 2024-12-11T04:50:11.269Z | Downloaded urlencoding v2.1.3 |
580 | 2024-12-11T04:50:11.269Z | Downloaded utf8_iter v1.0.4 |
581 | 2024-12-11T04:50:11.269Z | Downloaded serde_urlencoded v0.7.1 |
582 | 2024-12-11T04:50:11.269Z | Downloaded zipsign-api v0.1.2 |
583 | 2024-12-11T04:50:11.269Z | Downloaded rustls-pemfile v2.2.0 |
584 | 2024-12-11T04:50:11.269Z | Downloaded typenum v1.17.0 |
585 | 2024-12-11T04:50:11.294Z | Downloaded url v2.5.4 |
586 | 2024-12-11T04:50:11.294Z | Downloaded tower-service v0.3.3 |
587 | 2024-12-11T04:50:11.294Z | Downloaded tokio-native-tls v0.3.1 |
588 | 2024-12-11T04:50:11.294Z | Downloaded sync_wrapper v1.0.1 |
589 | 2024-12-11T04:50:11.294Z | Downloaded vcpkg v0.2.15 |
590 | 2024-12-11T04:50:11.332Z | Downloaded spki v0.7.3 |
591 | 2024-12-11T04:50:11.356Z | Downloaded signature v2.2.0 |
592 | 2024-12-11T04:50:11.356Z | Downloaded self_update v0.41.0 |
593 | 2024-12-11T04:50:11.356Z | Downloaded rustls-webpki v0.102.8 |
594 | 2024-12-11T04:50:11.380Z | Downloaded openssl-sys v0.9.104 |
595 | 2024-12-11T04:50:11.380Z | Downloaded try-lock v0.2.5 |
596 | 2024-12-11T04:50:11.380Z | Downloaded tokio-rustls v0.26.0 |
597 | 2024-12-11T04:50:11.380Z | Downloaded webpki-roots v0.26.6 |
598 | 2024-12-11T04:50:11.404Z | Downloaded rustls v0.23.19 |
599 | 2024-12-11T04:50:11.404Z | Downloaded subtle v2.6.1 |
600 | 2024-12-11T04:50:11.404Z | Downloaded sha2 v0.10.8 |
601 | 2024-12-11T04:50:11.404Z | Downloaded self-replace v1.5.0 |
602 | 2024-12-11T04:50:11.404Z | Downloaded rustls-pki-types v1.10.0 |
603 | 2024-12-11T04:50:11.428Z | Downloaded openssl v0.10.68 |
604 | 2024-12-11T04:50:11.428Z | Downloaded hyper-rustls v0.27.3 |
605 | 2024-12-11T04:50:11.428Z | Downloaded foreign-types-shared v0.1.1 |
606 | 2024-12-11T04:50:11.428Z | Downloaded untrusted v0.9.0 |
607 | 2024-12-11T04:50:11.428Z | Downloaded spin v0.9.8 |
608 | 2024-12-11T04:50:11.428Z | Downloaded ipnet v2.10.1 |
609 | 2024-12-11T04:50:11.452Z | Downloaded quick-xml v0.23.1 |
610 | 2024-12-11T04:50:11.452Z | Downloaded openssl-probe v0.1.5 |
611 | 2024-12-11T04:50:11.452Z | Downloaded native-tls v0.2.12 |
612 | 2024-12-11T04:50:11.452Z | Downloaded miniz_oxide v0.8.0 |
613 | 2024-12-11T04:50:11.452Z | Downloaded flate2 v1.0.34 |
614 | 2024-12-11T04:50:11.452Z | Downloaded reqwest v0.12.8 |
615 | 2024-12-11T04:50:11.477Z | Downloaded pkcs8 v0.10.2 |
616 | 2024-12-11T04:50:11.477Z | Downloaded percent-encoding v2.3.1 |
617 | 2024-12-11T04:50:11.477Z | Downloaded openssl-macros v0.1.1 |
618 | 2024-12-11T04:50:11.477Z | Downloaded mime v0.3.17 |
619 | 2024-12-11T04:50:11.477Z | Downloaded idna_adapter v1.0.0 |
620 | 2024-12-11T04:50:11.477Z | Downloaded idna v1.0.3 |
621 | 2024-12-11T04:50:11.477Z | Downloaded hyper-util v0.1.9 |
622 | 2024-12-11T04:50:11.502Z | Downloaded hyper-tls v0.6.0 |
623 | 2024-12-11T04:50:11.502Z | Downloaded httparse v1.9.5 |
624 | 2024-12-11T04:50:11.502Z | Downloaded http-body-util v0.1.2 |
625 | 2024-12-11T04:50:11.502Z | Downloaded http-body v1.0.1 |
626 | 2024-12-11T04:50:11.502Z | Downloaded http v1.2.0 |
627 | 2024-12-11T04:50:11.502Z | Downloaded hex v0.4.3 |
628 | 2024-12-11T04:50:11.502Z | Downloaded generic-array v0.14.7 |
629 | 2024-12-11T04:50:11.502Z | Downloaded form_urlencoded v1.2.1 |
630 | 2024-12-11T04:50:11.502Z | Downloaded foreign-types v0.3.2 |
631 | 2024-12-11T04:50:11.502Z | Downloaded ed25519-dalek v2.1.1 |
632 | 2024-12-11T04:50:11.502Z | Downloaded ed25519 v2.2.3 |
633 | 2024-12-11T04:50:11.526Z | Downloaded quinn v0.11.5 |
634 | 2024-12-11T04:50:11.526Z | Downloaded mukti-metadata v0.3.0 |
635 | 2024-12-11T04:50:11.526Z | Downloaded hyper v1.5.0 |
636 | 2024-12-11T04:50:11.526Z | Downloaded der v0.7.9 |
637 | 2024-12-11T04:50:11.527Z | Downloaded crc32fast v1.4.2 |
638 | 2024-12-11T04:50:11.527Z | Downloaded base64ct v1.6.0 |
639 | 2024-12-11T04:50:11.552Z | Downloaded base64 v0.22.1 |
640 | 2024-12-11T04:50:11.552Z | Downloaded crypto-common v0.1.6 |
641 | 2024-12-11T04:50:11.552Z | Downloaded cpufeatures v0.2.14 |
642 | 2024-12-11T04:50:11.552Z | Downloaded const-oid v0.9.6 |
643 | 2024-12-11T04:50:11.578Z | Downloaded ring v0.17.8 |
644 | 2024-12-11T04:50:11.709Z | Compiling smallvec v1.13.2 |
645 | 2024-12-11T04:50:11.733Z | Compiling socket2 v0.5.7 |
646 | 2024-12-11T04:50:11.733Z | Compiling futures-channel v0.3.31 |
647 | 2024-12-11T04:50:11.757Z | Compiling ring v0.17.8 |
648 | 2024-12-11T04:50:11.757Z | Compiling rustls-pki-types v1.10.0 |
649 | 2024-12-11T04:50:11.757Z | Compiling http v1.2.0 |
650 | 2024-12-11T04:50:11.782Z | Compiling typenum v1.17.0 |
651 | 2024-12-11T04:50:11.783Z | Compiling spin v0.9.8 |
652 | 2024-12-11T04:50:12.051Z | Compiling futures-util v0.3.31 |
653 | 2024-12-11T04:50:12.087Z | Compiling untrusted v0.9.0 |
654 | 2024-12-11T04:50:12.242Z | Compiling tokio v1.42.0 |
655 | 2024-12-11T04:50:12.518Z | Compiling httparse v1.9.5 |
656 | 2024-12-11T04:50:12.562Z | Compiling generic-array v0.14.7 |
657 | 2024-12-11T04:50:12.669Z | Compiling try-lock v0.2.5 |
658 | 2024-12-11T04:50:12.693Z | Compiling rustls v0.23.19 |
659 | 2024-12-11T04:50:12.874Z | Compiling want v0.3.1 |
660 | 2024-12-11T04:50:13.116Z | Compiling http-body v1.0.1 |
661 | 2024-12-11T04:50:13.160Z | Compiling cfg-expr v0.17.2 |
662 | 2024-12-11T04:50:13.295Z | Compiling percent-encoding v2.3.1 |
663 | 2024-12-11T04:50:13.558Z | Compiling subtle v2.6.1 |
664 | 2024-12-11T04:50:13.760Z | Compiling form_urlencoded v1.2.1 |
665 | 2024-12-11T04:50:13.846Z | Compiling target-spec v3.2.2 |
666 | 2024-12-11T04:50:13.870Z | Compiling idna_adapter v1.0.0 |
667 | 2024-12-11T04:50:13.967Z | Compiling utf8_iter v1.0.4 |
668 | 2024-12-11T04:50:14.026Z | Compiling tower-service v0.3.3 |
669 | 2024-12-11T04:50:14.124Z | Compiling idna v1.0.3 |
670 | 2024-12-11T04:50:14.158Z | Compiling webpki-roots v0.26.6 |
671 | 2024-12-11T04:50:14.245Z | Compiling adler2 v2.0.0 |
672 | 2024-12-11T04:50:14.312Z | Compiling parking_lot_core v0.9.10 |
673 | 2024-12-11T04:50:14.416Z | Compiling miniz_oxide v0.8.0 |
674 | 2024-12-11T04:50:14.649Z | Compiling crypto-common v0.1.6 |
675 | 2024-12-11T04:50:14.793Z | Compiling block-buffer v0.10.4 |
676 | 2024-12-11T04:50:14.818Z | Compiling url v2.5.4 |
677 | 2024-12-11T04:50:14.955Z | Compiling serde_urlencoded v0.7.1 |
678 | 2024-12-11T04:50:15.352Z | Compiling rustls-pemfile v2.2.0 |
679 | 2024-12-11T04:50:15.469Z | Compiling sync_wrapper v1.0.1 |
680 | 2024-12-11T04:50:15.589Z | Compiling crc32fast v1.4.2 |
681 | 2024-12-11T04:50:15.623Z | Compiling mime v0.3.17 |
682 | 2024-12-11T04:50:15.647Z | Compiling self_update v0.41.0 |
683 | 2024-12-11T04:50:15.810Z | Compiling base64 v0.22.1 |
684 | 2024-12-11T04:50:15.863Z | Compiling ipnet v2.10.1 |
685 | 2024-12-11T04:50:15.953Z | Compiling guppy v0.17.10 |
686 | 2024-12-11T04:50:16.088Z | Compiling flate2 v1.0.34 |
687 | 2024-12-11T04:50:16.289Z | Compiling http-body-util v0.1.2 |
688 | 2024-12-11T04:50:16.387Z | Compiling futures-executor v0.3.31 |
689 | 2024-12-11T04:50:16.661Z | Compiling futures v0.3.31 |
690 | 2024-12-11T04:50:16.687Z | Compiling digest v0.10.7 |
691 | 2024-12-11T04:50:16.743Z | Compiling parking_lot v0.12.3 |
692 | 2024-12-11T04:50:16.807Z | Compiling self-replace v1.5.0 |
693 | 2024-12-11T04:50:16.831Z | Compiling quick-xml v0.23.1 |
694 | 2024-12-11T04:50:16.860Z | Compiling urlencoding v2.1.3 |
695 | 2024-12-11T04:50:16.952Z | Compiling cpufeatures v0.2.14 |
696 | 2024-12-11T04:50:17.016Z | Compiling sha2 v0.10.8 |
697 | 2024-12-11T04:50:17.040Z | Compiling future-queue v0.3.0 |
698 | 2024-12-11T04:50:17.138Z | Compiling crossterm v0.28.1 |
699 | 2024-12-11T04:50:17.324Z | Compiling target-spec-miette v0.4.0 |
700 | 2024-12-11T04:50:17.504Z | Compiling mukti-metadata v0.3.0 |
701 | 2024-12-11T04:50:17.605Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
702 | 2024-12-11T04:50:17.663Z | Compiling hex v0.4.3 |
703 | 2024-12-11T04:50:19.265Z | Compiling rustls-webpki v0.102.8 |
704 | 2024-12-11T04:50:20.022Z | Compiling hyper v1.5.0 |
705 | 2024-12-11T04:50:20.056Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
706 | 2024-12-11T04:50:20.109Z | Compiling tokio-stream v0.1.17 |
707 | 2024-12-11T04:50:20.133Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
708 | 2024-12-11T04:50:20.157Z | Compiling async-scoped v0.9.0 |
709 | 2024-12-11T04:50:21.170Z | Compiling hyper-util v0.1.9 |
710 | 2024-12-11T04:50:21.450Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
711 | 2024-12-11T04:50:24.376Z | Compiling tokio-rustls v0.26.0 |
712 | 2024-12-11T04:50:24.654Z | Compiling hyper-rustls v0.27.3 |
713 | 2024-12-11T04:50:24.901Z | Compiling reqwest v0.12.8 |
714 | 2024-12-11T04:50:27.408Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
715 | 2024-12-11T04:50:59.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s |
716 | 2024-12-11T04:50:59.484Z | |
717 | 2024-12-11T04:50:59.510Z | real 48.732199678 |
718 | 2024-12-11T04:50:59.510Z | user 2:31.517434340 |
719 | 2024-12-11T04:50:59.510Z | sys 17.411114484 |
720 | 2024-12-11T04:50:59.510Z | trap 0.079770157 |
721 | 2024-12-11T04:50:59.510Z | tflt 0.127540016 |
722 | 2024-12-11T04:50:59.510Z | dflt 0.195469453 |
723 | 2024-12-11T04:50:59.510Z | kflt 0.000045208 |
724 | 2024-12-11T04:50:59.510Z | lock 3:41.661606870 |
725 | 2024-12-11T04:50:59.511Z | slp 7:01.615726507 |
726 | 2024-12-11T04:50:59.511Z | lat 4.633442773 |
727 | 2024-12-11T04:50:59.511Z | stop 4.233959536 |
728 | 2024-12-11T04:50:59.511Z | + banner all targets |
729 | 2024-12-11T04:50:59.511Z | |
730 | 2024-12-11T04:50:59.511Z | ## # # |
731 | 2024-12-11T04:50:59.511Z | # # # # |
732 | 2024-12-11T04:50:59.511Z | # # # # |
733 | 2024-12-11T04:50:59.511Z | ###### # # |
734 | 2024-12-11T04:50:59.511Z | # # # # |
735 | 2024-12-11T04:50:59.511Z | # # ###### ###### |
736 | 2024-12-11T04:50:59.511Z | |
737 | 2024-12-11T04:50:59.511Z | |
738 | 2024-12-11T04:50:59.511Z | ##### ## ##### #### ###### ##### #### |
739 | 2024-12-11T04:50:59.511Z | # # # # # # # # # # |
740 | 2024-12-11T04:50:59.511Z | # # # # # # ##### # #### |
741 | 2024-12-11T04:50:59.512Z | # ###### ##### # ### # # # |
742 | 2024-12-11T04:50:59.512Z | # # # # # # # # # # # |
743 | 2024-12-11T04:50:59.512Z | # # # # # #### ###### # #### |
744 | 2024-12-11T04:50:59.512Z | |
745 | 2024-12-11T04:50:59.512Z | + ptime -m cargo build --all-targets |
746 | 2024-12-11T04:50:59.764Z | Downloading crates ... |
747 | 2024-12-11T04:50:59.965Z | Downloaded bit-vec v0.6.3 |
748 | 2024-12-11T04:51:00.016Z | Downloaded diff v0.1.13 |
749 | 2024-12-11T04:51:00.018Z | Downloaded test-case-macros v3.3.1 |
750 | 2024-12-11T04:51:00.018Z | Downloaded whoami v1.5.2 |
751 | 2024-12-11T04:51:00.018Z | Downloaded test-case v3.3.1 |
752 | 2024-12-11T04:51:00.018Z | Downloaded yansi v1.0.1 |
753 | 2024-12-11T04:51:00.018Z | Downloaded test-strategy v0.4.0 |
754 | 2024-12-11T04:51:00.018Z | Downloaded proptest v1.5.0 |
755 | 2024-12-11T04:51:00.052Z | Downloaded test-case-core v3.3.1 |
756 | 2024-12-11T04:51:00.052Z | Downloaded maplit v1.0.2 |
757 | 2024-12-11T04:51:00.052Z | Downloaded insta v1.41.1 |
758 | 2024-12-11T04:51:00.052Z | Downloaded structmeta v0.3.0 |
759 | 2024-12-11T04:51:00.052Z | Downloaded rusty-fork v0.3.0 |
760 | 2024-12-11T04:51:00.053Z | Downloaded escape8259 v0.5.3 |
761 | 2024-12-11T04:51:00.053Z | Downloaded wait-timeout v0.2.0 |
762 | 2024-12-11T04:51:00.053Z | Downloaded unarray v0.1.4 |
763 | 2024-12-11T04:51:00.053Z | Downloaded structmeta-derive v0.3.0 |
764 | 2024-12-11T04:51:00.053Z | Downloaded quick-error v1.2.3 |
765 | 2024-12-11T04:51:00.053Z | Downloaded linked-hash-map v0.5.6 |
766 | 2024-12-11T04:51:00.053Z | Downloaded libtest-mimic v0.8.1 |
767 | 2024-12-11T04:51:00.053Z | Downloaded indoc v2.0.5 |
768 | 2024-12-11T04:51:00.053Z | Downloaded fs-err v3.0.0 |
769 | 2024-12-11T04:51:00.053Z | Downloaded cp_r v0.5.2 |
770 | 2024-12-11T04:51:00.053Z | Downloaded similar v2.6.0 |
771 | 2024-12-11T04:51:00.053Z | Downloaded rand_xorshift v0.3.0 |
772 | 2024-12-11T04:51:00.078Z | Downloaded pretty_assertions v1.4.1 |
773 | 2024-12-11T04:51:00.078Z | Downloaded bit-set v0.5.3 |
774 | 2024-12-11T04:51:00.110Z | Compiling fs-err v3.0.0 |
775 | 2024-12-11T04:51:00.110Z | Compiling maplit v1.0.2 |
776 | 2024-12-11T04:51:00.136Z | Compiling test-case-core v3.3.1 |
777 | 2024-12-11T04:51:00.136Z | Compiling similar v2.6.0 |
778 | 2024-12-11T04:51:00.136Z | Compiling linked-hash-map v0.5.6 |
779 | 2024-12-11T04:51:00.136Z | Compiling structmeta-derive v0.3.0 |
780 | 2024-12-11T04:51:00.136Z | Compiling wait-timeout v0.2.0 |
781 | 2024-12-11T04:51:00.136Z | Compiling quick-error v1.2.3 |
782 | 2024-12-11T04:51:00.227Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
783 | 2024-12-11T04:51:00.438Z | Compiling bit-vec v0.6.3 |
784 | 2024-12-11T04:51:00.675Z | Compiling whoami v1.5.2 |
785 | 2024-12-11T04:51:00.700Z | Compiling rusty-fork v0.3.0 |
786 | 2024-12-11T04:51:00.793Z | Compiling bit-set v0.5.3 |
787 | 2024-12-11T04:51:00.881Z | Compiling rand_xorshift v0.3.0 |
788 | 2024-12-11T04:51:01.025Z | Compiling unarray v0.1.4 |
789 | 2024-12-11T04:51:01.141Z | Compiling insta v1.41.1 |
790 | 2024-12-11T04:51:01.168Z | Compiling proptest v1.5.0 |
791 | 2024-12-11T04:51:01.168Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
792 | 2024-12-11T04:51:01.227Z | Compiling escape8259 v0.5.3 |
793 | 2024-12-11T04:51:01.407Z | Compiling libtest-mimic v0.8.1 |
794 | 2024-12-11T04:51:01.548Z | Compiling cp_r v0.5.2 |
795 | 2024-12-11T04:51:01.635Z | Compiling test-case-macros v3.3.1 |
796 | 2024-12-11T04:51:01.788Z | Compiling yansi v1.0.1 |
797 | 2024-12-11T04:51:02.156Z | Compiling structmeta v0.3.0 |
798 | 2024-12-11T04:51:02.326Z | Compiling diff v0.1.13 |
799 | 2024-12-11T04:51:02.445Z | Compiling test-strategy v0.4.0 |
800 | 2024-12-11T04:51:02.507Z | Compiling test-case v3.3.1 |
801 | 2024-12-11T04:51:02.544Z | Compiling pretty_assertions v1.4.1 |
802 | 2024-12-11T04:51:02.616Z | Compiling indoc v2.0.5 |
803 | 2024-12-11T04:51:02.871Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
804 | 2024-12-11T04:51:04.612Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
805 | 2024-12-11T04:51:05.049Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
806 | 2024-12-11T04:51:05.364Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
807 | 2024-12-11T04:51:09.239Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
808 | 2024-12-11T04:51:47.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.65s |
809 | 2024-12-11T04:51:47.325Z | |
810 | 2024-12-11T04:51:47.325Z | real 47.795447323 |
811 | 2024-12-11T04:51:47.325Z | user 3:10.389482102 |
812 | 2024-12-11T04:51:47.325Z | sys 24.367679836 |
813 | 2024-12-11T04:51:47.325Z | trap 0.111467919 |
814 | 2024-12-11T04:51:47.325Z | tflt 0.028414125 |
815 | 2024-12-11T04:51:47.325Z | dflt 0.095382729 |
816 | 2024-12-11T04:51:47.325Z | kflt 0.000012905 |
817 | 2024-12-11T04:51:47.325Z | lock 5:37.538594604 |
818 | 2024-12-11T04:51:47.325Z | slp 12:25.415673191 |
819 | 2024-12-11T04:51:47.325Z | lat 7.409887659 |
820 | 2024-12-11T04:51:47.325Z | stop 3.965254421 |
821 | 2024-12-11T04:51:47.325Z | + banner all features |
822 | 2024-12-11T04:51:47.325Z | |
823 | 2024-12-11T04:51:47.325Z | ## # # |
824 | 2024-12-11T04:51:47.325Z | # # # # |
825 | 2024-12-11T04:51:47.325Z | # # # # |
826 | 2024-12-11T04:51:47.326Z | ###### # # |
827 | 2024-12-11T04:51:47.326Z | # # # # |
828 | 2024-12-11T04:51:47.351Z | # # ###### ###### |
829 | 2024-12-11T04:51:47.351Z | |
830 | 2024-12-11T04:51:47.351Z | |
831 | 2024-12-11T04:51:47.351Z | ###### ###### ## ##### # # ##### ###### #### |
832 | 2024-12-11T04:51:47.351Z | # # # # # # # # # # # |
833 | 2024-12-11T04:51:47.351Z | ##### ##### # # # # # # # ##### #### |
834 | 2024-12-11T04:51:47.351Z | # # ###### # # # ##### # # |
835 | 2024-12-11T04:51:47.351Z | # # # # # # # # # # # # |
836 | 2024-12-11T04:51:47.351Z | # ###### # # # #### # # ###### #### |
837 | 2024-12-11T04:51:47.351Z | |
838 | 2024-12-11T04:51:47.351Z | + ptime -m cargo build --all-features |
839 | 2024-12-11T04:51:47.521Z | Downloading crates ... |
840 | 2024-12-11T04:51:47.723Z | Downloaded async-trait v0.1.83 |
841 | 2024-12-11T04:51:47.748Z | Downloaded tokio-util v0.7.12 |
842 | 2024-12-11T04:51:47.773Z | Downloaded prost v0.13.3 |
843 | 2024-12-11T04:51:47.773Z | Downloaded tower-layer v0.3.3 |
844 | 2024-12-11T04:51:47.773Z | Downloaded tonic v0.12.3 |
845 | 2024-12-11T04:51:47.773Z | Downloaded rustversion v1.0.18 |
846 | 2024-12-11T04:51:47.773Z | Downloaded prost-types v0.13.3 |
847 | 2024-12-11T04:51:47.773Z | Downloaded prost-derive v0.13.3 |
848 | 2024-12-11T04:51:47.773Z | Downloaded httpdate v1.0.3 |
849 | 2024-12-11T04:51:47.773Z | Downloaded tower v0.4.13 |
850 | 2024-12-11T04:51:47.798Z | Downloaded regex-automata v0.1.10 |
851 | 2024-12-11T04:51:47.798Z | Downloaded tower v0.5.1 |
852 | 2024-12-11T04:51:47.823Z | Downloaded sync_wrapper v0.1.2 |
853 | 2024-12-11T04:51:47.823Z | Downloaded matchit v0.7.3 |
854 | 2024-12-11T04:51:47.823Z | Downloaded h2 v0.4.6 |
855 | 2024-12-11T04:51:47.823Z | Downloaded indexmap v1.9.3 |
856 | 2024-12-11T04:51:47.823Z | Downloaded hyper-timeout v0.5.1 |
857 | 2024-12-11T04:51:47.823Z | Downloaded regex-syntax v0.6.29 |
858 | 2024-12-11T04:51:47.847Z | Downloaded console-subscriber v0.4.1 |
859 | 2024-12-11T04:51:47.848Z | Downloaded console-api v0.8.1 |
860 | 2024-12-11T04:51:47.848Z | Downloaded axum-core v0.4.5 |
861 | 2024-12-11T04:51:47.848Z | Downloaded matchers v0.1.0 |
862 | 2024-12-11T04:51:47.848Z | Downloaded hashbrown v0.12.3 |
863 | 2024-12-11T04:51:47.872Z | Downloaded crossbeam-utils v0.8.20 |
864 | 2024-12-11T04:51:47.873Z | Downloaded crossbeam-channel v0.5.13 |
865 | 2024-12-11T04:51:47.873Z | Downloaded axum v0.7.7 |
866 | 2024-12-11T04:51:47.873Z | Downloaded atomic-waker v1.1.2 |
867 | 2024-12-11T04:51:47.873Z | Downloaded hdrhistogram v7.5.4 |
868 | 2024-12-11T04:51:47.897Z | Downloaded async-stream-impl v0.3.6 |
869 | 2024-12-11T04:51:47.898Z | Downloaded async-stream v0.3.6 |
870 | 2024-12-11T04:51:47.898Z | Downloaded anyhow v1.0.91 |
871 | 2024-12-11T04:51:47.941Z | Compiling futures-sink v0.3.31 |
872 | 2024-12-11T04:51:47.966Z | Compiling byteorder v1.5.0 |
873 | 2024-12-11T04:51:47.966Z | Compiling num-traits v0.2.19 |
874 | 2024-12-11T04:51:47.991Z | Compiling regex-syntax v0.6.29 |
875 | 2024-12-11T04:51:47.991Z | Compiling atomic-waker v1.1.2 |
876 | 2024-12-11T04:51:48.020Z | Compiling httpdate v1.0.3 |
877 | 2024-12-11T04:51:48.020Z | Compiling anyhow v1.0.91 |
878 | 2024-12-11T04:51:48.020Z | Compiling rustversion v1.0.18 |
879 | 2024-12-11T04:51:48.074Z | Compiling futures-channel v0.3.31 |
880 | 2024-12-11T04:51:48.139Z | Compiling tokio-util v0.7.12 |
881 | 2024-12-11T04:51:48.264Z | Compiling zerocopy v0.7.35 |
882 | 2024-12-11T04:51:48.376Z | Compiling futures-util v0.3.31 |
883 | 2024-12-11T04:51:48.402Z | Compiling tower-layer v0.3.3 |
884 | 2024-12-11T04:51:48.538Z | Compiling either v1.13.0 |
885 | 2024-12-11T04:51:48.661Z | Compiling indexmap v1.9.3 |
886 | 2024-12-11T04:51:48.863Z | Compiling h2 v0.4.6 |
887 | 2024-12-11T04:51:48.947Z | Compiling itertools v0.13.0 |
888 | 2024-12-11T04:51:49.257Z | Compiling ppv-lite86 v0.2.20 |
889 | 2024-12-11T04:51:49.502Z | Compiling async-trait v0.1.83 |
890 | 2024-12-11T04:51:49.810Z | Compiling rand_chacha v0.3.1 |
891 | 2024-12-11T04:51:49.857Z | Compiling sync_wrapper v0.1.2 |
892 | 2024-12-11T04:51:49.965Z | Compiling hashbrown v0.12.3 |
893 | 2024-12-11T04:51:50.267Z | Compiling rand v0.8.5 |
894 | 2024-12-11T04:51:50.691Z | Compiling regex-automata v0.1.10 |
895 | 2024-12-11T04:51:51.154Z | Compiling async-stream-impl v0.3.6 |
896 | 2024-12-11T04:51:51.303Z | Compiling prost-derive v0.13.3 |
897 | 2024-12-11T04:51:51.393Z | Compiling crossbeam-utils v0.8.20 |
898 | 2024-12-11T04:51:51.462Z | Compiling matchit v0.7.3 |
899 | 2024-12-11T04:51:51.832Z | Compiling matchers v0.1.0 |
900 | 2024-12-11T04:51:51.993Z | Compiling tracing-subscriber v0.3.19 |
901 | 2024-12-11T04:51:52.028Z | Compiling ahash v0.8.11 |
902 | 2024-12-11T04:51:52.143Z | Compiling async-stream v0.3.6 |
903 | 2024-12-11T04:51:52.387Z | Compiling http-body-util v0.1.2 |
904 | 2024-12-11T04:51:52.453Z | Compiling tower v0.5.1 |
905 | 2024-12-11T04:51:52.687Z | Compiling hyper v1.5.0 |
906 | 2024-12-11T04:51:52.765Z | Compiling axum-core v0.4.5 |
907 | 2024-12-11T04:51:52.823Z | Compiling tower v0.4.13 |
908 | 2024-12-11T04:51:53.114Z | Compiling tokio-stream v0.1.17 |
909 | 2024-12-11T04:51:53.164Z | Compiling guppy v0.17.10 |
910 | 2024-12-11T04:51:53.858Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
911 | 2024-12-11T04:51:53.941Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
912 | 2024-12-11T04:51:54.080Z | Compiling prost v0.13.3 |
913 | 2024-12-11T04:51:54.360Z | Compiling proptest v1.5.0 |
914 | 2024-12-11T04:51:54.714Z | Compiling hyper-util v0.1.9 |
915 | 2024-12-11T04:51:55.041Z | Compiling prost-types v0.13.3 |
916 | 2024-12-11T04:51:55.934Z | Compiling axum v0.7.7 |
917 | 2024-12-11T04:51:56.131Z | Compiling hyper-timeout v0.5.1 |
918 | 2024-12-11T04:51:56.194Z | Compiling hyper-rustls v0.27.3 |
919 | 2024-12-11T04:51:56.422Z | Compiling futures-executor v0.3.31 |
920 | 2024-12-11T04:51:56.865Z | Compiling base64 v0.21.7 |
921 | 2024-12-11T04:51:56.889Z | Compiling chrono v0.4.39 |
922 | 2024-12-11T04:51:57.427Z | Compiling hdrhistogram v7.5.4 |
923 | 2024-12-11T04:51:57.474Z | Compiling crossbeam-channel v0.5.13 |
924 | 2024-12-11T04:51:57.640Z | Compiling reqwest v0.12.8 |
925 | 2024-12-11T04:51:57.907Z | Compiling futures v0.3.31 |
926 | 2024-12-11T04:51:57.999Z | Compiling async-scoped v0.9.0 |
927 | 2024-12-11T04:51:58.216Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
928 | 2024-12-11T04:51:58.374Z | Compiling tracing-error v0.2.0 |
929 | 2024-12-11T04:51:58.399Z | Compiling future-queue v0.3.0 |
930 | 2024-12-11T04:51:58.662Z | Compiling quick-junit v0.5.1 |
931 | 2024-12-11T04:51:58.693Z | Compiling color-spantrace v0.2.1 |
932 | 2024-12-11T04:51:59.098Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
933 | 2024-12-11T04:51:59.341Z | Compiling color-eyre v0.6.3 |
934 | 2024-12-11T04:51:59.682Z | Compiling self_update v0.41.0 |
935 | 2024-12-11T04:51:59.739Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
936 | 2024-12-11T04:52:00.536Z | Compiling tonic v0.12.3 |
937 | 2024-12-11T04:52:02.988Z | Compiling console-api v0.8.1 |
938 | 2024-12-11T04:52:04.062Z | Compiling console-subscriber v0.4.1 |
939 | 2024-12-11T04:52:05.935Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
940 | 2024-12-11T04:52:18.589Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
941 | 2024-12-11T04:52:44.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.11s |
942 | 2024-12-11T04:52:44.572Z | |
943 | 2024-12-11T04:52:44.572Z | real 57.240936774 |
944 | 2024-12-11T04:52:44.572Z | user 3:29.631311553 |
945 | 2024-12-11T04:52:44.573Z | sys 25.955119811 |
946 | 2024-12-11T04:52:44.573Z | trap 0.106504315 |
947 | 2024-12-11T04:52:44.573Z | tflt 0.039969275 |
948 | 2024-12-11T04:52:44.573Z | dflt 0.147668774 |
949 | 2024-12-11T04:52:44.573Z | kflt 0.000007514 |
950 | 2024-12-11T04:52:44.573Z | lock 5:56.352309171 |
951 | 2024-12-11T04:52:44.573Z | slp 12:20.092992659 |
952 | 2024-12-11T04:52:44.573Z | lat 6.537031814 |
953 | 2024-12-11T04:52:44.573Z | stop 7.323227021 |
954 | 2024-12-11T04:52:44.597Z | + banner doctests |
955 | 2024-12-11T04:52:44.597Z | |
956 | 2024-12-11T04:52:44.597Z | ##### #### #### ##### ###### #### ##### #### |
957 | 2024-12-11T04:52:44.597Z | # # # # # # # # # # # |
958 | 2024-12-11T04:52:44.597Z | # # # # # # ##### #### # #### |
959 | 2024-12-11T04:52:44.597Z | # # # # # # # # # # |
960 | 2024-12-11T04:52:44.597Z | # # # # # # # # # # # # # |
961 | 2024-12-11T04:52:44.597Z | ##### #### #### # ###### #### # #### |
962 | 2024-12-11T04:52:44.597Z | |
963 | 2024-12-11T04:52:44.598Z | + ptime -m cargo test --doc |
964 | 2024-12-11T04:52:44.957Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s |
965 | 2024-12-11T04:52:44.982Z | Doc-tests cargo_nextest |
966 | 2024-12-11T04:52:45.494Z | |
967 | 2024-12-11T04:52:45.494Z | running 0 tests |
968 | 2024-12-11T04:52:45.494Z | |
969 | 2024-12-11T04:52:45.518Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
970 | 2024-12-11T04:52:45.518Z | |
971 | 2024-12-11T04:52:45.518Z | Doc-tests fixture_data |
972 | 2024-12-11T04:52:45.592Z | |
973 | 2024-12-11T04:52:45.592Z | running 0 tests |
974 | 2024-12-11T04:52:45.592Z | |
975 | 2024-12-11T04:52:45.592Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
976 | 2024-12-11T04:52:45.592Z | |
977 | 2024-12-11T04:52:45.617Z | Doc-tests integration_tests |
978 | 2024-12-11T04:52:45.687Z | |
979 | 2024-12-11T04:52:45.687Z | running 0 tests |
980 | 2024-12-11T04:52:45.687Z | |
981 | 2024-12-11T04:52:45.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
982 | 2024-12-11T04:52:45.687Z | |
983 | 2024-12-11T04:52:45.712Z | Doc-tests nextest_filtering |
984 | 2024-12-11T04:52:45.848Z | |
985 | 2024-12-11T04:52:45.848Z | running 0 tests |
986 | 2024-12-11T04:52:45.848Z | |
987 | 2024-12-11T04:52:45.848Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
988 | 2024-12-11T04:52:45.849Z | |
989 | 2024-12-11T04:52:45.873Z | Doc-tests nextest_metadata |
990 | 2024-12-11T04:52:46.040Z | |
991 | 2024-12-11T04:52:46.040Z | running 2 tests |
992 | 2024-12-11T04:52:46.714Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
993 | 2024-12-11T04:52:49.928Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
994 | 2024-12-11T04:52:49.928Z | |
995 | 2024-12-11T04:52:49.928Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.89s |
996 | 2024-12-11T04:52:49.928Z | |
997 | 2024-12-11T04:52:49.953Z | Doc-tests nextest_runner |
998 | 2024-12-11T04:52:50.909Z | |
999 | 2024-12-11T04:52:50.909Z | running 0 tests |
1000 | 2024-12-11T04:52:50.909Z | |
1001 | 2024-12-11T04:52:50.909Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1002 | 2024-12-11T04:52:50.909Z | |
1003 | 2024-12-11T04:52:50.936Z | Doc-tests nextest_workspace_hack |
1004 | 2024-12-11T04:52:50.994Z | |
1005 | 2024-12-11T04:52:50.994Z | running 0 tests |
1006 | 2024-12-11T04:52:50.994Z | |
1007 | 2024-12-11T04:52:50.994Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1008 | 2024-12-11T04:52:50.994Z | |
1009 | 2024-12-11T04:52:51.027Z | |
1010 | 2024-12-11T04:52:51.051Z | real 6.427067191 |
1011 | 2024-12-11T04:52:51.051Z | user 6.486000003 |
1012 | 2024-12-11T04:52:51.051Z | sys 1.794109624 |
1013 | 2024-12-11T04:52:51.051Z | trap 0.001635334 |
1014 | 2024-12-11T04:52:51.051Z | tflt 0.009221204 |
1015 | 2024-12-11T04:52:51.051Z | dflt 0.005997447 |
1016 | 2024-12-11T04:52:51.051Z | kflt 0.000000000 |
1017 | 2024-12-11T04:52:51.051Z | lock 11.054877437 |
1018 | 2024-12-11T04:52:51.051Z | slp 35.326725151 |
1019 | 2024-12-11T04:52:51.051Z | lat 0.074636943 |
1020 | 2024-12-11T04:52:51.051Z | stop 0.131216910 |
1021 | 2024-12-11T04:52:51.051Z | + banner local-nt |
1022 | 2024-12-11T04:52:51.051Z | |
1023 | 2024-12-11T04:52:51.051Z | # #### #### ## # # # ##### |
1024 | 2024-12-11T04:52:51.051Z | # # # # # # # # ## # # |
1025 | 2024-12-11T04:52:51.051Z | # # # # # # # ##### # # # # |
1026 | 2024-12-11T04:52:51.051Z | # # # # ###### # # # # # |
1027 | 2024-12-11T04:52:51.052Z | # # # # # # # # # ## # |
1028 | 2024-12-11T04:52:51.052Z | ###### #### #### # # ###### # # # |
1029 | 2024-12-11T04:52:51.052Z | |
1030 | 2024-12-11T04:52:51.052Z | + ptime -m cargo local-nt run --profile ci |
1031 | 2024-12-11T04:52:51.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1032 | 2024-12-11T04:52:51.400Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1033 | 2024-12-11T04:52:51.979Z | info: experimental features enabled: setup-scripts |
1034 | 2024-12-11T04:52:52.323Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s |
1035 | 2024-12-11T04:52:52.526Z | ──────────── |
1036 | 2024-12-11T04:52:52.526Z | Nextest run ID ab2b0df8-e705-4103-be77-5b74b39120be with nextest profile: ci |
1037 | 2024-12-11T04:52:52.526Z | Starting 286 tests across 15 binaries (1 test skipped) |
1038 | 2024-12-11T04:52:52.551Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1039 | 2024-12-11T04:52:52.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s |
1040 | 2024-12-11T04:52:52.924Z | Running `target/debug/build-seed-archive` |
1041 | 2024-12-11T04:52:52.949Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-2a912f9aeb8d7d82aa17399c655c9fa495d7a84be7020a092510a993f54eec97.tar.zst, building |
1042 | 2024-12-11T04:53:00.575Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-2a912f9aeb8d7d82aa17399c655c9fa495d7a84be7020a092510a993f54eec97.tar.zst |
1043 | 2024-12-11T04:53:00.599Z | SETUP PASS [ 8.051s] build-seed-archive: cargo run --bin build-seed-archive |
1044 | 2024-12-11T04:53:00.624Z | PASS [ 0.028s] integration-tests::custom-harness thread_count::test_multi_threaded |
1045 | 2024-12-11T04:53:00.648Z | PASS [ 0.047s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1046 | 2024-12-11T04:53:00.730Z | PASS [ 0.150s] cargo-nextest dispatch::tests::test_argument_parsing |
1047 | 2024-12-11T04:53:02.022Z | PASS [ 1.430s] integration-tests::integration test_list_binaries_only |
1048 | 2024-12-11T04:53:02.243Z | PASS [ 1.623s] integration-tests::integration test_list_host_after_build |
1049 | 2024-12-11T04:53:02.663Z | PASS [ 2.037s] integration-tests::integration test_list_target_after_build |
1050 | 2024-12-11T04:53:02.688Z | PASS [ 2.060s] integration-tests::integration test_list_full_after_build |
1051 | 2024-12-11T04:53:02.819Z | PASS [ 2.214s] integration-tests::integration test_list_full |
1052 | 2024-12-11T04:53:02.942Z | PASS [ 2.343s] integration-tests::integration test_list_default |
1053 | 2024-12-11T04:53:04.215Z | PASS [ 1.543s] integration-tests::integration test_run_from_archive_with_missing_includes |
1054 | 2024-12-11T04:53:06.062Z | PASS [ 3.119s] integration-tests::integration test_run_no_tests |
1055 | 2024-12-11T04:53:06.199Z | PASS [ 3.956s] integration-tests::integration test_run_after_build |
1056 | 2024-12-11T04:53:06.507Z | PASS [ 5.776s] integration-tests::integration test_relocated_run |
1057 | 2024-12-11T04:53:06.895Z | PASS [ 6.262s] integration-tests::integration test_list_with_default_filter |
1058 | 2024-12-11T04:53:07.254Z | PASS [ 3.037s] integration-tests::integration test_run_with_default_filter |
1059 | 2024-12-11T04:53:07.713Z | PASS [ 1.651s] integration-tests::integration test_setup_script_error |
1060 | 2024-12-11T04:53:07.767Z | PASS [ 1.566s] integration-tests::integration test_setup_scripts_not_enabled |
1061 | 2024-12-11T04:53:07.826Z | PASS [ 0.059s] integration-tests::integration test_version_info |
1062 | 2024-12-11T04:53:08.151Z | PASS [ 0.324s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1063 | 2024-12-11T04:53:08.175Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error |
1064 | 2024-12-11T04:53:08.199Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_eof |
1065 | 2024-12-11T04:53:08.223Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_expected_expr |
1066 | 2024-12-11T04:53:08.248Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_and_operator |
1067 | 2024-12-11T04:53:08.248Z | PASS [ 1.350s] integration-tests::integration test_show_config_version |
1068 | 2024-12-11T04:53:08.278Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_escapes |
1069 | 2024-12-11T04:53:08.278Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob |
1070 | 2024-12-11T04:53:08.303Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_or_operator |
1071 | 2024-12-11T04:53:08.303Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform |
1072 | 2024-12-11T04:53:08.327Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_regex |
1073 | 2024-12-11T04:53:08.327Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_argument |
1074 | 2024-12-11T04:53:08.352Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1075 | 2024-12-11T04:53:08.352Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_close_regex |
1076 | 2024-12-11T04:53:08.378Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1077 | 2024-12-11T04:53:08.378Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_missing_parentheses |
1078 | 2024-12-11T04:53:08.402Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_comma |
1079 | 2024-12-11T04:53:08.427Z | PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_expr_difference |
1080 | 2024-12-11T04:53:08.427Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1081 | 2024-12-11T04:53:08.451Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_expr_not |
1082 | 2024-12-11T04:53:08.475Z | PASS [ 5.796s] integration-tests::integration test_run_from_archive_with_includes |
1083 | 2024-12-11T04:53:08.475Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1084 | 2024-12-11T04:53:08.502Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_set |
1085 | 2024-12-11T04:53:08.502Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_expr_union |
1086 | 2024-12-11T04:53:08.526Z | PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1087 | 2024-12-11T04:53:08.526Z | PASS [ 5.694s] integration-tests::integration test_run_from_archive_with_no_includes |
1088 | 2024-12-11T04:53:08.551Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_name_matcher |
1089 | 2024-12-11T04:53:08.551Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1090 | 2024-12-11T04:53:08.576Z | PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_regex |
1091 | 2024-12-11T04:53:08.601Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_set_def |
1092 | 2024-12-11T04:53:08.601Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_unexpected_argument |
1093 | 2024-12-11T04:53:08.625Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_unexpected_comma |
1094 | 2024-12-11T04:53:08.625Z | PASS [ 0.029s] nextest-filtering::match test_binary_query |
1095 | 2024-12-11T04:53:08.649Z | PASS [ 0.047s] nextest-filtering::match test_expr_binary |
1096 | 2024-12-11T04:53:08.673Z | PASS [ 0.034s] nextest-filtering::match test_expr_binary_id_glob |
1097 | 2024-12-11T04:53:08.673Z | PASS [ 0.039s] nextest-filtering::match test_expr_deps |
1098 | 2024-12-11T04:53:08.698Z | PASS [ 0.036s] nextest-filtering::match test_expr_kind |
1099 | 2024-12-11T04:53:08.698Z | PASS [ 0.032s] nextest-filtering::match test_expr_kind_partial |
1100 | 2024-12-11T04:53:08.698Z | PASS [ 0.028s] nextest-filtering::match test_expr_package_contains |
1101 | 2024-12-11T04:53:08.723Z | PASS [ 0.030s] nextest-filtering::match test_expr_package_equal |
1102 | 2024-12-11T04:53:08.747Z | PASS [ 0.040s] nextest-filtering::match test_expr_package_regex |
1103 | 2024-12-11T04:53:08.747Z | PASS [ 0.032s] nextest-filtering::match test_expr_platform |
1104 | 2024-12-11T04:53:08.772Z | PASS [ 0.053s] nextest-filtering::match test_expr_rdeps |
1105 | 2024-12-11T04:53:08.772Z | PASS [ 0.037s] nextest-filtering::match test_expr_test |
1106 | 2024-12-11T04:53:08.806Z | PASS [ 0.229s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1107 | 2024-12-11T04:53:08.830Z | PASS [ 0.048s] nextest-filtering::match test_expr_test_difference::with_and_not |
1108 | 2024-12-11T04:53:08.831Z | PASS [ 0.039s] nextest-filtering::match test_expr_test_difference::with_minus |
1109 | 2024-12-11T04:53:08.855Z | PASS [ 0.056s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1110 | 2024-12-11T04:53:08.855Z | PASS [ 0.035s] nextest-filtering::match test_expr_test_intersect::with_and |
1111 | 2024-12-11T04:53:08.880Z | PASS [ 0.045s] nextest-filtering::match test_expr_test_not |
1112 | 2024-12-11T04:53:08.880Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_or |
1113 | 2024-12-11T04:53:08.880Z | PASS [ 0.033s] nextest-filtering::match test_expr_test_union::with_pipe |
1114 | 2024-12-11T04:53:08.904Z | PASS [ 0.032s] nextest-filtering::match test_expr_test_union::with_plus |
1115 | 2024-12-11T04:53:08.904Z | PASS [ 0.032s] nextest-filtering::match test_expr_with_no_matching_packages |
1116 | 2024-12-11T04:53:08.929Z | PASS [ 0.026s] nextest-metadata test_list::tests::test_binary_id_ord |
1117 | 2024-12-11T04:53:08.929Z | PASS [ 0.027s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1118 | 2024-12-11T04:53:08.929Z | PASS [ 0.039s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1119 | 2024-12-11T04:53:08.929Z | PASS [ 0.027s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1120 | 2024-12-11T04:53:08.953Z | PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1121 | 2024-12-11T04:53:08.953Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1122 | 2024-12-11T04:53:08.977Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1123 | 2024-12-11T04:53:08.977Z | PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1124 | 2024-12-11T04:53:09.001Z | PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1125 | 2024-12-11T04:53:09.001Z | PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1126 | 2024-12-11T04:53:09.025Z | PASS [ 0.063s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1127 | 2024-12-11T04:53:09.025Z | PASS [ 0.057s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1128 | 2024-12-11T04:53:09.025Z | PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1129 | 2024-12-11T04:53:09.081Z | PASS [ 0.082s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1130 | 2024-12-11T04:53:09.438Z | PASS [ 0.352s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1131 | 2024-12-11T04:53:09.488Z | PASS [ 0.464s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1132 | 2024-12-11T04:53:09.512Z | PASS [ 0.453s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1133 | 2024-12-11T04:53:09.512Z | PASS [ 0.428s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1134 | 2024-12-11T04:53:09.938Z | PASS [ 0.504s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1135 | 2024-12-11T04:53:10.011Z | PASS [ 0.522s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1136 | 2024-12-11T04:53:10.035Z | PASS [ 0.023s] nextest-runner config::archive::tests::test_join_rel_path |
1137 | 2024-12-11T04:53:10.059Z | PASS [ 0.513s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1138 | 2024-12-11T04:53:10.088Z | PASS [ 0.029s] nextest-runner config::config_impl::tests::default_config_is_valid |
1139 | 2024-12-11T04:53:10.088Z | PASS [ 0.519s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1140 | 2024-12-11T04:53:10.113Z | PASS [ 0.027s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1141 | 2024-12-11T04:53:10.113Z | PASS [ 0.032s] nextest-runner config::identifier::tests::test_invalid |
1142 | 2024-12-11T04:53:10.137Z | PASS [ 0.024s] nextest-runner config::identifier::tests::test_valid |
1143 | 2024-12-11T04:53:10.137Z | PASS [ 0.027s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1144 | 2024-12-11T04:53:10.162Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_accumulate |
1145 | 2024-12-11T04:53:10.162Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1146 | 2024-12-11T04:53:10.186Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1147 | 2024-12-11T04:53:10.210Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1148 | 2024-12-11T04:53:10.210Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1149 | 2024-12-11T04:53:10.235Z | PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1150 | 2024-12-11T04:53:10.235Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1151 | 2024-12-11T04:53:10.259Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1152 | 2024-12-11T04:53:10.259Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1153 | 2024-12-11T04:53:10.259Z | PASS [ 0.320s] nextest-runner config::archive::tests::parse_valid |
1154 | 2024-12-11T04:53:10.358Z | PASS [ 0.311s] nextest-runner config::config_impl::tests::ignored_keys |
1155 | 2024-12-11T04:53:10.560Z | PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1156 | 2024-12-11T04:53:10.584Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1157 | 2024-12-11T04:53:10.609Z | PASS [ 0.335s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1158 | 2024-12-11T04:53:10.609Z | PASS [ 3.347s] integration-tests::integration test_target_arg |
1159 | 2024-12-11T04:53:10.668Z | PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1160 | 2024-12-11T04:53:10.871Z | PASS [ 0.310s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1161 | 2024-12-11T04:53:10.895Z | PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1162 | 2024-12-11T04:53:10.919Z | PASS [ 0.303s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1163 | 2024-12-11T04:53:10.944Z | PASS [ 0.327s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1164 | 2024-12-11T04:53:10.986Z | PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic |
1165 | 2024-12-11T04:53:11.192Z | PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1166 | 2024-12-11T04:53:11.219Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1167 | 2024-12-11T04:53:11.243Z | PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1168 | 2024-12-11T04:53:11.243Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1169 | 2024-12-11T04:53:11.297Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1170 | 2024-12-11T04:53:11.520Z | PASS [ 0.329s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1171 | 2024-12-11T04:53:11.544Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1172 | 2024-12-11T04:53:11.544Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1173 | 2024-12-11T04:53:11.568Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1174 | 2024-12-11T04:53:11.605Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1175 | 2024-12-11T04:53:11.663Z | PASS [ 5.155s] integration-tests::integration test_show_config_test_groups |
1176 | 2024-12-11T04:53:11.859Z | PASS [ 0.339s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1177 | 2024-12-11T04:53:11.884Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1178 | 2024-12-11T04:53:11.908Z | PASS [ 0.363s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1179 | 2024-12-11T04:53:11.933Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1180 | 2024-12-11T04:53:11.933Z | PASS [ 0.361s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1181 | 2024-12-11T04:53:11.987Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1182 | 2024-12-11T04:53:12.182Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1183 | 2024-12-11T04:53:12.206Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1184 | 2024-12-11T04:53:12.231Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1185 | 2024-12-11T04:53:12.231Z | PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1186 | 2024-12-11T04:53:12.255Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1187 | 2024-12-11T04:53:12.284Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1188 | 2024-12-11T04:53:12.469Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1189 | 2024-12-11T04:53:12.503Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1190 | 2024-12-11T04:53:12.527Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1191 | 2024-12-11T04:53:12.551Z | PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1192 | 2024-12-11T04:53:12.552Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1193 | 2024-12-11T04:53:12.576Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1194 | 2024-12-11T04:53:12.773Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1195 | 2024-12-11T04:53:12.816Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1196 | 2024-12-11T04:53:12.841Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1197 | 2024-12-11T04:53:12.841Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1198 | 2024-12-11T04:53:12.865Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1199 | 2024-12-11T04:53:12.889Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1200 | 2024-12-11T04:53:13.072Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1201 | 2024-12-11T04:53:13.113Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1202 | 2024-12-11T04:53:13.137Z | PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1203 | 2024-12-11T04:53:13.162Z | PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic |
1204 | 2024-12-11T04:53:13.162Z | PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1205 | 2024-12-11T04:53:13.186Z | PASS [ 0.302s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1206 | 2024-12-11T04:53:13.377Z | PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1207 | 2024-12-11T04:53:13.410Z | PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1208 | 2024-12-11T04:53:13.435Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1209 | 2024-12-11T04:53:13.459Z | PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1210 | 2024-12-11T04:53:13.459Z | PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1211 | 2024-12-11T04:53:13.483Z | PASS [ 0.291s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1212 | 2024-12-11T04:53:13.584Z | PASS [ 5.871s] integration-tests::integration test_target_dir |
1213 | 2024-12-11T04:53:13.692Z | PASS [ 0.314s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1214 | 2024-12-11T04:53:13.749Z | PASS [ 0.338s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1215 | 2024-12-11T04:53:13.773Z | PASS [ 0.303s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1216 | 2024-12-11T04:53:13.773Z | PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1217 | 2024-12-11T04:53:13.773Z | PASS [ 0.336s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1218 | 2024-12-11T04:53:13.797Z | PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1219 | 2024-12-11T04:53:13.940Z | PASS [ 0.356s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1220 | 2024-12-11T04:53:13.996Z | PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1221 | 2024-12-11T04:53:14.044Z | PASS [ 0.293s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1222 | 2024-12-11T04:53:14.068Z | PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1223 | 2024-12-11T04:53:14.093Z | PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1224 | 2024-12-11T04:53:14.093Z | PASS [ 0.298s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1225 | 2024-12-11T04:53:14.093Z | PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1226 | 2024-12-11T04:53:14.268Z | PASS [ 0.327s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1227 | 2024-12-11T04:53:14.301Z | PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1228 | 2024-12-11T04:53:14.362Z | PASS [ 0.307s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1229 | 2024-12-11T04:53:14.362Z | PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1230 | 2024-12-11T04:53:14.386Z | PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1231 | 2024-12-11T04:53:14.412Z | PASS [ 0.297s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1232 | 2024-12-11T04:53:14.412Z | PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1233 | 2024-12-11T04:53:14.436Z | PASS [ 0.032s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1234 | 2024-12-11T04:53:14.491Z | PASS [ 0.068s] nextest-runner errors::tests::display_error_chain |
1235 | 2024-12-11T04:53:14.560Z | PASS [ 0.068s] nextest-runner errors::tests::display_error_list |
1236 | 2024-12-11T04:53:14.584Z | PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1237 | 2024-12-11T04:53:14.608Z | PASS [ 0.329s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1238 | 2024-12-11T04:53:14.632Z | PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1239 | 2024-12-11T04:53:14.632Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1240 | 2024-12-11T04:53:14.632Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1241 | 2024-12-11T04:53:14.657Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1242 | 2024-12-11T04:53:14.657Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1243 | 2024-12-11T04:53:14.657Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1244 | 2024-12-11T04:53:14.657Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1245 | 2024-12-11T04:53:14.681Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1246 | 2024-12-11T04:53:14.681Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1247 | 2024-12-11T04:53:14.681Z | PASS [ 0.295s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1248 | 2024-12-11T04:53:14.706Z | PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1249 | 2024-12-11T04:53:14.706Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1250 | 2024-12-11T04:53:14.706Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1251 | 2024-12-11T04:53:14.706Z | PASS [ 0.341s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1252 | 2024-12-11T04:53:14.706Z | PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list |
1253 | 2024-12-11T04:53:14.706Z | PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1254 | 2024-12-11T04:53:14.730Z | PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1255 | 2024-12-11T04:53:14.730Z | PASS [ 0.036s] nextest-runner partition::tests::partitioner_builder_from_str |
1256 | 2024-12-11T04:53:14.730Z | PASS [ 0.031s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1257 | 2024-12-11T04:53:14.754Z | PASS [ 0.023s] nextest-runner redact::tests::test_redact_path |
1258 | 2024-12-11T04:53:14.754Z | PASS [ 0.029s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1259 | 2024-12-11T04:53:14.754Z | PASS [ 0.334s] nextest-runner config::tool_config::tests::tool_config_basic |
1260 | 2024-12-11T04:53:14.755Z | PASS [ 0.034s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1261 | 2024-12-11T04:53:14.779Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::no_capture_settings |
1262 | 2024-12-11T04:53:14.779Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1263 | 2024-12-11T04:53:14.779Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1264 | 2024-12-11T04:53:14.803Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1265 | 2024-12-11T04:53:14.803Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1266 | 2024-12-11T04:53:14.803Z | PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1267 | 2024-12-11T04:53:14.803Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1268 | 2024-12-11T04:53:14.803Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1269 | 2024-12-11T04:53:14.827Z | PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1270 | 2024-12-11T04:53:14.827Z | PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_final_warnings |
1271 | 2024-12-11T04:53:14.851Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1272 | 2024-12-11T04:53:14.851Z | PASS [ 0.067s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1273 | 2024-12-11T04:53:14.851Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1274 | 2024-12-11T04:53:14.875Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1275 | 2024-12-11T04:53:14.875Z | PASS [ 0.041s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1276 | 2024-12-11T04:53:14.875Z | PASS [ 0.034s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1277 | 2024-12-11T04:53:14.875Z | PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1278 | 2024-12-11T04:53:14.899Z | PASS [ 0.037s] nextest-runner reporter::events::tests::test_is_success |
1279 | 2024-12-11T04:53:14.899Z | PASS [ 0.030s] nextest-runner reporter::helpers::tests::test_highlight_end |
1280 | 2024-12-11T04:53:14.899Z | PASS [ 0.090s] nextest-runner reporter::displayer::tests::test_info_response |
1281 | 2024-12-11T04:53:14.899Z | PASS [ 0.068s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1282 | 2024-12-11T04:53:14.923Z | PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1283 | 2024-12-11T04:53:14.923Z | PASS [ 0.024s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1284 | 2024-12-11T04:53:14.948Z | PASS [ 0.030s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1285 | 2024-12-11T04:53:14.948Z | PASS [ 0.077s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1286 | 2024-12-11T04:53:14.948Z | PASS [ 0.071s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1287 | 2024-12-11T04:53:14.948Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1288 | 2024-12-11T04:53:14.948Z | PASS [ 0.033s] nextest-runner runner::imp::tests::no_capture_settings |
1289 | 2024-12-11T04:53:14.972Z | PASS [ 0.084s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1290 | 2024-12-11T04:53:14.972Z | PASS [ 0.038s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1291 | 2024-12-11T04:53:14.997Z | PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config |
1292 | 2024-12-11T04:53:14.997Z | PASS [ 0.028s] nextest-runner test_command::tests::parse_build_script |
1293 | 2024-12-11T04:53:14.997Z | PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples |
1294 | 2024-12-11T04:53:15.021Z | PASS [ 0.034s] nextest-runner test_filter::tests::pattern_examples |
1295 | 2024-12-11T04:53:15.054Z | PASS [ 0.107s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1296 | 2024-12-11T04:53:15.078Z | PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1297 | 2024-12-11T04:53:15.102Z | PASS [ 0.144s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1298 | 2024-12-11T04:53:15.126Z | PASS [ 0.114s] nextest-runner test_filter::tests::proptest_empty |
1299 | 2024-12-11T04:53:15.200Z | PASS [ 0.193s] nextest-runner test_filter::tests::proptest_no_match |
1300 | 2024-12-11T04:53:15.225Z | PASS [ 0.285s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1301 | 2024-12-11T04:53:15.404Z | PASS [ 0.409s] nextest-runner test_filter::tests::proptest_exact |
1302 | 2024-12-11T04:53:15.670Z | PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1303 | 2024-12-11T04:53:15.754Z | PASS [ 0.742s] nextest-runner test_filter::tests::proptest_substring |
1304 | 2024-12-11T04:53:16.606Z | PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1305 | 2024-12-11T04:53:16.773Z | PASS [ 1.565s] nextest-runner::integration basic::test_list_binaries |
1306 | 2024-12-11T04:53:17.068Z | PASS [ 1.868s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1307 | 2024-12-11T04:53:17.093Z | PASS [ 1.972s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1308 | 2024-12-11T04:53:17.117Z | PASS [ 1.692s] nextest-runner::integration basic::test_list_tests |
1309 | 2024-12-11T04:53:17.141Z | PASS [ 0.027s] nextest-runner::integration target_runner::disregards_non_matching |
1310 | 2024-12-11T04:53:17.248Z | PASS [ 0.473s] nextest-runner::integration basic::test_run_ignored |
1311 | 2024-12-11T04:53:17.279Z | PASS [ 0.031s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1312 | 2024-12-11T04:53:17.322Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1313 | 2024-12-11T04:53:17.414Z | PASS [ 0.289s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1314 | 2024-12-11T04:53:17.438Z | PASS [ 0.352s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1315 | 2024-12-11T04:53:17.438Z | PASS [ 15.406s] integration-tests::integration test_run |
1316 | 2024-12-11T04:53:17.461Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env |
1317 | 2024-12-11T04:53:17.486Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli |
1318 | 2024-12-11T04:53:17.514Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1319 | 2024-12-11T04:53:17.590Z | PASS [ 0.075s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1320 | 2024-12-11T04:53:17.619Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_env |
1321 | 2024-12-11T04:53:17.652Z | PASS [ 0.032s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1322 | 2024-12-11T04:53:17.681Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_target_cli_option |
1323 | 2024-12-11T04:53:17.771Z | PASS [ 0.462s] nextest-runner::integration target_runner::parses_cargo_env |
1324 | 2024-12-11T04:53:18.037Z | PASS [ 0.623s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1325 | 2024-12-11T04:53:18.527Z | PASS [ 1.920s] nextest-runner::integration basic::test_run |
1326 | 2024-12-11T04:53:18.988Z | PASS [ 1.567s] nextest-runner::integration target_runner::test_run_with_target_runner |
1327 | 2024-12-11T04:53:19.610Z | PASS [ 2.534s] nextest-runner::integration basic::test_termination |
1328 | 2024-12-11T04:53:20.620Z | PASS [ 4.865s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1329 | 2024-12-11T04:53:20.643Z | PASS [ 4.973s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1330 | 2024-12-11T04:53:20.644Z | ──────────── |
1331 | 2024-12-11T04:53:20.644Z | Summary [ 28.118s] 286 tests run: 286 passed, 1 skipped |
1332 | 2024-12-11T04:53:20.673Z | |
1333 | 2024-12-11T04:53:20.673Z | real 29.632859265 |
1334 | 2024-12-11T04:53:20.673Z | user 1:07.902281021 |
1335 | 2024-12-11T04:53:20.673Z | sys 1:08.466260566 |
1336 | 2024-12-11T04:53:20.673Z | trap 0.089732093 |
1337 | 2024-12-11T04:53:20.673Z | tflt 0.062867708 |
1338 | 2024-12-11T04:53:20.673Z | dflt 0.168349884 |
1339 | 2024-12-11T04:53:20.673Z | kflt 0.002230181 |
1340 | 2024-12-11T04:53:20.697Z | lock 12:42.369275716 |
1341 | 2024-12-11T04:53:20.697Z | slp 6:20.731927247 |
1342 | 2024-12-11T04:53:20.697Z | lat 1:25.247013583 |
1343 | 2024-12-11T04:53:20.697Z | stop 2:24.309506136 |
1344 | 2024-12-11T04:53:20.697Z | + banner release |
1345 | 2024-12-11T04:53:20.697Z | |
1346 | 2024-12-11T04:53:20.697Z | ##### ###### # ###### ## #### ###### |
1347 | 2024-12-11T04:53:20.697Z | # # # # # # # # # |
1348 | 2024-12-11T04:53:20.697Z | # # ##### # ##### # # #### ##### |
1349 | 2024-12-11T04:53:20.697Z | ##### # # # ###### # # |
1350 | 2024-12-11T04:53:20.697Z | # # # # # # # # # # |
1351 | 2024-12-11T04:53:20.697Z | # # ###### ###### ###### # # #### ###### |
1352 | 2024-12-11T04:53:20.697Z | |
1353 | 2024-12-11T04:53:20.697Z | + ptime -m cargo nextest run --profile ci |
1354 | 2024-12-11T04:53:21.254Z | info: experimental features enabled: setup-scripts |
1355 | 2024-12-11T04:53:21.277Z | warning: ignoring unknown configuration keys in config file /work/nextest-rs/nextest/.config/nextest.toml: profile.default.overrides.1.run-extra-args |
1356 | 2024-12-11T04:53:21.589Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s |
1357 | 2024-12-11T04:53:21.791Z | ------------ |
1358 | 2024-12-11T04:53:21.791Z | Nextest run ID ba6405aa-f425-4871-98c0-e4d5ef229edf with nextest profile: ci |
1359 | 2024-12-11T04:53:21.791Z | Starting 286 tests across 15 binaries (1 test skipped) |
1360 | 2024-12-11T04:53:21.815Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1361 | 2024-12-11T04:53:22.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s |
1362 | 2024-12-11T04:53:22.205Z | Running `target/debug/build-seed-archive` |
1363 | 2024-12-11T04:53:22.643Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-71402220c249027db9a7d79000f82149b865044aa832a85eba26ad2f94d4713d.tar.zst, building |
1364 | 2024-12-11T04:53:25.063Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-71402220c249027db9a7d79000f82149b865044aa832a85eba26ad2f94d4713d.tar.zst |
1365 | 2024-12-11T04:53:25.087Z | SETUP PASS [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1366 | 2024-12-11T04:53:25.129Z | PASS [ 0.027s] integration-tests::custom-harness thread_count::test_multi_threaded |
1367 | 2024-12-11T04:53:25.153Z | PASS [ 0.043s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1368 | 2024-12-11T04:53:25.220Z | PASS [ 0.146s] cargo-nextest dispatch::tests::test_argument_parsing |
1369 | 2024-12-11T04:53:26.629Z | PASS [ 1.539s] integration-tests::integration test_list_binaries_only |
1370 | 2024-12-11T04:53:26.790Z | PASS [ 1.677s] integration-tests::integration test_list_host_after_build |
1371 | 2024-12-11T04:53:27.181Z | PASS [ 2.064s] integration-tests::integration test_list_target_after_build |
1372 | 2024-12-11T04:53:27.262Z | PASS [ 2.161s] integration-tests::integration test_list_full |
1373 | 2024-12-11T04:53:27.321Z | PASS [ 2.215s] integration-tests::integration test_list_full_after_build |
1374 | 2024-12-11T04:53:27.354Z | PASS [ 2.258s] integration-tests::integration test_list_default |
1375 | 2024-12-11T04:53:29.233Z | PASS [ 1.971s] integration-tests::integration test_run_from_archive_with_missing_includes |
1376 | 2024-12-11T04:53:30.261Z | PASS [ 2.905s] integration-tests::integration test_run_no_tests |
1377 | 2024-12-11T04:53:30.837Z | PASS [ 5.616s] integration-tests::integration test_relocated_run |
1378 | 2024-12-11T04:53:30.959Z | PASS [ 4.170s] integration-tests::integration test_run_after_build |
1379 | 2024-12-11T04:53:31.556Z | PASS [ 6.434s] integration-tests::integration test_list_with_default_filter |
1380 | 2024-12-11T04:53:31.960Z | PASS [ 1.701s] integration-tests::integration test_setup_script_error |
1381 | 2024-12-11T04:53:32.089Z | PASS [ 1.253s] integration-tests::integration test_setup_scripts_not_enabled |
1382 | 2024-12-11T04:53:32.402Z | PASS [ 3.169s] integration-tests::integration test_run_with_default_filter |
1383 | 2024-12-11T04:53:32.457Z | PASS [ 0.052s] integration-tests::integration test_version_info |
1384 | 2024-12-11T04:53:32.811Z | PASS [ 0.355s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1385 | 2024-12-11T04:53:32.835Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_complex_error |
1386 | 2024-12-11T04:53:32.859Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_eof |
1387 | 2024-12-11T04:53:32.883Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr |
1388 | 2024-12-11T04:53:32.907Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator |
1389 | 2024-12-11T04:53:32.931Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_escapes |
1390 | 2024-12-11T04:53:32.931Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob |
1391 | 2024-12-11T04:53:32.955Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator |
1392 | 2024-12-11T04:53:32.979Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform |
1393 | 2024-12-11T04:53:33.003Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex |
1394 | 2024-12-11T04:53:33.003Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument |
1395 | 2024-12-11T04:53:33.027Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1396 | 2024-12-11T04:53:33.052Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_close_regex |
1397 | 2024-12-11T04:53:33.076Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1398 | 2024-12-11T04:53:33.076Z | PASS [ 1.513s] integration-tests::integration test_show_config_version |
1399 | 2024-12-11T04:53:33.100Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses |
1400 | 2024-12-11T04:53:33.100Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_comma |
1401 | 2024-12-11T04:53:33.100Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_difference |
1402 | 2024-12-11T04:53:33.123Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1403 | 2024-12-11T04:53:33.124Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_not |
1404 | 2024-12-11T04:53:33.148Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1405 | 2024-12-11T04:53:33.148Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_set |
1406 | 2024-12-11T04:53:33.148Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union |
1407 | 2024-12-11T04:53:33.174Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1408 | 2024-12-11T04:53:33.174Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_name_matcher |
1409 | 2024-12-11T04:53:33.198Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1410 | 2024-12-11T04:53:33.198Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_set_def |
1411 | 2024-12-11T04:53:33.222Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_regex |
1412 | 2024-12-11T04:53:33.245Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument |
1413 | 2024-12-11T04:53:33.245Z | PASS [ 6.034s] integration-tests::integration test_run_from_archive_with_includes |
1414 | 2024-12-11T04:53:33.245Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_unexpected_comma |
1415 | 2024-12-11T04:53:33.269Z | PASS [ 0.034s] nextest-filtering::match test_binary_query |
1416 | 2024-12-11T04:53:33.293Z | PASS [ 0.022s] nextest-filtering::match test_expr_binary |
1417 | 2024-12-11T04:53:33.317Z | PASS [ 0.038s] nextest-filtering::match test_expr_binary_id_glob |
1418 | 2024-12-11T04:53:33.317Z | PASS [ 0.041s] nextest-filtering::match test_expr_deps |
1419 | 2024-12-11T04:53:33.340Z | PASS [ 0.025s] nextest-filtering::match test_expr_kind |
1420 | 2024-12-11T04:53:33.340Z | PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial |
1421 | 2024-12-11T04:53:33.364Z | PASS [ 0.028s] nextest-filtering::match test_expr_package_contains |
1422 | 2024-12-11T04:53:33.364Z | PASS [ 0.021s] nextest-filtering::match test_expr_package_equal |
1423 | 2024-12-11T04:53:33.364Z | PASS [ 6.040s] integration-tests::integration test_run_from_archive_with_no_includes |
1424 | 2024-12-11T04:53:33.388Z | PASS [ 0.021s] nextest-filtering::match test_expr_package_regex |
1425 | 2024-12-11T04:53:33.388Z | PASS [ 0.020s] nextest-filtering::match test_expr_platform |
1426 | 2024-12-11T04:53:33.388Z | PASS [ 0.020s] nextest-filtering::match test_expr_rdeps |
1427 | 2024-12-11T04:53:33.412Z | PASS [ 0.019s] nextest-filtering::match test_expr_test |
1428 | 2024-12-11T04:53:33.412Z | PASS [ 0.020s] nextest-filtering::match test_expr_test_difference::with_and_not |
1429 | 2024-12-11T04:53:33.412Z | PASS [ 0.018s] nextest-filtering::match test_expr_test_difference::with_minus |
1430 | 2024-12-11T04:53:33.412Z | PASS [ 0.190s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1431 | 2024-12-11T04:53:33.412Z | PASS [ 0.019s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1432 | 2024-12-11T04:53:33.436Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_intersect::with_and |
1433 | 2024-12-11T04:53:33.436Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_not |
1434 | 2024-12-11T04:53:33.436Z | PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_or |
1435 | 2024-12-11T04:53:33.436Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_pipe |
1436 | 2024-12-11T04:53:33.436Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus |
1437 | 2024-12-11T04:53:33.460Z | PASS [ 0.021s] nextest-filtering::match test_expr_with_no_matching_packages |
1438 | 2024-12-11T04:53:33.460Z | PASS [ 0.017s] nextest-metadata test_list::tests::test_binary_id_ord |
1439 | 2024-12-11T04:53:33.460Z | PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1440 | 2024-12-11T04:53:33.460Z | PASS [ 0.022s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1441 | 2024-12-11T04:53:33.519Z | PASS [ 0.021s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1442 | 2024-12-11T04:53:33.519Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1443 | 2024-12-11T04:53:33.519Z | PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1444 | 2024-12-11T04:53:33.519Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1445 | 2024-12-11T04:53:33.519Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1446 | 2024-12-11T04:53:33.519Z | PASS [ 0.021s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1447 | 2024-12-11T04:53:33.519Z | PASS [ 0.021s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1448 | 2024-12-11T04:53:33.519Z | PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1449 | 2024-12-11T04:53:33.519Z | PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1450 | 2024-12-11T04:53:33.519Z | PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1451 | 2024-12-11T04:53:33.543Z | PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1452 | 2024-12-11T04:53:33.800Z | PASS [ 0.293s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1453 | 2024-12-11T04:53:33.824Z | PASS [ 0.309s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1454 | 2024-12-11T04:53:33.848Z | PASS [ 0.301s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1455 | 2024-12-11T04:53:33.848Z | PASS [ 0.326s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1456 | 2024-12-11T04:53:34.138Z | PASS [ 0.325s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1457 | 2024-12-11T04:53:34.163Z | PASS [ 0.308s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1458 | 2024-12-11T04:53:34.188Z | PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1459 | 2024-12-11T04:53:34.188Z | PASS [ 0.025s] nextest-runner config::archive::tests::test_join_rel_path |
1460 | 2024-12-11T04:53:34.188Z | PASS [ 0.023s] nextest-runner config::config_impl::tests::default_config_is_valid |
1461 | 2024-12-11T04:53:34.214Z | PASS [ 0.021s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1462 | 2024-12-11T04:53:34.238Z | PASS [ 0.391s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1463 | 2024-12-11T04:53:34.262Z | PASS [ 0.031s] nextest-runner config::identifier::tests::test_invalid |
1464 | 2024-12-11T04:53:34.286Z | PASS [ 0.020s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1465 | 2024-12-11T04:53:34.286Z | PASS [ 0.033s] nextest-runner config::identifier::tests::test_valid |
1466 | 2024-12-11T04:53:34.339Z | PASS [ 0.034s] nextest-runner config::nextest_version::tests::test_accumulate |
1467 | 2024-12-11T04:53:34.404Z | PASS [ 0.081s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1468 | 2024-12-11T04:53:34.428Z | PASS [ 0.124s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1469 | 2024-12-11T04:53:34.549Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1470 | 2024-12-11T04:53:34.549Z | PASS [ 0.096s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1471 | 2024-12-11T04:53:34.549Z | PASS [ 0.110s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1472 | 2024-12-11T04:53:34.573Z | PASS [ 0.401s] nextest-runner config::config_impl::tests::ignored_keys |
1473 | 2024-12-11T04:53:34.596Z | PASS [ 0.071s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1474 | 2024-12-11T04:53:34.623Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1475 | 2024-12-11T04:53:34.623Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1476 | 2024-12-11T04:53:34.700Z | PASS [ 0.578s] nextest-runner config::archive::tests::parse_valid |
1477 | 2024-12-11T04:53:34.991Z | PASS [ 0.379s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1478 | 2024-12-11T04:53:35.016Z | PASS [ 0.312s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1479 | 2024-12-11T04:53:35.039Z | PASS [ 0.438s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1480 | 2024-12-11T04:53:35.075Z | PASS [ 0.485s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1481 | 2024-12-11T04:53:35.322Z | PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1482 | 2024-12-11T04:53:35.356Z | PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1483 | 2024-12-11T04:53:35.356Z | PASS [ 0.314s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1484 | 2024-12-11T04:53:35.403Z | PASS [ 0.339s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1485 | 2024-12-11T04:53:35.703Z | PASS [ 0.357s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1486 | 2024-12-11T04:53:35.727Z | PASS [ 0.387s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1487 | 2024-12-11T04:53:35.727Z | PASS [ 0.408s] nextest-runner config::overrides::tests::test_overrides_basic |
1488 | 2024-12-11T04:53:35.751Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1489 | 2024-12-11T04:53:35.751Z | PASS [ 3.781s] integration-tests::integration test_target_arg |
1490 | 2024-12-11T04:53:36.011Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1491 | 2024-12-11T04:53:36.035Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1492 | 2024-12-11T04:53:36.035Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1493 | 2024-12-11T04:53:36.035Z | PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1494 | 2024-12-11T04:53:36.059Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1495 | 2024-12-11T04:53:36.337Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1496 | 2024-12-11T04:53:36.362Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1497 | 2024-12-11T04:53:36.362Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1498 | 2024-12-11T04:53:36.362Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1499 | 2024-12-11T04:53:36.362Z | PASS [ 0.344s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1500 | 2024-12-11T04:53:36.385Z | PASS [ 5.407s] integration-tests::integration test_show_config_test_groups |
1501 | 2024-12-11T04:53:36.628Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1502 | 2024-12-11T04:53:36.652Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1503 | 2024-12-11T04:53:36.652Z | PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1504 | 2024-12-11T04:53:36.652Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1505 | 2024-12-11T04:53:36.676Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1506 | 2024-12-11T04:53:36.676Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1507 | 2024-12-11T04:53:36.925Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1508 | 2024-12-11T04:53:36.949Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1509 | 2024-12-11T04:53:36.949Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1510 | 2024-12-11T04:53:36.974Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1511 | 2024-12-11T04:53:36.974Z | PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1512 | 2024-12-11T04:53:36.999Z | PASS [ 0.308s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1513 | 2024-12-11T04:53:37.221Z | PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1514 | 2024-12-11T04:53:37.244Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1515 | 2024-12-11T04:53:37.268Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1516 | 2024-12-11T04:53:37.268Z | PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1517 | 2024-12-11T04:53:37.292Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1518 | 2024-12-11T04:53:37.322Z | PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1519 | 2024-12-11T04:53:37.525Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1520 | 2024-12-11T04:53:37.549Z | PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1521 | 2024-12-11T04:53:37.549Z | PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1522 | 2024-12-11T04:53:37.573Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1523 | 2024-12-11T04:53:37.598Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1524 | 2024-12-11T04:53:37.622Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1525 | 2024-12-11T04:53:37.842Z | PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1526 | 2024-12-11T04:53:37.866Z | PASS [ 0.326s] nextest-runner config::scripts::tests::test_scripts_basic |
1527 | 2024-12-11T04:53:37.866Z | PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1528 | 2024-12-11T04:53:37.892Z | PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1529 | 2024-12-11T04:53:37.916Z | PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1530 | 2024-12-11T04:53:37.940Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1531 | 2024-12-11T04:53:38.001Z | PASS [ 5.905s] integration-tests::integration test_target_dir |
1532 | 2024-12-11T04:53:38.146Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1533 | 2024-12-11T04:53:38.170Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1534 | 2024-12-11T04:53:38.170Z | PASS [ 0.323s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1535 | 2024-12-11T04:53:38.197Z | PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1536 | 2024-12-11T04:53:38.197Z | PASS [ 0.299s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1537 | 2024-12-11T04:53:38.221Z | PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1538 | 2024-12-11T04:53:38.292Z | PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1539 | 2024-12-11T04:53:38.457Z | PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1540 | 2024-12-11T04:53:38.482Z | PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1541 | 2024-12-11T04:53:38.506Z | PASS [ 0.299s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1542 | 2024-12-11T04:53:38.506Z | PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1543 | 2024-12-11T04:53:38.506Z | PASS [ 0.314s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1544 | 2024-12-11T04:53:38.531Z | PASS [ 0.297s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1545 | 2024-12-11T04:53:38.595Z | PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1546 | 2024-12-11T04:53:38.767Z | PASS [ 0.293s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1547 | 2024-12-11T04:53:38.792Z | PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1548 | 2024-12-11T04:53:38.792Z | PASS [ 0.318s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1549 | 2024-12-11T04:53:38.816Z | PASS [ 0.287s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1550 | 2024-12-11T04:53:38.816Z | PASS [ 0.294s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1551 | 2024-12-11T04:53:38.841Z | PASS [ 0.332s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1552 | 2024-12-11T04:53:38.923Z | PASS [ 0.319s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1553 | 2024-12-11T04:53:39.066Z | PASS [ 0.291s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1554 | 2024-12-11T04:53:39.092Z | PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1555 | 2024-12-11T04:53:39.117Z | PASS [ 0.025s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1556 | 2024-12-11T04:53:39.117Z | PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1557 | 2024-12-11T04:53:39.141Z | PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1558 | 2024-12-11T04:53:39.141Z | PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1559 | 2024-12-11T04:53:39.141Z | PASS [ 0.289s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1560 | 2024-12-11T04:53:39.165Z | PASS [ 0.028s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1561 | 2024-12-11T04:53:39.165Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1562 | 2024-12-11T04:53:39.286Z | PASS [ 0.066s] nextest-runner errors::tests::display_error_chain |
1563 | 2024-12-11T04:53:39.311Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1564 | 2024-12-11T04:53:39.311Z | PASS [ 0.067s] nextest-runner errors::tests::display_error_list |
1565 | 2024-12-11T04:53:39.311Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1566 | 2024-12-11T04:53:39.311Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1567 | 2024-12-11T04:53:39.311Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1568 | 2024-12-11T04:53:39.311Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1569 | 2024-12-11T04:53:39.311Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1570 | 2024-12-11T04:53:39.311Z | PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1571 | 2024-12-11T04:53:39.311Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1572 | 2024-12-11T04:53:39.311Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1573 | 2024-12-11T04:53:39.311Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1574 | 2024-12-11T04:53:39.311Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1575 | 2024-12-11T04:53:39.311Z | PASS [ 0.037s] nextest-runner list::test_list::tests::test_parse_test_list |
1576 | 2024-12-11T04:53:39.311Z | PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1577 | 2024-12-11T04:53:39.312Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1578 | 2024-12-11T04:53:39.312Z | PASS [ 0.034s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1579 | 2024-12-11T04:53:39.312Z | PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1580 | 2024-12-11T04:53:39.312Z | PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1581 | 2024-12-11T04:53:39.312Z | PASS [ 0.017s] nextest-runner redact::tests::test_redact_path |
1582 | 2024-12-11T04:53:39.312Z | PASS [ 0.032s] nextest-runner reporter::displayer::tests::no_capture_settings |
1583 | 2024-12-11T04:53:39.312Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1584 | 2024-12-11T04:53:39.312Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1585 | 2024-12-11T04:53:39.313Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1586 | 2024-12-11T04:53:39.313Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1587 | 2024-12-11T04:53:39.313Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1588 | 2024-12-11T04:53:39.313Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1589 | 2024-12-11T04:53:39.427Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1590 | 2024-12-11T04:53:39.427Z | PASS [ 0.015s] nextest-runner reporter::displayer::tests::test_final_warnings |
1591 | 2024-12-11T04:53:39.451Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1592 | 2024-12-11T04:53:39.451Z | PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1593 | 2024-12-11T04:53:39.451Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1594 | 2024-12-11T04:53:39.452Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1595 | 2024-12-11T04:53:39.452Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1596 | 2024-12-11T04:53:39.452Z | PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1597 | 2024-12-11T04:53:39.452Z | PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1598 | 2024-12-11T04:53:39.452Z | PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1599 | 2024-12-11T04:53:39.452Z | PASS [ 0.023s] nextest-runner reporter::events::tests::test_is_success |
1600 | 2024-12-11T04:53:39.452Z | PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end |
1601 | 2024-12-11T04:53:39.452Z | PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_info_response |
1602 | 2024-12-11T04:53:39.452Z | PASS [ 0.058s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1603 | 2024-12-11T04:53:39.452Z | PASS [ 0.317s] nextest-runner config::tool_config::tests::tool_config_basic |
1604 | 2024-12-11T04:53:39.452Z | PASS [ 0.018s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1605 | 2024-12-11T04:53:39.452Z | PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1606 | 2024-12-11T04:53:39.452Z | PASS [ 0.017s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1607 | 2024-12-11T04:53:39.452Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1608 | 2024-12-11T04:53:39.452Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1609 | 2024-12-11T04:53:39.452Z | PASS [ 0.029s] nextest-runner runner::imp::tests::no_capture_settings |
1610 | 2024-12-11T04:53:39.452Z | PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1611 | 2024-12-11T04:53:39.452Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1612 | 2024-12-11T04:53:39.476Z | PASS [ 0.028s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1613 | 2024-12-11T04:53:39.476Z | PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script |
1614 | 2024-12-11T04:53:39.476Z | PASS [ 0.028s] nextest-runner target_runner::tests::test_find_config |
1615 | 2024-12-11T04:53:39.476Z | PASS [ 0.021s] nextest-runner test_filter::tests::empty_pattern_examples |
1616 | 2024-12-11T04:53:39.476Z | PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples |
1617 | 2024-12-11T04:53:39.510Z | PASS [ 0.096s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1618 | 2024-12-11T04:53:39.534Z | PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1619 | 2024-12-11T04:53:39.559Z | PASS [ 0.136s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1620 | 2024-12-11T04:53:39.584Z | PASS [ 0.113s] nextest-runner test_filter::tests::proptest_empty |
1621 | 2024-12-11T04:53:39.659Z | PASS [ 0.198s] nextest-runner test_filter::tests::proptest_no_match |
1622 | 2024-12-11T04:53:39.684Z | PASS [ 0.265s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1623 | 2024-12-11T04:53:39.759Z | PASS [ 0.092s] nextest-runner::integration basic::test_list_binaries |
1624 | 2024-12-11T04:53:39.832Z | PASS [ 0.269s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1625 | 2024-12-11T04:53:39.922Z | PASS [ 0.264s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1626 | 2024-12-11T04:53:39.947Z | PASS [ 0.490s] nextest-runner test_filter::tests::proptest_exact |
1627 | 2024-12-11T04:53:40.009Z | PASS [ 0.249s] nextest-runner::integration basic::test_list_tests |
1628 | 2024-12-11T04:53:40.088Z | PASS [ 0.619s] nextest-runner test_filter::tests::proptest_substring |
1629 | 2024-12-11T04:53:40.133Z | PASS [ 0.571s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1630 | 2024-12-11T04:53:40.330Z | PASS [ 13.698s] integration-tests::integration test_run |
1631 | 2024-12-11T04:53:40.355Z | PASS [ 0.027s] nextest-runner::integration target_runner::disregards_non_matching |
1632 | 2024-12-11T04:53:40.433Z | PASS [ 0.344s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1633 | 2024-12-11T04:53:40.457Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1634 | 2024-12-11T04:53:40.481Z | PASS [ 0.461s] nextest-runner::integration basic::test_run_ignored |
1635 | 2024-12-11T04:53:40.481Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1636 | 2024-12-11T04:53:40.660Z | PASS [ 0.306s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1637 | 2024-12-11T04:53:40.879Z | PASS [ 0.408s] nextest-runner::integration target_runner::parses_cargo_env |
1638 | 2024-12-11T04:53:40.903Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_cargo_env |
1639 | 2024-12-11T04:53:40.928Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli |
1640 | 2024-12-11T04:53:40.952Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1641 | 2024-12-11T04:53:40.976Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1642 | 2024-12-11T04:53:41.001Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env |
1643 | 2024-12-11T04:53:41.025Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1644 | 2024-12-11T04:53:41.025Z | PASS [ 0.546s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1645 | 2024-12-11T04:53:41.050Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_target_cli_option |
1646 | 2024-12-11T04:53:41.050Z | PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1647 | 2024-12-11T04:53:41.600Z | PASS [ 1.661s] nextest-runner::integration basic::test_run |
1648 | 2024-12-11T04:53:42.154Z | PASS [ 1.499s] nextest-runner::integration target_runner::test_run_with_target_runner |
1649 | 2024-12-11T04:53:42.553Z | PASS [ 2.430s] nextest-runner::integration basic::test_termination |
1650 | 2024-12-11T04:53:43.499Z | PASS [ 3.671s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1651 | 2024-12-11T04:53:43.676Z | PASS [ 3.759s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1652 | 2024-12-11T04:53:43.700Z | ------------ |
1653 | 2024-12-11T04:53:43.700Z | Summary [ 21.885s] 286 tests run: 286 passed, 1 skipped |
1654 | 2024-12-11T04:53:43.724Z | |
1655 | 2024-12-11T04:53:43.725Z | real 23.014487173 |
1656 | 2024-12-11T04:53:43.725Z | user 1:02.183918929 |
1657 | 2024-12-11T04:53:43.725Z | sys 1:05.062748852 |
1658 | 2024-12-11T04:53:43.725Z | trap 0.083304071 |
1659 | 2024-12-11T04:53:43.725Z | tflt 0.068797794 |
1660 | 2024-12-11T04:53:43.725Z | dflt 0.231703120 |
1661 | 2024-12-11T04:53:43.725Z | kflt 0.003405911 |
1662 | 2024-12-11T04:53:43.725Z | lock 11:23.750236575 |
1663 | 2024-12-11T04:53:43.725Z | slp 5:00.920466692 |
1664 | 2024-12-11T04:53:43.725Z | lat 1:16.653521482 |
1665 | 2024-12-11T04:53:43.725Z | stop 2:15.101243527 |
1666 | 2024-12-11T04:53:43.725Z | process exited: duration 287557 ms, exit code 0 |
|
1667 | 2024-12-11T04:53:43.775Z | found 0 output files |