|
|
|
1 | 2024-11-29T21:21:31.166Z | job assigned to worker 01JDWWS25YPTVM2FVBP6MRM2F8 [factory gimlet-EVT22200007-propolis, EVT22200007/19669] (queued for 24 s) |
|
2 | 2024-11-29T21:21:39.131Z | starting task 0: "setup" |
3 | 2024-11-29T21:21:39.155Z | ++ uname -s |
4 | 2024-11-29T21:21:39.155Z | + kern=SunOS |
5 | 2024-11-29T21:21:39.155Z | + case "$kern" in |
6 | 2024-11-29T21:21:39.155Z | + groupadd -g 12345 build |
7 | 2024-11-29T21:21:39.155Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T21:21:41.157Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T21:21:41.191Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T21:21:41.214Z | + home_fs=zfs |
11 | 2024-11-29T21:21:41.214Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T21:21:41.214Z | + mkdir -p /home/build |
13 | 2024-11-29T21:21:41.214Z | + chown build:build /home/build /work |
14 | 2024-11-29T21:21:43.200Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T21:21:43.224Z | process exited: duration 4072 ms, exit code 0 |
|
16 | 2024-11-29T21:21:43.270Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T21:21:43.294Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T21:21:43.294Z | * toolchain channel = "stable" |
19 | 2024-11-29T21:21:43.294Z | ' stable |
20 | 2024-11-29T21:21:43.294Z | * toolchain profile = "default" |
21 | 2024-11-29T21:21:43.294Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-29T21:21:43.294Z | ' default |
23 | 2024-11-29T21:21:43.294Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T21:21:43.294Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T21:21:43.417Z | info: downloading installer |
26 | 2024-11-29T21:21:43.792Z | info: profile set to 'default' |
27 | 2024-11-29T21:21:43.792Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T21:21:43.816Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T21:21:43.894Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T21:21:43.894Z | info: downloading component 'cargo' |
31 | 2024-11-29T21:21:44.011Z | info: downloading component 'clippy' |
32 | 2024-11-29T21:21:44.059Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T21:21:44.219Z | info: downloading component 'rust-std' |
34 | 2024-11-29T21:21:44.450Z | info: downloading component 'rustc' |
35 | 2024-11-29T21:21:45.299Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T21:21:45.339Z | info: installing component 'cargo' |
37 | 2024-11-29T21:21:46.487Z | info: installing component 'clippy' |
38 | 2024-11-29T21:21:46.952Z | info: installing component 'rust-docs' |
39 | 2024-11-29T21:21:49.815Z | info: installing component 'rust-std' |
40 | 2024-11-29T21:21:51.892Z | info: installing component 'rustc' |
41 | 2024-11-29T21:21:58.760Z | info: installing component 'rustfmt' |
42 | 2024-11-29T21:21:59.159Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T21:21:59.159Z | |
44 | 2024-11-29T21:21:59.304Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T21:21:59.304Z | |
46 | 2024-11-29T21:21:59.328Z | |
47 | 2024-11-29T21:21:59.328Z | Rust is installed now. Great! |
48 | 2024-11-29T21:21:59.328Z | |
49 | 2024-11-29T21:21:59.328Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T21:21:59.328Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T21:21:59.328Z | |
52 | 2024-11-29T21:21:59.328Z | To configure your current shell, you need to source |
53 | 2024-11-29T21:21:59.328Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T21:21:59.328Z | |
55 | 2024-11-29T21:21:59.328Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T21:21:59.328Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T21:21:59.328Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T21:21:59.421Z | + rustc --version |
59 | 2024-11-29T21:21:59.539Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T21:21:59.563Z | process exited: duration 16272 ms, exit code 0 |
|
61 | 2024-11-29T21:21:59.610Z | starting task 2: "authentication" |
62 | 2024-11-29T21:21:59.665Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-11-29T21:21:59.712Z | starting task 3: "clone repository" |
64 | 2024-11-29T21:21:59.736Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-11-29T21:21:59.736Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-11-29T21:21:59.759Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-11-29T21:22:01.445Z | + cd /work/nextest-rs/nextest |
68 | 2024-11-29T21:22:01.445Z | + git fetch origin 334d1a37296ed1ea2ef21cfcc0bba5e6a8e003cf |
69 | 2024-11-29T21:22:01.998Z | From https://github.com/nextest-rs/nextest |
70 | 2024-11-29T21:22:01.998Z | * branch 334d1a37296ed1ea2ef21cfcc0bba5e6a8e003cf -> FETCH_HEAD |
71 | 2024-11-29T21:22:02.022Z | + [[ -n '' ]] |
72 | 2024-11-29T21:22:02.022Z | + git reset --hard 334d1a37296ed1ea2ef21cfcc0bba5e6a8e003cf |
73 | 2024-11-29T21:22:02.091Z | HEAD is now at 334d1a37 [nextest-runner] pass stopwatch down to terminate_child |
74 | 2024-11-29T21:22:02.115Z | process exited: duration 2380 ms, exit code 0 |
|
75 | 2024-11-29T21:22:02.162Z | starting task 4: "build" |
76 | 2024-11-29T21:22:02.186Z | + PLATFORM=illumos |
77 | 2024-11-29T21:22:02.186Z | + export CARGO_TERM_COLOR=always |
78 | 2024-11-29T21:22:02.186Z | + CARGO_TERM_COLOR=always |
79 | 2024-11-29T21:22:02.186Z | + cargo --version |
80 | 2024-11-29T21:22:02.277Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
81 | 2024-11-29T21:22:02.300Z | + rustc --version |
82 | 2024-11-29T21:22:02.380Z | rustc 1.83.0 (90b35a623 2024-11-26) |
83 | 2024-11-29T21:22:02.404Z | + banner install |
84 | 2024-11-29T21:22:02.404Z | |
85 | 2024-11-29T21:22:02.404Z | # # # #### ##### ## # # |
86 | 2024-11-29T21:22:02.404Z | # ## # # # # # # # |
87 | 2024-11-29T21:22:02.404Z | # # # # #### # # # # # |
88 | 2024-11-29T21:22:02.404Z | # # # # # # ###### # # |
89 | 2024-11-29T21:22:02.404Z | # # ## # # # # # # # |
90 | 2024-11-29T21:22:02.404Z | # # # #### # # # ###### ###### |
91 | 2024-11-29T21:22:02.404Z | |
92 | 2024-11-29T21:22:02.404Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-11-29T21:22:02.404Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-11-29T21:22:02.404Z | + gunzip |
95 | 2024-11-29T21:22:02.404Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-11-29T21:22:03.308Z | + banner metadata |
97 | 2024-11-29T21:22:03.332Z | |
98 | 2024-11-29T21:22:03.332Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-11-29T21:22:03.332Z | ## ## # # # # # # # # # # # |
100 | 2024-11-29T21:22:03.332Z | # ## # ##### # # # # # # # # # # |
101 | 2024-11-29T21:22:03.332Z | # # # # ###### # # ###### # ###### |
102 | 2024-11-29T21:22:03.332Z | # # # # # # # # # # # # # |
103 | 2024-11-29T21:22:03.332Z | # # ###### # # # ##### # # # # # |
104 | 2024-11-29T21:22:03.333Z | |
105 | 2024-11-29T21:22:03.333Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-11-29T21:22:03.553Z | Updating crates.io index |
107 | 2024-11-29T21:22:04.900Z | Downloading crates ... |
108 | 2024-11-29T21:22:04.970Z | Downloaded addr2line v0.21.0 |
109 | 2024-11-29T21:22:04.994Z | Downloaded syn v2.0.89 |
110 | 2024-11-29T21:22:05.018Z | Downloaded is_terminal_polyfill v1.70.1 |
111 | 2024-11-29T21:22:05.018Z | Downloaded lazy_static v1.5.0 |
112 | 2024-11-29T21:22:05.018Z | Downloaded once_cell v1.20.2 |
113 | 2024-11-29T21:22:05.018Z | Downloaded strsim v0.11.1 |
114 | 2024-11-29T21:22:05.018Z | Downloaded log v0.4.22 |
115 | 2024-11-29T21:22:05.018Z | Downloaded utf8parse v0.2.2 |
116 | 2024-11-29T21:22:05.018Z | Downloaded tracing-core v0.1.33 |
117 | 2024-11-29T21:22:05.041Z | Downloaded tokio-macros v2.4.0 |
118 | 2024-11-29T21:22:05.042Z | Downloaded xxhash-rust v0.8.12 |
119 | 2024-11-29T21:22:05.042Z | Downloaded unicode-ident v1.0.14 |
120 | 2024-11-29T21:22:05.042Z | Downloaded unicase v2.8.0 |
121 | 2024-11-29T21:22:05.042Z | Downloaded zerocopy-derive v0.7.35 |
122 | 2024-11-29T21:22:05.042Z | Downloaded tracing v0.1.41 |
123 | 2024-11-29T21:22:05.065Z | Downloaded sharded-slab v0.1.7 |
124 | 2024-11-29T21:22:05.065Z | Downloaded gimli v0.28.1 |
125 | 2024-11-29T21:22:05.065Z | Downloaded serde_json v1.0.133 |
126 | 2024-11-29T21:22:05.089Z | Downloaded object v0.32.2 |
127 | 2024-11-29T21:22:05.089Z | Downloaded zerocopy v0.7.35 |
128 | 2024-11-29T21:22:05.114Z | Downloaded unicode-width v0.1.14 |
129 | 2024-11-29T21:22:05.114Z | Downloaded hashbrown v0.15.1 |
130 | 2024-11-29T21:22:05.114Z | Downloaded textwrap v0.16.1 |
131 | 2024-11-29T21:22:05.114Z | Downloaded ryu v1.0.18 |
132 | 2024-11-29T21:22:05.114Z | Downloaded rand v0.8.5 |
133 | 2024-11-29T21:22:05.138Z | Downloaded proc-macro2 v1.0.92 |
134 | 2024-11-29T21:22:05.138Z | Downloaded unicode-width v0.2.0 |
135 | 2024-11-29T21:22:05.138Z | Downloaded tracing-subscriber v0.3.18 |
136 | 2024-11-29T21:22:05.138Z | Downloaded socket2 v0.5.7 |
137 | 2024-11-29T21:22:05.138Z | Downloaded smallvec v1.13.2 |
138 | 2024-11-29T21:22:05.138Z | Downloaded rustc-demangle v0.1.24 |
139 | 2024-11-29T21:22:05.161Z | Downloaded pin-project-lite v0.2.15 |
140 | 2024-11-29T21:22:05.161Z | Downloaded rustix v0.38.37 |
141 | 2024-11-29T21:22:05.185Z | Downloaded thread_local v1.1.8 |
142 | 2024-11-29T21:22:05.185Z | Downloaded serde v1.0.215 |
143 | 2024-11-29T21:22:05.185Z | Downloaded rand_chacha v0.3.1 |
144 | 2024-11-29T21:22:05.185Z | Downloaded quote v1.0.37 |
145 | 2024-11-29T21:22:05.185Z | Downloaded mio v1.0.2 |
146 | 2024-11-29T21:22:05.185Z | Downloaded libc v0.2.166 |
147 | 2024-11-29T21:22:05.209Z | Downloaded libm v0.2.8 |
148 | 2024-11-29T21:22:05.232Z | Downloaded thiserror-impl v1.0.69 |
149 | 2024-11-29T21:22:05.232Z | Downloaded terminal_size v0.4.0 |
150 | 2024-11-29T21:22:05.232Z | Downloaded target-spec v3.2.2 |
151 | 2024-11-29T21:22:05.232Z | Downloaded supports-unicode v3.0.0 |
152 | 2024-11-29T21:22:05.232Z | Downloaded supports-color v3.0.2 |
153 | 2024-11-29T21:22:05.232Z | Downloaded smol_str v0.3.2 |
154 | 2024-11-29T21:22:05.232Z | Downloaded serde_derive v1.0.215 |
155 | 2024-11-29T21:22:05.232Z | Downloaded rand_core v0.6.4 |
156 | 2024-11-29T21:22:05.232Z | Downloaded ppv-lite86 v0.2.20 |
157 | 2024-11-29T21:22:05.232Z | Downloaded signal-hook-registry v1.4.2 |
158 | 2024-11-29T21:22:05.233Z | Downloaded shlex v1.3.0 |
159 | 2024-11-29T21:22:05.256Z | Downloaded owo-colors v4.1.0 |
160 | 2024-11-29T21:22:05.256Z | Downloaded num-traits v0.2.19 |
161 | 2024-11-29T21:22:05.256Z | Downloaded tokio v1.41.1 |
162 | 2024-11-29T21:22:05.279Z | Downloaded miniz_oxide v0.7.4 |
163 | 2024-11-29T21:22:05.303Z | Downloaded miette v7.4.0 |
164 | 2024-11-29T21:22:05.303Z | Downloaded unicode-linebreak v0.1.5 |
165 | 2024-11-29T21:22:05.303Z | Downloaded tracing-log v0.2.0 |
166 | 2024-11-29T21:22:05.303Z | Downloaded thiserror v1.0.69 |
167 | 2024-11-29T21:22:05.303Z | Downloaded target-lexicon v0.12.16 |
168 | 2024-11-29T21:22:05.303Z | Downloaded supports-hyperlinks v3.0.0 |
169 | 2024-11-29T21:22:05.303Z | Downloaded jobserver v0.1.32 |
170 | 2024-11-29T21:22:05.303Z | Downloaded miette-derive v7.4.0 |
171 | 2024-11-29T21:22:05.303Z | Downloaded equivalent v1.0.1 |
172 | 2024-11-29T21:22:05.303Z | Downloaded either v1.13.0 |
173 | 2024-11-29T21:22:05.303Z | Downloaded memchr v2.7.4 |
174 | 2024-11-29T21:22:05.327Z | Downloaded is_ci v1.2.0 |
175 | 2024-11-29T21:22:05.327Z | Downloaded indexmap v2.6.0 |
176 | 2024-11-29T21:22:05.327Z | Downloaded heck v0.5.0 |
177 | 2024-11-29T21:22:05.327Z | Downloaded guppy-workspace-hack v0.1.0 |
178 | 2024-11-29T21:22:05.327Z | Downloaded getrandom v0.2.15 |
179 | 2024-11-29T21:22:05.327Z | Downloaded errno v0.3.9 |
180 | 2024-11-29T21:22:05.327Z | Downloaded clap_lex v0.7.2 |
181 | 2024-11-29T21:22:05.327Z | Downloaded clap_derive v4.5.18 |
182 | 2024-11-29T21:22:05.327Z | Downloaded clap v4.5.21 |
183 | 2024-11-29T21:22:05.351Z | Downloaded cfg-if v1.0.0 |
184 | 2024-11-29T21:22:05.351Z | Downloaded cfg-expr v0.17.1 |
185 | 2024-11-29T21:22:05.352Z | Downloaded cc v1.1.31 |
186 | 2024-11-29T21:22:05.352Z | Downloaded itoa v1.0.13 |
187 | 2024-11-29T21:22:05.352Z | Downloaded console v0.15.8 |
188 | 2024-11-29T21:22:05.352Z | Downloaded clap_builder v4.5.21 |
189 | 2024-11-29T21:22:05.352Z | Downloaded cfg_aliases v0.2.1 |
190 | 2024-11-29T21:22:05.352Z | Downloaded camino v1.1.9 |
191 | 2024-11-29T21:22:05.375Z | Downloaded borsh v1.5.1 |
192 | 2024-11-29T21:22:05.375Z | Downloaded bitflags v2.6.0 |
193 | 2024-11-29T21:22:05.375Z | Downloaded backtrace-ext v0.2.1 |
194 | 2024-11-29T21:22:05.375Z | Downloaded anstyle-query v1.1.2 |
195 | 2024-11-29T21:22:05.375Z | Downloaded anstyle v1.0.9 |
196 | 2024-11-29T21:22:05.375Z | Downloaded anstream v0.6.17 |
197 | 2024-11-29T21:22:05.375Z | Downloaded adler v1.0.2 |
198 | 2024-11-29T21:22:05.375Z | Downloaded colorchoice v1.0.3 |
199 | 2024-11-29T21:22:05.375Z | Downloaded bytes v1.8.0 |
200 | 2024-11-29T21:22:05.398Z | Downloaded byteorder v1.5.0 |
201 | 2024-11-29T21:22:05.398Z | Downloaded autocfg v1.4.0 |
202 | 2024-11-29T21:22:05.399Z | Downloaded anstyle-parse v0.2.6 |
203 | 2024-11-29T21:22:05.399Z | Downloaded backtrace v0.3.71 |
204 | 2024-11-29T21:22:05.479Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-11-29T21:22:05.479Z | Compiling unicode-ident v1.0.14 |
206 | 2024-11-29T21:22:05.502Z | Compiling libc v0.2.166 |
207 | 2024-11-29T21:22:05.502Z | Compiling serde v1.0.215 |
208 | 2024-11-29T21:22:05.502Z | Compiling cfg-if v1.0.0 |
209 | 2024-11-29T21:22:05.502Z | Compiling shlex v1.3.0 |
210 | 2024-11-29T21:22:05.502Z | Compiling rustix v0.38.37 |
211 | 2024-11-29T21:22:05.632Z | Compiling memchr v2.7.4 |
212 | 2024-11-29T21:22:05.703Z | Compiling once_cell v1.20.2 |
213 | 2024-11-29T21:22:05.840Z | Compiling bitflags v2.6.0 |
214 | 2024-11-29T21:22:06.030Z | Compiling tracing-core v0.1.33 |
215 | 2024-11-29T21:22:06.031Z | Compiling byteorder v1.5.0 |
216 | 2024-11-29T21:22:06.155Z | Compiling gimli v0.28.1 |
217 | 2024-11-29T21:22:06.183Z | Compiling utf8parse v0.2.2 |
218 | 2024-11-29T21:22:06.305Z | Compiling camino v1.1.9 |
219 | 2024-11-29T21:22:06.329Z | Compiling adler v1.0.2 |
220 | 2024-11-29T21:22:06.500Z | Compiling miniz_oxide v0.7.4 |
221 | 2024-11-29T21:22:06.615Z | Compiling jobserver v0.1.32 |
222 | 2024-11-29T21:22:06.819Z | Compiling object v0.32.2 |
223 | 2024-11-29T21:22:06.874Z | Compiling quote v1.0.37 |
224 | 2024-11-29T21:22:07.088Z | Compiling cc v1.1.31 |
225 | 2024-11-29T21:22:07.112Z | Compiling errno v0.3.9 |
226 | 2024-11-29T21:22:07.136Z | Compiling getrandom v0.2.15 |
227 | 2024-11-29T21:22:07.189Z | Compiling syn v2.0.89 |
228 | 2024-11-29T21:22:07.326Z | Compiling anstyle-parse v0.2.6 |
229 | 2024-11-29T21:22:07.350Z | Compiling target-lexicon v0.12.16 |
230 | 2024-11-29T21:22:07.396Z | Compiling thiserror v1.0.69 |
231 | 2024-11-29T21:22:07.616Z | Compiling colorchoice v1.0.3 |
232 | 2024-11-29T21:22:07.764Z | Compiling rustc-demangle v0.1.24 |
233 | 2024-11-29T21:22:07.908Z | Compiling autocfg v1.4.0 |
234 | 2024-11-29T21:22:08.118Z | Compiling terminal_size v0.4.0 |
235 | 2024-11-29T21:22:08.303Z | Compiling serde_json v1.0.133 |
236 | 2024-11-29T21:22:08.484Z | Compiling lazy_static v1.5.0 |
237 | 2024-11-29T21:22:08.592Z | Compiling libm v0.2.8 |
238 | 2024-11-29T21:22:08.615Z | Compiling anstyle v1.0.9 |
239 | 2024-11-29T21:22:08.638Z | Compiling is_terminal_polyfill v1.70.1 |
240 | 2024-11-29T21:22:08.665Z | Compiling anstyle-query v1.1.2 |
241 | 2024-11-29T21:22:08.740Z | Compiling unicode-width v0.1.14 |
242 | 2024-11-29T21:22:08.802Z | Compiling owo-colors v4.1.0 |
243 | 2024-11-29T21:22:09.062Z | Compiling anstream v0.6.17 |
244 | 2024-11-29T21:22:09.106Z | Compiling num-traits v0.2.19 |
245 | 2024-11-29T21:22:09.310Z | Compiling rand_core v0.6.4 |
246 | 2024-11-29T21:22:09.456Z | Compiling addr2line v0.21.0 |
247 | 2024-11-29T21:22:09.563Z | Compiling itoa v1.0.13 |
248 | 2024-11-29T21:22:09.676Z | Compiling strsim v0.11.1 |
249 | 2024-11-29T21:22:09.707Z | Compiling backtrace v0.3.71 |
250 | 2024-11-29T21:22:09.707Z | Compiling guppy-workspace-hack v0.1.0 |
251 | 2024-11-29T21:22:09.804Z | Compiling log v0.4.22 |
252 | 2024-11-29T21:22:09.964Z | Compiling clap_lex v0.7.2 |
253 | 2024-11-29T21:22:10.028Z | Compiling unicode-width v0.2.0 |
254 | 2024-11-29T21:22:10.051Z | Compiling unicode-linebreak v0.1.5 |
255 | 2024-11-29T21:22:10.175Z | Compiling ryu v1.0.18 |
256 | 2024-11-29T21:22:10.334Z | Compiling unicase v2.8.0 |
257 | 2024-11-29T21:22:10.402Z | Compiling pin-project-lite v0.2.15 |
258 | 2024-11-29T21:22:10.425Z | Compiling heck v0.5.0 |
259 | 2024-11-29T21:22:10.449Z | Compiling is_ci v1.2.0 |
260 | 2024-11-29T21:22:10.472Z | Compiling textwrap v0.16.1 |
261 | 2024-11-29T21:22:10.519Z | Compiling tracing v0.1.41 |
262 | 2024-11-29T21:22:10.632Z | Compiling supports-color v3.0.2 |
263 | 2024-11-29T21:22:10.656Z | Compiling clap_builder v4.5.21 |
264 | 2024-11-29T21:22:10.742Z | Compiling tracing-log v0.2.0 |
265 | 2024-11-29T21:22:11.145Z | Compiling sharded-slab v0.1.7 |
266 | 2024-11-29T21:22:11.310Z | Compiling mio v1.0.2 |
267 | 2024-11-29T21:22:11.431Z | Compiling signal-hook-registry v1.4.2 |
268 | 2024-11-29T21:22:12.073Z | Compiling thread_local v1.1.8 |
269 | 2024-11-29T21:22:12.097Z | Compiling equivalent v1.0.1 |
270 | 2024-11-29T21:22:12.150Z | Compiling bytes v1.8.0 |
271 | 2024-11-29T21:22:12.193Z | Compiling smallvec v1.13.2 |
272 | 2024-11-29T21:22:12.260Z | Compiling target-spec v3.2.2 |
273 | 2024-11-29T21:22:12.343Z | Compiling supports-unicode v3.0.0 |
274 | 2024-11-29T21:22:12.499Z | Compiling hashbrown v0.15.1 |
275 | 2024-11-29T21:22:12.525Z | Compiling supports-hyperlinks v3.0.0 |
276 | 2024-11-29T21:22:12.549Z | Compiling cfg-expr v0.17.1 |
277 | 2024-11-29T21:22:12.661Z | Compiling backtrace-ext v0.2.1 |
278 | 2024-11-29T21:22:12.757Z | Compiling tracing-subscriber v0.3.18 |
279 | 2024-11-29T21:22:13.178Z | Compiling console v0.15.8 |
280 | 2024-11-29T21:22:13.416Z | Compiling xxhash-rust v0.8.12 |
281 | 2024-11-29T21:22:13.601Z | Compiling either v1.13.0 |
282 | 2024-11-29T21:22:14.838Z | Compiling serde_derive v1.0.215 |
283 | 2024-11-29T21:22:15.176Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-11-29T21:22:15.238Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-11-29T21:22:15.337Z | Compiling miette-derive v7.4.0 |
286 | 2024-11-29T21:22:15.715Z | Compiling tokio-macros v2.4.0 |
287 | 2024-11-29T21:22:16.616Z | Compiling clap_derive v4.5.18 |
288 | 2024-11-29T21:22:16.649Z | Compiling zerocopy v0.7.35 |
289 | 2024-11-29T21:22:16.806Z | Compiling tokio v1.41.1 |
290 | 2024-11-29T21:22:17.407Z | Compiling miette v7.4.0 |
291 | 2024-11-29T21:22:17.634Z | Compiling ppv-lite86 v0.2.20 |
292 | 2024-11-29T21:22:18.179Z | Compiling rand_chacha v0.3.1 |
293 | 2024-11-29T21:22:19.067Z | Compiling rand v0.8.5 |
294 | 2024-11-29T21:22:19.699Z | Compiling clap v4.5.21 |
295 | 2024-11-29T21:22:23.436Z | Compiling indexmap v2.6.0 |
296 | 2024-11-29T21:22:23.436Z | Compiling smol_str v0.3.2 |
297 | 2024-11-29T21:22:24.117Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-11-29T21:22:25.308Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-11-29T21:22:27.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.83s |
300 | 2024-11-29T21:22:27.396Z | |
301 | 2024-11-29T21:22:27.396Z | real 24.045141586 |
302 | 2024-11-29T21:22:27.396Z | user 1:55.025062440 |
303 | 2024-11-29T21:22:27.396Z | sys 18.514695528 |
304 | 2024-11-29T21:22:27.396Z | trap 0.067821800 |
305 | 2024-11-29T21:22:27.396Z | tflt 0.111110876 |
306 | 2024-11-29T21:22:27.396Z | dflt 0.220273232 |
307 | 2024-11-29T21:22:27.396Z | kflt 0.000671638 |
308 | 2024-11-29T21:22:27.396Z | lock 2:29.960167404 |
309 | 2024-11-29T21:22:27.421Z | slp 6:16.083221232 |
310 | 2024-11-29T21:22:27.421Z | lat 10.410525149 |
311 | 2024-11-29T21:22:27.421Z | stop 17.101666715 |
312 | 2024-11-29T21:22:27.421Z | + banner no-update |
313 | 2024-11-29T21:22:27.421Z | |
314 | 2024-11-29T21:22:27.421Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-11-29T21:22:27.421Z | ## # # # # # # # # # # # # # |
316 | 2024-11-29T21:22:27.421Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-11-29T21:22:27.421Z | # # # # # # # ##### # # ###### # # |
318 | 2024-11-29T21:22:27.421Z | # ## # # # # # # # # # # # |
319 | 2024-11-29T21:22:27.421Z | # # #### #### # ##### # # # ###### |
320 | 2024-11-29T21:22:27.421Z | |
321 | 2024-11-29T21:22:27.421Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-11-29T21:22:27.575Z | Downloading crates ... |
323 | 2024-11-29T21:22:27.825Z | Downloaded ahash v0.8.11 |
324 | 2024-11-29T21:22:27.850Z | Downloaded futures-sink v0.3.31 |
325 | 2024-11-29T21:22:27.850Z | Downloaded futures-executor v0.3.31 |
326 | 2024-11-29T21:22:27.850Z | Downloaded humantime-serde v1.1.1 |
327 | 2024-11-29T21:22:27.850Z | Downloaded humantime v2.1.0 |
328 | 2024-11-29T21:22:27.850Z | Downloaded toml v0.8.19 |
329 | 2024-11-29T21:22:27.850Z | Downloaded futures v0.3.31 |
330 | 2024-11-29T21:22:27.875Z | Downloaded zeroize v1.8.1 |
331 | 2024-11-29T21:22:27.875Z | Downloaded zstd-safe v7.2.1 |
332 | 2024-11-29T21:22:27.875Z | Downloaded zstd v0.13.2 |
333 | 2024-11-29T21:22:27.875Z | Downloaded tinyvec_macros v0.1.1 |
334 | 2024-11-29T21:22:27.875Z | Downloaded thiserror-impl v2.0.3 |
335 | 2024-11-29T21:22:27.875Z | Downloaded xattr v1.3.1 |
336 | 2024-11-29T21:22:27.899Z | Downloaded tinyvec v1.8.0 |
337 | 2024-11-29T21:22:27.899Z | Downloaded tempfile v3.13.0 |
338 | 2024-11-29T21:22:27.899Z | Downloaded unicode-normalization v0.1.24 |
339 | 2024-11-29T21:22:27.899Z | Downloaded winnow v0.6.20 |
340 | 2024-11-29T21:22:27.923Z | Downloaded nix v0.29.0 |
341 | 2024-11-29T21:22:27.923Z | Downloaded itertools v0.13.0 |
342 | 2024-11-29T21:22:27.923Z | Downloaded portable-atomic v1.9.0 |
343 | 2024-11-29T21:22:27.947Z | Downloaded futures-util v0.3.31 |
344 | 2024-11-29T21:22:27.947Z | Downloaded guppy v0.17.8 |
345 | 2024-11-29T21:22:27.971Z | Downloaded minimal-lexical v0.2.1 |
346 | 2024-11-29T21:22:27.971Z | Downloaded toml_edit v0.22.22 |
347 | 2024-11-29T21:22:27.995Z | Downloaded quick-xml v0.37.1 |
348 | 2024-11-29T21:22:27.995Z | Downloaded tar v0.4.43 |
349 | 2024-11-29T21:22:27.995Z | Downloaded ron v0.8.1 |
350 | 2024-11-29T21:22:27.995Z | Downloaded pin-project v1.1.7 |
351 | 2024-11-29T21:22:28.019Z | Downloaded bstr v1.11.0 |
352 | 2024-11-29T21:22:28.019Z | Downloaded pkg-config v0.3.31 |
353 | 2024-11-29T21:22:28.019Z | Downloaded regex-syntax v0.8.5 |
354 | 2024-11-29T21:22:28.043Z | Downloaded color-eyre v0.6.3 |
355 | 2024-11-29T21:22:28.043Z | Downloaded iana-time-zone v0.1.61 |
356 | 2024-11-29T21:22:28.043Z | Downloaded dialoguer v0.11.0 |
357 | 2024-11-29T21:22:28.043Z | Downloaded thiserror v2.0.3 |
358 | 2024-11-29T21:22:28.067Z | Downloaded static_assertions v1.1.0 |
359 | 2024-11-29T21:22:28.067Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-11-29T21:22:28.067Z | Downloaded serde_path_to_error v0.1.16 |
361 | 2024-11-29T21:22:28.068Z | Downloaded indent_write v2.2.0 |
362 | 2024-11-29T21:22:28.068Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
363 | 2024-11-29T21:22:28.091Z | Downloaded target-spec-miette v0.4.0 |
364 | 2024-11-29T21:22:28.091Z | Downloaded serde_ignored v0.1.10 |
365 | 2024-11-29T21:22:28.091Z | Downloaded pin-project-internal v1.1.7 |
366 | 2024-11-29T21:22:28.091Z | Downloaded fnv v1.0.7 |
367 | 2024-11-29T21:22:28.091Z | Downloaded vte v0.11.1 |
368 | 2024-11-29T21:22:28.091Z | Downloaded uuid v1.11.0 |
369 | 2024-11-29T21:22:28.091Z | Downloaded tokio-stream v0.1.16 |
370 | 2024-11-29T21:22:28.091Z | Downloaded regex-automata v0.4.8 |
371 | 2024-11-29T21:22:28.115Z | Downloaded petgraph v0.6.5 |
372 | 2024-11-29T21:22:28.139Z | Downloaded shared_child v1.0.1 |
373 | 2024-11-29T21:22:28.139Z | Downloaded owo-colors v3.5.0 |
374 | 2024-11-29T21:22:28.139Z | Downloaded version_check v0.9.5 |
375 | 2024-11-29T21:22:28.139Z | Downloaded tracing-error v0.2.0 |
376 | 2024-11-29T21:22:28.139Z | Downloaded tracing-attributes v0.1.28 |
377 | 2024-11-29T21:22:28.139Z | Downloaded toml_datetime v0.6.8 |
378 | 2024-11-29T21:22:28.139Z | Downloaded swrite v0.1.0 |
379 | 2024-11-29T21:22:28.139Z | Downloaded strip-ansi-escapes v0.2.0 |
380 | 2024-11-29T21:22:28.139Z | Downloaded slab v0.4.9 |
381 | 2024-11-29T21:22:28.139Z | Downloaded shell-words v1.1.0 |
382 | 2024-11-29T21:22:28.139Z | Downloaded regex v1.11.1 |
383 | 2024-11-29T21:22:28.163Z | Downloaded quick-junit v0.5.1 |
384 | 2024-11-29T21:22:28.163Z | Downloaded pin-utils v0.1.0 |
385 | 2024-11-29T21:22:28.163Z | Downloaded pathdiff v0.2.3 |
386 | 2024-11-29T21:22:28.163Z | Downloaded nested v0.1.1 |
387 | 2024-11-29T21:22:28.163Z | Downloaded indenter v0.3.3 |
388 | 2024-11-29T21:22:28.163Z | Downloaded home v0.5.9 |
389 | 2024-11-29T21:22:28.163Z | Downloaded globset v0.4.15 |
390 | 2024-11-29T21:22:28.164Z | Downloaded futures-macro v0.3.31 |
391 | 2024-11-29T21:22:28.164Z | Downloaded color-spantrace v0.2.1 |
392 | 2024-11-29T21:22:28.188Z | Downloaded vte_generate_state_changes v0.1.2 |
393 | 2024-11-29T21:22:28.188Z | Downloaded os_pipe v1.2.1 |
394 | 2024-11-29T21:22:28.188Z | Downloaded nom v7.1.3 |
395 | 2024-11-29T21:22:28.188Z | Downloaded newtype-uuid v1.1.3 |
396 | 2024-11-29T21:22:28.188Z | Downloaded indicatif v0.17.9 |
397 | 2024-11-29T21:22:28.188Z | Downloaded debug-ignore v1.0.5 |
398 | 2024-11-29T21:22:28.188Z | Downloaded cargo-platform v0.1.8 |
399 | 2024-11-29T21:22:28.188Z | Downloaded base64 v0.21.7 |
400 | 2024-11-29T21:22:28.188Z | Downloaded chrono v0.4.38 |
401 | 2024-11-29T21:22:28.212Z | Downloaded camino-tempfile v1.1.1 |
402 | 2024-11-29T21:22:28.212Z | Downloaded semver v1.0.23 |
403 | 2024-11-29T21:22:28.212Z | Downloaded number_prefix v0.4.0 |
404 | 2024-11-29T21:22:28.212Z | Downloaded async-scoped v0.9.0 |
405 | 2024-11-29T21:22:28.212Z | Downloaded futures-task v0.3.31 |
406 | 2024-11-29T21:22:28.212Z | Downloaded futures-io v0.3.31 |
407 | 2024-11-29T21:22:28.212Z | Downloaded recursion v0.5.2 |
408 | 2024-11-29T21:22:28.212Z | Downloaded future-queue v0.3.0 |
409 | 2024-11-29T21:22:28.236Z | Downloaded duct v0.13.7 |
410 | 2024-11-29T21:22:28.236Z | Downloaded aho-corasick v1.1.3 |
411 | 2024-11-29T21:22:28.236Z | Downloaded futures-channel v0.3.31 |
412 | 2024-11-29T21:22:28.236Z | Downloaded filetime v0.2.25 |
413 | 2024-11-29T21:22:28.236Z | Downloaded eyre v0.6.12 |
414 | 2024-11-29T21:22:28.236Z | Downloaded enable-ansi-support v0.2.1 |
415 | 2024-11-29T21:22:28.236Z | Downloaded config v0.14.1 |
416 | 2024-11-29T21:22:28.236Z | Downloaded cargo_metadata v0.18.1 |
417 | 2024-11-29T21:22:28.236Z | Downloaded futures-core v0.3.31 |
418 | 2024-11-29T21:22:28.261Z | Downloaded fixedbitset v0.4.2 |
419 | 2024-11-29T21:22:28.261Z | Downloaded fastrand v2.1.1 |
420 | 2024-11-29T21:22:28.261Z | Downloaded display-error-chain v0.2.2 |
421 | 2024-11-29T21:22:28.261Z | Downloaded atomicwrites v0.4.4 |
422 | 2024-11-29T21:22:28.285Z | Compiling rustix v0.38.37 |
423 | 2024-11-29T21:22:28.286Z | Compiling tracing-attributes v0.1.28 |
424 | 2024-11-29T21:22:28.310Z | Compiling slab v0.4.9 |
425 | 2024-11-29T21:22:28.310Z | Compiling futures-core v0.3.31 |
426 | 2024-11-29T21:22:28.333Z | Compiling futures-sink v0.3.31 |
427 | 2024-11-29T21:22:28.333Z | Compiling pkg-config v0.3.31 |
428 | 2024-11-29T21:22:28.334Z | Compiling futures-macro v0.3.31 |
429 | 2024-11-29T21:22:28.334Z | Compiling semver v1.0.23 |
430 | 2024-11-29T21:22:28.432Z | Compiling futures-task v0.3.31 |
431 | 2024-11-29T21:22:28.505Z | Compiling futures-channel v0.3.31 |
432 | 2024-11-29T21:22:28.666Z | Compiling version_check v0.9.5 |
433 | 2024-11-29T21:22:28.740Z | Compiling pin-utils v0.1.0 |
434 | 2024-11-29T21:22:28.821Z | Compiling futures-io v0.3.31 |
435 | 2024-11-29T21:22:28.955Z | Compiling aho-corasick v1.1.3 |
436 | 2024-11-29T21:22:29.023Z | Compiling fastrand v2.1.1 |
437 | 2024-11-29T21:22:29.084Z | Compiling regex-syntax v0.8.5 |
438 | 2024-11-29T21:22:29.238Z | Compiling ahash v0.8.11 |
439 | 2024-11-29T21:22:29.269Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
440 | 2024-11-29T21:22:29.468Z | Compiling winnow v0.6.20 |
441 | 2024-11-29T21:22:29.580Z | Compiling thiserror v2.0.3 |
442 | 2024-11-29T21:22:29.852Z | Compiling futures-util v0.3.31 |
443 | 2024-11-29T21:22:30.697Z | Compiling tracing v0.1.41 |
444 | 2024-11-29T21:22:30.946Z | Compiling terminal_size v0.4.0 |
445 | 2024-11-29T21:22:31.036Z | Compiling tokio v1.41.1 |
446 | 2024-11-29T21:22:31.099Z | Compiling clap_builder v4.5.21 |
447 | 2024-11-29T21:22:31.144Z | Compiling miette v7.4.0 |
448 | 2024-11-29T21:22:32.008Z | Compiling regex-automata v0.4.8 |
449 | 2024-11-29T21:22:33.191Z | Compiling tempfile v3.13.0 |
450 | 2024-11-29T21:22:33.802Z | Compiling pathdiff v0.2.3 |
451 | 2024-11-29T21:22:33.934Z | Compiling clap v4.5.21 |
452 | 2024-11-29T21:22:33.958Z | Compiling toml_datetime v0.6.8 |
453 | 2024-11-29T21:22:34.015Z | Compiling cargo-platform v0.1.8 |
454 | 2024-11-29T21:22:34.163Z | Compiling serde_spanned v0.6.8 |
455 | 2024-11-29T21:22:34.332Z | Compiling thiserror-impl v2.0.3 |
456 | 2024-11-29T21:22:34.356Z | Compiling vte_generate_state_changes v0.1.2 |
457 | 2024-11-29T21:22:34.356Z | Compiling newtype-uuid v1.1.3 |
458 | 2024-11-29T21:22:34.454Z | Compiling cfg_aliases v0.2.1 |
459 | 2024-11-29T21:22:34.532Z | Compiling fixedbitset v0.4.2 |
460 | 2024-11-29T21:22:34.624Z | Compiling portable-atomic v1.9.0 |
461 | 2024-11-29T21:22:34.834Z | Compiling zstd-safe v7.2.1 |
462 | 2024-11-29T21:22:34.906Z | Compiling vte v0.11.1 |
463 | 2024-11-29T21:22:35.132Z | Compiling petgraph v0.6.5 |
464 | 2024-11-29T21:22:35.354Z | Compiling nix v0.29.0 |
465 | 2024-11-29T21:22:35.884Z | Compiling toml_edit v0.22.22 |
466 | 2024-11-29T21:22:35.939Z | Compiling cargo_metadata v0.18.1 |
467 | 2024-11-29T21:22:36.615Z | Compiling futures-executor v0.3.31 |
468 | 2024-11-29T21:22:37.065Z | Compiling itertools v0.13.0 |
469 | 2024-11-29T21:22:37.320Z | Compiling uuid v1.11.0 |
470 | 2024-11-29T21:22:37.880Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
471 | 2024-11-29T21:22:37.958Z | Compiling pin-project-internal v1.1.7 |
472 | 2024-11-29T21:22:38.669Z | Compiling bstr v1.11.0 |
473 | 2024-11-29T21:22:38.728Z | Compiling minimal-lexical v0.2.1 |
474 | 2024-11-29T21:22:39.188Z | Compiling tinyvec_macros v0.1.1 |
475 | 2024-11-29T21:22:39.217Z | Compiling debug-ignore v1.0.5 |
476 | 2024-11-29T21:22:39.277Z | Compiling nested v0.1.1 |
477 | 2024-11-29T21:22:39.346Z | Compiling static_assertions v1.1.0 |
478 | 2024-11-29T21:22:39.436Z | Compiling iana-time-zone v0.1.61 |
479 | 2024-11-29T21:22:39.467Z | Compiling eyre v0.6.12 |
480 | 2024-11-29T21:22:39.512Z | Compiling guppy v0.17.8 |
481 | 2024-11-29T21:22:39.637Z | Compiling chrono v0.4.38 |
482 | 2024-11-29T21:22:39.820Z | Compiling globset v0.4.15 |
483 | 2024-11-29T21:22:40.095Z | Compiling pin-project v1.1.7 |
484 | 2024-11-29T21:22:40.204Z | Compiling tinyvec v1.8.0 |
485 | 2024-11-29T21:22:40.327Z | Compiling nom v7.1.3 |
486 | 2024-11-29T21:22:41.337Z | Compiling toml v0.8.19 |
487 | 2024-11-29T21:22:41.361Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
488 | 2024-11-29T21:22:42.613Z | Compiling futures v0.3.31 |
489 | 2024-11-29T21:22:42.637Z | Compiling strip-ansi-escapes v0.2.0 |
490 | 2024-11-29T21:22:42.705Z | Compiling regex v1.11.1 |
491 | 2024-11-29T21:22:42.824Z | Compiling tracing-error v0.2.0 |
492 | 2024-11-29T21:22:42.929Z | Compiling xattr v1.3.1 |
493 | 2024-11-29T21:22:43.087Z | Compiling filetime v0.2.25 |
494 | 2024-11-29T21:22:43.139Z | Compiling os_pipe v1.2.1 |
495 | 2024-11-29T21:22:43.226Z | Compiling shared_child v1.0.1 |
496 | 2024-11-29T21:22:43.328Z | Compiling quick-xml v0.37.1 |
497 | 2024-11-29T21:22:43.376Z | Compiling number_prefix v0.4.0 |
498 | 2024-11-29T21:22:43.519Z | Compiling owo-colors v3.5.0 |
499 | 2024-11-29T21:22:43.547Z | Compiling humantime v2.1.0 |
500 | 2024-11-29T21:22:43.575Z | Compiling shell-words v1.1.0 |
501 | 2024-11-29T21:22:43.660Z | Compiling indenter v0.3.3 |
502 | 2024-11-29T21:22:43.787Z | Compiling recursion v0.5.2 |
503 | 2024-11-29T21:22:43.858Z | Compiling fnv v1.0.7 |
504 | 2024-11-29T21:22:43.968Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
505 | 2024-11-29T21:22:43.992Z | Compiling future-queue v0.3.0 |
506 | 2024-11-29T21:22:43.992Z | Compiling humantime-serde v1.1.1 |
507 | 2024-11-29T21:22:44.259Z | Compiling quick-junit v0.5.1 |
508 | 2024-11-29T21:22:44.756Z | Compiling color-spantrace v0.2.1 |
509 | 2024-11-29T21:22:44.919Z | Compiling indicatif v0.17.9 |
510 | 2024-11-29T21:22:44.956Z | Compiling duct v0.13.7 |
511 | 2024-11-29T21:22:45.059Z | Compiling tar v0.4.43 |
512 | 2024-11-29T21:22:45.182Z | Compiling async-scoped v0.9.0 |
513 | 2024-11-29T21:22:45.395Z | Compiling config v0.14.1 |
514 | 2024-11-29T21:22:45.530Z | Compiling zstd v0.13.2 |
515 | 2024-11-29T21:22:45.975Z | Compiling unicode-normalization v0.1.24 |
516 | 2024-11-29T21:22:46.174Z | Compiling tokio-stream v0.1.16 |
517 | 2024-11-29T21:22:46.251Z | Compiling camino-tempfile v1.1.1 |
518 | 2024-11-29T21:22:46.612Z | Compiling atomicwrites v0.4.4 |
519 | 2024-11-29T21:22:46.800Z | Compiling target-spec-miette v0.4.0 |
520 | 2024-11-29T21:22:46.831Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
521 | 2024-11-29T21:22:46.855Z | Compiling serde_path_to_error v0.1.16 |
522 | 2024-11-29T21:22:46.879Z | Compiling serde_ignored v0.1.10 |
523 | 2024-11-29T21:22:46.903Z | Compiling swrite v0.1.0 |
524 | 2024-11-29T21:22:46.927Z | Compiling display-error-chain v0.2.2 |
525 | 2024-11-29T21:22:46.991Z | Compiling indent_write v2.2.0 |
526 | 2024-11-29T21:22:47.035Z | Compiling home v0.5.9 |
527 | 2024-11-29T21:22:47.060Z | Compiling zeroize v1.8.1 |
528 | 2024-11-29T21:22:47.095Z | Compiling color-eyre v0.6.3 |
529 | 2024-11-29T21:22:47.157Z | Compiling enable-ansi-support v0.2.1 |
530 | 2024-11-29T21:22:47.240Z | Compiling dialoguer v0.11.0 |
531 | 2024-11-29T21:22:47.361Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
532 | 2024-11-29T21:23:13.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.66s |
533 | 2024-11-29T21:23:13.185Z | |
534 | 2024-11-29T21:23:13.208Z | real 45.762109745 |
535 | 2024-11-29T21:23:13.209Z | user 2:56.930559803 |
536 | 2024-11-29T21:23:13.209Z | sys 22.401704454 |
537 | 2024-11-29T21:23:13.209Z | trap 0.097006900 |
538 | 2024-11-29T21:23:13.209Z | tflt 0.140706683 |
539 | 2024-11-29T21:23:13.209Z | dflt 0.144207305 |
540 | 2024-11-29T21:23:13.209Z | kflt 0.000995754 |
541 | 2024-11-29T21:23:13.209Z | lock 4:56.674026833 |
542 | 2024-11-29T21:23:13.209Z | slp 10:48.044006441 |
543 | 2024-11-29T21:23:13.209Z | lat 6.264018058 |
544 | 2024-11-29T21:23:13.209Z | stop 7.137739970 |
545 | 2024-11-29T21:23:13.209Z | + banner nextest |
546 | 2024-11-29T21:23:13.209Z | |
547 | 2024-11-29T21:23:13.209Z | # # ###### # # ##### ###### #### ##### |
548 | 2024-11-29T21:23:13.209Z | ## # # # # # # # # |
549 | 2024-11-29T21:23:13.209Z | # # # ##### ## # ##### #### # |
550 | 2024-11-29T21:23:13.209Z | # # # # ## # # # # |
551 | 2024-11-29T21:23:13.209Z | # ## # # # # # # # # |
552 | 2024-11-29T21:23:13.209Z | # # ###### # # # ###### #### # |
553 | 2024-11-29T21:23:13.209Z | |
554 | 2024-11-29T21:23:13.209Z | + ptime -m cargo build --package cargo-nextest |
555 | 2024-11-29T21:23:13.383Z | Downloading crates ... |
556 | 2024-11-29T21:23:13.512Z | Downloaded adler2 v2.0.0 |
557 | 2024-11-29T21:23:13.536Z | Downloaded crc32fast v1.4.2 |
558 | 2024-11-29T21:23:13.536Z | Downloaded base64ct v1.6.0 |
559 | 2024-11-29T21:23:13.536Z | Downloaded block-buffer v0.10.4 |
560 | 2024-11-29T21:23:13.536Z | Downloaded curve25519-dalek-derive v0.1.1 |
561 | 2024-11-29T21:23:13.536Z | Downloaded curve25519-dalek v4.1.3 |
562 | 2024-11-29T21:23:13.560Z | Downloaded percent-encoding v2.3.1 |
563 | 2024-11-29T21:23:13.560Z | Downloaded mukti-metadata v0.3.0 |
564 | 2024-11-29T21:23:13.560Z | Downloaded http-body v1.0.1 |
565 | 2024-11-29T21:23:13.560Z | Downloaded urlencoding v2.1.3 |
566 | 2024-11-29T21:23:13.560Z | Downloaded want v0.3.1 |
567 | 2024-11-29T21:23:13.560Z | Downloaded sync_wrapper v1.0.1 |
568 | 2024-11-29T21:23:13.560Z | Downloaded untrusted v0.9.0 |
569 | 2024-11-29T21:23:13.585Z | Downloaded self-replace v1.5.0 |
570 | 2024-11-29T21:23:13.585Z | Downloaded zipsign-api v0.1.2 |
571 | 2024-11-29T21:23:13.585Z | Downloaded typenum v1.17.0 |
572 | 2024-11-29T21:23:13.585Z | Downloaded unicode-bidi v0.3.17 |
573 | 2024-11-29T21:23:13.609Z | Downloaded url v2.5.2 |
574 | 2024-11-29T21:23:13.609Z | Downloaded der v0.7.9 |
575 | 2024-11-29T21:23:13.609Z | Downloaded quinn v0.11.5 |
576 | 2024-11-29T21:23:13.609Z | Downloaded openssl-sys v0.9.104 |
577 | 2024-11-29T21:23:13.609Z | Downloaded hyper v1.5.0 |
578 | 2024-11-29T21:23:13.633Z | Downloaded hyper-util v0.1.9 |
579 | 2024-11-29T21:23:13.633Z | Downloaded reqwest v0.12.8 |
580 | 2024-11-29T21:23:13.657Z | Downloaded rustls-webpki v0.102.8 |
581 | 2024-11-29T21:23:13.681Z | Downloaded vcpkg v0.2.15 |
582 | 2024-11-29T21:23:13.704Z | Downloaded idna v0.5.0 |
583 | 2024-11-29T21:23:13.728Z | Downloaded quinn-proto v0.11.8 |
584 | 2024-11-29T21:23:13.728Z | Downloaded webpki-roots v0.26.6 |
585 | 2024-11-29T21:23:13.728Z | Downloaded openssl v0.10.68 |
586 | 2024-11-29T21:23:13.752Z | Downloaded quick-xml v0.23.1 |
587 | 2024-11-29T21:23:13.752Z | Downloaded rustls v0.23.19 |
588 | 2024-11-29T21:23:13.776Z | Downloaded flate2 v1.0.34 |
589 | 2024-11-29T21:23:13.776Z | Downloaded ed25519-dalek v2.1.1 |
590 | 2024-11-29T21:23:13.776Z | Downloaded rustls-pki-types v1.10.0 |
591 | 2024-11-29T21:23:13.776Z | Downloaded pkcs8 v0.10.2 |
592 | 2024-11-29T21:23:13.776Z | Downloaded spin v0.9.8 |
593 | 2024-11-29T21:23:13.776Z | Downloaded self_update v0.41.0 |
594 | 2024-11-29T21:23:13.776Z | Downloaded miniz_oxide v0.8.0 |
595 | 2024-11-29T21:23:13.802Z | Downloaded tokio-rustls v0.26.0 |
596 | 2024-11-29T21:23:13.802Z | Downloaded tokio-native-tls v0.3.1 |
597 | 2024-11-29T21:23:13.802Z | Downloaded subtle v2.6.1 |
598 | 2024-11-29T21:23:13.802Z | Downloaded spki v0.7.3 |
599 | 2024-11-29T21:23:13.802Z | Downloaded sha2 v0.10.8 |
600 | 2024-11-29T21:23:13.802Z | Downloaded rustls-pemfile v2.2.0 |
601 | 2024-11-29T21:23:13.802Z | Downloaded quinn-udp v0.5.5 |
602 | 2024-11-29T21:23:13.802Z | Downloaded hyper-rustls v0.27.3 |
603 | 2024-11-29T21:23:13.802Z | Downloaded serde_urlencoded v0.7.1 |
604 | 2024-11-29T21:23:13.802Z | Downloaded rustc_version v0.4.1 |
605 | 2024-11-29T21:23:13.802Z | Downloaded signature v2.2.0 |
606 | 2024-11-29T21:23:13.826Z | Downloaded rustc-hash v2.0.0 |
607 | 2024-11-29T21:23:13.827Z | Downloaded native-tls v0.2.12 |
608 | 2024-11-29T21:23:13.827Z | Downloaded tower-service v0.3.3 |
609 | 2024-11-29T21:23:13.827Z | Downloaded httparse v1.9.5 |
610 | 2024-11-29T21:23:13.827Z | Downloaded http-body-util v0.1.2 |
611 | 2024-11-29T21:23:13.827Z | Downloaded hex v0.4.3 |
612 | 2024-11-29T21:23:13.851Z | Downloaded generic-array v0.14.7 |
613 | 2024-11-29T21:23:13.851Z | Downloaded try-lock v0.2.5 |
614 | 2024-11-29T21:23:13.851Z | Downloaded mime v0.3.17 |
615 | 2024-11-29T21:23:13.851Z | Downloaded hyper-tls v0.6.0 |
616 | 2024-11-29T21:23:13.851Z | Downloaded digest v0.10.7 |
617 | 2024-11-29T21:23:13.851Z | Downloaded ipnet v2.10.1 |
618 | 2024-11-29T21:23:13.851Z | Downloaded http v1.1.0 |
619 | 2024-11-29T21:23:13.851Z | Downloaded foreign-types-shared v0.1.1 |
620 | 2024-11-29T21:23:13.851Z | Downloaded ed25519 v2.2.3 |
621 | 2024-11-29T21:23:13.851Z | Downloaded const-oid v0.9.6 |
622 | 2024-11-29T21:23:13.877Z | Downloaded base64 v0.22.1 |
623 | 2024-11-29T21:23:13.877Z | Downloaded openssl-probe v0.1.5 |
624 | 2024-11-29T21:23:13.877Z | Downloaded openssl-macros v0.1.1 |
625 | 2024-11-29T21:23:13.877Z | Downloaded form_urlencoded v1.2.1 |
626 | 2024-11-29T21:23:13.877Z | Downloaded foreign-types v0.3.2 |
627 | 2024-11-29T21:23:13.877Z | Downloaded cpufeatures v0.2.14 |
628 | 2024-11-29T21:23:13.877Z | Downloaded crypto-common v0.1.6 |
629 | 2024-11-29T21:23:13.901Z | Downloaded ring v0.17.8 |
630 | 2024-11-29T21:23:14.012Z | Compiling socket2 v0.5.7 |
631 | 2024-11-29T21:23:14.036Z | Compiling futures-channel v0.3.31 |
632 | 2024-11-29T21:23:14.036Z | Compiling smallvec v1.13.2 |
633 | 2024-11-29T21:23:14.036Z | Compiling ring v0.17.8 |
634 | 2024-11-29T21:23:14.060Z | Compiling rustls-pki-types v1.10.0 |
635 | 2024-11-29T21:23:14.060Z | Compiling http v1.1.0 |
636 | 2024-11-29T21:23:14.060Z | Compiling typenum v1.17.0 |
637 | 2024-11-29T21:23:14.083Z | Compiling spin v0.9.8 |
638 | 2024-11-29T21:23:14.216Z | Compiling untrusted v0.9.0 |
639 | 2024-11-29T21:23:14.326Z | Compiling futures-util v0.3.31 |
640 | 2024-11-29T21:23:14.352Z | Compiling httparse v1.9.5 |
641 | 2024-11-29T21:23:14.376Z | Compiling generic-array v0.14.7 |
642 | 2024-11-29T21:23:14.646Z | Compiling tokio v1.41.1 |
643 | 2024-11-29T21:23:14.806Z | Compiling try-lock v0.2.5 |
644 | 2024-11-29T21:23:14.926Z | Compiling rustls v0.23.19 |
645 | 2024-11-29T21:23:14.950Z | Compiling want v0.3.1 |
646 | 2024-11-29T21:23:15.172Z | Compiling http-body v1.0.1 |
647 | 2024-11-29T21:23:15.262Z | Compiling cfg-expr v0.17.1 |
648 | 2024-11-29T21:23:15.351Z | Compiling percent-encoding v2.3.1 |
649 | 2024-11-29T21:23:15.518Z | Compiling subtle v2.6.1 |
650 | 2024-11-29T21:23:15.608Z | Compiling form_urlencoded v1.2.1 |
651 | 2024-11-29T21:23:15.744Z | Compiling tower-service v0.3.3 |
652 | 2024-11-29T21:23:15.840Z | Compiling unicode-bidi v0.3.17 |
653 | 2024-11-29T21:23:15.866Z | Compiling webpki-roots v0.26.6 |
654 | 2024-11-29T21:23:15.955Z | Compiling target-spec v3.2.2 |
655 | 2024-11-29T21:23:16.025Z | Compiling adler2 v2.0.0 |
656 | 2024-11-29T21:23:16.192Z | Compiling miniz_oxide v0.8.0 |
657 | 2024-11-29T21:23:16.297Z | Compiling serde_urlencoded v0.7.1 |
658 | 2024-11-29T21:23:16.608Z | Compiling idna v0.5.0 |
659 | 2024-11-29T21:23:16.685Z | Compiling crypto-common v0.1.6 |
660 | 2024-11-29T21:23:16.823Z | Compiling block-buffer v0.10.4 |
661 | 2024-11-29T21:23:16.922Z | Compiling rustls-pemfile v2.2.0 |
662 | 2024-11-29T21:23:16.991Z | Compiling sync_wrapper v1.0.1 |
663 | 2024-11-29T21:23:17.104Z | Compiling crc32fast v1.4.2 |
664 | 2024-11-29T21:23:17.190Z | Compiling mime v0.3.17 |
665 | 2024-11-29T21:23:17.376Z | Compiling url v2.5.2 |
666 | 2024-11-29T21:23:17.417Z | Compiling ipnet v2.10.1 |
667 | 2024-11-29T21:23:17.645Z | Compiling base64 v0.22.1 |
668 | 2024-11-29T21:23:17.839Z | Compiling self_update v0.41.0 |
669 | 2024-11-29T21:23:17.871Z | Compiling guppy v0.17.8 |
670 | 2024-11-29T21:23:18.146Z | Compiling flate2 v1.0.34 |
671 | 2024-11-29T21:23:18.208Z | Compiling digest v0.10.7 |
672 | 2024-11-29T21:23:18.406Z | Compiling futures-executor v0.3.31 |
673 | 2024-11-29T21:23:18.476Z | Compiling http-body-util v0.1.2 |
674 | 2024-11-29T21:23:18.665Z | Compiling futures v0.3.31 |
675 | 2024-11-29T21:23:18.759Z | Compiling self-replace v1.5.0 |
676 | 2024-11-29T21:23:18.823Z | Compiling quick-xml v0.23.1 |
677 | 2024-11-29T21:23:18.875Z | Compiling cpufeatures v0.2.14 |
678 | 2024-11-29T21:23:18.912Z | Compiling urlencoding v2.1.3 |
679 | 2024-11-29T21:23:18.936Z | Compiling future-queue v0.3.0 |
680 | 2024-11-29T21:23:18.966Z | Compiling sha2 v0.10.8 |
681 | 2024-11-29T21:23:19.027Z | Compiling target-spec-miette v0.4.0 |
682 | 2024-11-29T21:23:19.190Z | Compiling mukti-metadata v0.3.0 |
683 | 2024-11-29T21:23:19.221Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
684 | 2024-11-29T21:23:19.318Z | Compiling hex v0.4.3 |
685 | 2024-11-29T21:23:21.027Z | Compiling rustls-webpki v0.102.8 |
686 | 2024-11-29T21:23:22.027Z | Compiling hyper v1.5.0 |
687 | 2024-11-29T21:23:22.051Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
688 | 2024-11-29T21:23:22.051Z | Compiling async-scoped v0.9.0 |
689 | 2024-11-29T21:23:22.051Z | Compiling tokio-stream v0.1.16 |
690 | 2024-11-29T21:23:22.085Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
691 | 2024-11-29T21:23:23.108Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
692 | 2024-11-29T21:23:23.269Z | Compiling hyper-util v0.1.9 |
693 | 2024-11-29T21:23:25.949Z | Compiling tokio-rustls v0.26.0 |
694 | 2024-11-29T21:23:26.215Z | Compiling hyper-rustls v0.27.3 |
695 | 2024-11-29T21:23:26.460Z | Compiling reqwest v0.12.8 |
696 | 2024-11-29T21:23:28.955Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
697 | 2024-11-29T21:23:58.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.04s |
698 | 2024-11-29T21:23:58.383Z | |
699 | 2024-11-29T21:23:58.408Z | real 45.167995778 |
700 | 2024-11-29T21:23:58.408Z | user 2:20.701105144 |
701 | 2024-11-29T21:23:58.408Z | sys 16.082666017 |
702 | 2024-11-29T21:23:58.408Z | trap 0.063556672 |
703 | 2024-11-29T21:23:58.408Z | tflt 0.148783294 |
704 | 2024-11-29T21:23:58.408Z | dflt 0.185263971 |
705 | 2024-11-29T21:23:58.408Z | kflt 0.000022694 |
706 | 2024-11-29T21:23:58.408Z | lock 3:24.108866752 |
707 | 2024-11-29T21:23:58.408Z | slp 6:25.337953923 |
708 | 2024-11-29T21:23:58.408Z | lat 4.346260775 |
709 | 2024-11-29T21:23:58.408Z | stop 4.846770675 |
710 | 2024-11-29T21:23:58.408Z | + banner all targets |
711 | 2024-11-29T21:23:58.408Z | |
712 | 2024-11-29T21:23:58.408Z | ## # # |
713 | 2024-11-29T21:23:58.408Z | # # # # |
714 | 2024-11-29T21:23:58.408Z | # # # # |
715 | 2024-11-29T21:23:58.408Z | ###### # # |
716 | 2024-11-29T21:23:58.408Z | # # # # |
717 | 2024-11-29T21:23:58.408Z | # # ###### ###### |
718 | 2024-11-29T21:23:58.408Z | |
719 | 2024-11-29T21:23:58.408Z | |
720 | 2024-11-29T21:23:58.408Z | ##### ## ##### #### ###### ##### #### |
721 | 2024-11-29T21:23:58.408Z | # # # # # # # # # # |
722 | 2024-11-29T21:23:58.408Z | # # # # # # ##### # #### |
723 | 2024-11-29T21:23:58.408Z | # ###### ##### # ### # # # |
724 | 2024-11-29T21:23:58.408Z | # # # # # # # # # # # |
725 | 2024-11-29T21:23:58.408Z | # # # # # #### ###### # #### |
726 | 2024-11-29T21:23:58.408Z | |
727 | 2024-11-29T21:23:58.408Z | + ptime -m cargo build --all-targets |
728 | 2024-11-29T21:23:58.598Z | Downloading crates ... |
729 | 2024-11-29T21:23:58.753Z | Downloaded indoc v2.0.5 |
730 | 2024-11-29T21:23:59.802Z | Downloaded bit-vec v0.6.3 |
731 | 2024-11-29T21:23:59.802Z | Downloaded test-case-macros v3.3.1 |
732 | 2024-11-29T21:23:59.802Z | Downloaded wait-timeout v0.2.0 |
733 | 2024-11-29T21:23:59.802Z | Downloaded test-strategy v0.4.0 |
734 | 2024-11-29T21:23:59.802Z | Downloaded yansi v1.0.1 |
735 | 2024-11-29T21:23:59.802Z | Downloaded structmeta v0.3.0 |
736 | 2024-11-29T21:23:59.802Z | Downloaded insta v1.41.1 |
737 | 2024-11-29T21:23:59.826Z | Downloaded similar v2.6.0 |
738 | 2024-11-29T21:23:59.826Z | Downloaded diff v0.1.13 |
739 | 2024-11-29T21:23:59.827Z | Downloaded rusty-fork v0.3.0 |
740 | 2024-11-29T21:23:59.827Z | Downloaded proptest v1.5.0 |
741 | 2024-11-29T21:23:59.827Z | Downloaded rand_xorshift v0.3.0 |
742 | 2024-11-29T21:23:59.827Z | Downloaded linked-hash-map v0.5.6 |
743 | 2024-11-29T21:23:59.827Z | Downloaded bit-set v0.5.3 |
744 | 2024-11-29T21:23:59.827Z | Downloaded unarray v0.1.4 |
745 | 2024-11-29T21:23:59.827Z | Downloaded test-case-core v3.3.1 |
746 | 2024-11-29T21:23:59.827Z | Downloaded test-case v3.3.1 |
747 | 2024-11-29T21:23:59.827Z | Downloaded pretty_assertions v1.4.1 |
748 | 2024-11-29T21:23:59.827Z | Downloaded maplit v1.0.2 |
749 | 2024-11-29T21:23:59.827Z | Downloaded structmeta-derive v0.3.0 |
750 | 2024-11-29T21:23:59.827Z | Downloaded quick-error v1.2.3 |
751 | 2024-11-29T21:23:59.827Z | Compiling test-case-core v3.3.1 |
752 | 2024-11-29T21:23:59.827Z | Compiling wait-timeout v0.2.0 |
753 | 2024-11-29T21:23:59.827Z | Compiling structmeta-derive v0.3.0 |
754 | 2024-11-29T21:23:59.827Z | Compiling bit-vec v0.6.3 |
755 | 2024-11-29T21:23:59.827Z | Compiling quick-error v1.2.3 |
756 | 2024-11-29T21:23:59.827Z | Compiling rand_xorshift v0.3.0 |
757 | 2024-11-29T21:23:59.827Z | Compiling maplit v1.0.2 |
758 | 2024-11-29T21:23:59.827Z | Compiling unarray v0.1.4 |
759 | 2024-11-29T21:23:59.827Z | Compiling linked-hash-map v0.5.6 |
760 | 2024-11-29T21:23:59.827Z | Compiling similar v2.6.0 |
761 | 2024-11-29T21:23:59.827Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
762 | 2024-11-29T21:23:59.827Z | Compiling rusty-fork v0.3.0 |
763 | 2024-11-29T21:23:59.827Z | Compiling bit-set v0.5.3 |
764 | 2024-11-29T21:23:59.827Z | Compiling yansi v1.0.1 |
765 | 2024-11-29T21:23:59.827Z | Compiling diff v0.1.13 |
766 | 2024-11-29T21:23:59.827Z | Compiling proptest v1.5.0 |
767 | 2024-11-29T21:23:59.827Z | Compiling pretty_assertions v1.4.1 |
768 | 2024-11-29T21:23:59.827Z | Compiling indoc v2.0.5 |
769 | 2024-11-29T21:23:59.827Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
770 | 2024-11-29T21:23:59.898Z | Compiling insta v1.41.1 |
771 | 2024-11-29T21:24:00.068Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
772 | 2024-11-29T21:24:00.335Z | Compiling test-case-macros v3.3.1 |
773 | 2024-11-29T21:24:00.824Z | Compiling structmeta v0.3.0 |
774 | 2024-11-29T21:24:01.113Z | Compiling test-strategy v0.4.0 |
775 | 2024-11-29T21:24:01.204Z | Compiling test-case v3.3.1 |
776 | 2024-11-29T21:24:01.287Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
777 | 2024-11-29T21:24:01.622Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
778 | 2024-11-29T21:24:02.694Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
779 | 2024-11-29T21:24:06.470Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
780 | 2024-11-29T21:24:40.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.46s |
781 | 2024-11-29T21:24:41.007Z | |
782 | 2024-11-29T21:24:41.031Z | real 42.592852106 |
783 | 2024-11-29T21:24:41.031Z | user 2:49.152949129 |
784 | 2024-11-29T21:24:41.031Z | sys 20.909894463 |
785 | 2024-11-29T21:24:41.031Z | trap 0.086671955 |
786 | 2024-11-29T21:24:41.031Z | tflt 0.010631720 |
787 | 2024-11-29T21:24:41.031Z | dflt 0.050503086 |
788 | 2024-11-29T21:24:41.031Z | kflt 0.000029077 |
789 | 2024-11-29T21:24:41.031Z | lock 4:49.022861382 |
790 | 2024-11-29T21:24:41.031Z | slp 10:45.444214918 |
791 | 2024-11-29T21:24:41.031Z | lat 5.657555998 |
792 | 2024-11-29T21:24:41.031Z | stop 4.039859711 |
793 | 2024-11-29T21:24:41.031Z | + banner all features |
794 | 2024-11-29T21:24:41.031Z | |
795 | 2024-11-29T21:24:41.031Z | ## # # |
796 | 2024-11-29T21:24:41.031Z | # # # # |
797 | 2024-11-29T21:24:41.031Z | # # # # |
798 | 2024-11-29T21:24:41.031Z | ###### # # |
799 | 2024-11-29T21:24:41.031Z | # # # # |
800 | 2024-11-29T21:24:41.031Z | # # ###### ###### |
801 | 2024-11-29T21:24:41.031Z | |
802 | 2024-11-29T21:24:41.031Z | |
803 | 2024-11-29T21:24:41.031Z | ###### ###### ## ##### # # ##### ###### #### |
804 | 2024-11-29T21:24:41.031Z | # # # # # # # # # # # |
805 | 2024-11-29T21:24:41.032Z | ##### ##### # # # # # # # ##### #### |
806 | 2024-11-29T21:24:41.032Z | # # ###### # # # ##### # # |
807 | 2024-11-29T21:24:41.032Z | # # # # # # # # # # # # |
808 | 2024-11-29T21:24:41.032Z | # ###### # # # #### # # ###### #### |
809 | 2024-11-29T21:24:41.032Z | |
810 | 2024-11-29T21:24:41.032Z | + ptime -m cargo build --all-features |
811 | 2024-11-29T21:24:41.208Z | Downloading crates ... |
812 | 2024-11-29T21:24:41.365Z | Downloaded async-stream-impl v0.3.6 |
813 | 2024-11-29T21:24:41.391Z | Downloaded console-api v0.8.1 |
814 | 2024-11-29T21:24:41.391Z | Downloaded matchit v0.7.3 |
815 | 2024-11-29T21:24:41.391Z | Downloaded tower v0.5.1 |
816 | 2024-11-29T21:24:41.421Z | Downloaded tower-layer v0.3.3 |
817 | 2024-11-29T21:24:41.421Z | Downloaded hdrhistogram v7.5.4 |
818 | 2024-11-29T21:24:41.421Z | Downloaded regex-syntax v0.6.29 |
819 | 2024-11-29T21:24:41.421Z | Downloaded rustversion v1.0.18 |
820 | 2024-11-29T21:24:41.421Z | Downloaded crossbeam-channel v0.5.13 |
821 | 2024-11-29T21:24:41.446Z | Downloaded regex-automata v0.1.10 |
822 | 2024-11-29T21:24:41.446Z | Downloaded console-subscriber v0.4.1 |
823 | 2024-11-29T21:24:41.446Z | Downloaded prost-types v0.13.3 |
824 | 2024-11-29T21:24:41.446Z | Downloaded tower v0.4.13 |
825 | 2024-11-29T21:24:41.470Z | Downloaded hashbrown v0.12.3 |
826 | 2024-11-29T21:24:41.470Z | Downloaded tonic v0.12.3 |
827 | 2024-11-29T21:24:41.470Z | Downloaded prost v0.13.3 |
828 | 2024-11-29T21:24:41.470Z | Downloaded matchers v0.1.0 |
829 | 2024-11-29T21:24:41.470Z | Downloaded h2 v0.4.6 |
830 | 2024-11-29T21:24:41.470Z | Downloaded axum-core v0.4.5 |
831 | 2024-11-29T21:24:41.494Z | Downloaded axum v0.7.7 |
832 | 2024-11-29T21:24:41.494Z | Downloaded sync_wrapper v0.1.2 |
833 | 2024-11-29T21:24:41.494Z | Downloaded prost-derive v0.13.3 |
834 | 2024-11-29T21:24:41.494Z | Downloaded hyper-timeout v0.5.1 |
835 | 2024-11-29T21:24:41.494Z | Downloaded httpdate v1.0.3 |
836 | 2024-11-29T21:24:41.494Z | Downloaded async-trait v0.1.83 |
837 | 2024-11-29T21:24:41.494Z | Downloaded tokio-util v0.7.12 |
838 | 2024-11-29T21:24:41.519Z | Downloaded indexmap v1.9.3 |
839 | 2024-11-29T21:24:41.519Z | Downloaded atomic-waker v1.1.2 |
840 | 2024-11-29T21:24:41.519Z | Downloaded async-stream v0.3.6 |
841 | 2024-11-29T21:24:41.519Z | Downloaded anyhow v1.0.91 |
842 | 2024-11-29T21:24:41.519Z | Downloaded crossbeam-utils v0.8.20 |
843 | 2024-11-29T21:24:41.567Z | Compiling futures-sink v0.3.31 |
844 | 2024-11-29T21:24:41.591Z | Compiling tokio v1.41.1 |
845 | 2024-11-29T21:24:41.591Z | Compiling byteorder v1.5.0 |
846 | 2024-11-29T21:24:41.615Z | Compiling num-traits v0.2.19 |
847 | 2024-11-29T21:24:41.615Z | Compiling regex-syntax v0.6.29 |
848 | 2024-11-29T21:24:41.639Z | Compiling atomic-waker v1.1.2 |
849 | 2024-11-29T21:24:41.639Z | Compiling httpdate v1.0.3 |
850 | 2024-11-29T21:24:41.662Z | Compiling anyhow v1.0.91 |
851 | 2024-11-29T21:24:41.695Z | Compiling futures-channel v0.3.31 |
852 | 2024-11-29T21:24:41.781Z | Compiling either v1.13.0 |
853 | 2024-11-29T21:24:41.900Z | Compiling zerocopy v0.7.35 |
854 | 2024-11-29T21:24:42.002Z | Compiling futures-util v0.3.31 |
855 | 2024-11-29T21:24:42.026Z | Compiling tower-layer v0.3.3 |
856 | 2024-11-29T21:24:42.087Z | Compiling rustversion v1.0.18 |
857 | 2024-11-29T21:24:42.229Z | Compiling itertools v0.13.0 |
858 | 2024-11-29T21:24:42.637Z | Compiling indexmap v1.9.3 |
859 | 2024-11-29T21:24:42.910Z | Compiling ppv-lite86 v0.2.20 |
860 | 2024-11-29T21:24:43.112Z | Compiling async-trait v0.1.83 |
861 | 2024-11-29T21:24:43.427Z | Compiling hashbrown v0.12.3 |
862 | 2024-11-29T21:24:43.499Z | Compiling rand_chacha v0.3.1 |
863 | 2024-11-29T21:24:43.942Z | Compiling rand v0.8.5 |
864 | 2024-11-29T21:24:44.346Z | Compiling regex-automata v0.1.10 |
865 | 2024-11-29T21:24:44.487Z | Compiling sync_wrapper v0.1.2 |
866 | 2024-11-29T21:24:44.629Z | Compiling prost-derive v0.13.3 |
867 | 2024-11-29T21:24:44.885Z | Compiling async-stream-impl v0.3.6 |
868 | 2024-11-29T21:24:45.127Z | Compiling matchit v0.7.3 |
869 | 2024-11-29T21:24:45.236Z | Compiling crossbeam-utils v0.8.20 |
870 | 2024-11-29T21:24:45.624Z | Compiling matchers v0.1.0 |
871 | 2024-11-29T21:24:45.693Z | Compiling ahash v0.8.11 |
872 | 2024-11-29T21:24:45.805Z | Compiling tracing-subscriber v0.3.18 |
873 | 2024-11-29T21:24:45.848Z | Compiling async-stream v0.3.6 |
874 | 2024-11-29T21:24:46.083Z | Compiling proptest v1.5.0 |
875 | 2024-11-29T21:24:46.107Z | Compiling http-body-util v0.1.2 |
876 | 2024-11-29T21:24:46.319Z | Compiling tower v0.5.1 |
877 | 2024-11-29T21:24:46.477Z | Compiling axum-core v0.4.5 |
878 | 2024-11-29T21:24:46.529Z | Compiling futures-executor v0.3.31 |
879 | 2024-11-29T21:24:46.715Z | Compiling guppy v0.17.8 |
880 | 2024-11-29T21:24:46.994Z | Compiling base64 v0.21.7 |
881 | 2024-11-29T21:24:47.273Z | Compiling prost v0.13.3 |
882 | 2024-11-29T21:24:47.536Z | Compiling crossbeam-channel v0.5.13 |
883 | 2024-11-29T21:24:47.884Z | Compiling prost-types v0.13.3 |
884 | 2024-11-29T21:24:47.908Z | Compiling hdrhistogram v7.5.4 |
885 | 2024-11-29T21:24:48.342Z | Compiling chrono v0.4.38 |
886 | 2024-11-29T21:24:48.724Z | Compiling futures v0.3.31 |
887 | 2024-11-29T21:24:48.878Z | Compiling tracing-error v0.2.0 |
888 | 2024-11-29T21:24:49.158Z | Compiling axum v0.7.7 |
889 | 2024-11-29T21:24:49.573Z | Compiling tokio-util v0.7.12 |
890 | 2024-11-29T21:24:49.958Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
891 | 2024-11-29T21:24:50.048Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
892 | 2024-11-29T21:24:50.346Z | Compiling h2 v0.4.6 |
893 | 2024-11-29T21:24:50.625Z | Compiling tower v0.4.13 |
894 | 2024-11-29T21:24:51.086Z | Compiling tokio-stream v0.1.16 |
895 | 2024-11-29T21:24:51.788Z | Compiling tokio-rustls v0.26.0 |
896 | 2024-11-29T21:24:52.082Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
897 | 2024-11-29T21:24:52.115Z | Compiling quick-junit v0.5.1 |
898 | 2024-11-29T21:24:52.773Z | Compiling async-scoped v0.9.0 |
899 | 2024-11-29T21:24:52.996Z | Compiling future-queue v0.3.0 |
900 | 2024-11-29T21:24:53.279Z | Compiling color-spantrace v0.2.1 |
901 | 2024-11-29T21:24:53.697Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
902 | 2024-11-29T21:24:53.855Z | Compiling color-eyre v0.6.3 |
903 | 2024-11-29T21:24:53.968Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
904 | 2024-11-29T21:24:54.005Z | Compiling hyper v1.5.0 |
905 | 2024-11-29T21:24:55.818Z | Compiling hyper-util v0.1.9 |
906 | 2024-11-29T21:24:57.112Z | Compiling hyper-timeout v0.5.1 |
907 | 2024-11-29T21:24:57.112Z | Compiling hyper-rustls v0.27.3 |
908 | 2024-11-29T21:24:57.358Z | Compiling tonic v0.12.3 |
909 | 2024-11-29T21:24:57.383Z | Compiling reqwest v0.12.8 |
910 | 2024-11-29T21:24:59.158Z | Compiling self_update v0.41.0 |
911 | 2024-11-29T21:24:59.634Z | Compiling console-api v0.8.1 |
912 | 2024-11-29T21:25:00.721Z | Compiling console-subscriber v0.4.1 |
913 | 2024-11-29T21:25:02.554Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
914 | 2024-11-29T21:25:20.193Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
915 | 2024-11-29T21:25:38.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s |
916 | 2024-11-29T21:25:39.060Z | |
917 | 2024-11-29T21:25:39.060Z | real 58.026857500 |
918 | 2024-11-29T21:25:39.060Z | user 3:32.194751458 |
919 | 2024-11-29T21:25:39.060Z | sys 26.904726845 |
920 | 2024-11-29T21:25:39.060Z | trap 0.103322502 |
921 | 2024-11-29T21:25:39.060Z | tflt 0.048726140 |
922 | 2024-11-29T21:25:39.060Z | dflt 0.353633069 |
923 | 2024-11-29T21:25:39.060Z | kflt 0.000243567 |
924 | 2024-11-29T21:25:39.060Z | lock 6:06.790026960 |
925 | 2024-11-29T21:25:39.060Z | slp 12:25.638573338 |
926 | 2024-11-29T21:25:39.060Z | lat 7.013363701 |
927 | 2024-11-29T21:25:39.060Z | stop 6.990285529 |
928 | 2024-11-29T21:25:39.085Z | + banner doctests |
929 | 2024-11-29T21:25:39.085Z | |
930 | 2024-11-29T21:25:39.085Z | ##### #### #### ##### ###### #### ##### #### |
931 | 2024-11-29T21:25:39.085Z | # # # # # # # # # # # |
932 | 2024-11-29T21:25:39.085Z | # # # # # # ##### #### # #### |
933 | 2024-11-29T21:25:39.085Z | # # # # # # # # # # |
934 | 2024-11-29T21:25:39.085Z | # # # # # # # # # # # # # |
935 | 2024-11-29T21:25:39.085Z | ##### #### #### # ###### #### # #### |
936 | 2024-11-29T21:25:39.085Z | |
937 | 2024-11-29T21:25:39.085Z | + ptime -m cargo test --doc |
938 | 2024-11-29T21:25:39.506Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s |
939 | 2024-11-29T21:25:39.533Z | Doc-tests cargo_nextest |
940 | 2024-11-29T21:25:40.021Z | |
941 | 2024-11-29T21:25:40.022Z | running 0 tests |
942 | 2024-11-29T21:25:40.022Z | |
943 | 2024-11-29T21:25:40.046Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
944 | 2024-11-29T21:25:40.046Z | |
945 | 2024-11-29T21:25:40.046Z | Doc-tests fixture_data |
946 | 2024-11-29T21:25:40.114Z | |
947 | 2024-11-29T21:25:40.114Z | running 0 tests |
948 | 2024-11-29T21:25:40.114Z | |
949 | 2024-11-29T21:25:40.138Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
950 | 2024-11-29T21:25:40.138Z | |
951 | 2024-11-29T21:25:40.138Z | Doc-tests nextest_filtering |
952 | 2024-11-29T21:25:40.270Z | |
953 | 2024-11-29T21:25:40.271Z | running 0 tests |
954 | 2024-11-29T21:25:40.271Z | |
955 | 2024-11-29T21:25:40.271Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
956 | 2024-11-29T21:25:40.271Z | |
957 | 2024-11-29T21:25:40.295Z | Doc-tests nextest_metadata |
958 | 2024-11-29T21:25:40.449Z | |
959 | 2024-11-29T21:25:40.449Z | running 2 tests |
960 | 2024-11-29T21:25:41.103Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
961 | 2024-11-29T21:25:44.171Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
962 | 2024-11-29T21:25:44.171Z | |
963 | 2024-11-29T21:25:44.195Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.72s |
964 | 2024-11-29T21:25:44.195Z | |
965 | 2024-11-29T21:25:44.195Z | Doc-tests nextest_runner |
966 | 2024-11-29T21:25:44.967Z | |
967 | 2024-11-29T21:25:44.967Z | running 0 tests |
968 | 2024-11-29T21:25:44.967Z | |
969 | 2024-11-29T21:25:44.967Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
970 | 2024-11-29T21:25:44.967Z | |
971 | 2024-11-29T21:25:45.000Z | Doc-tests nextest_workspace_hack |
972 | 2024-11-29T21:25:45.051Z | |
973 | 2024-11-29T21:25:45.051Z | running 0 tests |
974 | 2024-11-29T21:25:45.051Z | |
975 | 2024-11-29T21:25:45.051Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
976 | 2024-11-29T21:25:45.051Z | |
977 | 2024-11-29T21:25:45.076Z | |
978 | 2024-11-29T21:25:45.076Z | real 5.992892074 |
979 | 2024-11-29T21:25:45.076Z | user 6.004573287 |
980 | 2024-11-29T21:25:45.076Z | sys 1.760779649 |
981 | 2024-11-29T21:25:45.076Z | trap 0.001054648 |
982 | 2024-11-29T21:25:45.076Z | tflt 0.007053548 |
983 | 2024-11-29T21:25:45.076Z | dflt 0.006331692 |
984 | 2024-11-29T21:25:45.076Z | kflt 0.000004218 |
985 | 2024-11-29T21:25:45.076Z | lock 10.668536168 |
986 | 2024-11-29T21:25:45.076Z | slp 33.418120134 |
987 | 2024-11-29T21:25:45.076Z | lat 0.056676240 |
988 | 2024-11-29T21:25:45.076Z | stop 0.140225549 |
989 | 2024-11-29T21:25:45.076Z | + banner local-nt |
990 | 2024-11-29T21:25:45.101Z | |
991 | 2024-11-29T21:25:45.101Z | # #### #### ## # # # ##### |
992 | 2024-11-29T21:25:45.101Z | # # # # # # # # ## # # |
993 | 2024-11-29T21:25:45.101Z | # # # # # # # ##### # # # # |
994 | 2024-11-29T21:25:45.101Z | # # # # ###### # # # # # |
995 | 2024-11-29T21:25:45.101Z | # # # # # # # # # ## # |
996 | 2024-11-29T21:25:45.101Z | ###### #### #### # # ###### # # # |
997 | 2024-11-29T21:25:45.101Z | |
998 | 2024-11-29T21:25:45.101Z | + ptime -m cargo local-nt run --profile ci |
999 | 2024-11-29T21:25:45.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s |
1000 | 2024-11-29T21:25:45.438Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1001 | 2024-11-29T21:25:46.283Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s |
1002 | 2024-11-29T21:25:46.467Z | ------------ |
1003 | 2024-11-29T21:25:46.467Z | Nextest run ID d2837cd3-2b9d-4efd-9153-5d3696a04661 with nextest profile: ci |
1004 | 2024-11-29T21:25:46.467Z | Starting 279 tests across 12 binaries |
1005 | 2024-11-29T21:25:46.510Z | PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1006 | 2024-11-29T21:25:46.613Z | PASS [ 0.144s] cargo-nextest dispatch::tests::test_argument_parsing |
1007 | 2024-11-29T21:25:54.898Z | PASS [ 8.421s] integration-tests::integration test_list_binaries_only |
1008 | 2024-11-29T21:25:55.502Z | PASS [ 9.004s] integration-tests::integration test_list_host_after_build |
1009 | 2024-11-29T21:25:55.598Z | PASS [ 9.111s] integration-tests::integration test_list_full |
1010 | 2024-11-29T21:25:56.363Z | PASS [ 9.861s] integration-tests::integration test_list_target_after_build |
1011 | 2024-11-29T21:25:56.511Z | PASS [ 10.029s] integration-tests::integration test_list_default |
1012 | 2024-11-29T21:25:56.876Z | PASS [ 10.384s] integration-tests::integration test_list_full_after_build |
1013 | 2024-11-29T21:26:02.184Z | PASS [ 15.571s] integration-tests::integration test_relocated_run |
1014 | 2024-11-29T21:26:03.147Z | PASS [ 6.784s] integration-tests::integration test_run_from_archive_with_missing_includes |
1015 | 2024-11-29T21:26:05.360Z | PASS [ 8.483s] integration-tests::integration test_run_no_tests |
1016 | 2024-11-29T21:26:05.982Z | PASS [ 0.621s] integration-tests::integration test_setup_scripts_not_enabled |
1017 | 2024-11-29T21:26:06.410Z | PASS [ 10.908s] integration-tests::integration test_run_after_build |
1018 | 2024-11-29T21:26:06.666Z | PASS [ 20.155s] integration-tests::integration test_list_with_default_filter |
1019 | 2024-11-29T21:26:06.920Z | PASS [ 3.772s] integration-tests::integration test_setup_script_error |
1020 | 2024-11-29T21:26:06.960Z | PASS [ 0.549s] integration-tests::integration test_show_config_version |
1021 | 2024-11-29T21:26:07.025Z | PASS [ 0.061s] integration-tests::integration test_version_info |
1022 | 2024-11-29T21:26:07.285Z | PASS [ 11.686s] integration-tests::integration test_run_from_archive_with_includes |
1023 | 2024-11-29T21:26:07.313Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_complex_error |
1024 | 2024-11-29T21:26:07.395Z | PASS [ 0.082s] nextest-filtering parsing::tests::test_expected_eof |
1025 | 2024-11-29T21:26:07.419Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_expected_expr |
1026 | 2024-11-29T21:26:07.450Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_invalid_and_operator |
1027 | 2024-11-29T21:26:07.486Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_escapes |
1028 | 2024-11-29T21:26:07.486Z | PASS [ 0.463s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1029 | 2024-11-29T21:26:07.517Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_glob |
1030 | 2024-11-29T21:26:07.541Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_invalid_or_operator |
1031 | 2024-11-29T21:26:07.565Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_invalid_platform |
1032 | 2024-11-29T21:26:07.565Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_invalid_regex |
1033 | 2024-11-29T21:26:07.589Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_argument |
1034 | 2024-11-29T21:26:07.589Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1035 | 2024-11-29T21:26:07.612Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1036 | 2024-11-29T21:26:07.637Z | PASS [ 0.062s] nextest-filtering parsing::tests::test_missing_close_regex |
1037 | 2024-11-29T21:26:07.661Z | PASS [ 0.038s] nextest-filtering parsing::tests::test_missing_parentheses |
1038 | 2024-11-29T21:26:07.661Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_comma |
1039 | 2024-11-29T21:26:07.684Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_difference |
1040 | 2024-11-29T21:26:07.708Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1041 | 2024-11-29T21:26:07.708Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_expr_not |
1042 | 2024-11-29T21:26:07.733Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1043 | 2024-11-29T21:26:07.757Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_set |
1044 | 2024-11-29T21:26:07.780Z | PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_expr_union |
1045 | 2024-11-29T21:26:07.805Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1046 | 2024-11-29T21:26:07.829Z | PASS [ 11.299s] integration-tests::integration test_run_from_archive_with_no_includes |
1047 | 2024-11-29T21:26:07.829Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1048 | 2024-11-29T21:26:07.829Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_name_matcher |
1049 | 2024-11-29T21:26:07.853Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_parse_set_def |
1050 | 2024-11-29T21:26:07.877Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_unexpected_argument |
1051 | 2024-11-29T21:26:07.877Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex |
1052 | 2024-11-29T21:26:07.939Z | PASS [ 0.091s] nextest-filtering parsing::tests::test_unexpected_comma |
1053 | 2024-11-29T21:26:07.963Z | PASS [ 0.078s] nextest-filtering::match test_binary_query |
1054 | 2024-11-29T21:26:07.990Z | PASS [ 0.051s] nextest-filtering::match test_expr_binary |
1055 | 2024-11-29T21:26:08.035Z | PASS [ 0.078s] nextest-filtering::match test_expr_binary_id_glob |
1056 | 2024-11-29T21:26:08.074Z | PASS [ 0.039s] nextest-filtering::match test_expr_kind |
1057 | 2024-11-29T21:26:08.075Z | PASS [ 0.084s] nextest-filtering::match test_expr_deps |
1058 | 2024-11-29T21:26:08.121Z | PASS [ 5.935s] integration-tests::integration test_run_with_default_filter |
1059 | 2024-11-29T21:26:08.145Z | PASS [ 0.046s] nextest-filtering::match test_expr_kind_partial |
1060 | 2024-11-29T21:26:08.178Z | PASS [ 0.040s] nextest-filtering::match test_expr_package_equal |
1061 | 2024-11-29T21:26:08.178Z | PASS [ 0.309s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1062 | 2024-11-29T21:26:08.202Z | PASS [ 0.077s] nextest-filtering::match test_expr_package_contains |
1063 | 2024-11-29T21:26:08.225Z | PASS [ 0.043s] nextest-filtering::match test_expr_package_regex |
1064 | 2024-11-29T21:26:08.226Z | PASS [ 0.028s] nextest-filtering::match test_expr_platform |
1065 | 2024-11-29T21:26:08.250Z | PASS [ 0.042s] nextest-filtering::match test_expr_test_difference::with_and_not |
1066 | 2024-11-29T21:26:08.250Z | PASS [ 0.063s] nextest-filtering::match test_expr_rdeps |
1067 | 2024-11-29T21:26:08.250Z | PASS [ 0.049s] nextest-filtering::match test_expr_test |
1068 | 2024-11-29T21:26:08.311Z | PASS [ 0.081s] nextest-filtering::match test_expr_test_difference::with_minus |
1069 | 2024-11-29T21:26:08.311Z | PASS [ 0.060s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1070 | 2024-11-29T21:26:08.352Z | PASS [ 0.075s] nextest-filtering::match test_expr_test_intersect::with_and |
1071 | 2024-11-29T21:26:08.376Z | PASS [ 0.058s] nextest-filtering::match test_expr_test_union::with_or |
1072 | 2024-11-29T21:26:08.376Z | PASS [ 0.076s] nextest-filtering::match test_expr_test_not |
1073 | 2024-11-29T21:26:08.409Z | PASS [ 0.028s] nextest-metadata test_list::tests::test_binary_id_ord |
1074 | 2024-11-29T21:26:08.433Z | PASS [ 0.087s] nextest-filtering::match test_expr_test_union::with_pipe |
1075 | 2024-11-29T21:26:08.457Z | PASS [ 0.084s] nextest-filtering::match test_expr_test_union::with_plus |
1076 | 2024-11-29T21:26:08.457Z | PASS [ 0.027s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1077 | 2024-11-29T21:26:08.562Z | PASS [ 0.191s] nextest-filtering::match test_expr_with_no_matching_packages |
1078 | 2024-11-29T21:26:08.562Z | PASS [ 0.144s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1079 | 2024-11-29T21:26:08.562Z | PASS [ 0.125s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1080 | 2024-11-29T21:26:08.653Z | PASS [ 0.203s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1081 | 2024-11-29T21:26:08.677Z | PASS [ 0.043s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1082 | 2024-11-29T21:26:08.727Z | PASS [ 0.067s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1083 | 2024-11-29T21:26:08.752Z | PASS [ 0.095s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1084 | 2024-11-29T21:26:08.752Z | PASS [ 0.164s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1085 | 2024-11-29T21:26:08.752Z | PASS [ 0.074s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1086 | 2024-11-29T21:26:08.989Z | PASS [ 0.148s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1087 | 2024-11-29T21:26:08.989Z | PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1088 | 2024-11-29T21:26:09.014Z | PASS [ 0.113s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1089 | 2024-11-29T21:26:09.038Z | PASS [ 0.074s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1090 | 2024-11-29T21:26:09.402Z | PASS [ 0.412s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1091 | 2024-11-29T21:26:09.426Z | PASS [ 0.425s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1092 | 2024-11-29T21:26:09.450Z | PASS [ 0.409s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1093 | 2024-11-29T21:26:09.450Z | PASS [ 0.415s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1094 | 2024-11-29T21:26:09.758Z | PASS [ 0.356s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1095 | 2024-11-29T21:26:09.782Z | PASS [ 0.345s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1096 | 2024-11-29T21:26:09.806Z | PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1097 | 2024-11-29T21:26:09.806Z | PASS [ 0.037s] nextest-runner config::config_impl::tests::default_config_is_valid |
1098 | 2024-11-29T21:26:09.806Z | PASS [ 0.377s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1099 | 2024-11-29T21:26:09.832Z | PASS [ 0.025s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1100 | 2024-11-29T21:26:09.855Z | PASS [ 0.024s] nextest-runner config::identifier::tests::test_invalid |
1101 | 2024-11-29T21:26:09.855Z | PASS [ 3.182s] integration-tests::integration test_target_arg |
1102 | 2024-11-29T21:26:09.879Z | PASS [ 0.025s] nextest-runner config::identifier::tests::test_valid |
1103 | 2024-11-29T21:26:09.879Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_accumulate |
1104 | 2024-11-29T21:26:09.880Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1105 | 2024-11-29T21:26:09.904Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1106 | 2024-11-29T21:26:09.904Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1107 | 2024-11-29T21:26:09.904Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1108 | 2024-11-29T21:26:09.928Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1109 | 2024-11-29T21:26:09.928Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1110 | 2024-11-29T21:26:09.952Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1111 | 2024-11-29T21:26:09.952Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1112 | 2024-11-29T21:26:10.092Z | PASS [ 0.334s] nextest-runner config::archive::tests::parse_valid |
1113 | 2024-11-29T21:26:10.140Z | PASS [ 0.351s] nextest-runner config::config_impl::tests::ignored_keys |
1114 | 2024-11-29T21:26:10.242Z | PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1115 | 2024-11-29T21:26:10.267Z | PASS [ 0.330s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1116 | 2024-11-29T21:26:10.291Z | PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1117 | 2024-11-29T21:26:10.434Z | PASS [ 0.341s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1118 | 2024-11-29T21:26:10.469Z | PASS [ 0.329s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1119 | 2024-11-29T21:26:10.586Z | PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1120 | 2024-11-29T21:26:10.610Z | PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1121 | 2024-11-29T21:26:10.610Z | PASS [ 0.354s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1122 | 2024-11-29T21:26:10.750Z | PASS [ 0.316s] nextest-runner config::overrides::tests::test_overrides_basic |
1123 | 2024-11-29T21:26:10.785Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1124 | 2024-11-29T21:26:10.895Z | PASS [ 0.308s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1125 | 2024-11-29T21:26:10.920Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1126 | 2024-11-29T21:26:10.920Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1127 | 2024-11-29T21:26:11.072Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1128 | 2024-11-29T21:26:11.105Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1129 | 2024-11-29T21:26:11.202Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1130 | 2024-11-29T21:26:11.226Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1131 | 2024-11-29T21:26:11.226Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1132 | 2024-11-29T21:26:11.416Z | PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1133 | 2024-11-29T21:26:11.460Z | PASS [ 0.386s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1134 | 2024-11-29T21:26:11.517Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1135 | 2024-11-29T21:26:11.541Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1136 | 2024-11-29T21:26:11.565Z | PASS [ 0.336s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1137 | 2024-11-29T21:26:11.746Z | PASS [ 0.329s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1138 | 2024-11-29T21:26:11.777Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1139 | 2024-11-29T21:26:11.822Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1140 | 2024-11-29T21:26:11.846Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1141 | 2024-11-29T21:26:11.876Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1142 | 2024-11-29T21:26:12.068Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1143 | 2024-11-29T21:26:12.120Z | PASS [ 0.344s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1144 | 2024-11-29T21:26:12.148Z | PASS [ 0.326s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1145 | 2024-11-29T21:26:12.173Z | PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1146 | 2024-11-29T21:26:12.205Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1147 | 2024-11-29T21:26:12.387Z | PASS [ 5.467s] integration-tests::integration test_target_dir |
1148 | 2024-11-29T21:26:12.412Z | PASS [ 0.340s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1149 | 2024-11-29T21:26:12.466Z | PASS [ 0.317s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1150 | 2024-11-29T21:26:12.490Z | PASS [ 0.352s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1151 | 2024-11-29T21:26:12.490Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1152 | 2024-11-29T21:26:12.606Z | PASS [ 0.398s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1153 | 2024-11-29T21:26:12.749Z | PASS [ 0.361s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1154 | 2024-11-29T21:26:12.773Z | PASS [ 0.346s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1155 | 2024-11-29T21:26:12.797Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1156 | 2024-11-29T21:26:12.833Z | PASS [ 0.360s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1157 | 2024-11-29T21:26:12.857Z | PASS [ 0.366s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1158 | 2024-11-29T21:26:12.906Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1159 | 2024-11-29T21:26:12.999Z | PASS [ 7.017s] integration-tests::integration test_show_config_test_groups |
1160 | 2024-11-29T21:26:13.053Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1161 | 2024-11-29T21:26:13.077Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1162 | 2024-11-29T21:26:13.101Z | PASS [ 0.318s] nextest-runner config::scripts::tests::test_scripts_basic |
1163 | 2024-11-29T21:26:13.141Z | PASS [ 0.307s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1164 | 2024-11-29T21:26:13.165Z | PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1165 | 2024-11-29T21:26:13.203Z | PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1166 | 2024-11-29T21:26:13.300Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1167 | 2024-11-29T21:26:13.351Z | PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1168 | 2024-11-29T21:26:13.374Z | PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1169 | 2024-11-29T21:26:13.398Z | PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1170 | 2024-11-29T21:26:13.430Z | PASS [ 0.289s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1171 | 2024-11-29T21:26:13.454Z | PASS [ 0.297s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1172 | 2024-11-29T21:26:13.494Z | PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1173 | 2024-11-29T21:26:13.594Z | PASS [ 0.293s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1174 | 2024-11-29T21:26:13.637Z | PASS [ 0.286s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1175 | 2024-11-29T21:26:13.676Z | PASS [ 0.308s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1176 | 2024-11-29T21:26:13.707Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1177 | 2024-11-29T21:26:13.736Z | PASS [ 0.305s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1178 | 2024-11-29T21:26:13.760Z | PASS [ 0.301s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1179 | 2024-11-29T21:26:13.818Z | PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1180 | 2024-11-29T21:26:13.897Z | PASS [ 0.303s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1181 | 2024-11-29T21:26:13.949Z | PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1182 | 2024-11-29T21:26:13.991Z | PASS [ 0.314s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1183 | 2024-11-29T21:26:14.028Z | PASS [ 0.321s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1184 | 2024-11-29T21:26:14.065Z | PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1185 | 2024-11-29T21:26:14.092Z | PASS [ 0.335s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1186 | 2024-11-29T21:26:14.159Z | PASS [ 0.325s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1187 | 2024-11-29T21:26:14.202Z | PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1188 | 2024-11-29T21:26:14.254Z | PASS [ 0.304s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1189 | 2024-11-29T21:26:14.307Z | PASS [ 0.316s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1190 | 2024-11-29T21:26:14.332Z | PASS [ 0.303s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1191 | 2024-11-29T21:26:14.355Z | PASS [ 0.037s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1192 | 2024-11-29T21:26:14.379Z | PASS [ 0.026s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1193 | 2024-11-29T21:26:14.403Z | PASS [ 0.331s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1194 | 2024-11-29T21:26:14.427Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1195 | 2024-11-29T21:26:14.427Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1196 | 2024-11-29T21:26:14.427Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1197 | 2024-11-29T21:26:14.452Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1198 | 2024-11-29T21:26:14.452Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1199 | 2024-11-29T21:26:14.452Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1200 | 2024-11-29T21:26:14.476Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1201 | 2024-11-29T21:26:14.476Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1202 | 2024-11-29T21:26:14.476Z | PASS [ 0.325s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1203 | 2024-11-29T21:26:14.476Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1204 | 2024-11-29T21:26:14.500Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1205 | 2024-11-29T21:26:14.500Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1206 | 2024-11-29T21:26:14.500Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1207 | 2024-11-29T21:26:14.524Z | PASS [ 0.021s] nextest-runner partition::tests::partitioner_builder_from_str |
1208 | 2024-11-29T21:26:14.524Z | PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1209 | 2024-11-29T21:26:14.524Z | PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1210 | 2024-11-29T21:26:14.524Z | PASS [ 0.033s] nextest-runner list::test_list::tests::test_parse_test_list |
1211 | 2024-11-29T21:26:14.548Z | PASS [ 0.032s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1212 | 2024-11-29T21:26:14.549Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1213 | 2024-11-29T21:26:14.549Z | PASS [ 0.029s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1214 | 2024-11-29T21:26:14.549Z | PASS [ 0.023s] nextest-runner redact::tests::test_redact_path |
1215 | 2024-11-29T21:26:14.573Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::no_capture_settings |
1216 | 2024-11-29T21:26:14.573Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1217 | 2024-11-29T21:26:14.597Z | PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1218 | 2024-11-29T21:26:14.597Z | PASS [ 0.327s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1219 | 2024-11-29T21:26:14.597Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1220 | 2024-11-29T21:26:14.597Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1221 | 2024-11-29T21:26:14.597Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1222 | 2024-11-29T21:26:14.621Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1223 | 2024-11-29T21:26:14.621Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1224 | 2024-11-29T21:26:14.645Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_final_warnings |
1225 | 2024-11-29T21:26:14.645Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1226 | 2024-11-29T21:26:14.645Z | PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1227 | 2024-11-29T21:26:14.646Z | PASS [ 0.029s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1228 | 2024-11-29T21:26:14.646Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1229 | 2024-11-29T21:26:14.646Z | PASS [ 0.032s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1230 | 2024-11-29T21:26:14.671Z | PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1231 | 2024-11-29T21:26:14.671Z | PASS [ 0.030s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1232 | 2024-11-29T21:26:14.671Z | PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1233 | 2024-11-29T21:26:14.695Z | PASS [ 0.031s] nextest-runner reporter::helpers::tests::test_highlight_end |
1234 | 2024-11-29T21:26:14.695Z | PASS [ 0.066s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1235 | 2024-11-29T21:26:14.720Z | PASS [ 0.024s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1236 | 2024-11-29T21:26:14.720Z | PASS [ 0.369s] nextest-runner config::tool_config::tests::tool_config_basic |
1237 | 2024-11-29T21:26:14.720Z | PASS [ 0.028s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1238 | 2024-11-29T21:26:14.744Z | PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1239 | 2024-11-29T21:26:14.744Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1240 | 2024-11-29T21:26:14.744Z | PASS [ 0.030s] nextest-runner runner::tests::no_capture_settings |
1241 | 2024-11-29T21:26:14.744Z | PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1242 | 2024-11-29T21:26:14.745Z | PASS [ 0.025s] nextest-runner runner::tests::test_is_success |
1243 | 2024-11-29T21:26:14.745Z | PASS [ 0.076s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1244 | 2024-11-29T21:26:14.769Z | PASS [ 0.040s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1245 | 2024-11-29T21:26:14.793Z | PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config |
1246 | 2024-11-29T21:26:14.793Z | PASS [ 0.024s] nextest-runner test_command::tests::parse_build_script |
1247 | 2024-11-29T21:26:14.793Z | PASS [ 0.034s] nextest-runner test_filter::tests::empty_pattern_examples |
1248 | 2024-11-29T21:26:14.816Z | PASS [ 0.045s] nextest-runner test_filter::tests::pattern_examples |
1249 | 2024-11-29T21:26:14.840Z | PASS [ 0.107s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1250 | 2024-11-29T21:26:14.865Z | PASS [ 0.025s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1251 | 2024-11-29T21:26:14.889Z | PASS [ 0.103s] nextest-runner test_filter::tests::proptest_empty |
1252 | 2024-11-29T21:26:14.889Z | PASS [ 0.145s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1253 | 2024-11-29T21:26:14.986Z | PASS [ 0.267s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1254 | 2024-11-29T21:26:15.010Z | PASS [ 0.201s] nextest-runner test_filter::tests::proptest_no_match |
1255 | 2024-11-29T21:26:15.249Z | PASS [ 0.470s] nextest-runner test_filter::tests::proptest_exact |
1256 | 2024-11-29T21:26:15.393Z | PASS [ 0.582s] nextest-runner test_filter::tests::proptest_substring |
1257 | 2024-11-29T21:26:15.450Z | PASS [ 0.574s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1258 | 2024-11-29T21:26:16.393Z | PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1259 | 2024-11-29T21:26:16.611Z | PASS [ 1.619s] nextest-runner::integration basic::test_list_binaries |
1260 | 2024-11-29T21:26:16.917Z | PASS [ 2.034s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1261 | 2024-11-29T21:26:16.941Z | PASS [ 1.939s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1262 | 2024-11-29T21:26:16.941Z | PASS [ 1.688s] nextest-runner::integration basic::test_list_tests |
1263 | 2024-11-29T21:26:16.965Z | PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching |
1264 | 2024-11-29T21:26:17.071Z | PASS [ 0.460s] nextest-runner::integration basic::test_run_ignored |
1265 | 2024-11-29T21:26:17.100Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1266 | 2024-11-29T21:26:17.131Z | PASS [ 0.030s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1267 | 2024-11-29T21:26:17.254Z | PASS [ 0.290s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1268 | 2024-11-29T21:26:17.395Z | PASS [ 0.477s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1269 | 2024-11-29T21:26:17.591Z | PASS [ 0.459s] nextest-runner::integration target_runner::parses_cargo_env |
1270 | 2024-11-29T21:26:17.620Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env |
1271 | 2024-11-29T21:26:17.647Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_cli |
1272 | 2024-11-29T21:26:17.675Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1273 | 2024-11-29T21:26:17.702Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1274 | 2024-11-29T21:26:17.732Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env |
1275 | 2024-11-29T21:26:17.763Z | PASS [ 0.031s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1276 | 2024-11-29T21:26:17.789Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1277 | 2024-11-29T21:26:17.821Z | PASS [ 22.922s] integration-tests::integration test_run |
1278 | 2024-11-29T21:26:17.883Z | PASS [ 0.629s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1279 | 2024-11-29T21:26:18.284Z | PASS [ 1.890s] nextest-runner::integration basic::test_run |
1280 | 2024-11-29T21:26:18.978Z | PASS [ 1.583s] nextest-runner::integration target_runner::test_run_with_target_runner |
1281 | 2024-11-29T21:26:19.501Z | PASS [ 2.576s] nextest-runner::integration basic::test_termination |
1282 | 2024-11-29T21:26:20.489Z | PASS [ 5.095s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1283 | 2024-11-29T21:26:20.513Z | PASS [ 5.044s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1284 | 2024-11-29T21:26:20.513Z | ------------ |
1285 | 2024-11-29T21:26:20.513Z | Summary [ 34.028s] 279 tests run: 279 passed, 0 skipped |
1286 | 2024-11-29T21:26:20.537Z | |
1287 | 2024-11-29T21:26:20.537Z | real 35.439434225 |
1288 | 2024-11-29T21:26:20.537Z | user 1:57.869160370 |
1289 | 2024-11-29T21:26:20.537Z | sys 1:45.020581866 |
1290 | 2024-11-29T21:26:20.537Z | trap 0.278757831 |
1291 | 2024-11-29T21:26:20.537Z | tflt 0.849946434 |
1292 | 2024-11-29T21:26:20.537Z | dflt 2.194166182 |
1293 | 2024-11-29T21:26:20.537Z | kflt 0.004448875 |
1294 | 2024-11-29T21:26:20.537Z | lock 26:45.304667581 |
1295 | 2024-11-29T21:26:20.537Z | slp 45:56.826045949 |
1296 | 2024-11-29T21:26:20.537Z | lat 11:07.068862581 |
1297 | 2024-11-29T21:26:20.537Z | stop 5:18.751816016 |
1298 | 2024-11-29T21:26:20.537Z | + banner release |
1299 | 2024-11-29T21:26:20.537Z | |
1300 | 2024-11-29T21:26:20.537Z | ##### ###### # ###### ## #### ###### |
1301 | 2024-11-29T21:26:20.538Z | # # # # # # # # # |
1302 | 2024-11-29T21:26:20.538Z | # # ##### # ##### # # #### ##### |
1303 | 2024-11-29T21:26:20.538Z | ##### # # # ###### # # |
1304 | 2024-11-29T21:26:20.538Z | # # # # # # # # # # |
1305 | 2024-11-29T21:26:20.538Z | # # ###### ###### ###### # # #### ###### |
1306 | 2024-11-29T21:26:20.538Z | |
1307 | 2024-11-29T21:26:20.538Z | + ptime -m cargo nextest run --profile ci |
1308 | 2024-11-29T21:26:21.396Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s |
1309 | 2024-11-29T21:26:21.554Z | ------------ |
1310 | 2024-11-29T21:26:21.554Z | Nextest run ID 0fe12594-6c64-4183-a4bc-357743df89ab with nextest profile: ci |
1311 | 2024-11-29T21:26:21.554Z | Starting 279 tests across 12 binaries |
1312 | 2024-11-29T21:26:21.600Z | PASS [ 0.035s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1313 | 2024-11-29T21:26:21.700Z | PASS [ 0.136s] cargo-nextest dispatch::tests::test_argument_parsing |
1314 | 2024-11-29T21:26:30.524Z | PASS [ 8.938s] integration-tests::integration test_list_host_after_build |
1315 | 2024-11-29T21:26:30.566Z | PASS [ 8.993s] integration-tests::integration test_list_default |
1316 | 2024-11-29T21:26:30.656Z | PASS [ 9.086s] integration-tests::integration test_list_binaries_only |
1317 | 2024-11-29T21:26:31.137Z | PASS [ 9.557s] integration-tests::integration test_list_full |
1318 | 2024-11-29T21:26:31.241Z | PASS [ 9.651s] integration-tests::integration test_list_target_after_build |
1319 | 2024-11-29T21:26:31.289Z | PASS [ 9.708s] integration-tests::integration test_list_full_after_build |
1320 | 2024-11-29T21:26:36.612Z | PASS [ 14.916s] integration-tests::integration test_relocated_run |
1321 | 2024-11-29T21:26:38.289Z | PASS [ 7.151s] integration-tests::integration test_run_from_archive_with_missing_includes |
1322 | 2024-11-29T21:26:40.119Z | PASS [ 8.829s] integration-tests::integration test_run_no_tests |
1323 | 2024-11-29T21:26:40.808Z | PASS [ 0.689s] integration-tests::integration test_setup_scripts_not_enabled |
1324 | 2024-11-29T21:26:40.974Z | PASS [ 10.407s] integration-tests::integration test_run_after_build |
1325 | 2024-11-29T21:26:41.571Z | PASS [ 0.598s] integration-tests::integration test_show_config_version |
1326 | 2024-11-29T21:26:41.965Z | PASS [ 3.680s] integration-tests::integration test_setup_script_error |
1327 | 2024-11-29T21:26:42.455Z | PASS [ 11.800s] integration-tests::integration test_run_from_archive_with_includes |
1328 | 2024-11-29T21:26:42.509Z | PASS [ 0.054s] integration-tests::integration test_version_info |
1329 | 2024-11-29T21:26:42.758Z | PASS [ 21.159s] integration-tests::integration test_list_with_default_filter |
1330 | 2024-11-29T21:26:42.782Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_complex_error |
1331 | 2024-11-29T21:26:42.810Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof |
1332 | 2024-11-29T21:26:42.839Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_expr |
1333 | 2024-11-29T21:26:42.862Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_and_operator |
1334 | 2024-11-29T21:26:42.889Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_escapes |
1335 | 2024-11-29T21:26:42.915Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob |
1336 | 2024-11-29T21:26:42.953Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator |
1337 | 2024-11-29T21:26:42.977Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_invalid_platform |
1338 | 2024-11-29T21:26:43.001Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex |
1339 | 2024-11-29T21:26:43.047Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_argument |
1340 | 2024-11-29T21:26:43.168Z | PASS [ 0.039s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1341 | 2024-11-29T21:26:43.168Z | PASS [ 0.543s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1342 | 2024-11-29T21:26:43.287Z | PASS [ 0.121s] nextest-filtering parsing::tests::test_missing_close_regex |
1343 | 2024-11-29T21:26:43.361Z | PASS [ 0.119s] nextest-filtering parsing::tests::test_missing_parentheses |
1344 | 2024-11-29T21:26:43.361Z | PASS [ 0.174s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1345 | 2024-11-29T21:26:43.361Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_comma |
1346 | 2024-11-29T21:26:43.386Z | PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_expr_difference |
1347 | 2024-11-29T21:26:43.386Z | PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1348 | 2024-11-29T21:26:43.410Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_not |
1349 | 2024-11-29T21:26:43.410Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1350 | 2024-11-29T21:26:43.410Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_set |
1351 | 2024-11-29T21:26:43.434Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union |
1352 | 2024-11-29T21:26:43.494Z | PASS [ 0.070s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1353 | 2024-11-29T21:26:43.618Z | PASS [ 0.082s] nextest-filtering parsing::tests::test_parse_name_matcher |
1354 | 2024-11-29T21:26:43.643Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1355 | 2024-11-29T21:26:43.643Z | PASS [ 0.120s] nextest-filtering parsing::tests::test_parse_regex |
1356 | 2024-11-29T21:26:43.643Z | PASS [ 0.057s] nextest-filtering parsing::tests::test_parse_set_def |
1357 | 2024-11-29T21:26:43.765Z | PASS [ 0.056s] nextest-filtering parsing::tests::test_unexpected_comma |
1358 | 2024-11-29T21:26:43.765Z | PASS [ 0.063s] nextest-filtering parsing::tests::test_unexpected_argument |
1359 | 2024-11-29T21:26:43.964Z | PASS [ 7.188s] integration-tests::integration test_run_with_default_filter |
1360 | 2024-11-29T21:26:43.964Z | PASS [ 0.073s] nextest-filtering::match test_binary_query |
1361 | 2024-11-29T21:26:43.964Z | PASS [ 12.560s] integration-tests::integration test_run_from_archive_with_no_includes |
1362 | 2024-11-29T21:26:44.001Z | PASS [ 0.169s] nextest-filtering::match test_expr_binary |
1363 | 2024-11-29T21:26:44.001Z | PASS [ 0.134s] nextest-filtering::match test_expr_binary_id_glob |
1364 | 2024-11-29T21:26:44.029Z | PASS [ 0.037s] nextest-filtering::match test_expr_kind |
1365 | 2024-11-29T21:26:44.052Z | PASS [ 0.324s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1366 | 2024-11-29T21:26:44.052Z | PASS [ 0.102s] nextest-filtering::match test_expr_deps |
1367 | 2024-11-29T21:26:44.052Z | PASS [ 0.028s] nextest-filtering::match test_expr_package_contains |
1368 | 2024-11-29T21:26:44.053Z | PASS [ 0.044s] nextest-filtering::match test_expr_kind_partial |
1369 | 2024-11-29T21:26:44.172Z | PASS [ 0.037s] nextest-filtering::match test_expr_package_equal |
1370 | 2024-11-29T21:26:44.196Z | PASS [ 0.027s] nextest-filtering::match test_expr_package_regex |
1371 | 2024-11-29T21:26:44.196Z | PASS [ 0.032s] nextest-filtering::match test_expr_platform |
1372 | 2024-11-29T21:26:44.196Z | PASS [ 0.022s] nextest-filtering::match test_expr_rdeps |
1373 | 2024-11-29T21:26:44.196Z | PASS [ 0.028s] nextest-filtering::match test_expr_test |
1374 | 2024-11-29T21:26:44.196Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_difference::with_minus |
1375 | 2024-11-29T21:26:44.196Z | PASS [ 0.028s] nextest-filtering::match test_expr_test_difference::with_and_not |
1376 | 2024-11-29T21:26:44.196Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and |
1377 | 2024-11-29T21:26:44.196Z | PASS [ 0.035s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1378 | 2024-11-29T21:26:44.196Z | PASS [ 0.032s] nextest-filtering::match test_expr_test_not |
1379 | 2024-11-29T21:26:44.196Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_union::with_or |
1380 | 2024-11-29T21:26:44.196Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_pipe |
1381 | 2024-11-29T21:26:44.196Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_plus |
1382 | 2024-11-29T21:26:44.196Z | PASS [ 0.019s] nextest-metadata test_list::tests::test_binary_id_ord |
1383 | 2024-11-29T21:26:44.196Z | PASS [ 0.018s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1384 | 2024-11-29T21:26:44.196Z | PASS [ 0.030s] nextest-filtering::match test_expr_with_no_matching_packages |
1385 | 2024-11-29T21:26:44.196Z | PASS [ 0.022s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1386 | 2024-11-29T21:26:44.196Z | PASS [ 0.023s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1387 | 2024-11-29T21:26:44.196Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1388 | 2024-11-29T21:26:44.246Z | PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1389 | 2024-11-29T21:26:44.246Z | PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1390 | 2024-11-29T21:26:44.246Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1391 | 2024-11-29T21:26:44.246Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1392 | 2024-11-29T21:26:44.246Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1393 | 2024-11-29T21:26:44.247Z | PASS [ 0.026s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1394 | 2024-11-29T21:26:44.271Z | PASS [ 0.031s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1395 | 2024-11-29T21:26:44.271Z | PASS [ 0.035s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1396 | 2024-11-29T21:26:44.271Z | PASS [ 0.034s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1397 | 2024-11-29T21:26:44.544Z | PASS [ 0.327s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1398 | 2024-11-29T21:26:44.568Z | PASS [ 0.313s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1399 | 2024-11-29T21:26:44.568Z | PASS [ 0.333s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1400 | 2024-11-29T21:26:44.591Z | PASS [ 0.350s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1401 | 2024-11-29T21:26:44.671Z | PASS [ 3.096s] integration-tests::integration test_target_arg |
1402 | 2024-11-29T21:26:44.846Z | PASS [ 0.302s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1403 | 2024-11-29T21:26:44.871Z | PASS [ 0.302s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1404 | 2024-11-29T21:26:44.894Z | PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid |
1405 | 2024-11-29T21:26:44.894Z | PASS [ 0.312s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1406 | 2024-11-29T21:26:44.918Z | PASS [ 0.332s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1407 | 2024-11-29T21:26:44.918Z | PASS [ 0.024s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1408 | 2024-11-29T21:26:44.955Z | PASS [ 0.029s] nextest-runner config::identifier::tests::test_invalid |
1409 | 2024-11-29T21:26:44.955Z | PASS [ 0.026s] nextest-runner config::identifier::tests::test_valid |
1410 | 2024-11-29T21:26:44.955Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate |
1411 | 2024-11-29T21:26:44.955Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1412 | 2024-11-29T21:26:44.955Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1413 | 2024-11-29T21:26:44.979Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1414 | 2024-11-29T21:26:44.979Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1415 | 2024-11-29T21:26:44.979Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1416 | 2024-11-29T21:26:45.003Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1417 | 2024-11-29T21:26:45.003Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1418 | 2024-11-29T21:26:45.027Z | PASS [ 0.039s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1419 | 2024-11-29T21:26:45.027Z | PASS [ 0.356s] nextest-runner config::archive::tests::parse_valid |
1420 | 2024-11-29T21:26:45.159Z | PASS [ 0.307s] nextest-runner config::config_impl::tests::ignored_keys |
1421 | 2024-11-29T21:26:45.316Z | PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1422 | 2024-11-29T21:26:45.316Z | PASS [ 0.307s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1423 | 2024-11-29T21:26:45.341Z | PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1424 | 2024-11-29T21:26:45.341Z | PASS [ 0.312s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1425 | 2024-11-29T21:26:45.467Z | PASS [ 0.308s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1426 | 2024-11-29T21:26:45.617Z | PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1427 | 2024-11-29T21:26:45.641Z | PASS [ 0.331s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1428 | 2024-11-29T21:26:45.664Z | PASS [ 0.334s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1429 | 2024-11-29T21:26:45.665Z | PASS [ 0.321s] nextest-runner config::overrides::tests::test_overrides_basic |
1430 | 2024-11-29T21:26:45.765Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1431 | 2024-11-29T21:26:45.926Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1432 | 2024-11-29T21:26:45.950Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1433 | 2024-11-29T21:26:45.973Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1434 | 2024-11-29T21:26:45.974Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1435 | 2024-11-29T21:26:46.074Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1436 | 2024-11-29T21:26:46.224Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1437 | 2024-11-29T21:26:46.249Z | PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1438 | 2024-11-29T21:26:46.273Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1439 | 2024-11-29T21:26:46.273Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1440 | 2024-11-29T21:26:46.376Z | PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1441 | 2024-11-29T21:26:46.541Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1442 | 2024-11-29T21:26:46.565Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1443 | 2024-11-29T21:26:46.590Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1444 | 2024-11-29T21:26:46.590Z | PASS [ 0.318s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1445 | 2024-11-29T21:26:46.707Z | PASS [ 0.326s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1446 | 2024-11-29T21:26:46.862Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1447 | 2024-11-29T21:26:46.898Z | PASS [ 0.331s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1448 | 2024-11-29T21:26:46.898Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1449 | 2024-11-29T21:26:46.898Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1450 | 2024-11-29T21:26:47.014Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1451 | 2024-11-29T21:26:47.046Z | PASS [ 5.069s] integration-tests::integration test_target_dir |
1452 | 2024-11-29T21:26:47.179Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1453 | 2024-11-29T21:26:47.203Z | PASS [ 0.329s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1454 | 2024-11-29T21:26:47.227Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1455 | 2024-11-29T21:26:47.253Z | PASS [ 0.330s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1456 | 2024-11-29T21:26:47.331Z | PASS [ 0.324s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1457 | 2024-11-29T21:26:47.355Z | PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1458 | 2024-11-29T21:26:47.481Z | PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1459 | 2024-11-29T21:26:47.521Z | PASS [ 0.323s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1460 | 2024-11-29T21:26:47.594Z | PASS [ 0.366s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1461 | 2024-11-29T21:26:47.618Z | PASS [ 0.409s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1462 | 2024-11-29T21:26:47.655Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1463 | 2024-11-29T21:26:47.696Z | PASS [ 0.370s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1464 | 2024-11-29T21:26:47.780Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1465 | 2024-11-29T21:26:47.806Z | PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1466 | 2024-11-29T21:26:47.901Z | PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1467 | 2024-11-29T21:26:47.927Z | PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1468 | 2024-11-29T21:26:47.960Z | PASS [ 0.304s] nextest-runner config::scripts::tests::test_scripts_basic |
1469 | 2024-11-29T21:26:48.003Z | PASS [ 0.306s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1470 | 2024-11-29T21:26:48.089Z | PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1471 | 2024-11-29T21:26:48.113Z | PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1472 | 2024-11-29T21:26:48.191Z | PASS [ 7.383s] integration-tests::integration test_show_config_test_groups |
1473 | 2024-11-29T21:26:48.215Z | PASS [ 0.323s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1474 | 2024-11-29T21:26:48.215Z | PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1475 | 2024-11-29T21:26:48.269Z | PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1476 | 2024-11-29T21:26:48.297Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1477 | 2024-11-29T21:26:48.382Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1478 | 2024-11-29T21:26:48.406Z | PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1479 | 2024-11-29T21:26:48.481Z | PASS [ 0.290s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1480 | 2024-11-29T21:26:48.505Z | PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1481 | 2024-11-29T21:26:48.505Z | PASS [ 0.287s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1482 | 2024-11-29T21:26:48.564Z | PASS [ 0.296s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1483 | 2024-11-29T21:26:48.607Z | PASS [ 0.307s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1484 | 2024-11-29T21:26:48.680Z | PASS [ 0.298s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1485 | 2024-11-29T21:26:48.704Z | PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1486 | 2024-11-29T21:26:48.775Z | PASS [ 0.292s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1487 | 2024-11-29T21:26:48.805Z | PASS [ 0.305s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1488 | 2024-11-29T21:26:48.832Z | PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1489 | 2024-11-29T21:26:48.872Z | PASS [ 0.297s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1490 | 2024-11-29T21:26:48.914Z | PASS [ 0.302s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1491 | 2024-11-29T21:26:48.992Z | PASS [ 0.301s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1492 | 2024-11-29T21:26:49.044Z | PASS [ 0.345s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1493 | 2024-11-29T21:26:49.105Z | PASS [ 0.331s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1494 | 2024-11-29T21:26:49.129Z | PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1495 | 2024-11-29T21:26:49.178Z | PASS [ 0.321s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1496 | 2024-11-29T21:26:49.201Z | PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1497 | 2024-11-29T21:26:49.225Z | PASS [ 0.028s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1498 | 2024-11-29T21:26:49.225Z | PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1499 | 2024-11-29T21:26:49.251Z | PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1500 | 2024-11-29T21:26:49.275Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1501 | 2024-11-29T21:26:49.298Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1502 | 2024-11-29T21:26:49.324Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1503 | 2024-11-29T21:26:49.324Z | PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1504 | 2024-11-29T21:26:49.348Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1505 | 2024-11-29T21:26:49.348Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1506 | 2024-11-29T21:26:49.348Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1507 | 2024-11-29T21:26:49.348Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1508 | 2024-11-29T21:26:49.348Z | PASS [ 0.307s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1509 | 2024-11-29T21:26:49.372Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1510 | 2024-11-29T21:26:49.372Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1511 | 2024-11-29T21:26:49.372Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1512 | 2024-11-29T21:26:49.397Z | PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1513 | 2024-11-29T21:26:49.397Z | PASS [ 0.016s] nextest-runner partition::tests::partitioner_builder_from_str |
1514 | 2024-11-29T21:26:49.397Z | PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list |
1515 | 2024-11-29T21:26:49.397Z | PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1516 | 2024-11-29T21:26:49.450Z | PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1517 | 2024-11-29T21:26:49.450Z | PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1518 | 2024-11-29T21:26:49.474Z | PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1519 | 2024-11-29T21:26:49.474Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1520 | 2024-11-29T21:26:49.474Z | PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1521 | 2024-11-29T21:26:49.474Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::no_capture_settings |
1522 | 2024-11-29T21:26:49.474Z | PASS [ 0.028s] nextest-runner redact::tests::test_redact_path |
1523 | 2024-11-29T21:26:49.474Z | PASS [ 0.309s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1524 | 2024-11-29T21:26:49.474Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1525 | 2024-11-29T21:26:49.474Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1526 | 2024-11-29T21:26:49.474Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1527 | 2024-11-29T21:26:49.474Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1528 | 2024-11-29T21:26:49.475Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1529 | 2024-11-29T21:26:49.498Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1530 | 2024-11-29T21:26:49.498Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1531 | 2024-11-29T21:26:49.498Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_final_warnings |
1532 | 2024-11-29T21:26:49.523Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1533 | 2024-11-29T21:26:49.523Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1534 | 2024-11-29T21:26:49.523Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1535 | 2024-11-29T21:26:49.523Z | PASS [ 0.021s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1536 | 2024-11-29T21:26:49.547Z | PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1537 | 2024-11-29T21:26:49.547Z | PASS [ 0.311s] nextest-runner config::tool_config::tests::tool_config_basic |
1538 | 2024-11-29T21:26:49.547Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1539 | 2024-11-29T21:26:49.571Z | PASS [ 0.028s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1540 | 2024-11-29T21:26:49.571Z | PASS [ 0.033s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1541 | 2024-11-29T21:26:49.571Z | PASS [ 0.023s] nextest-runner reporter::helpers::tests::test_highlight_end |
1542 | 2024-11-29T21:26:49.571Z | PASS [ 0.068s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1543 | 2024-11-29T21:26:49.595Z | PASS [ 0.028s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1544 | 2024-11-29T21:26:49.724Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1545 | 2024-11-29T21:26:49.724Z | PASS [ 0.027s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1546 | 2024-11-29T21:26:49.724Z | PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1547 | 2024-11-29T21:26:49.748Z | PASS [ 0.033s] nextest-runner runner::tests::no_capture_settings |
1548 | 2024-11-29T21:26:49.748Z | PASS [ 0.064s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1549 | 2024-11-29T21:26:49.748Z | PASS [ 0.024s] nextest-runner runner::tests::test_is_success |
1550 | 2024-11-29T21:26:49.748Z | PASS [ 0.096s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1551 | 2024-11-29T21:26:49.748Z | PASS [ 0.045s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1552 | 2024-11-29T21:26:49.748Z | PASS [ 0.039s] nextest-runner target_runner::tests::test_find_config |
1553 | 2024-11-29T21:26:49.748Z | PASS [ 0.029s] nextest-runner test_command::tests::parse_build_script |
1554 | 2024-11-29T21:26:49.749Z | PASS [ 0.034s] nextest-runner test_filter::tests::empty_pattern_examples |
1555 | 2024-11-29T21:26:49.749Z | PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples |
1556 | 2024-11-29T21:26:49.749Z | PASS [ 0.120s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1557 | 2024-11-29T21:26:49.750Z | PASS [ 0.139s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1558 | 2024-11-29T21:26:49.774Z | PASS [ 0.029s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1559 | 2024-11-29T21:26:49.774Z | PASS [ 0.124s] nextest-runner test_filter::tests::proptest_empty |
1560 | 2024-11-29T21:26:49.871Z | PASS [ 0.206s] nextest-runner test_filter::tests::proptest_no_match |
1561 | 2024-11-29T21:26:49.894Z | PASS [ 0.297s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1562 | 2024-11-29T21:26:49.971Z | PASS [ 0.204s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1563 | 2024-11-29T21:26:49.995Z | PASS [ 0.099s] nextest-runner::integration basic::test_list_binaries |
1564 | 2024-11-29T21:26:50.163Z | PASS [ 0.285s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1565 | 2024-11-29T21:26:50.187Z | PASS [ 0.518s] nextest-runner test_filter::tests::proptest_exact |
1566 | 2024-11-29T21:26:50.264Z | PASS [ 0.291s] nextest-runner::integration basic::test_list_tests |
1567 | 2024-11-29T21:26:50.311Z | PASS [ 0.634s] nextest-runner test_filter::tests::proptest_substring |
1568 | 2024-11-29T21:26:50.335Z | PASS [ 0.574s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1569 | 2024-11-29T21:26:50.634Z | PASS [ 0.371s] nextest-runner::integration basic::test_run_ignored |
1570 | 2024-11-29T21:26:50.658Z | PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching |
1571 | 2024-11-29T21:26:50.716Z | PASS [ 0.405s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1572 | 2024-11-29T21:26:50.742Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1573 | 2024-11-29T21:26:50.767Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1574 | 2024-11-29T21:26:50.926Z | PASS [ 0.270s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1575 | 2024-11-29T21:26:51.152Z | PASS [ 0.391s] nextest-runner::integration target_runner::parses_cargo_env |
1576 | 2024-11-29T21:26:51.256Z | PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1577 | 2024-11-29T21:26:51.281Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env |
1578 | 2024-11-29T21:26:51.305Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli |
1579 | 2024-11-29T21:26:51.329Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1580 | 2024-11-29T21:26:51.352Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1581 | 2024-11-29T21:26:51.376Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_env |
1582 | 2024-11-29T21:26:51.401Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1583 | 2024-11-29T21:26:51.401Z | PASS [ 0.479s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1584 | 2024-11-29T21:26:51.425Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option |
1585 | 2024-11-29T21:26:51.654Z | PASS [ 21.136s] integration-tests::integration test_run |
1586 | 2024-11-29T21:26:51.828Z | PASS [ 1.661s] nextest-runner::integration basic::test_run |
1587 | 2024-11-29T21:26:52.653Z | PASS [ 1.507s] nextest-runner::integration target_runner::test_run_with_target_runner |
1588 | 2024-11-29T21:26:52.777Z | PASS [ 2.466s] nextest-runner::integration basic::test_termination |
1589 | 2024-11-29T21:26:53.656Z | PASS [ 3.685s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1590 | 2024-11-29T21:26:53.926Z | PASS [ 3.777s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1591 | 2024-11-29T21:26:53.950Z | ------------ |
1592 | 2024-11-29T21:26:53.950Z | Summary [ 32.373s] 279 tests run: 279 passed, 0 skipped |
1593 | 2024-11-29T21:26:53.950Z | |
1594 | 2024-11-29T21:26:53.950Z | real 33.408923520 |
1595 | 2024-11-29T21:26:53.950Z | user 1:51.769756962 |
1596 | 2024-11-29T21:26:53.950Z | sys 1:40.405643819 |
1597 | 2024-11-29T21:26:53.950Z | trap 0.265743530 |
1598 | 2024-11-29T21:26:53.950Z | tflt 0.487416453 |
1599 | 2024-11-29T21:26:53.950Z | dflt 1.387820317 |
1600 | 2024-11-29T21:26:53.950Z | kflt 0.011690289 |
1601 | 2024-11-29T21:26:53.950Z | lock 27:14.004735369 |
1602 | 2024-11-29T21:26:53.950Z | slp 48:09.528817343 |
1603 | 2024-11-29T21:26:53.950Z | lat 11:48.639690452 |
1604 | 2024-11-29T21:26:53.951Z | stop 4:53.495700638 |
1605 | 2024-11-29T21:26:53.974Z | process exited: duration 291787 ms, exit code 0 |
|
1606 | 2024-11-29T21:26:54.023Z | found 0 output files |