|
|
|
1 | 2024-12-03T22:47:49.581Z | job assigned to worker 01JE7B9B77XMHYR610SHRR60VF [factory aws, i-014b18d97113c40eb] (queued for 2 m 38 s) |
|
2 | 2024-12-03T22:47:57.757Z | starting task 0: "setup" |
3 | 2024-12-03T22:47:57.766Z | ++ uname -s |
4 | 2024-12-03T22:47:57.768Z | + kern=SunOS |
5 | 2024-12-03T22:47:57.768Z | + case "$kern" in |
6 | 2024-12-03T22:47:57.768Z | + groupadd -g 12345 build |
7 | 2024-12-03T22:47:57.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T22:47:59.776Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T22:47:59.880Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T22:47:59.883Z | + home_fs=zfs |
11 | 2024-12-03T22:47:59.883Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T22:47:59.883Z | + mkdir -p /home/build |
13 | 2024-12-03T22:47:59.885Z | + chown build:build /home/build /work |
14 | 2024-12-03T22:48:00.886Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T22:48:00.889Z | process exited: duration 3133 ms, exit code 0 |
|
16 | 2024-12-03T22:48:00.894Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T22:48:00.900Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T22:48:00.900Z | ' stable |
19 | 2024-12-03T22:48:00.900Z | * toolchain channel = "stable" |
20 | 2024-12-03T22:48:00.900Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-03T22:48:00.900Z | ' default |
22 | 2024-12-03T22:48:00.903Z | * toolchain profile = "default" |
23 | 2024-12-03T22:48:00.903Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T22:48:00.903Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-03T22:48:01.017Z | info: downloading installer |
26 | 2024-12-03T22:48:02.394Z | info: profile set to 'default' |
27 | 2024-12-03T22:48:02.394Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T22:48:02.397Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-03T22:48:02.566Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-03T22:48:02.566Z | info: downloading component 'cargo' |
31 | 2024-12-03T22:48:03.585Z | info: downloading component 'clippy' |
32 | 2024-12-03T22:48:03.974Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T22:48:05.397Z | info: downloading component 'rust-std' |
34 | 2024-12-03T22:48:07.448Z | info: downloading component 'rustc' |
35 | 2024-12-03T22:48:15.241Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T22:48:15.537Z | info: installing component 'cargo' |
37 | 2024-12-03T22:48:16.379Z | info: installing component 'clippy' |
38 | 2024-12-03T22:48:16.769Z | info: installing component 'rust-docs' |
39 | 2024-12-03T22:48:18.482Z | info: installing component 'rust-std' |
40 | 2024-12-03T22:48:20.209Z | info: installing component 'rustc' |
41 | 2024-12-03T22:48:26.092Z | info: installing component 'rustfmt' |
42 | 2024-12-03T22:48:26.422Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-03T22:48:26.423Z | |
44 | 2024-12-03T22:48:26.783Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-03T22:48:26.783Z | |
46 | 2024-12-03T22:48:26.786Z | |
47 | 2024-12-03T22:48:26.786Z | Rust is installed now. Great! |
48 | 2024-12-03T22:48:26.786Z | |
49 | 2024-12-03T22:48:26.786Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T22:48:26.786Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T22:48:26.786Z | |
52 | 2024-12-03T22:48:26.786Z | To configure your current shell, you need to source |
53 | 2024-12-03T22:48:26.786Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T22:48:26.786Z | |
55 | 2024-12-03T22:48:26.786Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T22:48:26.786Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T22:48:26.786Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T22:48:26.858Z | + rustc --version |
59 | 2024-12-03T22:48:26.925Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-03T22:48:26.929Z | process exited: duration 26031 ms, exit code 0 |
|
61 | 2024-12-03T22:48:26.935Z | starting task 2: "authentication" |
62 | 2024-12-03T22:48:26.955Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-03T22:48:26.960Z | starting task 3: "clone repository" |
64 | 2024-12-03T22:48:26.965Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-03T22:48:26.967Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-03T22:48:26.999Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-03T22:48:28.867Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-03T22:48:28.867Z | + git fetch origin 7eb4c44c0c654b7955b6fa1f6c9e0140a6c3d7a2 |
69 | 2024-12-03T22:48:29.239Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-03T22:48:29.239Z | * branch 7eb4c44c0c654b7955b6fa1f6c9e0140a6c3d7a2 -> FETCH_HEAD |
71 | 2024-12-03T22:48:29.244Z | + [[ -n '' ]] |
72 | 2024-12-03T22:48:29.244Z | + git reset --hard 7eb4c44c0c654b7955b6fa1f6c9e0140a6c3d7a2 |
73 | 2024-12-03T22:48:29.294Z | HEAD is now at 7eb4c44c feat(max-fail): introduce --max-fail runner option |
74 | 2024-12-03T22:48:29.296Z | process exited: duration 2334 ms, exit code 0 |
|
75 | 2024-12-03T22:48:29.302Z | starting task 4: "build" |
76 | 2024-12-03T22:48:29.311Z | + PLATFORM=illumos |
77 | 2024-12-03T22:48:29.311Z | + export CARGO_TERM_COLOR=always |
78 | 2024-12-03T22:48:29.311Z | + CARGO_TERM_COLOR=always |
79 | 2024-12-03T22:48:29.311Z | + cargo --version |
80 | 2024-12-03T22:48:29.372Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
81 | 2024-12-03T22:48:29.375Z | + rustc --version |
82 | 2024-12-03T22:48:29.438Z | rustc 1.83.0 (90b35a623 2024-11-26) |
83 | 2024-12-03T22:48:29.440Z | + banner install |
84 | 2024-12-03T22:48:29.443Z | |
85 | 2024-12-03T22:48:29.443Z | # # # #### ##### ## # # |
86 | 2024-12-03T22:48:29.443Z | # ## # # # # # # # |
87 | 2024-12-03T22:48:29.443Z | # # # # #### # # # # # |
88 | 2024-12-03T22:48:29.443Z | # # # # # # ###### # # |
89 | 2024-12-03T22:48:29.443Z | # # ## # # # # # # # |
90 | 2024-12-03T22:48:29.443Z | # # # #### # # # ###### ###### |
91 | 2024-12-03T22:48:29.443Z | |
92 | 2024-12-03T22:48:29.446Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-12-03T22:48:29.449Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-12-03T22:48:29.449Z | + gunzip |
95 | 2024-12-03T22:48:29.449Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-12-03T22:48:30.632Z | + banner metadata |
97 | 2024-12-03T22:48:30.635Z | |
98 | 2024-12-03T22:48:30.635Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-12-03T22:48:30.635Z | ## ## # # # # # # # # # # # |
100 | 2024-12-03T22:48:30.635Z | # ## # ##### # # # # # # # # # # |
101 | 2024-12-03T22:48:30.635Z | # # # # ###### # # ###### # ###### |
102 | 2024-12-03T22:48:30.635Z | # # # # # # # # # # # # # |
103 | 2024-12-03T22:48:30.635Z | # # ###### # # # ##### # # # # # |
104 | 2024-12-03T22:48:30.635Z | |
105 | 2024-12-03T22:48:30.635Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-12-03T22:48:30.777Z | Updating crates.io index |
107 | 2024-12-03T22:48:31.647Z | Downloading crates ... |
108 | 2024-12-03T22:48:31.752Z | Downloaded anstyle v1.0.9 |
109 | 2024-12-03T22:48:31.767Z | Downloaded anstyle-parse v0.2.6 |
110 | 2024-12-03T22:48:31.770Z | Downloaded addr2line v0.21.0 |
111 | 2024-12-03T22:48:31.772Z | Downloaded anstyle-query v1.1.2 |
112 | 2024-12-03T22:48:31.773Z | Downloaded adler v1.0.2 |
113 | 2024-12-03T22:48:31.776Z | Downloaded anstream v0.6.17 |
114 | 2024-12-03T22:48:31.779Z | Downloaded borsh v1.5.1 |
115 | 2024-12-03T22:48:31.782Z | Downloaded byteorder v1.5.0 |
116 | 2024-12-03T22:48:31.792Z | Downloaded cfg_aliases v0.2.1 |
117 | 2024-12-03T22:48:31.796Z | Downloaded clap_lex v0.7.2 |
118 | 2024-12-03T22:48:31.798Z | Downloaded backtrace-ext v0.2.1 |
119 | 2024-12-03T22:48:31.798Z | Downloaded either v1.13.0 |
120 | 2024-12-03T22:48:31.801Z | Downloaded autocfg v1.4.0 |
121 | 2024-12-03T22:48:31.803Z | Downloaded equivalent v1.0.1 |
122 | 2024-12-03T22:48:31.803Z | Downloaded colorchoice v1.0.3 |
123 | 2024-12-03T22:48:31.803Z | Downloaded bytes v1.9.0 |
124 | 2024-12-03T22:48:31.812Z | Downloaded cfg-if v1.0.0 |
125 | 2024-12-03T22:48:31.815Z | Downloaded camino v1.1.9 |
126 | 2024-12-03T22:48:31.818Z | Downloaded console v0.15.8 |
127 | 2024-12-03T22:48:31.820Z | Downloaded cfg-expr v0.17.1 |
128 | 2024-12-03T22:48:31.823Z | Downloaded bitflags v2.6.0 |
129 | 2024-12-03T22:48:31.826Z | Downloaded clap_derive v4.5.18 |
130 | 2024-12-03T22:48:31.829Z | Downloaded is_ci v1.2.0 |
131 | 2024-12-03T22:48:31.837Z | Downloaded cc v1.1.31 |
132 | 2024-12-03T22:48:31.842Z | Downloaded backtrace v0.3.71 |
133 | 2024-12-03T22:48:31.853Z | Downloaded supports-unicode v3.0.0 |
134 | 2024-12-03T22:48:31.868Z | Downloaded is_terminal_polyfill v1.70.1 |
135 | 2024-12-03T22:48:31.873Z | Downloaded lazy_static v1.5.0 |
136 | 2024-12-03T22:48:31.876Z | Downloaded guppy-workspace-hack v0.1.0 |
137 | 2024-12-03T22:48:31.883Z | Downloaded clap v4.5.21 |
138 | 2024-12-03T22:48:31.893Z | Downloaded supports-hyperlinks v3.0.0 |
139 | 2024-12-03T22:48:31.898Z | Downloaded signal-hook-registry v1.4.2 |
140 | 2024-12-03T22:48:31.901Z | Downloaded miette-derive v7.4.0 |
141 | 2024-12-03T22:48:31.904Z | Downloaded ppv-lite86 v0.2.20 |
142 | 2024-12-03T22:48:31.909Z | Downloaded thiserror v1.0.69 |
143 | 2024-12-03T22:48:31.913Z | Downloaded target-spec v3.2.2 |
144 | 2024-12-03T22:48:31.916Z | Downloaded shlex v1.3.0 |
145 | 2024-12-03T22:48:31.918Z | Downloaded rand_chacha v0.3.1 |
146 | 2024-12-03T22:48:31.918Z | Downloaded tracing-log v0.2.0 |
147 | 2024-12-03T22:48:31.921Z | Downloaded thiserror-impl v1.0.69 |
148 | 2024-12-03T22:48:31.924Z | Downloaded tokio-macros v2.4.0 |
149 | 2024-12-03T22:48:31.927Z | Downloaded terminal_size v0.4.0 |
150 | 2024-12-03T22:48:31.927Z | Downloaded strsim v0.11.1 |
151 | 2024-12-03T22:48:31.930Z | Downloaded errno v0.3.9 |
152 | 2024-12-03T22:48:31.936Z | Downloaded quote v1.0.37 |
153 | 2024-12-03T22:48:31.939Z | Downloaded itoa v1.0.13 |
154 | 2024-12-03T22:48:31.942Z | Downloaded heck v0.5.0 |
155 | 2024-12-03T22:48:31.944Z | Downloaded utf8parse v0.2.2 |
156 | 2024-12-03T22:48:31.950Z | Downloaded xxhash-rust v0.8.12 |
157 | 2024-12-03T22:48:31.952Z | Downloaded unicode-linebreak v0.1.5 |
158 | 2024-12-03T22:48:31.955Z | Downloaded owo-colors v4.1.0 |
159 | 2024-12-03T22:48:31.959Z | Downloaded once_cell v1.20.2 |
160 | 2024-12-03T22:48:31.965Z | Downloaded jobserver v0.1.32 |
161 | 2024-12-03T22:48:31.967Z | Downloaded smallvec v1.13.2 |
162 | 2024-12-03T22:48:31.970Z | Downloaded rand_core v0.6.4 |
163 | 2024-12-03T22:48:31.972Z | Downloaded rustc-demangle v0.1.24 |
164 | 2024-12-03T22:48:31.974Z | Downloaded pin-project-lite v0.2.15 |
165 | 2024-12-03T22:48:31.977Z | Downloaded target-lexicon v0.12.16 |
166 | 2024-12-03T22:48:31.980Z | Downloaded unicase v2.8.0 |
167 | 2024-12-03T22:48:31.985Z | Downloaded miniz_oxide v0.7.4 |
168 | 2024-12-03T22:48:31.988Z | Downloaded log v0.4.22 |
169 | 2024-12-03T22:48:31.991Z | Downloaded thread_local v1.1.8 |
170 | 2024-12-03T22:48:31.993Z | Downloaded ryu v1.0.18 |
171 | 2024-12-03T22:48:31.996Z | Downloaded supports-color v3.0.2 |
172 | 2024-12-03T22:48:32.001Z | Downloaded num-traits v0.2.19 |
173 | 2024-12-03T22:48:32.004Z | Downloaded getrandom v0.2.15 |
174 | 2024-12-03T22:48:32.006Z | Downloaded proc-macro2 v1.0.92 |
175 | 2024-12-03T22:48:32.011Z | Downloaded smol_str v0.3.2 |
176 | 2024-12-03T22:48:32.013Z | Downloaded unicode-ident v1.0.14 |
177 | 2024-12-03T22:48:32.016Z | Downloaded zerocopy-derive v0.7.35 |
178 | 2024-12-03T22:48:32.020Z | Downloaded socket2 v0.5.7 |
179 | 2024-12-03T22:48:32.026Z | Downloaded sharded-slab v0.1.7 |
180 | 2024-12-03T22:48:32.041Z | Downloaded serde_derive v1.0.215 |
181 | 2024-12-03T22:48:32.047Z | Downloaded textwrap v0.16.1 |
182 | 2024-12-03T22:48:32.059Z | Downloaded tracing-core v0.1.33 |
183 | 2024-12-03T22:48:32.072Z | Downloaded rand v0.8.5 |
184 | 2024-12-03T22:48:32.075Z | Downloaded indexmap v2.6.0 |
185 | 2024-12-03T22:48:32.079Z | Downloaded memchr v2.7.4 |
186 | 2024-12-03T22:48:32.088Z | Downloaded serde v1.0.215 |
187 | 2024-12-03T22:48:32.098Z | Downloaded tracing v0.1.41 |
188 | 2024-12-03T22:48:32.102Z | Downloaded clap_builder v4.5.21 |
189 | 2024-12-03T22:48:32.109Z | Downloaded mio v1.0.2 |
190 | 2024-12-03T22:48:32.114Z | Downloaded miette v7.4.0 |
191 | 2024-12-03T22:48:32.118Z | Downloaded libm v0.2.8 |
192 | 2024-12-03T22:48:32.159Z | Downloaded zerocopy v0.7.35 |
193 | 2024-12-03T22:48:32.174Z | Downloaded serde_json v1.0.133 |
194 | 2024-12-03T22:48:32.180Z | Downloaded tracing-subscriber v0.3.19 |
195 | 2024-12-03T22:48:32.188Z | Downloaded hashbrown v0.15.1 |
196 | 2024-12-03T22:48:32.231Z | Downloaded object v0.32.2 |
197 | 2024-12-03T22:48:32.240Z | Downloaded unicode-width v0.2.0 |
198 | 2024-12-03T22:48:32.246Z | Downloaded unicode-width v0.1.14 |
199 | 2024-12-03T22:48:32.251Z | Downloaded gimli v0.28.1 |
200 | 2024-12-03T22:48:32.258Z | Downloaded syn v2.0.89 |
201 | 2024-12-03T22:48:32.269Z | Downloaded rustix v0.38.37 |
202 | 2024-12-03T22:48:32.330Z | Downloaded libc v0.2.167 |
203 | 2024-12-03T22:48:32.354Z | Downloaded tokio v1.41.1 |
204 | 2024-12-03T22:48:32.562Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-12-03T22:48:32.562Z | Compiling unicode-ident v1.0.14 |
206 | 2024-12-03T22:48:32.565Z | Compiling libc v0.2.167 |
207 | 2024-12-03T22:48:32.565Z | Compiling serde v1.0.215 |
208 | 2024-12-03T22:48:32.565Z | Compiling cfg-if v1.0.0 |
209 | 2024-12-03T22:48:32.579Z | Compiling shlex v1.3.0 |
210 | 2024-12-03T22:48:32.582Z | Compiling rustix v0.38.37 |
211 | 2024-12-03T22:48:32.674Z | Compiling memchr v2.7.4 |
212 | 2024-12-03T22:48:32.757Z | Compiling once_cell v1.20.2 |
213 | 2024-12-03T22:48:32.974Z | Compiling bitflags v2.6.0 |
214 | 2024-12-03T22:48:33.145Z | Compiling tracing-core v0.1.33 |
215 | 2024-12-03T22:48:33.252Z | Compiling camino v1.1.9 |
216 | 2024-12-03T22:48:33.318Z | Compiling utf8parse v0.2.2 |
217 | 2024-12-03T22:48:33.373Z | Compiling byteorder v1.5.0 |
218 | 2024-12-03T22:48:33.469Z | Compiling adler v1.0.2 |
219 | 2024-12-03T22:48:33.677Z | Compiling gimli v0.28.1 |
220 | 2024-12-03T22:48:33.689Z | Compiling miniz_oxide v0.7.4 |
221 | 2024-12-03T22:48:33.870Z | Compiling jobserver v0.1.32 |
222 | 2024-12-03T22:48:33.924Z | Compiling object v0.32.2 |
223 | 2024-12-03T22:48:34.351Z | Compiling quote v1.0.37 |
224 | 2024-12-03T22:48:34.426Z | Compiling cc v1.1.31 |
225 | 2024-12-03T22:48:34.439Z | Compiling errno v0.3.9 |
226 | 2024-12-03T22:48:34.524Z | Compiling getrandom v0.2.15 |
227 | 2024-12-03T22:48:34.651Z | Compiling anstyle-parse v0.2.6 |
228 | 2024-12-03T22:48:34.735Z | Compiling syn v2.0.89 |
229 | 2024-12-03T22:48:34.804Z | Compiling serde_json v1.0.133 |
230 | 2024-12-03T22:48:34.879Z | Compiling owo-colors v4.1.0 |
231 | 2024-12-03T22:48:34.937Z | Compiling anstyle-query v1.1.2 |
232 | 2024-12-03T22:48:35.075Z | Compiling lazy_static v1.5.0 |
233 | 2024-12-03T22:48:35.169Z | Compiling target-lexicon v0.12.16 |
234 | 2024-12-03T22:48:35.197Z | Compiling unicode-width v0.1.14 |
235 | 2024-12-03T22:48:35.216Z | Compiling rustc-demangle v0.1.24 |
236 | 2024-12-03T22:48:35.703Z | Compiling terminal_size v0.4.0 |
237 | 2024-12-03T22:48:35.893Z | Compiling autocfg v1.4.0 |
238 | 2024-12-03T22:48:35.994Z | Compiling libm v0.2.8 |
239 | 2024-12-03T22:48:36.015Z | Compiling colorchoice v1.0.3 |
240 | 2024-12-03T22:48:36.093Z | Compiling anstyle v1.0.9 |
241 | 2024-12-03T22:48:36.167Z | Compiling thiserror v1.0.69 |
242 | 2024-12-03T22:48:36.373Z | Compiling is_terminal_polyfill v1.70.1 |
243 | 2024-12-03T22:48:36.482Z | Compiling anstream v0.6.17 |
244 | 2024-12-03T22:48:36.611Z | Compiling rand_core v0.6.4 |
245 | 2024-12-03T22:48:36.668Z | Compiling num-traits v0.2.19 |
246 | 2024-12-03T22:48:36.989Z | Compiling ryu v1.0.18 |
247 | 2024-12-03T22:48:37.023Z | Compiling guppy-workspace-hack v0.1.0 |
248 | 2024-12-03T22:48:37.040Z | Compiling unicode-linebreak v0.1.5 |
249 | 2024-12-03T22:48:37.133Z | Compiling pin-project-lite v0.2.15 |
250 | 2024-12-03T22:48:37.260Z | Compiling strsim v0.11.1 |
251 | 2024-12-03T22:48:37.324Z | Compiling clap_lex v0.7.2 |
252 | 2024-12-03T22:48:37.347Z | Compiling unicode-width v0.2.0 |
253 | 2024-12-03T22:48:37.378Z | Compiling backtrace v0.3.71 |
254 | 2024-12-03T22:48:37.509Z | Compiling addr2line v0.21.0 |
255 | 2024-12-03T22:48:37.767Z | Compiling itoa v1.0.13 |
256 | 2024-12-03T22:48:37.911Z | Compiling unicase v2.8.0 |
257 | 2024-12-03T22:48:37.995Z | Compiling log v0.4.22 |
258 | 2024-12-03T22:48:38.124Z | Compiling is_ci v1.2.0 |
259 | 2024-12-03T22:48:38.155Z | Compiling heck v0.5.0 |
260 | 2024-12-03T22:48:38.172Z | Compiling clap_builder v4.5.21 |
261 | 2024-12-03T22:48:38.286Z | Compiling supports-color v3.0.2 |
262 | 2024-12-03T22:48:38.345Z | Compiling tracing-log v0.2.0 |
263 | 2024-12-03T22:48:38.391Z | Compiling textwrap v0.16.1 |
264 | 2024-12-03T22:48:38.555Z | Compiling tracing v0.1.41 |
265 | 2024-12-03T22:48:38.955Z | Compiling sharded-slab v0.1.7 |
266 | 2024-12-03T22:48:39.385Z | Compiling signal-hook-registry v1.4.2 |
267 | 2024-12-03T22:48:39.482Z | Compiling mio v1.0.2 |
268 | 2024-12-03T22:48:40.181Z | Compiling thread_local v1.1.8 |
269 | 2024-12-03T22:48:40.212Z | Compiling supports-unicode v3.0.0 |
270 | 2024-12-03T22:48:40.425Z | Compiling supports-hyperlinks v3.0.0 |
271 | 2024-12-03T22:48:40.438Z | Compiling smallvec v1.13.2 |
272 | 2024-12-03T22:48:40.609Z | Compiling hashbrown v0.15.1 |
273 | 2024-12-03T22:48:40.649Z | Compiling bytes v1.9.0 |
274 | 2024-12-03T22:48:40.663Z | Compiling equivalent v1.0.1 |
275 | 2024-12-03T22:48:40.665Z | Compiling target-spec v3.2.2 |
276 | 2024-12-03T22:48:40.768Z | Compiling backtrace-ext v0.2.1 |
277 | 2024-12-03T22:48:40.809Z | Compiling cfg-expr v0.17.1 |
278 | 2024-12-03T22:48:41.054Z | Compiling tracing-subscriber v0.3.19 |
279 | 2024-12-03T22:48:41.746Z | Compiling console v0.15.8 |
280 | 2024-12-03T22:48:41.847Z | Compiling xxhash-rust v0.8.12 |
281 | 2024-12-03T22:48:42.119Z | Compiling either v1.13.0 |
282 | 2024-12-03T22:48:43.768Z | Compiling serde_derive v1.0.215 |
283 | 2024-12-03T22:48:44.054Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-12-03T22:48:44.195Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-12-03T22:48:44.219Z | Compiling clap_derive v4.5.18 |
286 | 2024-12-03T22:48:45.112Z | Compiling tokio-macros v2.4.0 |
287 | 2024-12-03T22:48:45.175Z | Compiling miette-derive v7.4.0 |
288 | 2024-12-03T22:48:45.824Z | Compiling zerocopy v0.7.35 |
289 | 2024-12-03T22:48:46.521Z | Compiling tokio v1.41.1 |
290 | 2024-12-03T22:48:47.034Z | Compiling ppv-lite86 v0.2.20 |
291 | 2024-12-03T22:48:47.770Z | Compiling rand_chacha v0.3.1 |
292 | 2024-12-03T22:48:47.834Z | Compiling miette v7.4.0 |
293 | 2024-12-03T22:48:48.459Z | Compiling clap v4.5.21 |
294 | 2024-12-03T22:48:48.562Z | Compiling rand v0.8.5 |
295 | 2024-12-03T22:48:52.911Z | Compiling indexmap v2.6.0 |
296 | 2024-12-03T22:48:53.204Z | Compiling smol_str v0.3.2 |
297 | 2024-12-03T22:48:53.696Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-12-03T22:48:54.869Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-12-03T22:48:56.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.83s |
300 | 2024-12-03T22:48:56.709Z | |
301 | 2024-12-03T22:48:56.709Z | real 26.043198902 |
302 | 2024-12-03T22:48:56.709Z | user 2:18.951397500 |
303 | 2024-12-03T22:48:56.709Z | sys 17.798334421 |
304 | 2024-12-03T22:48:56.709Z | trap 0.086869339 |
305 | 2024-12-03T22:48:56.712Z | tflt 0.180213208 |
306 | 2024-12-03T22:48:56.712Z | dflt 0.386323149 |
307 | 2024-12-03T22:48:56.712Z | kflt 0.001751874 |
308 | 2024-12-03T22:48:56.712Z | lock 2:56.646939349 |
309 | 2024-12-03T22:48:56.712Z | slp 7:30.821846027 |
310 | 2024-12-03T22:48:56.712Z | lat 9.149235665 |
311 | 2024-12-03T22:48:56.712Z | stop 16.706141605 |
312 | 2024-12-03T22:48:56.712Z | + banner no-update |
313 | 2024-12-03T22:48:56.712Z | |
314 | 2024-12-03T22:48:56.712Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-12-03T22:48:56.713Z | ## # # # # # # # # # # # # # |
316 | 2024-12-03T22:48:56.713Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-12-03T22:48:56.713Z | # # # # # # # ##### # # ###### # # |
318 | 2024-12-03T22:48:56.713Z | # ## # # # # # # # # # # # |
319 | 2024-12-03T22:48:56.713Z | # # #### #### # ##### # # # ###### |
320 | 2024-12-03T22:48:56.713Z | |
321 | 2024-12-03T22:48:56.713Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-12-03T22:48:56.848Z | Downloading crates ... |
323 | 2024-12-03T22:48:56.996Z | Downloaded async-scoped v0.9.0 |
324 | 2024-12-03T22:48:57.002Z | Downloaded atomicwrites v0.4.4 |
325 | 2024-12-03T22:48:57.008Z | Downloaded ahash v0.8.11 |
326 | 2024-12-03T22:48:57.023Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-12-03T22:48:57.030Z | Downloaded enable-ansi-support v0.2.1 |
328 | 2024-12-03T22:48:57.034Z | Downloaded debug-ignore v1.0.5 |
329 | 2024-12-03T22:48:57.039Z | Downloaded dialoguer v0.11.0 |
330 | 2024-12-03T22:48:57.052Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-12-03T22:48:57.055Z | Downloaded base64 v0.21.7 |
332 | 2024-12-03T22:48:57.057Z | Downloaded duct v0.13.7 |
333 | 2024-12-03T22:48:57.060Z | Downloaded config v0.14.1 |
334 | 2024-12-03T22:48:57.063Z | Downloaded camino-tempfile v1.1.1 |
335 | 2024-12-03T22:48:57.068Z | Downloaded indenter v0.3.3 |
336 | 2024-12-03T22:48:57.075Z | Downloaded number_prefix v0.4.0 |
337 | 2024-12-03T22:48:57.082Z | Downloaded tinyvec_macros v0.1.1 |
338 | 2024-12-03T22:48:57.084Z | Downloaded nested v0.1.1 |
339 | 2024-12-03T22:48:57.088Z | Downloaded fixedbitset v0.4.2 |
340 | 2024-12-03T22:48:57.090Z | Downloaded humantime v2.1.0 |
341 | 2024-12-03T22:48:57.090Z | Downloaded target-spec-miette v0.4.0 |
342 | 2024-12-03T22:48:57.093Z | Downloaded serde_ignored v0.1.10 |
343 | 2024-12-03T22:48:57.093Z | Downloaded future-queue v0.3.0 |
344 | 2024-12-03T22:48:57.096Z | Downloaded fastrand v2.1.1 |
345 | 2024-12-03T22:48:57.098Z | Downloaded swrite v0.1.0 |
346 | 2024-12-03T22:48:57.103Z | Downloaded vte_generate_state_changes v0.1.2 |
347 | 2024-12-03T22:48:57.106Z | Downloaded fnv v1.0.7 |
348 | 2024-12-03T22:48:57.106Z | Downloaded bstr v1.11.0 |
349 | 2024-12-03T22:48:57.115Z | Downloaded indent_write v2.2.0 |
350 | 2024-12-03T22:48:57.118Z | Downloaded filetime v0.2.25 |
351 | 2024-12-03T22:48:57.118Z | Downloaded humantime-serde v1.1.1 |
352 | 2024-12-03T22:48:57.120Z | Downloaded shell-words v1.1.0 |
353 | 2024-12-03T22:48:57.120Z | Downloaded os_pipe v1.2.1 |
354 | 2024-12-03T22:48:57.120Z | Downloaded pin-utils v0.1.0 |
355 | 2024-12-03T22:48:57.123Z | Downloaded futures-sink v0.3.31 |
356 | 2024-12-03T22:48:57.123Z | Downloaded home v0.5.9 |
357 | 2024-12-03T22:48:57.123Z | Downloaded futures-task v0.3.31 |
358 | 2024-12-03T22:48:57.126Z | Downloaded futures-macro v0.3.31 |
359 | 2024-12-03T22:48:57.126Z | Downloaded futures-io v0.3.31 |
360 | 2024-12-03T22:48:57.126Z | Downloaded futures-core v0.3.31 |
361 | 2024-12-03T22:48:57.129Z | Downloaded pkg-config v0.3.31 |
362 | 2024-12-03T22:48:57.129Z | Downloaded toml_datetime v0.6.8 |
363 | 2024-12-03T22:48:57.129Z | Downloaded shared_child v1.0.1 |
364 | 2024-12-03T22:48:57.132Z | Downloaded version_check v0.9.5 |
365 | 2024-12-03T22:48:57.135Z | Downloaded pathdiff v0.2.3 |
366 | 2024-12-03T22:48:57.135Z | Downloaded tracing-error v0.2.0 |
367 | 2024-12-03T22:48:57.137Z | Downloaded serde_path_to_error v0.1.16 |
368 | 2024-12-03T22:48:57.140Z | Downloaded slab v0.4.9 |
369 | 2024-12-03T22:48:57.142Z | Downloaded serde_spanned v0.6.8 |
370 | 2024-12-03T22:48:57.143Z | Downloaded zstd-safe v7.2.1 |
371 | 2024-12-03T22:48:57.145Z | Downloaded quick-junit v0.5.1 |
372 | 2024-12-03T22:48:57.145Z | Downloaded newtype-uuid v1.1.3 |
373 | 2024-12-03T22:48:57.148Z | Downloaded xattr v1.3.1 |
374 | 2024-12-03T22:48:57.151Z | Downloaded thiserror-impl v2.0.3 |
375 | 2024-12-03T22:48:57.151Z | Downloaded zeroize v1.8.1 |
376 | 2024-12-03T22:48:57.151Z | Downloaded globset v0.4.15 |
377 | 2024-12-03T22:48:57.154Z | Downloaded futures-executor v0.3.31 |
378 | 2024-12-03T22:48:57.157Z | Downloaded iana-time-zone v0.1.61 |
379 | 2024-12-03T22:48:57.161Z | Downloaded static_assertions v1.1.0 |
380 | 2024-12-03T22:48:57.164Z | Downloaded tempfile v3.13.0 |
381 | 2024-12-03T22:48:57.166Z | Downloaded semver v1.0.23 |
382 | 2024-12-03T22:48:57.169Z | Downloaded futures-channel v0.3.31 |
383 | 2024-12-03T22:48:57.171Z | Downloaded futures v0.3.31 |
384 | 2024-12-03T22:48:57.174Z | Downloaded tracing-attributes v0.1.28 |
385 | 2024-12-03T22:48:57.177Z | Downloaded strip-ansi-escapes v0.2.0 |
386 | 2024-12-03T22:48:57.177Z | Downloaded owo-colors v3.5.0 |
387 | 2024-12-03T22:48:57.182Z | Downloaded tokio-stream v0.1.16 |
388 | 2024-12-03T22:48:57.184Z | Downloaded thiserror v2.0.3 |
389 | 2024-12-03T22:48:57.188Z | Downloaded aho-corasick v1.1.3 |
390 | 2024-12-03T22:48:57.193Z | Downloaded eyre v0.6.12 |
391 | 2024-12-03T22:48:57.196Z | Downloaded pin-project-internal v1.1.7 |
392 | 2024-12-03T22:48:57.199Z | Downloaded color-spantrace v0.2.1 |
393 | 2024-12-03T22:48:57.201Z | Downloaded tinyvec v1.8.0 |
394 | 2024-12-03T22:48:57.204Z | Downloaded zstd v0.13.2 |
395 | 2024-12-03T22:48:57.207Z | Downloaded pin-project v1.1.7 |
396 | 2024-12-03T22:48:57.214Z | Downloaded toml v0.8.19 |
397 | 2024-12-03T22:48:57.217Z | Downloaded indicatif v0.17.9 |
398 | 2024-12-03T22:48:57.222Z | Downloaded uuid v1.11.0 |
399 | 2024-12-03T22:48:57.230Z | Downloaded vte v0.11.1 |
400 | 2024-12-03T22:48:57.233Z | Downloaded tar v0.4.43 |
401 | 2024-12-03T22:48:57.235Z | Downloaded ron v0.8.1 |
402 | 2024-12-03T22:48:57.259Z | Downloaded minimal-lexical v0.2.1 |
403 | 2024-12-03T22:48:57.267Z | Downloaded toml_edit v0.22.22 |
404 | 2024-12-03T22:48:57.286Z | Downloaded nom v7.1.3 |
405 | 2024-12-03T22:48:57.291Z | Downloaded guppy v0.17.8 |
406 | 2024-12-03T22:48:57.296Z | Downloaded chrono v0.4.38 |
407 | 2024-12-03T22:48:57.302Z | Downloaded unicode-normalization v0.1.24 |
408 | 2024-12-03T22:48:57.306Z | Downloaded itertools v0.13.0 |
409 | 2024-12-03T22:48:57.315Z | Downloaded futures-util v0.3.31 |
410 | 2024-12-03T22:48:57.326Z | Downloaded winnow v0.6.20 |
411 | 2024-12-03T22:48:57.333Z | Downloaded quick-xml v0.37.1 |
412 | 2024-12-03T22:48:57.338Z | Downloaded portable-atomic v1.9.0 |
413 | 2024-12-03T22:48:57.365Z | Downloaded regex v1.11.1 |
414 | 2024-12-03T22:48:57.394Z | Downloaded nix v0.29.0 |
415 | 2024-12-03T22:48:57.410Z | Downloaded regex-syntax v0.8.5 |
416 | 2024-12-03T22:48:57.465Z | Downloaded color-eyre v0.6.3 |
417 | 2024-12-03T22:48:57.480Z | Downloaded regex-automata v0.4.8 |
418 | 2024-12-03T22:48:57.505Z | Downloaded petgraph v0.6.5 |
419 | 2024-12-03T22:48:57.521Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
420 | 2024-12-03T22:48:57.567Z | Downloaded recursion v0.5.2 |
421 | 2024-12-03T22:48:57.606Z | Compiling rustix v0.38.37 |
422 | 2024-12-03T22:48:57.608Z | Compiling tracing-attributes v0.1.28 |
423 | 2024-12-03T22:48:57.659Z | Compiling slab v0.4.9 |
424 | 2024-12-03T22:48:57.662Z | Compiling futures-core v0.3.31 |
425 | 2024-12-03T22:48:57.669Z | Compiling pkg-config v0.3.31 |
426 | 2024-12-03T22:48:57.672Z | Compiling futures-sink v0.3.31 |
427 | 2024-12-03T22:48:57.681Z | Compiling futures-macro v0.3.31 |
428 | 2024-12-03T22:48:57.684Z | Compiling pin-utils v0.1.0 |
429 | 2024-12-03T22:48:57.784Z | Compiling futures-task v0.3.31 |
430 | 2024-12-03T22:48:57.855Z | Compiling futures-channel v0.3.31 |
431 | 2024-12-03T22:48:58.022Z | Compiling semver v1.0.23 |
432 | 2024-12-03T22:48:58.201Z | Compiling futures-io v0.3.31 |
433 | 2024-12-03T22:48:58.321Z | Compiling version_check v0.9.5 |
434 | 2024-12-03T22:48:58.424Z | Compiling aho-corasick v1.1.3 |
435 | 2024-12-03T22:48:58.528Z | Compiling thiserror v2.0.3 |
436 | 2024-12-03T22:48:58.608Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
437 | 2024-12-03T22:48:58.824Z | Compiling ahash v0.8.11 |
438 | 2024-12-03T22:48:59.028Z | Compiling fastrand v2.1.1 |
439 | 2024-12-03T22:48:59.217Z | Compiling regex-syntax v0.8.5 |
440 | 2024-12-03T22:48:59.317Z | Compiling winnow v0.6.20 |
441 | 2024-12-03T22:48:59.344Z | Compiling futures-util v0.3.31 |
442 | 2024-12-03T22:49:00.339Z | Compiling tracing v0.1.41 |
443 | 2024-12-03T22:49:00.552Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-03T22:49:00.723Z | Compiling tokio v1.41.1 |
445 | 2024-12-03T22:49:00.737Z | Compiling clap_builder v4.5.21 |
446 | 2024-12-03T22:49:00.778Z | Compiling miette v7.4.0 |
447 | 2024-12-03T22:49:02.274Z | Compiling tempfile v3.13.0 |
448 | 2024-12-03T22:49:03.138Z | Compiling regex-automata v0.4.8 |
449 | 2024-12-03T22:49:03.576Z | Compiling pathdiff v0.2.3 |
450 | 2024-12-03T22:49:03.697Z | Compiling toml_datetime v0.6.8 |
451 | 2024-12-03T22:49:04.142Z | Compiling clap v4.5.21 |
452 | 2024-12-03T22:49:04.149Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-03T22:49:04.228Z | Compiling cargo-platform v0.1.8 |
454 | 2024-12-03T22:49:04.348Z | Compiling thiserror-impl v2.0.3 |
455 | 2024-12-03T22:49:04.466Z | Compiling vte_generate_state_changes v0.1.2 |
456 | 2024-12-03T22:49:04.732Z | Compiling newtype-uuid v1.1.3 |
457 | 2024-12-03T22:49:05.062Z | Compiling cfg_aliases v0.2.1 |
458 | 2024-12-03T22:49:05.090Z | Compiling fixedbitset v0.4.2 |
459 | 2024-12-03T22:49:05.141Z | Compiling zstd-safe v7.2.1 |
460 | 2024-12-03T22:49:05.494Z | Compiling portable-atomic v1.9.0 |
461 | 2024-12-03T22:49:05.520Z | Compiling petgraph v0.6.5 |
462 | 2024-12-03T22:49:05.654Z | Compiling nix v0.29.0 |
463 | 2024-12-03T22:49:06.411Z | Compiling vte v0.11.1 |
464 | 2024-12-03T22:49:06.459Z | Compiling cargo_metadata v0.18.1 |
465 | 2024-12-03T22:49:07.293Z | Compiling toml_edit v0.22.22 |
466 | 2024-12-03T22:49:07.757Z | Compiling futures-executor v0.3.31 |
467 | 2024-12-03T22:49:08.297Z | Compiling itertools v0.13.0 |
468 | 2024-12-03T22:49:08.303Z | Compiling uuid v1.11.0 |
469 | 2024-12-03T22:49:09.026Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
470 | 2024-12-03T22:49:09.111Z | Compiling pin-project-internal v1.1.7 |
471 | 2024-12-03T22:49:09.991Z | Compiling bstr v1.11.0 |
472 | 2024-12-03T22:49:10.073Z | Compiling debug-ignore v1.0.5 |
473 | 2024-12-03T22:49:10.196Z | Compiling minimal-lexical v0.2.1 |
474 | 2024-12-03T22:49:10.669Z | Compiling static_assertions v1.1.0 |
475 | 2024-12-03T22:49:10.754Z | Compiling nested v0.1.1 |
476 | 2024-12-03T22:49:10.998Z | Compiling tinyvec_macros v0.1.1 |
477 | 2024-12-03T22:49:11.046Z | Compiling iana-time-zone v0.1.61 |
478 | 2024-12-03T22:49:11.049Z | Compiling eyre v0.6.12 |
479 | 2024-12-03T22:49:11.069Z | Compiling tinyvec v1.8.0 |
480 | 2024-12-03T22:49:11.433Z | Compiling chrono v0.4.38 |
481 | 2024-12-03T22:49:11.523Z | Compiling pin-project v1.1.7 |
482 | 2024-12-03T22:49:11.631Z | Compiling guppy v0.17.8 |
483 | 2024-12-03T22:49:11.884Z | Compiling globset v0.4.15 |
484 | 2024-12-03T22:49:11.957Z | Compiling nom v7.1.3 |
485 | 2024-12-03T22:49:12.484Z | Compiling toml v0.8.19 |
486 | 2024-12-03T22:49:13.716Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
487 | 2024-12-03T22:49:14.325Z | Compiling futures v0.3.31 |
488 | 2024-12-03T22:49:14.419Z | Compiling strip-ansi-escapes v0.2.0 |
489 | 2024-12-03T22:49:14.775Z | Compiling regex v1.11.1 |
490 | 2024-12-03T22:49:15.164Z | Compiling tracing-error v0.2.0 |
491 | 2024-12-03T22:49:15.474Z | Compiling xattr v1.3.1 |
492 | 2024-12-03T22:49:15.510Z | Compiling filetime v0.2.25 |
493 | 2024-12-03T22:49:15.534Z | Compiling shared_child v1.0.1 |
494 | 2024-12-03T22:49:15.713Z | Compiling os_pipe v1.2.1 |
495 | 2024-12-03T22:49:15.753Z | Compiling quick-xml v0.37.1 |
496 | 2024-12-03T22:49:15.785Z | Compiling owo-colors v3.5.0 |
497 | 2024-12-03T22:49:15.933Z | Compiling fnv v1.0.7 |
498 | 2024-12-03T22:49:15.975Z | Compiling number_prefix v0.4.0 |
499 | 2024-12-03T22:49:15.986Z | Compiling humantime v2.1.0 |
500 | 2024-12-03T22:49:16.039Z | Compiling recursion v0.5.2 |
501 | 2024-12-03T22:49:16.161Z | Compiling shell-words v1.1.0 |
502 | 2024-12-03T22:49:16.192Z | Compiling indenter v0.3.3 |
503 | 2024-12-03T22:49:16.400Z | Compiling humantime-serde v1.1.1 |
504 | 2024-12-03T22:49:16.454Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
505 | 2024-12-03T22:49:16.600Z | Compiling indicatif v0.17.9 |
506 | 2024-12-03T22:49:17.038Z | Compiling quick-junit v0.5.1 |
507 | 2024-12-03T22:49:17.598Z | Compiling color-spantrace v0.2.1 |
508 | 2024-12-03T22:49:17.665Z | Compiling future-queue v0.3.0 |
509 | 2024-12-03T22:49:17.830Z | Compiling duct v0.13.7 |
510 | 2024-12-03T22:49:18.016Z | Compiling zstd v0.13.2 |
511 | 2024-12-03T22:49:18.024Z | Compiling tar v0.4.43 |
512 | 2024-12-03T22:49:18.262Z | Compiling config v0.14.1 |
513 | 2024-12-03T22:49:18.564Z | Compiling async-scoped v0.9.0 |
514 | 2024-12-03T22:49:18.812Z | Compiling unicode-normalization v0.1.24 |
515 | 2024-12-03T22:49:18.964Z | Compiling tokio-stream v0.1.16 |
516 | 2024-12-03T22:49:19.346Z | Compiling atomicwrites v0.4.4 |
517 | 2024-12-03T22:49:19.375Z | Compiling camino-tempfile v1.1.1 |
518 | 2024-12-03T22:49:19.665Z | Compiling target-spec-miette v0.4.0 |
519 | 2024-12-03T22:49:19.784Z | Compiling serde_path_to_error v0.1.16 |
520 | 2024-12-03T22:49:19.801Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
521 | 2024-12-03T22:49:19.854Z | Compiling serde_ignored v0.1.10 |
522 | 2024-12-03T22:49:19.958Z | Compiling indent_write v2.2.0 |
523 | 2024-12-03T22:49:19.994Z | Compiling zeroize v1.8.1 |
524 | 2024-12-03T22:49:20.145Z | Compiling swrite v0.1.0 |
525 | 2024-12-03T22:49:20.199Z | Compiling home v0.5.9 |
526 | 2024-12-03T22:49:20.242Z | Compiling dialoguer v0.11.0 |
527 | 2024-12-03T22:49:20.286Z | Compiling color-eyre v0.6.3 |
528 | 2024-12-03T22:49:20.371Z | Compiling enable-ansi-support v0.2.1 |
529 | 2024-12-03T22:49:20.439Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
530 | 2024-12-03T22:49:42.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.27s |
531 | 2024-12-03T22:49:42.098Z | |
532 | 2024-12-03T22:49:42.098Z | real 45.367048666 |
533 | 2024-12-03T22:49:42.098Z | user 3:20.965083967 |
534 | 2024-12-03T22:49:42.098Z | sys 21.016090036 |
535 | 2024-12-03T22:49:42.098Z | trap 0.120093914 |
536 | 2024-12-03T22:49:42.098Z | tflt 0.370155076 |
537 | 2024-12-03T22:49:42.098Z | dflt 0.202361071 |
538 | 2024-12-03T22:49:42.098Z | kflt 0.004280891 |
539 | 2024-12-03T22:49:42.101Z | lock 5:16.530803219 |
540 | 2024-12-03T22:49:42.101Z | slp 12:21.454054350 |
541 | 2024-12-03T22:49:42.101Z | lat 4.986357427 |
542 | 2024-12-03T22:49:42.101Z | stop 7.726999735 |
543 | 2024-12-03T22:49:42.101Z | + banner nextest |
544 | 2024-12-03T22:49:42.101Z | |
545 | 2024-12-03T22:49:42.101Z | # # ###### # # ##### ###### #### ##### |
546 | 2024-12-03T22:49:42.101Z | ## # # # # # # # # |
547 | 2024-12-03T22:49:42.101Z | # # # ##### ## # ##### #### # |
548 | 2024-12-03T22:49:42.101Z | # # # # ## # # # # |
549 | 2024-12-03T22:49:42.101Z | # ## # # # # # # # # |
550 | 2024-12-03T22:49:42.101Z | # # ###### # # # ###### #### # |
551 | 2024-12-03T22:49:42.101Z | |
552 | 2024-12-03T22:49:42.102Z | + ptime -m cargo build --package cargo-nextest |
553 | 2024-12-03T22:49:42.245Z | Downloading crates ... |
554 | 2024-12-03T22:49:42.410Z | Downloaded adler2 v2.0.0 |
555 | 2024-12-03T22:49:42.436Z | Downloaded block-buffer v0.10.4 |
556 | 2024-12-03T22:49:42.439Z | Downloaded foreign-types v0.3.2 |
557 | 2024-12-03T22:49:42.442Z | Downloaded cpufeatures v0.2.14 |
558 | 2024-12-03T22:49:42.445Z | Downloaded form_urlencoded v1.2.1 |
559 | 2024-12-03T22:49:42.447Z | Downloaded http-body-util v0.1.2 |
560 | 2024-12-03T22:49:42.456Z | Downloaded foreign-types-shared v0.1.1 |
561 | 2024-12-03T22:49:42.462Z | Downloaded flate2 v1.0.34 |
562 | 2024-12-03T22:49:42.470Z | Downloaded openssl-macros v0.1.1 |
563 | 2024-12-03T22:49:42.473Z | Downloaded http-body v1.0.1 |
564 | 2024-12-03T22:49:42.476Z | Downloaded openssl-probe v0.1.5 |
565 | 2024-12-03T22:49:42.476Z | Downloaded crypto-common v0.1.6 |
566 | 2024-12-03T22:49:42.479Z | Downloaded mukti-metadata v0.3.0 |
567 | 2024-12-03T22:49:42.479Z | Downloaded generic-array v0.14.7 |
568 | 2024-12-03T22:49:42.479Z | Downloaded ed25519 v2.2.3 |
569 | 2024-12-03T22:49:42.491Z | Downloaded tower-service v0.3.3 |
570 | 2024-12-03T22:49:42.495Z | Downloaded try-lock v0.2.5 |
571 | 2024-12-03T22:49:42.500Z | Downloaded mime v0.3.17 |
572 | 2024-12-03T22:49:42.503Z | Downloaded hex v0.4.3 |
573 | 2024-12-03T22:49:42.503Z | Downloaded digest v0.10.7 |
574 | 2024-12-03T22:49:42.506Z | Downloaded percent-encoding v2.3.1 |
575 | 2024-12-03T22:49:42.506Z | Downloaded curve25519-dalek-derive v0.1.1 |
576 | 2024-12-03T22:49:42.513Z | Downloaded want v0.3.1 |
577 | 2024-12-03T22:49:42.515Z | Downloaded urlencoding v2.1.3 |
578 | 2024-12-03T22:49:42.522Z | Downloaded sync_wrapper v1.0.1 |
579 | 2024-12-03T22:49:42.527Z | Downloaded spki v0.7.3 |
580 | 2024-12-03T22:49:42.530Z | Downloaded serde_urlencoded v0.7.1 |
581 | 2024-12-03T22:49:42.532Z | Downloaded signature v2.2.0 |
582 | 2024-12-03T22:49:42.535Z | Downloaded rustc_version v0.4.1 |
583 | 2024-12-03T22:49:42.535Z | Downloaded rustc-hash v2.0.0 |
584 | 2024-12-03T22:49:42.537Z | Downloaded zipsign-api v0.1.2 |
585 | 2024-12-03T22:49:42.540Z | Downloaded quinn-udp v0.5.5 |
586 | 2024-12-03T22:49:42.542Z | Downloaded self-replace v1.5.0 |
587 | 2024-12-03T22:49:42.545Z | Downloaded untrusted v0.9.0 |
588 | 2024-12-03T22:49:42.548Z | Downloaded tokio-native-tls v0.3.1 |
589 | 2024-12-03T22:49:42.551Z | Downloaded hyper-tls v0.6.0 |
590 | 2024-12-03T22:49:42.551Z | Downloaded native-tls v0.2.12 |
591 | 2024-12-03T22:49:42.553Z | Downloaded httparse v1.9.5 |
592 | 2024-12-03T22:49:42.556Z | Downloaded pkcs8 v0.10.2 |
593 | 2024-12-03T22:49:42.559Z | Downloaded hyper-rustls v0.27.3 |
594 | 2024-12-03T22:49:42.561Z | Downloaded crc32fast v1.4.2 |
595 | 2024-12-03T22:49:42.564Z | Downloaded subtle v2.6.1 |
596 | 2024-12-03T22:49:42.571Z | Downloaded base64ct v1.6.0 |
597 | 2024-12-03T22:49:42.573Z | Downloaded spin v0.9.8 |
598 | 2024-12-03T22:49:42.576Z | Downloaded sha2 v0.10.8 |
599 | 2024-12-03T22:49:42.578Z | Downloaded tokio-rustls v0.26.0 |
600 | 2024-12-03T22:49:42.581Z | Downloaded rustls-pemfile v2.2.0 |
601 | 2024-12-03T22:49:42.586Z | Downloaded miniz_oxide v0.8.0 |
602 | 2024-12-03T22:49:42.588Z | Downloaded ipnet v2.10.1 |
603 | 2024-12-03T22:49:42.603Z | Downloaded rustls-pki-types v1.10.0 |
604 | 2024-12-03T22:49:42.607Z | Downloaded const-oid v0.9.6 |
605 | 2024-12-03T22:49:42.617Z | Downloaded ed25519-dalek v2.1.1 |
606 | 2024-12-03T22:49:42.620Z | Downloaded self_update v0.41.0 |
607 | 2024-12-03T22:49:42.623Z | Downloaded der v0.7.9 |
608 | 2024-12-03T22:49:42.627Z | Downloaded openssl-sys v0.9.104 |
609 | 2024-12-03T22:49:42.632Z | Downloaded unicode-bidi v0.3.17 |
610 | 2024-12-03T22:49:42.635Z | Downloaded typenum v1.17.0 |
611 | 2024-12-03T22:49:42.638Z | Downloaded hyper-util v0.1.9 |
612 | 2024-12-03T22:49:42.646Z | Downloaded quinn v0.11.5 |
613 | 2024-12-03T22:49:42.655Z | Downloaded url v2.5.2 |
614 | 2024-12-03T22:49:42.659Z | Downloaded base64 v0.22.1 |
615 | 2024-12-03T22:49:42.664Z | Downloaded http v1.1.0 |
616 | 2024-12-03T22:49:42.687Z | Downloaded hyper v1.5.0 |
617 | 2024-12-03T22:49:42.717Z | Downloaded quick-xml v0.23.1 |
618 | 2024-12-03T22:49:42.728Z | Downloaded reqwest v0.12.8 |
619 | 2024-12-03T22:49:42.737Z | Downloaded quinn-proto v0.11.8 |
620 | 2024-12-03T22:49:42.743Z | Downloaded rustls-webpki v0.102.8 |
621 | 2024-12-03T22:49:42.772Z | Downloaded vcpkg v0.2.15 |
622 | 2024-12-03T22:49:42.807Z | Downloaded idna v0.5.0 |
623 | 2024-12-03T22:49:42.812Z | Downloaded openssl v0.10.68 |
624 | 2024-12-03T22:49:42.821Z | Downloaded webpki-roots v0.26.6 |
625 | 2024-12-03T22:49:42.824Z | Downloaded curve25519-dalek v4.1.3 |
626 | 2024-12-03T22:49:42.842Z | Downloaded rustls v0.23.19 |
627 | 2024-12-03T22:49:43.116Z | Downloaded ring v0.17.8 |
628 | 2024-12-03T22:49:43.215Z | Compiling socket2 v0.5.7 |
629 | 2024-12-03T22:49:43.217Z | Compiling futures-channel v0.3.31 |
630 | 2024-12-03T22:49:43.217Z | Compiling smallvec v1.13.2 |
631 | 2024-12-03T22:49:43.271Z | Compiling ring v0.17.8 |
632 | 2024-12-03T22:49:43.279Z | Compiling rustls-pki-types v1.10.0 |
633 | 2024-12-03T22:49:43.282Z | Compiling http v1.1.0 |
634 | 2024-12-03T22:49:43.288Z | Compiling typenum v1.17.0 |
635 | 2024-12-03T22:49:43.292Z | Compiling spin v0.9.8 |
636 | 2024-12-03T22:49:43.453Z | Compiling untrusted v0.9.0 |
637 | 2024-12-03T22:49:43.595Z | Compiling futures-util v0.3.31 |
638 | 2024-12-03T22:49:43.602Z | Compiling httparse v1.9.5 |
639 | 2024-12-03T22:49:43.610Z | Compiling generic-array v0.14.7 |
640 | 2024-12-03T22:49:43.931Z | Compiling tokio v1.41.1 |
641 | 2024-12-03T22:49:44.183Z | Compiling rustls v0.23.19 |
642 | 2024-12-03T22:49:44.273Z | Compiling try-lock v0.2.5 |
643 | 2024-12-03T22:49:44.402Z | Compiling want v0.3.1 |
644 | 2024-12-03T22:49:44.554Z | Compiling cfg-expr v0.17.1 |
645 | 2024-12-03T22:49:44.655Z | Compiling http-body v1.0.1 |
646 | 2024-12-03T22:49:44.857Z | Compiling subtle v2.6.1 |
647 | 2024-12-03T22:49:44.925Z | Compiling percent-encoding v2.3.1 |
648 | 2024-12-03T22:49:45.097Z | Compiling tower-service v0.3.3 |
649 | 2024-12-03T22:49:45.206Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-12-03T22:49:45.235Z | Compiling unicode-bidi v0.3.17 |
651 | 2024-12-03T22:49:45.362Z | Compiling target-spec v3.2.2 |
652 | 2024-12-03T22:49:45.541Z | Compiling webpki-roots v0.26.6 |
653 | 2024-12-03T22:49:45.719Z | Compiling adler2 v2.0.0 |
654 | 2024-12-03T22:49:45.788Z | Compiling serde_urlencoded v0.7.1 |
655 | 2024-12-03T22:49:45.910Z | Compiling idna v0.5.0 |
656 | 2024-12-03T22:49:46.238Z | Compiling miniz_oxide v0.8.0 |
657 | 2024-12-03T22:49:46.479Z | Compiling crypto-common v0.1.6 |
658 | 2024-12-03T22:49:46.557Z | Compiling block-buffer v0.10.4 |
659 | 2024-12-03T22:49:46.631Z | Compiling rustls-pemfile v2.2.0 |
660 | 2024-12-03T22:49:46.745Z | Compiling sync_wrapper v1.0.1 |
661 | 2024-12-03T22:49:46.840Z | Compiling url v2.5.2 |
662 | 2024-12-03T22:49:46.944Z | Compiling crc32fast v1.4.2 |
663 | 2024-12-03T22:49:47.264Z | Compiling base64 v0.22.1 |
664 | 2024-12-03T22:49:47.547Z | Compiling self_update v0.41.0 |
665 | 2024-12-03T22:49:47.704Z | Compiling ipnet v2.10.1 |
666 | 2024-12-03T22:49:47.707Z | Compiling mime v0.3.17 |
667 | 2024-12-03T22:49:47.935Z | Compiling guppy v0.17.8 |
668 | 2024-12-03T22:49:47.966Z | Compiling flate2 v1.0.34 |
669 | 2024-12-03T22:49:48.229Z | Compiling futures-executor v0.3.31 |
670 | 2024-12-03T22:49:48.684Z | Compiling http-body-util v0.1.2 |
671 | 2024-12-03T22:49:48.706Z | Compiling futures v0.3.31 |
672 | 2024-12-03T22:49:48.764Z | Compiling digest v0.10.7 |
673 | 2024-12-03T22:49:48.781Z | Compiling self-replace v1.5.0 |
674 | 2024-12-03T22:49:48.799Z | Compiling quick-xml v0.23.1 |
675 | 2024-12-03T22:49:48.838Z | Compiling urlencoding v2.1.3 |
676 | 2024-12-03T22:49:49.027Z | Compiling cpufeatures v0.2.14 |
677 | 2024-12-03T22:49:49.061Z | Compiling future-queue v0.3.0 |
678 | 2024-12-03T22:49:49.082Z | Compiling target-spec-miette v0.4.0 |
679 | 2024-12-03T22:49:49.111Z | Compiling sha2 v0.10.8 |
680 | 2024-12-03T22:49:49.122Z | Compiling mukti-metadata v0.3.0 |
681 | 2024-12-03T22:49:49.383Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
682 | 2024-12-03T22:49:49.392Z | Compiling hex v0.4.3 |
683 | 2024-12-03T22:49:50.940Z | Compiling rustls-webpki v0.102.8 |
684 | 2024-12-03T22:49:52.147Z | Compiling hyper v1.5.0 |
685 | 2024-12-03T22:49:52.150Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
686 | 2024-12-03T22:49:52.150Z | Compiling async-scoped v0.9.0 |
687 | 2024-12-03T22:49:52.150Z | Compiling tokio-stream v0.1.16 |
688 | 2024-12-03T22:49:52.215Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
689 | 2024-12-03T22:49:53.415Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
690 | 2024-12-03T22:49:53.460Z | Compiling hyper-util v0.1.9 |
691 | 2024-12-03T22:49:56.392Z | Compiling tokio-rustls v0.26.0 |
692 | 2024-12-03T22:49:56.606Z | Compiling hyper-rustls v0.27.3 |
693 | 2024-12-03T22:49:56.869Z | Compiling reqwest v0.12.8 |
694 | 2024-12-03T22:49:59.132Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
695 | 2024-12-03T22:50:23.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.22s |
696 | 2024-12-03T22:50:23.451Z | |
697 | 2024-12-03T22:50:23.454Z | real 41.331164038 |
698 | 2024-12-03T22:50:23.454Z | user 2:26.288397339 |
699 | 2024-12-03T22:50:23.454Z | sys 14.219992715 |
700 | 2024-12-03T22:50:23.454Z | trap 0.082038319 |
701 | 2024-12-03T22:50:23.454Z | tflt 0.204282274 |
702 | 2024-12-03T22:50:23.454Z | dflt 0.254087657 |
703 | 2024-12-03T22:50:23.454Z | kflt 0.000006538 |
704 | 2024-12-03T22:50:23.454Z | lock 3:18.977313354 |
705 | 2024-12-03T22:50:23.454Z | slp 6:35.264287491 |
706 | 2024-12-03T22:50:23.454Z | lat 4.317692988 |
707 | 2024-12-03T22:50:23.454Z | stop 4.752898535 |
708 | 2024-12-03T22:50:23.454Z | + banner all targets |
709 | 2024-12-03T22:50:23.454Z | |
710 | 2024-12-03T22:50:23.454Z | ## # # |
711 | 2024-12-03T22:50:23.454Z | # # # # |
712 | 2024-12-03T22:50:23.454Z | # # # # |
713 | 2024-12-03T22:50:23.454Z | ###### # # |
714 | 2024-12-03T22:50:23.454Z | # # # # |
715 | 2024-12-03T22:50:23.454Z | # # ###### ###### |
716 | 2024-12-03T22:50:23.454Z | |
717 | 2024-12-03T22:50:23.454Z | |
718 | 2024-12-03T22:50:23.454Z | ##### ## ##### #### ###### ##### #### |
719 | 2024-12-03T22:50:23.454Z | # # # # # # # # # # |
720 | 2024-12-03T22:50:23.454Z | # # # # # # ##### # #### |
721 | 2024-12-03T22:50:23.455Z | # ###### ##### # ### # # # |
722 | 2024-12-03T22:50:23.455Z | # # # # # # # # # # # |
723 | 2024-12-03T22:50:23.455Z | # # # # # #### ###### # #### |
724 | 2024-12-03T22:50:23.455Z | |
725 | 2024-12-03T22:50:23.456Z | + ptime -m cargo build --all-targets |
726 | 2024-12-03T22:50:23.611Z | Downloading crates ... |
727 | 2024-12-03T22:50:23.757Z | Downloaded bit-set v0.5.3 |
728 | 2024-12-03T22:50:23.764Z | Downloaded test-case v3.3.1 |
729 | 2024-12-03T22:50:23.767Z | Downloaded indoc v2.0.5 |
730 | 2024-12-03T22:50:23.772Z | Downloaded pretty_assertions v1.4.1 |
731 | 2024-12-03T22:50:23.776Z | Downloaded test-case-macros v3.3.1 |
732 | 2024-12-03T22:50:23.782Z | Downloaded rand_xorshift v0.3.0 |
733 | 2024-12-03T22:50:23.784Z | Downloaded bit-vec v0.6.3 |
734 | 2024-12-03T22:50:23.787Z | Downloaded test-case-core v3.3.1 |
735 | 2024-12-03T22:50:23.787Z | Downloaded wait-timeout v0.2.0 |
736 | 2024-12-03T22:50:23.789Z | Downloaded rusty-fork v0.3.0 |
737 | 2024-12-03T22:50:23.789Z | Downloaded quick-error v1.2.3 |
738 | 2024-12-03T22:50:23.792Z | Downloaded unarray v0.1.4 |
739 | 2024-12-03T22:50:23.792Z | Downloaded structmeta-derive v0.3.0 |
740 | 2024-12-03T22:50:23.794Z | Downloaded maplit v1.0.2 |
741 | 2024-12-03T22:50:23.794Z | Downloaded structmeta v0.3.0 |
742 | 2024-12-03T22:50:23.799Z | Downloaded linked-hash-map v0.5.6 |
743 | 2024-12-03T22:50:23.803Z | Downloaded similar v2.6.0 |
744 | 2024-12-03T22:50:23.807Z | Downloaded test-strategy v0.4.0 |
745 | 2024-12-03T22:50:23.811Z | Downloaded diff v0.1.13 |
746 | 2024-12-03T22:50:23.814Z | Downloaded yansi v1.0.1 |
747 | 2024-12-03T22:50:23.817Z | Downloaded insta v1.41.1 |
748 | 2024-12-03T22:50:23.824Z | Downloaded proptest v1.5.0 |
749 | 2024-12-03T22:50:23.874Z | Compiling test-case-core v3.3.1 |
750 | 2024-12-03T22:50:23.874Z | Compiling structmeta-derive v0.3.0 |
751 | 2024-12-03T22:50:23.876Z | Compiling wait-timeout v0.2.0 |
752 | 2024-12-03T22:50:23.876Z | Compiling quick-error v1.2.3 |
753 | 2024-12-03T22:50:23.876Z | Compiling bit-vec v0.6.3 |
754 | 2024-12-03T22:50:23.923Z | Compiling rand_xorshift v0.3.0 |
755 | 2024-12-03T22:50:23.929Z | Compiling unarray v0.1.4 |
756 | 2024-12-03T22:50:23.933Z | Compiling maplit v1.0.2 |
757 | 2024-12-03T22:50:24.028Z | Compiling similar v2.6.0 |
758 | 2024-12-03T22:50:24.041Z | Compiling linked-hash-map v0.5.6 |
759 | 2024-12-03T22:50:24.075Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
760 | 2024-12-03T22:50:24.158Z | Compiling rusty-fork v0.3.0 |
761 | 2024-12-03T22:50:24.269Z | Compiling bit-set v0.5.3 |
762 | 2024-12-03T22:50:24.331Z | Compiling diff v0.1.13 |
763 | 2024-12-03T22:50:24.489Z | Compiling proptest v1.5.0 |
764 | 2024-12-03T22:50:24.506Z | Compiling yansi v1.0.1 |
765 | 2024-12-03T22:50:24.758Z | Compiling indoc v2.0.5 |
766 | 2024-12-03T22:50:24.921Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
767 | 2024-12-03T22:50:24.939Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
768 | 2024-12-03T22:50:25.153Z | Compiling insta v1.41.1 |
769 | 2024-12-03T22:50:25.594Z | Compiling pretty_assertions v1.4.1 |
770 | 2024-12-03T22:50:25.619Z | Compiling test-case-macros v3.3.1 |
771 | 2024-12-03T22:50:26.302Z | Compiling structmeta v0.3.0 |
772 | 2024-12-03T22:50:26.634Z | Compiling test-strategy v0.4.0 |
773 | 2024-12-03T22:50:26.681Z | Compiling test-case v3.3.1 |
774 | 2024-12-03T22:50:26.774Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
775 | 2024-12-03T22:50:27.335Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
776 | 2024-12-03T22:50:28.767Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
777 | 2024-12-03T22:50:32.522Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
778 | 2024-12-03T22:51:04.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.48s |
779 | 2024-12-03T22:51:05.074Z | |
780 | 2024-12-03T22:51:05.074Z | real 41.599175063 |
781 | 2024-12-03T22:51:05.075Z | user 3:06.164590542 |
782 | 2024-12-03T22:51:05.075Z | sys 20.787449913 |
783 | 2024-12-03T22:51:05.075Z | trap 0.111671415 |
784 | 2024-12-03T22:51:05.075Z | tflt 0.026219521 |
785 | 2024-12-03T22:51:05.078Z | dflt 0.046235272 |
786 | 2024-12-03T22:51:05.078Z | kflt 0.000019158 |
787 | 2024-12-03T22:51:05.078Z | lock 5:07.984169746 |
788 | 2024-12-03T22:51:05.078Z | slp 11:45.655956106 |
789 | 2024-12-03T22:51:05.078Z | lat 5.562510900 |
790 | 2024-12-03T22:51:05.078Z | stop 6.949831324 |
791 | 2024-12-03T22:51:05.078Z | + banner all features |
792 | 2024-12-03T22:51:05.078Z | |
793 | 2024-12-03T22:51:05.078Z | ## # # |
794 | 2024-12-03T22:51:05.078Z | # # # # |
795 | 2024-12-03T22:51:05.078Z | # # # # |
796 | 2024-12-03T22:51:05.078Z | ###### # # |
797 | 2024-12-03T22:51:05.078Z | # # # # |
798 | 2024-12-03T22:51:05.078Z | # # ###### ###### |
799 | 2024-12-03T22:51:05.078Z | |
800 | 2024-12-03T22:51:05.078Z | |
801 | 2024-12-03T22:51:05.078Z | ###### ###### ## ##### # # ##### ###### #### |
802 | 2024-12-03T22:51:05.078Z | # # # # # # # # # # # |
803 | 2024-12-03T22:51:05.079Z | ##### ##### # # # # # # # ##### #### |
804 | 2024-12-03T22:51:05.079Z | # # ###### # # # ##### # # |
805 | 2024-12-03T22:51:05.079Z | # # # # # # # # # # # # |
806 | 2024-12-03T22:51:05.079Z | # ###### # # # #### # # ###### #### |
807 | 2024-12-03T22:51:05.079Z | |
808 | 2024-12-03T22:51:05.079Z | + ptime -m cargo build --all-features |
809 | 2024-12-03T22:51:05.231Z | Downloading crates ... |
810 | 2024-12-03T22:51:05.374Z | Downloaded prost-types v0.13.3 |
811 | 2024-12-03T22:51:05.384Z | Downloaded atomic-waker v1.1.2 |
812 | 2024-12-03T22:51:05.387Z | Downloaded async-stream-impl v0.3.6 |
813 | 2024-12-03T22:51:05.389Z | Downloaded async-trait v0.1.83 |
814 | 2024-12-03T22:51:05.393Z | Downloaded sync_wrapper v0.1.2 |
815 | 2024-12-03T22:51:05.397Z | Downloaded matchers v0.1.0 |
816 | 2024-12-03T22:51:05.401Z | Downloaded axum-core v0.4.5 |
817 | 2024-12-03T22:51:05.409Z | Downloaded async-stream v0.3.6 |
818 | 2024-12-03T22:51:05.412Z | Downloaded rustversion v1.0.18 |
819 | 2024-12-03T22:51:05.421Z | Downloaded tower-layer v0.3.3 |
820 | 2024-12-03T22:51:05.427Z | Downloaded matchit v0.7.3 |
821 | 2024-12-03T22:51:05.430Z | Downloaded console-api v0.8.1 |
822 | 2024-12-03T22:51:05.433Z | Downloaded anyhow v1.0.91 |
823 | 2024-12-03T22:51:05.444Z | Downloaded prost-derive v0.13.3 |
824 | 2024-12-03T22:51:05.448Z | Downloaded hyper-timeout v0.5.1 |
825 | 2024-12-03T22:51:05.451Z | Downloaded httpdate v1.0.3 |
826 | 2024-12-03T22:51:05.454Z | Downloaded prost v0.13.3 |
827 | 2024-12-03T22:51:05.468Z | Downloaded indexmap v1.9.3 |
828 | 2024-12-03T22:51:05.472Z | Downloaded crossbeam-utils v0.8.20 |
829 | 2024-12-03T22:51:05.486Z | Downloaded tonic v0.12.3 |
830 | 2024-12-03T22:51:05.499Z | Downloaded tokio-util v0.7.12 |
831 | 2024-12-03T22:51:05.505Z | Downloaded crossbeam-channel v0.5.13 |
832 | 2024-12-03T22:51:05.509Z | Downloaded tower v0.4.13 |
833 | 2024-12-03T22:51:05.518Z | Downloaded tower v0.5.1 |
834 | 2024-12-03T22:51:05.527Z | Downloaded regex-automata v0.1.10 |
835 | 2024-12-03T22:51:05.532Z | Downloaded console-subscriber v0.4.1 |
836 | 2024-12-03T22:51:05.538Z | Downloaded hashbrown v0.12.3 |
837 | 2024-12-03T22:51:05.542Z | Downloaded axum v0.7.7 |
838 | 2024-12-03T22:51:05.550Z | Downloaded h2 v0.4.6 |
839 | 2024-12-03T22:51:05.556Z | Downloaded regex-syntax v0.6.29 |
840 | 2024-12-03T22:51:05.563Z | Downloaded hdrhistogram v7.5.4 |
841 | 2024-12-03T22:51:05.613Z | Compiling futures-sink v0.3.31 |
842 | 2024-12-03T22:51:05.665Z | Compiling tokio v1.41.1 |
843 | 2024-12-03T22:51:05.668Z | Compiling byteorder v1.5.0 |
844 | 2024-12-03T22:51:05.677Z | Compiling num-traits v0.2.19 |
845 | 2024-12-03T22:51:05.677Z | Compiling regex-syntax v0.6.29 |
846 | 2024-12-03T22:51:05.689Z | Compiling atomic-waker v1.1.2 |
847 | 2024-12-03T22:51:05.695Z | Compiling httpdate v1.0.3 |
848 | 2024-12-03T22:51:05.702Z | Compiling anyhow v1.0.91 |
849 | 2024-12-03T22:51:05.768Z | Compiling futures-channel v0.3.31 |
850 | 2024-12-03T22:51:05.842Z | Compiling either v1.13.0 |
851 | 2024-12-03T22:51:06.005Z | Compiling zerocopy v0.7.35 |
852 | 2024-12-03T22:51:06.132Z | Compiling futures-util v0.3.31 |
853 | 2024-12-03T22:51:06.141Z | Compiling tower-layer v0.3.3 |
854 | 2024-12-03T22:51:06.198Z | Compiling rustversion v1.0.18 |
855 | 2024-12-03T22:51:06.363Z | Compiling itertools v0.13.0 |
856 | 2024-12-03T22:51:06.860Z | Compiling indexmap v1.9.3 |
857 | 2024-12-03T22:51:07.202Z | Compiling ppv-lite86 v0.2.20 |
858 | 2024-12-03T22:51:07.472Z | Compiling async-trait v0.1.83 |
859 | 2024-12-03T22:51:07.972Z | Compiling rand_chacha v0.3.1 |
860 | 2024-12-03T22:51:08.030Z | Compiling sync_wrapper v0.1.2 |
861 | 2024-12-03T22:51:08.148Z | Compiling hashbrown v0.12.3 |
862 | 2024-12-03T22:51:08.568Z | Compiling rand v0.8.5 |
863 | 2024-12-03T22:51:09.110Z | Compiling regex-automata v0.1.10 |
864 | 2024-12-03T22:51:09.277Z | Compiling prost-derive v0.13.3 |
865 | 2024-12-03T22:51:09.647Z | Compiling async-stream-impl v0.3.6 |
866 | 2024-12-03T22:51:09.879Z | Compiling matchit v0.7.3 |
867 | 2024-12-03T22:51:10.037Z | Compiling crossbeam-utils v0.8.20 |
868 | 2024-12-03T22:51:10.490Z | Compiling matchers v0.1.0 |
869 | 2024-12-03T22:51:10.602Z | Compiling ahash v0.8.11 |
870 | 2024-12-03T22:51:10.707Z | Compiling tracing-subscriber v0.3.19 |
871 | 2024-12-03T22:51:10.921Z | Compiling async-stream v0.3.6 |
872 | 2024-12-03T22:51:11.096Z | Compiling http-body-util v0.1.2 |
873 | 2024-12-03T22:51:11.201Z | Compiling tower v0.5.1 |
874 | 2024-12-03T22:51:11.440Z | Compiling proptest v1.5.0 |
875 | 2024-12-03T22:51:11.536Z | Compiling axum-core v0.4.5 |
876 | 2024-12-03T22:51:11.607Z | Compiling guppy v0.17.8 |
877 | 2024-12-03T22:51:11.909Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-03T22:51:12.502Z | Compiling base64 v0.21.7 |
879 | 2024-12-03T22:51:12.760Z | Compiling prost v0.13.3 |
880 | 2024-12-03T22:51:13.166Z | Compiling chrono v0.4.38 |
881 | 2024-12-03T22:51:13.227Z | Compiling hdrhistogram v7.5.4 |
882 | 2024-12-03T22:51:13.524Z | Compiling prost-types v0.13.3 |
883 | 2024-12-03T22:51:14.314Z | Compiling crossbeam-channel v0.5.13 |
884 | 2024-12-03T22:51:15.332Z | Compiling tokio-util v0.7.12 |
885 | 2024-12-03T22:51:15.654Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
886 | 2024-12-03T22:51:15.749Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
887 | 2024-12-03T22:51:15.806Z | Compiling axum v0.7.7 |
888 | 2024-12-03T22:51:16.563Z | Compiling h2 v0.4.6 |
889 | 2024-12-03T22:51:16.566Z | Compiling tower v0.4.13 |
890 | 2024-12-03T22:51:16.584Z | Compiling tokio-stream v0.1.16 |
891 | 2024-12-03T22:51:17.455Z | Compiling tokio-rustls v0.26.0 |
892 | 2024-12-03T22:51:17.899Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
893 | 2024-12-03T22:51:18.470Z | Compiling futures v0.3.31 |
894 | 2024-12-03T22:51:18.569Z | Compiling quick-junit v0.5.1 |
895 | 2024-12-03T22:51:19.372Z | Compiling async-scoped v0.9.0 |
896 | 2024-12-03T22:51:19.628Z | Compiling tracing-error v0.2.0 |
897 | 2024-12-03T22:51:19.978Z | Compiling future-queue v0.3.0 |
898 | 2024-12-03T22:51:20.331Z | Compiling color-spantrace v0.2.1 |
899 | 2024-12-03T22:51:20.582Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
900 | 2024-12-03T22:51:20.747Z | Compiling color-eyre v0.6.3 |
901 | 2024-12-03T22:51:20.807Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
902 | 2024-12-03T22:51:21.280Z | Compiling hyper v1.5.0 |
903 | 2024-12-03T22:51:23.311Z | Compiling hyper-util v0.1.9 |
904 | 2024-12-03T22:51:24.499Z | Compiling hyper-timeout v0.5.1 |
905 | 2024-12-03T22:51:24.499Z | Compiling hyper-rustls v0.27.3 |
906 | 2024-12-03T22:51:24.741Z | Compiling tonic v0.12.3 |
907 | 2024-12-03T22:51:24.783Z | Compiling reqwest v0.12.8 |
908 | 2024-12-03T22:51:26.255Z | Compiling self_update v0.41.0 |
909 | 2024-12-03T22:51:26.573Z | Compiling console-api v0.8.1 |
910 | 2024-12-03T22:51:28.009Z | Compiling console-subscriber v0.4.1 |
911 | 2024-12-03T22:51:29.904Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
912 | 2024-12-03T22:51:45.021Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
913 | 2024-12-03T22:51:58.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.57s |
914 | 2024-12-03T22:51:58.788Z | |
915 | 2024-12-03T22:51:58.788Z | real 53.689093548 |
916 | 2024-12-03T22:51:58.790Z | user 3:47.828053064 |
917 | 2024-12-03T22:51:58.790Z | sys 22.331859488 |
918 | 2024-12-03T22:51:58.790Z | trap 0.126712149 |
919 | 2024-12-03T22:51:58.790Z | tflt 0.097104624 |
920 | 2024-12-03T22:51:58.790Z | dflt 0.268857063 |
921 | 2024-12-03T22:51:58.790Z | kflt 0.000006278 |
922 | 2024-12-03T22:51:58.791Z | lock 6:29.613783028 |
923 | 2024-12-03T22:51:58.791Z | slp 12:50.997766415 |
924 | 2024-12-03T22:51:58.791Z | lat 7.239948718 |
925 | 2024-12-03T22:51:58.791Z | stop 6.697282946 |
926 | 2024-12-03T22:51:58.791Z | + banner doctests |
927 | 2024-12-03T22:51:58.791Z | |
928 | 2024-12-03T22:51:58.791Z | ##### #### #### ##### ###### #### ##### #### |
929 | 2024-12-03T22:51:58.791Z | # # # # # # # # # # # |
930 | 2024-12-03T22:51:58.791Z | # # # # # # ##### #### # #### |
931 | 2024-12-03T22:51:58.791Z | # # # # # # # # # # |
932 | 2024-12-03T22:51:58.791Z | # # # # # # # # # # # # # |
933 | 2024-12-03T22:51:58.791Z | ##### #### #### # ###### #### # #### |
934 | 2024-12-03T22:51:58.791Z | |
935 | 2024-12-03T22:51:58.791Z | + ptime -m cargo test --doc |
936 | 2024-12-03T22:51:59.068Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s |
937 | 2024-12-03T22:51:59.086Z | Doc-tests cargo_nextest |
938 | 2024-12-03T22:51:59.505Z | |
939 | 2024-12-03T22:51:59.505Z | running 0 tests |
940 | 2024-12-03T22:51:59.505Z | |
941 | 2024-12-03T22:51:59.508Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
942 | 2024-12-03T22:51:59.508Z | |
943 | 2024-12-03T22:51:59.522Z | Doc-tests fixture_data |
944 | 2024-12-03T22:51:59.578Z | |
945 | 2024-12-03T22:51:59.578Z | running 0 tests |
946 | 2024-12-03T22:51:59.578Z | |
947 | 2024-12-03T22:51:59.578Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
948 | 2024-12-03T22:51:59.578Z | |
949 | 2024-12-03T22:51:59.585Z | Doc-tests nextest_filtering |
950 | 2024-12-03T22:51:59.702Z | |
951 | 2024-12-03T22:51:59.702Z | running 0 tests |
952 | 2024-12-03T22:51:59.702Z | |
953 | 2024-12-03T22:51:59.702Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
954 | 2024-12-03T22:51:59.702Z | |
955 | 2024-12-03T22:51:59.712Z | Doc-tests nextest_metadata |
956 | 2024-12-03T22:51:59.846Z | |
957 | 2024-12-03T22:51:59.846Z | running 2 tests |
958 | 2024-12-03T22:52:00.395Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
959 | 2024-12-03T22:52:03.032Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
960 | 2024-12-03T22:52:03.032Z | |
961 | 2024-12-03T22:52:03.035Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.19s |
962 | 2024-12-03T22:52:03.036Z | |
963 | 2024-12-03T22:52:03.044Z | Doc-tests nextest_runner |
964 | 2024-12-03T22:52:03.709Z | |
965 | 2024-12-03T22:52:03.709Z | running 0 tests |
966 | 2024-12-03T22:52:03.709Z | |
967 | 2024-12-03T22:52:03.709Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
968 | 2024-12-03T22:52:03.709Z | |
969 | 2024-12-03T22:52:03.733Z | Doc-tests nextest_workspace_hack |
970 | 2024-12-03T22:52:03.775Z | |
971 | 2024-12-03T22:52:03.775Z | running 0 tests |
972 | 2024-12-03T22:52:03.775Z | |
973 | 2024-12-03T22:52:03.775Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
974 | 2024-12-03T22:52:03.775Z | |
975 | 2024-12-03T22:52:03.798Z | |
976 | 2024-12-03T22:52:03.801Z | real 4.991431061 |
977 | 2024-12-03T22:52:03.801Z | user 5.038441400 |
978 | 2024-12-03T22:52:03.801Z | sys 1.487885461 |
979 | 2024-12-03T22:52:03.801Z | trap 0.001424228 |
980 | 2024-12-03T22:52:03.801Z | tflt 0.017007231 |
981 | 2024-12-03T22:52:03.801Z | dflt 0.002845215 |
982 | 2024-12-03T22:52:03.801Z | kflt 0.000000000 |
983 | 2024-12-03T22:52:03.801Z | lock 8.965145115 |
984 | 2024-12-03T22:52:03.801Z | slp 28.659823068 |
985 | 2024-12-03T22:52:03.801Z | lat 0.029860701 |
986 | 2024-12-03T22:52:03.801Z | stop 0.426453304 |
987 | 2024-12-03T22:52:03.801Z | + banner local-nt |
988 | 2024-12-03T22:52:03.801Z | |
989 | 2024-12-03T22:52:03.802Z | # #### #### ## # # # ##### |
990 | 2024-12-03T22:52:03.802Z | # # # # # # # # ## # # |
991 | 2024-12-03T22:52:03.802Z | # # # # # # # ##### # # # # |
992 | 2024-12-03T22:52:03.802Z | # # # # ###### # # # # # |
993 | 2024-12-03T22:52:03.802Z | # # # # # # # # # ## # |
994 | 2024-12-03T22:52:03.802Z | ###### #### #### # # ###### # # # |
995 | 2024-12-03T22:52:03.802Z | |
996 | 2024-12-03T22:52:03.804Z | + ptime -m cargo local-nt run --profile ci |
997 | 2024-12-03T22:52:04.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s |
998 | 2024-12-03T22:52:04.086Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
999 | 2024-12-03T22:52:04.774Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s |
1000 | 2024-12-03T22:52:04.902Z | ──────────── |
1001 | 2024-12-03T22:52:04.902Z | Nextest run ID 409eb876-3df3-47b5-b593-5f3175fe95a4 with nextest profile: ci |
1002 | 2024-12-03T22:52:04.902Z | Starting 281 tests across 12 binaries |
1003 | 2024-12-03T22:52:04.943Z | PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1004 | 2024-12-03T22:52:05.104Z | PASS [ 0.201s] cargo-nextest dispatch::tests::test_argument_parsing |
1005 | 2024-12-03T22:52:13.809Z | PASS [ 8.898s] integration-tests::integration test_list_binaries_only |
1006 | 2024-12-03T22:52:14.160Z | PASS [ 9.237s] integration-tests::integration test_list_host_after_build |
1007 | 2024-12-03T22:52:14.317Z | PASS [ 9.404s] integration-tests::integration test_list_default |
1008 | 2024-12-03T22:52:14.421Z | PASS [ 9.495s] integration-tests::integration test_list_target_after_build |
1009 | 2024-12-03T22:52:14.454Z | PASS [ 9.539s] integration-tests::integration test_list_full |
1010 | 2024-12-03T22:52:14.652Z | PASS [ 9.733s] integration-tests::integration test_list_full_after_build |
1011 | 2024-12-03T22:52:17.437Z | PASS [ 12.331s] integration-tests::integration test_relocated_run |
1012 | 2024-12-03T22:52:22.380Z | PASS [ 7.957s] integration-tests::integration test_run_from_archive_with_missing_includes |
1013 | 2024-12-03T22:52:24.232Z | PASS [ 9.579s] integration-tests::integration test_run_no_tests |
1014 | 2024-12-03T22:52:24.671Z | PASS [ 0.438s] integration-tests::integration test_setup_scripts_not_enabled |
1015 | 2024-12-03T22:52:25.182Z | PASS [ 7.742s] integration-tests::integration test_run_with_default_filter |
1016 | 2024-12-03T22:52:25.230Z | PASS [ 11.068s] integration-tests::integration test_run_after_build |
1017 | 2024-12-03T22:52:25.235Z | PASS [ 2.850s] integration-tests::integration test_setup_script_error |
1018 | 2024-12-03T22:52:25.523Z | PASS [ 11.205s] integration-tests::integration test_run_from_archive_with_includes |
1019 | 2024-12-03T22:52:25.584Z | PASS [ 0.057s] integration-tests::integration test_version_info |
1020 | 2024-12-03T22:52:25.590Z | PASS [ 20.644s] integration-tests::integration test_list_with_default_filter |
1021 | 2024-12-03T22:52:25.614Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error |
1022 | 2024-12-03T22:52:25.636Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof |
1023 | 2024-12-03T22:52:25.659Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr |
1024 | 2024-12-03T22:52:25.692Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_invalid_and_operator |
1025 | 2024-12-03T22:52:25.716Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes |
1026 | 2024-12-03T22:52:25.743Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob |
1027 | 2024-12-03T22:52:25.802Z | PASS [ 0.618s] integration-tests::integration test_show_config_version |
1028 | 2024-12-03T22:52:25.805Z | PASS [ 0.062s] nextest-filtering parsing::tests::test_invalid_or_operator |
1029 | 2024-12-03T22:52:25.858Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_invalid_platform |
1030 | 2024-12-03T22:52:25.878Z | PASS [ 0.050s] nextest-filtering parsing::tests::test_invalid_regex |
1031 | 2024-12-03T22:52:25.895Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_missing_argument |
1032 | 2024-12-03T22:52:25.908Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1033 | 2024-12-03T22:52:25.932Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_missing_close_regex |
1034 | 2024-12-03T22:52:25.950Z | PASS [ 0.041s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1035 | 2024-12-03T22:52:25.961Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_parentheses |
1036 | 2024-12-03T22:52:25.986Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_difference |
1037 | 2024-12-03T22:52:25.995Z | PASS [ 0.044s] nextest-filtering parsing::tests::test_parse_comma |
1038 | 2024-12-03T22:52:26.003Z | PASS [ 0.412s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1039 | 2024-12-03T22:52:26.013Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1040 | 2024-12-03T22:52:26.024Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_not |
1041 | 2024-12-03T22:52:26.041Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_set |
1042 | 2024-12-03T22:52:26.044Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1043 | 2024-12-03T22:52:26.054Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_union |
1044 | 2024-12-03T22:52:26.076Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1045 | 2024-12-03T22:52:26.080Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_name_matcher |
1046 | 2024-12-03T22:52:26.135Z | PASS [ 0.081s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1047 | 2024-12-03T22:52:26.148Z | PASS [ 0.071s] nextest-filtering parsing::tests::test_parse_regex |
1048 | 2024-12-03T22:52:26.160Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_set_def |
1049 | 2024-12-03T22:52:26.160Z | PASS [ 11.699s] integration-tests::integration test_run_from_archive_with_no_includes |
1050 | 2024-12-03T22:52:26.214Z | PASS [ 0.078s] nextest-filtering parsing::tests::test_unexpected_argument |
1051 | 2024-12-03T22:52:26.217Z | PASS [ 0.066s] nextest-filtering parsing::tests::test_unexpected_comma |
1052 | 2024-12-03T22:52:26.244Z | PASS [ 0.075s] nextest-filtering::match test_binary_query |
1053 | 2024-12-03T22:52:26.246Z | PASS [ 0.029s] nextest-filtering::match test_expr_binary |
1054 | 2024-12-03T22:52:26.265Z | PASS [ 0.028s] nextest-filtering::match test_expr_binary_id_glob |
1055 | 2024-12-03T22:52:26.280Z | PASS [ 0.035s] nextest-filtering::match test_expr_deps |
1056 | 2024-12-03T22:52:26.282Z | PASS [ 0.028s] nextest-filtering::match test_expr_kind |
1057 | 2024-12-03T22:52:26.315Z | PASS [ 0.049s] nextest-filtering::match test_expr_kind_partial |
1058 | 2024-12-03T22:52:26.324Z | PASS [ 0.044s] nextest-filtering::match test_expr_package_contains |
1059 | 2024-12-03T22:52:26.333Z | PASS [ 0.028s] nextest-filtering::match test_expr_package_equal |
1060 | 2024-12-03T22:52:26.357Z | PASS [ 0.032s] nextest-filtering::match test_expr_platform |
1061 | 2024-12-03T22:52:26.357Z | PASS [ 0.041s] nextest-filtering::match test_expr_package_regex |
1062 | 2024-12-03T22:52:26.379Z | PASS [ 0.045s] nextest-filtering::match test_expr_rdeps |
1063 | 2024-12-03T22:52:26.402Z | PASS [ 0.044s] nextest-filtering::match test_expr_test |
1064 | 2024-12-03T22:52:26.404Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_difference::with_and_not |
1065 | 2024-12-03T22:52:26.432Z | PASS [ 0.052s] nextest-filtering::match test_expr_test_difference::with_minus |
1066 | 2024-12-03T22:52:26.444Z | PASS [ 0.040s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1067 | 2024-12-03T22:52:26.444Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_and |
1068 | 2024-12-03T22:52:26.444Z | PASS [ 0.286s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1069 | 2024-12-03T22:52:26.473Z | PASS [ 0.041s] nextest-filtering::match test_expr_test_not |
1070 | 2024-12-03T22:52:26.476Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_or |
1071 | 2024-12-03T22:52:26.498Z | PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_pipe |
1072 | 2024-12-03T22:52:26.500Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_plus |
1073 | 2024-12-03T22:52:26.510Z | PASS [ 0.035s] nextest-filtering::match test_expr_with_no_matching_packages |
1074 | 2024-12-03T22:52:26.512Z | PASS [ 0.022s] nextest-metadata test_list::tests::test_binary_id_ord |
1075 | 2024-12-03T22:52:26.639Z | PASS [ 0.140s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1076 | 2024-12-03T22:52:26.639Z | PASS [ 0.135s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1077 | 2024-12-03T22:52:26.642Z | PASS [ 0.129s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1078 | 2024-12-03T22:52:26.694Z | PASS [ 0.063s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1079 | 2024-12-03T22:52:26.729Z | PASS [ 0.088s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1080 | 2024-12-03T22:52:26.731Z | PASS [ 0.060s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1081 | 2024-12-03T22:52:26.731Z | PASS [ 0.047s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1082 | 2024-12-03T22:52:26.853Z | PASS [ 0.157s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1083 | 2024-12-03T22:52:26.853Z | PASS [ 0.122s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1084 | 2024-12-03T22:52:26.976Z | PASS [ 0.198s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1085 | 2024-12-03T22:52:26.981Z | PASS [ 0.182s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1086 | 2024-12-03T22:52:26.981Z | PASS [ 0.124s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1087 | 2024-12-03T22:52:27.095Z | PASS [ 0.164s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1088 | 2024-12-03T22:52:27.580Z | PASS [ 0.574s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1089 | 2024-12-03T22:52:27.596Z | PASS [ 0.500s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1090 | 2024-12-03T22:52:27.648Z | PASS [ 0.670s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1091 | 2024-12-03T22:52:27.742Z | PASS [ 0.665s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1092 | 2024-12-03T22:52:27.917Z | PASS [ 0.337s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1093 | 2024-12-03T22:52:27.965Z | PASS [ 0.369s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1094 | 2024-12-03T22:52:28.013Z | PASS [ 0.047s] nextest-runner config::config_impl::tests::default_config_is_valid |
1095 | 2024-12-03T22:52:28.048Z | PASS [ 0.400s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1096 | 2024-12-03T22:52:28.073Z | PASS [ 0.020s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1097 | 2024-12-03T22:52:28.093Z | PASS [ 0.351s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1098 | 2024-12-03T22:52:28.106Z | PASS [ 0.036s] nextest-runner config::identifier::tests::test_invalid |
1099 | 2024-12-03T22:52:28.121Z | PASS [ 0.027s] nextest-runner config::identifier::tests::test_valid |
1100 | 2024-12-03T22:52:28.128Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_accumulate |
1101 | 2024-12-03T22:52:28.152Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1102 | 2024-12-03T22:52:28.155Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1103 | 2024-12-03T22:52:28.194Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1104 | 2024-12-03T22:52:28.200Z | PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1105 | 2024-12-03T22:52:28.217Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1106 | 2024-12-03T22:52:28.229Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1107 | 2024-12-03T22:52:28.244Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1108 | 2024-12-03T22:52:28.247Z | PASS [ 0.326s] nextest-runner config::archive::tests::parse_valid |
1109 | 2024-12-03T22:52:28.274Z | PASS [ 0.044s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1110 | 2024-12-03T22:52:28.358Z | PASS [ 0.344s] nextest-runner config::config_impl::tests::ignored_keys |
1111 | 2024-12-03T22:52:28.433Z | PASS [ 3.200s] integration-tests::integration test_target_arg |
1112 | 2024-12-03T22:52:28.560Z | PASS [ 0.315s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1113 | 2024-12-03T22:52:28.579Z | PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1114 | 2024-12-03T22:52:28.582Z | PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1115 | 2024-12-03T22:52:28.674Z | PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1116 | 2024-12-03T22:52:28.742Z | PASS [ 0.308s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1117 | 2024-12-03T22:52:28.849Z | PASS [ 0.288s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1118 | 2024-12-03T22:52:28.857Z | PASS [ 0.270s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1119 | 2024-12-03T22:52:28.862Z | PASS [ 0.282s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1120 | 2024-12-03T22:52:28.957Z | PASS [ 0.282s] nextest-runner config::overrides::tests::test_overrides_basic |
1121 | 2024-12-03T22:52:29.012Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1122 | 2024-12-03T22:52:29.132Z | PASS [ 0.269s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1123 | 2024-12-03T22:52:29.137Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1124 | 2024-12-03T22:52:29.140Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1125 | 2024-12-03T22:52:29.241Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1126 | 2024-12-03T22:52:29.304Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1127 | 2024-12-03T22:52:29.410Z | PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1128 | 2024-12-03T22:52:29.414Z | PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1129 | 2024-12-03T22:52:29.417Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1130 | 2024-12-03T22:52:29.511Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1131 | 2024-12-03T22:52:29.580Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1132 | 2024-12-03T22:52:29.696Z | PASS [ 0.285s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1133 | 2024-12-03T22:52:29.704Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1134 | 2024-12-03T22:52:29.713Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1135 | 2024-12-03T22:52:29.794Z | PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1136 | 2024-12-03T22:52:29.870Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1137 | 2024-12-03T22:52:29.975Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1138 | 2024-12-03T22:52:29.975Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1139 | 2024-12-03T22:52:29.997Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1140 | 2024-12-03T22:52:30.080Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1141 | 2024-12-03T22:52:30.197Z | PASS [ 0.325s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1142 | 2024-12-03T22:52:30.254Z | PASS [ 5.015s] integration-tests::integration test_target_dir |
1143 | 2024-12-03T22:52:30.263Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1144 | 2024-12-03T22:52:30.308Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1145 | 2024-12-03T22:52:30.327Z | PASS [ 0.343s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1146 | 2024-12-03T22:52:30.425Z | PASS [ 0.343s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1147 | 2024-12-03T22:52:30.506Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1148 | 2024-12-03T22:52:30.559Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1149 | 2024-12-03T22:52:30.576Z | PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1150 | 2024-12-03T22:52:30.592Z | PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1151 | 2024-12-03T22:52:30.610Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1152 | 2024-12-03T22:52:30.719Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1153 | 2024-12-03T22:52:30.801Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1154 | 2024-12-03T22:52:30.850Z | PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1155 | 2024-12-03T22:52:30.879Z | PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1156 | 2024-12-03T22:52:30.894Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1157 | 2024-12-03T22:52:30.903Z | PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1158 | 2024-12-03T22:52:30.984Z | PASS [ 6.311s] integration-tests::integration test_show_config_test_groups |
1159 | 2024-12-03T22:52:31.018Z | PASS [ 0.298s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1160 | 2024-12-03T22:52:31.087Z | PASS [ 0.285s] nextest-runner config::scripts::tests::test_scripts_basic |
1161 | 2024-12-03T22:52:31.119Z | PASS [ 0.269s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1162 | 2024-12-03T22:52:31.157Z | PASS [ 0.277s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1163 | 2024-12-03T22:52:31.159Z | PASS [ 0.263s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1164 | 2024-12-03T22:52:31.169Z | PASS [ 0.266s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1165 | 2024-12-03T22:52:31.240Z | PASS [ 0.256s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1166 | 2024-12-03T22:52:31.273Z | PASS [ 0.255s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1167 | 2024-12-03T22:52:31.346Z | PASS [ 0.259s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1168 | 2024-12-03T22:52:31.377Z | PASS [ 0.257s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1169 | 2024-12-03T22:52:31.413Z | PASS [ 0.256s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1170 | 2024-12-03T22:52:31.418Z | PASS [ 0.248s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1171 | 2024-12-03T22:52:31.420Z | PASS [ 0.256s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1172 | 2024-12-03T22:52:31.503Z | PASS [ 0.262s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1173 | 2024-12-03T22:52:31.540Z | PASS [ 0.266s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1174 | 2024-12-03T22:52:31.605Z | PASS [ 0.257s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1175 | 2024-12-03T22:52:31.636Z | PASS [ 0.258s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1176 | 2024-12-03T22:52:31.657Z | PASS [ 0.243s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1177 | 2024-12-03T22:52:31.674Z | PASS [ 0.256s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1178 | 2024-12-03T22:52:31.679Z | PASS [ 0.257s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1179 | 2024-12-03T22:52:31.767Z | PASS [ 0.264s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1180 | 2024-12-03T22:52:31.805Z | PASS [ 0.265s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1181 | 2024-12-03T22:52:31.884Z | PASS [ 0.279s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1182 | 2024-12-03T22:52:31.908Z | PASS [ 0.272s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1183 | 2024-12-03T22:52:31.927Z | PASS [ 0.268s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1184 | 2024-12-03T22:52:31.939Z | PASS [ 0.264s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1185 | 2024-12-03T22:52:31.944Z | PASS [ 0.264s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1186 | 2024-12-03T22:52:32.041Z | PASS [ 0.273s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1187 | 2024-12-03T22:52:32.092Z | PASS [ 0.286s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1188 | 2024-12-03T22:52:32.114Z | PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1189 | 2024-12-03T22:52:32.167Z | PASS [ 0.282s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1190 | 2024-12-03T22:52:32.193Z | PASS [ 0.283s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1191 | 2024-12-03T22:52:32.217Z | PASS [ 0.290s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1192 | 2024-12-03T22:52:32.239Z | PASS [ 0.299s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1193 | 2024-12-03T22:52:32.243Z | PASS [ 0.295s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1194 | 2024-12-03T22:52:32.251Z | PASS [ 0.033s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1195 | 2024-12-03T22:52:32.257Z | PASS [ 0.090s] nextest-runner errors::tests::display_error_chain |
1196 | 2024-12-03T22:52:32.260Z | PASS [ 0.065s] nextest-runner errors::tests::display_error_list |
1197 | 2024-12-03T22:52:32.273Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1198 | 2024-12-03T22:52:32.275Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1199 | 2024-12-03T22:52:32.275Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1200 | 2024-12-03T22:52:32.294Z | PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1201 | 2024-12-03T22:52:32.294Z | PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1202 | 2024-12-03T22:52:32.304Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1203 | 2024-12-03T22:52:32.307Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1204 | 2024-12-03T22:52:32.330Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1205 | 2024-12-03T22:52:32.330Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1206 | 2024-12-03T22:52:32.333Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1207 | 2024-12-03T22:52:32.333Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1208 | 2024-12-03T22:52:32.336Z | PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list |
1209 | 2024-12-03T22:52:32.337Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1210 | 2024-12-03T22:52:32.342Z | PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1211 | 2024-12-03T22:52:32.347Z | PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1212 | 2024-12-03T22:52:32.349Z | PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1213 | 2024-12-03T22:52:32.355Z | PASS [ 0.313s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1214 | 2024-12-03T22:52:32.358Z | PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1215 | 2024-12-03T22:52:32.358Z | PASS [ 0.017s] nextest-runner redact::tests::test_redact_path |
1216 | 2024-12-03T22:52:32.367Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings |
1217 | 2024-12-03T22:52:32.383Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1218 | 2024-12-03T22:52:32.389Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1219 | 2024-12-03T22:52:32.396Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1220 | 2024-12-03T22:52:32.400Z | PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1221 | 2024-12-03T22:52:32.405Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1222 | 2024-12-03T22:52:32.408Z | PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1223 | 2024-12-03T22:52:32.420Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1224 | 2024-12-03T22:52:32.425Z | PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_final_warnings |
1225 | 2024-12-03T22:52:32.428Z | PASS [ 0.312s] nextest-runner config::tool_config::tests::tool_config_basic |
1226 | 2024-12-03T22:52:32.435Z | PASS [ 0.024s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1227 | 2024-12-03T22:52:32.435Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1228 | 2024-12-03T22:52:32.438Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1229 | 2024-12-03T22:52:32.449Z | PASS [ 0.058s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1230 | 2024-12-03T22:52:32.451Z | PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1231 | 2024-12-03T22:52:32.451Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1232 | 2024-12-03T22:52:32.462Z | PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1233 | 2024-12-03T22:52:32.465Z | PASS [ 0.021s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1234 | 2024-12-03T22:52:32.465Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end |
1235 | 2024-12-03T22:52:32.484Z | PASS [ 0.058s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1236 | 2024-12-03T22:52:32.489Z | PASS [ 0.022s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1237 | 2024-12-03T22:52:32.494Z | PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1238 | 2024-12-03T22:52:32.509Z | PASS [ 0.018s] nextest-runner runner::tests::test_is_success |
1239 | 2024-12-03T22:52:32.509Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1240 | 2024-12-03T22:52:32.519Z | PASS [ 0.034s] nextest-runner runner::tests::no_capture_settings |
1241 | 2024-12-03T22:52:32.521Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1242 | 2024-12-03T22:52:32.522Z | PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1243 | 2024-12-03T22:52:32.522Z | PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1244 | 2024-12-03T22:52:32.536Z | PASS [ 0.027s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1245 | 2024-12-03T22:52:32.546Z | PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script |
1246 | 2024-12-03T22:52:32.550Z | PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples |
1247 | 2024-12-03T22:52:32.550Z | PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config |
1248 | 2024-12-03T22:52:32.559Z | PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples |
1249 | 2024-12-03T22:52:32.630Z | PASS [ 0.116s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1250 | 2024-12-03T22:52:32.649Z | PASS [ 0.129s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1251 | 2024-12-03T22:52:32.660Z | PASS [ 0.029s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1252 | 2024-12-03T22:52:32.697Z | PASS [ 0.151s] nextest-runner test_filter::tests::proptest_empty |
1253 | 2024-12-03T22:52:32.791Z | PASS [ 0.297s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1254 | 2024-12-03T22:52:32.802Z | PASS [ 0.248s] nextest-runner test_filter::tests::proptest_no_match |
1255 | 2024-12-03T22:52:33.230Z | PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1256 | 2024-12-03T22:52:33.243Z | PASS [ 0.692s] nextest-runner test_filter::tests::proptest_exact |
1257 | 2024-12-03T22:52:33.505Z | PASS [ 0.945s] nextest-runner test_filter::tests::proptest_substring |
1258 | 2024-12-03T22:52:34.174Z | PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1259 | 2024-12-03T22:52:34.479Z | PASS [ 1.676s] nextest-runner::integration basic::test_list_binaries |
1260 | 2024-12-03T22:52:34.715Z | PASS [ 2.017s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1261 | 2024-12-03T22:52:34.727Z | PASS [ 1.934s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1262 | 2024-12-03T22:52:34.763Z | PASS [ 1.532s] nextest-runner::integration basic::test_list_tests |
1263 | 2024-12-03T22:52:34.794Z | PASS [ 0.031s] nextest-runner::integration target_runner::disregards_non_matching |
1264 | 2024-12-03T22:52:34.881Z | PASS [ 0.402s] nextest-runner::integration basic::test_run_ignored |
1265 | 2024-12-03T22:52:34.910Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1266 | 2024-12-03T22:52:34.940Z | PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1267 | 2024-12-03T22:52:34.973Z | PASS [ 0.258s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1268 | 2024-12-03T22:52:35.074Z | PASS [ 0.279s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1269 | 2024-12-03T22:52:35.219Z | PASS [ 21.407s] integration-tests::integration test_run |
1270 | 2024-12-03T22:52:35.255Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_cargo_env |
1271 | 2024-12-03T22:52:35.271Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_cli |
1272 | 2024-12-03T22:52:35.290Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1273 | 2024-12-03T22:52:35.313Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1274 | 2024-12-03T22:52:35.336Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env |
1275 | 2024-12-03T22:52:35.360Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1276 | 2024-12-03T22:52:35.369Z | PASS [ 0.429s] nextest-runner::integration target_runner::parses_cargo_env |
1277 | 2024-12-03T22:52:35.383Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_target_cli_option |
1278 | 2024-12-03T22:52:35.474Z | PASS [ 0.500s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1279 | 2024-12-03T22:52:36.086Z | PASS [ 1.911s] nextest-runner::integration basic::test_run |
1280 | 2024-12-03T22:52:36.501Z | PASS [ 1.427s] nextest-runner::integration target_runner::test_run_with_target_runner |
1281 | 2024-12-03T22:52:37.195Z | PASS [ 2.468s] nextest-runner::integration basic::test_termination |
1282 | 2024-12-03T22:52:38.154Z | PASS [ 4.909s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1283 | 2024-12-03T22:52:38.201Z | PASS [ 4.695s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1284 | 2024-12-03T22:52:38.203Z | ──────────── |
1285 | 2024-12-03T22:52:38.204Z | Summary [ 33.296s] 281 tests run: 281 passed, 0 skipped |
1286 | 2024-12-03T22:52:38.228Z | |
1287 | 2024-12-03T22:52:38.231Z | real 34.416384661 |
1288 | 2024-12-03T22:52:38.231Z | user 2:09.966432440 |
1289 | 2024-12-03T22:52:38.231Z | sys 1:33.227408754 |
1290 | 2024-12-03T22:52:38.231Z | trap 0.325686299 |
1291 | 2024-12-03T22:52:38.231Z | tflt 0.329781307 |
1292 | 2024-12-03T22:52:38.231Z | dflt 0.742596011 |
1293 | 2024-12-03T22:52:38.231Z | kflt 0.002743770 |
1294 | 2024-12-03T22:52:38.231Z | lock 27:05.407926394 |
1295 | 2024-12-03T22:52:38.231Z | slp 52:05.248746768 |
1296 | 2024-12-03T22:52:38.231Z | lat 13:27.135113301 |
1297 | 2024-12-03T22:52:38.231Z | stop 5:51.651520440 |
1298 | 2024-12-03T22:52:38.231Z | + banner release |
1299 | 2024-12-03T22:52:38.234Z | |
1300 | 2024-12-03T22:52:38.234Z | ##### ###### # ###### ## #### ###### |
1301 | 2024-12-03T22:52:38.234Z | # # # # # # # # # |
1302 | 2024-12-03T22:52:38.234Z | # # ##### # ##### # # #### ##### |
1303 | 2024-12-03T22:52:38.234Z | ##### # # # ###### # # |
1304 | 2024-12-03T22:52:38.234Z | # # # # # # # # # # |
1305 | 2024-12-03T22:52:38.234Z | # # ###### ###### ###### # # #### ###### |
1306 | 2024-12-03T22:52:38.234Z | |
1307 | 2024-12-03T22:52:38.234Z | + ptime -m cargo nextest run --profile ci |
1308 | 2024-12-03T22:52:38.886Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s |
1309 | 2024-12-03T22:52:38.993Z | ------------ |
1310 | 2024-12-03T22:52:38.993Z | Nextest run ID 12e0f7b2-856e-4f85-a715-1845b92e9694 with nextest profile: ci |
1311 | 2024-12-03T22:52:38.993Z | Starting 281 tests across 12 binaries |
1312 | 2024-12-03T22:52:39.042Z | PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1313 | 2024-12-03T22:52:39.189Z | PASS [ 0.190s] cargo-nextest dispatch::tests::test_argument_parsing |
1314 | 2024-12-03T22:52:47.730Z | PASS [ 8.724s] integration-tests::integration test_list_binaries_only |
1315 | 2024-12-03T22:52:48.257Z | PASS [ 9.239s] integration-tests::integration test_list_target_after_build |
1316 | 2024-12-03T22:52:48.279Z | PASS [ 9.269s] integration-tests::integration test_list_full |
1317 | 2024-12-03T22:52:48.341Z | PASS [ 9.333s] integration-tests::integration test_list_default |
1318 | 2024-12-03T22:52:48.496Z | PASS [ 9.474s] integration-tests::integration test_list_host_after_build |
1319 | 2024-12-03T22:52:49.263Z | PASS [ 10.250s] integration-tests::integration test_list_full_after_build |
1320 | 2024-12-03T22:52:55.700Z | PASS [ 16.508s] integration-tests::integration test_relocated_run |
1321 | 2024-12-03T22:52:55.726Z | PASS [ 7.386s] integration-tests::integration test_run_from_archive_with_missing_includes |
1322 | 2024-12-03T22:52:57.681Z | PASS [ 8.413s] integration-tests::integration test_run_no_tests |
1323 | 2024-12-03T22:52:58.444Z | PASS [ 0.767s] integration-tests::integration test_setup_scripts_not_enabled |
1324 | 2024-12-03T22:52:58.563Z | PASS [ 10.304s] integration-tests::integration test_run_after_build |
1325 | 2024-12-03T22:52:58.948Z | PASS [ 19.913s] integration-tests::integration test_list_with_default_filter |
1326 | 2024-12-03T22:52:59.070Z | PASS [ 0.507s] integration-tests::integration test_show_config_version |
1327 | 2024-12-03T22:52:59.656Z | PASS [ 3.926s] integration-tests::integration test_setup_script_error |
1328 | 2024-12-03T22:52:59.705Z | PASS [ 0.052s] integration-tests::integration test_version_info |
1329 | 2024-12-03T22:52:59.810Z | PASS [ 11.525s] integration-tests::integration test_run_from_archive_with_includes |
1330 | 2024-12-03T22:52:59.825Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_complex_error |
1331 | 2024-12-03T22:52:59.838Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_eof |
1332 | 2024-12-03T22:52:59.854Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_expr |
1333 | 2024-12-03T22:52:59.868Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_and_operator |
1334 | 2024-12-03T22:52:59.884Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_escapes |
1335 | 2024-12-03T22:52:59.902Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_glob |
1336 | 2024-12-03T22:52:59.932Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_or_operator |
1337 | 2024-12-03T22:52:59.938Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform |
1338 | 2024-12-03T22:52:59.957Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_regex |
1339 | 2024-12-03T22:53:00.049Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_argument |
1340 | 2024-12-03T22:53:00.093Z | PASS [ 0.082s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1341 | 2024-12-03T22:53:00.096Z | PASS [ 0.041s] nextest-filtering parsing::tests::test_missing_close_regex |
1342 | 2024-12-03T22:53:00.123Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1343 | 2024-12-03T22:53:00.128Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_parentheses |
1344 | 2024-12-03T22:53:00.149Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma |
1345 | 2024-12-03T22:53:00.180Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_difference |
1346 | 2024-12-03T22:53:00.187Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1347 | 2024-12-03T22:53:00.205Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_not |
1348 | 2024-12-03T22:53:00.210Z | PASS [ 0.505s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1349 | 2024-12-03T22:53:00.225Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1350 | 2024-12-03T22:53:00.233Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_set |
1351 | 2024-12-03T22:53:00.239Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union |
1352 | 2024-12-03T22:53:00.275Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1353 | 2024-12-03T22:53:00.284Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1354 | 2024-12-03T22:53:00.284Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher |
1355 | 2024-12-03T22:53:00.303Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_set_def |
1356 | 2024-12-03T22:53:00.326Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_unexpected_argument |
1357 | 2024-12-03T22:53:00.338Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_regex |
1358 | 2024-12-03T22:53:00.338Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_comma |
1359 | 2024-12-03T22:53:00.363Z | PASS [ 11.859s] integration-tests::integration test_run_from_archive_with_no_includes |
1360 | 2024-12-03T22:53:00.377Z | PASS [ 0.032s] nextest-filtering::match test_binary_query |
1361 | 2024-12-03T22:53:00.386Z | PASS [ 0.030s] nextest-filtering::match test_expr_binary |
1362 | 2024-12-03T22:53:00.408Z | PASS [ 0.027s] nextest-filtering::match test_expr_binary_id_glob |
1363 | 2024-12-03T22:53:00.422Z | PASS [ 0.032s] nextest-filtering::match test_expr_deps |
1364 | 2024-12-03T22:53:00.426Z | PASS [ 0.031s] nextest-filtering::match test_expr_kind |
1365 | 2024-12-03T22:53:00.438Z | PASS [ 0.025s] nextest-filtering::match test_expr_kind_partial |
1366 | 2024-12-03T22:53:00.471Z | PASS [ 0.025s] nextest-filtering::match test_expr_package_contains |
1367 | 2024-12-03T22:53:00.515Z | PASS [ 0.023s] nextest-filtering::match test_expr_package_regex |
1368 | 2024-12-03T22:53:00.515Z | PASS [ 0.039s] nextest-filtering::match test_expr_package_equal |
1369 | 2024-12-03T22:53:00.519Z | PASS [ 0.044s] nextest-filtering::match test_expr_platform |
1370 | 2024-12-03T22:53:00.535Z | PASS [ 0.018s] nextest-filtering::match test_expr_rdeps |
1371 | 2024-12-03T22:53:00.559Z | PASS [ 0.020s] nextest-filtering::match test_expr_test |
1372 | 2024-12-03T22:53:00.570Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_minus |
1373 | 2024-12-03T22:53:00.570Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not |
1374 | 2024-12-03T22:53:00.590Z | PASS [ 0.019s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1375 | 2024-12-03T22:53:00.605Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_intersect::with_and |
1376 | 2024-12-03T22:53:00.618Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_not |
1377 | 2024-12-03T22:53:00.632Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or |
1378 | 2024-12-03T22:53:00.638Z | PASS [ 0.028s] nextest-filtering::match test_expr_test_union::with_pipe |
1379 | 2024-12-03T22:53:00.647Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_plus |
1380 | 2024-12-03T22:53:00.669Z | PASS [ 0.019s] nextest-filtering::match test_expr_with_no_matching_packages |
1381 | 2024-12-03T22:53:00.685Z | PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1382 | 2024-12-03T22:53:00.685Z | PASS [ 0.031s] nextest-metadata test_list::tests::test_binary_id_ord |
1383 | 2024-12-03T22:53:00.706Z | PASS [ 0.018s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1384 | 2024-12-03T22:53:00.714Z | PASS [ 0.027s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1385 | 2024-12-03T22:53:00.744Z | PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1386 | 2024-12-03T22:53:00.744Z | PASS [ 0.386s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1387 | 2024-12-03T22:53:00.764Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1388 | 2024-12-03T22:53:00.764Z | PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1389 | 2024-12-03T22:53:00.764Z | PASS [ 0.039s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1390 | 2024-12-03T22:53:00.782Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1391 | 2024-12-03T22:53:00.896Z | PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1392 | 2024-12-03T22:53:00.896Z | PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1393 | 2024-12-03T22:53:00.896Z | PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1394 | 2024-12-03T22:53:00.898Z | PASS [ 0.044s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1395 | 2024-12-03T22:53:00.898Z | PASS [ 0.046s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1396 | 2024-12-03T22:53:01.203Z | PASS [ 5.503s] integration-tests::integration test_run_with_default_filter |
1397 | 2024-12-03T22:53:01.278Z | PASS [ 0.464s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1398 | 2024-12-03T22:53:01.285Z | PASS [ 0.461s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1399 | 2024-12-03T22:53:01.324Z | PASS [ 0.472s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1400 | 2024-12-03T22:53:01.630Z | PASS [ 0.415s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1401 | 2024-12-03T22:53:01.742Z | PASS [ 0.462s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1402 | 2024-12-03T22:53:01.775Z | PASS [ 0.469s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1403 | 2024-12-03T22:53:01.781Z | PASS [ 0.026s] nextest-runner config::config_impl::tests::default_config_is_valid |
1404 | 2024-12-03T22:53:01.950Z | PASS [ 0.618s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1405 | 2024-12-03T22:53:01.960Z | PASS [ 0.015s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1406 | 2024-12-03T22:53:01.977Z | PASS [ 0.017s] nextest-runner config::identifier::tests::test_invalid |
1407 | 2024-12-03T22:53:01.996Z | PASS [ 0.022s] nextest-runner config::identifier::tests::test_valid |
1408 | 2024-12-03T22:53:02.018Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_accumulate |
1409 | 2024-12-03T22:53:02.042Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1410 | 2024-12-03T22:53:02.090Z | PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1411 | 2024-12-03T22:53:02.092Z | PASS [ 0.430s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1412 | 2024-12-03T22:53:02.120Z | PASS [ 0.050s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1413 | 2024-12-03T22:53:02.124Z | PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1414 | 2024-12-03T22:53:02.131Z | PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1415 | 2024-12-03T22:53:02.134Z | PASS [ 0.396s] nextest-runner config::archive::tests::parse_valid |
1416 | 2024-12-03T22:53:02.208Z | PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1417 | 2024-12-03T22:53:02.211Z | PASS [ 0.366s] nextest-runner config::config_impl::tests::ignored_keys |
1418 | 2024-12-03T22:53:02.211Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1419 | 2024-12-03T22:53:02.211Z | PASS [ 0.049s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1420 | 2024-12-03T22:53:02.453Z | PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1421 | 2024-12-03T22:53:02.486Z | PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1422 | 2024-12-03T22:53:02.487Z | PASS [ 0.300s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1423 | 2024-12-03T22:53:02.491Z | PASS [ 0.306s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1424 | 2024-12-03T22:53:02.520Z | PASS [ 3.572s] integration-tests::integration test_target_arg |
1425 | 2024-12-03T22:53:02.724Z | PASS [ 0.265s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1426 | 2024-12-03T22:53:02.757Z | PASS [ 0.271s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1427 | 2024-12-03T22:53:02.777Z | PASS [ 0.271s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1428 | 2024-12-03T22:53:02.780Z | PASS [ 0.283s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1429 | 2024-12-03T22:53:02.799Z | PASS [ 0.277s] nextest-runner config::overrides::tests::test_overrides_basic |
1430 | 2024-12-03T22:53:02.970Z | PASS [ 0.255s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1431 | 2024-12-03T22:53:03.020Z | PASS [ 0.265s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1432 | 2024-12-03T22:53:03.031Z | PASS [ 0.255s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1433 | 2024-12-03T22:53:03.035Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1434 | 2024-12-03T22:53:03.069Z | PASS [ 0.268s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1435 | 2024-12-03T22:53:03.282Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1436 | 2024-12-03T22:53:03.311Z | PASS [ 0.275s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1437 | 2024-12-03T22:53:03.311Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1438 | 2024-12-03T22:53:03.316Z | PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1439 | 2024-12-03T22:53:03.353Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1440 | 2024-12-03T22:53:03.569Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1441 | 2024-12-03T22:53:03.605Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1442 | 2024-12-03T22:53:03.605Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1443 | 2024-12-03T22:53:03.610Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1444 | 2024-12-03T22:53:03.633Z | PASS [ 0.280s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1445 | 2024-12-03T22:53:03.850Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1446 | 2024-12-03T22:53:03.873Z | PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1447 | 2024-12-03T22:53:03.885Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1448 | 2024-12-03T22:53:03.885Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1449 | 2024-12-03T22:53:03.912Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1450 | 2024-12-03T22:53:04.122Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1451 | 2024-12-03T22:53:04.156Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1452 | 2024-12-03T22:53:04.160Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1453 | 2024-12-03T22:53:04.194Z | PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1454 | 2024-12-03T22:53:04.198Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1455 | 2024-12-03T22:53:04.333Z | PASS [ 5.262s] integration-tests::integration test_target_dir |
1456 | 2024-12-03T22:53:04.440Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1457 | 2024-12-03T22:53:04.440Z | PASS [ 0.274s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1458 | 2024-12-03T22:53:04.443Z | PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1459 | 2024-12-03T22:53:04.495Z | PASS [ 0.300s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1460 | 2024-12-03T22:53:04.507Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1461 | 2024-12-03T22:53:04.608Z | PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1462 | 2024-12-03T22:53:04.695Z | PASS [ 0.266s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1463 | 2024-12-03T22:53:04.701Z | PASS [ 0.267s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1464 | 2024-12-03T22:53:04.705Z | PASS [ 0.267s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1465 | 2024-12-03T22:53:04.748Z | PASS [ 0.241s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1466 | 2024-12-03T22:53:04.752Z | PASS [ 0.260s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1467 | 2024-12-03T22:53:04.888Z | PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1468 | 2024-12-03T22:53:04.977Z | PASS [ 0.278s] nextest-runner config::scripts::tests::test_scripts_basic |
1469 | 2024-12-03T22:53:04.994Z | PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1470 | 2024-12-03T22:53:04.998Z | PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1471 | 2024-12-03T22:53:05.021Z | PASS [ 6.577s] integration-tests::integration test_show_config_test_groups |
1472 | 2024-12-03T22:53:05.036Z | PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1473 | 2024-12-03T22:53:05.041Z | PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1474 | 2024-12-03T22:53:05.145Z | PASS [ 0.259s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1475 | 2024-12-03T22:53:05.237Z | PASS [ 0.237s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1476 | 2024-12-03T22:53:05.246Z | PASS [ 0.268s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1477 | 2024-12-03T22:53:05.246Z | PASS [ 0.247s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1478 | 2024-12-03T22:53:05.271Z | PASS [ 0.250s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1479 | 2024-12-03T22:53:05.289Z | PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1480 | 2024-12-03T22:53:05.293Z | PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1481 | 2024-12-03T22:53:05.397Z | PASS [ 0.252s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1482 | 2024-12-03T22:53:05.490Z | PASS [ 0.254s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1483 | 2024-12-03T22:53:05.499Z | PASS [ 0.253s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1484 | 2024-12-03T22:53:05.499Z | PASS [ 0.249s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1485 | 2024-12-03T22:53:05.521Z | PASS [ 0.250s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1486 | 2024-12-03T22:53:05.556Z | PASS [ 0.266s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1487 | 2024-12-03T22:53:05.564Z | PASS [ 0.267s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1488 | 2024-12-03T22:53:05.666Z | PASS [ 0.267s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1489 | 2024-12-03T22:53:05.766Z | PASS [ 0.274s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1490 | 2024-12-03T22:53:05.775Z | PASS [ 0.271s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1491 | 2024-12-03T22:53:05.775Z | PASS [ 0.275s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1492 | 2024-12-03T22:53:05.798Z | PASS [ 0.276s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1493 | 2024-12-03T22:53:05.829Z | PASS [ 0.268s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1494 | 2024-12-03T22:53:05.835Z | PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1495 | 2024-12-03T22:53:05.936Z | PASS [ 0.270s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1496 | 2024-12-03T22:53:06.042Z | PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1497 | 2024-12-03T22:53:06.051Z | PASS [ 0.272s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1498 | 2024-12-03T22:53:06.051Z | PASS [ 0.276s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1499 | 2024-12-03T22:53:06.057Z | PASS [ 0.017s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1500 | 2024-12-03T22:53:06.105Z | PASS [ 0.055s] nextest-runner errors::tests::display_error_chain |
1501 | 2024-12-03T22:53:06.116Z | PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1502 | 2024-12-03T22:53:06.116Z | PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1503 | 2024-12-03T22:53:06.118Z | PASS [ 0.273s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1504 | 2024-12-03T22:53:06.123Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_list |
1505 | 2024-12-03T22:53:06.126Z | PASS [ 0.016s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1506 | 2024-12-03T22:53:06.197Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1507 | 2024-12-03T22:53:06.197Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1508 | 2024-12-03T22:53:06.197Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1509 | 2024-12-03T22:53:06.200Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1510 | 2024-12-03T22:53:06.200Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1511 | 2024-12-03T22:53:06.200Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1512 | 2024-12-03T22:53:06.200Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1513 | 2024-12-03T22:53:06.200Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1514 | 2024-12-03T22:53:06.200Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1515 | 2024-12-03T22:53:06.201Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1516 | 2024-12-03T22:53:06.201Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1517 | 2024-12-03T22:53:06.201Z | PASS [ 0.019s] nextest-runner list::test_list::tests::test_parse_test_list |
1518 | 2024-12-03T22:53:06.201Z | PASS [ 0.015s] nextest-runner partition::tests::partitioner_builder_from_str |
1519 | 2024-12-03T22:53:06.201Z | PASS [ 0.016s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1520 | 2024-12-03T22:53:06.201Z | PASS [ 0.019s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1521 | 2024-12-03T22:53:06.201Z | PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1522 | 2024-12-03T22:53:06.201Z | PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1523 | 2024-12-03T22:53:06.201Z | PASS [ 0.019s] nextest-runner redact::tests::test_redact_path |
1524 | 2024-12-03T22:53:06.201Z | PASS [ 0.018s] nextest-runner reporter::displayer::tests::no_capture_settings |
1525 | 2024-12-03T22:53:06.212Z | PASS [ 0.278s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1526 | 2024-12-03T22:53:06.216Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1527 | 2024-12-03T22:53:06.220Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1528 | 2024-12-03T22:53:06.294Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1529 | 2024-12-03T22:53:06.294Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1530 | 2024-12-03T22:53:06.294Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1531 | 2024-12-03T22:53:06.297Z | PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1532 | 2024-12-03T22:53:06.297Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1533 | 2024-12-03T22:53:06.297Z | PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_final_warnings |
1534 | 2024-12-03T22:53:06.298Z | PASS [ 0.028s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1535 | 2024-12-03T22:53:06.298Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1536 | 2024-12-03T22:53:06.298Z | PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1537 | 2024-12-03T22:53:06.298Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1538 | 2024-12-03T22:53:06.298Z | PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1539 | 2024-12-03T22:53:06.298Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1540 | 2024-12-03T22:53:06.298Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1541 | 2024-12-03T22:53:06.298Z | PASS [ 0.014s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1542 | 2024-12-03T22:53:06.298Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end |
1543 | 2024-12-03T22:53:06.298Z | PASS [ 0.015s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1544 | 2024-12-03T22:53:06.307Z | PASS [ 0.057s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1545 | 2024-12-03T22:53:06.318Z | PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1546 | 2024-12-03T22:53:06.324Z | PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1547 | 2024-12-03T22:53:06.332Z | PASS [ 0.024s] nextest-runner runner::tests::no_capture_settings |
1548 | 2024-12-03T22:53:06.335Z | PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1549 | 2024-12-03T22:53:06.346Z | PASS [ 0.290s] nextest-runner config::tool_config::tests::tool_config_basic |
1550 | 2024-12-03T22:53:06.346Z | PASS [ 0.020s] nextest-runner runner::tests::test_is_success |
1551 | 2024-12-03T22:53:06.346Z | PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1552 | 2024-12-03T22:53:06.346Z | PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1553 | 2024-12-03T22:53:06.350Z | PASS [ 0.021s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1554 | 2024-12-03T22:53:06.372Z | PASS [ 0.013s] nextest-runner test_command::tests::parse_build_script |
1555 | 2024-12-03T22:53:06.372Z | PASS [ 0.014s] nextest-runner test_filter::tests::empty_pattern_examples |
1556 | 2024-12-03T22:53:06.375Z | PASS [ 0.025s] nextest-runner target_runner::tests::test_find_config |
1557 | 2024-12-03T22:53:06.375Z | PASS [ 0.018s] nextest-runner test_filter::tests::pattern_examples |
1558 | 2024-12-03T22:53:06.436Z | PASS [ 0.094s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1559 | 2024-12-03T22:53:06.456Z | PASS [ 0.022s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1560 | 2024-12-03T22:53:06.464Z | PASS [ 0.123s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1561 | 2024-12-03T22:53:06.495Z | PASS [ 0.139s] nextest-runner test_filter::tests::proptest_empty |
1562 | 2024-12-03T22:53:06.607Z | PASS [ 0.241s] nextest-runner test_filter::tests::proptest_no_match |
1563 | 2024-12-03T22:53:06.628Z | PASS [ 0.303s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1564 | 2024-12-03T22:53:06.680Z | PASS [ 0.186s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1565 | 2024-12-03T22:53:06.709Z | PASS [ 0.081s] nextest-runner::integration basic::test_list_binaries |
1566 | 2024-12-03T22:53:06.783Z | PASS [ 0.177s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1567 | 2024-12-03T22:53:06.885Z | PASS [ 0.203s] nextest-runner::integration basic::test_list_tests |
1568 | 2024-12-03T22:53:07.008Z | PASS [ 0.646s] nextest-runner test_filter::tests::proptest_exact |
1569 | 2024-12-03T22:53:07.029Z | PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1570 | 2024-12-03T22:53:07.227Z | PASS [ 0.858s] nextest-runner test_filter::tests::proptest_substring |
1571 | 2024-12-03T22:53:07.291Z | PASS [ 0.262s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1572 | 2024-12-03T22:53:07.305Z | PASS [ 0.298s] nextest-runner::integration basic::test_run_ignored |
1573 | 2024-12-03T22:53:07.310Z | PASS [ 0.019s] nextest-runner::integration target_runner::disregards_non_matching |
1574 | 2024-12-03T22:53:07.328Z | PASS [ 0.018s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1575 | 2024-12-03T22:53:07.351Z | PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1576 | 2024-12-03T22:53:07.563Z | PASS [ 0.258s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1577 | 2024-12-03T22:53:07.681Z | PASS [ 0.334s] nextest-runner::integration target_runner::parses_cargo_env |
1578 | 2024-12-03T22:53:07.940Z | PASS [ 0.376s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1579 | 2024-12-03T22:53:07.957Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_cargo_env |
1580 | 2024-12-03T22:53:07.972Z | PASS [ 0.015s] nextest-runner::integration target_triple::parses_custom_target_cli |
1581 | 2024-12-03T22:53:07.975Z | PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1582 | 2024-12-03T22:53:07.988Z | PASS [ 0.016s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1583 | 2024-12-03T22:53:07.991Z | PASS [ 0.016s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1584 | 2024-12-03T22:53:08.007Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_env |
1585 | 2024-12-03T22:53:08.020Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1586 | 2024-12-03T22:53:08.020Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option |
1587 | 2024-12-03T22:53:08.202Z | PASS [ 20.476s] integration-tests::integration test_run |
1588 | 2024-12-03T22:53:08.374Z | PASS [ 1.494s] nextest-runner::integration basic::test_run |
1589 | 2024-12-03T22:53:09.067Z | PASS [ 1.390s] nextest-runner::integration target_runner::test_run_with_target_runner |
1590 | 2024-12-03T22:53:09.528Z | PASS [ 2.306s] nextest-runner::integration basic::test_termination |
1591 | 2024-12-03T22:53:10.198Z | PASS [ 3.493s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1592 | 2024-12-03T22:53:10.437Z | PASS [ 3.658s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1593 | 2024-12-03T22:53:10.440Z | ------------ |
1594 | 2024-12-03T22:53:10.440Z | Summary [ 31.441s] 281 tests run: 281 passed, 0 skipped |
1595 | 2024-12-03T22:53:10.458Z | |
1596 | 2024-12-03T22:53:10.460Z | real 32.217647791 |
1597 | 2024-12-03T22:53:10.460Z | user 2:03.631212976 |
1598 | 2024-12-03T22:53:10.460Z | sys 1:29.328422901 |
1599 | 2024-12-03T22:53:10.460Z | trap 0.298286474 |
1600 | 2024-12-03T22:53:10.460Z | tflt 0.406673404 |
1601 | 2024-12-03T22:53:10.460Z | dflt 1.003173485 |
1602 | 2024-12-03T22:53:10.460Z | kflt 0.155090802 |
1603 | 2024-12-03T22:53:10.460Z | lock 25:46.278007464 |
1604 | 2024-12-03T22:53:10.460Z | slp 47:43.091708449 |
1605 | 2024-12-03T22:53:10.460Z | lat 12:32.640540243 |
1606 | 2024-12-03T22:53:10.460Z | stop 5:59.971973761 |
1607 | 2024-12-03T22:53:10.461Z | process exited: duration 281127 ms, exit code 0 |
|
1608 | 2024-12-03T22:53:10.466Z | found 0 output files |