|
|
|
1 | 2024-11-28T06:43:11.163Z | job assigned to worker 01JDRR3DDZ85GF8Z293PMDQRWG [factory aws, i-0790c5a1745ea0cd9] (queued for 47 s) |
|
2 | 2024-11-28T06:43:19.140Z | starting task 0: "setup" |
3 | 2024-11-28T06:43:19.148Z | ++ uname -s |
4 | 2024-11-28T06:43:19.150Z | + kern=SunOS |
5 | 2024-11-28T06:43:19.150Z | + case "$kern" in |
6 | 2024-11-28T06:43:19.150Z | + groupadd -g 12345 build |
7 | 2024-11-28T06:43:19.153Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T06:43:21.160Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T06:43:21.249Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T06:43:21.251Z | + home_fs=zfs |
11 | 2024-11-28T06:43:21.251Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T06:43:21.251Z | + mkdir -p /home/build |
13 | 2024-11-28T06:43:21.254Z | + chown build:build /home/build /work |
14 | 2024-11-28T06:43:23.255Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T06:43:23.258Z | process exited: duration 4118 ms, exit code 0 |
|
16 | 2024-11-28T06:43:23.262Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T06:43:23.268Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T06:43:23.268Z | ' stable |
19 | 2024-11-28T06:43:23.268Z | * toolchain channel = "stable" |
20 | 2024-11-28T06:43:23.268Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T06:43:23.268Z | ' default |
22 | 2024-11-28T06:43:23.270Z | * toolchain profile = "default" |
23 | 2024-11-28T06:43:23.270Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T06:43:23.270Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-28T06:43:23.391Z | info: downloading installer |
26 | 2024-11-28T06:43:24.781Z | info: profile set to 'default' |
27 | 2024-11-28T06:43:24.781Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T06:43:24.784Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-28T06:43:24.918Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-28T06:43:24.918Z | info: downloading component 'cargo' |
31 | 2024-11-28T06:43:25.624Z | info: downloading component 'clippy' |
32 | 2024-11-28T06:43:25.893Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T06:43:26.888Z | info: downloading component 'rust-std' |
34 | 2024-11-28T06:43:28.507Z | info: downloading component 'rustc' |
35 | 2024-11-28T06:43:34.284Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T06:43:34.485Z | info: installing component 'cargo' |
37 | 2024-11-28T06:43:35.328Z | info: installing component 'clippy' |
38 | 2024-11-28T06:43:35.709Z | info: installing component 'rust-docs' |
39 | 2024-11-28T06:43:37.369Z | info: installing component 'rust-std' |
40 | 2024-11-28T06:43:39.284Z | info: installing component 'rustc' |
41 | 2024-11-28T06:43:45.343Z | info: installing component 'rustfmt' |
42 | 2024-11-28T06:43:45.660Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-28T06:43:45.660Z | |
44 | 2024-11-28T06:43:46.039Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-28T06:43:46.039Z | |
46 | 2024-11-28T06:43:46.041Z | |
47 | 2024-11-28T06:43:46.041Z | Rust is installed now. Great! |
48 | 2024-11-28T06:43:46.041Z | |
49 | 2024-11-28T06:43:46.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T06:43:46.042Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T06:43:46.042Z | |
52 | 2024-11-28T06:43:46.042Z | To configure your current shell, you need to source |
53 | 2024-11-28T06:43:46.042Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T06:43:46.042Z | |
55 | 2024-11-28T06:43:46.042Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T06:43:46.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T06:43:46.042Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T06:43:46.115Z | + rustc --version |
59 | 2024-11-28T06:43:46.183Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-28T06:43:46.186Z | process exited: duration 22920 ms, exit code 0 |
|
61 | 2024-11-28T06:43:46.192Z | starting task 2: "authentication" |
62 | 2024-11-28T06:43:46.212Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T06:43:46.218Z | starting task 3: "clone repository" |
64 | 2024-11-28T06:43:46.221Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-11-28T06:43:46.224Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-11-28T06:43:46.260Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-11-28T06:43:48.156Z | + cd /work/nextest-rs/nextest |
68 | 2024-11-28T06:43:48.156Z | + git fetch origin 4885cae6fcc78dc45a3d76aae8ae4926845cd0ae |
69 | 2024-11-28T06:43:48.578Z | From https://github.com/nextest-rs/nextest |
70 | 2024-11-28T06:43:48.578Z | * branch 4885cae6fcc78dc45a3d76aae8ae4926845cd0ae -> FETCH_HEAD |
71 | 2024-11-28T06:43:48.583Z | + [[ -n '' ]] |
72 | 2024-11-28T06:43:48.583Z | + git reset --hard 4885cae6fcc78dc45a3d76aae8ae4926845cd0ae |
73 | 2024-11-28T06:43:48.649Z | HEAD is now at 4885cae6 [nextest-runner] improvements to PausableSleep |
74 | 2024-11-28T06:43:48.652Z | process exited: duration 2433 ms, exit code 0 |
|
75 | 2024-11-28T06:43:48.656Z | starting task 4: "build" |
76 | 2024-11-28T06:43:48.665Z | + PLATFORM=illumos |
77 | 2024-11-28T06:43:48.665Z | + export CARGO_TERM_COLOR=always |
78 | 2024-11-28T06:43:48.665Z | + CARGO_TERM_COLOR=always |
79 | 2024-11-28T06:43:48.668Z | + cargo --version |
80 | 2024-11-28T06:43:48.724Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
81 | 2024-11-28T06:43:48.730Z | + rustc --version |
82 | 2024-11-28T06:43:48.787Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
83 | 2024-11-28T06:43:48.790Z | + banner install |
84 | 2024-11-28T06:43:48.793Z | |
85 | 2024-11-28T06:43:48.793Z | # # # #### ##### ## # # |
86 | 2024-11-28T06:43:48.793Z | # ## # # # # # # # |
87 | 2024-11-28T06:43:48.793Z | # # # # #### # # # # # |
88 | 2024-11-28T06:43:48.793Z | # # # # # # ###### # # |
89 | 2024-11-28T06:43:48.793Z | # # ## # # # # # # # |
90 | 2024-11-28T06:43:48.793Z | # # # #### # # # ###### ###### |
91 | 2024-11-28T06:43:48.793Z | |
92 | 2024-11-28T06:43:48.793Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-11-28T06:43:48.796Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-11-28T06:43:48.796Z | + gunzip |
95 | 2024-11-28T06:43:48.799Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-11-28T06:43:50.095Z | + banner metadata |
97 | 2024-11-28T06:43:50.100Z | |
98 | 2024-11-28T06:43:50.100Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-11-28T06:43:50.100Z | ## ## # # # # # # # # # # # |
100 | 2024-11-28T06:43:50.100Z | # ## # ##### # # # # # # # # # # |
101 | 2024-11-28T06:43:50.100Z | # # # # ###### # # ###### # ###### |
102 | 2024-11-28T06:43:50.100Z | # # # # # # # # # # # # # |
103 | 2024-11-28T06:43:50.100Z | # # ###### # # # ##### # # # # # |
104 | 2024-11-28T06:43:50.100Z | |
105 | 2024-11-28T06:43:50.100Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-11-28T06:43:50.240Z | Updating crates.io index |
107 | 2024-11-28T06:43:51.424Z | Downloading crates ... |
108 | 2024-11-28T06:43:51.518Z | Downloaded addr2line v0.21.0 |
109 | 2024-11-28T06:43:51.522Z | Downloaded adler v1.0.2 |
110 | 2024-11-28T06:43:51.536Z | Downloaded anstyle v1.0.9 |
111 | 2024-11-28T06:43:51.540Z | Downloaded autocfg v1.4.0 |
112 | 2024-11-28T06:43:51.544Z | Downloaded bytes v1.8.0 |
113 | 2024-11-28T06:43:51.549Z | Downloaded equivalent v1.0.1 |
114 | 2024-11-28T06:43:51.551Z | Downloaded anstream v0.6.17 |
115 | 2024-11-28T06:43:51.554Z | Downloaded cfg-expr v0.17.1 |
116 | 2024-11-28T06:43:51.557Z | Downloaded byteorder v1.5.0 |
117 | 2024-11-28T06:43:51.559Z | Downloaded borsh v1.5.1 |
118 | 2024-11-28T06:43:51.563Z | Downloaded anstyle-query v1.1.2 |
119 | 2024-11-28T06:43:51.566Z | Downloaded cfg_aliases v0.2.1 |
120 | 2024-11-28T06:43:51.572Z | Downloaded either v1.13.0 |
121 | 2024-11-28T06:43:51.574Z | Downloaded clap_lex v0.7.2 |
122 | 2024-11-28T06:43:51.580Z | Downloaded camino v1.1.9 |
123 | 2024-11-28T06:43:51.583Z | Downloaded backtrace v0.3.71 |
124 | 2024-11-28T06:43:51.588Z | Downloaded clap_builder v4.5.21 |
125 | 2024-11-28T06:43:51.596Z | Downloaded getrandom v0.2.15 |
126 | 2024-11-28T06:43:51.599Z | Downloaded anstyle-parse v0.2.6 |
127 | 2024-11-28T06:43:51.601Z | Downloaded errno v0.3.9 |
128 | 2024-11-28T06:43:51.603Z | Downloaded colorchoice v1.0.3 |
129 | 2024-11-28T06:43:51.606Z | Downloaded clap v4.5.21 |
130 | 2024-11-28T06:43:51.614Z | Downloaded libm v0.2.8 |
131 | 2024-11-28T06:43:51.623Z | Downloaded heck v0.5.0 |
132 | 2024-11-28T06:43:51.625Z | Downloaded miette-derive v7.4.0 |
133 | 2024-11-28T06:43:51.630Z | Downloaded backtrace-ext v0.2.1 |
134 | 2024-11-28T06:43:51.630Z | Downloaded guppy-workspace-hack v0.1.0 |
135 | 2024-11-28T06:43:51.630Z | Downloaded cfg-if v1.0.0 |
136 | 2024-11-28T06:43:51.632Z | Downloaded is_ci v1.2.0 |
137 | 2024-11-28T06:43:51.632Z | Downloaded cc v1.1.31 |
138 | 2024-11-28T06:43:51.637Z | Downloaded itoa v1.0.13 |
139 | 2024-11-28T06:43:51.645Z | Downloaded is_terminal_polyfill v1.70.1 |
140 | 2024-11-28T06:43:51.648Z | Downloaded lazy_static v1.5.0 |
141 | 2024-11-28T06:43:51.669Z | Downloaded owo-colors v4.1.0 |
142 | 2024-11-28T06:43:51.672Z | Downloaded thread_local v1.1.8 |
143 | 2024-11-28T06:43:51.678Z | Downloaded rand_core v0.6.4 |
144 | 2024-11-28T06:43:51.681Z | Downloaded target-spec v3.2.2 |
145 | 2024-11-28T06:43:51.683Z | Downloaded tokio-macros v2.4.0 |
146 | 2024-11-28T06:43:51.685Z | Downloaded thiserror-impl v1.0.69 |
147 | 2024-11-28T06:43:51.687Z | Downloaded signal-hook-registry v1.4.2 |
148 | 2024-11-28T06:43:51.688Z | Downloaded smol_str v0.3.2 |
149 | 2024-11-28T06:43:51.690Z | Downloaded shlex v1.3.0 |
150 | 2024-11-28T06:43:51.692Z | Downloaded once_cell v1.20.2 |
151 | 2024-11-28T06:43:51.694Z | Downloaded console v0.15.8 |
152 | 2024-11-28T06:43:51.697Z | Downloaded jobserver v0.1.32 |
153 | 2024-11-28T06:43:51.700Z | Downloaded num-traits v0.2.19 |
154 | 2024-11-28T06:43:51.720Z | Downloaded unicase v2.8.0 |
155 | 2024-11-28T06:43:51.720Z | Downloaded xxhash-rust v0.8.12 |
156 | 2024-11-28T06:43:51.720Z | Downloaded utf8parse v0.2.2 |
157 | 2024-11-28T06:43:51.720Z | Downloaded rand_chacha v0.3.1 |
158 | 2024-11-28T06:43:51.720Z | Downloaded supports-hyperlinks v3.0.0 |
159 | 2024-11-28T06:43:51.720Z | Downloaded strsim v0.11.1 |
160 | 2024-11-28T06:43:51.720Z | Downloaded supports-unicode v3.0.0 |
161 | 2024-11-28T06:43:51.720Z | Downloaded rustc-demangle v0.1.24 |
162 | 2024-11-28T06:43:51.720Z | Downloaded pin-project-lite v0.2.15 |
163 | 2024-11-28T06:43:51.724Z | Downloaded unicode-linebreak v0.1.5 |
164 | 2024-11-28T06:43:51.724Z | Downloaded terminal_size v0.4.0 |
165 | 2024-11-28T06:43:51.731Z | Downloaded target-lexicon v0.12.16 |
166 | 2024-11-28T06:43:51.738Z | Downloaded supports-color v3.0.2 |
167 | 2024-11-28T06:43:51.738Z | Downloaded log v0.4.22 |
168 | 2024-11-28T06:43:51.738Z | Downloaded bitflags v2.6.0 |
169 | 2024-11-28T06:43:51.742Z | Downloaded miniz_oxide v0.7.4 |
170 | 2024-11-28T06:43:51.745Z | Downloaded ppv-lite86 v0.2.20 |
171 | 2024-11-28T06:43:51.747Z | Downloaded quote v1.0.37 |
172 | 2024-11-28T06:43:51.755Z | Downloaded tracing-log v0.2.0 |
173 | 2024-11-28T06:43:51.755Z | Downloaded smallvec v1.13.2 |
174 | 2024-11-28T06:43:51.755Z | Downloaded zerocopy-derive v0.7.35 |
175 | 2024-11-28T06:43:51.766Z | Downloaded thiserror v1.0.69 |
176 | 2024-11-28T06:43:51.766Z | Downloaded unicode-ident v1.0.14 |
177 | 2024-11-28T06:43:51.769Z | Downloaded sharded-slab v0.1.7 |
178 | 2024-11-28T06:43:51.771Z | Downloaded proc-macro2 v1.0.92 |
179 | 2024-11-28T06:43:51.773Z | Downloaded indexmap v2.6.0 |
180 | 2024-11-28T06:43:51.778Z | Downloaded socket2 v0.5.7 |
181 | 2024-11-28T06:43:51.781Z | Downloaded ryu v1.0.18 |
182 | 2024-11-28T06:43:51.784Z | Downloaded serde_derive v1.0.215 |
183 | 2024-11-28T06:43:51.787Z | Downloaded textwrap v0.16.1 |
184 | 2024-11-28T06:43:51.790Z | Downloaded mio v1.0.2 |
185 | 2024-11-28T06:43:51.795Z | Downloaded clap_derive v4.5.18 |
186 | 2024-11-28T06:43:51.802Z | Downloaded tracing-core v0.1.32 |
187 | 2024-11-28T06:43:51.813Z | Downloaded memchr v2.7.4 |
188 | 2024-11-28T06:43:51.820Z | Downloaded serde v1.0.215 |
189 | 2024-11-28T06:43:51.831Z | Downloaded rand v0.8.5 |
190 | 2024-11-28T06:43:51.835Z | Downloaded tracing v0.1.40 |
191 | 2024-11-28T06:43:51.840Z | Downloaded miette v7.4.0 |
192 | 2024-11-28T06:43:51.845Z | Downloaded hashbrown v0.15.1 |
193 | 2024-11-28T06:43:51.873Z | Downloaded serde_json v1.0.133 |
194 | 2024-11-28T06:43:51.881Z | Downloaded zerocopy v0.7.35 |
195 | 2024-11-28T06:43:51.916Z | Downloaded tracing-subscriber v0.3.18 |
196 | 2024-11-28T06:43:51.943Z | Downloaded gimli v0.28.1 |
197 | 2024-11-28T06:43:51.952Z | Downloaded unicode-width v0.2.0 |
198 | 2024-11-28T06:43:51.960Z | Downloaded unicode-width v0.1.14 |
199 | 2024-11-28T06:43:51.965Z | Downloaded syn v2.0.89 |
200 | 2024-11-28T06:43:51.977Z | Downloaded object v0.32.2 |
201 | 2024-11-28T06:43:51.987Z | Downloaded rustix v0.38.37 |
202 | 2024-11-28T06:43:52.053Z | Downloaded tokio v1.41.1 |
203 | 2024-11-28T06:43:52.089Z | Downloaded libc v0.2.166 |
204 | 2024-11-28T06:43:52.284Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-11-28T06:43:52.284Z | Compiling unicode-ident v1.0.14 |
206 | 2024-11-28T06:43:52.287Z | Compiling libc v0.2.166 |
207 | 2024-11-28T06:43:52.287Z | Compiling cfg-if v1.0.0 |
208 | 2024-11-28T06:43:52.287Z | Compiling serde v1.0.215 |
209 | 2024-11-28T06:43:52.301Z | Compiling shlex v1.3.0 |
210 | 2024-11-28T06:43:52.305Z | Compiling once_cell v1.20.2 |
211 | 2024-11-28T06:43:52.400Z | Compiling rustix v0.38.37 |
212 | 2024-11-28T06:43:52.497Z | Compiling memchr v2.7.4 |
213 | 2024-11-28T06:43:52.697Z | Compiling bitflags v2.6.0 |
214 | 2024-11-28T06:43:52.778Z | Compiling tracing-core v0.1.32 |
215 | 2024-11-28T06:43:53.009Z | Compiling adler v1.0.2 |
216 | 2024-11-28T06:43:53.096Z | Compiling gimli v0.28.1 |
217 | 2024-11-28T06:43:53.231Z | Compiling byteorder v1.5.0 |
218 | 2024-11-28T06:43:53.244Z | Compiling camino v1.1.9 |
219 | 2024-11-28T06:43:53.572Z | Compiling utf8parse v0.2.2 |
220 | 2024-11-28T06:43:53.729Z | Compiling anstyle-parse v0.2.6 |
221 | 2024-11-28T06:43:53.853Z | Compiling jobserver v0.1.32 |
222 | 2024-11-28T06:43:53.952Z | Compiling object v0.32.2 |
223 | 2024-11-28T06:43:54.117Z | Compiling quote v1.0.37 |
224 | 2024-11-28T06:43:54.376Z | Compiling cc v1.1.31 |
225 | 2024-11-28T06:43:54.387Z | Compiling miniz_oxide v0.7.4 |
226 | 2024-11-28T06:43:54.695Z | Compiling syn v2.0.89 |
227 | 2024-11-28T06:43:54.763Z | Compiling errno v0.3.9 |
228 | 2024-11-28T06:43:54.778Z | Compiling getrandom v0.2.15 |
229 | 2024-11-28T06:43:54.858Z | Compiling owo-colors v4.1.0 |
230 | 2024-11-28T06:43:55.118Z | Compiling rustc-demangle v0.1.24 |
231 | 2024-11-28T06:43:55.209Z | Compiling unicode-width v0.1.14 |
232 | 2024-11-28T06:43:55.265Z | Compiling autocfg v1.4.0 |
233 | 2024-11-28T06:43:55.760Z | Compiling thiserror v1.0.69 |
234 | 2024-11-28T06:43:56.172Z | Compiling libm v0.2.8 |
235 | 2024-11-28T06:43:56.207Z | Compiling colorchoice v1.0.3 |
236 | 2024-11-28T06:43:56.359Z | Compiling terminal_size v0.4.0 |
237 | 2024-11-28T06:43:56.371Z | Compiling lazy_static v1.5.0 |
238 | 2024-11-28T06:43:56.502Z | Compiling anstyle v1.0.9 |
239 | 2024-11-28T06:43:56.575Z | Compiling target-lexicon v0.12.16 |
240 | 2024-11-28T06:43:56.587Z | Compiling is_terminal_polyfill v1.70.1 |
241 | 2024-11-28T06:43:56.710Z | Compiling anstyle-query v1.1.2 |
242 | 2024-11-28T06:43:56.814Z | Compiling serde_json v1.0.133 |
243 | 2024-11-28T06:43:56.858Z | Compiling anstream v0.6.17 |
244 | 2024-11-28T06:43:57.203Z | Compiling num-traits v0.2.19 |
245 | 2024-11-28T06:43:57.301Z | Compiling rand_core v0.6.4 |
246 | 2024-11-28T06:43:57.532Z | Compiling ryu v1.0.18 |
247 | 2024-11-28T06:43:57.579Z | Compiling unicase v2.8.0 |
248 | 2024-11-28T06:43:57.639Z | Compiling addr2line v0.21.0 |
249 | 2024-11-28T06:43:57.753Z | Compiling is_ci v1.2.0 |
250 | 2024-11-28T06:43:57.786Z | Compiling backtrace v0.3.71 |
251 | 2024-11-28T06:43:57.888Z | Compiling pin-project-lite v0.2.15 |
252 | 2024-11-28T06:43:57.978Z | Compiling guppy-workspace-hack v0.1.0 |
253 | 2024-11-28T06:43:58.009Z | Compiling itoa v1.0.13 |
254 | 2024-11-28T06:43:58.021Z | Compiling heck v0.5.0 |
255 | 2024-11-28T06:43:58.234Z | Compiling log v0.4.22 |
256 | 2024-11-28T06:43:58.301Z | Compiling unicode-width v0.2.0 |
257 | 2024-11-28T06:43:58.337Z | Compiling clap_lex v0.7.2 |
258 | 2024-11-28T06:43:58.417Z | Compiling unicode-linebreak v0.1.5 |
259 | 2024-11-28T06:43:58.429Z | Compiling strsim v0.11.1 |
260 | 2024-11-28T06:43:58.686Z | Compiling tracing-log v0.2.0 |
261 | 2024-11-28T06:43:58.819Z | Compiling textwrap v0.16.1 |
262 | 2024-11-28T06:43:58.919Z | Compiling clap_builder v4.5.21 |
263 | 2024-11-28T06:43:58.949Z | Compiling tracing v0.1.40 |
264 | 2024-11-28T06:43:59.207Z | Compiling supports-color v3.0.2 |
265 | 2024-11-28T06:43:59.628Z | Compiling sharded-slab v0.1.7 |
266 | 2024-11-28T06:44:00.026Z | Compiling mio v1.0.2 |
267 | 2024-11-28T06:44:00.106Z | Compiling signal-hook-registry v1.4.2 |
268 | 2024-11-28T06:44:00.975Z | Compiling thread_local v1.1.8 |
269 | 2024-11-28T06:44:01.025Z | Compiling smallvec v1.13.2 |
270 | 2024-11-28T06:44:01.287Z | Compiling supports-hyperlinks v3.0.0 |
271 | 2024-11-28T06:44:01.487Z | Compiling bytes v1.8.0 |
272 | 2024-11-28T06:44:01.567Z | Compiling backtrace-ext v0.2.1 |
273 | 2024-11-28T06:44:01.570Z | Compiling supports-unicode v3.0.0 |
274 | 2024-11-28T06:44:01.715Z | Compiling target-spec v3.2.2 |
275 | 2024-11-28T06:44:01.738Z | Compiling hashbrown v0.15.1 |
276 | 2024-11-28T06:44:01.858Z | Compiling equivalent v1.0.1 |
277 | 2024-11-28T06:44:01.884Z | Compiling cfg-expr v0.17.1 |
278 | 2024-11-28T06:44:01.963Z | Compiling tracing-subscriber v0.3.18 |
279 | 2024-11-28T06:44:02.966Z | Compiling console v0.15.8 |
280 | 2024-11-28T06:44:03.032Z | Compiling xxhash-rust v0.8.12 |
281 | 2024-11-28T06:44:03.360Z | Compiling either v1.13.0 |
282 | 2024-11-28T06:44:05.324Z | Compiling serde_derive v1.0.215 |
283 | 2024-11-28T06:44:05.527Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-11-28T06:44:05.593Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-11-28T06:44:05.942Z | Compiling miette-derive v7.4.0 |
286 | 2024-11-28T06:44:06.077Z | Compiling clap_derive v4.5.18 |
287 | 2024-11-28T06:44:06.113Z | Compiling tokio-macros v2.4.0 |
288 | 2024-11-28T06:44:07.588Z | Compiling zerocopy v0.7.35 |
289 | 2024-11-28T06:44:07.662Z | Compiling tokio v1.41.1 |
290 | 2024-11-28T06:44:08.742Z | Compiling miette v7.4.0 |
291 | 2024-11-28T06:44:09.233Z | Compiling ppv-lite86 v0.2.20 |
292 | 2024-11-28T06:44:10.151Z | Compiling rand_chacha v0.3.1 |
293 | 2024-11-28T06:44:10.454Z | Compiling clap v4.5.21 |
294 | 2024-11-28T06:44:10.566Z | Compiling rand v0.8.5 |
295 | 2024-11-28T06:44:15.412Z | Compiling indexmap v2.6.0 |
296 | 2024-11-28T06:44:15.412Z | Compiling smol_str v0.3.2 |
297 | 2024-11-28T06:44:16.280Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-11-28T06:44:17.586Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-11-28T06:44:19.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s |
300 | 2024-11-28T06:44:19.950Z | |
301 | 2024-11-28T06:44:19.950Z | real 29.823638050 |
302 | 2024-11-28T06:44:19.950Z | user 2:28.176311722 |
303 | 2024-11-28T06:44:19.950Z | sys 30.266579092 |
304 | 2024-11-28T06:44:19.953Z | trap 0.096936911 |
305 | 2024-11-28T06:44:19.953Z | tflt 0.298692605 |
306 | 2024-11-28T06:44:19.953Z | dflt 0.348636043 |
307 | 2024-11-28T06:44:19.953Z | kflt 0.002037214 |
308 | 2024-11-28T06:44:19.953Z | lock 3:40.792036895 |
309 | 2024-11-28T06:44:19.953Z | slp 8:48.024500951 |
310 | 2024-11-28T06:44:19.953Z | lat 8.388500219 |
311 | 2024-11-28T06:44:19.953Z | stop 17.018131952 |
312 | 2024-11-28T06:44:19.953Z | + banner no-update |
313 | 2024-11-28T06:44:19.953Z | |
314 | 2024-11-28T06:44:19.953Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-11-28T06:44:19.953Z | ## # # # # # # # # # # # # # |
316 | 2024-11-28T06:44:19.953Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-11-28T06:44:19.953Z | # # # # # # # ##### # # ###### # # |
318 | 2024-11-28T06:44:19.953Z | # ## # # # # # # # # # # # |
319 | 2024-11-28T06:44:19.953Z | # # #### #### # ##### # # # ###### |
320 | 2024-11-28T06:44:19.953Z | |
321 | 2024-11-28T06:44:19.953Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-11-28T06:44:20.088Z | Downloading crates ... |
323 | 2024-11-28T06:44:20.172Z | Downloaded fixedbitset v0.4.2 |
324 | 2024-11-28T06:44:20.223Z | Downloaded async-scoped v0.9.0 |
325 | 2024-11-28T06:44:20.226Z | Downloaded aho-corasick v1.1.3 |
326 | 2024-11-28T06:44:20.230Z | Downloaded ahash v0.8.11 |
327 | 2024-11-28T06:44:20.232Z | Downloaded config v0.14.1 |
328 | 2024-11-28T06:44:20.240Z | Downloaded camino-tempfile v1.1.1 |
329 | 2024-11-28T06:44:20.247Z | Downloaded futures-core v0.3.31 |
330 | 2024-11-28T06:44:20.254Z | Downloaded enable-ansi-support v0.2.1 |
331 | 2024-11-28T06:44:20.257Z | Downloaded futures-executor v0.3.31 |
332 | 2024-11-28T06:44:20.257Z | Downloaded future-queue v0.3.0 |
333 | 2024-11-28T06:44:20.261Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-11-28T06:44:20.264Z | Downloaded futures-macro v0.3.31 |
335 | 2024-11-28T06:44:20.267Z | Downloaded filetime v0.2.25 |
336 | 2024-11-28T06:44:20.267Z | Downloaded fastrand v2.1.1 |
337 | 2024-11-28T06:44:20.269Z | Downloaded dialoguer v0.11.0 |
338 | 2024-11-28T06:44:20.272Z | Downloaded eyre v0.6.12 |
339 | 2024-11-28T06:44:20.274Z | Downloaded base64 v0.21.7 |
340 | 2024-11-28T06:44:20.277Z | Downloaded debug-ignore v1.0.5 |
341 | 2024-11-28T06:44:20.279Z | Downloaded cargo-platform v0.1.8 |
342 | 2024-11-28T06:44:20.284Z | Downloaded atomicwrites v0.4.4 |
343 | 2024-11-28T06:44:20.291Z | Downloaded indenter v0.3.3 |
344 | 2024-11-28T06:44:20.294Z | Downloaded number_prefix v0.4.0 |
345 | 2024-11-28T06:44:20.299Z | Downloaded humantime-serde v1.1.1 |
346 | 2024-11-28T06:44:20.301Z | Downloaded futures-task v0.3.31 |
347 | 2024-11-28T06:44:20.301Z | Downloaded fnv v1.0.7 |
348 | 2024-11-28T06:44:20.303Z | Downloaded display-error-chain v0.2.2 |
349 | 2024-11-28T06:44:20.306Z | Downloaded nested v0.1.1 |
350 | 2024-11-28T06:44:20.313Z | Downloaded os_pipe v1.2.1 |
351 | 2024-11-28T06:44:20.316Z | Downloaded futures-io v0.3.31 |
352 | 2024-11-28T06:44:20.319Z | Downloaded humantime v2.1.0 |
353 | 2024-11-28T06:44:20.322Z | Downloaded futures-channel v0.3.31 |
354 | 2024-11-28T06:44:20.324Z | Downloaded target-spec-miette v0.4.0 |
355 | 2024-11-28T06:44:20.324Z | Downloaded swrite v0.1.0 |
356 | 2024-11-28T06:44:20.328Z | Downloaded home v0.5.9 |
357 | 2024-11-28T06:44:20.331Z | Downloaded slab v0.4.9 |
358 | 2024-11-28T06:44:20.335Z | Downloaded tinyvec_macros v0.1.1 |
359 | 2024-11-28T06:44:20.337Z | Downloaded futures-sink v0.3.31 |
360 | 2024-11-28T06:44:20.343Z | Downloaded xattr v1.3.1 |
361 | 2024-11-28T06:44:20.350Z | Downloaded pin-utils v0.1.0 |
362 | 2024-11-28T06:44:20.353Z | Downloaded shell-words v1.1.0 |
363 | 2024-11-28T06:44:20.353Z | Downloaded quick-junit v0.5.1 |
364 | 2024-11-28T06:44:20.356Z | Downloaded pathdiff v0.2.3 |
365 | 2024-11-28T06:44:20.356Z | Downloaded newtype-uuid v1.1.3 |
366 | 2024-11-28T06:44:20.358Z | Downloaded iana-time-zone v0.1.61 |
367 | 2024-11-28T06:44:20.361Z | Downloaded globset v0.4.15 |
368 | 2024-11-28T06:44:20.366Z | Downloaded toml_datetime v0.6.8 |
369 | 2024-11-28T06:44:20.369Z | Downloaded static_assertions v1.1.0 |
370 | 2024-11-28T06:44:20.369Z | Downloaded pin-project-internal v1.1.7 |
371 | 2024-11-28T06:44:20.373Z | Downloaded pkg-config v0.3.31 |
372 | 2024-11-28T06:44:20.376Z | Downloaded vte_generate_state_changes v0.1.2 |
373 | 2024-11-28T06:44:20.376Z | Downloaded serde_ignored v0.1.10 |
374 | 2024-11-28T06:44:20.378Z | Downloaded owo-colors v3.5.0 |
375 | 2024-11-28T06:44:20.381Z | Downloaded thiserror-impl v2.0.3 |
376 | 2024-11-28T06:44:20.384Z | Downloaded zeroize v1.8.1 |
377 | 2024-11-28T06:44:20.384Z | Downloaded version_check v0.9.5 |
378 | 2024-11-28T06:44:20.386Z | Downloaded tracing-error v0.2.0 |
379 | 2024-11-28T06:44:20.386Z | Downloaded serde_spanned v0.6.8 |
380 | 2024-11-28T06:44:20.386Z | Downloaded shared_child v1.0.1 |
381 | 2024-11-28T06:44:20.388Z | Downloaded serde_path_to_error v0.1.16 |
382 | 2024-11-28T06:44:20.391Z | Downloaded tracing-attributes v0.1.27 |
383 | 2024-11-28T06:44:20.391Z | Downloaded futures v0.3.31 |
384 | 2024-11-28T06:44:20.396Z | Downloaded tokio-stream v0.1.16 |
385 | 2024-11-28T06:44:20.403Z | Downloaded strip-ansi-escapes v0.2.0 |
386 | 2024-11-28T06:44:20.406Z | Downloaded semver v1.0.23 |
387 | 2024-11-28T06:44:20.410Z | Downloaded tempfile v3.13.0 |
388 | 2024-11-28T06:44:20.412Z | Downloaded zstd v0.13.2 |
389 | 2024-11-28T06:44:20.415Z | Downloaded thiserror v2.0.3 |
390 | 2024-11-28T06:44:20.420Z | Downloaded pin-project v1.1.7 |
391 | 2024-11-28T06:44:20.429Z | Downloaded toml v0.8.19 |
392 | 2024-11-28T06:44:20.433Z | Downloaded indicatif v0.17.9 |
393 | 2024-11-28T06:44:20.436Z | Downloaded duct v0.13.7 |
394 | 2024-11-28T06:44:20.439Z | Downloaded zstd-safe v7.2.1 |
395 | 2024-11-28T06:44:20.441Z | Downloaded vte v0.11.1 |
396 | 2024-11-28T06:44:20.444Z | Downloaded uuid v1.11.0 |
397 | 2024-11-28T06:44:20.446Z | Downloaded tinyvec v1.8.0 |
398 | 2024-11-28T06:44:20.451Z | Downloaded ron v0.8.1 |
399 | 2024-11-28T06:44:20.456Z | Downloaded tar v0.4.43 |
400 | 2024-11-28T06:44:20.491Z | Downloaded minimal-lexical v0.2.1 |
401 | 2024-11-28T06:44:20.495Z | Downloaded toml_edit v0.22.22 |
402 | 2024-11-28T06:44:20.515Z | Downloaded nom v7.1.3 |
403 | 2024-11-28T06:44:20.522Z | Downloaded guppy v0.17.8 |
404 | 2024-11-28T06:44:20.536Z | Downloaded bstr v1.11.0 |
405 | 2024-11-28T06:44:20.546Z | Downloaded itertools v0.13.0 |
406 | 2024-11-28T06:44:20.557Z | Downloaded futures-util v0.3.31 |
407 | 2024-11-28T06:44:20.568Z | Downloaded unicode-normalization v0.1.24 |
408 | 2024-11-28T06:44:20.571Z | Downloaded color-spantrace v0.2.1 |
409 | 2024-11-28T06:44:20.574Z | Downloaded portable-atomic v1.9.0 |
410 | 2024-11-28T06:44:20.580Z | Downloaded quick-xml v0.37.1 |
411 | 2024-11-28T06:44:20.587Z | Downloaded chrono v0.4.38 |
412 | 2024-11-28T06:44:20.594Z | Downloaded winnow v0.6.20 |
413 | 2024-11-28T06:44:20.616Z | Downloaded regex v1.11.1 |
414 | 2024-11-28T06:44:20.643Z | Downloaded color-eyre v0.6.3 |
415 | 2024-11-28T06:44:20.651Z | Downloaded nix v0.29.0 |
416 | 2024-11-28T06:44:20.661Z | Downloaded regex-syntax v0.8.5 |
417 | 2024-11-28T06:44:20.704Z | Downloaded regex-automata v0.4.8 |
418 | 2024-11-28T06:44:20.737Z | Downloaded petgraph v0.6.5 |
419 | 2024-11-28T06:44:20.752Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
420 | 2024-11-28T06:44:20.799Z | Downloaded recursion v0.5.2 |
421 | 2024-11-28T06:44:20.837Z | Compiling rustix v0.38.37 |
422 | 2024-11-28T06:44:20.839Z | Compiling tracing-attributes v0.1.27 |
423 | 2024-11-28T06:44:20.888Z | Compiling slab v0.4.9 |
424 | 2024-11-28T06:44:20.891Z | Compiling futures-core v0.3.31 |
425 | 2024-11-28T06:44:20.896Z | Compiling futures-sink v0.3.31 |
426 | 2024-11-28T06:44:20.898Z | Compiling pkg-config v0.3.31 |
427 | 2024-11-28T06:44:20.904Z | Compiling futures-macro v0.3.31 |
428 | 2024-11-28T06:44:20.906Z | Compiling version_check v0.9.5 |
429 | 2024-11-28T06:44:21.013Z | Compiling semver v1.0.23 |
430 | 2024-11-28T06:44:21.108Z | Compiling futures-channel v0.3.31 |
431 | 2024-11-28T06:44:21.493Z | Compiling futures-task v0.3.31 |
432 | 2024-11-28T06:44:21.509Z | Compiling futures-io v0.3.31 |
433 | 2024-11-28T06:44:21.587Z | Compiling pin-utils v0.1.0 |
434 | 2024-11-28T06:44:21.717Z | Compiling aho-corasick v1.1.3 |
435 | 2024-11-28T06:44:21.764Z | Compiling winnow v0.6.20 |
436 | 2024-11-28T06:44:21.807Z | Compiling fastrand v2.1.1 |
437 | 2024-11-28T06:44:22.001Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
438 | 2024-11-28T06:44:22.371Z | Compiling regex-syntax v0.8.5 |
439 | 2024-11-28T06:44:22.622Z | Compiling ahash v0.8.11 |
440 | 2024-11-28T06:44:22.647Z | Compiling futures-util v0.3.31 |
441 | 2024-11-28T06:44:22.996Z | Compiling thiserror v2.0.3 |
442 | 2024-11-28T06:44:23.827Z | Compiling terminal_size v0.4.0 |
443 | 2024-11-28T06:44:23.834Z | Compiling tracing v0.1.40 |
444 | 2024-11-28T06:44:24.064Z | Compiling clap_builder v4.5.21 |
445 | 2024-11-28T06:44:24.301Z | Compiling tokio v1.41.1 |
446 | 2024-11-28T06:44:24.515Z | Compiling miette v7.4.0 |
447 | 2024-11-28T06:44:25.369Z | Compiling tempfile v3.13.0 |
448 | 2024-11-28T06:44:26.276Z | Compiling regex-automata v0.4.8 |
449 | 2024-11-28T06:44:28.206Z | Compiling clap v4.5.21 |
450 | 2024-11-28T06:44:28.224Z | Compiling pathdiff v0.2.3 |
451 | 2024-11-28T06:44:28.307Z | Compiling cargo-platform v0.1.8 |
452 | 2024-11-28T06:44:28.363Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-28T06:44:28.593Z | Compiling toml_datetime v0.6.8 |
454 | 2024-11-28T06:44:28.917Z | Compiling thiserror-impl v2.0.3 |
455 | 2024-11-28T06:44:29.152Z | Compiling vte_generate_state_changes v0.1.2 |
456 | 2024-11-28T06:44:29.211Z | Compiling fixedbitset v0.4.2 |
457 | 2024-11-28T06:44:29.688Z | Compiling cfg_aliases v0.2.1 |
458 | 2024-11-28T06:44:29.695Z | Compiling portable-atomic v1.9.0 |
459 | 2024-11-28T06:44:29.770Z | Compiling newtype-uuid v1.1.3 |
460 | 2024-11-28T06:44:29.797Z | Compiling zstd-safe v7.2.1 |
461 | 2024-11-28T06:44:30.100Z | Compiling vte v0.11.1 |
462 | 2024-11-28T06:44:30.160Z | Compiling nix v0.29.0 |
463 | 2024-11-28T06:44:30.661Z | Compiling petgraph v0.6.5 |
464 | 2024-11-28T06:44:31.025Z | Compiling toml_edit v0.22.22 |
465 | 2024-11-28T06:44:31.571Z | Compiling cargo_metadata v0.18.1 |
466 | 2024-11-28T06:44:32.037Z | Compiling futures-executor v0.3.31 |
467 | 2024-11-28T06:44:33.095Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
468 | 2024-11-28T06:44:33.183Z | Compiling itertools v0.13.0 |
469 | 2024-11-28T06:44:33.286Z | Compiling pin-project-internal v1.1.7 |
470 | 2024-11-28T06:44:34.184Z | Compiling uuid v1.11.0 |
471 | 2024-11-28T06:44:35.053Z | Compiling bstr v1.11.0 |
472 | 2024-11-28T06:44:35.395Z | Compiling iana-time-zone v0.1.61 |
473 | 2024-11-28T06:44:35.930Z | Compiling nested v0.1.1 |
474 | 2024-11-28T06:44:35.937Z | Compiling indenter v0.3.3 |
475 | 2024-11-28T06:44:36.017Z | Compiling eyre v0.6.12 |
476 | 2024-11-28T06:44:36.071Z | Compiling debug-ignore v1.0.5 |
477 | 2024-11-28T06:44:36.197Z | Compiling minimal-lexical v0.2.1 |
478 | 2024-11-28T06:44:36.252Z | Compiling tinyvec_macros v0.1.1 |
479 | 2024-11-28T06:44:36.259Z | Compiling static_assertions v1.1.0 |
480 | 2024-11-28T06:44:36.330Z | Compiling guppy v0.17.8 |
481 | 2024-11-28T06:44:36.341Z | Compiling tinyvec v1.8.0 |
482 | 2024-11-28T06:44:36.431Z | Compiling pin-project v1.1.7 |
483 | 2024-11-28T06:44:36.539Z | Compiling globset v0.4.15 |
484 | 2024-11-28T06:44:36.696Z | Compiling nom v7.1.3 |
485 | 2024-11-28T06:44:36.963Z | Compiling chrono v0.4.38 |
486 | 2024-11-28T06:44:38.111Z | Compiling toml v0.8.19 |
487 | 2024-11-28T06:44:38.646Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
488 | 2024-11-28T06:44:39.912Z | Compiling futures v0.3.31 |
489 | 2024-11-28T06:44:40.010Z | Compiling strip-ansi-escapes v0.2.0 |
490 | 2024-11-28T06:44:40.415Z | Compiling regex v1.11.1 |
491 | 2024-11-28T06:44:40.449Z | Compiling tracing-error v0.2.0 |
492 | 2024-11-28T06:44:40.773Z | Compiling xattr v1.3.1 |
493 | 2024-11-28T06:44:40.781Z | Compiling filetime v0.2.25 |
494 | 2024-11-28T06:44:41.005Z | Compiling os_pipe v1.2.1 |
495 | 2024-11-28T06:44:41.015Z | Compiling shared_child v1.0.1 |
496 | 2024-11-28T06:44:41.091Z | Compiling quick-xml v0.37.1 |
497 | 2024-11-28T06:44:41.289Z | Compiling shell-words v1.1.0 |
498 | 2024-11-28T06:44:41.414Z | Compiling recursion v0.5.2 |
499 | 2024-11-28T06:44:41.467Z | Compiling owo-colors v3.5.0 |
500 | 2024-11-28T06:44:41.493Z | Compiling fnv v1.0.7 |
501 | 2024-11-28T06:44:41.570Z | Compiling humantime v2.1.0 |
502 | 2024-11-28T06:44:41.580Z | Compiling number_prefix v0.4.0 |
503 | 2024-11-28T06:44:41.603Z | Compiling future-queue v0.3.0 |
504 | 2024-11-28T06:44:41.615Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
505 | 2024-11-28T06:44:41.787Z | Compiling indicatif v0.17.9 |
506 | 2024-11-28T06:44:41.970Z | Compiling humantime-serde v1.1.1 |
507 | 2024-11-28T06:44:42.108Z | Compiling zstd v0.13.2 |
508 | 2024-11-28T06:44:42.187Z | Compiling duct v0.13.7 |
509 | 2024-11-28T06:44:42.743Z | Compiling quick-junit v0.5.1 |
510 | 2024-11-28T06:44:43.262Z | Compiling tar v0.4.43 |
511 | 2024-11-28T06:44:43.666Z | Compiling color-spantrace v0.2.1 |
512 | 2024-11-28T06:44:43.871Z | Compiling async-scoped v0.9.0 |
513 | 2024-11-28T06:44:43.936Z | Compiling config v0.14.1 |
514 | 2024-11-28T06:44:44.160Z | Compiling unicode-normalization v0.1.24 |
515 | 2024-11-28T06:44:44.440Z | Compiling tokio-stream v0.1.16 |
516 | 2024-11-28T06:44:45.108Z | Compiling target-spec-miette v0.4.0 |
517 | 2024-11-28T06:44:45.335Z | Compiling atomicwrites v0.4.4 |
518 | 2024-11-28T06:44:45.398Z | Compiling camino-tempfile v1.1.1 |
519 | 2024-11-28T06:44:45.435Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
520 | 2024-11-28T06:44:45.462Z | Compiling serde_ignored v0.1.10 |
521 | 2024-11-28T06:44:45.481Z | Compiling serde_path_to_error v0.1.16 |
522 | 2024-11-28T06:44:45.680Z | Compiling home v0.5.9 |
523 | 2024-11-28T06:44:45.848Z | Compiling zeroize v1.8.1 |
524 | 2024-11-28T06:44:45.869Z | Compiling display-error-chain v0.2.2 |
525 | 2024-11-28T06:44:45.955Z | Compiling swrite v0.1.0 |
526 | 2024-11-28T06:44:45.987Z | Compiling color-eyre v0.6.3 |
527 | 2024-11-28T06:44:46.038Z | Compiling enable-ansi-support v0.2.1 |
528 | 2024-11-28T06:44:46.056Z | Compiling dialoguer v0.11.0 |
529 | 2024-11-28T06:44:46.152Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
530 | 2024-11-28T06:45:11.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.16s |
531 | 2024-11-28T06:45:11.227Z | |
532 | 2024-11-28T06:45:11.230Z | real 51.254898585 |
533 | 2024-11-28T06:45:11.230Z | user 3:34.311102377 |
534 | 2024-11-28T06:45:11.230Z | sys 38.799420203 |
535 | 2024-11-28T06:45:11.230Z | trap 0.120498241 |
536 | 2024-11-28T06:45:11.230Z | tflt 0.418286118 |
537 | 2024-11-28T06:45:11.230Z | dflt 0.366407332 |
538 | 2024-11-28T06:45:11.230Z | kflt 0.002614053 |
539 | 2024-11-28T06:45:11.230Z | lock 6:16.753242597 |
540 | 2024-11-28T06:45:11.230Z | slp 13:52.849603500 |
541 | 2024-11-28T06:45:11.230Z | lat 7.144328728 |
542 | 2024-11-28T06:45:11.230Z | stop 8.058640219 |
543 | 2024-11-28T06:45:11.230Z | + banner nextest |
544 | 2024-11-28T06:45:11.230Z | |
545 | 2024-11-28T06:45:11.230Z | # # ###### # # ##### ###### #### ##### |
546 | 2024-11-28T06:45:11.230Z | ## # # # # # # # # |
547 | 2024-11-28T06:45:11.230Z | # # # ##### ## # ##### #### # |
548 | 2024-11-28T06:45:11.230Z | # # # # ## # # # # |
549 | 2024-11-28T06:45:11.230Z | # ## # # # # # # # # |
550 | 2024-11-28T06:45:11.230Z | # # ###### # # # ###### #### # |
551 | 2024-11-28T06:45:11.230Z | |
552 | 2024-11-28T06:45:11.230Z | + ptime -m cargo build --package cargo-nextest |
553 | 2024-11-28T06:45:11.376Z | Downloading crates ... |
554 | 2024-11-28T06:45:11.610Z | Downloaded hex v0.4.3 |
555 | 2024-11-28T06:45:11.613Z | Downloaded rustc_version v0.4.1 |
556 | 2024-11-28T06:45:11.620Z | Downloaded spki v0.7.3 |
557 | 2024-11-28T06:45:11.631Z | Downloaded foreign-types-shared v0.1.1 |
558 | 2024-11-28T06:45:11.633Z | Downloaded try-lock v0.2.5 |
559 | 2024-11-28T06:45:11.646Z | Downloaded foreign-types v0.3.2 |
560 | 2024-11-28T06:45:11.652Z | Downloaded mukti-metadata v0.3.0 |
561 | 2024-11-28T06:45:11.655Z | Downloaded http-body v1.0.1 |
562 | 2024-11-28T06:45:11.657Z | Downloaded openssl-probe v0.1.5 |
563 | 2024-11-28T06:45:11.657Z | Downloaded want v0.3.1 |
564 | 2024-11-28T06:45:11.660Z | Downloaded openssl-macros v0.1.1 |
565 | 2024-11-28T06:45:11.663Z | Downloaded tower-service v0.3.3 |
566 | 2024-11-28T06:45:11.667Z | Downloaded mime v0.3.17 |
567 | 2024-11-28T06:45:11.670Z | Downloaded hyper-tls v0.6.0 |
568 | 2024-11-28T06:45:11.678Z | Downloaded curve25519-dalek-derive v0.1.1 |
569 | 2024-11-28T06:45:11.680Z | Downloaded zipsign-api v0.1.2 |
570 | 2024-11-28T06:45:11.684Z | Downloaded block-buffer v0.10.4 |
571 | 2024-11-28T06:45:11.692Z | Downloaded cpufeatures v0.2.14 |
572 | 2024-11-28T06:45:11.695Z | Downloaded sync_wrapper v1.0.1 |
573 | 2024-11-28T06:45:11.697Z | Downloaded digest v0.10.7 |
574 | 2024-11-28T06:45:11.697Z | Downloaded crypto-common v0.1.6 |
575 | 2024-11-28T06:45:11.700Z | Downloaded untrusted v0.9.0 |
576 | 2024-11-28T06:45:11.700Z | Downloaded http-body-util v0.1.2 |
577 | 2024-11-28T06:45:11.702Z | Downloaded adler2 v2.0.0 |
578 | 2024-11-28T06:45:11.704Z | Downloaded signature v2.2.0 |
579 | 2024-11-28T06:45:11.704Z | Downloaded quinn-udp v0.5.5 |
580 | 2024-11-28T06:45:11.708Z | Downloaded rustc-hash v2.0.0 |
581 | 2024-11-28T06:45:11.708Z | Downloaded percent-encoding v2.3.1 |
582 | 2024-11-28T06:45:11.708Z | Downloaded serde_urlencoded v0.7.1 |
583 | 2024-11-28T06:45:11.711Z | Downloaded urlencoding v2.1.3 |
584 | 2024-11-28T06:45:11.716Z | Downloaded ed25519 v2.2.3 |
585 | 2024-11-28T06:45:11.719Z | Downloaded subtle v2.6.1 |
586 | 2024-11-28T06:45:11.722Z | Downloaded generic-array v0.14.7 |
587 | 2024-11-28T06:45:11.722Z | Downloaded form_urlencoded v1.2.1 |
588 | 2024-11-28T06:45:11.727Z | Downloaded self-replace v1.5.0 |
589 | 2024-11-28T06:45:11.731Z | Downloaded crc32fast v1.4.2 |
590 | 2024-11-28T06:45:11.733Z | Downloaded ipnet v2.10.1 |
591 | 2024-11-28T06:45:11.742Z | Downloaded tokio-native-tls v0.3.1 |
592 | 2024-11-28T06:45:11.763Z | Downloaded pkcs8 v0.10.2 |
593 | 2024-11-28T06:45:11.766Z | Downloaded httparse v1.9.5 |
594 | 2024-11-28T06:45:11.768Z | Downloaded base64ct v1.6.0 |
595 | 2024-11-28T06:45:11.770Z | Downloaded unicode-bidi v0.3.17 |
596 | 2024-11-28T06:45:11.780Z | Downloaded const-oid v0.9.6 |
597 | 2024-11-28T06:45:11.784Z | Downloaded tokio-rustls v0.26.0 |
598 | 2024-11-28T06:45:11.787Z | Downloaded sha2 v0.10.8 |
599 | 2024-11-28T06:45:11.789Z | Downloaded native-tls v0.2.12 |
600 | 2024-11-28T06:45:11.792Z | Downloaded spin v0.9.8 |
601 | 2024-11-28T06:45:11.794Z | Downloaded rustls-pemfile v2.2.0 |
602 | 2024-11-28T06:45:11.797Z | Downloaded miniz_oxide v0.8.0 |
603 | 2024-11-28T06:45:11.806Z | Downloaded typenum v1.17.0 |
604 | 2024-11-28T06:45:11.809Z | Downloaded self_update v0.41.0 |
605 | 2024-11-28T06:45:11.811Z | Downloaded hyper-rustls v0.27.3 |
606 | 2024-11-28T06:45:11.814Z | Downloaded hyper-util v0.1.9 |
607 | 2024-11-28T06:45:11.817Z | Downloaded rustls-pki-types v1.10.0 |
608 | 2024-11-28T06:45:11.827Z | Downloaded openssl-sys v0.9.104 |
609 | 2024-11-28T06:45:11.838Z | Downloaded quinn v0.11.5 |
610 | 2024-11-28T06:45:11.841Z | Downloaded der v0.7.9 |
611 | 2024-11-28T06:45:11.848Z | Downloaded ed25519-dalek v2.1.1 |
612 | 2024-11-28T06:45:11.851Z | Downloaded base64 v0.22.1 |
613 | 2024-11-28T06:45:11.880Z | Downloaded url v2.5.2 |
614 | 2024-11-28T06:45:11.885Z | Downloaded flate2 v1.0.34 |
615 | 2024-11-28T06:45:11.890Z | Downloaded http v1.1.0 |
616 | 2024-11-28T06:45:11.896Z | Downloaded quinn-proto v0.11.8 |
617 | 2024-11-28T06:45:11.945Z | Downloaded hyper v1.5.0 |
618 | 2024-11-28T06:45:11.960Z | Downloaded reqwest v0.12.8 |
619 | 2024-11-28T06:45:11.968Z | Downloaded quick-xml v0.23.1 |
620 | 2024-11-28T06:45:11.976Z | Downloaded rustls-webpki v0.102.8 |
621 | 2024-11-28T06:45:11.994Z | Downloaded vcpkg v0.2.15 |
622 | 2024-11-28T06:45:12.032Z | Downloaded webpki-roots v0.26.6 |
623 | 2024-11-28T06:45:12.035Z | Downloaded curve25519-dalek v4.1.3 |
624 | 2024-11-28T06:45:12.044Z | Downloaded openssl v0.10.68 |
625 | 2024-11-28T06:45:12.053Z | Downloaded idna v0.5.0 |
626 | 2024-11-28T06:45:12.061Z | Downloaded rustls v0.23.19 |
627 | 2024-11-28T06:45:12.385Z | Downloaded ring v0.17.8 |
628 | 2024-11-28T06:45:12.491Z | Compiling socket2 v0.5.7 |
629 | 2024-11-28T06:45:12.494Z | Compiling futures-channel v0.3.31 |
630 | 2024-11-28T06:45:12.547Z | Compiling smallvec v1.13.2 |
631 | 2024-11-28T06:45:12.560Z | Compiling ring v0.17.8 |
632 | 2024-11-28T06:45:12.566Z | Compiling rustls-pki-types v1.10.0 |
633 | 2024-11-28T06:45:12.569Z | Compiling http v1.1.0 |
634 | 2024-11-28T06:45:12.581Z | Compiling untrusted v0.9.0 |
635 | 2024-11-28T06:45:12.583Z | Compiling httparse v1.9.5 |
636 | 2024-11-28T06:45:12.737Z | Compiling spin v0.9.8 |
637 | 2024-11-28T06:45:12.942Z | Compiling futures-util v0.3.31 |
638 | 2024-11-28T06:45:12.952Z | Compiling typenum v1.17.0 |
639 | 2024-11-28T06:45:12.961Z | Compiling generic-array v0.14.7 |
640 | 2024-11-28T06:45:13.276Z | Compiling tokio v1.41.1 |
641 | 2024-11-28T06:45:13.356Z | Compiling try-lock v0.2.5 |
642 | 2024-11-28T06:45:13.501Z | Compiling rustls v0.23.19 |
643 | 2024-11-28T06:45:13.602Z | Compiling want v0.3.1 |
644 | 2024-11-28T06:45:13.878Z | Compiling cfg-expr v0.17.1 |
645 | 2024-11-28T06:45:13.899Z | Compiling percent-encoding v2.3.1 |
646 | 2024-11-28T06:45:14.167Z | Compiling http-body v1.0.1 |
647 | 2024-11-28T06:45:14.388Z | Compiling subtle v2.6.1 |
648 | 2024-11-28T06:45:14.611Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-11-28T06:45:14.646Z | Compiling unicode-bidi v0.3.17 |
650 | 2024-11-28T06:45:14.939Z | Compiling target-spec v3.2.2 |
651 | 2024-11-28T06:45:15.182Z | Compiling tower-service v0.3.3 |
652 | 2024-11-28T06:45:15.295Z | Compiling webpki-roots v0.26.6 |
653 | 2024-11-28T06:45:15.305Z | Compiling adler2 v2.0.0 |
654 | 2024-11-28T06:45:15.488Z | Compiling idna v0.5.0 |
655 | 2024-11-28T06:45:15.499Z | Compiling miniz_oxide v0.8.0 |
656 | 2024-11-28T06:45:16.143Z | Compiling serde_urlencoded v0.7.1 |
657 | 2024-11-28T06:45:16.700Z | Compiling url v2.5.2 |
658 | 2024-11-28T06:45:16.989Z | Compiling crypto-common v0.1.6 |
659 | 2024-11-28T06:45:17.158Z | Compiling block-buffer v0.10.4 |
660 | 2024-11-28T06:45:17.169Z | Compiling rustls-pemfile v2.2.0 |
661 | 2024-11-28T06:45:17.228Z | Compiling sync_wrapper v1.0.1 |
662 | 2024-11-28T06:45:17.358Z | Compiling crc32fast v1.4.2 |
663 | 2024-11-28T06:45:17.366Z | Compiling self_update v0.41.0 |
664 | 2024-11-28T06:45:17.491Z | Compiling base64 v0.22.1 |
665 | 2024-11-28T06:45:17.596Z | Compiling ipnet v2.10.1 |
666 | 2024-11-28T06:45:17.670Z | Compiling mime v0.3.17 |
667 | 2024-11-28T06:45:17.719Z | Compiling flate2 v1.0.34 |
668 | 2024-11-28T06:45:18.265Z | Compiling guppy v0.17.8 |
669 | 2024-11-28T06:45:18.298Z | Compiling digest v0.10.7 |
670 | 2024-11-28T06:45:18.557Z | Compiling self-replace v1.5.0 |
671 | 2024-11-28T06:45:18.639Z | Compiling quick-xml v0.23.1 |
672 | 2024-11-28T06:45:18.647Z | Compiling urlencoding v2.1.3 |
673 | 2024-11-28T06:45:18.801Z | Compiling cpufeatures v0.2.14 |
674 | 2024-11-28T06:45:18.866Z | Compiling target-spec-miette v0.4.0 |
675 | 2024-11-28T06:45:18.886Z | Compiling sha2 v0.10.8 |
676 | 2024-11-28T06:45:19.047Z | Compiling futures-executor v0.3.31 |
677 | 2024-11-28T06:45:19.283Z | Compiling http-body-util v0.1.2 |
678 | 2024-11-28T06:45:19.544Z | Compiling futures v0.3.31 |
679 | 2024-11-28T06:45:19.649Z | Compiling future-queue v0.3.0 |
680 | 2024-11-28T06:45:19.658Z | Compiling mukti-metadata v0.3.0 |
681 | 2024-11-28T06:45:19.785Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
682 | 2024-11-28T06:45:19.794Z | Compiling hex v0.4.3 |
683 | 2024-11-28T06:45:20.858Z | Compiling rustls-webpki v0.102.8 |
684 | 2024-11-28T06:45:22.509Z | Compiling hyper v1.5.0 |
685 | 2024-11-28T06:45:22.512Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
686 | 2024-11-28T06:45:22.512Z | Compiling tokio-stream v0.1.16 |
687 | 2024-11-28T06:45:22.599Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
688 | 2024-11-28T06:45:22.608Z | Compiling async-scoped v0.9.0 |
689 | 2024-11-28T06:45:24.045Z | Compiling hyper-util v0.1.9 |
690 | 2024-11-28T06:45:24.137Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
691 | 2024-11-28T06:45:27.244Z | Compiling tokio-rustls v0.26.0 |
692 | 2024-11-28T06:45:27.486Z | Compiling hyper-rustls v0.27.3 |
693 | 2024-11-28T06:45:27.691Z | Compiling reqwest v0.12.8 |
694 | 2024-11-28T06:45:30.122Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
695 | 2024-11-28T06:45:57.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.54s |
696 | 2024-11-28T06:45:57.909Z | |
697 | 2024-11-28T06:45:57.909Z | real 46.655065735 |
698 | 2024-11-28T06:45:57.909Z | user 2:37.949303162 |
699 | 2024-11-28T06:45:57.909Z | sys 30.817061314 |
700 | 2024-11-28T06:45:57.909Z | trap 0.080889555 |
701 | 2024-11-28T06:45:57.909Z | tflt 0.238145249 |
702 | 2024-11-28T06:45:57.909Z | dflt 0.757292938 |
703 | 2024-11-28T06:45:57.909Z | kflt 0.000002919 |
704 | 2024-11-28T06:45:57.909Z | lock 4:19.584962429 |
705 | 2024-11-28T06:45:57.909Z | slp 7:53.117807894 |
706 | 2024-11-28T06:45:57.909Z | lat 4.867541782 |
707 | 2024-11-28T06:45:57.909Z | stop 4.994459557 |
708 | 2024-11-28T06:45:57.912Z | + banner all targets |
709 | 2024-11-28T06:45:57.912Z | |
710 | 2024-11-28T06:45:57.912Z | ## # # |
711 | 2024-11-28T06:45:57.912Z | # # # # |
712 | 2024-11-28T06:45:57.912Z | # # # # |
713 | 2024-11-28T06:45:57.912Z | ###### # # |
714 | 2024-11-28T06:45:57.913Z | # # # # |
715 | 2024-11-28T06:45:57.913Z | # # ###### ###### |
716 | 2024-11-28T06:45:57.913Z | |
717 | 2024-11-28T06:45:57.913Z | |
718 | 2024-11-28T06:45:57.913Z | ##### ## ##### #### ###### ##### #### |
719 | 2024-11-28T06:45:57.913Z | # # # # # # # # # # |
720 | 2024-11-28T06:45:57.913Z | # # # # # # ##### # #### |
721 | 2024-11-28T06:45:57.913Z | # ###### ##### # ### # # # |
722 | 2024-11-28T06:45:57.913Z | # # # # # # # # # # # |
723 | 2024-11-28T06:45:57.913Z | # # # # # #### ###### # #### |
724 | 2024-11-28T06:45:57.913Z | |
725 | 2024-11-28T06:45:57.913Z | + ptime -m cargo build --all-targets |
726 | 2024-11-28T06:45:58.073Z | Downloading crates ... |
727 | 2024-11-28T06:45:58.232Z | Downloaded unarray v0.1.4 |
728 | 2024-11-28T06:45:58.251Z | Downloaded test-case-macros v3.3.1 |
729 | 2024-11-28T06:45:58.253Z | Downloaded wait-timeout v0.2.0 |
730 | 2024-11-28T06:45:58.255Z | Downloaded linked-hash-map v0.5.6 |
731 | 2024-11-28T06:45:58.255Z | Downloaded yansi v1.0.1 |
732 | 2024-11-28T06:45:58.258Z | Downloaded rusty-fork v0.3.0 |
733 | 2024-11-28T06:45:58.261Z | Downloaded structmeta-derive v0.3.0 |
734 | 2024-11-28T06:45:58.263Z | Downloaded maplit v1.0.2 |
735 | 2024-11-28T06:45:58.263Z | Downloaded indoc v2.0.5 |
736 | 2024-11-28T06:45:58.265Z | Downloaded test-case-core v3.3.1 |
737 | 2024-11-28T06:45:58.268Z | Downloaded test-case v3.3.1 |
738 | 2024-11-28T06:45:58.268Z | Downloaded structmeta v0.3.0 |
739 | 2024-11-28T06:45:58.271Z | Downloaded quick-error v1.2.3 |
740 | 2024-11-28T06:45:58.273Z | Downloaded bit-set v0.5.3 |
741 | 2024-11-28T06:45:58.273Z | Downloaded rand_xorshift v0.3.0 |
742 | 2024-11-28T06:45:58.276Z | Downloaded bit-vec v0.6.3 |
743 | 2024-11-28T06:45:58.276Z | Downloaded test-strategy v0.4.0 |
744 | 2024-11-28T06:45:58.280Z | Downloaded similar v2.6.0 |
745 | 2024-11-28T06:45:58.284Z | Downloaded diff v0.1.13 |
746 | 2024-11-28T06:45:58.288Z | Downloaded pretty_assertions v1.4.1 |
747 | 2024-11-28T06:45:58.291Z | Downloaded insta v1.41.1 |
748 | 2024-11-28T06:45:58.298Z | Downloaded proptest v1.5.0 |
749 | 2024-11-28T06:45:58.349Z | Compiling test-case-core v3.3.1 |
750 | 2024-11-28T06:45:58.352Z | Compiling structmeta-derive v0.3.0 |
751 | 2024-11-28T06:45:58.352Z | Compiling wait-timeout v0.2.0 |
752 | 2024-11-28T06:45:58.352Z | Compiling quick-error v1.2.3 |
753 | 2024-11-28T06:45:58.352Z | Compiling bit-vec v0.6.3 |
754 | 2024-11-28T06:45:58.352Z | Compiling rand_xorshift v0.3.0 |
755 | 2024-11-28T06:45:58.400Z | Compiling maplit v1.0.2 |
756 | 2024-11-28T06:45:58.403Z | Compiling unarray v0.1.4 |
757 | 2024-11-28T06:45:58.518Z | Compiling linked-hash-map v0.5.6 |
758 | 2024-11-28T06:45:58.525Z | Compiling similar v2.6.0 |
759 | 2024-11-28T06:45:58.555Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
760 | 2024-11-28T06:45:58.661Z | Compiling rusty-fork v0.3.0 |
761 | 2024-11-28T06:45:58.874Z | Compiling bit-set v0.5.3 |
762 | 2024-11-28T06:45:58.882Z | Compiling yansi v1.0.1 |
763 | 2024-11-28T06:45:59.106Z | Compiling diff v0.1.13 |
764 | 2024-11-28T06:45:59.263Z | Compiling proptest v1.5.0 |
765 | 2024-11-28T06:45:59.466Z | Compiling indoc v2.0.5 |
766 | 2024-11-28T06:45:59.681Z | Compiling pretty_assertions v1.4.1 |
767 | 2024-11-28T06:45:59.817Z | Compiling insta v1.41.1 |
768 | 2024-11-28T06:45:59.861Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
769 | 2024-11-28T06:46:00.227Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
770 | 2024-11-28T06:46:00.437Z | Compiling test-case-macros v3.3.1 |
771 | 2024-11-28T06:46:01.071Z | Compiling structmeta v0.3.0 |
772 | 2024-11-28T06:46:01.425Z | Compiling test-strategy v0.4.0 |
773 | 2024-11-28T06:46:01.566Z | Compiling test-case v3.3.1 |
774 | 2024-11-28T06:46:01.656Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
775 | 2024-11-28T06:46:02.205Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
776 | 2024-11-28T06:46:03.675Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
777 | 2024-11-28T06:46:08.411Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
778 | 2024-11-28T06:46:45.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.32s |
779 | 2024-11-28T06:46:45.366Z | |
780 | 2024-11-28T06:46:45.369Z | real 47.434901862 |
781 | 2024-11-28T06:46:45.369Z | user 3:15.137404952 |
782 | 2024-11-28T06:46:45.369Z | sys 31.065150250 |
783 | 2024-11-28T06:46:45.369Z | trap 0.108493219 |
784 | 2024-11-28T06:46:45.369Z | tflt 0.057185981 |
785 | 2024-11-28T06:46:45.369Z | dflt 0.200972134 |
786 | 2024-11-28T06:46:45.369Z | kflt 0.000000000 |
787 | 2024-11-28T06:46:45.369Z | lock 6:01.691042947 |
788 | 2024-11-28T06:46:45.370Z | slp 12:33.648949958 |
789 | 2024-11-28T06:46:45.370Z | lat 5.671277950 |
790 | 2024-11-28T06:46:45.370Z | stop 6.882021882 |
791 | 2024-11-28T06:46:45.370Z | + banner all features |
792 | 2024-11-28T06:46:45.370Z | |
793 | 2024-11-28T06:46:45.370Z | ## # # |
794 | 2024-11-28T06:46:45.370Z | # # # # |
795 | 2024-11-28T06:46:45.371Z | # # # # |
796 | 2024-11-28T06:46:45.371Z | ###### # # |
797 | 2024-11-28T06:46:45.371Z | # # # # |
798 | 2024-11-28T06:46:45.371Z | # # ###### ###### |
799 | 2024-11-28T06:46:45.371Z | |
800 | 2024-11-28T06:46:45.371Z | |
801 | 2024-11-28T06:46:45.371Z | ###### ###### ## ##### # # ##### ###### #### |
802 | 2024-11-28T06:46:45.371Z | # # # # # # # # # # # |
803 | 2024-11-28T06:46:45.371Z | ##### ##### # # # # # # # ##### #### |
804 | 2024-11-28T06:46:45.371Z | # # ###### # # # ##### # # |
805 | 2024-11-28T06:46:45.371Z | # # # # # # # # # # # # |
806 | 2024-11-28T06:46:45.371Z | # ###### # # # #### # # ###### #### |
807 | 2024-11-28T06:46:45.371Z | |
808 | 2024-11-28T06:46:45.371Z | + ptime -m cargo build --all-features |
809 | 2024-11-28T06:46:45.524Z | Downloading crates ... |
810 | 2024-11-28T06:46:45.715Z | Downloaded async-stream-impl v0.3.6 |
811 | 2024-11-28T06:46:45.718Z | Downloaded async-stream v0.3.6 |
812 | 2024-11-28T06:46:45.727Z | Downloaded anyhow v1.0.91 |
813 | 2024-11-28T06:46:45.735Z | Downloaded matchers v0.1.0 |
814 | 2024-11-28T06:46:45.742Z | Downloaded sync_wrapper v0.1.2 |
815 | 2024-11-28T06:46:45.747Z | Downloaded tower-layer v0.3.3 |
816 | 2024-11-28T06:46:45.754Z | Downloaded atomic-waker v1.1.2 |
817 | 2024-11-28T06:46:45.756Z | Downloaded httpdate v1.0.3 |
818 | 2024-11-28T06:46:45.767Z | Downloaded hyper-timeout v0.5.1 |
819 | 2024-11-28T06:46:45.772Z | Downloaded prost-derive v0.13.3 |
820 | 2024-11-28T06:46:45.775Z | Downloaded axum-core v0.4.5 |
821 | 2024-11-28T06:46:45.778Z | Downloaded rustversion v1.0.18 |
822 | 2024-11-28T06:46:45.785Z | Downloaded matchit v0.7.3 |
823 | 2024-11-28T06:46:45.787Z | Downloaded console-api v0.8.1 |
824 | 2024-11-28T06:46:45.794Z | Downloaded prost v0.13.3 |
825 | 2024-11-28T06:46:45.797Z | Downloaded async-trait v0.1.83 |
826 | 2024-11-28T06:46:45.800Z | Downloaded crossbeam-utils v0.8.20 |
827 | 2024-11-28T06:46:45.813Z | Downloaded prost-types v0.13.3 |
828 | 2024-11-28T06:46:45.815Z | Downloaded indexmap v1.9.3 |
829 | 2024-11-28T06:46:45.839Z | Downloaded console-subscriber v0.4.1 |
830 | 2024-11-28T06:46:45.845Z | Downloaded crossbeam-channel v0.5.13 |
831 | 2024-11-28T06:46:45.849Z | Downloaded tonic v0.12.3 |
832 | 2024-11-28T06:46:45.855Z | Downloaded tower v0.5.1 |
833 | 2024-11-28T06:46:45.864Z | Downloaded tokio-util v0.7.12 |
834 | 2024-11-28T06:46:45.871Z | Downloaded tower v0.4.13 |
835 | 2024-11-28T06:46:45.879Z | Downloaded axum v0.7.7 |
836 | 2024-11-28T06:46:45.887Z | Downloaded h2 v0.4.6 |
837 | 2024-11-28T06:46:45.894Z | Downloaded regex-automata v0.1.10 |
838 | 2024-11-28T06:46:45.898Z | Downloaded hashbrown v0.12.3 |
839 | 2024-11-28T06:46:45.911Z | Downloaded regex-syntax v0.6.29 |
840 | 2024-11-28T06:46:45.918Z | Downloaded hdrhistogram v7.5.4 |
841 | 2024-11-28T06:46:45.968Z | Compiling futures-sink v0.3.31 |
842 | 2024-11-28T06:46:46.020Z | Compiling tokio v1.41.1 |
843 | 2024-11-28T06:46:46.023Z | Compiling byteorder v1.5.0 |
844 | 2024-11-28T06:46:46.030Z | Compiling num-traits v0.2.19 |
845 | 2024-11-28T06:46:46.034Z | Compiling regex-syntax v0.6.29 |
846 | 2024-11-28T06:46:46.041Z | Compiling atomic-waker v1.1.2 |
847 | 2024-11-28T06:46:46.048Z | Compiling httpdate v1.0.3 |
848 | 2024-11-28T06:46:46.055Z | Compiling anyhow v1.0.91 |
849 | 2024-11-28T06:46:46.133Z | Compiling futures-channel v0.3.31 |
850 | 2024-11-28T06:46:46.211Z | Compiling either v1.13.0 |
851 | 2024-11-28T06:46:46.457Z | Compiling zerocopy v0.7.35 |
852 | 2024-11-28T06:46:46.537Z | Compiling futures-util v0.3.31 |
853 | 2024-11-28T06:46:46.552Z | Compiling rustversion v1.0.18 |
854 | 2024-11-28T06:46:46.605Z | Compiling tower-layer v0.3.3 |
855 | 2024-11-28T06:46:46.890Z | Compiling itertools v0.13.0 |
856 | 2024-11-28T06:46:47.284Z | Compiling indexmap v1.9.3 |
857 | 2024-11-28T06:46:47.831Z | Compiling async-trait v0.1.83 |
858 | 2024-11-28T06:46:48.127Z | Compiling ppv-lite86 v0.2.20 |
859 | 2024-11-28T06:46:48.606Z | Compiling sync_wrapper v0.1.2 |
860 | 2024-11-28T06:46:48.722Z | Compiling hashbrown v0.12.3 |
861 | 2024-11-28T06:46:48.970Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-28T06:46:49.047Z | Compiling async-stream-impl v0.3.6 |
863 | 2024-11-28T06:46:49.985Z | Compiling regex-automata v0.1.10 |
864 | 2024-11-28T06:46:50.215Z | Compiling rand v0.8.5 |
865 | 2024-11-28T06:46:50.267Z | Compiling prost-derive v0.13.3 |
866 | 2024-11-28T06:46:50.390Z | Compiling crossbeam-utils v0.8.20 |
867 | 2024-11-28T06:46:50.976Z | Compiling matchit v0.7.3 |
868 | 2024-11-28T06:46:51.230Z | Compiling async-stream v0.3.6 |
869 | 2024-11-28T06:46:51.533Z | Compiling matchers v0.1.0 |
870 | 2024-11-28T06:46:51.698Z | Compiling ahash v0.8.11 |
871 | 2024-11-28T06:46:51.757Z | Compiling tracing-subscriber v0.3.18 |
872 | 2024-11-28T06:46:51.978Z | Compiling proptest v1.5.0 |
873 | 2024-11-28T06:46:52.338Z | Compiling http-body-util v0.1.2 |
874 | 2024-11-28T06:46:52.503Z | Compiling tower v0.5.1 |
875 | 2024-11-28T06:46:52.872Z | Compiling axum-core v0.4.5 |
876 | 2024-11-28T06:46:52.962Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-28T06:46:53.291Z | Compiling guppy v0.17.8 |
878 | 2024-11-28T06:46:53.594Z | Compiling base64 v0.21.7 |
879 | 2024-11-28T06:46:53.945Z | Compiling prost v0.13.3 |
880 | 2024-11-28T06:46:54.394Z | Compiling chrono v0.4.38 |
881 | 2024-11-28T06:46:54.838Z | Compiling prost-types v0.13.3 |
882 | 2024-11-28T06:46:54.848Z | Compiling crossbeam-channel v0.5.13 |
883 | 2024-11-28T06:46:56.025Z | Compiling hdrhistogram v7.5.4 |
884 | 2024-11-28T06:46:57.234Z | Compiling tokio-util v0.7.12 |
885 | 2024-11-28T06:46:57.341Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
886 | 2024-11-28T06:46:57.439Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
887 | 2024-11-28T06:46:57.677Z | Compiling axum v0.7.7 |
888 | 2024-11-28T06:46:58.290Z | Compiling h2 v0.4.6 |
889 | 2024-11-28T06:46:58.358Z | Compiling tower v0.4.13 |
890 | 2024-11-28T06:46:58.707Z | Compiling tokio-rustls v0.26.0 |
891 | 2024-11-28T06:46:59.223Z | Compiling tokio-stream v0.1.16 |
892 | 2024-11-28T06:47:00.338Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
893 | 2024-11-28T06:47:00.589Z | Compiling futures v0.3.31 |
894 | 2024-11-28T06:47:00.700Z | Compiling quick-junit v0.5.1 |
895 | 2024-11-28T06:47:01.638Z | Compiling async-scoped v0.9.0 |
896 | 2024-11-28T06:47:01.933Z | Compiling tracing-error v0.2.0 |
897 | 2024-11-28T06:47:02.342Z | Compiling future-queue v0.3.0 |
898 | 2024-11-28T06:47:02.752Z | Compiling color-spantrace v0.2.1 |
899 | 2024-11-28T06:47:03.013Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
900 | 2024-11-28T06:47:03.316Z | Compiling hyper v1.5.0 |
901 | 2024-11-28T06:47:03.342Z | Compiling color-eyre v0.6.3 |
902 | 2024-11-28T06:47:03.681Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
903 | 2024-11-28T06:47:05.870Z | Compiling hyper-util v0.1.9 |
904 | 2024-11-28T06:47:07.300Z | Compiling hyper-timeout v0.5.1 |
905 | 2024-11-28T06:47:07.300Z | Compiling hyper-rustls v0.27.3 |
906 | 2024-11-28T06:47:07.514Z | Compiling tonic v0.12.3 |
907 | 2024-11-28T06:47:07.542Z | Compiling reqwest v0.12.8 |
908 | 2024-11-28T06:47:09.231Z | Compiling self_update v0.41.0 |
909 | 2024-11-28T06:47:09.775Z | Compiling console-api v0.8.1 |
910 | 2024-11-28T06:47:11.279Z | Compiling console-subscriber v0.4.1 |
911 | 2024-11-28T06:47:13.450Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
912 | 2024-11-28T06:47:31.655Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
913 | 2024-11-28T06:47:45.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
914 | 2024-11-28T06:47:46.055Z | |
915 | 2024-11-28T06:47:46.058Z | real 1:00.661244727 |
916 | 2024-11-28T06:47:46.058Z | user 4:04.996362486 |
917 | 2024-11-28T06:47:46.058Z | sys 45.254018775 |
918 | 2024-11-28T06:47:46.058Z | trap 0.117813468 |
919 | 2024-11-28T06:47:46.058Z | tflt 0.199616574 |
920 | 2024-11-28T06:47:46.058Z | dflt 0.664287276 |
921 | 2024-11-28T06:47:46.058Z | kflt 0.000010597 |
922 | 2024-11-28T06:47:46.058Z | lock 7:50.852764976 |
923 | 2024-11-28T06:47:46.058Z | slp 14:39.993686717 |
924 | 2024-11-28T06:47:46.058Z | lat 7.274215619 |
925 | 2024-11-28T06:47:46.058Z | stop 7.403155801 |
926 | 2024-11-28T06:47:46.058Z | + banner doctests |
927 | 2024-11-28T06:47:46.058Z | |
928 | 2024-11-28T06:47:46.058Z | ##### #### #### ##### ###### #### ##### #### |
929 | 2024-11-28T06:47:46.058Z | # # # # # # # # # # # |
930 | 2024-11-28T06:47:46.058Z | # # # # # # ##### #### # #### |
931 | 2024-11-28T06:47:46.058Z | # # # # # # # # # # |
932 | 2024-11-28T06:47:46.058Z | # # # # # # # # # # # # # |
933 | 2024-11-28T06:47:46.058Z | ##### #### #### # ###### #### # #### |
934 | 2024-11-28T06:47:46.058Z | |
935 | 2024-11-28T06:47:46.058Z | + ptime -m cargo test --doc |
936 | 2024-11-28T06:47:46.333Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s |
937 | 2024-11-28T06:47:46.350Z | Doc-tests cargo_nextest |
938 | 2024-11-28T06:47:46.811Z | |
939 | 2024-11-28T06:47:46.811Z | running 0 tests |
940 | 2024-11-28T06:47:46.811Z | |
941 | 2024-11-28T06:47:46.814Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
942 | 2024-11-28T06:47:46.814Z | |
943 | 2024-11-28T06:47:46.826Z | Doc-tests fixture_data |
944 | 2024-11-28T06:47:46.882Z | |
945 | 2024-11-28T06:47:46.882Z | running 0 tests |
946 | 2024-11-28T06:47:46.882Z | |
947 | 2024-11-28T06:47:46.882Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
948 | 2024-11-28T06:47:46.882Z | |
949 | 2024-11-28T06:47:46.888Z | Doc-tests nextest_filtering |
950 | 2024-11-28T06:47:47.104Z | |
951 | 2024-11-28T06:47:47.104Z | running 0 tests |
952 | 2024-11-28T06:47:47.104Z | |
953 | 2024-11-28T06:47:47.104Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
954 | 2024-11-28T06:47:47.104Z | |
955 | 2024-11-28T06:47:47.114Z | Doc-tests nextest_metadata |
956 | 2024-11-28T06:47:47.271Z | |
957 | 2024-11-28T06:47:47.271Z | running 2 tests |
958 | 2024-11-28T06:47:47.835Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
959 | 2024-11-28T06:47:50.945Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
960 | 2024-11-28T06:47:50.945Z | |
961 | 2024-11-28T06:47:50.948Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.67s |
962 | 2024-11-28T06:47:50.948Z | |
963 | 2024-11-28T06:47:50.957Z | Doc-tests nextest_runner |
964 | 2024-11-28T06:47:51.864Z | |
965 | 2024-11-28T06:47:51.864Z | running 0 tests |
966 | 2024-11-28T06:47:51.864Z | |
967 | 2024-11-28T06:47:51.864Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
968 | 2024-11-28T06:47:51.864Z | |
969 | 2024-11-28T06:47:51.887Z | Doc-tests nextest_workspace_hack |
970 | 2024-11-28T06:47:51.929Z | |
971 | 2024-11-28T06:47:51.929Z | running 0 tests |
972 | 2024-11-28T06:47:51.929Z | |
973 | 2024-11-28T06:47:51.929Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
974 | 2024-11-28T06:47:51.929Z | |
975 | 2024-11-28T06:47:51.951Z | |
976 | 2024-11-28T06:47:51.954Z | real 5.878796572 |
977 | 2024-11-28T06:47:51.954Z | user 5.350110855 |
978 | 2024-11-28T06:47:51.955Z | sys 2.127798377 |
979 | 2024-11-28T06:47:51.955Z | trap 0.002933976 |
980 | 2024-11-28T06:47:51.955Z | tflt 0.022191590 |
981 | 2024-11-28T06:47:51.955Z | dflt 0.025438695 |
982 | 2024-11-28T06:47:51.955Z | kflt 0.000000000 |
983 | 2024-11-28T06:47:51.955Z | lock 11.560562107 |
984 | 2024-11-28T06:47:51.955Z | slp 33.080861017 |
985 | 2024-11-28T06:47:51.955Z | lat 0.063895267 |
986 | 2024-11-28T06:47:51.955Z | stop 0.401754210 |
987 | 2024-11-28T06:47:51.955Z | + banner local-nt |
988 | 2024-11-28T06:47:51.958Z | |
989 | 2024-11-28T06:47:51.958Z | # #### #### ## # # # ##### |
990 | 2024-11-28T06:47:51.958Z | # # # # # # # # ## # # |
991 | 2024-11-28T06:47:51.958Z | # # # # # # # ##### # # # # |
992 | 2024-11-28T06:47:51.958Z | # # # # ###### # # # # # |
993 | 2024-11-28T06:47:51.958Z | # # # # # # # # # ## # |
994 | 2024-11-28T06:47:51.958Z | ###### #### #### # # ###### # # # |
995 | 2024-11-28T06:47:51.958Z | |
996 | 2024-11-28T06:47:51.958Z | + ptime -m cargo local-nt run --profile ci |
997 | 2024-11-28T06:47:52.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s |
998 | 2024-11-28T06:47:52.238Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
999 | 2024-11-28T06:47:52.916Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s |
1000 | 2024-11-28T06:47:53.044Z | ------------ |
1001 | 2024-11-28T06:47:53.044Z | Nextest run ID d4918820-dbca-4319-8d4c-aaaad3586d97 with nextest profile: ci |
1002 | 2024-11-28T06:47:53.044Z | Starting 279 tests across 12 binaries |
1003 | 2024-11-28T06:47:53.085Z | PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1004 | 2024-11-28T06:47:53.261Z | PASS [ 0.217s] cargo-nextest dispatch::tests::test_argument_parsing |
1005 | 2024-11-28T06:48:03.115Z | PASS [ 10.063s] integration-tests::integration test_list_binaries_only |
1006 | 2024-11-28T06:48:03.354Z | PASS [ 10.296s] integration-tests::integration test_list_full |
1007 | 2024-11-28T06:48:03.478Z | PASS [ 10.410s] integration-tests::integration test_list_target_after_build |
1008 | 2024-11-28T06:48:03.490Z | PASS [ 10.426s] integration-tests::integration test_list_host_after_build |
1009 | 2024-11-28T06:48:03.648Z | PASS [ 10.593s] integration-tests::integration test_list_default |
1010 | 2024-11-28T06:48:04.452Z | PASS [ 11.391s] integration-tests::integration test_list_full_after_build |
1011 | 2024-11-28T06:48:08.286Z | PASS [ 15.022s] integration-tests::integration test_relocated_run |
1012 | 2024-11-28T06:48:11.740Z | PASS [ 8.248s] integration-tests::integration test_run_from_archive_with_missing_includes |
1013 | 2024-11-28T06:48:14.971Z | PASS [ 10.518s] integration-tests::integration test_run_no_tests |
1014 | 2024-11-28T06:48:15.272Z | PASS [ 22.183s] integration-tests::integration test_list_with_default_filter |
1015 | 2024-11-28T06:48:15.323Z | PASS [ 11.965s] integration-tests::integration test_run_after_build |
1016 | 2024-11-28T06:48:15.357Z | PASS [ 0.385s] integration-tests::integration test_setup_scripts_not_enabled |
1017 | 2024-11-28T06:48:15.773Z | PASS [ 0.450s] integration-tests::integration test_show_config_version |
1018 | 2024-11-28T06:48:15.879Z | PASS [ 12.399s] integration-tests::integration test_run_from_archive_with_includes |
1019 | 2024-11-28T06:48:15.941Z | PASS [ 0.059s] integration-tests::integration test_version_info |
1020 | 2024-11-28T06:48:15.961Z | PASS [ 4.220s] integration-tests::integration test_setup_script_error |
1021 | 2024-11-28T06:48:15.987Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_complex_error |
1022 | 2024-11-28T06:48:16.011Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_eof |
1023 | 2024-11-28T06:48:16.038Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_expected_expr |
1024 | 2024-11-28T06:48:16.063Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_and_operator |
1025 | 2024-11-28T06:48:16.087Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes |
1026 | 2024-11-28T06:48:16.113Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_glob |
1027 | 2024-11-28T06:48:16.135Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator |
1028 | 2024-11-28T06:48:16.157Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_platform |
1029 | 2024-11-28T06:48:16.191Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_invalid_regex |
1030 | 2024-11-28T06:48:16.211Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument |
1031 | 2024-11-28T06:48:16.240Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1032 | 2024-11-28T06:48:16.300Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_missing_close_regex |
1033 | 2024-11-28T06:48:16.330Z | PASS [ 0.389s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1034 | 2024-11-28T06:48:16.357Z | PASS [ 0.054s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1035 | 2024-11-28T06:48:16.376Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_missing_parentheses |
1036 | 2024-11-28T06:48:16.402Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_comma |
1037 | 2024-11-28T06:48:16.405Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_difference |
1038 | 2024-11-28T06:48:16.441Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1039 | 2024-11-28T06:48:16.460Z | PASS [ 0.050s] nextest-filtering parsing::tests::test_parse_expr_not |
1040 | 2024-11-28T06:48:16.487Z | PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1041 | 2024-11-28T06:48:16.508Z | PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_set |
1042 | 2024-11-28T06:48:16.542Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_expr_union |
1043 | 2024-11-28T06:48:16.566Z | PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1044 | 2024-11-28T06:48:16.585Z | PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_name_matcher |
1045 | 2024-11-28T06:48:16.594Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1046 | 2024-11-28T06:48:16.618Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_set_def |
1047 | 2024-11-28T06:48:16.623Z | PASS [ 8.334s] integration-tests::integration test_run_with_default_filter |
1048 | 2024-11-28T06:48:16.640Z | PASS [ 0.054s] nextest-filtering parsing::tests::test_parse_regex |
1049 | 2024-11-28T06:48:16.650Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_unexpected_comma |
1050 | 2024-11-28T06:48:16.650Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_unexpected_argument |
1051 | 2024-11-28T06:48:16.681Z | PASS [ 0.031s] nextest-filtering::match test_binary_query |
1052 | 2024-11-28T06:48:16.690Z | PASS [ 0.029s] nextest-filtering::match test_expr_binary |
1053 | 2024-11-28T06:48:16.711Z | PASS [ 0.029s] nextest-filtering::match test_expr_binary_id_glob |
1054 | 2024-11-28T06:48:16.719Z | PASS [ 0.028s] nextest-filtering::match test_expr_deps |
1055 | 2024-11-28T06:48:16.765Z | PASS [ 0.054s] nextest-filtering::match test_expr_kind |
1056 | 2024-11-28T06:48:16.775Z | PASS [ 0.056s] nextest-filtering::match test_expr_kind_partial |
1057 | 2024-11-28T06:48:16.798Z | PASS [ 0.032s] nextest-filtering::match test_expr_package_contains |
1058 | 2024-11-28T06:48:16.808Z | PASS [ 0.032s] nextest-filtering::match test_expr_package_equal |
1059 | 2024-11-28T06:48:16.814Z | PASS [ 13.164s] integration-tests::integration test_run_from_archive_with_no_includes |
1060 | 2024-11-28T06:48:16.826Z | PASS [ 0.027s] nextest-filtering::match test_expr_package_regex |
1061 | 2024-11-28T06:48:16.842Z | PASS [ 0.033s] nextest-filtering::match test_expr_platform |
1062 | 2024-11-28T06:48:16.856Z | PASS [ 0.030s] nextest-filtering::match test_expr_test |
1063 | 2024-11-28T06:48:16.860Z | PASS [ 0.040s] nextest-filtering::match test_expr_rdeps |
1064 | 2024-11-28T06:48:16.895Z | PASS [ 0.053s] nextest-filtering::match test_expr_test_difference::with_and_not |
1065 | 2024-11-28T06:48:16.912Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1066 | 2024-11-28T06:48:16.912Z | PASS [ 0.055s] nextest-filtering::match test_expr_test_difference::with_minus |
1067 | 2024-11-28T06:48:16.932Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_and |
1068 | 2024-11-28T06:48:16.936Z | PASS [ 0.292s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1069 | 2024-11-28T06:48:16.964Z | PASS [ 0.050s] nextest-filtering::match test_expr_test_not |
1070 | 2024-11-28T06:48:16.964Z | PASS [ 0.039s] nextest-filtering::match test_expr_test_union::with_or |
1071 | 2024-11-28T06:48:16.982Z | PASS [ 0.049s] nextest-filtering::match test_expr_test_union::with_pipe |
1072 | 2024-11-28T06:48:16.997Z | PASS [ 0.033s] nextest-filtering::match test_expr_with_no_matching_packages |
1073 | 2024-11-28T06:48:16.997Z | PASS [ 0.044s] nextest-filtering::match test_expr_test_union::with_plus |
1074 | 2024-11-28T06:48:16.997Z | PASS [ 0.022s] nextest-metadata test_list::tests::test_binary_id_ord |
1075 | 2024-11-28T06:48:17.028Z | PASS [ 0.030s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1076 | 2024-11-28T06:48:17.028Z | PASS [ 0.045s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1077 | 2024-11-28T06:48:17.030Z | PASS [ 0.025s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1078 | 2024-11-28T06:48:17.056Z | PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1079 | 2024-11-28T06:48:17.056Z | PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1080 | 2024-11-28T06:48:17.070Z | PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1081 | 2024-11-28T06:48:17.075Z | PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1082 | 2024-11-28T06:48:17.151Z | PASS [ 0.094s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1083 | 2024-11-28T06:48:17.151Z | PASS [ 0.080s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1084 | 2024-11-28T06:48:17.151Z | PASS [ 0.085s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1085 | 2024-11-28T06:48:17.194Z | PASS [ 0.118s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1086 | 2024-11-28T06:48:17.194Z | PASS [ 0.042s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1087 | 2024-11-28T06:48:17.258Z | PASS [ 0.092s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1088 | 2024-11-28T06:48:17.745Z | PASS [ 0.528s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1089 | 2024-11-28T06:48:17.788Z | PASS [ 0.610s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1090 | 2024-11-28T06:48:17.923Z | PASS [ 0.664s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1091 | 2024-11-28T06:48:17.942Z | PASS [ 0.747s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1092 | 2024-11-28T06:48:18.255Z | PASS [ 0.509s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1093 | 2024-11-28T06:48:18.420Z | PASS [ 0.631s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1094 | 2024-11-28T06:48:18.452Z | PASS [ 0.032s] nextest-runner config::config_impl::tests::default_config_is_valid |
1095 | 2024-11-28T06:48:18.520Z | PASS [ 0.597s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1096 | 2024-11-28T06:48:18.537Z | PASS [ 0.595s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1097 | 2024-11-28T06:48:18.544Z | PASS [ 0.024s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1098 | 2024-11-28T06:48:18.576Z | PASS [ 0.036s] nextest-runner config::identifier::tests::test_invalid |
1099 | 2024-11-28T06:48:18.602Z | PASS [ 0.058s] nextest-runner config::identifier::tests::test_valid |
1100 | 2024-11-28T06:48:18.618Z | PASS [ 0.037s] nextest-runner config::nextest_version::tests::test_accumulate |
1101 | 2024-11-28T06:48:18.625Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1102 | 2024-11-28T06:48:18.641Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1103 | 2024-11-28T06:48:18.650Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1104 | 2024-11-28T06:48:18.665Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1105 | 2024-11-28T06:48:18.707Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1106 | 2024-11-28T06:48:18.710Z | PASS [ 0.056s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1107 | 2024-11-28T06:48:18.710Z | PASS [ 0.452s] nextest-runner config::archive::tests::parse_valid |
1108 | 2024-11-28T06:48:18.750Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1109 | 2024-11-28T06:48:18.752Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1110 | 2024-11-28T06:48:18.844Z | PASS [ 0.391s] nextest-runner config::config_impl::tests::ignored_keys |
1111 | 2024-11-28T06:48:19.049Z | PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1112 | 2024-11-28T06:48:19.106Z | PASS [ 0.356s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1113 | 2024-11-28T06:48:19.140Z | PASS [ 0.331s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1114 | 2024-11-28T06:48:19.172Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1115 | 2024-11-28T06:48:19.211Z | PASS [ 3.853s] integration-tests::integration test_target_arg |
1116 | 2024-11-28T06:48:19.363Z | PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1117 | 2024-11-28T06:48:19.411Z | PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1118 | 2024-11-28T06:48:19.436Z | PASS [ 0.297s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1119 | 2024-11-28T06:48:19.457Z | PASS [ 0.284s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1120 | 2024-11-28T06:48:19.518Z | PASS [ 0.307s] nextest-runner config::overrides::tests::test_overrides_basic |
1121 | 2024-11-28T06:48:19.652Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1122 | 2024-11-28T06:48:19.712Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1123 | 2024-11-28T06:48:19.718Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1124 | 2024-11-28T06:48:19.764Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1125 | 2024-11-28T06:48:19.806Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1126 | 2024-11-28T06:48:19.952Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1127 | 2024-11-28T06:48:20.007Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1128 | 2024-11-28T06:48:20.013Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1129 | 2024-11-28T06:48:20.046Z | PASS [ 0.282s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1130 | 2024-11-28T06:48:20.099Z | PASS [ 0.292s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1131 | 2024-11-28T06:48:20.240Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1132 | 2024-11-28T06:48:20.290Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1133 | 2024-11-28T06:48:20.319Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1134 | 2024-11-28T06:48:20.356Z | PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1135 | 2024-11-28T06:48:20.392Z | PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1136 | 2024-11-28T06:48:20.528Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1137 | 2024-11-28T06:48:20.570Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1138 | 2024-11-28T06:48:20.630Z | PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1139 | 2024-11-28T06:48:20.632Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1140 | 2024-11-28T06:48:20.685Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1141 | 2024-11-28T06:48:20.846Z | PASS [ 0.317s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1142 | 2024-11-28T06:48:20.862Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1143 | 2024-11-28T06:48:20.932Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1144 | 2024-11-28T06:48:20.939Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1145 | 2024-11-28T06:48:20.986Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1146 | 2024-11-28T06:48:21.175Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1147 | 2024-11-28T06:48:21.181Z | PASS [ 0.334s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1148 | 2024-11-28T06:48:21.225Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1149 | 2024-11-28T06:48:21.244Z | PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1150 | 2024-11-28T06:48:21.292Z | PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1151 | 2024-11-28T06:48:21.470Z | PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1152 | 2024-11-28T06:48:21.486Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1153 | 2024-11-28T06:48:21.522Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1154 | 2024-11-28T06:48:21.544Z | PASS [ 5.768s] integration-tests::integration test_target_dir |
1155 | 2024-11-28T06:48:21.557Z | PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1156 | 2024-11-28T06:48:21.583Z | PASS [ 0.291s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1157 | 2024-11-28T06:48:21.752Z | PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1158 | 2024-11-28T06:48:21.775Z | PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1159 | 2024-11-28T06:48:21.798Z | PASS [ 0.275s] nextest-runner config::scripts::tests::test_scripts_basic |
1160 | 2024-11-28T06:48:21.817Z | PASS [ 0.273s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1161 | 2024-11-28T06:48:21.832Z | PASS [ 0.275s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1162 | 2024-11-28T06:48:21.860Z | PASS [ 0.276s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1163 | 2024-11-28T06:48:22.043Z | PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1164 | 2024-11-28T06:48:22.061Z | PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1165 | 2024-11-28T06:48:22.075Z | PASS [ 0.277s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1166 | 2024-11-28T06:48:22.080Z | PASS [ 6.808s] integration-tests::integration test_show_config_test_groups |
1167 | 2024-11-28T06:48:22.102Z | PASS [ 0.285s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1168 | 2024-11-28T06:48:22.113Z | PASS [ 0.280s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1169 | 2024-11-28T06:48:22.133Z | PASS [ 0.272s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1170 | 2024-11-28T06:48:22.304Z | PASS [ 0.261s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1171 | 2024-11-28T06:48:22.319Z | PASS [ 0.257s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1172 | 2024-11-28T06:48:22.329Z | PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1173 | 2024-11-28T06:48:22.334Z | PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1174 | 2024-11-28T06:48:22.362Z | PASS [ 0.249s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1175 | 2024-11-28T06:48:22.367Z | PASS [ 0.265s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1176 | 2024-11-28T06:48:22.398Z | PASS [ 0.264s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1177 | 2024-11-28T06:48:22.576Z | PASS [ 0.271s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1178 | 2024-11-28T06:48:22.595Z | PASS [ 0.266s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1179 | 2024-11-28T06:48:22.598Z | PASS [ 0.261s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1180 | 2024-11-28T06:48:22.605Z | PASS [ 0.285s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1181 | 2024-11-28T06:48:22.636Z | PASS [ 0.273s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1182 | 2024-11-28T06:48:22.641Z | PASS [ 0.273s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1183 | 2024-11-28T06:48:22.670Z | PASS [ 0.272s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1184 | 2024-11-28T06:48:22.872Z | PASS [ 0.296s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1185 | 2024-11-28T06:48:22.885Z | PASS [ 0.284s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1186 | 2024-11-28T06:48:22.890Z | PASS [ 0.286s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1187 | 2024-11-28T06:48:22.902Z | PASS [ 0.306s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1188 | 2024-11-28T06:48:22.920Z | PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1189 | 2024-11-28T06:48:22.930Z | PASS [ 0.294s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1190 | 2024-11-28T06:48:22.932Z | PASS [ 0.288s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1191 | 2024-11-28T06:48:22.951Z | PASS [ 0.020s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1192 | 2024-11-28T06:48:22.959Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1193 | 2024-11-28T06:48:22.971Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1194 | 2024-11-28T06:48:22.978Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1195 | 2024-11-28T06:48:22.995Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1196 | 2024-11-28T06:48:23.001Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1197 | 2024-11-28T06:48:23.015Z | PASS [ 0.344s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1198 | 2024-11-28T06:48:23.020Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1199 | 2024-11-28T06:48:23.028Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1200 | 2024-11-28T06:48:23.034Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1201 | 2024-11-28T06:48:23.041Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1202 | 2024-11-28T06:48:23.048Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1203 | 2024-11-28T06:48:23.273Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1204 | 2024-11-28T06:48:23.278Z | PASS [ 0.022s] nextest-runner list::test_list::tests::test_parse_test_list |
1205 | 2024-11-28T06:48:23.278Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1206 | 2024-11-28T06:48:23.278Z | PASS [ 0.018s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1207 | 2024-11-28T06:48:23.278Z | PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1208 | 2024-11-28T06:48:23.278Z | PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1209 | 2024-11-28T06:48:23.278Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1210 | 2024-11-28T06:48:23.278Z | PASS [ 0.019s] nextest-runner redact::tests::test_redact_path |
1211 | 2024-11-28T06:48:23.278Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::no_capture_settings |
1212 | 2024-11-28T06:48:23.278Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1213 | 2024-11-28T06:48:23.278Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1214 | 2024-11-28T06:48:23.278Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1215 | 2024-11-28T06:48:23.278Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1216 | 2024-11-28T06:48:23.278Z | PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1217 | 2024-11-28T06:48:23.278Z | PASS [ 0.293s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1218 | 2024-11-28T06:48:23.278Z | PASS [ 0.295s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1219 | 2024-11-28T06:48:23.278Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1220 | 2024-11-28T06:48:23.278Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1221 | 2024-11-28T06:48:23.278Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1222 | 2024-11-28T06:48:23.278Z | PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_final_warnings |
1223 | 2024-11-28T06:48:23.278Z | PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1224 | 2024-11-28T06:48:23.278Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1225 | 2024-11-28T06:48:23.278Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1226 | 2024-11-28T06:48:23.278Z | PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1227 | 2024-11-28T06:48:23.278Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1228 | 2024-11-28T06:48:23.278Z | PASS [ 0.311s] nextest-runner config::tool_config::tests::tool_config_basic |
1229 | 2024-11-28T06:48:23.278Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1230 | 2024-11-28T06:48:23.278Z | PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1231 | 2024-11-28T06:48:23.278Z | PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1232 | 2024-11-28T06:48:23.278Z | PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_highlight_end |
1233 | 2024-11-28T06:48:23.278Z | PASS [ 0.056s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1234 | 2024-11-28T06:48:23.278Z | PASS [ 0.022s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1235 | 2024-11-28T06:48:23.278Z | PASS [ 0.019s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1236 | 2024-11-28T06:48:23.290Z | PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1237 | 2024-11-28T06:48:23.294Z | PASS [ 0.022s] nextest-runner runner::tests::test_is_success |
1238 | 2024-11-28T06:48:23.297Z | PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1239 | 2024-11-28T06:48:23.297Z | PASS [ 0.030s] nextest-runner runner::tests::no_capture_settings |
1240 | 2024-11-28T06:48:23.305Z | PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1241 | 2024-11-28T06:48:23.308Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1242 | 2024-11-28T06:48:23.313Z | PASS [ 0.024s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1243 | 2024-11-28T06:48:23.324Z | PASS [ 0.017s] nextest-runner test_command::tests::parse_build_script |
1244 | 2024-11-28T06:48:23.329Z | PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples |
1245 | 2024-11-28T06:48:23.332Z | PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config |
1246 | 2024-11-28T06:48:23.337Z | PASS [ 0.024s] nextest-runner test_filter::tests::pattern_examples |
1247 | 2024-11-28T06:48:23.394Z | PASS [ 0.098s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1248 | 2024-11-28T06:48:23.421Z | PASS [ 0.027s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1249 | 2024-11-28T06:48:23.434Z | PASS [ 0.135s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1250 | 2024-11-28T06:48:23.470Z | PASS [ 0.145s] nextest-runner test_filter::tests::proptest_empty |
1251 | 2024-11-28T06:48:23.579Z | PASS [ 0.303s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1252 | 2024-11-28T06:48:23.585Z | PASS [ 0.251s] nextest-runner test_filter::tests::proptest_no_match |
1253 | 2024-11-28T06:48:24.009Z | PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1254 | 2024-11-28T06:48:24.045Z | PASS [ 0.715s] nextest-runner test_filter::tests::proptest_exact |
1255 | 2024-11-28T06:48:24.397Z | PASS [ 1.059s] nextest-runner test_filter::tests::proptest_substring |
1256 | 2024-11-28T06:48:24.948Z | PASS [ 1.526s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1257 | 2024-11-28T06:48:25.487Z | PASS [ 1.901s] nextest-runner::integration basic::test_list_binaries |
1258 | 2024-11-28T06:48:25.751Z | PASS [ 1.747s] nextest-runner::integration basic::test_list_tests |
1259 | 2024-11-28T06:48:25.757Z | PASS [ 2.286s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1260 | 2024-11-28T06:48:25.776Z | PASS [ 2.196s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1261 | 2024-11-28T06:48:25.801Z | PASS [ 0.025s] nextest-runner::integration target_runner::disregards_non_matching |
1262 | 2024-11-28T06:48:25.846Z | PASS [ 0.359s] nextest-runner::integration basic::test_run_ignored |
1263 | 2024-11-28T06:48:25.870Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1264 | 2024-11-28T06:48:25.894Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1265 | 2024-11-28T06:48:25.919Z | PASS [ 22.800s] integration-tests::integration test_run |
1266 | 2024-11-28T06:48:26.032Z | PASS [ 0.281s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1267 | 2024-11-28T06:48:26.076Z | PASS [ 0.274s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1268 | 2024-11-28T06:48:26.100Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env |
1269 | 2024-11-28T06:48:26.127Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli |
1270 | 2024-11-28T06:48:26.153Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1271 | 2024-11-28T06:48:26.177Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1272 | 2024-11-28T06:48:26.201Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env |
1273 | 2024-11-28T06:48:26.225Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1274 | 2024-11-28T06:48:26.248Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option |
1275 | 2024-11-28T06:48:26.292Z | PASS [ 0.398s] nextest-runner::integration target_runner::parses_cargo_env |
1276 | 2024-11-28T06:48:26.422Z | PASS [ 0.491s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1277 | 2024-11-28T06:48:27.078Z | PASS [ 2.129s] nextest-runner::integration basic::test_run |
1278 | 2024-11-28T06:48:27.460Z | PASS [ 1.428s] nextest-runner::integration target_runner::test_run_with_target_runner |
1279 | 2024-11-28T06:48:28.051Z | PASS [ 2.293s] nextest-runner::integration basic::test_termination |
1280 | 2024-11-28T06:48:29.187Z | PASS [ 5.141s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1281 | 2024-11-28T06:48:29.197Z | PASS [ 4.799s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1282 | 2024-11-28T06:48:29.199Z | ------------ |
1283 | 2024-11-28T06:48:29.199Z | Summary [ 36.149s] 279 tests run: 279 passed, 0 skipped |
1284 | 2024-11-28T06:48:29.226Z | |
1285 | 2024-11-28T06:48:29.228Z | real 37.260562113 |
1286 | 2024-11-28T06:48:29.228Z | user 2:22.218791013 |
1287 | 2024-11-28T06:48:29.228Z | sys 1:42.648524977 |
1288 | 2024-11-28T06:48:29.228Z | trap 0.389592689 |
1289 | 2024-11-28T06:48:29.228Z | tflt 0.739731013 |
1290 | 2024-11-28T06:48:29.228Z | dflt 1.305821939 |
1291 | 2024-11-28T06:48:29.228Z | kflt 0.005632546 |
1292 | 2024-11-28T06:48:29.228Z | lock 32:43.064183097 |
1293 | 2024-11-28T06:48:29.228Z | slp 55:25.868935251 |
1294 | 2024-11-28T06:48:29.228Z | lat 13:38.505751424 |
1295 | 2024-11-28T06:48:29.228Z | stop 5:20.250909487 |
1296 | 2024-11-28T06:48:29.228Z | + banner release |
1297 | 2024-11-28T06:48:29.231Z | |
1298 | 2024-11-28T06:48:29.231Z | ##### ###### # ###### ## #### ###### |
1299 | 2024-11-28T06:48:29.231Z | # # # # # # # # # |
1300 | 2024-11-28T06:48:29.231Z | # # ##### # ##### # # #### ##### |
1301 | 2024-11-28T06:48:29.231Z | ##### # # # ###### # # |
1302 | 2024-11-28T06:48:29.231Z | # # # # # # # # # # |
1303 | 2024-11-28T06:48:29.231Z | # # ###### ###### ###### # # #### ###### |
1304 | 2024-11-28T06:48:29.231Z | |
1305 | 2024-11-28T06:48:29.231Z | + ptime -m cargo nextest run --profile ci |
1306 | 2024-11-28T06:48:29.890Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s |
1307 | 2024-11-28T06:48:29.999Z | ------------ |
1308 | 2024-11-28T06:48:29.999Z | Nextest run ID 1e7384f2-146c-437c-a9b6-b09c8a78515a with nextest profile: ci |
1309 | 2024-11-28T06:48:29.999Z | Starting 279 tests across 12 binaries |
1310 | 2024-11-28T06:48:30.042Z | PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1311 | 2024-11-28T06:48:30.216Z | PASS [ 0.211s] cargo-nextest dispatch::tests::test_argument_parsing |
1312 | 2024-11-28T06:48:40.116Z | PASS [ 10.106s] integration-tests::integration test_list_binaries_only |
1313 | 2024-11-28T06:48:40.168Z | PASS [ 10.146s] integration-tests::integration test_list_host_after_build |
1314 | 2024-11-28T06:48:40.282Z | PASS [ 10.269s] integration-tests::integration test_list_default |
1315 | 2024-11-28T06:48:40.424Z | PASS [ 10.408s] integration-tests::integration test_list_full |
1316 | 2024-11-28T06:48:40.479Z | PASS [ 10.453s] integration-tests::integration test_list_target_after_build |
1317 | 2024-11-28T06:48:41.182Z | PASS [ 11.162s] integration-tests::integration test_list_full_after_build |
1318 | 2024-11-28T06:48:44.822Z | PASS [ 14.602s] integration-tests::integration test_relocated_run |
1319 | 2024-11-28T06:48:49.678Z | PASS [ 9.252s] integration-tests::integration test_run_from_archive_with_missing_includes |
1320 | 2024-11-28T06:48:51.026Z | PASS [ 9.843s] integration-tests::integration test_run_no_tests |
1321 | 2024-11-28T06:48:51.391Z | PASS [ 0.364s] integration-tests::integration test_setup_scripts_not_enabled |
1322 | 2024-11-28T06:48:52.095Z | PASS [ 11.808s] integration-tests::integration test_run_from_archive_with_includes |
1323 | 2024-11-28T06:48:52.150Z | PASS [ 11.980s] integration-tests::integration test_run_after_build |
1324 | 2024-11-28T06:48:52.162Z | PASS [ 22.121s] integration-tests::integration test_list_with_default_filter |
1325 | 2024-11-28T06:48:52.677Z | PASS [ 0.584s] integration-tests::integration test_show_config_version |
1326 | 2024-11-28T06:48:52.739Z | PASS [ 0.056s] integration-tests::integration test_version_info |
1327 | 2024-11-28T06:48:52.763Z | PASS [ 7.943s] integration-tests::integration test_run_with_default_filter |
1328 | 2024-11-28T06:48:52.782Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_complex_error |
1329 | 2024-11-28T06:48:52.810Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_expected_eof |
1330 | 2024-11-28T06:48:52.822Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_expr |
1331 | 2024-11-28T06:48:52.847Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_and_operator |
1332 | 2024-11-28T06:48:52.863Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_escapes |
1333 | 2024-11-28T06:48:52.895Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_glob |
1334 | 2024-11-28T06:48:52.936Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_or_operator |
1335 | 2024-11-28T06:48:52.987Z | PASS [ 12.461s] integration-tests::integration test_run_from_archive_with_no_includes |
1336 | 2024-11-28T06:48:53.068Z | PASS [ 0.082s] nextest-filtering parsing::tests::test_invalid_platform |
1337 | 2024-11-28T06:48:53.069Z | PASS [ 0.051s] nextest-filtering parsing::tests::test_invalid_regex |
1338 | 2024-11-28T06:48:53.152Z | PASS [ 0.081s] nextest-filtering parsing::tests::test_missing_argument |
1339 | 2024-11-28T06:48:53.152Z | PASS [ 0.075s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1340 | 2024-11-28T06:48:53.289Z | PASS [ 0.084s] nextest-filtering parsing::tests::test_missing_close_regex |
1341 | 2024-11-28T06:48:53.289Z | PASS [ 0.086s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1342 | 2024-11-28T06:48:53.289Z | PASS [ 0.060s] nextest-filtering parsing::tests::test_missing_parentheses |
1343 | 2024-11-28T06:48:53.289Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_comma |
1344 | 2024-11-28T06:48:53.292Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_difference |
1345 | 2024-11-28T06:48:53.292Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1346 | 2024-11-28T06:48:53.292Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_not |
1347 | 2024-11-28T06:48:53.322Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_set |
1348 | 2024-11-28T06:48:53.322Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1349 | 2024-11-28T06:48:53.323Z | PASS [ 3.622s] integration-tests::integration test_setup_script_error |
1350 | 2024-11-28T06:48:53.941Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_union |
1351 | 2024-11-28T06:48:53.941Z | PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1352 | 2024-11-28T06:48:53.941Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_name_matcher |
1353 | 2024-11-28T06:48:53.941Z | PASS [ 0.616s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1354 | 2024-11-28T06:48:53.944Z | PASS [ 0.149s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1355 | 2024-11-28T06:48:53.944Z | PASS [ 0.129s] nextest-filtering parsing::tests::test_parse_regex |
1356 | 2024-11-28T06:48:53.944Z | PASS [ 0.091s] nextest-filtering parsing::tests::test_parse_set_def |
1357 | 2024-11-28T06:48:53.944Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_unexpected_argument |
1358 | 2024-11-28T06:48:53.944Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_comma |
1359 | 2024-11-28T06:48:53.944Z | PASS [ 0.219s] nextest-filtering::match test_expr_binary_id_glob |
1360 | 2024-11-28T06:48:53.944Z | PASS [ 0.228s] nextest-filtering::match test_expr_binary |
1361 | 2024-11-28T06:48:53.944Z | PASS [ 0.233s] nextest-filtering::match test_binary_query |
1362 | 2024-11-28T06:48:53.944Z | PASS [ 0.142s] nextest-filtering::match test_expr_deps |
1363 | 2024-11-28T06:48:53.944Z | PASS [ 0.041s] nextest-filtering::match test_expr_kind_partial |
1364 | 2024-11-28T06:48:53.944Z | PASS [ 0.152s] nextest-filtering::match test_expr_kind |
1365 | 2024-11-28T06:48:53.944Z | PASS [ 0.036s] nextest-filtering::match test_expr_package_contains |
1366 | 2024-11-28T06:48:53.944Z | PASS [ 0.023s] nextest-filtering::match test_expr_package_regex |
1367 | 2024-11-28T06:48:53.959Z | PASS [ 0.026s] nextest-filtering::match test_expr_rdeps |
1368 | 2024-11-28T06:48:53.969Z | PASS [ 0.075s] nextest-filtering::match test_expr_package_equal |
1369 | 2024-11-28T06:48:53.979Z | PASS [ 0.051s] nextest-filtering::match test_expr_platform |
1370 | 2024-11-28T06:48:53.995Z | PASS [ 0.025s] nextest-filtering::match test_expr_test |
1371 | 2024-11-28T06:48:53.998Z | PASS [ 0.495s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1372 | 2024-11-28T06:48:53.998Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_difference::with_minus |
1373 | 2024-11-28T06:48:54.388Z | PASS [ 0.036s] nextest-filtering::match test_expr_test_difference::with_and_not |
1374 | 2024-11-28T06:48:54.388Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1375 | 2024-11-28T06:48:54.388Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_intersect::with_and |
1376 | 2024-11-28T06:48:54.391Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_not |
1377 | 2024-11-28T06:48:54.391Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_union::with_or |
1378 | 2024-11-28T06:48:54.391Z | PASS [ 0.071s] nextest-filtering::match test_expr_test_union::with_plus |
1379 | 2024-11-28T06:48:54.391Z | PASS [ 0.078s] nextest-filtering::match test_expr_test_union::with_pipe |
1380 | 2024-11-28T06:48:54.391Z | PASS [ 0.061s] nextest-filtering::match test_expr_with_no_matching_packages |
1381 | 2024-11-28T06:48:54.391Z | PASS [ 0.108s] nextest-metadata test_list::tests::test_binary_id_ord |
1382 | 2024-11-28T06:48:54.391Z | PASS [ 0.086s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1383 | 2024-11-28T06:48:54.391Z | PASS [ 0.087s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1384 | 2024-11-28T06:48:54.391Z | PASS [ 0.108s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1385 | 2024-11-28T06:48:54.391Z | PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1386 | 2024-11-28T06:48:54.391Z | PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1387 | 2024-11-28T06:48:54.391Z | PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1388 | 2024-11-28T06:48:54.392Z | PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1389 | 2024-11-28T06:48:54.392Z | PASS [ 0.042s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1390 | 2024-11-28T06:48:54.392Z | PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1391 | 2024-11-28T06:48:54.392Z | PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1392 | 2024-11-28T06:48:54.392Z | PASS [ 0.027s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1393 | 2024-11-28T06:48:54.392Z | PASS [ 0.020s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1394 | 2024-11-28T06:48:54.392Z | PASS [ 0.035s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1395 | 2024-11-28T06:48:54.722Z | PASS [ 0.391s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1396 | 2024-11-28T06:48:54.737Z | PASS [ 0.411s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1397 | 2024-11-28T06:48:54.822Z | PASS [ 0.482s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1398 | 2024-11-28T06:48:54.822Z | PASS [ 0.497s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1399 | 2024-11-28T06:48:55.126Z | PASS [ 0.396s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1400 | 2024-11-28T06:48:55.129Z | PASS [ 0.408s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1401 | 2024-11-28T06:48:55.148Z | PASS [ 0.018s] nextest-runner config::config_impl::tests::default_config_is_valid |
1402 | 2024-11-28T06:48:55.171Z | PASS [ 0.353s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1403 | 2024-11-28T06:48:55.186Z | PASS [ 0.015s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1404 | 2024-11-28T06:48:55.201Z | PASS [ 0.016s] nextest-runner config::identifier::tests::test_invalid |
1405 | 2024-11-28T06:48:55.216Z | PASS [ 0.015s] nextest-runner config::identifier::tests::test_valid |
1406 | 2024-11-28T06:48:55.236Z | PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_accumulate |
1407 | 2024-11-28T06:48:55.249Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1408 | 2024-11-28T06:48:55.253Z | PASS [ 0.432s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1409 | 2024-11-28T06:48:55.263Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1410 | 2024-11-28T06:48:55.271Z | PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1411 | 2024-11-28T06:48:55.291Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1412 | 2024-11-28T06:48:55.294Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1413 | 2024-11-28T06:48:55.298Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1414 | 2024-11-28T06:48:55.302Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1415 | 2024-11-28T06:48:55.313Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1416 | 2024-11-28T06:48:55.411Z | PASS [ 0.287s] nextest-runner config::archive::tests::parse_valid |
1417 | 2024-11-28T06:48:55.500Z | PASS [ 0.331s] nextest-runner config::config_impl::tests::ignored_keys |
1418 | 2024-11-28T06:48:55.582Z | PASS [ 0.279s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1419 | 2024-11-28T06:48:55.611Z | PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1420 | 2024-11-28T06:48:55.734Z | PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1421 | 2024-11-28T06:48:55.800Z | PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1422 | 2024-11-28T06:48:55.869Z | PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1423 | 2024-11-28T06:48:55.895Z | PASS [ 3.743s] integration-tests::integration test_target_arg |
1424 | 2024-11-28T06:48:55.955Z | PASS [ 0.342s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1425 | 2024-11-28T06:48:56.021Z | PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1426 | 2024-11-28T06:48:56.092Z | PASS [ 0.292s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1427 | 2024-11-28T06:48:56.185Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1428 | 2024-11-28T06:48:56.199Z | PASS [ 0.329s] nextest-runner config::overrides::tests::test_overrides_basic |
1429 | 2024-11-28T06:48:56.238Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1430 | 2024-11-28T06:48:56.314Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1431 | 2024-11-28T06:48:56.381Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1432 | 2024-11-28T06:48:56.461Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1433 | 2024-11-28T06:48:56.492Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1434 | 2024-11-28T06:48:56.560Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1435 | 2024-11-28T06:48:56.601Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1436 | 2024-11-28T06:48:56.672Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1437 | 2024-11-28T06:48:56.752Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1438 | 2024-11-28T06:48:56.765Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1439 | 2024-11-28T06:48:56.836Z | PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1440 | 2024-11-28T06:48:56.870Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1441 | 2024-11-28T06:48:56.936Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1442 | 2024-11-28T06:48:57.034Z | PASS [ 0.269s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1443 | 2024-11-28T06:48:57.043Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1444 | 2024-11-28T06:48:57.130Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1445 | 2024-11-28T06:48:57.144Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1446 | 2024-11-28T06:48:57.199Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1447 | 2024-11-28T06:48:57.292Z | PASS [ 0.253s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1448 | 2024-11-28T06:48:57.297Z | PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1449 | 2024-11-28T06:48:57.403Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1450 | 2024-11-28T06:48:57.415Z | PASS [ 0.277s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1451 | 2024-11-28T06:48:57.479Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1452 | 2024-11-28T06:48:57.582Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1453 | 2024-11-28T06:48:57.589Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1454 | 2024-11-28T06:48:57.687Z | PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1455 | 2024-11-28T06:48:57.691Z | PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1456 | 2024-11-28T06:48:57.737Z | PASS [ 5.573s] integration-tests::integration test_target_dir |
1457 | 2024-11-28T06:48:57.791Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1458 | 2024-11-28T06:48:57.876Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1459 | 2024-11-28T06:48:57.899Z | PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1460 | 2024-11-28T06:48:57.967Z | PASS [ 0.280s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1461 | 2024-11-28T06:48:57.988Z | PASS [ 0.287s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1462 | 2024-11-28T06:48:58.097Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1463 | 2024-11-28T06:48:58.101Z | PASS [ 0.365s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1464 | 2024-11-28T06:48:58.199Z | PASS [ 0.333s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1465 | 2024-11-28T06:48:58.212Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1466 | 2024-11-28T06:48:58.299Z | PASS [ 0.333s] nextest-runner config::scripts::tests::test_scripts_basic |
1467 | 2024-11-28T06:48:58.307Z | PASS [ 6.917s] integration-tests::integration test_show_config_test_groups |
1468 | 2024-11-28T06:48:58.313Z | PASS [ 0.336s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1469 | 2024-11-28T06:48:58.380Z | PASS [ 0.278s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1470 | 2024-11-28T06:48:58.391Z | PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1471 | 2024-11-28T06:48:58.474Z | PASS [ 0.273s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1472 | 2024-11-28T06:48:58.515Z | PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1473 | 2024-11-28T06:48:58.585Z | PASS [ 0.270s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1474 | 2024-11-28T06:48:58.594Z | PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1475 | 2024-11-28T06:48:58.596Z | PASS [ 0.281s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1476 | 2024-11-28T06:48:58.649Z | PASS [ 0.269s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1477 | 2024-11-28T06:48:58.669Z | PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1478 | 2024-11-28T06:48:58.746Z | PASS [ 0.274s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1479 | 2024-11-28T06:48:58.788Z | PASS [ 0.277s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1480 | 2024-11-28T06:48:58.839Z | PASS [ 0.243s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1481 | 2024-11-28T06:48:58.839Z | PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1482 | 2024-11-28T06:48:58.842Z | PASS [ 0.255s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1483 | 2024-11-28T06:48:58.907Z | PASS [ 0.258s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1484 | 2024-11-28T06:48:58.933Z | PASS [ 0.264s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1485 | 2024-11-28T06:48:59.006Z | PASS [ 0.259s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1486 | 2024-11-28T06:48:59.044Z | PASS [ 0.255s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1487 | 2024-11-28T06:48:59.093Z | PASS [ 0.253s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1488 | 2024-11-28T06:48:59.100Z | PASS [ 0.253s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1489 | 2024-11-28T06:48:59.100Z | PASS [ 0.262s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1490 | 2024-11-28T06:48:59.162Z | PASS [ 0.255s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1491 | 2024-11-28T06:48:59.194Z | PASS [ 0.260s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1492 | 2024-11-28T06:48:59.254Z | PASS [ 0.249s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1493 | 2024-11-28T06:48:59.304Z | PASS [ 0.260s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1494 | 2024-11-28T06:48:59.343Z | PASS [ 0.250s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1495 | 2024-11-28T06:48:59.350Z | PASS [ 0.250s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1496 | 2024-11-28T06:48:59.351Z | PASS [ 0.246s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1497 | 2024-11-28T06:48:59.357Z | PASS [ 0.015s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1498 | 2024-11-28T06:48:59.365Z | PASS [ 0.014s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1499 | 2024-11-28T06:48:59.370Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1500 | 2024-11-28T06:48:59.380Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1501 | 2024-11-28T06:48:59.384Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1502 | 2024-11-28T06:48:59.394Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1503 | 2024-11-28T06:48:59.398Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1504 | 2024-11-28T06:48:59.409Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1505 | 2024-11-28T06:48:59.413Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1506 | 2024-11-28T06:48:59.423Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1507 | 2024-11-28T06:48:59.430Z | PASS [ 0.265s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1508 | 2024-11-28T06:48:59.433Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1509 | 2024-11-28T06:48:59.436Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1510 | 2024-11-28T06:48:59.440Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1511 | 2024-11-28T06:48:59.447Z | PASS [ 0.017s] nextest-runner list::test_list::tests::test_parse_test_list |
1512 | 2024-11-28T06:48:59.453Z | PASS [ 0.015s] nextest-runner partition::tests::partitioner_builder_from_str |
1513 | 2024-11-28T06:48:59.453Z | PASS [ 0.258s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1514 | 2024-11-28T06:48:59.457Z | PASS [ 0.017s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1515 | 2024-11-28T06:48:59.472Z | PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1516 | 2024-11-28T06:48:59.475Z | PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1517 | 2024-11-28T06:48:59.475Z | PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1518 | 2024-11-28T06:48:59.475Z | PASS [ 0.015s] nextest-runner redact::tests::test_redact_path |
1519 | 2024-11-28T06:48:59.478Z | PASS [ 0.016s] nextest-runner reporter::displayer::tests::no_capture_settings |
1520 | 2024-11-28T06:48:59.495Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1521 | 2024-11-28T06:48:59.502Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1522 | 2024-11-28T06:48:59.511Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1523 | 2024-11-28T06:48:59.518Z | PASS [ 0.263s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1524 | 2024-11-28T06:48:59.521Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1525 | 2024-11-28T06:48:59.524Z | PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1526 | 2024-11-28T06:48:59.530Z | PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1527 | 2024-11-28T06:48:59.536Z | PASS [ 0.026s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1528 | 2024-11-28T06:48:59.541Z | PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_final_warnings |
1529 | 2024-11-28T06:48:59.546Z | PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1530 | 2024-11-28T06:48:59.551Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1531 | 2024-11-28T06:48:59.559Z | PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1532 | 2024-11-28T06:48:59.559Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1533 | 2024-11-28T06:48:59.564Z | PASS [ 0.015s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1534 | 2024-11-28T06:48:59.569Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1535 | 2024-11-28T06:48:59.572Z | PASS [ 0.014s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1536 | 2024-11-28T06:48:59.579Z | PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1537 | 2024-11-28T06:48:59.581Z | PASS [ 0.273s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1538 | 2024-11-28T06:48:59.584Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end |
1539 | 2024-11-28T06:48:59.596Z | PASS [ 0.013s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1540 | 2024-11-28T06:48:59.601Z | PASS [ 0.054s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1541 | 2024-11-28T06:48:59.611Z | PASS [ 0.014s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1542 | 2024-11-28T06:48:59.620Z | PASS [ 0.020s] nextest-runner runner::tests::no_capture_settings |
1543 | 2024-11-28T06:48:59.627Z | PASS [ 0.014s] nextest-runner runner::tests::test_is_success |
1544 | 2024-11-28T06:48:59.627Z | PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1545 | 2024-11-28T06:48:59.634Z | PASS [ 0.055s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1546 | 2024-11-28T06:48:59.634Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1547 | 2024-11-28T06:48:59.638Z | PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1548 | 2024-11-28T06:48:59.648Z | PASS [ 0.295s] nextest-runner config::tool_config::tests::tool_config_basic |
1549 | 2024-11-28T06:48:59.648Z | PASS [ 0.018s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1550 | 2024-11-28T06:48:59.663Z | PASS [ 0.014s] nextest-runner test_command::tests::parse_build_script |
1551 | 2024-11-28T06:48:59.663Z | PASS [ 0.013s] nextest-runner test_filter::tests::empty_pattern_examples |
1552 | 2024-11-28T06:48:59.663Z | PASS [ 0.020s] nextest-runner target_runner::tests::test_find_config |
1553 | 2024-11-28T06:48:59.663Z | PASS [ 0.016s] nextest-runner test_filter::tests::pattern_examples |
1554 | 2024-11-28T06:48:59.723Z | PASS [ 0.095s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1555 | 2024-11-28T06:48:59.738Z | PASS [ 0.015s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1556 | 2024-11-28T06:48:59.751Z | PASS [ 0.120s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1557 | 2024-11-28T06:48:59.775Z | PASS [ 0.123s] nextest-runner test_filter::tests::proptest_empty |
1558 | 2024-11-28T06:48:59.890Z | PASS [ 0.229s] nextest-runner test_filter::tests::proptest_no_match |
1559 | 2024-11-28T06:48:59.900Z | PASS [ 0.279s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1560 | 2024-11-28T06:48:59.988Z | PASS [ 0.087s] nextest-runner::integration basic::test_list_binaries |
1561 | 2024-11-28T06:49:00.020Z | PASS [ 0.245s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1562 | 2024-11-28T06:49:00.088Z | PASS [ 0.200s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1563 | 2024-11-28T06:49:00.185Z | PASS [ 0.198s] nextest-runner::integration basic::test_list_tests |
1564 | 2024-11-28T06:49:00.317Z | PASS [ 0.563s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1565 | 2024-11-28T06:49:00.377Z | PASS [ 0.721s] nextest-runner test_filter::tests::proptest_exact |
1566 | 2024-11-28T06:49:00.569Z | PASS [ 0.897s] nextest-runner test_filter::tests::proptest_substring |
1567 | 2024-11-28T06:49:00.661Z | PASS [ 0.346s] nextest-runner::integration basic::test_run_ignored |
1568 | 2024-11-28T06:49:00.687Z | PASS [ 0.019s] nextest-runner::integration target_runner::disregards_non_matching |
1569 | 2024-11-28T06:49:00.692Z | PASS [ 0.314s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1570 | 2024-11-28T06:49:00.711Z | PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1571 | 2024-11-28T06:49:00.729Z | PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1572 | 2024-11-28T06:49:00.925Z | PASS [ 0.245s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1573 | 2024-11-28T06:49:01.045Z | PASS [ 0.315s] nextest-runner::integration target_runner::parses_cargo_env |
1574 | 2024-11-28T06:49:01.257Z | PASS [ 1.518s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1575 | 2024-11-28T06:49:01.277Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_cargo_env |
1576 | 2024-11-28T06:49:01.298Z | PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_cli |
1577 | 2024-11-28T06:49:01.316Z | PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1578 | 2024-11-28T06:49:01.326Z | PASS [ 0.401s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1579 | 2024-11-28T06:49:01.335Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1580 | 2024-11-28T06:49:01.346Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env |
1581 | 2024-11-28T06:49:01.349Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1582 | 2024-11-28T06:49:01.358Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option |
1583 | 2024-11-28T06:49:01.695Z | PASS [ 1.514s] nextest-runner::integration basic::test_run |
1584 | 2024-11-28T06:49:01.887Z | PASS [ 21.772s] integration-tests::integration test_run |
1585 | 2024-11-28T06:49:02.458Z | PASS [ 1.418s] nextest-runner::integration target_runner::test_run_with_target_runner |
1586 | 2024-11-28T06:49:02.811Z | PASS [ 2.256s] nextest-runner::integration basic::test_termination |
1587 | 2024-11-28T06:49:03.534Z | PASS [ 3.518s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1588 | 2024-11-28T06:49:03.649Z | PASS [ 3.565s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1589 | 2024-11-28T06:49:03.652Z | ------------ |
1590 | 2024-11-28T06:49:03.652Z | Summary [ 33.646s] 279 tests run: 279 passed, 0 skipped |
1591 | 2024-11-28T06:49:03.670Z | |
1592 | 2024-11-28T06:49:03.672Z | real 34.430610556 |
1593 | 2024-11-28T06:49:03.672Z | user 2:13.799581561 |
1594 | 2024-11-28T06:49:03.673Z | sys 1:37.555718376 |
1595 | 2024-11-28T06:49:03.673Z | trap 0.343664183 |
1596 | 2024-11-28T06:49:03.673Z | tflt 0.378482330 |
1597 | 2024-11-28T06:49:03.673Z | dflt 2.203981864 |
1598 | 2024-11-28T06:49:03.673Z | kflt 0.012070382 |
1599 | 2024-11-28T06:49:03.673Z | lock 30:55.138364827 |
1600 | 2024-11-28T06:49:03.673Z | slp 53:47.758886552 |
1601 | 2024-11-28T06:49:03.673Z | lat 13:39.039766110 |
1602 | 2024-11-28T06:49:03.673Z | stop 5:23.029609169 |
1603 | 2024-11-28T06:49:03.673Z | process exited: duration 314972 ms, exit code 0 |
|
1604 | 2024-11-28T06:49:03.678Z | found 0 output files |