|
|
|
1 | 2024-12-15T01:10:03.277Z | job assigned to worker 01JF3XT9R78FS0517RXF4H3AJE [factory gimlet-EVT22200007-propolis, EVT22200007/20447] (queued for 23 s) |
|
2 | 2024-12-15T01:10:11.007Z | starting task 0: "setup" |
3 | 2024-12-15T01:10:11.032Z | ++ uname -s |
4 | 2024-12-15T01:10:11.032Z | + kern=SunOS |
5 | 2024-12-15T01:10:11.032Z | + case "$kern" in |
6 | 2024-12-15T01:10:11.032Z | + groupadd -g 12345 build |
7 | 2024-12-15T01:10:11.032Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-15T01:10:13.027Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-15T01:10:13.058Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-15T01:10:13.082Z | + home_fs=zfs |
11 | 2024-12-15T01:10:13.082Z | + [[ zfs == autofs ]] |
12 | 2024-12-15T01:10:13.082Z | + mkdir -p /home/build |
13 | 2024-12-15T01:10:13.082Z | + chown build:build /home/build /work |
14 | 2024-12-15T01:10:15.066Z | + chmod 0700 /home/build /work |
15 | 2024-12-15T01:10:15.090Z | process exited: duration 4065 ms, exit code 0 |
|
16 | 2024-12-15T01:10:15.139Z | starting task 1: "rust-toolchain" |
17 | 2024-12-15T01:10:15.163Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-15T01:10:15.163Z | ' stable |
19 | 2024-12-15T01:10:15.163Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-15T01:10:15.163Z | ' default |
21 | 2024-12-15T01:10:15.163Z | * toolchain channel = "stable" |
22 | 2024-12-15T01:10:15.163Z | * toolchain profile = "default" |
23 | 2024-12-15T01:10:15.163Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-15T01:10:15.163Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-15T01:10:15.289Z | info: downloading installer |
26 | 2024-12-15T01:10:15.699Z | info: profile set to 'default' |
27 | 2024-12-15T01:10:15.699Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-15T01:10:15.723Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-15T01:10:15.804Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-15T01:10:15.829Z | info: downloading component 'cargo' |
31 | 2024-12-15T01:10:15.921Z | info: downloading component 'clippy' |
32 | 2024-12-15T01:10:15.974Z | info: downloading component 'rust-docs' |
33 | 2024-12-15T01:10:16.142Z | info: downloading component 'rust-std' |
34 | 2024-12-15T01:10:16.367Z | info: downloading component 'rustc' |
35 | 2024-12-15T01:10:17.270Z | info: downloading component 'rustfmt' |
36 | 2024-12-15T01:10:17.307Z | info: installing component 'cargo' |
37 | 2024-12-15T01:10:18.386Z | info: installing component 'clippy' |
38 | 2024-12-15T01:10:18.842Z | info: installing component 'rust-docs' |
39 | 2024-12-15T01:10:21.659Z | info: installing component 'rust-std' |
40 | 2024-12-15T01:10:23.573Z | info: installing component 'rustc' |
41 | 2024-12-15T01:10:30.217Z | info: installing component 'rustfmt' |
42 | 2024-12-15T01:10:30.595Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-15T01:10:30.595Z | |
44 | 2024-12-15T01:10:30.759Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-15T01:10:30.759Z | |
46 | 2024-12-15T01:10:30.783Z | |
47 | 2024-12-15T01:10:30.783Z | Rust is installed now. Great! |
48 | 2024-12-15T01:10:30.783Z | |
49 | 2024-12-15T01:10:30.783Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-15T01:10:30.783Z | environment variable. This has not been done automatically. |
51 | 2024-12-15T01:10:30.783Z | |
52 | 2024-12-15T01:10:30.783Z | To configure your current shell, you need to source |
53 | 2024-12-15T01:10:30.783Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-15T01:10:30.783Z | |
55 | 2024-12-15T01:10:30.783Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-15T01:10:30.783Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-15T01:10:30.783Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-15T01:10:30.865Z | + rustc --version |
59 | 2024-12-15T01:10:30.986Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-15T01:10:31.010Z | process exited: duration 15853 ms, exit code 0 |
|
61 | 2024-12-15T01:10:31.058Z | starting task 2: "authentication" |
62 | 2024-12-15T01:10:31.144Z | process exited: duration 86 ms, exit code 0 |
|
63 | 2024-12-15T01:10:31.193Z | starting task 3: "clone repository" |
64 | 2024-12-15T01:10:31.217Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-15T01:10:31.217Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-15T01:10:31.241Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-15T01:10:33.105Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-15T01:10:33.105Z | + git fetch origin c1abd3f50be8896e8cc955d2a93972e5e7851523 |
69 | 2024-12-15T01:10:33.474Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-15T01:10:33.474Z | * branch c1abd3f50be8896e8cc955d2a93972e5e7851523 -> FETCH_HEAD |
71 | 2024-12-15T01:10:33.499Z | + [[ -n ctrl-c-terminate ]] |
72 | 2024-12-15T01:10:33.499Z | ++ git branch --show-current |
73 | 2024-12-15T01:10:33.499Z | + current=main |
74 | 2024-12-15T01:10:33.499Z | + [[ main != ctrl-c-terminate ]] |
75 | 2024-12-15T01:10:33.499Z | + git branch -f ctrl-c-terminate c1abd3f50be8896e8cc955d2a93972e5e7851523 |
76 | 2024-12-15T01:10:33.499Z | + git checkout -f ctrl-c-terminate |
77 | 2024-12-15T01:10:33.580Z | Switched to branch 'ctrl-c-terminate' |
78 | 2024-12-15T01:10:33.603Z | + git reset --hard c1abd3f50be8896e8cc955d2a93972e5e7851523 |
79 | 2024-12-15T01:10:33.653Z | HEAD is now at c1abd3f5 [nextest-runner] wait for dispatcher to acknowledge retries |
80 | 2024-12-15T01:10:33.677Z | process exited: duration 2462 ms, exit code 0 |
|
81 | 2024-12-15T01:10:33.725Z | starting task 4: "build" |
82 | 2024-12-15T01:10:33.749Z | + PLATFORM=illumos |
83 | 2024-12-15T01:10:33.749Z | + export CARGO_TERM_COLOR=always |
84 | 2024-12-15T01:10:33.749Z | + CARGO_TERM_COLOR=always |
85 | 2024-12-15T01:10:33.749Z | + cargo --version |
86 | 2024-12-15T01:10:33.841Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
87 | 2024-12-15T01:10:33.865Z | + rustc --version |
88 | 2024-12-15T01:10:33.948Z | rustc 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-15T01:10:33.972Z | + banner install |
90 | 2024-12-15T01:10:33.972Z | |
91 | 2024-12-15T01:10:33.972Z | # # # #### ##### ## # # |
92 | 2024-12-15T01:10:33.972Z | # ## # # # # # # # |
93 | 2024-12-15T01:10:33.972Z | # # # # #### # # # # # |
94 | 2024-12-15T01:10:33.972Z | # # # # # # ###### # # |
95 | 2024-12-15T01:10:33.972Z | # # ## # # # # # # # |
96 | 2024-12-15T01:10:33.972Z | # # # #### # # # ###### ###### |
97 | 2024-12-15T01:10:33.972Z | |
98 | 2024-12-15T01:10:33.972Z | + mkdir -p /home/build/.cargo/bin |
99 | 2024-12-15T01:10:33.972Z | + curl -LsSf https://get.nexte.st/latest/illumos |
100 | 2024-12-15T01:10:33.972Z | + gunzip |
101 | 2024-12-15T01:10:33.972Z | + tar xf - -C /home/build/.cargo/bin |
102 | 2024-12-15T01:10:35.036Z | + banner metadata |
103 | 2024-12-15T01:10:35.061Z | |
104 | 2024-12-15T01:10:35.061Z | # # ###### ##### ## ##### ## ##### ## |
105 | 2024-12-15T01:10:35.061Z | ## ## # # # # # # # # # # # |
106 | 2024-12-15T01:10:35.061Z | # ## # ##### # # # # # # # # # # |
107 | 2024-12-15T01:10:35.061Z | # # # # ###### # # ###### # ###### |
108 | 2024-12-15T01:10:35.061Z | # # # # # # # # # # # # # |
109 | 2024-12-15T01:10:35.061Z | # # ###### # # # ##### # # # # # |
110 | 2024-12-15T01:10:35.061Z | |
111 | 2024-12-15T01:10:35.061Z | + ptime -m cargo build --package nextest-metadata |
112 | 2024-12-15T01:10:35.294Z | Updating crates.io index |
113 | 2024-12-15T01:10:36.449Z | Downloading crates ... |
114 | 2024-12-15T01:10:36.509Z | Downloaded cfg_aliases v0.2.1 |
115 | 2024-12-15T01:10:36.533Z | Downloaded is_terminal_polyfill v1.70.1 |
116 | 2024-12-15T01:10:36.533Z | Downloaded itoa v1.0.14 |
117 | 2024-12-15T01:10:36.533Z | Downloaded cfg-if v1.0.0 |
118 | 2024-12-15T01:10:36.533Z | Downloaded byteorder v1.5.0 |
119 | 2024-12-15T01:10:36.533Z | Downloaded heck v0.5.0 |
120 | 2024-12-15T01:10:36.533Z | Downloaded equivalent v1.0.1 |
121 | 2024-12-15T01:10:36.557Z | Downloaded supports-color v3.0.2 |
122 | 2024-12-15T01:10:36.557Z | Downloaded xxhash-rust v0.8.12 |
123 | 2024-12-15T01:10:36.557Z | Downloaded tracing-log v0.2.0 |
124 | 2024-12-15T01:10:36.557Z | Downloaded zerocopy-derive v0.7.35 |
125 | 2024-12-15T01:10:36.580Z | Downloaded unicase v2.8.0 |
126 | 2024-12-15T01:10:36.580Z | Downloaded unicode-ident v1.0.14 |
127 | 2024-12-15T01:10:36.580Z | Downloaded tracing-core v0.1.33 |
128 | 2024-12-15T01:10:36.580Z | Downloaded tracing v0.1.41 |
129 | 2024-12-15T01:10:36.604Z | Downloaded mio v1.0.2 |
130 | 2024-12-15T01:10:36.604Z | Downloaded miette v7.4.0 |
131 | 2024-12-15T01:10:36.604Z | Downloaded libm v0.2.8 |
132 | 2024-12-15T01:10:36.628Z | Downloaded zerocopy v0.7.35 |
133 | 2024-12-15T01:10:36.652Z | Downloaded serde_json v1.0.133 |
134 | 2024-12-15T01:10:36.652Z | Downloaded tracing-subscriber v0.3.19 |
135 | 2024-12-15T01:10:36.652Z | Downloaded clap_builder v4.5.23 |
136 | 2024-12-15T01:10:36.676Z | Downloaded hashbrown v0.15.2 |
137 | 2024-12-15T01:10:36.676Z | Downloaded serde v1.0.216 |
138 | 2024-12-15T01:10:36.676Z | Downloaded unicode-width v0.1.14 |
139 | 2024-12-15T01:10:36.700Z | Downloaded syn v2.0.90 |
140 | 2024-12-15T01:10:36.700Z | Downloaded gimli v0.28.1 |
141 | 2024-12-15T01:10:36.700Z | Downloaded unicode-width v0.2.0 |
142 | 2024-12-15T01:10:36.724Z | Downloaded object v0.32.2 |
143 | 2024-12-15T01:10:36.724Z | Downloaded rand v0.8.5 |
144 | 2024-12-15T01:10:36.724Z | Downloaded memchr v2.7.4 |
145 | 2024-12-15T01:10:36.748Z | Downloaded cc v1.1.31 |
146 | 2024-12-15T01:10:36.748Z | Downloaded borsh v1.5.1 |
147 | 2024-12-15T01:10:36.748Z | Downloaded rustix v0.38.37 |
148 | 2024-12-15T01:10:36.771Z | Downloaded miniz_oxide v0.7.4 |
149 | 2024-12-15T01:10:36.772Z | Downloaded indexmap v2.7.0 |
150 | 2024-12-15T01:10:36.772Z | Downloaded textwrap v0.16.1 |
151 | 2024-12-15T01:10:36.772Z | Downloaded socket2 v0.5.7 |
152 | 2024-12-15T01:10:36.772Z | Downloaded sharded-slab v0.1.7 |
153 | 2024-12-15T01:10:36.796Z | Downloaded serde_derive v1.0.216 |
154 | 2024-12-15T01:10:36.796Z | Downloaded ryu v1.0.18 |
155 | 2024-12-15T01:10:36.796Z | Downloaded rustc-demangle v0.1.24 |
156 | 2024-12-15T01:10:36.796Z | Downloaded proc-macro2 v1.0.92 |
157 | 2024-12-15T01:10:36.796Z | Downloaded pin-project-lite v0.2.15 |
158 | 2024-12-15T01:10:36.796Z | Downloaded num-traits v0.2.19 |
159 | 2024-12-15T01:10:36.796Z | Downloaded log v0.4.22 |
160 | 2024-12-15T01:10:36.819Z | Downloaded clap v4.5.23 |
161 | 2024-12-15T01:10:36.819Z | Downloaded bytes v1.9.0 |
162 | 2024-12-15T01:10:36.819Z | Downloaded bitflags v2.6.0 |
163 | 2024-12-15T01:10:36.819Z | Downloaded backtrace v0.3.71 |
164 | 2024-12-15T01:10:36.843Z | Downloaded terminal_size v0.4.0 |
165 | 2024-12-15T01:10:36.843Z | Downloaded libc v0.2.168 |
166 | 2024-12-15T01:10:36.867Z | Downloaded target-lexicon v0.12.16 |
167 | 2024-12-15T01:10:36.867Z | Downloaded smol_str v0.3.2 |
168 | 2024-12-15T01:10:36.867Z | Downloaded tokio v1.42.0 |
169 | 2024-12-15T01:10:36.893Z | Downloaded smallvec v1.13.2 |
170 | 2024-12-15T01:10:36.922Z | Downloaded quote v1.0.37 |
171 | 2024-12-15T01:10:36.922Z | Downloaded owo-colors v4.1.0 |
172 | 2024-12-15T01:10:36.922Z | Downloaded once_cell v1.20.2 |
173 | 2024-12-15T01:10:36.922Z | Downloaded cfg-expr v0.17.2 |
174 | 2024-12-15T01:10:36.922Z | Downloaded addr2line v0.21.0 |
175 | 2024-12-15T01:10:36.922Z | Downloaded utf8parse v0.2.2 |
176 | 2024-12-15T01:10:36.922Z | Downloaded tokio-macros v2.4.0 |
177 | 2024-12-15T01:10:36.922Z | Downloaded thread_local v1.1.8 |
178 | 2024-12-15T01:10:36.922Z | Downloaded thiserror v1.0.69 |
179 | 2024-12-15T01:10:36.922Z | Downloaded target-spec v3.2.2 |
180 | 2024-12-15T01:10:36.922Z | Downloaded supports-unicode v3.0.0 |
181 | 2024-12-15T01:10:36.922Z | Downloaded signal-hook-registry v1.4.2 |
182 | 2024-12-15T01:10:36.922Z | Downloaded rand_chacha v0.3.1 |
183 | 2024-12-15T01:10:36.922Z | Downloaded ppv-lite86 v0.2.20 |
184 | 2024-12-15T01:10:36.923Z | Downloaded thiserror-impl v1.0.69 |
185 | 2024-12-15T01:10:36.947Z | Downloaded strsim v0.11.1 |
186 | 2024-12-15T01:10:36.947Z | Downloaded lazy_static v1.5.0 |
187 | 2024-12-15T01:10:36.947Z | Downloaded jobserver v0.1.32 |
188 | 2024-12-15T01:10:36.947Z | Downloaded getrandom v0.2.15 |
189 | 2024-12-15T01:10:36.947Z | Downloaded console v0.15.8 |
190 | 2024-12-15T01:10:36.947Z | Downloaded unicode-linebreak v0.1.5 |
191 | 2024-12-15T01:10:36.947Z | Downloaded supports-hyperlinks v3.0.0 |
192 | 2024-12-15T01:10:36.947Z | Downloaded rand_core v0.6.4 |
193 | 2024-12-15T01:10:36.947Z | Downloaded miette-derive v7.4.0 |
194 | 2024-12-15T01:10:36.947Z | Downloaded shlex v1.3.0 |
195 | 2024-12-15T01:10:36.947Z | Downloaded clap_derive v4.5.18 |
196 | 2024-12-15T01:10:36.947Z | Downloaded camino v1.1.9 |
197 | 2024-12-15T01:10:36.947Z | Downloaded clap_lex v0.7.4 |
198 | 2024-12-15T01:10:36.947Z | Downloaded adler v1.0.2 |
199 | 2024-12-15T01:10:36.947Z | Downloaded errno v0.3.9 |
200 | 2024-12-15T01:10:36.971Z | Downloaded either v1.13.0 |
201 | 2024-12-15T01:10:36.971Z | Downloaded colorchoice v1.0.3 |
202 | 2024-12-15T01:10:36.971Z | Downloaded autocfg v1.4.0 |
203 | 2024-12-15T01:10:36.971Z | Downloaded anstyle-query v1.1.2 |
204 | 2024-12-15T01:10:36.971Z | Downloaded anstyle-parse v0.2.6 |
205 | 2024-12-15T01:10:36.971Z | Downloaded anstyle v1.0.9 |
206 | 2024-12-15T01:10:36.971Z | Downloaded anstream v0.6.17 |
207 | 2024-12-15T01:10:36.971Z | Downloaded is_ci v1.2.0 |
208 | 2024-12-15T01:10:36.972Z | Downloaded guppy-workspace-hack v0.1.0 |
209 | 2024-12-15T01:10:36.972Z | Downloaded backtrace-ext v0.2.1 |
210 | 2024-12-15T01:10:37.055Z | Compiling proc-macro2 v1.0.92 |
211 | 2024-12-15T01:10:37.055Z | Compiling unicode-ident v1.0.14 |
212 | 2024-12-15T01:10:37.079Z | Compiling libc v0.2.168 |
213 | 2024-12-15T01:10:37.079Z | Compiling cfg-if v1.0.0 |
214 | 2024-12-15T01:10:37.079Z | Compiling serde v1.0.216 |
215 | 2024-12-15T01:10:37.079Z | Compiling shlex v1.3.0 |
216 | 2024-12-15T01:10:37.079Z | Compiling rustix v0.38.37 |
217 | 2024-12-15T01:10:37.208Z | Compiling once_cell v1.20.2 |
218 | 2024-12-15T01:10:37.262Z | Compiling memchr v2.7.4 |
219 | 2024-12-15T01:10:37.402Z | Compiling bitflags v2.6.0 |
220 | 2024-12-15T01:10:37.555Z | Compiling tracing-core v0.1.33 |
221 | 2024-12-15T01:10:37.697Z | Compiling adler v1.0.2 |
222 | 2024-12-15T01:10:37.722Z | Compiling byteorder v1.5.0 |
223 | 2024-12-15T01:10:37.787Z | Compiling camino v1.1.9 |
224 | 2024-12-15T01:10:37.888Z | Compiling gimli v0.28.1 |
225 | 2024-12-15T01:10:37.962Z | Compiling utf8parse v0.2.2 |
226 | 2024-12-15T01:10:38.084Z | Compiling anstyle-parse v0.2.6 |
227 | 2024-12-15T01:10:38.222Z | Compiling jobserver v0.1.32 |
228 | 2024-12-15T01:10:38.284Z | Compiling object v0.32.2 |
229 | 2024-12-15T01:10:38.346Z | Compiling miniz_oxide v0.7.4 |
230 | 2024-12-15T01:10:38.547Z | Compiling quote v1.0.37 |
231 | 2024-12-15T01:10:38.612Z | Compiling cc v1.1.31 |
232 | 2024-12-15T01:10:38.792Z | Compiling errno v0.3.9 |
233 | 2024-12-15T01:10:38.816Z | Compiling getrandom v0.2.15 |
234 | 2024-12-15T01:10:38.943Z | Compiling syn v2.0.90 |
235 | 2024-12-15T01:10:39.011Z | Compiling unicode-width v0.1.14 |
236 | 2024-12-15T01:10:39.042Z | Compiling anstyle v1.0.9 |
237 | 2024-12-15T01:10:39.092Z | Compiling libm v0.2.8 |
238 | 2024-12-15T01:10:39.411Z | Compiling colorchoice v1.0.3 |
239 | 2024-12-15T01:10:39.440Z | Compiling lazy_static v1.5.0 |
240 | 2024-12-15T01:10:39.474Z | Compiling target-lexicon v0.12.16 |
241 | 2024-12-15T01:10:39.560Z | Compiling anstyle-query v1.1.2 |
242 | 2024-12-15T01:10:39.584Z | Compiling serde_json v1.0.133 |
243 | 2024-12-15T01:10:39.693Z | Compiling thiserror v1.0.69 |
244 | 2024-12-15T01:10:39.912Z | Compiling terminal_size v0.4.0 |
245 | 2024-12-15T01:10:40.093Z | Compiling autocfg v1.4.0 |
246 | 2024-12-15T01:10:40.190Z | Compiling is_terminal_polyfill v1.70.1 |
247 | 2024-12-15T01:10:40.214Z | Compiling rustc-demangle v0.1.24 |
248 | 2024-12-15T01:10:40.255Z | Compiling owo-colors v4.1.0 |
249 | 2024-12-15T01:10:40.295Z | Compiling anstream v0.6.17 |
250 | 2024-12-15T01:10:40.827Z | Compiling num-traits v0.2.19 |
251 | 2024-12-15T01:10:40.927Z | Compiling addr2line v0.21.0 |
252 | 2024-12-15T01:10:40.991Z | Compiling rand_core v0.6.4 |
253 | 2024-12-15T01:10:41.061Z | Compiling clap_lex v0.7.4 |
254 | 2024-12-15T01:10:41.137Z | Compiling strsim v0.11.1 |
255 | 2024-12-15T01:10:41.190Z | Compiling backtrace v0.3.71 |
256 | 2024-12-15T01:10:41.323Z | Compiling ryu v1.0.18 |
257 | 2024-12-15T01:10:41.439Z | Compiling unicode-linebreak v0.1.5 |
258 | 2024-12-15T01:10:41.463Z | Compiling log v0.4.22 |
259 | 2024-12-15T01:10:41.509Z | Compiling heck v0.5.0 |
260 | 2024-12-15T01:10:41.610Z | Compiling smallvec v1.13.2 |
261 | 2024-12-15T01:10:41.800Z | Compiling pin-project-lite v0.2.15 |
262 | 2024-12-15T01:10:41.824Z | Compiling itoa v1.0.14 |
263 | 2024-12-15T01:10:41.847Z | Compiling guppy-workspace-hack v0.1.0 |
264 | 2024-12-15T01:10:41.847Z | Compiling unicode-width v0.2.0 |
265 | 2024-12-15T01:10:41.914Z | Compiling is_ci v1.2.0 |
266 | 2024-12-15T01:10:41.937Z | Compiling unicase v2.8.0 |
267 | 2024-12-15T01:10:42.002Z | Compiling tracing v0.1.41 |
268 | 2024-12-15T01:10:42.096Z | Compiling supports-color v3.0.2 |
269 | 2024-12-15T01:10:42.128Z | Compiling textwrap v0.16.1 |
270 | 2024-12-15T01:10:42.243Z | Compiling clap_builder v4.5.23 |
271 | 2024-12-15T01:10:42.276Z | Compiling tracing-log v0.2.0 |
272 | 2024-12-15T01:10:42.659Z | Compiling sharded-slab v0.1.7 |
273 | 2024-12-15T01:10:42.921Z | Compiling mio v1.0.2 |
274 | 2024-12-15T01:10:42.947Z | Compiling signal-hook-registry v1.4.2 |
275 | 2024-12-15T01:10:43.587Z | Compiling thread_local v1.1.8 |
276 | 2024-12-15T01:10:43.610Z | Compiling hashbrown v0.15.2 |
277 | 2024-12-15T01:10:43.649Z | Compiling bytes v1.9.0 |
278 | 2024-12-15T01:10:43.833Z | Compiling supports-hyperlinks v3.0.0 |
279 | 2024-12-15T01:10:43.918Z | Compiling backtrace-ext v0.2.1 |
280 | 2024-12-15T01:10:44.009Z | Compiling target-spec v3.2.2 |
281 | 2024-12-15T01:10:44.051Z | Compiling equivalent v1.0.1 |
282 | 2024-12-15T01:10:44.142Z | Compiling supports-unicode v3.0.0 |
283 | 2024-12-15T01:10:44.171Z | Compiling tracing-subscriber v0.3.19 |
284 | 2024-12-15T01:10:44.422Z | Compiling cfg-expr v0.17.2 |
285 | 2024-12-15T01:10:44.577Z | Compiling console v0.15.8 |
286 | 2024-12-15T01:10:44.601Z | Compiling either v1.13.0 |
287 | 2024-12-15T01:10:44.901Z | Compiling xxhash-rust v0.8.12 |
288 | 2024-12-15T01:10:46.473Z | Compiling serde_derive v1.0.216 |
289 | 2024-12-15T01:10:46.569Z | Compiling zerocopy-derive v0.7.35 |
290 | 2024-12-15T01:10:46.844Z | Compiling thiserror-impl v1.0.69 |
291 | 2024-12-15T01:10:46.911Z | Compiling tokio-macros v2.4.0 |
292 | 2024-12-15T01:10:47.253Z | Compiling miette-derive v7.4.0 |
293 | 2024-12-15T01:10:48.395Z | Compiling clap_derive v4.5.18 |
294 | 2024-12-15T01:10:48.419Z | Compiling zerocopy v0.7.35 |
295 | 2024-12-15T01:10:48.419Z | Compiling tokio v1.42.0 |
296 | 2024-12-15T01:10:48.960Z | Compiling ppv-lite86 v0.2.20 |
297 | 2024-12-15T01:10:49.210Z | Compiling miette v7.4.0 |
298 | 2024-12-15T01:10:49.519Z | Compiling rand_chacha v0.3.1 |
299 | 2024-12-15T01:10:50.348Z | Compiling clap v4.5.23 |
300 | 2024-12-15T01:10:50.372Z | Compiling rand v0.8.5 |
301 | 2024-12-15T01:10:54.901Z | Compiling indexmap v2.7.0 |
302 | 2024-12-15T01:10:54.969Z | Compiling smol_str v0.3.2 |
303 | 2024-12-15T01:10:55.500Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
304 | 2024-12-15T01:10:56.664Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
305 | 2024-12-15T01:10:58.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s |
306 | 2024-12-15T01:10:58.803Z | |
307 | 2024-12-15T01:10:58.803Z | real 23.731612258 |
308 | 2024-12-15T01:10:58.803Z | user 1:54.524652756 |
309 | 2024-12-15T01:10:58.803Z | sys 18.129497293 |
310 | 2024-12-15T01:10:58.803Z | trap 0.064905493 |
311 | 2024-12-15T01:10:58.803Z | tflt 0.065898931 |
312 | 2024-12-15T01:10:58.803Z | dflt 0.189210300 |
313 | 2024-12-15T01:10:58.803Z | kflt 0.000736109 |
314 | 2024-12-15T01:10:58.803Z | lock 2:28.979294786 |
315 | 2024-12-15T01:10:58.803Z | slp 6:11.461946076 |
316 | 2024-12-15T01:10:58.803Z | lat 9.289939317 |
317 | 2024-12-15T01:10:58.803Z | stop 15.819171342 |
318 | 2024-12-15T01:10:58.827Z | + banner no-update |
319 | 2024-12-15T01:10:58.827Z | |
320 | 2024-12-15T01:10:58.827Z | # # #### # # ##### ##### ## ##### ###### |
321 | 2024-12-15T01:10:58.827Z | ## # # # # # # # # # # # # # |
322 | 2024-12-15T01:10:58.827Z | # # # # # ##### # # # # # # # # # ##### |
323 | 2024-12-15T01:10:58.827Z | # # # # # # # ##### # # ###### # # |
324 | 2024-12-15T01:10:58.827Z | # ## # # # # # # # # # # # |
325 | 2024-12-15T01:10:58.827Z | # # #### #### # ##### # # # ###### |
326 | 2024-12-15T01:10:58.827Z | |
327 | 2024-12-15T01:10:58.827Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
328 | 2024-12-15T01:10:58.995Z | Downloading crates ... |
329 | 2024-12-15T01:10:59.074Z | Downloaded atomicwrites v0.4.4 |
330 | 2024-12-15T01:10:59.099Z | Downloaded zstd v0.13.2 |
331 | 2024-12-15T01:10:59.099Z | Downloaded zstd-safe v7.2.1 |
332 | 2024-12-15T01:10:59.099Z | Downloaded zeroize v1.8.1 |
333 | 2024-12-15T01:10:59.099Z | Downloaded humantime-serde v1.1.1 |
334 | 2024-12-15T01:10:59.099Z | Downloaded tracing-error v0.2.0 |
335 | 2024-12-15T01:10:59.124Z | Downloaded version_check v0.9.5 |
336 | 2024-12-15T01:10:59.124Z | Downloaded strip-ansi-escapes v0.2.0 |
337 | 2024-12-15T01:10:59.124Z | Downloaded serde_ignored v0.1.10 |
338 | 2024-12-15T01:10:59.124Z | Downloaded iana-time-zone v0.1.61 |
339 | 2024-12-15T01:10:59.124Z | Downloaded tracing-attributes v0.1.28 |
340 | 2024-12-15T01:10:59.124Z | Downloaded vte v0.11.1 |
341 | 2024-12-15T01:10:59.124Z | Downloaded uuid v1.11.0 |
342 | 2024-12-15T01:10:59.148Z | Downloaded pin-project v1.1.7 |
343 | 2024-12-15T01:10:59.148Z | Downloaded minimal-lexical v0.2.1 |
344 | 2024-12-15T01:10:59.148Z | Downloaded toml_edit v0.22.22 |
345 | 2024-12-15T01:10:59.172Z | Downloaded unicode-normalization v0.1.24 |
346 | 2024-12-15T01:10:59.196Z | Downloaded nom v7.1.3 |
347 | 2024-12-15T01:10:59.196Z | Downloaded itertools v0.13.0 |
348 | 2024-12-15T01:10:59.196Z | Downloaded portable-atomic v1.9.0 |
349 | 2024-12-15T01:10:59.220Z | Downloaded winnow v0.6.20 |
350 | 2024-12-15T01:10:59.220Z | Downloaded chrono v0.4.39 |
351 | 2024-12-15T01:10:59.244Z | Downloaded quick-xml v0.37.1 |
352 | 2024-12-15T01:10:59.244Z | Downloaded aho-corasick v1.1.3 |
353 | 2024-12-15T01:10:59.244Z | Downloaded regex v1.11.1 |
354 | 2024-12-15T01:10:59.268Z | Downloaded color-spantrace v0.2.1 |
355 | 2024-12-15T01:10:59.268Z | Downloaded futures-util v0.3.31 |
356 | 2024-12-15T01:10:59.268Z | Downloaded nix v0.29.0 |
357 | 2024-12-15T01:10:59.291Z | Downloaded bstr v1.11.1 |
358 | 2024-12-15T01:10:59.291Z | Downloaded guppy v0.17.10 |
359 | 2024-12-15T01:10:59.314Z | Downloaded regex-syntax v0.8.5 |
360 | 2024-12-15T01:10:59.314Z | Downloaded crossterm v0.28.1 |
361 | 2024-12-15T01:10:59.315Z | Downloaded base64 v0.21.7 |
362 | 2024-12-15T01:10:59.338Z | Downloaded indicatif v0.17.9 |
363 | 2024-12-15T01:10:59.338Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
364 | 2024-12-15T01:10:59.362Z | Downloaded eyre v0.6.12 |
365 | 2024-12-15T01:10:59.362Z | Downloaded tar v0.4.43 |
366 | 2024-12-15T01:10:59.362Z | Downloaded slab v0.4.9 |
367 | 2024-12-15T01:10:59.362Z | Downloaded ron v0.8.1 |
368 | 2024-12-15T01:10:59.362Z | Downloaded config v0.14.1 |
369 | 2024-12-15T01:10:59.362Z | Downloaded toml v0.8.19 |
370 | 2024-12-15T01:10:59.386Z | Downloaded tinyvec v1.8.0 |
371 | 2024-12-15T01:10:59.386Z | Downloaded signal-hook v0.3.17 |
372 | 2024-12-15T01:10:59.386Z | Downloaded regex-automata v0.4.8 |
373 | 2024-12-15T01:10:59.410Z | Downloaded parking_lot v0.12.3 |
374 | 2024-12-15T01:10:59.410Z | Downloaded lock_api v0.4.12 |
375 | 2024-12-15T01:10:59.410Z | Downloaded color-eyre v0.6.3 |
376 | 2024-12-15T01:10:59.410Z | Downloaded futures v0.3.31 |
377 | 2024-12-15T01:10:59.410Z | Downloaded dialoguer v0.11.0 |
378 | 2024-12-15T01:10:59.435Z | Downloaded derive-where v1.2.7 |
379 | 2024-12-15T01:10:59.435Z | Downloaded ahash v0.8.11 |
380 | 2024-12-15T01:10:59.435Z | Downloaded petgraph v0.6.5 |
381 | 2024-12-15T01:10:59.458Z | Downloaded tokio-stream v0.1.17 |
382 | 2024-12-15T01:10:59.459Z | Downloaded thiserror v2.0.7 |
383 | 2024-12-15T01:10:59.459Z | Downloaded tempfile v3.13.0 |
384 | 2024-12-15T01:10:59.459Z | Downloaded shell-words v1.1.0 |
385 | 2024-12-15T01:10:59.459Z | Downloaded semver v1.0.24 |
386 | 2024-12-15T01:10:59.459Z | Downloaded scopeguard v1.2.0 |
387 | 2024-12-15T01:10:59.459Z | Downloaded pkg-config v0.3.31 |
388 | 2024-12-15T01:10:59.459Z | Downloaded pin-project-internal v1.1.7 |
389 | 2024-12-15T01:10:59.459Z | Downloaded parking_lot_core v0.9.10 |
390 | 2024-12-15T01:10:59.483Z | Downloaded owo-colors v3.5.0 |
391 | 2024-12-15T01:10:59.483Z | Downloaded indent_write v2.2.0 |
392 | 2024-12-15T01:10:59.483Z | Downloaded globset v0.4.15 |
393 | 2024-12-15T01:10:59.483Z | Downloaded futures-sink v0.3.31 |
394 | 2024-12-15T01:10:59.483Z | Downloaded futures-channel v0.3.31 |
395 | 2024-12-15T01:10:59.483Z | Downloaded duct v0.13.7 |
396 | 2024-12-15T01:10:59.483Z | Downloaded cargo_metadata v0.19.1 |
397 | 2024-12-15T01:10:59.483Z | Downloaded quick-junit v0.5.1 |
398 | 2024-12-15T01:10:59.483Z | Downloaded pin-utils v0.1.0 |
399 | 2024-12-15T01:10:59.483Z | Downloaded os_pipe v1.2.1 |
400 | 2024-12-15T01:10:59.483Z | Downloaded camino-tempfile v1.1.1 |
401 | 2024-12-15T01:10:59.483Z | Downloaded thiserror-impl v2.0.7 |
402 | 2024-12-15T01:10:59.483Z | Downloaded static_assertions v1.1.0 |
403 | 2024-12-15T01:10:59.507Z | Downloaded signal-hook-mio v0.2.4 |
404 | 2024-12-15T01:10:59.507Z | Downloaded serde_spanned v0.6.8 |
405 | 2024-12-15T01:10:59.507Z | Downloaded serde_path_to_error v0.1.16 |
406 | 2024-12-15T01:10:59.507Z | Downloaded newtype-uuid v1.1.3 |
407 | 2024-12-15T01:10:59.507Z | Downloaded toml_datetime v0.6.8 |
408 | 2024-12-15T01:10:59.507Z | Downloaded shared_child v1.0.1 |
409 | 2024-12-15T01:10:59.507Z | Downloaded futures-io v0.3.31 |
410 | 2024-12-15T01:10:59.507Z | Downloaded fnv v1.0.7 |
411 | 2024-12-15T01:10:59.507Z | Downloaded fixedbitset v0.4.2 |
412 | 2024-12-15T01:10:59.507Z | Downloaded fastrand v2.1.1 |
413 | 2024-12-15T01:10:59.507Z | Downloaded humantime v2.1.0 |
414 | 2024-12-15T01:10:59.507Z | Downloaded home v0.5.9 |
415 | 2024-12-15T01:10:59.507Z | Downloaded recursion v0.5.2 |
416 | 2024-12-15T01:10:59.531Z | Downloaded futures-task v0.3.31 |
417 | 2024-12-15T01:10:59.531Z | Downloaded futures-macro v0.3.31 |
418 | 2024-12-15T01:10:59.531Z | Downloaded futures-executor v0.3.31 |
419 | 2024-12-15T01:10:59.531Z | Downloaded futures-core v0.3.31 |
420 | 2024-12-15T01:10:59.531Z | Downloaded future-queue v0.3.0 |
421 | 2024-12-15T01:10:59.531Z | Downloaded filetime v0.2.25 |
422 | 2024-12-15T01:10:59.531Z | Downloaded debug-ignore v1.0.5 |
423 | 2024-12-15T01:10:59.531Z | Downloaded cargo-platform v0.1.9 |
424 | 2024-12-15T01:10:59.532Z | Downloaded async-scoped v0.9.0 |
425 | 2024-12-15T01:10:59.532Z | Downloaded xattr v1.3.1 |
426 | 2024-12-15T01:10:59.532Z | Downloaded vte_generate_state_changes v0.1.2 |
427 | 2024-12-15T01:10:59.532Z | Downloaded tinyvec_macros v0.1.1 |
428 | 2024-12-15T01:10:59.532Z | Downloaded target-spec-miette v0.4.0 |
429 | 2024-12-15T01:10:59.532Z | Downloaded swrite v0.1.0 |
430 | 2024-12-15T01:10:59.532Z | Downloaded pathdiff v0.2.3 |
431 | 2024-12-15T01:10:59.532Z | Downloaded number_prefix v0.4.0 |
432 | 2024-12-15T01:10:59.532Z | Downloaded indenter v0.3.3 |
433 | 2024-12-15T01:10:59.532Z | Downloaded nested v0.1.1 |
434 | 2024-12-15T01:10:59.532Z | Downloaded enable-ansi-support v0.2.1 |
435 | 2024-12-15T01:10:59.574Z | Compiling rustix v0.38.37 |
436 | 2024-12-15T01:10:59.598Z | Compiling tracing-attributes v0.1.28 |
437 | 2024-12-15T01:10:59.598Z | Compiling mio v1.0.2 |
438 | 2024-12-15T01:10:59.598Z | Compiling futures-core v0.3.31 |
439 | 2024-12-15T01:10:59.622Z | Compiling slab v0.4.9 |
440 | 2024-12-15T01:10:59.622Z | Compiling pkg-config v0.3.31 |
441 | 2024-12-15T01:10:59.622Z | Compiling thiserror v2.0.7 |
442 | 2024-12-15T01:10:59.622Z | Compiling futures-sink v0.3.31 |
443 | 2024-12-15T01:10:59.790Z | Compiling futures-channel v0.3.31 |
444 | 2024-12-15T01:11:00.043Z | Compiling thiserror-impl v2.0.7 |
445 | 2024-12-15T01:11:00.083Z | Compiling futures-macro v0.3.31 |
446 | 2024-12-15T01:11:00.219Z | Compiling version_check v0.9.5 |
447 | 2024-12-15T01:11:00.332Z | Compiling semver v1.0.24 |
448 | 2024-12-15T01:11:00.475Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
449 | 2024-12-15T01:11:00.524Z | Compiling futures-io v0.3.31 |
450 | 2024-12-15T01:11:00.710Z | Compiling futures-task v0.3.31 |
451 | 2024-12-15T01:11:00.812Z | Compiling pin-utils v0.1.0 |
452 | 2024-12-15T01:11:00.872Z | Compiling ahash v0.8.11 |
453 | 2024-12-15T01:11:00.895Z | Compiling lock_api v0.4.12 |
454 | 2024-12-15T01:11:00.946Z | Compiling aho-corasick v1.1.3 |
455 | 2024-12-15T01:11:01.190Z | Compiling winnow v0.6.20 |
456 | 2024-12-15T01:11:01.221Z | Compiling signal-hook v0.3.17 |
457 | 2024-12-15T01:11:01.483Z | Compiling regex-syntax v0.8.5 |
458 | 2024-12-15T01:11:01.555Z | Compiling futures-util v0.3.31 |
459 | 2024-12-15T01:11:01.890Z | Compiling tracing v0.1.41 |
460 | 2024-12-15T01:11:02.216Z | Compiling terminal_size v0.4.0 |
461 | 2024-12-15T01:11:02.361Z | Compiling tokio v1.42.0 |
462 | 2024-12-15T01:11:02.434Z | Compiling clap_builder v4.5.23 |
463 | 2024-12-15T01:11:02.491Z | Compiling miette v7.4.0 |
464 | 2024-12-15T01:11:03.733Z | Compiling parking_lot_core v0.9.10 |
465 | 2024-12-15T01:11:04.055Z | Compiling fastrand v2.1.1 |
466 | 2024-12-15T01:11:04.473Z | Compiling tempfile v3.13.0 |
467 | 2024-12-15T01:11:05.004Z | Compiling regex-automata v0.4.8 |
468 | 2024-12-15T01:11:05.109Z | Compiling clap v4.5.23 |
469 | 2024-12-15T01:11:05.303Z | Compiling pathdiff v0.2.3 |
470 | 2024-12-15T01:11:05.413Z | Compiling cargo-platform v0.1.9 |
471 | 2024-12-15T01:11:05.631Z | Compiling toml_datetime v0.6.8 |
472 | 2024-12-15T01:11:05.815Z | Compiling serde_spanned v0.6.8 |
473 | 2024-12-15T01:11:05.909Z | Compiling vte_generate_state_changes v0.1.2 |
474 | 2024-12-15T01:11:05.984Z | Compiling scopeguard v1.2.0 |
475 | 2024-12-15T01:11:06.034Z | Compiling zstd-safe v7.2.1 |
476 | 2024-12-15T01:11:06.086Z | Compiling portable-atomic v1.9.0 |
477 | 2024-12-15T01:11:06.330Z | Compiling cfg_aliases v0.2.1 |
478 | 2024-12-15T01:11:06.408Z | Compiling fixedbitset v0.4.2 |
479 | 2024-12-15T01:11:06.432Z | Compiling newtype-uuid v1.1.3 |
480 | 2024-12-15T01:11:06.699Z | Compiling petgraph v0.6.5 |
481 | 2024-12-15T01:11:06.723Z | Compiling nix v0.29.0 |
482 | 2024-12-15T01:11:06.781Z | Compiling vte v0.11.1 |
483 | 2024-12-15T01:11:07.136Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-15T01:11:07.306Z | Compiling cargo_metadata v0.19.1 |
485 | 2024-12-15T01:11:07.712Z | Compiling futures-executor v0.3.31 |
486 | 2024-12-15T01:11:08.981Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
487 | 2024-12-15T01:11:09.065Z | Compiling itertools v0.13.0 |
488 | 2024-12-15T01:11:09.238Z | Compiling uuid v1.11.0 |
489 | 2024-12-15T01:11:09.843Z | Compiling pin-project-internal v1.1.7 |
490 | 2024-12-15T01:11:09.976Z | Compiling bstr v1.11.1 |
491 | 2024-12-15T01:11:10.262Z | Compiling debug-ignore v1.0.5 |
492 | 2024-12-15T01:11:10.380Z | Compiling eyre v0.6.12 |
493 | 2024-12-15T01:11:10.874Z | Compiling static_assertions v1.1.0 |
494 | 2024-12-15T01:11:10.941Z | Compiling minimal-lexical v0.2.1 |
495 | 2024-12-15T01:11:10.965Z | Compiling nested v0.1.1 |
496 | 2024-12-15T01:11:11.184Z | Compiling iana-time-zone v0.1.61 |
497 | 2024-12-15T01:11:11.356Z | Compiling tinyvec_macros v0.1.1 |
498 | 2024-12-15T01:11:11.435Z | Compiling tinyvec v1.8.0 |
499 | 2024-12-15T01:11:11.485Z | Compiling chrono v0.4.39 |
500 | 2024-12-15T01:11:11.556Z | Compiling guppy v0.17.10 |
501 | 2024-12-15T01:11:12.021Z | Compiling pin-project v1.1.7 |
502 | 2024-12-15T01:11:12.119Z | Compiling nom v7.1.3 |
503 | 2024-12-15T01:11:12.523Z | Compiling globset v0.4.15 |
504 | 2024-12-15T01:11:12.831Z | Compiling toml v0.8.19 |
505 | 2024-12-15T01:11:13.857Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
506 | 2024-12-15T01:11:13.966Z | Compiling parking_lot v0.12.3 |
507 | 2024-12-15T01:11:14.066Z | Compiling signal-hook-mio v0.2.4 |
508 | 2024-12-15T01:11:14.189Z | Compiling regex v1.11.1 |
509 | 2024-12-15T01:11:14.212Z | Compiling futures v0.3.31 |
510 | 2024-12-15T01:11:14.281Z | Compiling strip-ansi-escapes v0.2.0 |
511 | 2024-12-15T01:11:14.617Z | Compiling tracing-error v0.2.0 |
512 | 2024-12-15T01:11:14.682Z | Compiling xattr v1.3.1 |
513 | 2024-12-15T01:11:14.886Z | Compiling shared_child v1.0.1 |
514 | 2024-12-15T01:11:14.910Z | Compiling os_pipe v1.2.1 |
515 | 2024-12-15T01:11:15.012Z | Compiling filetime v0.2.25 |
516 | 2024-12-15T01:11:15.128Z | Compiling quick-xml v0.37.1 |
517 | 2024-12-15T01:11:15.245Z | Compiling owo-colors v3.5.0 |
518 | 2024-12-15T01:11:15.270Z | Compiling recursion v0.5.2 |
519 | 2024-12-15T01:11:15.383Z | Compiling fnv v1.0.7 |
520 | 2024-12-15T01:11:15.487Z | Compiling indenter v0.3.3 |
521 | 2024-12-15T01:11:15.566Z | Compiling shell-words v1.1.0 |
522 | 2024-12-15T01:11:15.590Z | Compiling number_prefix v0.4.0 |
523 | 2024-12-15T01:11:15.617Z | Compiling humantime v2.1.0 |
524 | 2024-12-15T01:11:15.794Z | Compiling indicatif v0.17.9 |
525 | 2024-12-15T01:11:16.036Z | Compiling quick-junit v0.5.1 |
526 | 2024-12-15T01:11:16.080Z | Compiling zstd v0.13.2 |
527 | 2024-12-15T01:11:16.401Z | Compiling humantime-serde v1.1.1 |
528 | 2024-12-15T01:11:16.530Z | Compiling color-spantrace v0.2.1 |
529 | 2024-12-15T01:11:16.592Z | Compiling future-queue v0.3.0 |
530 | 2024-12-15T01:11:16.695Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
531 | 2024-12-15T01:11:16.719Z | Compiling tar v0.4.43 |
532 | 2024-12-15T01:11:16.743Z | Compiling duct v0.13.7 |
533 | 2024-12-15T01:11:16.950Z | Compiling config v0.14.1 |
534 | 2024-12-15T01:11:17.639Z | Compiling async-scoped v0.9.0 |
535 | 2024-12-15T01:11:17.663Z | Compiling crossterm v0.28.1 |
536 | 2024-12-15T01:11:17.851Z | Compiling unicode-normalization v0.1.24 |
537 | 2024-12-15T01:11:17.912Z | Compiling tokio-stream v0.1.17 |
538 | 2024-12-15T01:11:17.935Z | Compiling camino-tempfile v1.1.1 |
539 | 2024-12-15T01:11:18.274Z | Compiling atomicwrites v0.4.4 |
540 | 2024-12-15T01:11:18.530Z | Compiling target-spec-miette v0.4.0 |
541 | 2024-12-15T01:11:18.608Z | Compiling serde_path_to_error v0.1.16 |
542 | 2024-12-15T01:11:18.632Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
543 | 2024-12-15T01:11:18.632Z | Compiling serde_ignored v0.1.10 |
544 | 2024-12-15T01:11:18.840Z | Compiling derive-where v1.2.7 |
545 | 2024-12-15T01:11:18.914Z | Compiling indent_write v2.2.0 |
546 | 2024-12-15T01:11:18.938Z | Compiling swrite v0.1.0 |
547 | 2024-12-15T01:11:18.983Z | Compiling zeroize v1.8.1 |
548 | 2024-12-15T01:11:19.021Z | Compiling home v0.5.9 |
549 | 2024-12-15T01:11:19.074Z | Compiling color-eyre v0.6.3 |
550 | 2024-12-15T01:11:19.221Z | Compiling dialoguer v0.11.0 |
551 | 2024-12-15T01:11:19.245Z | Compiling enable-ansi-support v0.2.1 |
552 | 2024-12-15T01:11:20.447Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
553 | 2024-12-15T01:11:48.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s |
554 | 2024-12-15T01:11:48.591Z | |
555 | 2024-12-15T01:11:48.615Z | real 49.768124353 |
556 | 2024-12-15T01:11:48.616Z | user 3:07.748601567 |
557 | 2024-12-15T01:11:48.616Z | sys 24.381509615 |
558 | 2024-12-15T01:11:48.616Z | trap 0.101014309 |
559 | 2024-12-15T01:11:48.616Z | tflt 0.156104628 |
560 | 2024-12-15T01:11:48.616Z | dflt 0.197961067 |
561 | 2024-12-15T01:11:48.616Z | kflt 0.001106276 |
562 | 2024-12-15T01:11:48.616Z | lock 5:50.011191825 |
563 | 2024-12-15T01:11:48.616Z | slp 11:22.322000783 |
564 | 2024-12-15T01:11:48.616Z | lat 6.811849896 |
565 | 2024-12-15T01:11:48.616Z | stop 8.809536428 |
566 | 2024-12-15T01:11:48.616Z | + banner nextest |
567 | 2024-12-15T01:11:48.616Z | |
568 | 2024-12-15T01:11:48.616Z | # # ###### # # ##### ###### #### ##### |
569 | 2024-12-15T01:11:48.616Z | ## # # # # # # # # |
570 | 2024-12-15T01:11:48.616Z | # # # ##### ## # ##### #### # |
571 | 2024-12-15T01:11:48.616Z | # # # # ## # # # # |
572 | 2024-12-15T01:11:48.616Z | # ## # # # # # # # # |
573 | 2024-12-15T01:11:48.616Z | # # ###### # # # ###### #### # |
574 | 2024-12-15T01:11:48.616Z | |
575 | 2024-12-15T01:11:48.616Z | + ptime -m cargo build --package cargo-nextest |
576 | 2024-12-15T01:11:48.799Z | Downloading crates ... |
577 | 2024-12-15T01:11:48.944Z | Downloaded adler2 v2.0.0 |
578 | 2024-12-15T01:11:48.969Z | Downloaded foreign-types-shared v0.1.1 |
579 | 2024-12-15T01:11:48.969Z | Downloaded generic-array v0.14.7 |
580 | 2024-12-15T01:11:48.969Z | Downloaded want v0.3.1 |
581 | 2024-12-15T01:11:48.969Z | Downloaded urlencoding v2.1.3 |
582 | 2024-12-15T01:11:48.969Z | Downloaded sync_wrapper v1.0.1 |
583 | 2024-12-15T01:11:48.993Z | Downloaded untrusted v0.9.0 |
584 | 2024-12-15T01:11:48.993Z | Downloaded zipsign-api v0.1.2 |
585 | 2024-12-15T01:11:48.993Z | Downloaded utf8_iter v1.0.4 |
586 | 2024-12-15T01:11:48.993Z | Downloaded self_update v0.41.0 |
587 | 2024-12-15T01:11:48.993Z | Downloaded typenum v1.17.0 |
588 | 2024-12-15T01:11:48.993Z | Downloaded quinn v0.11.5 |
589 | 2024-12-15T01:11:49.017Z | Downloaded url v2.5.4 |
590 | 2024-12-15T01:11:49.017Z | Downloaded idna v1.0.3 |
591 | 2024-12-15T01:11:49.017Z | Downloaded hyper v1.5.0 |
592 | 2024-12-15T01:11:49.017Z | Downloaded http v1.2.0 |
593 | 2024-12-15T01:11:49.041Z | Downloaded flate2 v1.0.34 |
594 | 2024-12-15T01:11:49.041Z | Downloaded reqwest v0.12.8 |
595 | 2024-12-15T01:11:49.041Z | Downloaded rustls-webpki v0.102.8 |
596 | 2024-12-15T01:11:49.066Z | Downloaded vcpkg v0.2.15 |
597 | 2024-12-15T01:11:49.101Z | Downloaded webpki-roots v0.26.6 |
598 | 2024-12-15T01:11:49.124Z | Downloaded quinn-proto v0.11.8 |
599 | 2024-12-15T01:11:49.124Z | Downloaded openssl v0.10.68 |
600 | 2024-12-15T01:11:49.147Z | Downloaded quick-xml v0.23.1 |
601 | 2024-12-15T01:11:49.148Z | Downloaded ed25519-dalek v2.1.1 |
602 | 2024-12-15T01:11:49.148Z | Downloaded der v0.7.9 |
603 | 2024-12-15T01:11:49.148Z | Downloaded curve25519-dalek v4.1.3 |
604 | 2024-12-15T01:11:49.171Z | Downloaded rustls v0.23.19 |
605 | 2024-12-15T01:11:49.171Z | Downloaded openssl-sys v0.9.104 |
606 | 2024-12-15T01:11:49.194Z | Downloaded base64 v0.22.1 |
607 | 2024-12-15T01:11:49.194Z | Downloaded spin v0.9.8 |
608 | 2024-12-15T01:11:49.194Z | Downloaded miniz_oxide v0.8.0 |
609 | 2024-12-15T01:11:49.195Z | Downloaded hyper-util v0.1.9 |
610 | 2024-12-15T01:11:49.195Z | Downloaded rustls-pki-types v1.10.0 |
611 | 2024-12-15T01:11:49.195Z | Downloaded httparse v1.9.5 |
612 | 2024-12-15T01:11:49.195Z | Downloaded crc32fast v1.4.2 |
613 | 2024-12-15T01:11:49.218Z | Downloaded tokio-rustls v0.26.0 |
614 | 2024-12-15T01:11:49.219Z | Downloaded sha2 v0.10.8 |
615 | 2024-12-15T01:11:49.219Z | Downloaded rustls-pemfile v2.2.0 |
616 | 2024-12-15T01:11:49.219Z | Downloaded rustc_version v0.4.1 |
617 | 2024-12-15T01:11:49.219Z | Downloaded pkcs8 v0.10.2 |
618 | 2024-12-15T01:11:49.219Z | Downloaded const-oid v0.9.6 |
619 | 2024-12-15T01:11:49.219Z | Downloaded tokio-native-tls v0.3.1 |
620 | 2024-12-15T01:11:49.219Z | Downloaded serde_urlencoded v0.7.1 |
621 | 2024-12-15T01:11:49.219Z | Downloaded native-tls v0.2.12 |
622 | 2024-12-15T01:11:49.219Z | Downloaded hyper-rustls v0.27.3 |
623 | 2024-12-15T01:11:49.244Z | Downloaded base64ct v1.6.0 |
624 | 2024-12-15T01:11:49.244Z | Downloaded subtle v2.6.1 |
625 | 2024-12-15T01:11:49.244Z | Downloaded spki v0.7.3 |
626 | 2024-12-15T01:11:49.244Z | Downloaded signature v2.2.0 |
627 | 2024-12-15T01:11:49.244Z | Downloaded self-replace v1.5.0 |
628 | 2024-12-15T01:11:49.244Z | Downloaded rustc-hash v2.0.0 |
629 | 2024-12-15T01:11:49.244Z | Downloaded quinn-udp v0.5.5 |
630 | 2024-12-15T01:11:49.244Z | Downloaded percent-encoding v2.3.1 |
631 | 2024-12-15T01:11:49.244Z | Downloaded curve25519-dalek-derive v0.1.1 |
632 | 2024-12-15T01:11:49.244Z | Downloaded mukti-metadata v0.3.0 |
633 | 2024-12-15T01:11:49.244Z | Downloaded mime v0.3.17 |
634 | 2024-12-15T01:11:49.244Z | Downloaded ipnet v2.10.1 |
635 | 2024-12-15T01:11:49.244Z | Downloaded hyper-tls v0.6.0 |
636 | 2024-12-15T01:11:49.244Z | Downloaded digest v0.10.7 |
637 | 2024-12-15T01:11:49.244Z | Downloaded crypto-common v0.1.6 |
638 | 2024-12-15T01:11:49.244Z | Downloaded cpufeatures v0.2.14 |
639 | 2024-12-15T01:11:49.244Z | Downloaded try-lock v0.2.5 |
640 | 2024-12-15T01:11:49.269Z | Downloaded openssl-probe v0.1.5 |
641 | 2024-12-15T01:11:49.269Z | Downloaded idna_adapter v1.0.0 |
642 | 2024-12-15T01:11:49.269Z | Downloaded http-body-util v0.1.2 |
643 | 2024-12-15T01:11:49.269Z | Downloaded http-body v1.0.1 |
644 | 2024-12-15T01:11:49.269Z | Downloaded hex v0.4.3 |
645 | 2024-12-15T01:11:49.269Z | Downloaded form_urlencoded v1.2.1 |
646 | 2024-12-15T01:11:49.269Z | Downloaded ed25519 v2.2.3 |
647 | 2024-12-15T01:11:49.269Z | Downloaded tower-service v0.3.3 |
648 | 2024-12-15T01:11:49.269Z | Downloaded openssl-macros v0.1.1 |
649 | 2024-12-15T01:11:49.269Z | Downloaded block-buffer v0.10.4 |
650 | 2024-12-15T01:11:49.269Z | Downloaded foreign-types v0.3.2 |
651 | 2024-12-15T01:11:49.293Z | Downloaded ring v0.17.8 |
652 | 2024-12-15T01:11:49.421Z | Compiling smallvec v1.13.2 |
653 | 2024-12-15T01:11:49.444Z | Compiling socket2 v0.5.7 |
654 | 2024-12-15T01:11:49.444Z | Compiling futures-channel v0.3.31 |
655 | 2024-12-15T01:11:49.468Z | Compiling ring v0.17.8 |
656 | 2024-12-15T01:11:49.468Z | Compiling rustls-pki-types v1.10.0 |
657 | 2024-12-15T01:11:49.491Z | Compiling http v1.2.0 |
658 | 2024-12-15T01:11:49.491Z | Compiling httparse v1.9.5 |
659 | 2024-12-15T01:11:49.491Z | Compiling typenum v1.17.0 |
660 | 2024-12-15T01:11:49.733Z | Compiling futures-util v0.3.31 |
661 | 2024-12-15T01:11:49.768Z | Compiling untrusted v0.9.0 |
662 | 2024-12-15T01:11:49.908Z | Compiling tokio v1.42.0 |
663 | 2024-12-15T01:11:49.987Z | Compiling spin v0.9.8 |
664 | 2024-12-15T01:11:50.192Z | Compiling generic-array v0.14.7 |
665 | 2024-12-15T01:11:50.216Z | Compiling rustls v0.23.19 |
666 | 2024-12-15T01:11:50.311Z | Compiling try-lock v0.2.5 |
667 | 2024-12-15T01:11:50.429Z | Compiling want v0.3.1 |
668 | 2024-12-15T01:11:50.492Z | Compiling cfg-expr v0.17.2 |
669 | 2024-12-15T01:11:50.726Z | Compiling http-body v1.0.1 |
670 | 2024-12-15T01:11:50.917Z | Compiling percent-encoding v2.3.1 |
671 | 2024-12-15T01:11:51.175Z | Compiling subtle v2.6.1 |
672 | 2024-12-15T01:11:51.290Z | Compiling target-spec v3.2.2 |
673 | 2024-12-15T01:11:51.378Z | Compiling form_urlencoded v1.2.1 |
674 | 2024-12-15T01:11:51.464Z | Compiling utf8_iter v1.0.4 |
675 | 2024-12-15T01:11:51.641Z | Compiling tower-service v0.3.3 |
676 | 2024-12-15T01:11:51.665Z | Compiling idna_adapter v1.0.0 |
677 | 2024-12-15T01:11:51.665Z | Compiling webpki-roots v0.26.6 |
678 | 2024-12-15T01:11:51.744Z | Compiling idna v1.0.3 |
679 | 2024-12-15T01:11:51.768Z | Compiling adler2 v2.0.0 |
680 | 2024-12-15T01:11:51.821Z | Compiling parking_lot_core v0.9.10 |
681 | 2024-12-15T01:11:51.930Z | Compiling miniz_oxide v0.8.0 |
682 | 2024-12-15T01:11:52.102Z | Compiling crypto-common v0.1.6 |
683 | 2024-12-15T01:11:52.240Z | Compiling url v2.5.4 |
684 | 2024-12-15T01:11:52.292Z | Compiling block-buffer v0.10.4 |
685 | 2024-12-15T01:11:52.457Z | Compiling serde_urlencoded v0.7.1 |
686 | 2024-12-15T01:11:52.838Z | Compiling rustls-pemfile v2.2.0 |
687 | 2024-12-15T01:11:53.046Z | Compiling sync_wrapper v1.0.1 |
688 | 2024-12-15T01:11:53.083Z | Compiling crc32fast v1.4.2 |
689 | 2024-12-15T01:11:53.110Z | Compiling ipnet v2.10.1 |
690 | 2024-12-15T01:11:53.170Z | Compiling mime v0.3.17 |
691 | 2024-12-15T01:11:53.195Z | Compiling base64 v0.22.1 |
692 | 2024-12-15T01:11:53.351Z | Compiling self_update v0.41.0 |
693 | 2024-12-15T01:11:53.612Z | Compiling guppy v0.17.10 |
694 | 2024-12-15T01:11:53.656Z | Compiling flate2 v1.0.34 |
695 | 2024-12-15T01:11:53.695Z | Compiling digest v0.10.7 |
696 | 2024-12-15T01:11:53.732Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-15T01:11:53.955Z | Compiling futures-executor v0.3.31 |
698 | 2024-12-15T01:11:54.073Z | Compiling http-body-util v0.1.2 |
699 | 2024-12-15T01:11:54.210Z | Compiling futures v0.3.31 |
700 | 2024-12-15T01:11:54.296Z | Compiling self-replace v1.5.0 |
701 | 2024-12-15T01:11:54.379Z | Compiling quick-xml v0.23.1 |
702 | 2024-12-15T01:11:54.403Z | Compiling urlencoding v2.1.3 |
703 | 2024-12-15T01:11:54.427Z | Compiling cpufeatures v0.2.14 |
704 | 2024-12-15T01:11:54.453Z | Compiling crossterm v0.28.1 |
705 | 2024-12-15T01:11:54.510Z | Compiling sha2 v0.10.8 |
706 | 2024-12-15T01:11:54.534Z | Compiling future-queue v0.3.0 |
707 | 2024-12-15T01:11:54.681Z | Compiling target-spec-miette v0.4.0 |
708 | 2024-12-15T01:11:54.804Z | Compiling mukti-metadata v0.3.0 |
709 | 2024-12-15T01:11:54.969Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
710 | 2024-12-15T01:11:55.165Z | Compiling hex v0.4.3 |
711 | 2024-12-15T01:11:56.594Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-12-15T01:11:57.466Z | Compiling hyper v1.5.0 |
713 | 2024-12-15T01:11:57.516Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
714 | 2024-12-15T01:11:57.545Z | Compiling tokio-stream v0.1.17 |
715 | 2024-12-15T01:11:57.585Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
716 | 2024-12-15T01:11:57.609Z | Compiling async-scoped v0.9.0 |
717 | 2024-12-15T01:11:58.563Z | Compiling hyper-util v0.1.9 |
718 | 2024-12-15T01:11:58.851Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
719 | 2024-12-15T01:12:01.308Z | Compiling tokio-rustls v0.26.0 |
720 | 2024-12-15T01:12:01.559Z | Compiling hyper-rustls v0.27.3 |
721 | 2024-12-15T01:12:01.796Z | Compiling reqwest v0.12.8 |
722 | 2024-12-15T01:12:04.127Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
723 | 2024-12-15T01:12:35.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.57s |
724 | 2024-12-15T01:12:35.305Z | |
725 | 2024-12-15T01:12:35.329Z | real 46.691211120 |
726 | 2024-12-15T01:12:35.329Z | user 2:26.680234354 |
727 | 2024-12-15T01:12:35.329Z | sys 16.710121528 |
728 | 2024-12-15T01:12:35.329Z | trap 0.070274756 |
729 | 2024-12-15T01:12:35.329Z | tflt 0.091155488 |
730 | 2024-12-15T01:12:35.329Z | dflt 0.193671430 |
731 | 2024-12-15T01:12:35.329Z | kflt 0.000010961 |
732 | 2024-12-15T01:12:35.329Z | lock 3:31.693436873 |
733 | 2024-12-15T01:12:35.329Z | slp 6:40.532943875 |
734 | 2024-12-15T01:12:35.329Z | lat 4.602001616 |
735 | 2024-12-15T01:12:35.329Z | stop 5.067695454 |
736 | 2024-12-15T01:12:35.329Z | + banner all targets |
737 | 2024-12-15T01:12:35.329Z | |
738 | 2024-12-15T01:12:35.329Z | ## # # |
739 | 2024-12-15T01:12:35.330Z | # # # # |
740 | 2024-12-15T01:12:35.330Z | # # # # |
741 | 2024-12-15T01:12:35.330Z | ###### # # |
742 | 2024-12-15T01:12:35.330Z | # # # # |
743 | 2024-12-15T01:12:35.330Z | # # ###### ###### |
744 | 2024-12-15T01:12:35.330Z | |
745 | 2024-12-15T01:12:35.330Z | |
746 | 2024-12-15T01:12:35.330Z | ##### ## ##### #### ###### ##### #### |
747 | 2024-12-15T01:12:35.330Z | # # # # # # # # # # |
748 | 2024-12-15T01:12:35.330Z | # # # # # # ##### # #### |
749 | 2024-12-15T01:12:35.330Z | # ###### ##### # ### # # # |
750 | 2024-12-15T01:12:35.330Z | # # # # # # # # # # # |
751 | 2024-12-15T01:12:35.330Z | # # # # # #### ###### # #### |
752 | 2024-12-15T01:12:35.330Z | |
753 | 2024-12-15T01:12:35.330Z | + ptime -m cargo build --all-targets |
754 | 2024-12-15T01:12:35.584Z | Downloading crates ... |
755 | 2024-12-15T01:12:35.788Z | Downloaded bit-set v0.5.3 |
756 | 2024-12-15T01:12:35.812Z | Downloaded cp_r v0.5.2 |
757 | 2024-12-15T01:12:35.812Z | Downloaded rand_xorshift v0.3.0 |
758 | 2024-12-15T01:12:35.812Z | Downloaded diff v0.1.13 |
759 | 2024-12-15T01:12:35.812Z | Downloaded whoami v1.5.2 |
760 | 2024-12-15T01:12:35.812Z | Downloaded wait-timeout v0.2.0 |
761 | 2024-12-15T01:12:35.812Z | Downloaded libtest-mimic v0.8.1 |
762 | 2024-12-15T01:12:35.812Z | Downloaded yansi v1.0.1 |
763 | 2024-12-15T01:12:35.812Z | Downloaded structmeta-derive v0.3.0 |
764 | 2024-12-15T01:12:35.836Z | Downloaded insta v1.41.1 |
765 | 2024-12-15T01:12:35.836Z | Downloaded unarray v0.1.4 |
766 | 2024-12-15T01:12:35.836Z | Downloaded test-strategy v0.4.0 |
767 | 2024-12-15T01:12:35.836Z | Downloaded test-case-core v3.3.1 |
768 | 2024-12-15T01:12:35.836Z | Downloaded structmeta v0.3.0 |
769 | 2024-12-15T01:12:35.836Z | Downloaded proptest v1.5.0 |
770 | 2024-12-15T01:12:35.860Z | Downloaded similar v2.6.0 |
771 | 2024-12-15T01:12:35.861Z | Downloaded quick-error v1.2.3 |
772 | 2024-12-15T01:12:35.861Z | Downloaded maplit v1.0.2 |
773 | 2024-12-15T01:12:35.861Z | Downloaded linked-hash-map v0.5.6 |
774 | 2024-12-15T01:12:35.861Z | Downloaded indoc v2.0.5 |
775 | 2024-12-15T01:12:35.861Z | Downloaded fs-err v3.0.0 |
776 | 2024-12-15T01:12:35.861Z | Downloaded test-case-macros v3.3.1 |
777 | 2024-12-15T01:12:35.861Z | Downloaded test-case v3.3.1 |
778 | 2024-12-15T01:12:35.861Z | Downloaded rusty-fork v0.3.0 |
779 | 2024-12-15T01:12:35.861Z | Downloaded pretty_assertions v1.4.1 |
780 | 2024-12-15T01:12:35.885Z | Downloaded escape8259 v0.5.3 |
781 | 2024-12-15T01:12:35.885Z | Downloaded bit-vec v0.6.3 |
782 | 2024-12-15T01:12:35.926Z | Compiling fs-err v3.0.0 |
783 | 2024-12-15T01:12:35.926Z | Compiling maplit v1.0.2 |
784 | 2024-12-15T01:12:35.926Z | Compiling test-case-core v3.3.1 |
785 | 2024-12-15T01:12:35.926Z | Compiling linked-hash-map v0.5.6 |
786 | 2024-12-15T01:12:35.950Z | Compiling similar v2.6.0 |
787 | 2024-12-15T01:12:35.950Z | Compiling structmeta-derive v0.3.0 |
788 | 2024-12-15T01:12:35.950Z | Compiling wait-timeout v0.2.0 |
789 | 2024-12-15T01:12:35.950Z | Compiling whoami v1.5.2 |
790 | 2024-12-15T01:12:36.041Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
791 | 2024-12-15T01:12:36.261Z | Compiling quick-error v1.2.3 |
792 | 2024-12-15T01:12:36.388Z | Compiling bit-vec v0.6.3 |
793 | 2024-12-15T01:12:36.484Z | Compiling rusty-fork v0.3.0 |
794 | 2024-12-15T01:12:36.508Z | Compiling rand_xorshift v0.3.0 |
795 | 2024-12-15T01:12:36.649Z | Compiling unarray v0.1.4 |
796 | 2024-12-15T01:12:36.740Z | Compiling bit-set v0.5.3 |
797 | 2024-12-15T01:12:36.764Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
798 | 2024-12-15T01:12:36.795Z | Compiling escape8259 v0.5.3 |
799 | 2024-12-15T01:12:36.920Z | Compiling insta v1.41.1 |
800 | 2024-12-15T01:12:36.971Z | Compiling proptest v1.5.0 |
801 | 2024-12-15T01:12:37.120Z | Compiling libtest-mimic v0.8.1 |
802 | 2024-12-15T01:12:37.166Z | Compiling cp_r v0.5.2 |
803 | 2024-12-15T01:12:37.376Z | Compiling test-case-macros v3.3.1 |
804 | 2024-12-15T01:12:37.417Z | Compiling yansi v1.0.1 |
805 | 2024-12-15T01:12:37.866Z | Compiling structmeta v0.3.0 |
806 | 2024-12-15T01:12:37.939Z | Compiling diff v0.1.13 |
807 | 2024-12-15T01:12:38.062Z | Compiling indoc v2.0.5 |
808 | 2024-12-15T01:12:38.157Z | Compiling test-strategy v0.4.0 |
809 | 2024-12-15T01:12:38.221Z | Compiling test-case v3.3.1 |
810 | 2024-12-15T01:12:38.305Z | Compiling pretty_assertions v1.4.1 |
811 | 2024-12-15T01:12:38.415Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
812 | 2024-12-15T01:12:40.019Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
813 | 2024-12-15T01:12:40.530Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
814 | 2024-12-15T01:12:40.786Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
815 | 2024-12-15T01:12:43.776Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
816 | 2024-12-15T01:13:20.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.82s |
817 | 2024-12-15T01:13:20.286Z | |
818 | 2024-12-15T01:13:20.286Z | real 44.961760340 |
819 | 2024-12-15T01:13:20.286Z | user 3:04.001646173 |
820 | 2024-12-15T01:13:20.310Z | sys 24.335695753 |
821 | 2024-12-15T01:13:20.310Z | trap 0.093511556 |
822 | 2024-12-15T01:13:20.310Z | tflt 0.011228353 |
823 | 2024-12-15T01:13:20.310Z | dflt 0.119894922 |
824 | 2024-12-15T01:13:20.311Z | kflt 0.000010852 |
825 | 2024-12-15T01:13:20.311Z | lock 5:12.732847158 |
826 | 2024-12-15T01:13:20.311Z | slp 11:55.101687592 |
827 | 2024-12-15T01:13:20.311Z | lat 7.365355123 |
828 | 2024-12-15T01:13:20.311Z | stop 4.326425332 |
829 | 2024-12-15T01:13:20.311Z | + banner all features |
830 | 2024-12-15T01:13:20.311Z | |
831 | 2024-12-15T01:13:20.311Z | ## # # |
832 | 2024-12-15T01:13:20.311Z | # # # # |
833 | 2024-12-15T01:13:20.311Z | # # # # |
834 | 2024-12-15T01:13:20.311Z | ###### # # |
835 | 2024-12-15T01:13:20.311Z | # # # # |
836 | 2024-12-15T01:13:20.311Z | # # ###### ###### |
837 | 2024-12-15T01:13:20.311Z | |
838 | 2024-12-15T01:13:20.311Z | |
839 | 2024-12-15T01:13:20.311Z | ###### ###### ## ##### # # ##### ###### #### |
840 | 2024-12-15T01:13:20.311Z | # # # # # # # # # # # |
841 | 2024-12-15T01:13:20.311Z | ##### ##### # # # # # # # ##### #### |
842 | 2024-12-15T01:13:20.311Z | # # ###### # # # ##### # # |
843 | 2024-12-15T01:13:20.311Z | # # # # # # # # # # # # |
844 | 2024-12-15T01:13:20.311Z | # ###### # # # #### # # ###### #### |
845 | 2024-12-15T01:13:20.311Z | |
846 | 2024-12-15T01:13:20.311Z | + ptime -m cargo build --all-features |
847 | 2024-12-15T01:13:20.500Z | Downloading crates ... |
848 | 2024-12-15T01:13:20.679Z | Downloaded atomic-waker v1.1.2 |
849 | 2024-12-15T01:13:20.703Z | Downloaded tower-layer v0.3.3 |
850 | 2024-12-15T01:13:20.703Z | Downloaded prost-derive v0.13.3 |
851 | 2024-12-15T01:13:20.703Z | Downloaded prost v0.13.3 |
852 | 2024-12-15T01:13:20.704Z | Downloaded prost-types v0.13.3 |
853 | 2024-12-15T01:13:20.704Z | Downloaded axum v0.7.7 |
854 | 2024-12-15T01:13:20.728Z | Downloaded tower v0.4.13 |
855 | 2024-12-15T01:13:20.728Z | Downloaded tower v0.5.1 |
856 | 2024-12-15T01:13:20.752Z | Downloaded console-subscriber v0.4.1 |
857 | 2024-12-15T01:13:20.752Z | Downloaded tokio-util v0.7.12 |
858 | 2024-12-15T01:13:20.752Z | Downloaded h2 v0.4.6 |
859 | 2024-12-15T01:13:20.776Z | Downloaded tonic v0.12.3 |
860 | 2024-12-15T01:13:20.776Z | Downloaded regex-automata v0.1.10 |
861 | 2024-12-15T01:13:20.776Z | Downloaded indexmap v1.9.3 |
862 | 2024-12-15T01:13:20.776Z | Downloaded hashbrown v0.12.3 |
863 | 2024-12-15T01:13:20.776Z | Downloaded crossbeam-channel v0.5.13 |
864 | 2024-12-15T01:13:20.800Z | Downloaded regex-syntax v0.6.29 |
865 | 2024-12-15T01:13:20.800Z | Downloaded hdrhistogram v7.5.4 |
866 | 2024-12-15T01:13:20.800Z | Downloaded matchit v0.7.3 |
867 | 2024-12-15T01:13:20.800Z | Downloaded crossbeam-utils v0.8.20 |
868 | 2024-12-15T01:13:20.824Z | Downloaded console-api v0.8.1 |
869 | 2024-12-15T01:13:20.824Z | Downloaded hyper-timeout v0.5.1 |
870 | 2024-12-15T01:13:20.824Z | Downloaded httpdate v1.0.3 |
871 | 2024-12-15T01:13:20.824Z | Downloaded axum-core v0.4.5 |
872 | 2024-12-15T01:13:20.824Z | Downloaded async-trait v0.1.83 |
873 | 2024-12-15T01:13:20.824Z | Downloaded async-stream-impl v0.3.6 |
874 | 2024-12-15T01:13:20.824Z | Downloaded async-stream v0.3.6 |
875 | 2024-12-15T01:13:20.825Z | Downloaded anyhow v1.0.91 |
876 | 2024-12-15T01:13:20.825Z | Downloaded sync_wrapper v0.1.2 |
877 | 2024-12-15T01:13:20.825Z | Downloaded rustversion v1.0.18 |
878 | 2024-12-15T01:13:20.825Z | Downloaded matchers v0.1.0 |
879 | 2024-12-15T01:13:20.882Z | Compiling futures-sink v0.3.31 |
880 | 2024-12-15T01:13:20.906Z | Compiling byteorder v1.5.0 |
881 | 2024-12-15T01:13:20.906Z | Compiling num-traits v0.2.19 |
882 | 2024-12-15T01:13:20.906Z | Compiling regex-syntax v0.6.29 |
883 | 2024-12-15T01:13:20.930Z | Compiling atomic-waker v1.1.2 |
884 | 2024-12-15T01:13:20.953Z | Compiling httpdate v1.0.3 |
885 | 2024-12-15T01:13:20.953Z | Compiling anyhow v1.0.91 |
886 | 2024-12-15T01:13:20.977Z | Compiling tower-layer v0.3.3 |
887 | 2024-12-15T01:13:21.026Z | Compiling futures-channel v0.3.31 |
888 | 2024-12-15T01:13:21.083Z | Compiling tokio-util v0.7.12 |
889 | 2024-12-15T01:13:21.165Z | Compiling rustversion v1.0.18 |
890 | 2024-12-15T01:13:21.260Z | Compiling zerocopy v0.7.35 |
891 | 2024-12-15T01:13:21.309Z | Compiling futures-util v0.3.31 |
892 | 2024-12-15T01:13:21.333Z | Compiling either v1.13.0 |
893 | 2024-12-15T01:13:21.626Z | Compiling itertools v0.13.0 |
894 | 2024-12-15T01:13:21.718Z | Compiling indexmap v1.9.3 |
895 | 2024-12-15T01:13:21.993Z | Compiling h2 v0.4.6 |
896 | 2024-12-15T01:13:22.191Z | Compiling ppv-lite86 v0.2.20 |
897 | 2024-12-15T01:13:22.289Z | Compiling async-trait v0.1.83 |
898 | 2024-12-15T01:13:22.646Z | Compiling hashbrown v0.12.3 |
899 | 2024-12-15T01:13:22.760Z | Compiling rand_chacha v0.3.1 |
900 | 2024-12-15T01:13:23.162Z | Compiling rand v0.8.5 |
901 | 2024-12-15T01:13:23.397Z | Compiling regex-automata v0.1.10 |
902 | 2024-12-15T01:13:23.618Z | Compiling sync_wrapper v0.1.2 |
903 | 2024-12-15T01:13:23.861Z | Compiling async-stream-impl v0.3.6 |
904 | 2024-12-15T01:13:23.912Z | Compiling prost-derive v0.13.3 |
905 | 2024-12-15T01:13:24.341Z | Compiling matchit v0.7.3 |
906 | 2024-12-15T01:13:24.365Z | Compiling crossbeam-utils v0.8.20 |
907 | 2024-12-15T01:13:24.782Z | Compiling matchers v0.1.0 |
908 | 2024-12-15T01:13:24.823Z | Compiling async-stream v0.3.6 |
909 | 2024-12-15T01:13:24.865Z | Compiling ahash v0.8.11 |
910 | 2024-12-15T01:13:24.965Z | Compiling tracing-subscriber v0.3.19 |
911 | 2024-12-15T01:13:25.071Z | Compiling tokio-stream v0.1.17 |
912 | 2024-12-15T01:13:25.282Z | Compiling guppy v0.17.10 |
913 | 2024-12-15T01:13:25.339Z | Compiling http-body-util v0.1.2 |
914 | 2024-12-15T01:13:25.694Z | Compiling hyper v1.5.0 |
915 | 2024-12-15T01:13:25.771Z | Compiling axum-core v0.4.5 |
916 | 2024-12-15T01:13:25.795Z | Compiling tower v0.5.1 |
917 | 2024-12-15T01:13:25.893Z | Compiling tower v0.4.13 |
918 | 2024-12-15T01:13:26.363Z | Compiling futures-executor v0.3.31 |
919 | 2024-12-15T01:13:26.586Z | Compiling prost v0.13.3 |
920 | 2024-12-15T01:13:26.820Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
921 | 2024-12-15T01:13:26.910Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
922 | 2024-12-15T01:13:27.191Z | Compiling prost-types v0.13.3 |
923 | 2024-12-15T01:13:27.355Z | Compiling proptest v1.5.0 |
924 | 2024-12-15T01:13:27.791Z | Compiling hyper-util v0.1.9 |
925 | 2024-12-15T01:13:28.800Z | Compiling axum v0.7.7 |
926 | 2024-12-15T01:13:29.046Z | Compiling base64 v0.21.7 |
927 | 2024-12-15T01:13:29.583Z | Compiling hyper-timeout v0.5.1 |
928 | 2024-12-15T01:13:29.607Z | Compiling hyper-rustls v0.27.3 |
929 | 2024-12-15T01:13:29.832Z | Compiling chrono v0.4.39 |
930 | 2024-12-15T01:13:29.882Z | Compiling reqwest v0.12.8 |
931 | 2024-12-15T01:13:29.907Z | Compiling crossbeam-channel v0.5.13 |
932 | 2024-12-15T01:13:30.099Z | Compiling hdrhistogram v7.5.4 |
933 | 2024-12-15T01:13:30.565Z | Compiling futures v0.3.31 |
934 | 2024-12-15T01:13:30.684Z | Compiling async-scoped v0.9.0 |
935 | 2024-12-15T01:13:30.809Z | Compiling tracing-error v0.2.0 |
936 | 2024-12-15T01:13:30.902Z | Compiling future-queue v0.3.0 |
937 | 2024-12-15T01:13:31.021Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
938 | 2024-12-15T01:13:31.101Z | Compiling color-spantrace v0.2.1 |
939 | 2024-12-15T01:13:31.205Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
940 | 2024-12-15T01:13:31.501Z | Compiling quick-junit v0.5.1 |
941 | 2024-12-15T01:13:31.763Z | Compiling self_update v0.41.0 |
942 | 2024-12-15T01:13:32.185Z | Compiling color-eyre v0.6.3 |
943 | 2024-12-15T01:13:32.573Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
944 | 2024-12-15T01:13:33.222Z | Compiling tonic v0.12.3 |
945 | 2024-12-15T01:13:35.485Z | Compiling console-api v0.8.1 |
946 | 2024-12-15T01:13:36.563Z | Compiling console-subscriber v0.4.1 |
947 | 2024-12-15T01:13:38.308Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
948 | 2024-12-15T01:13:50.908Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
949 | 2024-12-15T01:14:16.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.58s |
950 | 2024-12-15T01:14:17.014Z | |
951 | 2024-12-15T01:14:17.037Z | real 56.704755847 |
952 | 2024-12-15T01:14:17.037Z | user 3:22.659682841 |
953 | 2024-12-15T01:14:17.037Z | sys 27.324813898 |
954 | 2024-12-15T01:14:17.038Z | trap 0.092110743 |
955 | 2024-12-15T01:14:17.038Z | tflt 0.035961127 |
956 | 2024-12-15T01:14:17.038Z | dflt 0.261342053 |
957 | 2024-12-15T01:14:17.038Z | kflt 0.000067625 |
958 | 2024-12-15T01:14:17.038Z | lock 5:47.409660992 |
959 | 2024-12-15T01:14:17.038Z | slp 12:08.226018076 |
960 | 2024-12-15T01:14:17.038Z | lat 6.261292100 |
961 | 2024-12-15T01:14:17.038Z | stop 6.813714198 |
962 | 2024-12-15T01:14:17.038Z | + banner doctests |
963 | 2024-12-15T01:14:17.038Z | |
964 | 2024-12-15T01:14:17.038Z | ##### #### #### ##### ###### #### ##### #### |
965 | 2024-12-15T01:14:17.038Z | # # # # # # # # # # # |
966 | 2024-12-15T01:14:17.038Z | # # # # # # ##### #### # #### |
967 | 2024-12-15T01:14:17.038Z | # # # # # # # # # # |
968 | 2024-12-15T01:14:17.038Z | # # # # # # # # # # # # # |
969 | 2024-12-15T01:14:17.038Z | ##### #### #### # ###### #### # #### |
970 | 2024-12-15T01:14:17.038Z | |
971 | 2024-12-15T01:14:17.038Z | + ptime -m cargo test --doc |
972 | 2024-12-15T01:14:17.504Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s |
973 | 2024-12-15T01:14:17.528Z | Doc-tests cargo_nextest |
974 | 2024-12-15T01:14:18.067Z | |
975 | 2024-12-15T01:14:18.068Z | running 0 tests |
976 | 2024-12-15T01:14:18.069Z | |
977 | 2024-12-15T01:14:18.093Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
978 | 2024-12-15T01:14:18.093Z | |
979 | 2024-12-15T01:14:18.093Z | Doc-tests fixture_data |
980 | 2024-12-15T01:14:18.176Z | |
981 | 2024-12-15T01:14:18.176Z | running 0 tests |
982 | 2024-12-15T01:14:18.176Z | |
983 | 2024-12-15T01:14:18.176Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
984 | 2024-12-15T01:14:18.176Z | |
985 | 2024-12-15T01:14:18.200Z | Doc-tests integration_tests |
986 | 2024-12-15T01:14:18.277Z | |
987 | 2024-12-15T01:14:18.277Z | running 0 tests |
988 | 2024-12-15T01:14:18.277Z | |
989 | 2024-12-15T01:14:18.277Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
990 | 2024-12-15T01:14:18.278Z | |
991 | 2024-12-15T01:14:18.301Z | Doc-tests nextest_filtering |
992 | 2024-12-15T01:14:18.457Z | |
993 | 2024-12-15T01:14:18.457Z | running 0 tests |
994 | 2024-12-15T01:14:18.457Z | |
995 | 2024-12-15T01:14:18.457Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
996 | 2024-12-15T01:14:18.457Z | |
997 | 2024-12-15T01:14:18.481Z | Doc-tests nextest_metadata |
998 | 2024-12-15T01:14:18.663Z | |
999 | 2024-12-15T01:14:18.663Z | running 2 tests |
1000 | 2024-12-15T01:14:19.373Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
1001 | 2024-12-15T01:14:22.508Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
1002 | 2024-12-15T01:14:22.508Z | |
1003 | 2024-12-15T01:14:22.531Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.85s |
1004 | 2024-12-15T01:14:22.531Z | |
1005 | 2024-12-15T01:14:22.531Z | Doc-tests nextest_runner |
1006 | 2024-12-15T01:14:23.417Z | |
1007 | 2024-12-15T01:14:23.417Z | running 0 tests |
1008 | 2024-12-15T01:14:23.417Z | |
1009 | 2024-12-15T01:14:23.417Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1010 | 2024-12-15T01:14:23.417Z | |
1011 | 2024-12-15T01:14:23.458Z | Doc-tests nextest_workspace_hack |
1012 | 2024-12-15T01:14:23.512Z | |
1013 | 2024-12-15T01:14:23.513Z | running 0 tests |
1014 | 2024-12-15T01:14:23.513Z | |
1015 | 2024-12-15T01:14:23.513Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1016 | 2024-12-15T01:14:23.513Z | |
1017 | 2024-12-15T01:14:23.545Z | |
1018 | 2024-12-15T01:14:23.569Z | real 6.502542360 |
1019 | 2024-12-15T01:14:23.569Z | user 6.181698042 |
1020 | 2024-12-15T01:14:23.569Z | sys 2.115926896 |
1021 | 2024-12-15T01:14:23.569Z | trap 0.001515492 |
1022 | 2024-12-15T01:14:23.569Z | tflt 0.008778909 |
1023 | 2024-12-15T01:14:23.569Z | dflt 0.007337862 |
1024 | 2024-12-15T01:14:23.569Z | kflt 0.000000000 |
1025 | 2024-12-15T01:14:23.569Z | lock 10.900495759 |
1026 | 2024-12-15T01:14:23.569Z | slp 34.991741833 |
1027 | 2024-12-15T01:14:23.569Z | lat 0.059804679 |
1028 | 2024-12-15T01:14:23.569Z | stop 0.141016228 |
1029 | 2024-12-15T01:14:23.569Z | + banner local-nt |
1030 | 2024-12-15T01:14:23.569Z | |
1031 | 2024-12-15T01:14:23.570Z | # #### #### ## # # # ##### |
1032 | 2024-12-15T01:14:23.570Z | # # # # # # # # ## # # |
1033 | 2024-12-15T01:14:23.570Z | # # # # # # # ##### # # # # |
1034 | 2024-12-15T01:14:23.570Z | # # # # ###### # # # # # |
1035 | 2024-12-15T01:14:23.570Z | # # # # # # # # # ## # |
1036 | 2024-12-15T01:14:23.570Z | ###### #### #### # # ###### # # # |
1037 | 2024-12-15T01:14:23.570Z | |
1038 | 2024-12-15T01:14:23.570Z | + ptime -m cargo local-nt run --profile ci |
1039 | 2024-12-15T01:14:23.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
1040 | 2024-12-15T01:14:23.916Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1041 | 2024-12-15T01:14:24.481Z | info: experimental features enabled: setup-scripts |
1042 | 2024-12-15T01:14:24.809Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s |
1043 | 2024-12-15T01:14:25.042Z | ──────────── |
1044 | 2024-12-15T01:14:25.042Z | Nextest run ID 1cba4649-95bb-435f-a30d-02d2b2134749 with nextest profile: ci |
1045 | 2024-12-15T01:14:25.042Z | Starting 288 tests across 15 binaries (1 test skipped) |
1046 | 2024-12-15T01:14:25.066Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1047 | 2024-12-15T01:14:25.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
1048 | 2024-12-15T01:14:25.414Z | Running `target/debug/build-seed-archive` |
1049 | 2024-12-15T01:14:25.438Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-68fc3c4b950f57c41e5ecde33c835d5701e7154678af7e85481e94cff252cab3.tar.zst, building |
1050 | 2024-12-15T01:14:27.860Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-68fc3c4b950f57c41e5ecde33c835d5701e7154678af7e85481e94cff252cab3.tar.zst |
1051 | 2024-12-15T01:14:27.884Z | SETUP PASS [ 2.821s] build-seed-archive: cargo run --bin build-seed-archive |
1052 | 2024-12-15T01:14:27.911Z | PASS [ 0.032s] integration-tests::custom-harness thread_count::test_single_threaded |
1053 | 2024-12-15T01:14:27.935Z | PASS [ 0.049s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1054 | 2024-12-15T01:14:27.935Z | PASS [ 0.054s] integration-tests::custom-harness thread_count::test_multi_threaded |
1055 | 2024-12-15T01:14:28.033Z | PASS [ 0.167s] cargo-nextest dispatch::tests::test_argument_parsing |
1056 | 2024-12-15T01:14:29.432Z | PASS [ 1.566s] integration-tests::integration test_list_binaries_only |
1057 | 2024-12-15T01:14:29.563Z | PASS [ 1.662s] integration-tests::integration test_list_host_after_build |
1058 | 2024-12-15T01:14:29.857Z | PASS [ 1.940s] integration-tests::integration test_list_target_after_build |
1059 | 2024-12-15T01:14:29.956Z | PASS [ 2.090s] integration-tests::integration test_list_default |
1060 | 2024-12-15T01:14:29.980Z | PASS [ 2.112s] integration-tests::integration test_list_full |
1061 | 2024-12-15T01:14:30.004Z | PASS [ 2.130s] integration-tests::integration test_list_full_after_build |
1062 | 2024-12-15T01:14:32.065Z | PASS [ 2.107s] integration-tests::integration test_run_from_archive_with_missing_includes |
1063 | 2024-12-15T01:14:32.966Z | PASS [ 2.968s] integration-tests::integration test_run_no_tests |
1064 | 2024-12-15T01:14:33.634Z | PASS [ 4.070s] integration-tests::integration test_run_after_build |
1065 | 2024-12-15T01:14:33.761Z | PASS [ 5.728s] integration-tests::integration test_relocated_run |
1066 | 2024-12-15T01:14:33.864Z | PASS [ 5.943s] integration-tests::integration test_list_with_default_filter |
1067 | 2024-12-15T01:14:34.627Z | PASS [ 1.659s] integration-tests::integration test_setup_script_error |
1068 | 2024-12-15T01:14:35.000Z | PASS [ 1.363s] integration-tests::integration test_setup_scripts_not_enabled |
1069 | 2024-12-15T01:14:35.171Z | PASS [ 3.106s] integration-tests::integration test_run_with_default_filter |
1070 | 2024-12-15T01:14:35.248Z | PASS [ 0.074s] integration-tests::integration test_version_info |
1071 | 2024-12-15T01:14:35.272Z | PASS [ 5.411s] integration-tests::integration test_run_from_archive_with_includes |
1072 | 2024-12-15T01:14:35.296Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_complex_error |
1073 | 2024-12-15T01:14:35.320Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof |
1074 | 2024-12-15T01:14:35.344Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr |
1075 | 2024-12-15T01:14:35.368Z | PASS [ 1.500s] integration-tests::integration test_show_config_version |
1076 | 2024-12-15T01:14:35.392Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_and_operator |
1077 | 2024-12-15T01:14:35.392Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_escapes |
1078 | 2024-12-15T01:14:35.416Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_glob |
1079 | 2024-12-15T01:14:35.416Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator |
1080 | 2024-12-15T01:14:35.440Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_platform |
1081 | 2024-12-15T01:14:35.440Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_regex |
1082 | 2024-12-15T01:14:35.464Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument |
1083 | 2024-12-15T01:14:35.464Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1084 | 2024-12-15T01:14:35.488Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_missing_close_regex |
1085 | 2024-12-15T01:14:35.488Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1086 | 2024-12-15T01:14:35.512Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_missing_parentheses |
1087 | 2024-12-15T01:14:35.512Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_comma |
1088 | 2024-12-15T01:14:35.535Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_difference |
1089 | 2024-12-15T01:14:35.559Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1090 | 2024-12-15T01:14:35.559Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_not |
1091 | 2024-12-15T01:14:35.583Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1092 | 2024-12-15T01:14:35.607Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_union |
1093 | 2024-12-15T01:14:35.630Z | PASS [ 0.374s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1094 | 2024-12-15T01:14:35.631Z | PASS [ 0.076s] nextest-filtering parsing::tests::test_parse_expr_set |
1095 | 2024-12-15T01:14:35.654Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1096 | 2024-12-15T01:14:35.679Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_name_matcher |
1097 | 2024-12-15T01:14:35.679Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1098 | 2024-12-15T01:14:35.703Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_set_def |
1099 | 2024-12-15T01:14:35.703Z | PASS [ 0.048s] nextest-filtering parsing::tests::test_parse_regex |
1100 | 2024-12-15T01:14:35.703Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_unexpected_argument |
1101 | 2024-12-15T01:14:35.728Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_unexpected_comma |
1102 | 2024-12-15T01:14:35.728Z | PASS [ 0.027s] nextest-filtering::match test_binary_query |
1103 | 2024-12-15T01:14:35.753Z | PASS [ 0.033s] nextest-filtering::match test_expr_binary |
1104 | 2024-12-15T01:14:35.777Z | PASS [ 0.039s] nextest-filtering::match test_expr_binary_id_glob |
1105 | 2024-12-15T01:14:35.777Z | PASS [ 0.029s] nextest-filtering::match test_expr_deps |
1106 | 2024-12-15T01:14:35.801Z | PASS [ 0.031s] nextest-filtering::match test_expr_kind |
1107 | 2024-12-15T01:14:35.825Z | PASS [ 0.026s] nextest-filtering::match test_expr_kind_partial |
1108 | 2024-12-15T01:14:35.852Z | PASS [ 0.033s] nextest-filtering::match test_expr_package_contains |
1109 | 2024-12-15T01:14:35.852Z | PASS [ 5.859s] integration-tests::integration test_run_from_archive_with_no_includes |
1110 | 2024-12-15T01:14:35.852Z | PASS [ 0.030s] nextest-filtering::match test_expr_package_equal |
1111 | 2024-12-15T01:14:35.877Z | PASS [ 0.028s] nextest-filtering::match test_expr_package_regex |
1112 | 2024-12-15T01:14:35.877Z | PASS [ 0.028s] nextest-filtering::match test_expr_platform |
1113 | 2024-12-15T01:14:35.902Z | PASS [ 0.033s] nextest-filtering::match test_expr_rdeps |
1114 | 2024-12-15T01:14:35.902Z | PASS [ 0.026s] nextest-filtering::match test_expr_test |
1115 | 2024-12-15T01:14:35.926Z | PASS [ 0.033s] nextest-filtering::match test_expr_test_difference::with_and_not |
1116 | 2024-12-15T01:14:35.926Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_difference::with_minus |
1117 | 2024-12-15T01:14:35.926Z | PASS [ 0.228s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1118 | 2024-12-15T01:14:35.949Z | PASS [ 0.038s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1119 | 2024-12-15T01:14:35.949Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_not |
1120 | 2024-12-15T01:14:35.973Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_or |
1121 | 2024-12-15T01:14:35.973Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_intersect::with_and |
1122 | 2024-12-15T01:14:35.973Z | PASS [ 0.035s] nextest-filtering::match test_expr_test_union::with_pipe |
1123 | 2024-12-15T01:14:36.022Z | PASS [ 0.038s] nextest-filtering::match test_expr_test_union::with_plus |
1124 | 2024-12-15T01:14:36.022Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord |
1125 | 2024-12-15T01:14:36.022Z | PASS [ 0.041s] nextest-filtering::match test_expr_with_no_matching_packages |
1126 | 2024-12-15T01:14:36.022Z | PASS [ 0.021s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1127 | 2024-12-15T01:14:36.022Z | PASS [ 0.023s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1128 | 2024-12-15T01:14:36.480Z | PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1129 | 2024-12-15T01:14:36.480Z | PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1130 | 2024-12-15T01:14:36.480Z | PASS [ 0.037s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1131 | 2024-12-15T01:14:36.480Z | PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1132 | 2024-12-15T01:14:36.604Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1133 | 2024-12-15T01:14:36.604Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1134 | 2024-12-15T01:14:36.604Z | PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1135 | 2024-12-15T01:14:36.604Z | PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1136 | 2024-12-15T01:14:36.604Z | PASS [ 0.030s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1137 | 2024-12-15T01:14:36.604Z | PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1138 | 2024-12-15T01:14:36.605Z | PASS [ 0.035s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1139 | 2024-12-15T01:14:36.605Z | PASS [ 0.311s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1140 | 2024-12-15T01:14:36.605Z | PASS [ 0.323s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1141 | 2024-12-15T01:14:36.605Z | PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1142 | 2024-12-15T01:14:36.605Z | PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1143 | 2024-12-15T01:14:36.694Z | PASS [ 0.297s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1144 | 2024-12-15T01:14:36.720Z | PASS [ 0.295s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1145 | 2024-12-15T01:14:36.720Z | PASS [ 0.312s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1146 | 2024-12-15T01:14:36.720Z | PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1147 | 2024-12-15T01:14:36.743Z | PASS [ 0.022s] nextest-runner config::archive::tests::test_join_rel_path |
1148 | 2024-12-15T01:14:36.744Z | PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid |
1149 | 2024-12-15T01:14:36.767Z | PASS [ 0.022s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1150 | 2024-12-15T01:14:36.768Z | PASS [ 0.026s] nextest-runner config::identifier::tests::test_invalid |
1151 | 2024-12-15T01:14:36.792Z | PASS [ 0.023s] nextest-runner config::identifier::tests::test_valid |
1152 | 2024-12-15T01:14:36.792Z | PASS [ 0.025s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1153 | 2024-12-15T01:14:36.815Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate |
1154 | 2024-12-15T01:14:36.815Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1155 | 2024-12-15T01:14:36.839Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1156 | 2024-12-15T01:14:36.839Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1157 | 2024-12-15T01:14:36.862Z | PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1158 | 2024-12-15T01:14:36.886Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1159 | 2024-12-15T01:14:36.886Z | PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1160 | 2024-12-15T01:14:36.910Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1161 | 2024-12-15T01:14:36.934Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1162 | 2024-12-15T01:14:37.030Z | PASS [ 0.334s] nextest-runner config::archive::tests::parse_valid |
1163 | 2024-12-15T01:14:37.054Z | PASS [ 0.331s] nextest-runner config::config_impl::tests::ignored_keys |
1164 | 2024-12-15T01:14:37.382Z | PASS [ 0.481s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1165 | 2024-12-15T01:14:37.519Z | PASS [ 0.604s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1166 | 2024-12-15T01:14:37.569Z | PASS [ 0.538s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1167 | 2024-12-15T01:14:37.593Z | PASS [ 0.505s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1168 | 2024-12-15T01:14:37.817Z | PASS [ 0.433s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1169 | 2024-12-15T01:14:37.942Z | PASS [ 0.372s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1170 | 2024-12-15T01:14:37.966Z | PASS [ 0.441s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1171 | 2024-12-15T01:14:37.994Z | PASS [ 0.424s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1172 | 2024-12-15T01:14:38.166Z | PASS [ 0.348s] nextest-runner config::overrides::tests::test_overrides_basic |
1173 | 2024-12-15T01:14:38.270Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1174 | 2024-12-15T01:14:38.293Z | PASS [ 3.667s] integration-tests::integration test_target_arg |
1175 | 2024-12-15T01:14:38.317Z | PASS [ 0.363s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1176 | 2024-12-15T01:14:38.341Z | PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1177 | 2024-12-15T01:14:38.497Z | PASS [ 0.330s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1178 | 2024-12-15T01:14:38.576Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1179 | 2024-12-15T01:14:38.615Z | PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1180 | 2024-12-15T01:14:38.668Z | PASS [ 0.361s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1181 | 2024-12-15T01:14:38.691Z | PASS [ 0.343s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1182 | 2024-12-15T01:14:38.866Z | PASS [ 0.369s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1183 | 2024-12-15T01:14:38.900Z | PASS [ 5.136s] integration-tests::integration test_show_config_test_groups |
1184 | 2024-12-15T01:14:38.923Z | PASS [ 0.336s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1185 | 2024-12-15T01:14:38.923Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1186 | 2024-12-15T01:14:38.980Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1187 | 2024-12-15T01:14:39.004Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1188 | 2024-12-15T01:14:39.161Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1189 | 2024-12-15T01:14:39.200Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1190 | 2024-12-15T01:14:39.224Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1191 | 2024-12-15T01:14:39.224Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1192 | 2024-12-15T01:14:39.277Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1193 | 2024-12-15T01:14:39.301Z | PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1194 | 2024-12-15T01:14:39.459Z | PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1195 | 2024-12-15T01:14:39.497Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1196 | 2024-12-15T01:14:39.523Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1197 | 2024-12-15T01:14:39.523Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1198 | 2024-12-15T01:14:39.576Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1199 | 2024-12-15T01:14:39.600Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1200 | 2024-12-15T01:14:39.766Z | PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1201 | 2024-12-15T01:14:39.806Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1202 | 2024-12-15T01:14:39.830Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1203 | 2024-12-15T01:14:39.830Z | PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1204 | 2024-12-15T01:14:39.879Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1205 | 2024-12-15T01:14:39.903Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1206 | 2024-12-15T01:14:40.087Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1207 | 2024-12-15T01:14:40.113Z | PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1208 | 2024-12-15T01:14:40.138Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1209 | 2024-12-15T01:14:40.161Z | PASS [ 0.334s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1210 | 2024-12-15T01:14:40.208Z | PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1211 | 2024-12-15T01:14:40.244Z | PASS [ 0.359s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1212 | 2024-12-15T01:14:40.423Z | PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1213 | 2024-12-15T01:14:40.449Z | PASS [ 0.340s] nextest-runner config::scripts::tests::test_scripts_basic |
1214 | 2024-12-15T01:14:40.449Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1215 | 2024-12-15T01:14:40.473Z | PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1216 | 2024-12-15T01:14:40.527Z | PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1217 | 2024-12-15T01:14:40.556Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1218 | 2024-12-15T01:14:40.721Z | PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1219 | 2024-12-15T01:14:40.746Z | PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1220 | 2024-12-15T01:14:40.746Z | PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1221 | 2024-12-15T01:14:40.797Z | PASS [ 0.327s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1222 | 2024-12-15T01:14:40.865Z | PASS [ 0.337s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1223 | 2024-12-15T01:14:40.891Z | PASS [ 5.891s] integration-tests::integration test_target_dir |
1224 | 2024-12-15T01:14:40.935Z | PASS [ 0.378s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1225 | 2024-12-15T01:14:41.070Z | PASS [ 0.329s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1226 | 2024-12-15T01:14:41.094Z | PASS [ 0.342s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1227 | 2024-12-15T01:14:41.094Z | PASS [ 0.363s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1228 | 2024-12-15T01:14:41.150Z | PASS [ 0.351s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1229 | 2024-12-15T01:14:41.190Z | PASS [ 0.325s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1230 | 2024-12-15T01:14:41.214Z | PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1231 | 2024-12-15T01:14:41.248Z | PASS [ 0.312s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1232 | 2024-12-15T01:14:41.377Z | PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1233 | 2024-12-15T01:14:41.401Z | PASS [ 0.311s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1234 | 2024-12-15T01:14:41.425Z | PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1235 | 2024-12-15T01:14:41.450Z | PASS [ 0.300s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1236 | 2024-12-15T01:14:41.495Z | PASS [ 0.305s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1237 | 2024-12-15T01:14:41.522Z | PASS [ 0.310s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1238 | 2024-12-15T01:14:41.552Z | PASS [ 0.303s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1239 | 2024-12-15T01:14:41.701Z | PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1240 | 2024-12-15T01:14:41.725Z | PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1241 | 2024-12-15T01:14:41.748Z | PASS [ 0.349s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1242 | 2024-12-15T01:14:41.749Z | PASS [ 0.024s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1243 | 2024-12-15T01:14:41.794Z | PASS [ 0.061s] nextest-runner errors::tests::display_error_chain |
1244 | 2024-12-15T01:14:41.818Z | PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1245 | 2024-12-15T01:14:41.818Z | PASS [ 0.363s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1246 | 2024-12-15T01:14:41.841Z | PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1247 | 2024-12-15T01:14:41.841Z | PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1248 | 2024-12-15T01:14:41.841Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1249 | 2024-12-15T01:14:41.865Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1250 | 2024-12-15T01:14:41.865Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1251 | 2024-12-15T01:14:41.865Z | PASS [ 0.066s] nextest-runner errors::tests::display_error_list |
1252 | 2024-12-15T01:14:41.889Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1253 | 2024-12-15T01:14:41.889Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1254 | 2024-12-15T01:14:41.889Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1255 | 2024-12-15T01:14:41.889Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1256 | 2024-12-15T01:14:41.889Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1257 | 2024-12-15T01:14:41.913Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1258 | 2024-12-15T01:14:41.913Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1259 | 2024-12-15T01:14:41.937Z | PASS [ 0.357s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1260 | 2024-12-15T01:14:41.937Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1261 | 2024-12-15T01:14:41.937Z | PASS [ 0.025s] nextest-runner partition::tests::partitioner_builder_from_str |
1262 | 2024-12-15T01:14:41.937Z | PASS [ 0.033s] nextest-runner list::test_list::tests::test_parse_test_list |
1263 | 2024-12-15T01:14:41.937Z | PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1264 | 2024-12-15T01:14:41.960Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1265 | 2024-12-15T01:14:41.960Z | PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1266 | 2024-12-15T01:14:41.960Z | PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1267 | 2024-12-15T01:14:41.960Z | PASS [ 0.025s] nextest-runner redact::tests::test_redact_path |
1268 | 2024-12-15T01:14:41.984Z | PASS [ 0.027s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1269 | 2024-12-15T01:14:41.984Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings |
1270 | 2024-12-15T01:14:42.009Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1271 | 2024-12-15T01:14:42.009Z | PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1272 | 2024-12-15T01:14:42.009Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1273 | 2024-12-15T01:14:42.009Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1274 | 2024-12-15T01:14:42.009Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1275 | 2024-12-15T01:14:42.032Z | PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1276 | 2024-12-15T01:14:42.033Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1277 | 2024-12-15T01:14:42.033Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1278 | 2024-12-15T01:14:42.056Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1279 | 2024-12-15T01:14:42.056Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1280 | 2024-12-15T01:14:42.056Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_final_warnings |
1281 | 2024-12-15T01:14:42.056Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1282 | 2024-12-15T01:14:42.056Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1283 | 2024-12-15T01:14:42.080Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1284 | 2024-12-15T01:14:42.080Z | PASS [ 0.336s] nextest-runner config::tool_config::tests::tool_config_basic |
1285 | 2024-12-15T01:14:42.080Z | PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1286 | 2024-12-15T01:14:42.103Z | PASS [ 0.028s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1287 | 2024-12-15T01:14:42.104Z | PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success |
1288 | 2024-12-15T01:14:42.104Z | PASS [ 0.033s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1289 | 2024-12-15T01:14:42.128Z | PASS [ 0.037s] nextest-runner reporter::helpers::tests::test_highlight_end |
1290 | 2024-12-15T01:14:42.128Z | PASS [ 0.078s] nextest-runner reporter::displayer::tests::test_info_response |
1291 | 2024-12-15T01:14:42.153Z | PASS [ 0.090s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1292 | 2024-12-15T01:14:42.153Z | PASS [ 0.030s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1293 | 2024-12-15T01:14:42.177Z | PASS [ 0.072s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1294 | 2024-12-15T01:14:42.177Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1295 | 2024-12-15T01:14:42.177Z | PASS [ 0.043s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1296 | 2024-12-15T01:14:42.177Z | PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1297 | 2024-12-15T01:14:42.177Z | PASS [ 0.072s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1298 | 2024-12-15T01:14:42.201Z | PASS [ 0.036s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1299 | 2024-12-15T01:14:42.201Z | PASS [ 0.051s] nextest-runner runner::imp::tests::no_capture_settings |
1300 | 2024-12-15T01:14:42.201Z | PASS [ 0.042s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1301 | 2024-12-15T01:14:42.225Z | PASS [ 0.049s] nextest-runner target_runner::tests::test_find_config |
1302 | 2024-12-15T01:14:42.251Z | PASS [ 0.027s] nextest-runner test_filter::tests::pattern_examples |
1303 | 2024-12-15T01:14:42.251Z | PASS [ 0.025s] nextest-runner test_filter::tests::empty_pattern_examples |
1304 | 2024-12-15T01:14:42.251Z | PASS [ 0.033s] nextest-runner test_command::tests::parse_build_script |
1305 | 2024-12-15T01:14:42.274Z | PASS [ 0.110s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1306 | 2024-12-15T01:14:42.298Z | PASS [ 0.030s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1307 | 2024-12-15T01:14:42.325Z | PASS [ 0.152s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1308 | 2024-12-15T01:14:42.348Z | PASS [ 0.122s] nextest-runner test_filter::tests::proptest_empty |
1309 | 2024-12-15T01:14:42.430Z | PASS [ 0.198s] nextest-runner test_filter::tests::proptest_no_match |
1310 | 2024-12-15T01:14:42.454Z | PASS [ 0.282s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1311 | 2024-12-15T01:14:42.804Z | PASS [ 0.576s] nextest-runner test_filter::tests::proptest_exact |
1312 | 2024-12-15T01:14:42.901Z | PASS [ 0.575s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1313 | 2024-12-15T01:14:43.080Z | PASS [ 0.844s] nextest-runner test_filter::tests::proptest_substring |
1314 | 2024-12-15T01:14:43.833Z | PASS [ 1.535s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1315 | 2024-12-15T01:14:43.863Z | PASS [ 14.431s] integration-tests::integration test_run |
1316 | 2024-12-15T01:14:44.093Z | PASS [ 1.654s] nextest-runner::integration basic::test_list_binaries |
1317 | 2024-12-15T01:14:44.371Z | PASS [ 2.027s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1318 | 2024-12-15T01:14:44.402Z | PASS [ 1.598s] nextest-runner::integration basic::test_list_tests |
1319 | 2024-12-15T01:14:44.426Z | PASS [ 1.977s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1320 | 2024-12-15T01:14:44.450Z | PASS [ 0.029s] nextest-runner::integration target_runner::disregards_non_matching |
1321 | 2024-12-15T01:14:44.474Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1322 | 2024-12-15T01:14:44.497Z | PASS [ 0.604s] nextest-runner::integration basic::test_run_ignored |
1323 | 2024-12-15T01:14:44.497Z | PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1324 | 2024-12-15T01:14:44.732Z | PASS [ 0.638s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1325 | 2024-12-15T01:14:44.835Z | PASS [ 0.425s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1326 | 2024-12-15T01:14:44.865Z | PASS [ 0.030s] nextest-runner::integration target_triple::parses_cargo_env |
1327 | 2024-12-15T01:14:44.893Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli |
1328 | 2024-12-15T01:14:44.922Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1329 | 2024-12-15T01:14:44.948Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1330 | 2024-12-15T01:14:44.975Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env |
1331 | 2024-12-15T01:14:44.999Z | PASS [ 0.513s] nextest-runner::integration target_runner::parses_cargo_env |
1332 | 2024-12-15T01:14:45.024Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1333 | 2024-12-15T01:14:45.024Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1334 | 2024-12-15T01:14:45.188Z | PASS [ 0.697s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1335 | 2024-12-15T01:14:45.672Z | PASS [ 1.839s] nextest-runner::integration basic::test_run |
1336 | 2024-12-15T01:14:46.210Z | PASS [ 1.477s] nextest-runner::integration target_runner::test_run_with_target_runner |
1337 | 2024-12-15T01:14:46.913Z | PASS [ 2.542s] nextest-runner::integration basic::test_termination |
1338 | 2024-12-15T01:14:47.700Z | PASS [ 4.799s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1339 | 2024-12-15T01:14:47.781Z | PASS [ 4.701s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1340 | 2024-12-15T01:14:47.807Z | ──────────── |
1341 | 2024-12-15T01:14:47.807Z | Summary [ 22.742s] 288 tests run: 288 passed, 1 skipped |
1342 | 2024-12-15T01:14:47.831Z | |
1343 | 2024-12-15T01:14:47.831Z | real 24.259738224 |
1344 | 2024-12-15T01:14:47.831Z | user 1:05.949857409 |
1345 | 2024-12-15T01:14:47.831Z | sys 1:09.336194880 |
1346 | 2024-12-15T01:14:47.831Z | trap 0.100370179 |
1347 | 2024-12-15T01:14:47.831Z | tflt 0.088689887 |
1348 | 2024-12-15T01:14:47.831Z | dflt 0.153129803 |
1349 | 2024-12-15T01:14:47.831Z | kflt 0.004585997 |
1350 | 2024-12-15T01:14:47.831Z | lock 11:59.433607773 |
1351 | 2024-12-15T01:14:47.831Z | slp 5:50.709258285 |
1352 | 2024-12-15T01:14:47.831Z | lat 1:22.183924364 |
1353 | 2024-12-15T01:14:47.831Z | stop 2:16.724699961 |
1354 | 2024-12-15T01:14:47.831Z | + banner release |
1355 | 2024-12-15T01:14:47.831Z | |
1356 | 2024-12-15T01:14:47.831Z | ##### ###### # ###### ## #### ###### |
1357 | 2024-12-15T01:14:47.831Z | # # # # # # # # # |
1358 | 2024-12-15T01:14:47.831Z | # # ##### # ##### # # #### ##### |
1359 | 2024-12-15T01:14:47.831Z | ##### # # # ###### # # |
1360 | 2024-12-15T01:14:47.831Z | # # # # # # # # # # |
1361 | 2024-12-15T01:14:47.831Z | # # ###### ###### ###### # # #### ###### |
1362 | 2024-12-15T01:14:47.831Z | |
1363 | 2024-12-15T01:14:47.831Z | + ptime -m cargo nextest run --profile ci |
1364 | 2024-12-15T01:14:48.387Z | info: experimental features enabled: setup-scripts |
1365 | 2024-12-15T01:14:48.722Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s |
1366 | 2024-12-15T01:14:48.925Z | ──────────── |
1367 | 2024-12-15T01:14:48.925Z | Nextest run ID 03668c64-af28-450e-a2fc-6fd4d9294b54 with nextest profile: ci |
1368 | 2024-12-15T01:14:48.925Z | Starting 288 tests across 15 binaries (1 test skipped) |
1369 | 2024-12-15T01:14:48.949Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1370 | 2024-12-15T01:14:49.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1371 | 2024-12-15T01:14:49.301Z | Running `target/debug/build-seed-archive` |
1372 | 2024-12-15T01:14:49.726Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-df7a2d7a6e0074da6726fe7c80c73211e7c0840326d34c87b90ab4f6ce327134.tar.zst, building |
1373 | 2024-12-15T01:14:52.271Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-df7a2d7a6e0074da6726fe7c80c73211e7c0840326d34c87b90ab4f6ce327134.tar.zst |
1374 | 2024-12-15T01:14:52.296Z | SETUP PASS [ 3.352s] build-seed-archive: cargo run --bin build-seed-archive |
1375 | 2024-12-15T01:14:52.319Z | PASS [ 0.031s] integration-tests::custom-harness thread_count::test_single_threaded |
1376 | 2024-12-15T01:14:52.319Z | PASS [ 0.035s] integration-tests::custom-harness thread_count::test_multi_threaded |
1377 | 2024-12-15T01:14:52.343Z | PASS [ 0.045s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1378 | 2024-12-15T01:14:52.435Z | PASS [ 0.156s] cargo-nextest dispatch::tests::test_argument_parsing |
1379 | 2024-12-15T01:14:53.867Z | PASS [ 1.589s] integration-tests::integration test_list_binaries_only |
1380 | 2024-12-15T01:14:54.010Z | PASS [ 1.699s] integration-tests::integration test_list_host_after_build |
1381 | 2024-12-15T01:14:54.083Z | PASS [ 1.801s] integration-tests::integration test_list_full |
1382 | 2024-12-15T01:14:54.431Z | PASS [ 2.116s] integration-tests::integration test_list_target_after_build |
1383 | 2024-12-15T01:14:54.455Z | PASS [ 2.166s] integration-tests::integration test_list_full_after_build |
1384 | 2024-12-15T01:14:54.520Z | PASS [ 2.242s] integration-tests::integration test_list_default |
1385 | 2024-12-15T01:14:56.386Z | PASS [ 1.954s] integration-tests::integration test_run_from_archive_with_missing_includes |
1386 | 2024-12-15T01:14:57.567Z | PASS [ 3.046s] integration-tests::integration test_run_no_tests |
1387 | 2024-12-15T01:14:57.947Z | PASS [ 3.937s] integration-tests::integration test_run_after_build |
1388 | 2024-12-15T01:14:58.003Z | PASS [ 5.568s] integration-tests::integration test_relocated_run |
1389 | 2024-12-15T01:14:58.442Z | PASS [ 6.119s] integration-tests::integration test_list_with_default_filter |
1390 | 2024-12-15T01:14:59.082Z | PASS [ 1.515s] integration-tests::integration test_setup_script_error |
1391 | 2024-12-15T01:14:59.361Z | PASS [ 1.413s] integration-tests::integration test_setup_scripts_not_enabled |
1392 | 2024-12-15T01:14:59.534Z | PASS [ 3.148s] integration-tests::integration test_run_with_default_filter |
1393 | 2024-12-15T01:14:59.591Z | PASS [ 0.056s] integration-tests::integration test_version_info |
1394 | 2024-12-15T01:14:59.980Z | PASS [ 0.388s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1395 | 2024-12-15T01:15:00.004Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_complex_error |
1396 | 2024-12-15T01:15:00.029Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof |
1397 | 2024-12-15T01:15:00.052Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr |
1398 | 2024-12-15T01:15:00.077Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_and_operator |
1399 | 2024-12-15T01:15:00.077Z | PASS [ 5.972s] integration-tests::integration test_run_from_archive_with_includes |
1400 | 2024-12-15T01:15:00.077Z | PASS [ 1.626s] integration-tests::integration test_show_config_version |
1401 | 2024-12-15T01:15:00.077Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_glob |
1402 | 2024-12-15T01:15:00.101Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_escapes |
1403 | 2024-12-15T01:15:00.101Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_or_operator |
1404 | 2024-12-15T01:15:00.101Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_platform |
1405 | 2024-12-15T01:15:00.101Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_regex |
1406 | 2024-12-15T01:15:00.125Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_argument |
1407 | 2024-12-15T01:15:00.125Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1408 | 2024-12-15T01:15:00.125Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_close_regex |
1409 | 2024-12-15T01:15:00.125Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1410 | 2024-12-15T01:15:00.149Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_parentheses |
1411 | 2024-12-15T01:15:00.149Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_comma |
1412 | 2024-12-15T01:15:00.149Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_difference |
1413 | 2024-12-15T01:15:00.149Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1414 | 2024-12-15T01:15:00.173Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_not |
1415 | 2024-12-15T01:15:00.173Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1416 | 2024-12-15T01:15:00.173Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_set |
1417 | 2024-12-15T01:15:00.173Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_union |
1418 | 2024-12-15T01:15:00.197Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1419 | 2024-12-15T01:15:00.197Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1420 | 2024-12-15T01:15:00.197Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher |
1421 | 2024-12-15T01:15:00.221Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_argument |
1422 | 2024-12-15T01:15:00.221Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_set_def |
1423 | 2024-12-15T01:15:00.221Z | PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_regex |
1424 | 2024-12-15T01:15:00.245Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_unexpected_comma |
1425 | 2024-12-15T01:15:00.269Z | PASS [ 0.029s] nextest-filtering::match test_binary_query |
1426 | 2024-12-15T01:15:00.269Z | PASS [ 0.022s] nextest-filtering::match test_expr_binary |
1427 | 2024-12-15T01:15:00.292Z | PASS [ 0.024s] nextest-filtering::match test_expr_binary_id_glob |
1428 | 2024-12-15T01:15:00.292Z | PASS [ 0.022s] nextest-filtering::match test_expr_deps |
1429 | 2024-12-15T01:15:00.316Z | PASS [ 0.020s] nextest-filtering::match test_expr_kind |
1430 | 2024-12-15T01:15:00.316Z | PASS [ 0.026s] nextest-filtering::match test_expr_kind_partial |
1431 | 2024-12-15T01:15:00.340Z | PASS [ 0.023s] nextest-filtering::match test_expr_package_contains |
1432 | 2024-12-15T01:15:00.340Z | PASS [ 0.026s] nextest-filtering::match test_expr_package_equal |
1433 | 2024-12-15T01:15:00.363Z | PASS [ 0.035s] nextest-filtering::match test_expr_package_regex |
1434 | 2024-12-15T01:15:00.387Z | PASS [ 0.038s] nextest-filtering::match test_expr_platform |
1435 | 2024-12-15T01:15:00.387Z | PASS [ 0.027s] nextest-filtering::match test_expr_rdeps |
1436 | 2024-12-15T01:15:00.411Z | PASS [ 0.024s] nextest-filtering::match test_expr_test |
1437 | 2024-12-15T01:15:00.411Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_difference::with_and_not |
1438 | 2024-12-15T01:15:00.411Z | PASS [ 0.196s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1439 | 2024-12-15T01:15:00.435Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_minus |
1440 | 2024-12-15T01:15:00.435Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1441 | 2024-12-15T01:15:00.459Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_intersect::with_and |
1442 | 2024-12-15T01:15:00.459Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_not |
1443 | 2024-12-15T01:15:00.459Z | PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_or |
1444 | 2024-12-15T01:15:00.459Z | PASS [ 0.020s] nextest-filtering::match test_expr_test_union::with_pipe |
1445 | 2024-12-15T01:15:00.483Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus |
1446 | 2024-12-15T01:15:00.483Z | PASS [ 0.022s] nextest-filtering::match test_expr_with_no_matching_packages |
1447 | 2024-12-15T01:15:00.483Z | PASS [ 0.018s] nextest-metadata test_list::tests::test_binary_id_ord |
1448 | 2024-12-15T01:15:00.483Z | PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1449 | 2024-12-15T01:15:00.507Z | PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1450 | 2024-12-15T01:15:00.507Z | PASS [ 0.021s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1451 | 2024-12-15T01:15:00.507Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1452 | 2024-12-15T01:15:00.507Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1453 | 2024-12-15T01:15:00.531Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1454 | 2024-12-15T01:15:00.531Z | PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1455 | 2024-12-15T01:15:00.531Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1456 | 2024-12-15T01:15:00.555Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1457 | 2024-12-15T01:15:00.556Z | PASS [ 0.021s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1458 | 2024-12-15T01:15:00.556Z | PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1459 | 2024-12-15T01:15:00.556Z | PASS [ 0.017s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1460 | 2024-12-15T01:15:00.580Z | PASS [ 0.027s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1461 | 2024-12-15T01:15:00.761Z | PASS [ 6.316s] integration-tests::integration test_run_from_archive_with_no_includes |
1462 | 2024-12-15T01:15:00.839Z | PASS [ 0.293s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1463 | 2024-12-15T01:15:00.866Z | PASS [ 0.297s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1464 | 2024-12-15T01:15:00.889Z | PASS [ 0.333s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1465 | 2024-12-15T01:15:01.107Z | PASS [ 0.345s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1466 | 2024-12-15T01:15:01.189Z | PASS [ 0.347s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1467 | 2024-12-15T01:15:01.213Z | PASS [ 0.309s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1468 | 2024-12-15T01:15:01.236Z | PASS [ 0.020s] nextest-runner config::archive::tests::test_join_rel_path |
1469 | 2024-12-15T01:15:01.237Z | PASS [ 0.348s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1470 | 2024-12-15T01:15:01.260Z | PASS [ 0.034s] nextest-runner config::config_impl::tests::default_config_is_valid |
1471 | 2024-12-15T01:15:01.284Z | PASS [ 0.018s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1472 | 2024-12-15T01:15:01.328Z | PASS [ 0.055s] nextest-runner config::identifier::tests::test_invalid |
1473 | 2024-12-15T01:15:01.431Z | PASS [ 0.103s] nextest-runner config::identifier::tests::test_valid |
1474 | 2024-12-15T01:15:01.474Z | PASS [ 0.043s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1475 | 2024-12-15T01:15:01.509Z | PASS [ 0.034s] nextest-runner config::nextest_version::tests::test_accumulate |
1476 | 2024-12-15T01:15:01.582Z | PASS [ 0.367s] nextest-runner config::config_impl::tests::ignored_keys |
1477 | 2024-12-15T01:15:01.582Z | PASS [ 0.073s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1478 | 2024-12-15T01:15:01.606Z | PASS [ 0.486s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1479 | 2024-12-15T01:15:01.629Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1480 | 2024-12-15T01:15:01.629Z | PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1481 | 2024-12-15T01:15:01.662Z | PASS [ 0.052s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1482 | 2024-12-15T01:15:01.662Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1483 | 2024-12-15T01:15:01.662Z | PASS [ 0.069s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1484 | 2024-12-15T01:15:01.686Z | PASS [ 0.497s] nextest-runner config::archive::tests::parse_valid |
1485 | 2024-12-15T01:15:01.710Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1486 | 2024-12-15T01:15:01.710Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1487 | 2024-12-15T01:15:02.038Z | PASS [ 0.351s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1488 | 2024-12-15T01:15:02.062Z | PASS [ 0.358s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1489 | 2024-12-15T01:15:02.063Z | PASS [ 0.367s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1490 | 2024-12-15T01:15:02.104Z | PASS [ 0.441s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1491 | 2024-12-15T01:15:02.359Z | PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1492 | 2024-12-15T01:15:02.383Z | PASS [ 0.319s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1493 | 2024-12-15T01:15:02.383Z | PASS [ 0.338s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1494 | 2024-12-15T01:15:02.421Z | PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1495 | 2024-12-15T01:15:02.696Z | PASS [ 0.337s] nextest-runner config::overrides::tests::test_overrides_basic |
1496 | 2024-12-15T01:15:02.721Z | PASS [ 0.333s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1497 | 2024-12-15T01:15:02.721Z | PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1498 | 2024-12-15T01:15:02.745Z | PASS [ 3.642s] integration-tests::integration test_target_arg |
1499 | 2024-12-15T01:15:02.745Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1500 | 2024-12-15T01:15:03.005Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1501 | 2024-12-15T01:15:03.029Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1502 | 2024-12-15T01:15:03.029Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1503 | 2024-12-15T01:15:03.029Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1504 | 2024-12-15T01:15:03.053Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1505 | 2024-12-15T01:15:03.308Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1506 | 2024-12-15T01:15:03.332Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1507 | 2024-12-15T01:15:03.333Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1508 | 2024-12-15T01:15:03.356Z | PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1509 | 2024-12-15T01:15:03.357Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1510 | 2024-12-15T01:15:03.457Z | PASS [ 5.455s] integration-tests::integration test_show_config_test_groups |
1511 | 2024-12-15T01:15:03.602Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1512 | 2024-12-15T01:15:03.627Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1513 | 2024-12-15T01:15:03.627Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1514 | 2024-12-15T01:15:03.652Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1515 | 2024-12-15T01:15:03.652Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1516 | 2024-12-15T01:15:03.761Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1517 | 2024-12-15T01:15:03.906Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1518 | 2024-12-15T01:15:03.931Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1519 | 2024-12-15T01:15:03.931Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1520 | 2024-12-15T01:15:03.931Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1521 | 2024-12-15T01:15:03.931Z | PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1522 | 2024-12-15T01:15:04.064Z | PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1523 | 2024-12-15T01:15:04.226Z | PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1524 | 2024-12-15T01:15:04.250Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1525 | 2024-12-15T01:15:04.250Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1526 | 2024-12-15T01:15:04.250Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1527 | 2024-12-15T01:15:04.274Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1528 | 2024-12-15T01:15:04.363Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1529 | 2024-12-15T01:15:04.523Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1530 | 2024-12-15T01:15:04.548Z | PASS [ 0.291s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1531 | 2024-12-15T01:15:04.548Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1532 | 2024-12-15T01:15:04.548Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1533 | 2024-12-15T01:15:04.548Z | PASS [ 0.294s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1534 | 2024-12-15T01:15:04.659Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1535 | 2024-12-15T01:15:04.837Z | PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1536 | 2024-12-15T01:15:04.861Z | PASS [ 0.317s] nextest-runner config::scripts::tests::test_scripts_basic |
1537 | 2024-12-15T01:15:04.861Z | PASS [ 0.309s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1538 | 2024-12-15T01:15:04.887Z | PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1539 | 2024-12-15T01:15:04.910Z | PASS [ 0.349s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1540 | 2024-12-15T01:15:05.000Z | PASS [ 0.340s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1541 | 2024-12-15T01:15:05.145Z | PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1542 | 2024-12-15T01:15:05.168Z | PASS [ 0.317s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1543 | 2024-12-15T01:15:05.168Z | PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1544 | 2024-12-15T01:15:05.192Z | PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1545 | 2024-12-15T01:15:05.227Z | PASS [ 0.339s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1546 | 2024-12-15T01:15:05.298Z | PASS [ 0.298s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1547 | 2024-12-15T01:15:05.438Z | PASS [ 0.293s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1548 | 2024-12-15T01:15:05.462Z | PASS [ 0.296s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1549 | 2024-12-15T01:15:05.462Z | PASS [ 6.096s] integration-tests::integration test_target_dir |
1550 | 2024-12-15T01:15:05.486Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1551 | 2024-12-15T01:15:05.486Z | PASS [ 0.316s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1552 | 2024-12-15T01:15:05.562Z | PASS [ 0.334s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1553 | 2024-12-15T01:15:05.610Z | PASS [ 0.312s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1554 | 2024-12-15T01:15:05.768Z | PASS [ 0.312s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1555 | 2024-12-15T01:15:05.791Z | PASS [ 0.340s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1556 | 2024-12-15T01:15:05.791Z | PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1557 | 2024-12-15T01:15:05.791Z | PASS [ 0.310s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1558 | 2024-12-15T01:15:05.815Z | PASS [ 0.310s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1559 | 2024-12-15T01:15:05.870Z | PASS [ 0.308s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1560 | 2024-12-15T01:15:05.947Z | PASS [ 0.337s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1561 | 2024-12-15T01:15:06.063Z | PASS [ 0.295s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1562 | 2024-12-15T01:15:06.087Z | PASS [ 0.294s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1563 | 2024-12-15T01:15:06.087Z | PASS [ 0.299s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1564 | 2024-12-15T01:15:06.111Z | PASS [ 0.306s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1565 | 2024-12-15T01:15:06.111Z | PASS [ 0.021s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1566 | 2024-12-15T01:15:06.111Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1567 | 2024-12-15T01:15:06.161Z | PASS [ 0.058s] nextest-runner errors::tests::display_error_chain |
1568 | 2024-12-15T01:15:06.185Z | PASS [ 0.060s] nextest-runner errors::tests::display_error_list |
1569 | 2024-12-15T01:15:06.185Z | PASS [ 0.020s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1570 | 2024-12-15T01:15:06.208Z | PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1571 | 2024-12-15T01:15:06.208Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1572 | 2024-12-15T01:15:06.208Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1573 | 2024-12-15T01:15:06.232Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1574 | 2024-12-15T01:15:06.232Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1575 | 2024-12-15T01:15:06.232Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1576 | 2024-12-15T01:15:06.232Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1577 | 2024-12-15T01:15:06.255Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1578 | 2024-12-15T01:15:06.256Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1579 | 2024-12-15T01:15:06.256Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1580 | 2024-12-15T01:15:06.279Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1581 | 2024-12-15T01:15:06.279Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1582 | 2024-12-15T01:15:06.279Z | PASS [ 0.324s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1583 | 2024-12-15T01:15:06.279Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1584 | 2024-12-15T01:15:06.279Z | PASS [ 0.028s] nextest-runner list::test_list::tests::test_parse_test_list |
1585 | 2024-12-15T01:15:06.303Z | PASS [ 0.026s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1586 | 2024-12-15T01:15:06.303Z | PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1587 | 2024-12-15T01:15:06.303Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1588 | 2024-12-15T01:15:06.326Z | PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1589 | 2024-12-15T01:15:06.326Z | PASS [ 0.017s] nextest-runner redact::tests::test_redact_path |
1590 | 2024-12-15T01:15:06.326Z | PASS [ 0.028s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1591 | 2024-12-15T01:15:06.350Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::no_capture_settings |
1592 | 2024-12-15T01:15:06.350Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1593 | 2024-12-15T01:15:06.350Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1594 | 2024-12-15T01:15:06.374Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1595 | 2024-12-15T01:15:06.374Z | PASS [ 0.045s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1596 | 2024-12-15T01:15:06.398Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1597 | 2024-12-15T01:15:06.398Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1598 | 2024-12-15T01:15:06.398Z | PASS [ 0.330s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1599 | 2024-12-15T01:15:06.421Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1600 | 2024-12-15T01:15:06.421Z | PASS [ 0.326s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1601 | 2024-12-15T01:15:06.421Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1602 | 2024-12-15T01:15:06.421Z | PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_final_warnings |
1603 | 2024-12-15T01:15:06.444Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1604 | 2024-12-15T01:15:06.444Z | PASS [ 0.326s] nextest-runner config::tool_config::tests::tool_config_basic |
1605 | 2024-12-15T01:15:06.444Z | PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1606 | 2024-12-15T01:15:06.444Z | PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1607 | 2024-12-15T01:15:06.445Z | PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1608 | 2024-12-15T01:15:06.468Z | PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end |
1609 | 2024-12-15T01:15:06.468Z | PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1610 | 2024-12-15T01:15:06.468Z | PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1611 | 2024-12-15T01:15:06.468Z | PASS [ 0.030s] nextest-runner reporter::events::tests::test_is_success |
1612 | 2024-12-15T01:15:06.491Z | PASS [ 0.039s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1613 | 2024-12-15T01:15:06.491Z | PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_info_response |
1614 | 2024-12-15T01:15:06.491Z | PASS [ 0.018s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1615 | 2024-12-15T01:15:06.515Z | PASS [ 0.083s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1616 | 2024-12-15T01:15:06.515Z | PASS [ 0.021s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1617 | 2024-12-15T01:15:06.515Z | PASS [ 0.021s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1618 | 2024-12-15T01:15:06.538Z | PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1619 | 2024-12-15T01:15:06.538Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1620 | 2024-12-15T01:15:06.538Z | PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1621 | 2024-12-15T01:15:06.538Z | PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1622 | 2024-12-15T01:15:06.538Z | PASS [ 0.021s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1623 | 2024-12-15T01:15:06.538Z | PASS [ 0.037s] nextest-runner runner::imp::tests::no_capture_settings |
1624 | 2024-12-15T01:15:06.562Z | PASS [ 0.016s] nextest-runner test_command::tests::parse_build_script |
1625 | 2024-12-15T01:15:06.562Z | PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples |
1626 | 2024-12-15T01:15:06.562Z | PASS [ 0.026s] nextest-runner target_runner::tests::test_find_config |
1627 | 2024-12-15T01:15:06.562Z | PASS [ 0.020s] nextest-runner test_filter::tests::pattern_examples |
1628 | 2024-12-15T01:15:06.612Z | PASS [ 0.096s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1629 | 2024-12-15T01:15:06.635Z | PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1630 | 2024-12-15T01:15:06.659Z | PASS [ 0.132s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1631 | 2024-12-15T01:15:06.659Z | PASS [ 0.111s] nextest-runner test_filter::tests::proptest_empty |
1632 | 2024-12-15T01:15:06.754Z | PASS [ 0.203s] nextest-runner test_filter::tests::proptest_no_match |
1633 | 2024-12-15T01:15:06.754Z | PASS [ 0.256s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1634 | 2024-12-15T01:15:06.864Z | PASS [ 0.110s] nextest-runner::integration basic::test_list_binaries |
1635 | 2024-12-15T01:15:06.974Z | PASS [ 0.318s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1636 | 2024-12-15T01:15:07.055Z | PASS [ 0.300s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1637 | 2024-12-15T01:15:07.091Z | PASS [ 0.540s] nextest-runner test_filter::tests::proptest_exact |
1638 | 2024-12-15T01:15:07.122Z | PASS [ 0.257s] nextest-runner::integration basic::test_list_tests |
1639 | 2024-12-15T01:15:07.219Z | PASS [ 0.566s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1640 | 2024-12-15T01:15:07.261Z | PASS [ 0.705s] nextest-runner test_filter::tests::proptest_substring |
1641 | 2024-12-15T01:15:07.512Z | PASS [ 0.389s] nextest-runner::integration basic::test_run_ignored |
1642 | 2024-12-15T01:15:07.535Z | PASS [ 0.024s] nextest-runner::integration target_runner::disregards_non_matching |
1643 | 2024-12-15T01:15:07.640Z | PASS [ 13.775s] integration-tests::integration test_run |
1644 | 2024-12-15T01:15:07.666Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1645 | 2024-12-15T01:15:07.691Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1646 | 2024-12-15T01:15:07.812Z | PASS [ 0.593s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1647 | 2024-12-15T01:15:07.970Z | PASS [ 0.434s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1648 | 2024-12-15T01:15:08.093Z | PASS [ 0.402s] nextest-runner::integration target_runner::parses_cargo_env |
1649 | 2024-12-15T01:15:08.117Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env |
1650 | 2024-12-15T01:15:08.141Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli |
1651 | 2024-12-15T01:15:08.164Z | PASS [ 1.520s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1652 | 2024-12-15T01:15:08.187Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1653 | 2024-12-15T01:15:08.187Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1654 | 2024-12-15T01:15:08.211Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env |
1655 | 2024-12-15T01:15:08.211Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1656 | 2024-12-15T01:15:08.234Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_target_cli_option |
1657 | 2024-12-15T01:15:08.285Z | PASS [ 0.472s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1658 | 2024-12-15T01:15:08.770Z | PASS [ 1.679s] nextest-runner::integration basic::test_run |
1659 | 2024-12-15T01:15:09.425Z | PASS [ 1.455s] nextest-runner::integration target_runner::test_run_with_target_runner |
1660 | 2024-12-15T01:15:09.777Z | PASS [ 2.516s] nextest-runner::integration basic::test_termination |
1661 | 2024-12-15T01:15:10.624Z | PASS [ 3.650s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1662 | 2024-12-15T01:15:10.779Z | PASS [ 3.724s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1663 | 2024-12-15T01:15:10.802Z | ──────────── |
1664 | 2024-12-15T01:15:10.802Z | Summary [ 21.857s] 288 tests run: 288 passed, 1 skipped |
1665 | 2024-12-15T01:15:10.826Z | |
1666 | 2024-12-15T01:15:10.826Z | real 22.974845281 |
1667 | 2024-12-15T01:15:10.826Z | user 1:00.892894508 |
1668 | 2024-12-15T01:15:10.826Z | sys 1:05.627328821 |
1669 | 2024-12-15T01:15:10.826Z | trap 0.101541173 |
1670 | 2024-12-15T01:15:10.826Z | tflt 0.053706719 |
1671 | 2024-12-15T01:15:10.826Z | dflt 0.153062655 |
1672 | 2024-12-15T01:15:10.826Z | kflt 0.009203612 |
1673 | 2024-12-15T01:15:10.826Z | lock 11:16.770192295 |
1674 | 2024-12-15T01:15:10.826Z | slp 5:03.086155371 |
1675 | 2024-12-15T01:15:10.826Z | lat 1:19.984027843 |
1676 | 2024-12-15T01:15:10.826Z | stop 2:03.295947414 |
1677 | 2024-12-15T01:15:10.826Z | process exited: duration 277110 ms, exit code 0 |
|
1678 | 2024-12-15T01:15:10.874Z | found 0 output files |