|
|
|
1 | 2024-12-02T04:21:05.474Z | job assigned to worker 01JE2SJQT9PC5SRB5AJ0KH96AC [factory gimlet-EVT22200007-propolis, EVT22200007/19717] (queued for 25 s) |
|
2 | 2024-12-02T04:21:12.906Z | starting task 0: "setup" |
3 | 2024-12-02T04:21:12.930Z | ++ uname -s |
4 | 2024-12-02T04:21:12.930Z | + kern=SunOS |
5 | 2024-12-02T04:21:12.930Z | + case "$kern" in |
6 | 2024-12-02T04:21:12.930Z | + groupadd -g 12345 build |
7 | 2024-12-02T04:21:12.930Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T04:21:14.929Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T04:21:14.964Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T04:21:14.988Z | + home_fs=zfs |
11 | 2024-12-02T04:21:14.988Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T04:21:14.988Z | + mkdir -p /home/build |
13 | 2024-12-02T04:21:14.988Z | + chown build:build /home/build /work |
14 | 2024-12-02T04:21:16.973Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T04:21:16.997Z | process exited: duration 4072 ms, exit code 0 |
|
16 | 2024-12-02T04:21:17.044Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T04:21:17.068Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T04:21:17.068Z | * toolchain channel = "stable" |
19 | 2024-12-02T04:21:17.068Z | * toolchain profile = "default" |
20 | 2024-12-02T04:21:17.068Z | ' stable |
21 | 2024-12-02T04:21:17.068Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-02T04:21:17.068Z | ' default |
23 | 2024-12-02T04:21:17.068Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T04:21:17.068Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-02T04:21:17.192Z | info: downloading installer |
26 | 2024-12-02T04:21:17.591Z | info: profile set to 'default' |
27 | 2024-12-02T04:21:17.591Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T04:21:17.615Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-02T04:21:17.696Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-02T04:21:17.696Z | info: downloading component 'cargo' |
31 | 2024-12-02T04:21:18.091Z | info: downloading component 'clippy' |
32 | 2024-12-02T04:21:18.252Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T04:21:18.409Z | info: downloading component 'rust-std' |
34 | 2024-12-02T04:21:18.679Z | info: downloading component 'rustc' |
35 | 2024-12-02T04:21:20.697Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T04:21:20.832Z | info: installing component 'cargo' |
37 | 2024-12-02T04:21:21.956Z | info: installing component 'clippy' |
38 | 2024-12-02T04:21:22.431Z | info: installing component 'rust-docs' |
39 | 2024-12-02T04:21:25.271Z | info: installing component 'rust-std' |
40 | 2024-12-02T04:21:27.269Z | info: installing component 'rustc' |
41 | 2024-12-02T04:21:34.351Z | info: installing component 'rustfmt' |
42 | 2024-12-02T04:21:34.726Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-02T04:21:34.726Z | |
44 | 2024-12-02T04:21:34.874Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-02T04:21:34.874Z | |
46 | 2024-12-02T04:21:34.898Z | |
47 | 2024-12-02T04:21:34.898Z | Rust is installed now. Great! |
48 | 2024-12-02T04:21:34.898Z | |
49 | 2024-12-02T04:21:34.898Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T04:21:34.898Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T04:21:34.898Z | |
52 | 2024-12-02T04:21:34.898Z | To configure your current shell, you need to source |
53 | 2024-12-02T04:21:34.898Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T04:21:34.898Z | |
55 | 2024-12-02T04:21:34.898Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T04:21:34.899Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T04:21:34.899Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T04:21:34.961Z | + rustc --version |
59 | 2024-12-02T04:21:35.077Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-02T04:21:35.101Z | process exited: duration 18037 ms, exit code 0 |
|
61 | 2024-12-02T04:21:35.150Z | starting task 2: "authentication" |
62 | 2024-12-02T04:21:35.204Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-12-02T04:21:35.251Z | starting task 3: "clone repository" |
64 | 2024-12-02T04:21:35.275Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-02T04:21:35.275Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-02T04:21:35.298Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-02T04:21:36.998Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-02T04:21:36.998Z | + git fetch origin 23c90dcb2da7b4a3eb5f32dc5e5184024d739731 |
69 | 2024-12-02T04:21:37.341Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-02T04:21:37.341Z | * branch 23c90dcb2da7b4a3eb5f32dc5e5184024d739731 -> FETCH_HEAD |
71 | 2024-12-02T04:21:37.365Z | + [[ -n '' ]] |
72 | 2024-12-02T04:21:37.365Z | + git reset --hard 23c90dcb2da7b4a3eb5f32dc5e5184024d739731 |
73 | 2024-12-02T04:21:37.438Z | HEAD is now at 23c90dcb chore(deps): update taiki-e/install-action digest to ec9269c |
74 | 2024-12-02T04:21:37.461Z | process exited: duration 2188 ms, exit code 0 |
|
75 | 2024-12-02T04:21:37.509Z | starting task 4: "build" |
76 | 2024-12-02T04:21:37.533Z | + PLATFORM=illumos |
77 | 2024-12-02T04:21:37.533Z | + export CARGO_TERM_COLOR=always |
78 | 2024-12-02T04:21:37.533Z | + CARGO_TERM_COLOR=always |
79 | 2024-12-02T04:21:37.533Z | + cargo --version |
80 | 2024-12-02T04:21:37.627Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
81 | 2024-12-02T04:21:37.650Z | + rustc --version |
82 | 2024-12-02T04:21:37.733Z | rustc 1.83.0 (90b35a623 2024-11-26) |
83 | 2024-12-02T04:21:37.757Z | + banner install |
84 | 2024-12-02T04:21:37.757Z | |
85 | 2024-12-02T04:21:37.757Z | # # # #### ##### ## # # |
86 | 2024-12-02T04:21:37.757Z | # ## # # # # # # # |
87 | 2024-12-02T04:21:37.757Z | # # # # #### # # # # # |
88 | 2024-12-02T04:21:37.757Z | # # # # # # ###### # # |
89 | 2024-12-02T04:21:37.757Z | # # ## # # # # # # # |
90 | 2024-12-02T04:21:37.757Z | # # # #### # # # ###### ###### |
91 | 2024-12-02T04:21:37.757Z | |
92 | 2024-12-02T04:21:37.757Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-12-02T04:21:37.757Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-12-02T04:21:37.757Z | + gunzip |
95 | 2024-12-02T04:21:37.757Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-12-02T04:21:38.755Z | + banner metadata |
97 | 2024-12-02T04:21:38.781Z | |
98 | 2024-12-02T04:21:38.782Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-12-02T04:21:38.782Z | ## ## # # # # # # # # # # # |
100 | 2024-12-02T04:21:38.782Z | # ## # ##### # # # # # # # # # # |
101 | 2024-12-02T04:21:38.782Z | # # # # ###### # # ###### # ###### |
102 | 2024-12-02T04:21:38.782Z | # # # # # # # # # # # # # |
103 | 2024-12-02T04:21:38.782Z | # # ###### # # # ##### # # # # # |
104 | 2024-12-02T04:21:38.782Z | |
105 | 2024-12-02T04:21:38.782Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-12-02T04:21:39.005Z | Updating crates.io index |
107 | 2024-12-02T04:21:40.318Z | Downloading crates ... |
108 | 2024-12-02T04:21:40.554Z | Downloaded lazy_static v1.5.0 |
109 | 2024-12-02T04:21:40.578Z | Downloaded camino v1.1.9 |
110 | 2024-12-02T04:21:40.578Z | Downloaded ppv-lite86 v0.2.20 |
111 | 2024-12-02T04:21:40.578Z | Downloaded autocfg v1.4.0 |
112 | 2024-12-02T04:21:40.578Z | Downloaded pin-project-lite v0.2.15 |
113 | 2024-12-02T04:21:40.578Z | Downloaded ryu v1.0.18 |
114 | 2024-12-02T04:21:40.602Z | Downloaded num-traits v0.2.19 |
115 | 2024-12-02T04:21:40.602Z | Downloaded miette-derive v7.4.0 |
116 | 2024-12-02T04:21:40.602Z | Downloaded clap v4.5.21 |
117 | 2024-12-02T04:21:40.602Z | Downloaded unicode-ident v1.0.14 |
118 | 2024-12-02T04:21:40.602Z | Downloaded colorchoice v1.0.3 |
119 | 2024-12-02T04:21:40.634Z | Downloaded strsim v0.11.1 |
120 | 2024-12-02T04:21:40.634Z | Downloaded supports-unicode v3.0.0 |
121 | 2024-12-02T04:21:40.635Z | Downloaded shlex v1.3.0 |
122 | 2024-12-02T04:21:40.635Z | Downloaded xxhash-rust v0.8.12 |
123 | 2024-12-02T04:21:40.635Z | Downloaded utf8parse v0.2.2 |
124 | 2024-12-02T04:21:40.635Z | Downloaded supports-color v3.0.2 |
125 | 2024-12-02T04:21:40.635Z | Downloaded rand_core v0.6.4 |
126 | 2024-12-02T04:21:40.635Z | Downloaded is_ci v1.2.0 |
127 | 2024-12-02T04:21:40.635Z | Downloaded errno v0.3.9 |
128 | 2024-12-02T04:21:40.635Z | Downloaded target-lexicon v0.12.16 |
129 | 2024-12-02T04:21:40.635Z | Downloaded supports-hyperlinks v3.0.0 |
130 | 2024-12-02T04:21:40.635Z | Downloaded socket2 v0.5.7 |
131 | 2024-12-02T04:21:40.635Z | Downloaded quote v1.0.37 |
132 | 2024-12-02T04:21:40.635Z | Downloaded either v1.13.0 |
133 | 2024-12-02T04:21:40.635Z | Downloaded signal-hook-registry v1.4.2 |
134 | 2024-12-02T04:21:40.635Z | Downloaded sharded-slab v0.1.7 |
135 | 2024-12-02T04:21:40.658Z | Downloaded zerocopy-derive v0.7.35 |
136 | 2024-12-02T04:21:40.658Z | Downloaded tracing-core v0.1.33 |
137 | 2024-12-02T04:21:40.658Z | Downloaded rand v0.8.5 |
138 | 2024-12-02T04:21:40.658Z | Downloaded borsh v1.5.1 |
139 | 2024-12-02T04:21:40.682Z | Downloaded mio v1.0.2 |
140 | 2024-12-02T04:21:40.682Z | Downloaded zerocopy v0.7.35 |
141 | 2024-12-02T04:21:40.709Z | Downloaded serde_json v1.0.133 |
142 | 2024-12-02T04:21:40.709Z | Downloaded indexmap v2.7.0 |
143 | 2024-12-02T04:21:40.709Z | Downloaded tracing-subscriber v0.3.19 |
144 | 2024-12-02T04:21:40.709Z | Downloaded hashbrown v0.15.1 |
145 | 2024-12-02T04:21:40.732Z | Downloaded bitflags v2.6.0 |
146 | 2024-12-02T04:21:40.732Z | Downloaded anstyle-query v1.1.2 |
147 | 2024-12-02T04:21:40.732Z | Downloaded gimli v0.28.1 |
148 | 2024-12-02T04:21:40.732Z | Downloaded unicode-width v0.2.0 |
149 | 2024-12-02T04:21:40.756Z | Downloaded object v0.32.2 |
150 | 2024-12-02T04:21:40.756Z | Downloaded unicode-width v0.1.14 |
151 | 2024-12-02T04:21:40.756Z | Downloaded syn v2.0.89 |
152 | 2024-12-02T04:21:40.779Z | Downloaded rustix v0.38.37 |
153 | 2024-12-02T04:21:40.803Z | Downloaded textwrap v0.16.1 |
154 | 2024-12-02T04:21:40.803Z | Downloaded serde v1.0.215 |
155 | 2024-12-02T04:21:40.803Z | Downloaded libc v0.2.167 |
156 | 2024-12-02T04:21:40.827Z | Downloaded clap_derive v4.5.18 |
157 | 2024-12-02T04:21:40.850Z | Downloaded cc v1.1.31 |
158 | 2024-12-02T04:21:40.851Z | Downloaded bytes v1.9.0 |
159 | 2024-12-02T04:21:40.851Z | Downloaded owo-colors v4.1.0 |
160 | 2024-12-02T04:21:40.851Z | Downloaded once_cell v1.20.2 |
161 | 2024-12-02T04:21:40.851Z | Downloaded byteorder v1.5.0 |
162 | 2024-12-02T04:21:40.851Z | Downloaded tracing-log v0.2.0 |
163 | 2024-12-02T04:21:40.851Z | Downloaded tracing v0.1.41 |
164 | 2024-12-02T04:21:40.851Z | Downloaded anstyle v1.0.9 |
165 | 2024-12-02T04:21:40.851Z | Downloaded unicode-linebreak v0.1.5 |
166 | 2024-12-02T04:21:40.875Z | Downloaded thiserror-impl v1.0.69 |
167 | 2024-12-02T04:21:40.875Z | Downloaded terminal_size v0.4.0 |
168 | 2024-12-02T04:21:40.875Z | Downloaded target-spec v3.2.2 |
169 | 2024-12-02T04:21:40.875Z | Downloaded rand_chacha v0.3.1 |
170 | 2024-12-02T04:21:40.875Z | Downloaded guppy-workspace-hack v0.1.0 |
171 | 2024-12-02T04:21:40.875Z | Downloaded serde_derive v1.0.215 |
172 | 2024-12-02T04:21:40.875Z | Downloaded cfg_aliases v0.2.1 |
173 | 2024-12-02T04:21:40.875Z | Downloaded clap_lex v0.7.2 |
174 | 2024-12-02T04:21:40.875Z | Downloaded backtrace-ext v0.2.1 |
175 | 2024-12-02T04:21:40.875Z | Downloaded tokio v1.41.1 |
176 | 2024-12-02T04:21:40.906Z | Downloaded addr2line v0.21.0 |
177 | 2024-12-02T04:21:40.929Z | Downloaded unicase v2.8.0 |
178 | 2024-12-02T04:21:40.929Z | Downloaded tokio-macros v2.4.0 |
179 | 2024-12-02T04:21:40.929Z | Downloaded thread_local v1.1.8 |
180 | 2024-12-02T04:21:40.929Z | Downloaded thiserror v1.0.69 |
181 | 2024-12-02T04:21:40.929Z | Downloaded smol_str v0.3.2 |
182 | 2024-12-02T04:21:40.929Z | Downloaded smallvec v1.13.2 |
183 | 2024-12-02T04:21:40.929Z | Downloaded rustc-demangle v0.1.24 |
184 | 2024-12-02T04:21:40.929Z | Downloaded proc-macro2 v1.0.92 |
185 | 2024-12-02T04:21:40.929Z | Downloaded memchr v2.7.4 |
186 | 2024-12-02T04:21:40.953Z | Downloaded is_terminal_polyfill v1.70.1 |
187 | 2024-12-02T04:21:40.953Z | Downloaded equivalent v1.0.1 |
188 | 2024-12-02T04:21:40.953Z | Downloaded backtrace v0.3.71 |
189 | 2024-12-02T04:21:40.953Z | Downloaded anstyle-parse v0.2.6 |
190 | 2024-12-02T04:21:40.953Z | Downloaded anstream v0.6.17 |
191 | 2024-12-02T04:21:40.953Z | Downloaded libm v0.2.8 |
192 | 2024-12-02T04:21:40.953Z | Downloaded itoa v1.0.13 |
193 | 2024-12-02T04:21:40.953Z | Downloaded console v0.15.8 |
194 | 2024-12-02T04:21:40.976Z | Downloaded clap_builder v4.5.21 |
195 | 2024-12-02T04:21:40.976Z | Downloaded cfg-expr v0.17.1 |
196 | 2024-12-02T04:21:40.976Z | Downloaded miniz_oxide v0.7.4 |
197 | 2024-12-02T04:21:40.976Z | Downloaded miette v7.4.0 |
198 | 2024-12-02T04:21:40.976Z | Downloaded heck v0.5.0 |
199 | 2024-12-02T04:21:40.976Z | Downloaded getrandom v0.2.15 |
200 | 2024-12-02T04:21:40.999Z | Downloaded cfg-if v1.0.0 |
201 | 2024-12-02T04:21:40.999Z | Downloaded log v0.4.22 |
202 | 2024-12-02T04:21:40.999Z | Downloaded adler v1.0.2 |
203 | 2024-12-02T04:21:40.999Z | Downloaded jobserver v0.1.32 |
204 | 2024-12-02T04:21:41.074Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-12-02T04:21:41.074Z | Compiling unicode-ident v1.0.14 |
206 | 2024-12-02T04:21:41.074Z | Compiling libc v0.2.167 |
207 | 2024-12-02T04:21:41.098Z | Compiling cfg-if v1.0.0 |
208 | 2024-12-02T04:21:41.098Z | Compiling serde v1.0.215 |
209 | 2024-12-02T04:21:41.098Z | Compiling shlex v1.3.0 |
210 | 2024-12-02T04:21:41.098Z | Compiling memchr v2.7.4 |
211 | 2024-12-02T04:21:41.225Z | Compiling rustix v0.38.37 |
212 | 2024-12-02T04:21:41.275Z | Compiling once_cell v1.20.2 |
213 | 2024-12-02T04:21:41.441Z | Compiling bitflags v2.6.0 |
214 | 2024-12-02T04:21:41.608Z | Compiling tracing-core v0.1.33 |
215 | 2024-12-02T04:21:41.685Z | Compiling camino v1.1.9 |
216 | 2024-12-02T04:21:41.746Z | Compiling byteorder v1.5.0 |
217 | 2024-12-02T04:21:41.873Z | Compiling utf8parse v0.2.2 |
218 | 2024-12-02T04:21:42.026Z | Compiling adler v1.0.2 |
219 | 2024-12-02T04:21:42.050Z | Compiling gimli v0.28.1 |
220 | 2024-12-02T04:21:42.200Z | Compiling jobserver v0.1.32 |
221 | 2024-12-02T04:21:42.223Z | Compiling miniz_oxide v0.7.4 |
222 | 2024-12-02T04:21:42.223Z | Compiling anstyle-parse v0.2.6 |
223 | 2024-12-02T04:21:42.472Z | Compiling object v0.32.2 |
224 | 2024-12-02T04:21:42.496Z | Compiling cc v1.1.31 |
225 | 2024-12-02T04:21:42.694Z | Compiling quote v1.0.37 |
226 | 2024-12-02T04:21:42.756Z | Compiling errno v0.3.9 |
227 | 2024-12-02T04:21:42.779Z | Compiling getrandom v0.2.15 |
228 | 2024-12-02T04:21:42.835Z | Compiling thiserror v1.0.69 |
229 | 2024-12-02T04:21:42.997Z | Compiling syn v2.0.89 |
230 | 2024-12-02T04:21:43.021Z | Compiling anstyle-query v1.1.2 |
231 | 2024-12-02T04:21:43.136Z | Compiling libm v0.2.8 |
232 | 2024-12-02T04:21:43.162Z | Compiling target-lexicon v0.12.16 |
233 | 2024-12-02T04:21:43.273Z | Compiling rustc-demangle v0.1.24 |
234 | 2024-12-02T04:21:43.437Z | Compiling colorchoice v1.0.3 |
235 | 2024-12-02T04:21:43.567Z | Compiling is_terminal_polyfill v1.70.1 |
236 | 2024-12-02T04:21:43.682Z | Compiling unicode-width v0.1.14 |
237 | 2024-12-02T04:21:43.875Z | Compiling terminal_size v0.4.0 |
238 | 2024-12-02T04:21:44.054Z | Compiling autocfg v1.4.0 |
239 | 2024-12-02T04:21:44.077Z | Compiling lazy_static v1.5.0 |
240 | 2024-12-02T04:21:44.113Z | Compiling anstyle v1.0.9 |
241 | 2024-12-02T04:21:44.200Z | Compiling serde_json v1.0.133 |
242 | 2024-12-02T04:21:44.255Z | Compiling owo-colors v4.1.0 |
243 | 2024-12-02T04:21:44.579Z | Compiling anstream v0.6.17 |
244 | 2024-12-02T04:21:44.675Z | Compiling rand_core v0.6.4 |
245 | 2024-12-02T04:21:44.802Z | Compiling num-traits v0.2.19 |
246 | 2024-12-02T04:21:44.912Z | Compiling unicode-width v0.2.0 |
247 | 2024-12-02T04:21:44.978Z | Compiling backtrace v0.3.71 |
248 | 2024-12-02T04:21:45.058Z | Compiling pin-project-lite v0.2.15 |
249 | 2024-12-02T04:21:45.197Z | Compiling addr2line v0.21.0 |
250 | 2024-12-02T04:21:45.220Z | Compiling heck v0.5.0 |
251 | 2024-12-02T04:21:45.252Z | Compiling unicase v2.8.0 |
252 | 2024-12-02T04:21:45.451Z | Compiling strsim v0.11.1 |
253 | 2024-12-02T04:21:45.575Z | Compiling itoa v1.0.13 |
254 | 2024-12-02T04:21:45.599Z | Compiling guppy-workspace-hack v0.1.0 |
255 | 2024-12-02T04:21:45.689Z | Compiling is_ci v1.2.0 |
256 | 2024-12-02T04:21:45.774Z | Compiling clap_lex v0.7.2 |
257 | 2024-12-02T04:21:45.797Z | Compiling ryu v1.0.18 |
258 | 2024-12-02T04:21:45.890Z | Compiling unicode-linebreak v0.1.5 |
259 | 2024-12-02T04:21:45.914Z | Compiling log v0.4.22 |
260 | 2024-12-02T04:21:46.085Z | Compiling clap_builder v4.5.21 |
261 | 2024-12-02T04:21:46.142Z | Compiling tracing-log v0.2.0 |
262 | 2024-12-02T04:21:46.192Z | Compiling textwrap v0.16.1 |
263 | 2024-12-02T04:21:46.236Z | Compiling supports-color v3.0.2 |
264 | 2024-12-02T04:21:46.260Z | Compiling tracing v0.1.41 |
265 | 2024-12-02T04:21:46.594Z | Compiling sharded-slab v0.1.7 |
266 | 2024-12-02T04:21:47.014Z | Compiling signal-hook-registry v1.4.2 |
267 | 2024-12-02T04:21:47.038Z | Compiling mio v1.0.2 |
268 | 2024-12-02T04:21:47.532Z | Compiling thread_local v1.1.8 |
269 | 2024-12-02T04:21:47.656Z | Compiling hashbrown v0.15.1 |
270 | 2024-12-02T04:21:47.870Z | Compiling bytes v1.9.0 |
271 | 2024-12-02T04:21:47.930Z | Compiling supports-hyperlinks v3.0.0 |
272 | 2024-12-02T04:21:47.954Z | Compiling equivalent v1.0.1 |
273 | 2024-12-02T04:21:47.977Z | Compiling smallvec v1.13.2 |
274 | 2024-12-02T04:21:48.041Z | Compiling backtrace-ext v0.2.1 |
275 | 2024-12-02T04:21:48.139Z | Compiling supports-unicode v3.0.0 |
276 | 2024-12-02T04:21:48.289Z | Compiling target-spec v3.2.2 |
277 | 2024-12-02T04:21:48.313Z | Compiling cfg-expr v0.17.1 |
278 | 2024-12-02T04:21:48.347Z | Compiling tracing-subscriber v0.3.19 |
279 | 2024-12-02T04:21:48.777Z | Compiling console v0.15.8 |
280 | 2024-12-02T04:21:48.825Z | Compiling either v1.13.0 |
281 | 2024-12-02T04:21:49.183Z | Compiling xxhash-rust v0.8.12 |
282 | 2024-12-02T04:21:50.325Z | Compiling serde_derive v1.0.215 |
283 | 2024-12-02T04:21:50.382Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-12-02T04:21:50.534Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-12-02T04:21:50.558Z | Compiling clap_derive v4.5.18 |
286 | 2024-12-02T04:21:51.153Z | Compiling tokio-macros v2.4.0 |
287 | 2024-12-02T04:21:51.770Z | Compiling zerocopy v0.7.35 |
288 | 2024-12-02T04:21:52.293Z | Compiling miette-derive v7.4.0 |
289 | 2024-12-02T04:21:52.693Z | Compiling ppv-lite86 v0.2.20 |
290 | 2024-12-02T04:21:52.717Z | Compiling tokio v1.41.1 |
291 | 2024-12-02T04:21:53.273Z | Compiling rand_chacha v0.3.1 |
292 | 2024-12-02T04:21:53.564Z | Compiling clap v4.5.21 |
293 | 2024-12-02T04:21:53.643Z | Compiling rand v0.8.5 |
294 | 2024-12-02T04:21:54.267Z | Compiling miette v7.4.0 |
295 | 2024-12-02T04:21:58.807Z | Compiling indexmap v2.7.0 |
296 | 2024-12-02T04:21:58.830Z | Compiling smol_str v0.3.2 |
297 | 2024-12-02T04:21:59.437Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-12-02T04:22:00.701Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-12-02T04:22:02.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.80s |
300 | 2024-12-02T04:22:02.815Z | |
301 | 2024-12-02T04:22:02.839Z | real 24.021085867 |
302 | 2024-12-02T04:22:02.839Z | user 1:54.031412221 |
303 | 2024-12-02T04:22:02.839Z | sys 18.285023591 |
304 | 2024-12-02T04:22:02.839Z | trap 0.063298501 |
305 | 2024-12-02T04:22:02.839Z | tflt 0.138398081 |
306 | 2024-12-02T04:22:02.839Z | dflt 0.231503633 |
307 | 2024-12-02T04:22:02.839Z | kflt 0.000758824 |
308 | 2024-12-02T04:22:02.839Z | lock 2:35.326642821 |
309 | 2024-12-02T04:22:02.839Z | slp 6:15.809707586 |
310 | 2024-12-02T04:22:02.839Z | lat 8.820162491 |
311 | 2024-12-02T04:22:02.839Z | stop 16.964078964 |
312 | 2024-12-02T04:22:02.839Z | + banner no-update |
313 | 2024-12-02T04:22:02.839Z | |
314 | 2024-12-02T04:22:02.839Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-12-02T04:22:02.839Z | ## # # # # # # # # # # # # # |
316 | 2024-12-02T04:22:02.839Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-12-02T04:22:02.839Z | # # # # # # # ##### # # ###### # # |
318 | 2024-12-02T04:22:02.839Z | # ## # # # # # # # # # # # |
319 | 2024-12-02T04:22:02.839Z | # # #### #### # ##### # # # ###### |
320 | 2024-12-02T04:22:02.839Z | |
321 | 2024-12-02T04:22:02.839Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-12-02T04:22:02.999Z | Downloading crates ... |
323 | 2024-12-02T04:22:03.131Z | Downloaded ahash v0.8.11 |
324 | 2024-12-02T04:22:03.156Z | Downloaded enable-ansi-support v0.2.1 |
325 | 2024-12-02T04:22:03.156Z | Downloaded duct v0.13.7 |
326 | 2024-12-02T04:22:03.156Z | Downloaded minimal-lexical v0.2.1 |
327 | 2024-12-02T04:22:03.157Z | Downloaded strip-ansi-escapes v0.2.0 |
328 | 2024-12-02T04:22:03.157Z | Downloaded nested v0.1.1 |
329 | 2024-12-02T04:22:03.181Z | Downloaded pin-project-internal v1.1.7 |
330 | 2024-12-02T04:22:03.181Z | Downloaded vte v0.11.1 |
331 | 2024-12-02T04:22:03.181Z | Downloaded pathdiff v0.2.3 |
332 | 2024-12-02T04:22:03.181Z | Downloaded serde_spanned v0.6.8 |
333 | 2024-12-02T04:22:03.181Z | Downloaded version_check v0.9.5 |
334 | 2024-12-02T04:22:03.181Z | Downloaded toml_edit v0.22.22 |
335 | 2024-12-02T04:22:03.205Z | Downloaded zstd v0.13.2 |
336 | 2024-12-02T04:22:03.205Z | Downloaded zstd-safe v7.2.1 |
337 | 2024-12-02T04:22:03.205Z | Downloaded thiserror v2.0.3 |
338 | 2024-12-02T04:22:03.229Z | Downloaded uuid v1.11.0 |
339 | 2024-12-02T04:22:03.229Z | Downloaded toml v0.8.19 |
340 | 2024-12-02T04:22:03.229Z | Downloaded ron v0.8.1 |
341 | 2024-12-02T04:22:03.229Z | Downloaded quick-xml v0.37.1 |
342 | 2024-12-02T04:22:03.253Z | Downloaded futures v0.3.31 |
343 | 2024-12-02T04:22:03.253Z | Downloaded winnow v0.6.20 |
344 | 2024-12-02T04:22:03.253Z | Downloaded unicode-normalization v0.1.24 |
345 | 2024-12-02T04:22:03.253Z | Downloaded pin-project v1.1.7 |
346 | 2024-12-02T04:22:03.277Z | Downloaded tar v0.4.43 |
347 | 2024-12-02T04:22:03.277Z | Downloaded nom v7.1.3 |
348 | 2024-12-02T04:22:03.277Z | Downloaded semver v1.0.23 |
349 | 2024-12-02T04:22:03.301Z | Downloaded zeroize v1.8.1 |
350 | 2024-12-02T04:22:03.301Z | Downloaded regex v1.11.1 |
351 | 2024-12-02T04:22:03.301Z | Downloaded petgraph v0.6.5 |
352 | 2024-12-02T04:22:03.324Z | Downloaded xattr v1.3.1 |
353 | 2024-12-02T04:22:03.324Z | Downloaded tracing-attributes v0.1.28 |
354 | 2024-12-02T04:22:03.324Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-12-02T04:22:03.325Z | Downloaded tinyvec v1.8.0 |
356 | 2024-12-02T04:22:03.325Z | Downloaded shared_child v1.0.1 |
357 | 2024-12-02T04:22:03.325Z | Downloaded regex-syntax v0.8.5 |
358 | 2024-12-02T04:22:03.348Z | Downloaded serde_path_to_error v0.1.16 |
359 | 2024-12-02T04:22:03.348Z | Downloaded serde_ignored v0.1.10 |
360 | 2024-12-02T04:22:03.348Z | Downloaded quick-junit v0.5.1 |
361 | 2024-12-02T04:22:03.348Z | Downloaded regex-automata v0.4.8 |
362 | 2024-12-02T04:22:03.371Z | Downloaded color-eyre v0.6.3 |
363 | 2024-12-02T04:22:03.371Z | Downloaded owo-colors v3.5.0 |
364 | 2024-12-02T04:22:03.371Z | Downloaded futures-io v0.3.31 |
365 | 2024-12-02T04:22:03.371Z | Downloaded fnv v1.0.7 |
366 | 2024-12-02T04:22:03.371Z | Downloaded vte_generate_state_changes v0.1.2 |
367 | 2024-12-02T04:22:03.371Z | Downloaded thiserror-impl v2.0.3 |
368 | 2024-12-02T04:22:03.395Z | Downloaded tempfile v3.13.0 |
369 | 2024-12-02T04:22:03.395Z | Downloaded target-spec-miette v0.4.0 |
370 | 2024-12-02T04:22:03.395Z | Downloaded swrite v0.1.0 |
371 | 2024-12-02T04:22:03.395Z | Downloaded indicatif v0.17.9 |
372 | 2024-12-02T04:22:03.395Z | Downloaded bstr v1.11.0 |
373 | 2024-12-02T04:22:03.395Z | Downloaded fastrand v2.1.1 |
374 | 2024-12-02T04:22:03.395Z | Downloaded eyre v0.6.12 |
375 | 2024-12-02T04:22:03.419Z | Downloaded tinyvec_macros v0.1.1 |
376 | 2024-12-02T04:22:03.419Z | Downloaded static_assertions v1.1.0 |
377 | 2024-12-02T04:22:03.419Z | Downloaded portable-atomic v1.9.0 |
378 | 2024-12-02T04:22:03.419Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
379 | 2024-12-02T04:22:03.443Z | Downloaded itertools v0.13.0 |
380 | 2024-12-02T04:22:03.443Z | Downloaded future-queue v0.3.0 |
381 | 2024-12-02T04:22:03.443Z | Downloaded indent_write v2.2.0 |
382 | 2024-12-02T04:22:03.443Z | Downloaded humantime-serde v1.1.1 |
383 | 2024-12-02T04:22:03.443Z | Downloaded globset v0.4.15 |
384 | 2024-12-02T04:22:03.443Z | Downloaded filetime v0.2.25 |
385 | 2024-12-02T04:22:03.443Z | Downloaded tracing-error v0.2.0 |
386 | 2024-12-02T04:22:03.443Z | Downloaded tokio-stream v0.1.16 |
387 | 2024-12-02T04:22:03.466Z | Downloaded nix v0.29.0 |
388 | 2024-12-02T04:22:03.466Z | Downloaded os_pipe v1.2.1 |
389 | 2024-12-02T04:22:03.467Z | Downloaded newtype-uuid v1.1.3 |
390 | 2024-12-02T04:22:03.467Z | Downloaded guppy v0.17.8 |
391 | 2024-12-02T04:22:03.490Z | Downloaded futures-util v0.3.31 |
392 | 2024-12-02T04:22:03.490Z | Downloaded futures-macro v0.3.31 |
393 | 2024-12-02T04:22:03.490Z | Downloaded indenter v0.3.3 |
394 | 2024-12-02T04:22:03.490Z | Downloaded iana-time-zone v0.1.61 |
395 | 2024-12-02T04:22:03.490Z | Downloaded futures-executor v0.3.31 |
396 | 2024-12-02T04:22:03.490Z | Downloaded futures-core v0.3.31 |
397 | 2024-12-02T04:22:03.490Z | Downloaded futures-channel v0.3.31 |
398 | 2024-12-02T04:22:03.514Z | Downloaded fixedbitset v0.4.2 |
399 | 2024-12-02T04:22:03.514Z | Downloaded dialoguer v0.11.0 |
400 | 2024-12-02T04:22:03.514Z | Downloaded chrono v0.4.38 |
401 | 2024-12-02T04:22:03.514Z | Downloaded cargo-platform v0.1.8 |
402 | 2024-12-02T04:22:03.514Z | Downloaded camino-tempfile v1.1.1 |
403 | 2024-12-02T04:22:03.514Z | Downloaded slab v0.4.9 |
404 | 2024-12-02T04:22:03.514Z | Downloaded shell-words v1.1.0 |
405 | 2024-12-02T04:22:03.514Z | Downloaded pkg-config v0.3.31 |
406 | 2024-12-02T04:22:03.514Z | Downloaded pin-utils v0.1.0 |
407 | 2024-12-02T04:22:03.514Z | Downloaded number_prefix v0.4.0 |
408 | 2024-12-02T04:22:03.514Z | Downloaded humantime v2.1.0 |
409 | 2024-12-02T04:22:03.514Z | Downloaded recursion v0.5.2 |
410 | 2024-12-02T04:22:03.538Z | Downloaded futures-task v0.3.31 |
411 | 2024-12-02T04:22:03.538Z | Downloaded futures-sink v0.3.31 |
412 | 2024-12-02T04:22:03.538Z | Downloaded debug-ignore v1.0.5 |
413 | 2024-12-02T04:22:03.538Z | Downloaded color-spantrace v0.2.1 |
414 | 2024-12-02T04:22:03.538Z | Downloaded cargo_metadata v0.18.1 |
415 | 2024-12-02T04:22:03.538Z | Downloaded base64 v0.21.7 |
416 | 2024-12-02T04:22:03.538Z | Downloaded home v0.5.9 |
417 | 2024-12-02T04:22:03.538Z | Downloaded config v0.14.1 |
418 | 2024-12-02T04:22:03.561Z | Downloaded aho-corasick v1.1.3 |
419 | 2024-12-02T04:22:03.562Z | Downloaded async-scoped v0.9.0 |
420 | 2024-12-02T04:22:03.562Z | Downloaded atomicwrites v0.4.4 |
421 | 2024-12-02T04:22:03.587Z | Compiling rustix v0.38.37 |
422 | 2024-12-02T04:22:03.610Z | Compiling tracing-attributes v0.1.28 |
423 | 2024-12-02T04:22:03.610Z | Compiling slab v0.4.9 |
424 | 2024-12-02T04:22:03.610Z | Compiling futures-core v0.3.31 |
425 | 2024-12-02T04:22:03.634Z | Compiling futures-sink v0.3.31 |
426 | 2024-12-02T04:22:03.634Z | Compiling pkg-config v0.3.31 |
427 | 2024-12-02T04:22:03.658Z | Compiling futures-macro v0.3.31 |
428 | 2024-12-02T04:22:03.658Z | Compiling futures-io v0.3.31 |
429 | 2024-12-02T04:22:03.737Z | Compiling version_check v0.9.5 |
430 | 2024-12-02T04:22:03.851Z | Compiling futures-channel v0.3.31 |
431 | 2024-12-02T04:22:03.878Z | Compiling futures-task v0.3.31 |
432 | 2024-12-02T04:22:04.100Z | Compiling semver v1.0.23 |
433 | 2024-12-02T04:22:04.229Z | Compiling pin-utils v0.1.0 |
434 | 2024-12-02T04:22:04.277Z | Compiling ahash v0.8.11 |
435 | 2024-12-02T04:22:04.301Z | Compiling aho-corasick v1.1.3 |
436 | 2024-12-02T04:22:04.324Z | Compiling fastrand v2.1.1 |
437 | 2024-12-02T04:22:04.567Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
438 | 2024-12-02T04:22:04.593Z | Compiling regex-syntax v0.8.5 |
439 | 2024-12-02T04:22:04.630Z | Compiling thiserror v2.0.3 |
440 | 2024-12-02T04:22:04.747Z | Compiling winnow v0.6.20 |
441 | 2024-12-02T04:22:05.063Z | Compiling futures-util v0.3.31 |
442 | 2024-12-02T04:22:05.923Z | Compiling terminal_size v0.4.0 |
443 | 2024-12-02T04:22:05.950Z | Compiling tracing v0.1.41 |
444 | 2024-12-02T04:22:06.089Z | Compiling miette v7.4.0 |
445 | 2024-12-02T04:22:06.282Z | Compiling tokio v1.41.1 |
446 | 2024-12-02T04:22:06.391Z | Compiling clap_builder v4.5.21 |
447 | 2024-12-02T04:22:07.245Z | Compiling regex-automata v0.4.8 |
448 | 2024-12-02T04:22:08.379Z | Compiling tempfile v3.13.0 |
449 | 2024-12-02T04:22:08.762Z | Compiling pathdiff v0.2.3 |
450 | 2024-12-02T04:22:08.882Z | Compiling toml_datetime v0.6.8 |
451 | 2024-12-02T04:22:09.060Z | Compiling clap v4.5.21 |
452 | 2024-12-02T04:22:09.178Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-02T04:22:09.238Z | Compiling cargo-platform v0.1.8 |
454 | 2024-12-02T04:22:09.344Z | Compiling thiserror-impl v2.0.3 |
455 | 2024-12-02T04:22:09.367Z | Compiling vte_generate_state_changes v0.1.2 |
456 | 2024-12-02T04:22:09.677Z | Compiling zstd-safe v7.2.1 |
457 | 2024-12-02T04:22:09.739Z | Compiling cfg_aliases v0.2.1 |
458 | 2024-12-02T04:22:09.820Z | Compiling fixedbitset v0.4.2 |
459 | 2024-12-02T04:22:09.867Z | Compiling newtype-uuid v1.1.3 |
460 | 2024-12-02T04:22:09.963Z | Compiling portable-atomic v1.9.0 |
461 | 2024-12-02T04:22:10.143Z | Compiling petgraph v0.6.5 |
462 | 2024-12-02T04:22:10.195Z | Compiling vte v0.11.1 |
463 | 2024-12-02T04:22:10.694Z | Compiling nix v0.29.0 |
464 | 2024-12-02T04:22:11.206Z | Compiling cargo_metadata v0.18.1 |
465 | 2024-12-02T04:22:11.294Z | Compiling toml_edit v0.22.22 |
466 | 2024-12-02T04:22:11.635Z | Compiling futures-executor v0.3.31 |
467 | 2024-12-02T04:22:12.066Z | Compiling itertools v0.13.0 |
468 | 2024-12-02T04:22:12.325Z | Compiling pin-project-internal v1.1.7 |
469 | 2024-12-02T04:22:13.817Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
470 | 2024-12-02T04:22:13.910Z | Compiling uuid v1.11.0 |
471 | 2024-12-02T04:22:13.933Z | Compiling bstr v1.11.0 |
472 | 2024-12-02T04:22:14.323Z | Compiling iana-time-zone v0.1.61 |
473 | 2024-12-02T04:22:14.378Z | Compiling static_assertions v1.1.0 |
474 | 2024-12-02T04:22:14.402Z | Compiling tinyvec_macros v0.1.1 |
475 | 2024-12-02T04:22:14.474Z | Compiling minimal-lexical v0.2.1 |
476 | 2024-12-02T04:22:14.498Z | Compiling debug-ignore v1.0.5 |
477 | 2024-12-02T04:22:14.612Z | Compiling eyre v0.6.12 |
478 | 2024-12-02T04:22:14.635Z | Compiling nested v0.1.1 |
479 | 2024-12-02T04:22:14.708Z | Compiling globset v0.4.15 |
480 | 2024-12-02T04:22:14.851Z | Compiling nom v7.1.3 |
481 | 2024-12-02T04:22:14.907Z | Compiling guppy v0.17.8 |
482 | 2024-12-02T04:22:14.930Z | Compiling chrono v0.4.38 |
483 | 2024-12-02T04:22:15.519Z | Compiling tinyvec v1.8.0 |
484 | 2024-12-02T04:22:16.214Z | Compiling pin-project v1.1.7 |
485 | 2024-12-02T04:22:16.508Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
486 | 2024-12-02T04:22:16.654Z | Compiling toml v0.8.19 |
487 | 2024-12-02T04:22:17.423Z | Compiling futures v0.3.31 |
488 | 2024-12-02T04:22:17.512Z | Compiling strip-ansi-escapes v0.2.0 |
489 | 2024-12-02T04:22:17.804Z | Compiling regex v1.11.1 |
490 | 2024-12-02T04:22:17.930Z | Compiling tracing-error v0.2.0 |
491 | 2024-12-02T04:22:18.044Z | Compiling xattr v1.3.1 |
492 | 2024-12-02T04:22:18.202Z | Compiling shared_child v1.0.1 |
493 | 2024-12-02T04:22:18.257Z | Compiling filetime v0.2.25 |
494 | 2024-12-02T04:22:18.284Z | Compiling os_pipe v1.2.1 |
495 | 2024-12-02T04:22:18.499Z | Compiling quick-xml v0.37.1 |
496 | 2024-12-02T04:22:18.523Z | Compiling shell-words v1.1.0 |
497 | 2024-12-02T04:22:18.555Z | Compiling owo-colors v3.5.0 |
498 | 2024-12-02T04:22:18.625Z | Compiling number_prefix v0.4.0 |
499 | 2024-12-02T04:22:18.665Z | Compiling fnv v1.0.7 |
500 | 2024-12-02T04:22:18.727Z | Compiling recursion v0.5.2 |
501 | 2024-12-02T04:22:18.765Z | Compiling indenter v0.3.3 |
502 | 2024-12-02T04:22:18.801Z | Compiling humantime v2.1.0 |
503 | 2024-12-02T04:22:18.895Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
504 | 2024-12-02T04:22:19.252Z | Compiling humantime-serde v1.1.1 |
505 | 2024-12-02T04:22:19.423Z | Compiling quick-junit v0.5.1 |
506 | 2024-12-02T04:22:19.491Z | Compiling indicatif v0.17.9 |
507 | 2024-12-02T04:22:20.022Z | Compiling zstd v0.13.2 |
508 | 2024-12-02T04:22:20.064Z | Compiling color-spantrace v0.2.1 |
509 | 2024-12-02T04:22:20.088Z | Compiling future-queue v0.3.0 |
510 | 2024-12-02T04:22:20.142Z | Compiling duct v0.13.7 |
511 | 2024-12-02T04:22:20.301Z | Compiling tar v0.4.43 |
512 | 2024-12-02T04:22:20.469Z | Compiling async-scoped v0.9.0 |
513 | 2024-12-02T04:22:20.492Z | Compiling config v0.14.1 |
514 | 2024-12-02T04:22:20.683Z | Compiling unicode-normalization v0.1.24 |
515 | 2024-12-02T04:22:21.346Z | Compiling tokio-stream v0.1.16 |
516 | 2024-12-02T04:22:21.369Z | Compiling camino-tempfile v1.1.1 |
517 | 2024-12-02T04:22:21.404Z | Compiling atomicwrites v0.4.4 |
518 | 2024-12-02T04:22:21.476Z | Compiling target-spec-miette v0.4.0 |
519 | 2024-12-02T04:22:21.688Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
520 | 2024-12-02T04:22:21.713Z | Compiling serde_path_to_error v0.1.16 |
521 | 2024-12-02T04:22:21.737Z | Compiling serde_ignored v0.1.10 |
522 | 2024-12-02T04:22:21.760Z | Compiling zeroize v1.8.1 |
523 | 2024-12-02T04:22:21.988Z | Compiling indent_write v2.2.0 |
524 | 2024-12-02T04:22:22.014Z | Compiling home v0.5.9 |
525 | 2024-12-02T04:22:22.051Z | Compiling swrite v0.1.0 |
526 | 2024-12-02T04:22:22.150Z | Compiling dialoguer v0.11.0 |
527 | 2024-12-02T04:22:22.150Z | Compiling color-eyre v0.6.3 |
528 | 2024-12-02T04:22:22.198Z | Compiling enable-ansi-support v0.2.1 |
529 | 2024-12-02T04:22:22.222Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
530 | 2024-12-02T04:22:47.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.93s |
531 | 2024-12-02T04:22:47.884Z | |
532 | 2024-12-02T04:22:47.932Z | real 45.045276196 |
533 | 2024-12-02T04:22:47.932Z | user 2:54.781906773 |
534 | 2024-12-02T04:22:47.932Z | sys 21.964453862 |
535 | 2024-12-02T04:22:47.932Z | trap 0.089882677 |
536 | 2024-12-02T04:22:47.932Z | tflt 0.137233645 |
537 | 2024-12-02T04:22:47.932Z | dflt 0.152693421 |
538 | 2024-12-02T04:22:47.932Z | kflt 0.000950785 |
539 | 2024-12-02T04:22:47.932Z | lock 4:38.835207080 |
540 | 2024-12-02T04:22:47.932Z | slp 10:35.917678708 |
541 | 2024-12-02T04:22:47.932Z | lat 7.018837062 |
542 | 2024-12-02T04:22:47.932Z | stop 8.212821308 |
543 | 2024-12-02T04:22:47.932Z | + banner nextest |
544 | 2024-12-02T04:22:47.932Z | |
545 | 2024-12-02T04:22:47.932Z | # # ###### # # ##### ###### #### ##### |
546 | 2024-12-02T04:22:47.932Z | ## # # # # # # # # |
547 | 2024-12-02T04:22:47.933Z | # # # ##### ## # ##### #### # |
548 | 2024-12-02T04:22:47.933Z | # # # # ## # # # # |
549 | 2024-12-02T04:22:47.933Z | # ## # # # # # # # # |
550 | 2024-12-02T04:22:47.933Z | # # ###### # # # ###### #### # |
551 | 2024-12-02T04:22:47.933Z | |
552 | 2024-12-02T04:22:47.933Z | + ptime -m cargo build --package cargo-nextest |
553 | 2024-12-02T04:22:48.138Z | Downloading crates ... |
554 | 2024-12-02T04:22:48.301Z | Downloaded cpufeatures v0.2.14 |
555 | 2024-12-02T04:22:48.325Z | Downloaded crypto-common v0.1.6 |
556 | 2024-12-02T04:22:48.325Z | Downloaded tokio-rustls v0.26.0 |
557 | 2024-12-02T04:22:48.325Z | Downloaded crc32fast v1.4.2 |
558 | 2024-12-02T04:22:48.325Z | Downloaded spin v0.9.8 |
559 | 2024-12-02T04:22:48.325Z | Downloaded hyper-rustls v0.27.3 |
560 | 2024-12-02T04:22:48.326Z | Downloaded rustc_version v0.4.1 |
561 | 2024-12-02T04:22:48.326Z | Downloaded native-tls v0.2.12 |
562 | 2024-12-02T04:22:48.351Z | Downloaded http-body-util v0.1.2 |
563 | 2024-12-02T04:22:48.351Z | Downloaded quinn-udp v0.5.5 |
564 | 2024-12-02T04:22:48.351Z | Downloaded want v0.3.1 |
565 | 2024-12-02T04:22:48.351Z | Downloaded tokio-native-tls v0.3.1 |
566 | 2024-12-02T04:22:48.351Z | Downloaded spki v0.7.3 |
567 | 2024-12-02T04:22:48.351Z | Downloaded signature v2.2.0 |
568 | 2024-12-02T04:22:48.351Z | Downloaded subtle v2.6.1 |
569 | 2024-12-02T04:22:48.375Z | Downloaded unicode-bidi v0.3.17 |
570 | 2024-12-02T04:22:48.375Z | Downloaded zipsign-api v0.1.2 |
571 | 2024-12-02T04:22:48.375Z | Downloaded http v1.1.0 |
572 | 2024-12-02T04:22:48.375Z | Downloaded url v2.5.2 |
573 | 2024-12-02T04:22:48.375Z | Downloaded hyper v1.5.0 |
574 | 2024-12-02T04:22:48.399Z | Downloaded quinn-proto v0.11.8 |
575 | 2024-12-02T04:22:48.399Z | Downloaded reqwest v0.12.8 |
576 | 2024-12-02T04:22:48.399Z | Downloaded quick-xml v0.23.1 |
577 | 2024-12-02T04:22:48.423Z | Downloaded typenum v1.17.0 |
578 | 2024-12-02T04:22:48.423Z | Downloaded webpki-roots v0.26.6 |
579 | 2024-12-02T04:22:48.423Z | Downloaded openssl v0.10.68 |
580 | 2024-12-02T04:22:48.446Z | Downloaded rustls v0.23.19 |
581 | 2024-12-02T04:22:48.446Z | Downloaded idna v0.5.0 |
582 | 2024-12-02T04:22:48.469Z | Downloaded vcpkg v0.2.15 |
583 | 2024-12-02T04:22:48.501Z | Downloaded curve25519-dalek v4.1.3 |
584 | 2024-12-02T04:22:48.524Z | Downloaded self_update v0.41.0 |
585 | 2024-12-02T04:22:48.524Z | Downloaded rustls-pki-types v1.10.0 |
586 | 2024-12-02T04:22:48.524Z | Downloaded sha2 v0.10.8 |
587 | 2024-12-02T04:22:48.524Z | Downloaded rustls-pemfile v2.2.0 |
588 | 2024-12-02T04:22:48.552Z | Downloaded quinn v0.11.5 |
589 | 2024-12-02T04:22:48.552Z | Downloaded serde_urlencoded v0.7.1 |
590 | 2024-12-02T04:22:48.553Z | Downloaded self-replace v1.5.0 |
591 | 2024-12-02T04:22:48.553Z | Downloaded pkcs8 v0.10.2 |
592 | 2024-12-02T04:22:48.553Z | Downloaded ipnet v2.10.1 |
593 | 2024-12-02T04:22:48.553Z | Downloaded hyper-util v0.1.9 |
594 | 2024-12-02T04:22:48.553Z | Downloaded httparse v1.9.5 |
595 | 2024-12-02T04:22:48.553Z | Downloaded hex v0.4.3 |
596 | 2024-12-02T04:22:48.553Z | Downloaded urlencoding v2.1.3 |
597 | 2024-12-02T04:22:48.553Z | Downloaded untrusted v0.9.0 |
598 | 2024-12-02T04:22:48.553Z | Downloaded try-lock v0.2.5 |
599 | 2024-12-02T04:22:48.553Z | Downloaded tower-service v0.3.3 |
600 | 2024-12-02T04:22:48.577Z | Downloaded sync_wrapper v1.0.1 |
601 | 2024-12-02T04:22:48.577Z | Downloaded rustc-hash v2.0.0 |
602 | 2024-12-02T04:22:48.577Z | Downloaded openssl-sys v0.9.104 |
603 | 2024-12-02T04:22:48.577Z | Downloaded miniz_oxide v0.8.0 |
604 | 2024-12-02T04:22:48.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
605 | 2024-12-02T04:22:48.577Z | Downloaded generic-array v0.14.7 |
606 | 2024-12-02T04:22:48.577Z | Downloaded http-body v1.0.1 |
607 | 2024-12-02T04:22:48.577Z | Downloaded mime v0.3.17 |
608 | 2024-12-02T04:22:48.577Z | Downloaded hyper-tls v0.6.0 |
609 | 2024-12-02T04:22:48.577Z | Downloaded form_urlencoded v1.2.1 |
610 | 2024-12-02T04:22:48.577Z | Downloaded foreign-types-shared v0.1.1 |
611 | 2024-12-02T04:22:48.577Z | Downloaded foreign-types v0.3.2 |
612 | 2024-12-02T04:22:48.601Z | Downloaded ed25519 v2.2.3 |
613 | 2024-12-02T04:22:48.601Z | Downloaded digest v0.10.7 |
614 | 2024-12-02T04:22:48.601Z | Downloaded der v0.7.9 |
615 | 2024-12-02T04:22:48.601Z | Downloaded percent-encoding v2.3.1 |
616 | 2024-12-02T04:22:48.601Z | Downloaded openssl-probe v0.1.5 |
617 | 2024-12-02T04:22:48.601Z | Downloaded openssl-macros v0.1.1 |
618 | 2024-12-02T04:22:48.601Z | Downloaded mukti-metadata v0.3.0 |
619 | 2024-12-02T04:22:48.601Z | Downloaded ed25519-dalek v2.1.1 |
620 | 2024-12-02T04:22:48.601Z | Downloaded flate2 v1.0.34 |
621 | 2024-12-02T04:22:48.624Z | Downloaded rustls-webpki v0.102.8 |
622 | 2024-12-02T04:22:48.647Z | Downloaded const-oid v0.9.6 |
623 | 2024-12-02T04:22:48.647Z | Downloaded base64 v0.22.1 |
624 | 2024-12-02T04:22:48.647Z | Downloaded base64ct v1.6.0 |
625 | 2024-12-02T04:22:48.647Z | Downloaded block-buffer v0.10.4 |
626 | 2024-12-02T04:22:48.647Z | Downloaded adler2 v2.0.0 |
627 | 2024-12-02T04:22:48.671Z | Downloaded ring v0.17.8 |
628 | 2024-12-02T04:22:48.800Z | Compiling socket2 v0.5.7 |
629 | 2024-12-02T04:22:48.823Z | Compiling futures-channel v0.3.31 |
630 | 2024-12-02T04:22:48.823Z | Compiling smallvec v1.13.2 |
631 | 2024-12-02T04:22:48.846Z | Compiling ring v0.17.8 |
632 | 2024-12-02T04:22:48.846Z | Compiling rustls-pki-types v1.10.0 |
633 | 2024-12-02T04:22:48.869Z | Compiling http v1.1.0 |
634 | 2024-12-02T04:22:48.869Z | Compiling typenum v1.17.0 |
635 | 2024-12-02T04:22:48.869Z | Compiling untrusted v0.9.0 |
636 | 2024-12-02T04:22:49.018Z | Compiling httparse v1.9.5 |
637 | 2024-12-02T04:22:49.197Z | Compiling futures-util v0.3.31 |
638 | 2024-12-02T04:22:49.238Z | Compiling spin v0.9.8 |
639 | 2024-12-02T04:22:49.423Z | Compiling tokio v1.41.1 |
640 | 2024-12-02T04:22:49.758Z | Compiling generic-array v0.14.7 |
641 | 2024-12-02T04:22:49.782Z | Compiling rustls v0.23.19 |
642 | 2024-12-02T04:22:49.885Z | Compiling try-lock v0.2.5 |
643 | 2024-12-02T04:22:50.000Z | Compiling want v0.3.1 |
644 | 2024-12-02T04:22:50.128Z | Compiling http-body v1.0.1 |
645 | 2024-12-02T04:22:50.227Z | Compiling cfg-expr v0.17.1 |
646 | 2024-12-02T04:22:50.312Z | Compiling subtle v2.6.1 |
647 | 2024-12-02T04:22:50.507Z | Compiling percent-encoding v2.3.1 |
648 | 2024-12-02T04:22:50.637Z | Compiling unicode-bidi v0.3.17 |
649 | 2024-12-02T04:22:50.773Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-12-02T04:22:50.922Z | Compiling target-spec v3.2.2 |
651 | 2024-12-02T04:22:51.023Z | Compiling tower-service v0.3.3 |
652 | 2024-12-02T04:22:51.116Z | Compiling webpki-roots v0.26.6 |
653 | 2024-12-02T04:22:51.241Z | Compiling idna v0.5.0 |
654 | 2024-12-02T04:22:51.272Z | Compiling adler2 v2.0.0 |
655 | 2024-12-02T04:22:51.431Z | Compiling miniz_oxide v0.8.0 |
656 | 2024-12-02T04:22:51.643Z | Compiling crypto-common v0.1.6 |
657 | 2024-12-02T04:22:51.707Z | Compiling block-buffer v0.10.4 |
658 | 2024-12-02T04:22:51.780Z | Compiling serde_urlencoded v0.7.1 |
659 | 2024-12-02T04:22:51.873Z | Compiling url v2.5.2 |
660 | 2024-12-02T04:22:52.163Z | Compiling rustls-pemfile v2.2.0 |
661 | 2024-12-02T04:22:52.423Z | Compiling sync_wrapper v1.0.1 |
662 | 2024-12-02T04:22:52.471Z | Compiling crc32fast v1.4.2 |
663 | 2024-12-02T04:22:52.536Z | Compiling ipnet v2.10.1 |
664 | 2024-12-02T04:22:52.623Z | Compiling self_update v0.41.0 |
665 | 2024-12-02T04:22:52.732Z | Compiling mime v0.3.17 |
666 | 2024-12-02T04:22:52.821Z | Compiling base64 v0.22.1 |
667 | 2024-12-02T04:22:52.923Z | Compiling guppy v0.17.8 |
668 | 2024-12-02T04:22:53.184Z | Compiling http-body-util v0.1.2 |
669 | 2024-12-02T04:22:53.324Z | Compiling futures-executor v0.3.31 |
670 | 2024-12-02T04:22:53.379Z | Compiling flate2 v1.0.34 |
671 | 2024-12-02T04:22:53.498Z | Compiling digest v0.10.7 |
672 | 2024-12-02T04:22:53.547Z | Compiling futures v0.3.31 |
673 | 2024-12-02T04:22:53.603Z | Compiling self-replace v1.5.0 |
674 | 2024-12-02T04:22:53.638Z | Compiling quick-xml v0.23.1 |
675 | 2024-12-02T04:22:53.774Z | Compiling cpufeatures v0.2.14 |
676 | 2024-12-02T04:22:53.798Z | Compiling urlencoding v2.1.3 |
677 | 2024-12-02T04:22:53.822Z | Compiling future-queue v0.3.0 |
678 | 2024-12-02T04:22:53.857Z | Compiling sha2 v0.10.8 |
679 | 2024-12-02T04:22:54.068Z | Compiling target-spec-miette v0.4.0 |
680 | 2024-12-02T04:22:54.096Z | Compiling mukti-metadata v0.3.0 |
681 | 2024-12-02T04:22:54.122Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
682 | 2024-12-02T04:22:54.378Z | Compiling hex v0.4.3 |
683 | 2024-12-02T04:22:56.047Z | Compiling rustls-webpki v0.102.8 |
684 | 2024-12-02T04:22:56.788Z | Compiling hyper v1.5.0 |
685 | 2024-12-02T04:22:56.816Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
686 | 2024-12-02T04:22:56.840Z | Compiling tokio-stream v0.1.16 |
687 | 2024-12-02T04:22:56.895Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
688 | 2024-12-02T04:22:57.007Z | Compiling async-scoped v0.9.0 |
689 | 2024-12-02T04:22:57.809Z | Compiling hyper-util v0.1.9 |
690 | 2024-12-02T04:22:58.121Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
691 | 2024-12-02T04:23:00.768Z | Compiling tokio-rustls v0.26.0 |
692 | 2024-12-02T04:23:01.029Z | Compiling hyper-rustls v0.27.3 |
693 | 2024-12-02T04:23:01.267Z | Compiling reqwest v0.12.8 |
694 | 2024-12-02T04:23:03.643Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
695 | 2024-12-02T04:23:32.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.64s |
696 | 2024-12-02T04:23:32.676Z | |
697 | 2024-12-02T04:23:32.700Z | real 44.768969181 |
698 | 2024-12-02T04:23:32.700Z | user 2:19.510698586 |
699 | 2024-12-02T04:23:32.700Z | sys 16.424293206 |
700 | 2024-12-02T04:23:32.700Z | trap 0.068464406 |
701 | 2024-12-02T04:23:32.700Z | tflt 0.090771614 |
702 | 2024-12-02T04:23:32.700Z | dflt 0.208750047 |
703 | 2024-12-02T04:23:32.700Z | kflt 0.000033237 |
704 | 2024-12-02T04:23:32.700Z | lock 3:19.948261864 |
705 | 2024-12-02T04:23:32.700Z | slp 6:24.304872541 |
706 | 2024-12-02T04:23:32.700Z | lat 4.503612351 |
707 | 2024-12-02T04:23:32.700Z | stop 4.334941430 |
708 | 2024-12-02T04:23:32.700Z | + banner all targets |
709 | 2024-12-02T04:23:32.700Z | |
710 | 2024-12-02T04:23:32.700Z | ## # # |
711 | 2024-12-02T04:23:32.700Z | # # # # |
712 | 2024-12-02T04:23:32.700Z | # # # # |
713 | 2024-12-02T04:23:32.700Z | ###### # # |
714 | 2024-12-02T04:23:32.701Z | # # # # |
715 | 2024-12-02T04:23:32.701Z | # # ###### ###### |
716 | 2024-12-02T04:23:32.701Z | |
717 | 2024-12-02T04:23:32.701Z | |
718 | 2024-12-02T04:23:32.701Z | ##### ## ##### #### ###### ##### #### |
719 | 2024-12-02T04:23:32.701Z | # # # # # # # # # # |
720 | 2024-12-02T04:23:32.701Z | # # # # # # ##### # #### |
721 | 2024-12-02T04:23:32.701Z | # ###### ##### # ### # # # |
722 | 2024-12-02T04:23:32.701Z | # # # # # # # # # # # |
723 | 2024-12-02T04:23:32.701Z | # # # # # #### ###### # #### |
724 | 2024-12-02T04:23:32.701Z | |
725 | 2024-12-02T04:23:32.701Z | + ptime -m cargo build --all-targets |
726 | 2024-12-02T04:23:32.888Z | Downloading crates ... |
727 | 2024-12-02T04:23:33.061Z | Downloaded bit-vec v0.6.3 |
728 | 2024-12-02T04:23:33.085Z | Downloaded test-case-core v3.3.1 |
729 | 2024-12-02T04:23:33.085Z | Downloaded test-case-macros v3.3.1 |
730 | 2024-12-02T04:23:33.085Z | Downloaded test-case v3.3.1 |
731 | 2024-12-02T04:23:33.085Z | Downloaded yansi v1.0.1 |
732 | 2024-12-02T04:23:33.085Z | Downloaded wait-timeout v0.2.0 |
733 | 2024-12-02T04:23:33.085Z | Downloaded structmeta-derive v0.3.0 |
734 | 2024-12-02T04:23:33.085Z | Downloaded similar v2.6.0 |
735 | 2024-12-02T04:23:33.085Z | Downloaded unarray v0.1.4 |
736 | 2024-12-02T04:23:33.085Z | Downloaded proptest v1.5.0 |
737 | 2024-12-02T04:23:33.109Z | Downloaded pretty_assertions v1.4.1 |
738 | 2024-12-02T04:23:33.109Z | Downloaded rand_xorshift v0.3.0 |
739 | 2024-12-02T04:23:33.109Z | Downloaded test-strategy v0.4.0 |
740 | 2024-12-02T04:23:33.109Z | Downloaded structmeta v0.3.0 |
741 | 2024-12-02T04:23:33.109Z | Downloaded linked-hash-map v0.5.6 |
742 | 2024-12-02T04:23:33.109Z | Downloaded insta v1.41.1 |
743 | 2024-12-02T04:23:33.132Z | Downloaded indoc v2.0.5 |
744 | 2024-12-02T04:23:33.132Z | Downloaded diff v0.1.13 |
745 | 2024-12-02T04:23:33.132Z | Downloaded quick-error v1.2.3 |
746 | 2024-12-02T04:23:33.132Z | Downloaded maplit v1.0.2 |
747 | 2024-12-02T04:23:33.132Z | Downloaded bit-set v0.5.3 |
748 | 2024-12-02T04:23:33.132Z | Downloaded rusty-fork v0.3.0 |
749 | 2024-12-02T04:23:33.183Z | Compiling test-case-core v3.3.1 |
750 | 2024-12-02T04:23:33.206Z | Compiling structmeta-derive v0.3.0 |
751 | 2024-12-02T04:23:33.206Z | Compiling wait-timeout v0.2.0 |
752 | 2024-12-02T04:23:33.206Z | Compiling bit-vec v0.6.3 |
753 | 2024-12-02T04:23:33.206Z | Compiling quick-error v1.2.3 |
754 | 2024-12-02T04:23:33.206Z | Compiling rand_xorshift v0.3.0 |
755 | 2024-12-02T04:23:33.206Z | Compiling maplit v1.0.2 |
756 | 2024-12-02T04:23:33.206Z | Compiling unarray v0.1.4 |
757 | 2024-12-02T04:23:33.301Z | Compiling linked-hash-map v0.5.6 |
758 | 2024-12-02T04:23:33.345Z | Compiling similar v2.6.0 |
759 | 2024-12-02T04:23:33.368Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
760 | 2024-12-02T04:23:33.414Z | Compiling rusty-fork v0.3.0 |
761 | 2024-12-02T04:23:33.540Z | Compiling bit-set v0.5.3 |
762 | 2024-12-02T04:23:33.563Z | Compiling diff v0.1.13 |
763 | 2024-12-02T04:23:33.668Z | Compiling yansi v1.0.1 |
764 | 2024-12-02T04:23:33.741Z | Compiling proptest v1.5.0 |
765 | 2024-12-02T04:23:33.918Z | Compiling indoc v2.0.5 |
766 | 2024-12-02T04:23:34.005Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
767 | 2024-12-02T04:23:34.060Z | Compiling pretty_assertions v1.4.1 |
768 | 2024-12-02T04:23:34.299Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
769 | 2024-12-02T04:23:34.586Z | Compiling insta v1.41.1 |
770 | 2024-12-02T04:23:34.654Z | Compiling test-case-macros v3.3.1 |
771 | 2024-12-02T04:23:35.160Z | Compiling structmeta v0.3.0 |
772 | 2024-12-02T04:23:35.446Z | Compiling test-strategy v0.4.0 |
773 | 2024-12-02T04:23:35.509Z | Compiling test-case v3.3.1 |
774 | 2024-12-02T04:23:35.593Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
775 | 2024-12-02T04:23:35.983Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
776 | 2024-12-02T04:23:37.088Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
777 | 2024-12-02T04:23:40.537Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
778 | 2024-12-02T04:24:15.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.86s |
779 | 2024-12-02T04:24:15.699Z | |
780 | 2024-12-02T04:24:15.723Z | real 42.994028694 |
781 | 2024-12-02T04:24:15.723Z | user 2:48.357408401 |
782 | 2024-12-02T04:24:15.723Z | sys 21.303219261 |
783 | 2024-12-02T04:24:15.723Z | trap 0.090653367 |
784 | 2024-12-02T04:24:15.723Z | tflt 0.012866986 |
785 | 2024-12-02T04:24:15.723Z | dflt 0.060851896 |
786 | 2024-12-02T04:24:15.723Z | kflt 0.000022865 |
787 | 2024-12-02T04:24:15.723Z | lock 4:55.801311068 |
788 | 2024-12-02T04:24:15.723Z | slp 10:50.857806355 |
789 | 2024-12-02T04:24:15.723Z | lat 7.280388569 |
790 | 2024-12-02T04:24:15.723Z | stop 3.904983729 |
791 | 2024-12-02T04:24:15.723Z | + banner all features |
792 | 2024-12-02T04:24:15.723Z | |
793 | 2024-12-02T04:24:15.723Z | ## # # |
794 | 2024-12-02T04:24:15.723Z | # # # # |
795 | 2024-12-02T04:24:15.723Z | # # # # |
796 | 2024-12-02T04:24:15.723Z | ###### # # |
797 | 2024-12-02T04:24:15.723Z | # # # # |
798 | 2024-12-02T04:24:15.724Z | # # ###### ###### |
799 | 2024-12-02T04:24:15.724Z | |
800 | 2024-12-02T04:24:15.724Z | |
801 | 2024-12-02T04:24:15.724Z | ###### ###### ## ##### # # ##### ###### #### |
802 | 2024-12-02T04:24:15.724Z | # # # # # # # # # # # |
803 | 2024-12-02T04:24:15.724Z | ##### ##### # # # # # # # ##### #### |
804 | 2024-12-02T04:24:15.724Z | # # ###### # # # ##### # # |
805 | 2024-12-02T04:24:15.724Z | # # # # # # # # # # # # |
806 | 2024-12-02T04:24:15.724Z | # ###### # # # #### # # ###### #### |
807 | 2024-12-02T04:24:15.724Z | |
808 | 2024-12-02T04:24:15.724Z | + ptime -m cargo build --all-features |
809 | 2024-12-02T04:24:15.908Z | Downloading crates ... |
810 | 2024-12-02T04:24:16.102Z | Downloaded atomic-waker v1.1.2 |
811 | 2024-12-02T04:24:16.129Z | Downloaded async-trait v0.1.83 |
812 | 2024-12-02T04:24:16.129Z | Downloaded matchers v0.1.0 |
813 | 2024-12-02T04:24:16.129Z | Downloaded axum v0.7.7 |
814 | 2024-12-02T04:24:16.129Z | Downloaded tower-layer v0.3.3 |
815 | 2024-12-02T04:24:16.129Z | Downloaded sync_wrapper v0.1.2 |
816 | 2024-12-02T04:24:16.129Z | Downloaded tower v0.5.1 |
817 | 2024-12-02T04:24:16.153Z | Downloaded console-subscriber v0.4.1 |
818 | 2024-12-02T04:24:16.153Z | Downloaded prost v0.13.3 |
819 | 2024-12-02T04:24:16.153Z | Downloaded regex-automata v0.1.10 |
820 | 2024-12-02T04:24:16.153Z | Downloaded crossbeam-utils v0.8.20 |
821 | 2024-12-02T04:24:16.176Z | Downloaded tower v0.4.13 |
822 | 2024-12-02T04:24:16.176Z | Downloaded tonic v0.12.3 |
823 | 2024-12-02T04:24:16.176Z | Downloaded regex-syntax v0.6.29 |
824 | 2024-12-02T04:24:16.199Z | Downloaded tokio-util v0.7.12 |
825 | 2024-12-02T04:24:16.199Z | Downloaded h2 v0.4.6 |
826 | 2024-12-02T04:24:16.199Z | Downloaded hdrhistogram v7.5.4 |
827 | 2024-12-02T04:24:16.222Z | Downloaded indexmap v1.9.3 |
828 | 2024-12-02T04:24:16.222Z | Downloaded prost-types v0.13.3 |
829 | 2024-12-02T04:24:16.222Z | Downloaded crossbeam-channel v0.5.13 |
830 | 2024-12-02T04:24:16.222Z | Downloaded console-api v0.8.1 |
831 | 2024-12-02T04:24:16.222Z | Downloaded axum-core v0.4.5 |
832 | 2024-12-02T04:24:16.222Z | Downloaded hyper-timeout v0.5.1 |
833 | 2024-12-02T04:24:16.222Z | Downloaded hashbrown v0.12.3 |
834 | 2024-12-02T04:24:16.245Z | Downloaded rustversion v1.0.18 |
835 | 2024-12-02T04:24:16.245Z | Downloaded prost-derive v0.13.3 |
836 | 2024-12-02T04:24:16.245Z | Downloaded matchit v0.7.3 |
837 | 2024-12-02T04:24:16.245Z | Downloaded httpdate v1.0.3 |
838 | 2024-12-02T04:24:16.245Z | Downloaded anyhow v1.0.91 |
839 | 2024-12-02T04:24:16.245Z | Downloaded async-stream-impl v0.3.6 |
840 | 2024-12-02T04:24:16.245Z | Downloaded async-stream v0.3.6 |
841 | 2024-12-02T04:24:16.293Z | Compiling futures-sink v0.3.31 |
842 | 2024-12-02T04:24:16.316Z | Compiling tokio v1.41.1 |
843 | 2024-12-02T04:24:16.316Z | Compiling byteorder v1.5.0 |
844 | 2024-12-02T04:24:16.339Z | Compiling num-traits v0.2.19 |
845 | 2024-12-02T04:24:16.339Z | Compiling regex-syntax v0.6.29 |
846 | 2024-12-02T04:24:16.363Z | Compiling atomic-waker v1.1.2 |
847 | 2024-12-02T04:24:16.363Z | Compiling httpdate v1.0.3 |
848 | 2024-12-02T04:24:16.386Z | Compiling anyhow v1.0.91 |
849 | 2024-12-02T04:24:16.431Z | Compiling futures-channel v0.3.31 |
850 | 2024-12-02T04:24:16.503Z | Compiling tower-layer v0.3.3 |
851 | 2024-12-02T04:24:16.622Z | Compiling zerocopy v0.7.35 |
852 | 2024-12-02T04:24:16.712Z | Compiling futures-util v0.3.31 |
853 | 2024-12-02T04:24:16.735Z | Compiling either v1.13.0 |
854 | 2024-12-02T04:24:16.758Z | Compiling rustversion v1.0.18 |
855 | 2024-12-02T04:24:17.038Z | Compiling itertools v0.13.0 |
856 | 2024-12-02T04:24:17.291Z | Compiling indexmap v1.9.3 |
857 | 2024-12-02T04:24:17.575Z | Compiling ppv-lite86 v0.2.20 |
858 | 2024-12-02T04:24:17.819Z | Compiling async-trait v0.1.83 |
859 | 2024-12-02T04:24:18.083Z | Compiling hashbrown v0.12.3 |
860 | 2024-12-02T04:24:18.158Z | Compiling rand_chacha v0.3.1 |
861 | 2024-12-02T04:24:18.574Z | Compiling rand v0.8.5 |
862 | 2024-12-02T04:24:18.858Z | Compiling regex-automata v0.1.10 |
863 | 2024-12-02T04:24:19.011Z | Compiling sync_wrapper v0.1.2 |
864 | 2024-12-02T04:24:19.417Z | Compiling prost-derive v0.13.3 |
865 | 2024-12-02T04:24:19.503Z | Compiling async-stream-impl v0.3.6 |
866 | 2024-12-02T04:24:19.835Z | Compiling matchit v0.7.3 |
867 | 2024-12-02T04:24:19.877Z | Compiling crossbeam-utils v0.8.20 |
868 | 2024-12-02T04:24:20.290Z | Compiling matchers v0.1.0 |
869 | 2024-12-02T04:24:20.356Z | Compiling ahash v0.8.11 |
870 | 2024-12-02T04:24:20.466Z | Compiling tracing-subscriber v0.3.19 |
871 | 2024-12-02T04:24:20.490Z | Compiling async-stream v0.3.6 |
872 | 2024-12-02T04:24:20.711Z | Compiling http-body-util v0.1.2 |
873 | 2024-12-02T04:24:20.774Z | Compiling tower v0.5.1 |
874 | 2024-12-02T04:24:21.065Z | Compiling axum-core v0.4.5 |
875 | 2024-12-02T04:24:21.103Z | Compiling guppy v0.17.8 |
876 | 2024-12-02T04:24:21.160Z | Compiling proptest v1.5.0 |
877 | 2024-12-02T04:24:21.231Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-02T04:24:21.676Z | Compiling base64 v0.21.7 |
879 | 2024-12-02T04:24:22.069Z | Compiling prost v0.13.3 |
880 | 2024-12-02T04:24:22.214Z | Compiling hdrhistogram v7.5.4 |
881 | 2024-12-02T04:24:22.351Z | Compiling crossbeam-channel v0.5.13 |
882 | 2024-12-02T04:24:22.687Z | Compiling prost-types v0.13.3 |
883 | 2024-12-02T04:24:23.070Z | Compiling chrono v0.4.38 |
884 | 2024-12-02T04:24:23.154Z | Compiling futures v0.3.31 |
885 | 2024-12-02T04:24:23.242Z | Compiling tracing-error v0.2.0 |
886 | 2024-12-02T04:24:23.527Z | Compiling future-queue v0.3.0 |
887 | 2024-12-02T04:24:23.821Z | Compiling tokio-util v0.7.12 |
888 | 2024-12-02T04:24:24.042Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
889 | 2024-12-02T04:24:24.194Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
890 | 2024-12-02T04:24:24.568Z | Compiling h2 v0.4.6 |
891 | 2024-12-02T04:24:24.948Z | Compiling tower v0.4.13 |
892 | 2024-12-02T04:24:25.091Z | Compiling tokio-rustls v0.26.0 |
893 | 2024-12-02T04:24:25.437Z | Compiling tokio-stream v0.1.16 |
894 | 2024-12-02T04:24:25.756Z | Compiling axum v0.7.7 |
895 | 2024-12-02T04:24:26.150Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
896 | 2024-12-02T04:24:26.420Z | Compiling quick-junit v0.5.1 |
897 | 2024-12-02T04:24:27.041Z | Compiling async-scoped v0.9.0 |
898 | 2024-12-02T04:24:27.264Z | Compiling color-spantrace v0.2.1 |
899 | 2024-12-02T04:24:27.668Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
900 | 2024-12-02T04:24:27.925Z | Compiling color-eyre v0.6.3 |
901 | 2024-12-02T04:24:28.225Z | Compiling hyper v1.5.0 |
902 | 2024-12-02T04:24:28.383Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
903 | 2024-12-02T04:24:30.074Z | Compiling hyper-util v0.1.9 |
904 | 2024-12-02T04:24:31.347Z | Compiling hyper-timeout v0.5.1 |
905 | 2024-12-02T04:24:31.347Z | Compiling hyper-rustls v0.27.3 |
906 | 2024-12-02T04:24:31.591Z | Compiling tonic v0.12.3 |
907 | 2024-12-02T04:24:31.619Z | Compiling reqwest v0.12.8 |
908 | 2024-12-02T04:24:33.410Z | Compiling self_update v0.41.0 |
909 | 2024-12-02T04:24:33.777Z | Compiling console-api v0.8.1 |
910 | 2024-12-02T04:24:34.939Z | Compiling console-subscriber v0.4.1 |
911 | 2024-12-02T04:24:36.745Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
912 | 2024-12-02T04:24:54.363Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
913 | 2024-12-02T04:25:12.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.12s |
914 | 2024-12-02T04:25:12.975Z | |
915 | 2024-12-02T04:25:12.998Z | real 57.246405868 |
916 | 2024-12-02T04:25:12.998Z | user 3:28.799956799 |
917 | 2024-12-02T04:25:12.998Z | sys 27.009403431 |
918 | 2024-12-02T04:25:12.998Z | trap 0.098948904 |
919 | 2024-12-02T04:25:12.998Z | tflt 0.070193639 |
920 | 2024-12-02T04:25:12.998Z | dflt 0.292924514 |
921 | 2024-12-02T04:25:12.998Z | kflt 0.000011322 |
922 | 2024-12-02T04:25:12.998Z | lock 6:02.593704538 |
923 | 2024-12-02T04:25:12.998Z | slp 12:19.033293212 |
924 | 2024-12-02T04:25:12.999Z | lat 7.081143955 |
925 | 2024-12-02T04:25:12.999Z | stop 7.582283093 |
926 | 2024-12-02T04:25:12.999Z | + banner doctests |
927 | 2024-12-02T04:25:12.999Z | |
928 | 2024-12-02T04:25:12.999Z | ##### #### #### ##### ###### #### ##### #### |
929 | 2024-12-02T04:25:12.999Z | # # # # # # # # # # # |
930 | 2024-12-02T04:25:12.999Z | # # # # # # ##### #### # #### |
931 | 2024-12-02T04:25:12.999Z | # # # # # # # # # # |
932 | 2024-12-02T04:25:12.999Z | # # # # # # # # # # # # # |
933 | 2024-12-02T04:25:12.999Z | ##### #### #### # ###### #### # #### |
934 | 2024-12-02T04:25:12.999Z | |
935 | 2024-12-02T04:25:12.999Z | + ptime -m cargo test --doc |
936 | 2024-12-02T04:25:13.443Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s |
937 | 2024-12-02T04:25:13.466Z | Doc-tests cargo_nextest |
938 | 2024-12-02T04:25:13.970Z | |
939 | 2024-12-02T04:25:13.970Z | running 0 tests |
940 | 2024-12-02T04:25:13.970Z | |
941 | 2024-12-02T04:25:13.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
942 | 2024-12-02T04:25:13.993Z | |
943 | 2024-12-02T04:25:14.016Z | Doc-tests fixture_data |
944 | 2024-12-02T04:25:14.067Z | |
945 | 2024-12-02T04:25:14.067Z | running 0 tests |
946 | 2024-12-02T04:25:14.067Z | |
947 | 2024-12-02T04:25:14.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
948 | 2024-12-02T04:25:14.067Z | |
949 | 2024-12-02T04:25:14.090Z | Doc-tests nextest_filtering |
950 | 2024-12-02T04:25:14.235Z | |
951 | 2024-12-02T04:25:14.235Z | running 0 tests |
952 | 2024-12-02T04:25:14.259Z | |
953 | 2024-12-02T04:25:14.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
954 | 2024-12-02T04:25:14.259Z | |
955 | 2024-12-02T04:25:14.259Z | Doc-tests nextest_metadata |
956 | 2024-12-02T04:25:14.433Z | |
957 | 2024-12-02T04:25:14.433Z | running 2 tests |
958 | 2024-12-02T04:25:15.095Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
959 | 2024-12-02T04:25:18.288Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
960 | 2024-12-02T04:25:18.288Z | |
961 | 2024-12-02T04:25:18.311Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.86s |
962 | 2024-12-02T04:25:18.312Z | |
963 | 2024-12-02T04:25:18.312Z | Doc-tests nextest_runner |
964 | 2024-12-02T04:25:19.123Z | |
965 | 2024-12-02T04:25:19.123Z | running 0 tests |
966 | 2024-12-02T04:25:19.123Z | |
967 | 2024-12-02T04:25:19.123Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
968 | 2024-12-02T04:25:19.123Z | |
969 | 2024-12-02T04:25:19.163Z | Doc-tests nextest_workspace_hack |
970 | 2024-12-02T04:25:19.222Z | |
971 | 2024-12-02T04:25:19.222Z | running 0 tests |
972 | 2024-12-02T04:25:19.222Z | |
973 | 2024-12-02T04:25:19.222Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
974 | 2024-12-02T04:25:19.223Z | |
975 | 2024-12-02T04:25:19.255Z | |
976 | 2024-12-02T04:25:19.279Z | real 6.252281433 |
977 | 2024-12-02T04:25:19.279Z | user 6.101410550 |
978 | 2024-12-02T04:25:19.279Z | sys 1.893737208 |
979 | 2024-12-02T04:25:19.279Z | trap 0.001315999 |
980 | 2024-12-02T04:25:19.279Z | tflt 0.005063979 |
981 | 2024-12-02T04:25:19.279Z | dflt 0.008518291 |
982 | 2024-12-02T04:25:19.279Z | kflt 0.000000000 |
983 | 2024-12-02T04:25:19.279Z | lock 11.055296130 |
984 | 2024-12-02T04:25:19.279Z | slp 34.483920669 |
985 | 2024-12-02T04:25:19.279Z | lat 0.059244558 |
986 | 2024-12-02T04:25:19.279Z | stop 0.143379679 |
987 | 2024-12-02T04:25:19.279Z | + banner local-nt |
988 | 2024-12-02T04:25:19.279Z | |
989 | 2024-12-02T04:25:19.279Z | # #### #### ## # # # ##### |
990 | 2024-12-02T04:25:19.279Z | # # # # # # # # ## # # |
991 | 2024-12-02T04:25:19.279Z | # # # # # # # ##### # # # # |
992 | 2024-12-02T04:25:19.279Z | # # # # ###### # # # # # |
993 | 2024-12-02T04:25:19.279Z | # # # # # # # # # ## # |
994 | 2024-12-02T04:25:19.279Z | ###### #### #### # # ###### # # # |
995 | 2024-12-02T04:25:19.279Z | |
996 | 2024-12-02T04:25:19.279Z | + ptime -m cargo local-nt run --profile ci |
997 | 2024-12-02T04:25:19.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
998 | 2024-12-02T04:25:19.623Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
999 | 2024-12-02T04:25:20.501Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s |
1000 | 2024-12-02T04:25:20.687Z | ──────────── |
1001 | 2024-12-02T04:25:20.687Z | Nextest run ID c653967d-73d2-4c56-88b6-c81d59a443ed with nextest profile: ci |
1002 | 2024-12-02T04:25:20.687Z | Starting 281 tests across 12 binaries |
1003 | 2024-12-02T04:25:20.733Z | PASS [ 0.039s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1004 | 2024-12-02T04:25:20.831Z | PASS [ 0.143s] cargo-nextest dispatch::tests::test_argument_parsing |
1005 | 2024-12-02T04:25:29.766Z | PASS [ 9.058s] integration-tests::integration test_list_full |
1006 | 2024-12-02T04:25:29.870Z | PASS [ 9.172s] integration-tests::integration test_list_binaries_only |
1007 | 2024-12-02T04:25:30.047Z | PASS [ 9.329s] integration-tests::integration test_list_host_after_build |
1008 | 2024-12-02T04:25:30.070Z | PASS [ 9.331s] integration-tests::integration test_list_target_after_build |
1009 | 2024-12-02T04:25:30.093Z | PASS [ 9.376s] integration-tests::integration test_list_full_after_build |
1010 | 2024-12-02T04:25:32.128Z | PASS [ 11.425s] integration-tests::integration test_list_default |
1011 | 2024-12-02T04:25:34.682Z | PASS [ 13.851s] integration-tests::integration test_relocated_run |
1012 | 2024-12-02T04:25:37.304Z | PASS [ 7.250s] integration-tests::integration test_run_from_archive_with_missing_includes |
1013 | 2024-12-02T04:25:40.176Z | PASS [ 8.047s] integration-tests::integration test_run_no_tests |
1014 | 2024-12-02T04:25:40.682Z | PASS [ 0.506s] integration-tests::integration test_setup_scripts_not_enabled |
1015 | 2024-12-02T04:25:40.870Z | PASS [ 3.566s] integration-tests::integration test_setup_script_error |
1016 | 2024-12-02T04:25:41.055Z | PASS [ 20.320s] integration-tests::integration test_list_with_default_filter |
1017 | 2024-12-02T04:25:41.307Z | PASS [ 0.436s] integration-tests::integration test_show_config_version |
1018 | 2024-12-02T04:25:41.330Z | PASS [ 11.456s] integration-tests::integration test_run_after_build |
1019 | 2024-12-02T04:25:41.398Z | PASS [ 0.071s] integration-tests::integration test_version_info |
1020 | 2024-12-02T04:25:41.715Z | PASS [ 11.627s] integration-tests::integration test_run_from_archive_with_no_includes |
1021 | 2024-12-02T04:25:41.743Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_complex_error |
1022 | 2024-12-02T04:25:41.769Z | PASS [ 11.723s] integration-tests::integration test_run_from_archive_with_includes |
1023 | 2024-12-02T04:25:41.793Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_expected_eof |
1024 | 2024-12-02T04:25:41.816Z | PASS [ 0.397s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1025 | 2024-12-02T04:25:41.816Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_expected_expr |
1026 | 2024-12-02T04:25:41.816Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_and_operator |
1027 | 2024-12-02T04:25:41.839Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_escapes |
1028 | 2024-12-02T04:25:41.839Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_glob |
1029 | 2024-12-02T04:25:41.863Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_platform |
1030 | 2024-12-02T04:25:41.863Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_or_operator |
1031 | 2024-12-02T04:25:41.887Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_regex |
1032 | 2024-12-02T04:25:41.911Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_argument |
1033 | 2024-12-02T04:25:41.912Z | PASS [ 0.044s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1034 | 2024-12-02T04:25:41.959Z | PASS [ 0.092s] nextest-filtering parsing::tests::test_missing_close_regex |
1035 | 2024-12-02T04:25:41.983Z | PASS [ 0.080s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1036 | 2024-12-02T04:25:42.006Z | PASS [ 0.050s] nextest-filtering parsing::tests::test_missing_parentheses |
1037 | 2024-12-02T04:25:42.030Z | PASS [ 0.057s] nextest-filtering parsing::tests::test_parse_comma |
1038 | 2024-12-02T04:25:42.030Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_expr_difference |
1039 | 2024-12-02T04:25:42.126Z | PASS [ 0.130s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1040 | 2024-12-02T04:25:42.126Z | PASS [ 0.108s] nextest-filtering parsing::tests::test_parse_expr_not |
1041 | 2024-12-02T04:25:42.152Z | PASS [ 0.123s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1042 | 2024-12-02T04:25:42.176Z | PASS [ 7.470s] integration-tests::integration test_run_with_default_filter |
1043 | 2024-12-02T04:25:42.215Z | PASS [ 0.075s] nextest-filtering parsing::tests::test_parse_expr_union |
1044 | 2024-12-02T04:25:42.238Z | PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_name_matcher |
1045 | 2024-12-02T04:25:42.261Z | PASS [ 0.116s] nextest-filtering parsing::tests::test_parse_expr_set |
1046 | 2024-12-02T04:25:42.262Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1047 | 2024-12-02T04:25:42.354Z | PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_set_def |
1048 | 2024-12-02T04:25:42.378Z | PASS [ 0.061s] nextest-filtering parsing::tests::test_unexpected_argument |
1049 | 2024-12-02T04:25:42.378Z | PASS [ 0.131s] nextest-filtering parsing::tests::test_parse_regex |
1050 | 2024-12-02T04:25:42.378Z | PASS [ 0.200s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1051 | 2024-12-02T04:25:42.516Z | PASS [ 0.160s] nextest-filtering parsing::tests::test_unexpected_comma |
1052 | 2024-12-02T04:25:42.621Z | PASS [ 0.152s] nextest-filtering::match test_binary_query |
1053 | 2024-12-02T04:25:42.644Z | PASS [ 0.119s] nextest-filtering::match test_expr_binary |
1054 | 2024-12-02T04:25:42.727Z | PASS [ 0.056s] nextest-filtering::match test_expr_deps |
1055 | 2024-12-02T04:25:42.751Z | PASS [ 0.210s] nextest-filtering::match test_expr_binary_id_glob |
1056 | 2024-12-02T04:25:42.797Z | PASS [ 0.028s] nextest-filtering::match test_expr_kind_partial |
1057 | 2024-12-02T04:25:42.821Z | PASS [ 0.389s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1058 | 2024-12-02T04:25:42.821Z | PASS [ 0.119s] nextest-filtering::match test_expr_kind |
1059 | 2024-12-02T04:25:42.821Z | PASS [ 0.041s] nextest-filtering::match test_expr_package_contains |
1060 | 2024-12-02T04:25:42.862Z | PASS [ 0.061s] nextest-filtering::match test_expr_package_equal |
1061 | 2024-12-02T04:25:42.862Z | PASS [ 0.043s] nextest-filtering::match test_expr_package_regex |
1062 | 2024-12-02T04:25:42.885Z | PASS [ 0.032s] nextest-filtering::match test_expr_platform |
1063 | 2024-12-02T04:25:42.885Z | PASS [ 0.042s] nextest-filtering::match test_expr_rdeps |
1064 | 2024-12-02T04:25:42.934Z | PASS [ 0.030s] nextest-filtering::match test_expr_test |
1065 | 2024-12-02T04:25:42.934Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not |
1066 | 2024-12-02T04:25:42.934Z | PASS [ 0.034s] nextest-filtering::match test_expr_test_difference::with_minus |
1067 | 2024-12-02T04:25:42.934Z | PASS [ 0.035s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1068 | 2024-12-02T04:25:42.934Z | PASS [ 0.034s] nextest-filtering::match test_expr_test_intersect::with_and |
1069 | 2024-12-02T04:25:42.958Z | PASS [ 0.033s] nextest-filtering::match test_expr_test_not |
1070 | 2024-12-02T04:25:42.958Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_pipe |
1071 | 2024-12-02T04:25:42.958Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_union::with_or |
1072 | 2024-12-02T04:25:42.981Z | PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_plus |
1073 | 2024-12-02T04:25:42.981Z | PASS [ 0.041s] nextest-filtering::match test_expr_with_no_matching_packages |
1074 | 2024-12-02T04:25:42.981Z | PASS [ 0.026s] nextest-metadata test_list::tests::test_binary_id_ord |
1075 | 2024-12-02T04:25:43.005Z | PASS [ 0.040s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1076 | 2024-12-02T04:25:43.031Z | PASS [ 0.054s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1077 | 2024-12-02T04:25:43.074Z | PASS [ 0.043s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1078 | 2024-12-02T04:25:43.098Z | PASS [ 0.088s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1079 | 2024-12-02T04:25:43.098Z | PASS [ 0.078s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1080 | 2024-12-02T04:25:43.098Z | PASS [ 0.083s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1081 | 2024-12-02T04:25:43.149Z | PASS [ 0.072s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1082 | 2024-12-02T04:25:43.174Z | PASS [ 0.060s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1083 | 2024-12-02T04:25:43.197Z | PASS [ 0.066s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1084 | 2024-12-02T04:25:43.221Z | PASS [ 0.070s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1085 | 2024-12-02T04:25:43.249Z | PASS [ 0.058s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1086 | 2024-12-02T04:25:43.314Z | PASS [ 0.111s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1087 | 2024-12-02T04:25:43.344Z | PASS [ 0.158s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1088 | 2024-12-02T04:25:43.658Z | PASS [ 0.411s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1089 | 2024-12-02T04:25:43.681Z | PASS [ 0.459s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1090 | 2024-12-02T04:25:43.704Z | PASS [ 0.347s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1091 | 2024-12-02T04:25:43.728Z | PASS [ 0.411s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1092 | 2024-12-02T04:25:43.982Z | PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1093 | 2024-12-02T04:25:44.006Z | PASS [ 0.312s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1094 | 2024-12-02T04:25:44.029Z | PASS [ 0.334s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1095 | 2024-12-02T04:25:44.053Z | PASS [ 0.027s] nextest-runner config::config_impl::tests::default_config_is_valid |
1096 | 2024-12-02T04:25:44.053Z | PASS [ 0.318s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1097 | 2024-12-02T04:25:44.076Z | PASS [ 0.022s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1098 | 2024-12-02T04:25:44.076Z | PASS [ 0.023s] nextest-runner config::identifier::tests::test_invalid |
1099 | 2024-12-02T04:25:44.100Z | PASS [ 0.024s] nextest-runner config::identifier::tests::test_valid |
1100 | 2024-12-02T04:25:44.100Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate |
1101 | 2024-12-02T04:25:44.123Z | PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1102 | 2024-12-02T04:25:44.155Z | PASS [ 0.058s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1103 | 2024-12-02T04:25:44.185Z | PASS [ 0.067s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1104 | 2024-12-02T04:25:44.209Z | PASS [ 0.047s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1105 | 2024-12-02T04:25:44.232Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1106 | 2024-12-02T04:25:44.232Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1107 | 2024-12-02T04:25:44.255Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1108 | 2024-12-02T04:25:44.255Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1109 | 2024-12-02T04:25:44.278Z | PASS [ 3.208s] integration-tests::integration test_target_arg |
1110 | 2024-12-02T04:25:44.377Z | PASS [ 0.364s] nextest-runner config::config_impl::tests::ignored_keys |
1111 | 2024-12-02T04:25:44.401Z | PASS [ 0.402s] nextest-runner config::archive::tests::parse_valid |
1112 | 2024-12-02T04:25:44.554Z | PASS [ 0.311s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1113 | 2024-12-02T04:25:44.577Z | PASS [ 0.310s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1114 | 2024-12-02T04:25:44.577Z | PASS [ 0.306s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1115 | 2024-12-02T04:25:44.693Z | PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1116 | 2024-12-02T04:25:44.716Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1117 | 2024-12-02T04:25:44.875Z | PASS [ 0.305s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1118 | 2024-12-02T04:25:44.898Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1119 | 2024-12-02T04:25:44.899Z | PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1120 | 2024-12-02T04:25:45.005Z | PASS [ 0.312s] nextest-runner config::overrides::tests::test_overrides_basic |
1121 | 2024-12-02T04:25:45.030Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1122 | 2024-12-02T04:25:45.198Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1123 | 2024-12-02T04:25:45.221Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1124 | 2024-12-02T04:25:45.221Z | PASS [ 0.325s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1125 | 2024-12-02T04:25:45.311Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1126 | 2024-12-02T04:25:45.348Z | PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1127 | 2024-12-02T04:25:45.540Z | PASS [ 0.323s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1128 | 2024-12-02T04:25:45.564Z | PASS [ 0.349s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1129 | 2024-12-02T04:25:45.564Z | PASS [ 0.342s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1130 | 2024-12-02T04:25:45.663Z | PASS [ 0.352s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1131 | 2024-12-02T04:25:45.686Z | PASS [ 0.338s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1132 | 2024-12-02T04:25:45.867Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1133 | 2024-12-02T04:25:45.892Z | PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1134 | 2024-12-02T04:25:45.892Z | PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1135 | 2024-12-02T04:25:45.987Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1136 | 2024-12-02T04:25:46.015Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1137 | 2024-12-02T04:25:46.198Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1138 | 2024-12-02T04:25:46.222Z | PASS [ 0.339s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1139 | 2024-12-02T04:25:46.222Z | PASS [ 0.338s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1140 | 2024-12-02T04:25:46.299Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1141 | 2024-12-02T04:25:46.325Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1142 | 2024-12-02T04:25:46.456Z | PASS [ 5.149s] integration-tests::integration test_target_dir |
1143 | 2024-12-02T04:25:46.553Z | PASS [ 0.338s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1144 | 2024-12-02T04:25:46.576Z | PASS [ 0.367s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1145 | 2024-12-02T04:25:46.576Z | PASS [ 0.366s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1146 | 2024-12-02T04:25:46.676Z | PASS [ 0.351s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1147 | 2024-12-02T04:25:46.699Z | PASS [ 0.394s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1148 | 2024-12-02T04:25:46.758Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1149 | 2024-12-02T04:25:46.857Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1150 | 2024-12-02T04:25:46.881Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1151 | 2024-12-02T04:25:46.904Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1152 | 2024-12-02T04:25:46.990Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1153 | 2024-12-02T04:25:47.018Z | PASS [ 0.324s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1154 | 2024-12-02T04:25:47.074Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1155 | 2024-12-02T04:25:47.097Z | PASS [ 6.409s] integration-tests::integration test_show_config_test_groups |
1156 | 2024-12-02T04:25:47.170Z | PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1157 | 2024-12-02T04:25:47.194Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1158 | 2024-12-02T04:25:47.217Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1159 | 2024-12-02T04:25:47.292Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1160 | 2024-12-02T04:25:47.332Z | PASS [ 0.314s] nextest-runner config::scripts::tests::test_scripts_basic |
1161 | 2024-12-02T04:25:47.371Z | PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1162 | 2024-12-02T04:25:47.394Z | PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1163 | 2024-12-02T04:25:47.479Z | PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1164 | 2024-12-02T04:25:47.502Z | PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1165 | 2024-12-02T04:25:47.502Z | PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1166 | 2024-12-02T04:25:47.596Z | PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1167 | 2024-12-02T04:25:47.644Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1168 | 2024-12-02T04:25:47.671Z | PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1169 | 2024-12-02T04:25:47.694Z | PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1170 | 2024-12-02T04:25:47.785Z | PASS [ 0.305s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1171 | 2024-12-02T04:25:47.812Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1172 | 2024-12-02T04:25:47.812Z | PASS [ 0.302s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1173 | 2024-12-02T04:25:47.918Z | PASS [ 0.321s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1174 | 2024-12-02T04:25:47.968Z | PASS [ 0.323s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1175 | 2024-12-02T04:25:48.003Z | PASS [ 0.331s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1176 | 2024-12-02T04:25:48.026Z | PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1177 | 2024-12-02T04:25:48.099Z | PASS [ 0.302s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1178 | 2024-12-02T04:25:48.122Z | PASS [ 0.313s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1179 | 2024-12-02T04:25:48.122Z | PASS [ 0.330s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1180 | 2024-12-02T04:25:48.245Z | PASS [ 0.327s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1181 | 2024-12-02T04:25:48.289Z | PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1182 | 2024-12-02T04:25:48.320Z | PASS [ 0.317s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1183 | 2024-12-02T04:25:48.371Z | PASS [ 0.358s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1184 | 2024-12-02T04:25:48.403Z | PASS [ 0.304s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1185 | 2024-12-02T04:25:48.434Z | PASS [ 0.312s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1186 | 2024-12-02T04:25:48.457Z | PASS [ 0.325s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1187 | 2024-12-02T04:25:48.560Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1188 | 2024-12-02T04:25:48.583Z | PASS [ 0.022s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1189 | 2024-12-02T04:25:48.621Z | PASS [ 0.332s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1190 | 2024-12-02T04:25:48.645Z | PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1191 | 2024-12-02T04:25:48.686Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_chain |
1192 | 2024-12-02T04:25:48.709Z | PASS [ 0.320s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1193 | 2024-12-02T04:25:48.709Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_list |
1194 | 2024-12-02T04:25:48.732Z | PASS [ 0.026s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1195 | 2024-12-02T04:25:48.732Z | PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1196 | 2024-12-02T04:25:48.756Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1197 | 2024-12-02T04:25:48.756Z | PASS [ 0.042s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1198 | 2024-12-02T04:25:48.756Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1199 | 2024-12-02T04:25:48.756Z | PASS [ 0.036s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1200 | 2024-12-02T04:25:48.779Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1201 | 2024-12-02T04:25:48.779Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1202 | 2024-12-02T04:25:48.779Z | PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1203 | 2024-12-02T04:25:48.780Z | PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1204 | 2024-12-02T04:25:48.803Z | PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1205 | 2024-12-02T04:25:48.803Z | PASS [ 0.353s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1206 | 2024-12-02T04:25:48.803Z | PASS [ 0.038s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1207 | 2024-12-02T04:25:48.826Z | PASS [ 0.035s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1208 | 2024-12-02T04:25:48.826Z | PASS [ 0.042s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1209 | 2024-12-02T04:25:48.850Z | PASS [ 0.032s] nextest-runner partition::tests::partitioner_builder_from_str |
1210 | 2024-12-02T04:25:48.850Z | PASS [ 0.043s] nextest-runner list::test_list::tests::test_parse_test_list |
1211 | 2024-12-02T04:25:48.850Z | PASS [ 0.027s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1212 | 2024-12-02T04:25:48.850Z | PASS [ 0.039s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1213 | 2024-12-02T04:25:48.850Z | PASS [ 0.031s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1214 | 2024-12-02T04:25:48.850Z | PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1215 | 2024-12-02T04:25:48.874Z | PASS [ 0.033s] nextest-runner redact::tests::test_redact_path |
1216 | 2024-12-02T04:25:48.874Z | PASS [ 0.028s] nextest-runner reporter::displayer::tests::no_capture_settings |
1217 | 2024-12-02T04:25:48.898Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1218 | 2024-12-02T04:25:48.898Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1219 | 2024-12-02T04:25:48.898Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1220 | 2024-12-02T04:25:48.921Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1221 | 2024-12-02T04:25:48.921Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1222 | 2024-12-02T04:25:48.921Z | PASS [ 0.055s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1223 | 2024-12-02T04:25:48.921Z | PASS [ 0.335s] nextest-runner config::tool_config::tests::tool_config_basic |
1224 | 2024-12-02T04:25:48.922Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1225 | 2024-12-02T04:25:48.945Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_final_warnings |
1226 | 2024-12-02T04:25:48.945Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1227 | 2024-12-02T04:25:48.945Z | PASS [ 0.057s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1228 | 2024-12-02T04:25:48.945Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1229 | 2024-12-02T04:25:48.945Z | PASS [ 0.024s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1230 | 2024-12-02T04:25:48.945Z | PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1231 | 2024-12-02T04:25:48.969Z | PASS [ 0.034s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1232 | 2024-12-02T04:25:48.969Z | PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1233 | 2024-12-02T04:25:48.969Z | PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1234 | 2024-12-02T04:25:48.994Z | PASS [ 0.033s] nextest-runner reporter::helpers::tests::test_highlight_end |
1235 | 2024-12-02T04:25:48.994Z | PASS [ 0.064s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1236 | 2024-12-02T04:25:49.017Z | PASS [ 0.021s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1237 | 2024-12-02T04:25:49.017Z | PASS [ 0.021s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1238 | 2024-12-02T04:25:49.040Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1239 | 2024-12-02T04:25:49.041Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1240 | 2024-12-02T04:25:49.041Z | PASS [ 0.025s] nextest-runner runner::tests::test_is_success |
1241 | 2024-12-02T04:25:49.041Z | PASS [ 0.035s] nextest-runner runner::tests::no_capture_settings |
1242 | 2024-12-02T04:25:49.064Z | PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1243 | 2024-12-02T04:25:49.064Z | PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1244 | 2024-12-02T04:25:49.064Z | PASS [ 0.034s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1245 | 2024-12-02T04:25:49.064Z | PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config |
1246 | 2024-12-02T04:25:49.064Z | PASS [ 0.020s] nextest-runner test_command::tests::parse_build_script |
1247 | 2024-12-02T04:25:49.087Z | PASS [ 0.027s] nextest-runner test_filter::tests::empty_pattern_examples |
1248 | 2024-12-02T04:25:49.087Z | PASS [ 0.028s] nextest-runner test_filter::tests::pattern_examples |
1249 | 2024-12-02T04:25:49.131Z | PASS [ 0.107s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1250 | 2024-12-02T04:25:49.154Z | PASS [ 0.023s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1251 | 2024-12-02T04:25:49.178Z | PASS [ 0.138s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1252 | 2024-12-02T04:25:49.201Z | PASS [ 0.121s] nextest-runner test_filter::tests::proptest_empty |
1253 | 2024-12-02T04:25:49.285Z | PASS [ 0.281s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1254 | 2024-12-02T04:25:49.308Z | PASS [ 0.211s] nextest-runner test_filter::tests::proptest_no_match |
1255 | 2024-12-02T04:25:49.599Z | PASS [ 0.532s] nextest-runner test_filter::tests::proptest_exact |
1256 | 2024-12-02T04:25:49.687Z | PASS [ 0.606s] nextest-runner test_filter::tests::proptest_substring |
1257 | 2024-12-02T04:25:49.739Z | PASS [ 0.571s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1258 | 2024-12-02T04:25:50.680Z | PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1259 | 2024-12-02T04:25:50.911Z | PASS [ 1.615s] nextest-runner::integration basic::test_list_binaries |
1260 | 2024-12-02T04:25:51.260Z | PASS [ 2.077s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1261 | 2024-12-02T04:25:51.284Z | PASS [ 1.982s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1262 | 2024-12-02T04:25:51.307Z | PASS [ 1.694s] nextest-runner::integration basic::test_list_tests |
1263 | 2024-12-02T04:25:51.331Z | PASS [ 0.028s] nextest-runner::integration target_runner::disregards_non_matching |
1264 | 2024-12-02T04:25:51.382Z | PASS [ 0.470s] nextest-runner::integration basic::test_run_ignored |
1265 | 2024-12-02T04:25:51.412Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1266 | 2024-12-02T04:25:51.435Z | PASS [ 21.655s] integration-tests::integration test_run |
1267 | 2024-12-02T04:25:51.458Z | PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1268 | 2024-12-02T04:25:51.609Z | PASS [ 0.348s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1269 | 2024-12-02T04:25:51.633Z | PASS [ 0.306s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1270 | 2024-12-02T04:25:51.658Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_cargo_env |
1271 | 2024-12-02T04:25:51.686Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli |
1272 | 2024-12-02T04:25:51.714Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1273 | 2024-12-02T04:25:51.742Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1274 | 2024-12-02T04:25:51.769Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env |
1275 | 2024-12-02T04:25:51.799Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1276 | 2024-12-02T04:25:51.826Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1277 | 2024-12-02T04:25:51.864Z | PASS [ 0.445s] nextest-runner::integration target_runner::parses_cargo_env |
1278 | 2024-12-02T04:25:52.092Z | PASS [ 0.651s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1279 | 2024-12-02T04:25:52.712Z | PASS [ 2.033s] nextest-runner::integration basic::test_run |
1280 | 2024-12-02T04:25:53.119Z | PASS [ 1.509s] nextest-runner::integration target_runner::test_run_with_target_runner |
1281 | 2024-12-02T04:25:53.649Z | PASS [ 2.381s] nextest-runner::integration basic::test_termination |
1282 | 2024-12-02T04:25:54.751Z | PASS [ 5.064s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1283 | 2024-12-02T04:25:54.829Z | PASS [ 5.090s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1284 | 2024-12-02T04:25:54.853Z | ──────────── |
1285 | 2024-12-02T04:25:54.853Z | Summary [ 34.145s] 281 tests run: 281 passed, 0 skipped |
1286 | 2024-12-02T04:25:54.876Z | |
1287 | 2024-12-02T04:25:54.876Z | real 35.593406459 |
1288 | 2024-12-02T04:25:54.876Z | user 1:55.210399225 |
1289 | 2024-12-02T04:25:54.876Z | sys 1:45.943192089 |
1290 | 2024-12-02T04:25:54.876Z | trap 0.263926257 |
1291 | 2024-12-02T04:25:54.876Z | tflt 0.368620000 |
1292 | 2024-12-02T04:25:54.876Z | dflt 0.889620159 |
1293 | 2024-12-02T04:25:54.876Z | kflt 0.031907492 |
1294 | 2024-12-02T04:25:54.876Z | lock 27:06.501619759 |
1295 | 2024-12-02T04:25:54.876Z | slp 45:23.499006072 |
1296 | 2024-12-02T04:25:54.876Z | lat 11:04.573560665 |
1297 | 2024-12-02T04:25:54.876Z | stop 5:06.999643615 |
1298 | 2024-12-02T04:25:54.876Z | + banner release |
1299 | 2024-12-02T04:25:54.876Z | |
1300 | 2024-12-02T04:25:54.876Z | ##### ###### # ###### ## #### ###### |
1301 | 2024-12-02T04:25:54.876Z | # # # # # # # # # |
1302 | 2024-12-02T04:25:54.876Z | # # ##### # ##### # # #### ##### |
1303 | 2024-12-02T04:25:54.876Z | ##### # # # ###### # # |
1304 | 2024-12-02T04:25:54.876Z | # # # # # # # # # # |
1305 | 2024-12-02T04:25:54.876Z | # # ###### ###### ###### # # #### ###### |
1306 | 2024-12-02T04:25:54.877Z | |
1307 | 2024-12-02T04:25:54.877Z | + ptime -m cargo nextest run --profile ci |
1308 | 2024-12-02T04:25:55.741Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s |
1309 | 2024-12-02T04:25:55.909Z | ------------ |
1310 | 2024-12-02T04:25:55.909Z | Nextest run ID 463a691c-dca5-4f84-ba26-c40ece1ab1ac with nextest profile: ci |
1311 | 2024-12-02T04:25:55.909Z | Starting 281 tests across 12 binaries |
1312 | 2024-12-02T04:25:55.954Z | PASS [ 0.035s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1313 | 2024-12-02T04:25:56.069Z | PASS [ 0.142s] cargo-nextest dispatch::tests::test_argument_parsing |
1314 | 2024-12-02T04:26:05.113Z | PASS [ 9.189s] integration-tests::integration test_list_binaries_only |
1315 | 2024-12-02T04:26:05.136Z | PASS [ 9.204s] integration-tests::integration test_list_default |
1316 | 2024-12-02T04:26:05.216Z | PASS [ 9.284s] integration-tests::integration test_list_full |
1317 | 2024-12-02T04:26:05.297Z | PASS [ 9.359s] integration-tests::integration test_list_full_after_build |
1318 | 2024-12-02T04:26:05.705Z | PASS [ 9.763s] integration-tests::integration test_list_host_after_build |
1319 | 2024-12-02T04:26:06.497Z | PASS [ 10.551s] integration-tests::integration test_list_target_after_build |
1320 | 2024-12-02T04:26:11.999Z | PASS [ 6.703s] integration-tests::integration test_run_from_archive_with_missing_includes |
1321 | 2024-12-02T04:26:12.847Z | PASS [ 16.791s] integration-tests::integration test_relocated_run |
1322 | 2024-12-02T04:26:14.953Z | PASS [ 8.457s] integration-tests::integration test_run_no_tests |
1323 | 2024-12-02T04:26:15.187Z | PASS [ 10.041s] integration-tests::integration test_run_after_build |
1324 | 2024-12-02T04:26:15.588Z | PASS [ 0.635s] integration-tests::integration test_setup_scripts_not_enabled |
1325 | 2024-12-02T04:26:15.843Z | PASS [ 19.889s] integration-tests::integration test_list_with_default_filter |
1326 | 2024-12-02T04:26:16.146Z | PASS [ 0.558s] integration-tests::integration test_show_config_version |
1327 | 2024-12-02T04:26:16.781Z | PASS [ 3.933s] integration-tests::integration test_setup_script_error |
1328 | 2024-12-02T04:26:16.832Z | PASS [ 0.053s] integration-tests::integration test_version_info |
1329 | 2024-12-02T04:26:17.019Z | PASS [ 11.802s] integration-tests::integration test_run_from_archive_with_includes |
1330 | 2024-12-02T04:26:17.042Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error |
1331 | 2024-12-02T04:26:17.065Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof |
1332 | 2024-12-02T04:26:17.094Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr |
1333 | 2024-12-02T04:26:17.117Z | PASS [ 0.039s] nextest-filtering parsing::tests::test_invalid_and_operator |
1334 | 2024-12-02T04:26:17.146Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_invalid_escapes |
1335 | 2024-12-02T04:26:17.173Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob |
1336 | 2024-12-02T04:26:17.196Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_or_operator |
1337 | 2024-12-02T04:26:17.220Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform |
1338 | 2024-12-02T04:26:17.278Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex |
1339 | 2024-12-02T04:26:17.392Z | PASS [ 0.049s] nextest-filtering parsing::tests::test_missing_argument |
1340 | 2024-12-02T04:26:17.416Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1341 | 2024-12-02T04:26:17.416Z | PASS [ 0.568s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1342 | 2024-12-02T04:26:17.416Z | PASS [ 0.075s] nextest-filtering parsing::tests::test_missing_close_regex |
1343 | 2024-12-02T04:26:17.439Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1344 | 2024-12-02T04:26:17.439Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_parentheses |
1345 | 2024-12-02T04:26:17.439Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma |
1346 | 2024-12-02T04:26:17.511Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_difference |
1347 | 2024-12-02T04:26:17.535Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1348 | 2024-12-02T04:26:17.535Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_not |
1349 | 2024-12-02T04:26:17.535Z | PASS [ 0.051s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1350 | 2024-12-02T04:26:17.536Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set |
1351 | 2024-12-02T04:26:17.559Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union |
1352 | 2024-12-02T04:26:17.597Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1353 | 2024-12-02T04:26:17.620Z | PASS [ 0.064s] nextest-filtering parsing::tests::test_parse_name_matcher |
1354 | 2024-12-02T04:26:17.621Z | PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1355 | 2024-12-02T04:26:17.650Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_set_def |
1356 | 2024-12-02T04:26:17.674Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex |
1357 | 2024-12-02T04:26:17.697Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_unexpected_argument |
1358 | 2024-12-02T04:26:17.697Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_unexpected_comma |
1359 | 2024-12-02T04:26:17.731Z | PASS [ 0.032s] nextest-filtering::match test_binary_query |
1360 | 2024-12-02T04:26:17.755Z | PASS [ 0.021s] nextest-filtering::match test_expr_binary |
1361 | 2024-12-02T04:26:17.798Z | PASS [ 0.030s] nextest-filtering::match test_expr_binary_id_glob |
1362 | 2024-12-02T04:26:17.834Z | PASS [ 0.035s] nextest-filtering::match test_expr_deps |
1363 | 2024-12-02T04:26:17.834Z | PASS [ 12.101s] integration-tests::integration test_run_from_archive_with_no_includes |
1364 | 2024-12-02T04:26:17.857Z | PASS [ 0.035s] nextest-filtering::match test_expr_kind |
1365 | 2024-12-02T04:26:17.880Z | PASS [ 0.031s] nextest-filtering::match test_expr_kind_partial |
1366 | 2024-12-02T04:26:17.932Z | PASS [ 0.041s] nextest-filtering::match test_expr_package_contains |
1367 | 2024-12-02T04:26:17.932Z | PASS [ 0.025s] nextest-filtering::match test_expr_package_equal |
1368 | 2024-12-02T04:26:17.957Z | PASS [ 0.057s] nextest-filtering::match test_expr_package_regex |
1369 | 2024-12-02T04:26:17.957Z | PASS [ 0.026s] nextest-filtering::match test_expr_platform |
1370 | 2024-12-02T04:26:17.982Z | PASS [ 0.023s] nextest-filtering::match test_expr_rdeps |
1371 | 2024-12-02T04:26:17.982Z | PASS [ 0.033s] nextest-filtering::match test_expr_test |
1372 | 2024-12-02T04:26:18.007Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_and_not |
1373 | 2024-12-02T04:26:18.007Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_difference::with_minus |
1374 | 2024-12-02T04:26:18.031Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1375 | 2024-12-02T04:26:18.056Z | PASS [ 0.352s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1376 | 2024-12-02T04:26:18.113Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_not |
1377 | 2024-12-02T04:26:18.113Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_and |
1378 | 2024-12-02T04:26:18.113Z | PASS [ 0.042s] nextest-filtering::match test_expr_test_union::with_or |
1379 | 2024-12-02T04:26:18.113Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_union::with_pipe |
1380 | 2024-12-02T04:26:18.113Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_plus |
1381 | 2024-12-02T04:26:18.113Z | PASS [ 0.028s] nextest-filtering::match test_expr_with_no_matching_packages |
1382 | 2024-12-02T04:26:18.113Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord |
1383 | 2024-12-02T04:26:18.113Z | PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1384 | 2024-12-02T04:26:18.138Z | PASS [ 0.021s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1385 | 2024-12-02T04:26:18.399Z | PASS [ 0.032s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1386 | 2024-12-02T04:26:18.399Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1387 | 2024-12-02T04:26:18.399Z | PASS [ 0.039s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1388 | 2024-12-02T04:26:18.399Z | PASS [ 0.061s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1389 | 2024-12-02T04:26:18.399Z | PASS [ 0.047s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1390 | 2024-12-02T04:26:18.424Z | PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1391 | 2024-12-02T04:26:18.424Z | PASS [ 0.055s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1392 | 2024-12-02T04:26:18.424Z | PASS [ 0.134s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1393 | 2024-12-02T04:26:18.424Z | PASS [ 0.079s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1394 | 2024-12-02T04:26:18.424Z | PASS [ 0.056s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1395 | 2024-12-02T04:26:18.424Z | PASS [ 0.083s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1396 | 2024-12-02T04:26:18.725Z | PASS [ 6.715s] integration-tests::integration test_run_with_default_filter |
1397 | 2024-12-02T04:26:18.767Z | PASS [ 0.346s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1398 | 2024-12-02T04:26:18.856Z | PASS [ 0.482s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1399 | 2024-12-02T04:26:18.880Z | PASS [ 0.481s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1400 | 2024-12-02T04:26:19.090Z | PASS [ 0.376s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1401 | 2024-12-02T04:26:19.114Z | PASS [ 0.331s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1402 | 2024-12-02T04:26:19.158Z | PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1403 | 2024-12-02T04:26:19.182Z | PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1404 | 2024-12-02T04:26:19.182Z | PASS [ 0.023s] nextest-runner config::config_impl::tests::default_config_is_valid |
1405 | 2024-12-02T04:26:19.206Z | PASS [ 0.019s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1406 | 2024-12-02T04:26:19.231Z | PASS [ 0.024s] nextest-runner config::identifier::tests::test_invalid |
1407 | 2024-12-02T04:26:19.255Z | PASS [ 0.019s] nextest-runner config::identifier::tests::test_valid |
1408 | 2024-12-02T04:26:19.279Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_accumulate |
1409 | 2024-12-02T04:26:19.279Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1410 | 2024-12-02T04:26:19.304Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1411 | 2024-12-02T04:26:19.329Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1412 | 2024-12-02T04:26:19.353Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1413 | 2024-12-02T04:26:19.377Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1414 | 2024-12-02T04:26:19.377Z | PASS [ 3.523s] integration-tests::integration test_target_arg |
1415 | 2024-12-02T04:26:19.377Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1416 | 2024-12-02T04:26:19.402Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1417 | 2024-12-02T04:26:19.402Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1418 | 2024-12-02T04:26:19.427Z | PASS [ 0.314s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1419 | 2024-12-02T04:26:19.427Z | PASS [ 0.318s] nextest-runner config::archive::tests::parse_valid |
1420 | 2024-12-02T04:26:19.516Z | PASS [ 0.348s] nextest-runner config::config_impl::tests::ignored_keys |
1421 | 2024-12-02T04:26:19.732Z | PASS [ 0.328s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1422 | 2024-12-02T04:26:19.756Z | PASS [ 0.305s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1423 | 2024-12-02T04:26:19.757Z | PASS [ 0.338s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1424 | 2024-12-02T04:26:19.757Z | PASS [ 0.333s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1425 | 2024-12-02T04:26:19.834Z | PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1426 | 2024-12-02T04:26:20.026Z | PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1427 | 2024-12-02T04:26:20.052Z | PASS [ 0.311s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1428 | 2024-12-02T04:26:20.076Z | PASS [ 0.316s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1429 | 2024-12-02T04:26:20.076Z | PASS [ 0.318s] nextest-runner config::overrides::tests::test_overrides_basic |
1430 | 2024-12-02T04:26:20.167Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1431 | 2024-12-02T04:26:20.355Z | PASS [ 0.323s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1432 | 2024-12-02T04:26:20.385Z | PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1433 | 2024-12-02T04:26:20.409Z | PASS [ 0.335s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1434 | 2024-12-02T04:26:20.409Z | PASS [ 0.370s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1435 | 2024-12-02T04:26:20.511Z | PASS [ 0.343s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1436 | 2024-12-02T04:26:20.694Z | PASS [ 0.343s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1437 | 2024-12-02T04:26:20.742Z | PASS [ 0.356s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1438 | 2024-12-02T04:26:20.767Z | PASS [ 0.358s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1439 | 2024-12-02T04:26:20.767Z | PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1440 | 2024-12-02T04:26:20.856Z | PASS [ 0.345s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1441 | 2024-12-02T04:26:21.015Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1442 | 2024-12-02T04:26:21.049Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1443 | 2024-12-02T04:26:21.087Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1444 | 2024-12-02T04:26:21.114Z | PASS [ 0.346s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1445 | 2024-12-02T04:26:21.168Z | PASS [ 0.324s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1446 | 2024-12-02T04:26:21.341Z | PASS [ 0.323s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1447 | 2024-12-02T04:26:21.370Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1448 | 2024-12-02T04:26:21.408Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1449 | 2024-12-02T04:26:21.432Z | PASS [ 0.336s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1450 | 2024-12-02T04:26:21.460Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1451 | 2024-12-02T04:26:21.608Z | PASS [ 5.462s] integration-tests::integration test_target_dir |
1452 | 2024-12-02T04:26:21.639Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1453 | 2024-12-02T04:26:21.664Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1454 | 2024-12-02T04:26:21.710Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1455 | 2024-12-02T04:26:21.735Z | PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1456 | 2024-12-02T04:26:21.774Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1457 | 2024-12-02T04:26:21.916Z | PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1458 | 2024-12-02T04:26:21.951Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1459 | 2024-12-02T04:26:21.975Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1460 | 2024-12-02T04:26:22.015Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1461 | 2024-12-02T04:26:22.066Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1462 | 2024-12-02T04:26:22.090Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1463 | 2024-12-02T04:26:22.224Z | PASS [ 7.052s] integration-tests::integration test_show_config_test_groups |
1464 | 2024-12-02T04:26:22.250Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1465 | 2024-12-02T04:26:22.275Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1466 | 2024-12-02T04:26:22.300Z | PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1467 | 2024-12-02T04:26:22.364Z | PASS [ 0.350s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1468 | 2024-12-02T04:26:22.390Z | PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1469 | 2024-12-02T04:26:22.415Z | PASS [ 0.317s] nextest-runner config::scripts::tests::test_scripts_basic |
1470 | 2024-12-02T04:26:22.553Z | PASS [ 0.327s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1471 | 2024-12-02T04:26:22.578Z | PASS [ 0.328s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1472 | 2024-12-02T04:26:22.605Z | PASS [ 0.334s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1473 | 2024-12-02T04:26:22.630Z | PASS [ 0.344s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1474 | 2024-12-02T04:26:22.691Z | PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1475 | 2024-12-02T04:26:22.715Z | PASS [ 0.332s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1476 | 2024-12-02T04:26:22.739Z | PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1477 | 2024-12-02T04:26:22.874Z | PASS [ 0.322s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1478 | 2024-12-02T04:26:22.910Z | PASS [ 0.332s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1479 | 2024-12-02T04:26:22.936Z | PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1480 | 2024-12-02T04:26:22.959Z | PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1481 | 2024-12-02T04:26:23.031Z | PASS [ 0.339s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1482 | 2024-12-02T04:26:23.055Z | PASS [ 0.345s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1483 | 2024-12-02T04:26:23.079Z | PASS [ 0.345s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1484 | 2024-12-02T04:26:23.181Z | PASS [ 0.308s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1485 | 2024-12-02T04:26:23.211Z | PASS [ 0.322s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1486 | 2024-12-02T04:26:23.260Z | PASS [ 0.319s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1487 | 2024-12-02T04:26:23.284Z | PASS [ 0.336s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1488 | 2024-12-02T04:26:23.379Z | PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1489 | 2024-12-02T04:26:23.403Z | PASS [ 0.344s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1490 | 2024-12-02T04:26:23.403Z | PASS [ 0.367s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1491 | 2024-12-02T04:26:23.489Z | PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1492 | 2024-12-02T04:26:23.516Z | PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1493 | 2024-12-02T04:26:23.576Z | PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1494 | 2024-12-02T04:26:23.599Z | PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1495 | 2024-12-02T04:26:23.678Z | PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1496 | 2024-12-02T04:26:23.702Z | PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1497 | 2024-12-02T04:26:23.725Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1498 | 2024-12-02T04:26:23.725Z | PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1499 | 2024-12-02T04:26:23.771Z | PASS [ 0.057s] nextest-runner errors::tests::display_error_chain |
1500 | 2024-12-02T04:26:23.795Z | PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1501 | 2024-12-02T04:26:23.818Z | PASS [ 0.294s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1502 | 2024-12-02T04:26:23.818Z | PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1503 | 2024-12-02T04:26:23.841Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1504 | 2024-12-02T04:26:23.841Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_list |
1505 | 2024-12-02T04:26:23.841Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1506 | 2024-12-02T04:26:23.865Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1507 | 2024-12-02T04:26:23.865Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1508 | 2024-12-02T04:26:23.865Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1509 | 2024-12-02T04:26:23.888Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1510 | 2024-12-02T04:26:23.888Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1511 | 2024-12-02T04:26:23.889Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1512 | 2024-12-02T04:26:23.889Z | PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1513 | 2024-12-02T04:26:23.912Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1514 | 2024-12-02T04:26:23.912Z | PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1515 | 2024-12-02T04:26:23.912Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1516 | 2024-12-02T04:26:23.912Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1517 | 2024-12-02T04:26:23.936Z | PASS [ 0.024s] nextest-runner list::test_list::tests::test_parse_test_list |
1518 | 2024-12-02T04:26:23.936Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1519 | 2024-12-02T04:26:23.959Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1520 | 2024-12-02T04:26:23.959Z | PASS [ 0.025s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1521 | 2024-12-02T04:26:23.959Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1522 | 2024-12-02T04:26:23.960Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1523 | 2024-12-02T04:26:23.960Z | PASS [ 0.025s] nextest-runner redact::tests::test_redact_path |
1524 | 2024-12-02T04:26:23.960Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings |
1525 | 2024-12-02T04:26:23.960Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1526 | 2024-12-02T04:26:23.983Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1527 | 2024-12-02T04:26:23.983Z | PASS [ 0.293s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1528 | 2024-12-02T04:26:23.983Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1529 | 2024-12-02T04:26:23.983Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1530 | 2024-12-02T04:26:24.007Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1531 | 2024-12-02T04:26:24.007Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1532 | 2024-12-02T04:26:24.007Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1533 | 2024-12-02T04:26:24.007Z | PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_final_warnings |
1534 | 2024-12-02T04:26:24.030Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1535 | 2024-12-02T04:26:24.030Z | PASS [ 0.305s] nextest-runner config::tool_config::tests::tool_config_basic |
1536 | 2024-12-02T04:26:24.030Z | PASS [ 0.022s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1537 | 2024-12-02T04:26:24.030Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1538 | 2024-12-02T04:26:24.030Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1539 | 2024-12-02T04:26:24.053Z | PASS [ 0.024s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1540 | 2024-12-02T04:26:24.053Z | PASS [ 0.062s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1541 | 2024-12-02T04:26:24.053Z | PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end |
1542 | 2024-12-02T04:26:24.053Z | PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1543 | 2024-12-02T04:26:24.053Z | PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1544 | 2024-12-02T04:26:24.077Z | PASS [ 0.056s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1545 | 2024-12-02T04:26:24.077Z | PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1546 | 2024-12-02T04:26:24.077Z | PASS [ 0.017s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1547 | 2024-12-02T04:26:24.100Z | PASS [ 0.018s] nextest-runner runner::tests::test_is_success |
1548 | 2024-12-02T04:26:24.100Z | PASS [ 0.027s] nextest-runner runner::tests::no_capture_settings |
1549 | 2024-12-02T04:26:24.100Z | PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1550 | 2024-12-02T04:26:24.123Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1551 | 2024-12-02T04:26:24.124Z | PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1552 | 2024-12-02T04:26:24.124Z | PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1553 | 2024-12-02T04:26:24.124Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1554 | 2024-12-02T04:26:24.124Z | PASS [ 0.016s] nextest-runner test_command::tests::parse_build_script |
1555 | 2024-12-02T04:26:24.124Z | PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config |
1556 | 2024-12-02T04:26:24.147Z | PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples |
1557 | 2024-12-02T04:26:24.147Z | PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples |
1558 | 2024-12-02T04:26:24.190Z | PASS [ 0.103s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1559 | 2024-12-02T04:26:24.213Z | PASS [ 0.017s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1560 | 2024-12-02T04:26:24.237Z | PASS [ 0.134s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1561 | 2024-12-02T04:26:24.260Z | PASS [ 0.134s] nextest-runner test_filter::tests::proptest_empty |
1562 | 2024-12-02T04:26:24.321Z | PASS [ 0.193s] nextest-runner test_filter::tests::proptest_no_match |
1563 | 2024-12-02T04:26:24.345Z | PASS [ 0.272s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1564 | 2024-12-02T04:26:24.446Z | PASS [ 0.100s] nextest-runner::integration basic::test_list_binaries |
1565 | 2024-12-02T04:26:24.500Z | PASS [ 0.245s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1566 | 2024-12-02T04:26:24.602Z | PASS [ 0.477s] nextest-runner test_filter::tests::proptest_exact |
1567 | 2024-12-02T04:26:24.663Z | PASS [ 0.337s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1568 | 2024-12-02T04:26:24.731Z | PASS [ 0.596s] nextest-runner test_filter::tests::proptest_substring |
1569 | 2024-12-02T04:26:24.755Z | PASS [ 0.309s] nextest-runner::integration basic::test_list_tests |
1570 | 2024-12-02T04:26:24.793Z | PASS [ 0.566s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1571 | 2024-12-02T04:26:25.047Z | PASS [ 0.297s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1572 | 2024-12-02T04:26:25.070Z | PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching |
1573 | 2024-12-02T04:26:25.195Z | PASS [ 0.464s] nextest-runner::integration basic::test_run_ignored |
1574 | 2024-12-02T04:26:25.220Z | PASS [ 0.026s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1575 | 2024-12-02T04:26:25.244Z | PASS [ 0.022s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1576 | 2024-12-02T04:26:25.355Z | PASS [ 0.285s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1577 | 2024-12-02T04:26:25.648Z | PASS [ 0.405s] nextest-runner::integration target_runner::parses_cargo_env |
1578 | 2024-12-02T04:26:25.730Z | PASS [ 1.521s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1579 | 2024-12-02T04:26:25.754Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env |
1580 | 2024-12-02T04:26:25.777Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli |
1581 | 2024-12-02T04:26:25.800Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1582 | 2024-12-02T04:26:25.825Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1583 | 2024-12-02T04:26:25.848Z | PASS [ 0.477s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1584 | 2024-12-02T04:26:25.848Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env |
1585 | 2024-12-02T04:26:25.848Z | PASS [ 0.021s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1586 | 2024-12-02T04:26:25.872Z | PASS [ 0.020s] nextest-runner::integration target_triple::parses_target_cli_option |
1587 | 2024-12-02T04:26:26.300Z | PASS [ 1.646s] nextest-runner::integration basic::test_run |
1588 | 2024-12-02T04:26:26.900Z | PASS [ 21.794s] integration-tests::integration test_run |
1589 | 2024-12-02T04:26:27.112Z | PASS [ 2.324s] nextest-runner::integration basic::test_termination |
1590 | 2024-12-02T04:26:27.150Z | PASS [ 1.507s] nextest-runner::integration target_runner::test_run_with_target_runner |
1591 | 2024-12-02T04:26:28.318Z | PASS [ 3.826s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1592 | 2024-12-02T04:26:28.350Z | PASS [ 3.755s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1593 | 2024-12-02T04:26:28.374Z | ------------ |
1594 | 2024-12-02T04:26:28.374Z | Summary [ 32.444s] 281 tests run: 281 passed, 0 skipped |
1595 | 2024-12-02T04:26:28.397Z | |
1596 | 2024-12-02T04:26:28.397Z | real 33.503742424 |
1597 | 2024-12-02T04:26:28.397Z | user 1:50.375155558 |
1598 | 2024-12-02T04:26:28.397Z | sys 1:42.381831184 |
1599 | 2024-12-02T04:26:28.397Z | trap 0.250930970 |
1600 | 2024-12-02T04:26:28.397Z | tflt 0.314673066 |
1601 | 2024-12-02T04:26:28.397Z | dflt 1.393603002 |
1602 | 2024-12-02T04:26:28.397Z | kflt 0.002156229 |
1603 | 2024-12-02T04:26:28.397Z | lock 26:53.309522575 |
1604 | 2024-12-02T04:26:28.397Z | slp 46:51.513595200 |
1605 | 2024-12-02T04:26:28.397Z | lat 11:18.183028794 |
1606 | 2024-12-02T04:26:28.397Z | stop 5:07.981950997 |
1607 | 2024-12-02T04:26:28.397Z | process exited: duration 290887 ms, exit code 0 |
|
1608 | 2024-12-02T04:26:28.444Z | found 0 output files |