|
|
|
1 | 2024-11-27T23:43:18.535Z | job assigned to worker 01JDR038AC4NENSYZ9X8VWQD4H [factory gimlet-EVT22200007-propolis, EVT22200007/19599] (queued for 23 s) |
|
2 | 2024-11-27T23:43:26.772Z | starting task 0: "setup" |
3 | 2024-11-27T23:43:26.797Z | ++ uname -s |
4 | 2024-11-27T23:43:26.797Z | + kern=SunOS |
5 | 2024-11-27T23:43:26.797Z | + case "$kern" in |
6 | 2024-11-27T23:43:26.797Z | + groupadd -g 12345 build |
7 | 2024-11-27T23:43:26.797Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T23:43:28.795Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T23:43:28.829Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T23:43:28.854Z | + home_fs=zfs |
11 | 2024-11-27T23:43:28.854Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T23:43:28.854Z | + mkdir -p /home/build |
13 | 2024-11-27T23:43:28.854Z | + chown build:build /home/build /work |
14 | 2024-11-27T23:43:30.837Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T23:43:30.862Z | process exited: duration 4068 ms, exit code 0 |
|
16 | 2024-11-27T23:43:30.910Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T23:43:30.933Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T23:43:30.933Z | ' stable |
19 | 2024-11-27T23:43:30.933Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-27T23:43:30.933Z | ' default |
21 | 2024-11-27T23:43:30.934Z | * toolchain channel = "stable" |
22 | 2024-11-27T23:43:30.934Z | * toolchain profile = "default" |
23 | 2024-11-27T23:43:30.934Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T23:43:30.934Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-27T23:43:31.066Z | info: downloading installer |
26 | 2024-11-27T23:43:31.456Z | info: profile set to 'default' |
27 | 2024-11-27T23:43:31.456Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T23:43:31.480Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-27T23:43:31.558Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-27T23:43:31.558Z | info: downloading component 'cargo' |
31 | 2024-11-27T23:43:31.732Z | info: downloading component 'clippy' |
32 | 2024-11-27T23:43:31.797Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T23:43:31.983Z | info: downloading component 'rust-std' |
34 | 2024-11-27T23:43:32.286Z | info: downloading component 'rustc' |
35 | 2024-11-27T23:43:33.295Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T23:43:33.333Z | info: installing component 'cargo' |
37 | 2024-11-27T23:43:34.444Z | info: installing component 'clippy' |
38 | 2024-11-27T23:43:34.896Z | info: installing component 'rust-docs' |
39 | 2024-11-27T23:43:37.710Z | info: installing component 'rust-std' |
40 | 2024-11-27T23:43:39.903Z | info: installing component 'rustc' |
41 | 2024-11-27T23:43:47.058Z | info: installing component 'rustfmt' |
42 | 2024-11-27T23:43:47.420Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-27T23:43:47.420Z | |
44 | 2024-11-27T23:43:47.573Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-27T23:43:47.573Z | |
46 | 2024-11-27T23:43:47.598Z | |
47 | 2024-11-27T23:43:47.599Z | Rust is installed now. Great! |
48 | 2024-11-27T23:43:47.599Z | |
49 | 2024-11-27T23:43:47.599Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T23:43:47.599Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T23:43:47.599Z | |
52 | 2024-11-27T23:43:47.599Z | To configure your current shell, you need to source |
53 | 2024-11-27T23:43:47.599Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T23:43:47.599Z | |
55 | 2024-11-27T23:43:47.599Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T23:43:47.599Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T23:43:47.599Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T23:43:47.666Z | + rustc --version |
59 | 2024-11-27T23:43:47.782Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-27T23:43:47.806Z | process exited: duration 16876 ms, exit code 0 |
|
61 | 2024-11-27T23:43:47.857Z | starting task 2: "authentication" |
62 | 2024-11-27T23:43:47.912Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-11-27T23:43:47.960Z | starting task 3: "clone repository" |
64 | 2024-11-27T23:43:47.984Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-11-27T23:43:47.984Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-11-27T23:43:48.008Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-11-27T23:43:49.688Z | + cd /work/nextest-rs/nextest |
68 | 2024-11-27T23:43:49.688Z | + git fetch origin 95518db70c5ca65531ff265f12b03dd22e4a8eeb |
69 | 2024-11-27T23:43:50.216Z | From https://github.com/nextest-rs/nextest |
70 | 2024-11-27T23:43:50.216Z | * branch 95518db70c5ca65531ff265f12b03dd22e4a8eeb -> FETCH_HEAD |
71 | 2024-11-27T23:43:50.239Z | + [[ -n '' ]] |
72 | 2024-11-27T23:43:50.239Z | + git reset --hard 95518db70c5ca65531ff265f12b03dd22e4a8eeb |
73 | 2024-11-27T23:43:50.307Z | HEAD is now at 95518db7 [nextest-runner] add `RunUnitRequest` |
74 | 2024-11-27T23:43:50.331Z | process exited: duration 2349 ms, exit code 0 |
|
75 | 2024-11-27T23:43:50.378Z | starting task 4: "build" |
76 | 2024-11-27T23:43:50.403Z | + PLATFORM=illumos |
77 | 2024-11-27T23:43:50.403Z | + export CARGO_TERM_COLOR=always |
78 | 2024-11-27T23:43:50.403Z | + CARGO_TERM_COLOR=always |
79 | 2024-11-27T23:43:50.403Z | + cargo --version |
80 | 2024-11-27T23:43:50.492Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
81 | 2024-11-27T23:43:50.515Z | + rustc --version |
82 | 2024-11-27T23:43:50.597Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
83 | 2024-11-27T23:43:50.621Z | + banner install |
84 | 2024-11-27T23:43:50.621Z | |
85 | 2024-11-27T23:43:50.621Z | # # # #### ##### ## # # |
86 | 2024-11-27T23:43:50.621Z | # ## # # # # # # # |
87 | 2024-11-27T23:43:50.621Z | # # # # #### # # # # # |
88 | 2024-11-27T23:43:50.621Z | # # # # # # ###### # # |
89 | 2024-11-27T23:43:50.621Z | # # ## # # # # # # # |
90 | 2024-11-27T23:43:50.621Z | # # # #### # # # ###### ###### |
91 | 2024-11-27T23:43:50.621Z | |
92 | 2024-11-27T23:43:50.621Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-11-27T23:43:50.621Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-11-27T23:43:50.621Z | + gunzip |
95 | 2024-11-27T23:43:50.621Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-11-27T23:43:51.515Z | + banner metadata |
97 | 2024-11-27T23:43:51.539Z | |
98 | 2024-11-27T23:43:51.539Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-11-27T23:43:51.539Z | ## ## # # # # # # # # # # # |
100 | 2024-11-27T23:43:51.539Z | # ## # ##### # # # # # # # # # # |
101 | 2024-11-27T23:43:51.539Z | # # # # ###### # # ###### # ###### |
102 | 2024-11-27T23:43:51.539Z | # # # # # # # # # # # # # |
103 | 2024-11-27T23:43:51.539Z | # # ###### # # # ##### # # # # # |
104 | 2024-11-27T23:43:51.539Z | |
105 | 2024-11-27T23:43:51.539Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-11-27T23:43:51.766Z | Updating crates.io index |
107 | 2024-11-27T23:43:53.156Z | Downloading crates ... |
108 | 2024-11-27T23:43:53.221Z | Downloaded adler v1.0.2 |
109 | 2024-11-27T23:43:53.245Z | Downloaded anstyle-query v1.1.2 |
110 | 2024-11-27T23:43:53.245Z | Downloaded addr2line v0.21.0 |
111 | 2024-11-27T23:43:53.245Z | Downloaded autocfg v1.4.0 |
112 | 2024-11-27T23:43:53.245Z | Downloaded backtrace-ext v0.2.1 |
113 | 2024-11-27T23:43:53.245Z | Downloaded bitflags v2.6.0 |
114 | 2024-11-27T23:43:53.245Z | Downloaded backtrace v0.3.71 |
115 | 2024-11-27T23:43:53.270Z | Downloaded is_terminal_polyfill v1.70.1 |
116 | 2024-11-27T23:43:53.270Z | Downloaded log v0.4.22 |
117 | 2024-11-27T23:43:53.270Z | Downloaded memchr v2.7.4 |
118 | 2024-11-27T23:43:53.293Z | Downloaded utf8parse v0.2.2 |
119 | 2024-11-27T23:43:53.294Z | Downloaded xxhash-rust v0.8.12 |
120 | 2024-11-27T23:43:53.294Z | Downloaded unicode-linebreak v0.1.5 |
121 | 2024-11-27T23:43:53.294Z | Downloaded unicase v2.8.0 |
122 | 2024-11-27T23:43:53.294Z | Downloaded zerocopy-derive v0.7.35 |
123 | 2024-11-27T23:43:53.294Z | Downloaded tracing-log v0.2.0 |
124 | 2024-11-27T23:43:53.294Z | Downloaded tracing-core v0.1.32 |
125 | 2024-11-27T23:43:53.294Z | Downloaded owo-colors v4.1.0 |
126 | 2024-11-27T23:43:53.317Z | Downloaded smallvec v1.13.2 |
127 | 2024-11-27T23:43:53.317Z | Downloaded unicode-ident v1.0.14 |
128 | 2024-11-27T23:43:53.317Z | Downloaded mio v1.0.2 |
129 | 2024-11-27T23:43:53.317Z | Downloaded tracing v0.1.40 |
130 | 2024-11-27T23:43:53.341Z | Downloaded rand v0.8.5 |
131 | 2024-11-27T23:43:53.341Z | Downloaded serde v1.0.215 |
132 | 2024-11-27T23:43:53.342Z | Downloaded textwrap v0.16.1 |
133 | 2024-11-27T23:43:53.342Z | Downloaded serde_json v1.0.133 |
134 | 2024-11-27T23:43:53.366Z | Downloaded zerocopy v0.7.35 |
135 | 2024-11-27T23:43:53.366Z | Downloaded libc v0.2.165 |
136 | 2024-11-27T23:43:53.390Z | Downloaded socket2 v0.5.7 |
137 | 2024-11-27T23:43:53.390Z | Downloaded sharded-slab v0.1.7 |
138 | 2024-11-27T23:43:53.413Z | Downloaded serde_derive v1.0.215 |
139 | 2024-11-27T23:43:53.413Z | Downloaded ryu v1.0.18 |
140 | 2024-11-27T23:43:53.413Z | Downloaded syn v2.0.89 |
141 | 2024-11-27T23:43:53.413Z | Downloaded tracing-subscriber v0.3.18 |
142 | 2024-11-27T23:43:53.437Z | Downloaded object v0.32.2 |
143 | 2024-11-27T23:43:53.437Z | Downloaded unicode-width v0.1.14 |
144 | 2024-11-27T23:43:53.461Z | Downloaded unicode-width v0.2.0 |
145 | 2024-11-27T23:43:53.461Z | Downloaded proc-macro2 v1.0.92 |
146 | 2024-11-27T23:43:53.461Z | Downloaded num-traits v0.2.19 |
147 | 2024-11-27T23:43:53.461Z | Downloaded thread_local v1.1.8 |
148 | 2024-11-27T23:43:53.461Z | Downloaded thiserror-impl v1.0.69 |
149 | 2024-11-27T23:43:53.461Z | Downloaded rustix v0.38.37 |
150 | 2024-11-27T23:43:53.485Z | Downloaded terminal_size v0.3.0 |
151 | 2024-11-27T23:43:53.485Z | Downloaded target-lexicon v0.12.16 |
152 | 2024-11-27T23:43:53.485Z | Downloaded supports-unicode v3.0.0 |
153 | 2024-11-27T23:43:53.485Z | Downloaded rustc-demangle v0.1.24 |
154 | 2024-11-27T23:43:53.509Z | Downloaded rand_core v0.6.4 |
155 | 2024-11-27T23:43:53.509Z | Downloaded pin-project-lite v0.2.15 |
156 | 2024-11-27T23:43:53.509Z | Downloaded once_cell v1.20.2 |
157 | 2024-11-27T23:43:53.509Z | Downloaded hashbrown v0.15.1 |
158 | 2024-11-27T23:43:53.509Z | Downloaded terminal_size v0.4.0 |
159 | 2024-11-27T23:43:53.509Z | Downloaded supports-hyperlinks v3.0.0 |
160 | 2024-11-27T23:43:53.509Z | Downloaded supports-color v3.0.2 |
161 | 2024-11-27T23:43:53.509Z | Downloaded smawk v0.3.2 |
162 | 2024-11-27T23:43:53.509Z | Downloaded tokio-macros v2.4.0 |
163 | 2024-11-27T23:43:53.509Z | Downloaded thiserror v1.0.69 |
164 | 2024-11-27T23:43:53.533Z | Downloaded strsim v0.11.1 |
165 | 2024-11-27T23:43:53.534Z | Downloaded smol_str v0.3.2 |
166 | 2024-11-27T23:43:53.534Z | Downloaded signal-hook-registry v1.4.2 |
167 | 2024-11-27T23:43:53.534Z | Downloaded shlex v1.3.0 |
168 | 2024-11-27T23:43:53.534Z | Downloaded rand_chacha v0.3.1 |
169 | 2024-11-27T23:43:53.534Z | Downloaded quote v1.0.37 |
170 | 2024-11-27T23:43:53.534Z | Downloaded ppv-lite86 v0.2.20 |
171 | 2024-11-27T23:43:53.534Z | Downloaded miniz_oxide v0.7.4 |
172 | 2024-11-27T23:43:53.534Z | Downloaded miette-derive v7.2.0 |
173 | 2024-11-27T23:43:53.534Z | Downloaded tokio v1.41.1 |
174 | 2024-11-27T23:43:53.570Z | Downloaded miette v7.2.0 |
175 | 2024-11-27T23:43:53.593Z | Downloaded gimli v0.28.1 |
176 | 2024-11-27T23:43:53.593Z | Downloaded target-spec v3.2.2 |
177 | 2024-11-27T23:43:53.594Z | Downloaded lazy_static v1.5.0 |
178 | 2024-11-27T23:43:53.594Z | Downloaded jobserver v0.1.32 |
179 | 2024-11-27T23:43:53.594Z | Downloaded itoa v1.0.13 |
180 | 2024-11-27T23:43:53.594Z | Downloaded indexmap v2.6.0 |
181 | 2024-11-27T23:43:53.617Z | Downloaded either v1.13.0 |
182 | 2024-11-27T23:43:53.617Z | Downloaded libm v0.2.8 |
183 | 2024-11-27T23:43:53.617Z | Downloaded is_ci v1.2.0 |
184 | 2024-11-27T23:43:53.617Z | Downloaded guppy-workspace-hack v0.1.0 |
185 | 2024-11-27T23:43:53.617Z | Downloaded errno v0.3.9 |
186 | 2024-11-27T23:43:53.617Z | Downloaded equivalent v1.0.1 |
187 | 2024-11-27T23:43:53.617Z | Downloaded colorchoice v1.0.3 |
188 | 2024-11-27T23:43:53.617Z | Downloaded clap_lex v0.7.2 |
189 | 2024-11-27T23:43:53.617Z | Downloaded clap_derive v4.5.18 |
190 | 2024-11-27T23:43:53.617Z | Downloaded clap_builder v4.5.21 |
191 | 2024-11-27T23:43:53.641Z | Downloaded clap v4.5.21 |
192 | 2024-11-27T23:43:53.641Z | Downloaded cfg-if v1.0.0 |
193 | 2024-11-27T23:43:53.641Z | Downloaded cfg-expr v0.17.1 |
194 | 2024-11-27T23:43:53.641Z | Downloaded cc v1.1.31 |
195 | 2024-11-27T23:43:53.641Z | Downloaded camino v1.1.9 |
196 | 2024-11-27T23:43:53.641Z | Downloaded bytes v1.8.0 |
197 | 2024-11-27T23:43:53.665Z | Downloaded byteorder v1.5.0 |
198 | 2024-11-27T23:43:53.665Z | Downloaded heck v0.5.0 |
199 | 2024-11-27T23:43:53.665Z | Downloaded getrandom v0.2.15 |
200 | 2024-11-27T23:43:53.665Z | Downloaded console v0.15.8 |
201 | 2024-11-27T23:43:53.665Z | Downloaded cfg_aliases v0.2.1 |
202 | 2024-11-27T23:43:53.665Z | Downloaded borsh v1.5.1 |
203 | 2024-11-27T23:43:53.665Z | Downloaded anstream v0.6.17 |
204 | 2024-11-27T23:43:53.665Z | Downloaded anstyle v1.0.9 |
205 | 2024-11-27T23:43:53.665Z | Downloaded anstyle-parse v0.2.6 |
206 | 2024-11-27T23:43:53.757Z | Compiling proc-macro2 v1.0.92 |
207 | 2024-11-27T23:43:53.757Z | Compiling unicode-ident v1.0.14 |
208 | 2024-11-27T23:43:53.757Z | Compiling libc v0.2.165 |
209 | 2024-11-27T23:43:53.781Z | Compiling serde v1.0.215 |
210 | 2024-11-27T23:43:53.781Z | Compiling cfg-if v1.0.0 |
211 | 2024-11-27T23:43:53.781Z | Compiling shlex v1.3.0 |
212 | 2024-11-27T23:43:53.781Z | Compiling rustix v0.38.37 |
213 | 2024-11-27T23:43:53.875Z | Compiling memchr v2.7.4 |
214 | 2024-11-27T23:43:53.957Z | Compiling once_cell v1.20.2 |
215 | 2024-11-27T23:43:54.146Z | Compiling bitflags v2.6.0 |
216 | 2024-11-27T23:43:54.324Z | Compiling tracing-core v0.1.32 |
217 | 2024-11-27T23:43:54.367Z | Compiling byteorder v1.5.0 |
218 | 2024-11-27T23:43:54.508Z | Compiling camino v1.1.9 |
219 | 2024-11-27T23:43:54.548Z | Compiling adler v1.0.2 |
220 | 2024-11-27T23:43:54.655Z | Compiling utf8parse v0.2.2 |
221 | 2024-11-27T23:43:54.755Z | Compiling gimli v0.28.1 |
222 | 2024-11-27T23:43:54.809Z | Compiling anstyle-parse v0.2.6 |
223 | 2024-11-27T23:43:54.986Z | Compiling jobserver v0.1.32 |
224 | 2024-11-27T23:43:55.094Z | Compiling miniz_oxide v0.7.4 |
225 | 2024-11-27T23:43:55.120Z | Compiling object v0.32.2 |
226 | 2024-11-27T23:43:55.270Z | Compiling quote v1.0.37 |
227 | 2024-11-27T23:43:55.548Z | Compiling cc v1.1.31 |
228 | 2024-11-27T23:43:55.580Z | Compiling syn v2.0.89 |
229 | 2024-11-27T23:43:55.738Z | Compiling errno v0.3.9 |
230 | 2024-11-27T23:43:55.762Z | Compiling getrandom v0.2.15 |
231 | 2024-11-27T23:43:55.786Z | Compiling is_terminal_polyfill v1.70.1 |
232 | 2024-11-27T23:43:55.786Z | Compiling target-lexicon v0.12.16 |
233 | 2024-11-27T23:43:55.874Z | Compiling unicode-width v0.1.14 |
234 | 2024-11-27T23:43:56.019Z | Compiling colorchoice v1.0.3 |
235 | 2024-11-27T23:43:56.161Z | Compiling autocfg v1.4.0 |
236 | 2024-11-27T23:43:56.280Z | Compiling owo-colors v4.1.0 |
237 | 2024-11-27T23:43:56.534Z | Compiling anstyle-query v1.1.2 |
238 | 2024-11-27T23:43:56.617Z | Compiling rustc-demangle v0.1.24 |
239 | 2024-11-27T23:43:56.685Z | Compiling anstyle v1.0.9 |
240 | 2024-11-27T23:43:57.034Z | Compiling lazy_static v1.5.0 |
241 | 2024-11-27T23:43:57.157Z | Compiling libm v0.2.8 |
242 | 2024-11-27T23:43:57.204Z | Compiling serde_json v1.0.133 |
243 | 2024-11-27T23:43:57.418Z | Compiling thiserror v1.0.69 |
244 | 2024-11-27T23:43:57.560Z | Compiling anstream v0.6.17 |
245 | 2024-11-27T23:43:57.600Z | Compiling num-traits v0.2.19 |
246 | 2024-11-27T23:43:57.628Z | Compiling terminal_size v0.4.0 |
247 | 2024-11-27T23:43:57.956Z | Compiling rand_core v0.6.4 |
248 | 2024-11-27T23:43:57.994Z | Compiling unicode-width v0.2.0 |
249 | 2024-11-27T23:43:58.282Z | Compiling addr2line v0.21.0 |
250 | 2024-11-27T23:43:58.333Z | Compiling heck v0.5.0 |
251 | 2024-11-27T23:43:58.357Z | Compiling smawk v0.3.2 |
252 | 2024-11-27T23:43:58.408Z | Compiling backtrace v0.3.71 |
253 | 2024-11-27T23:43:58.456Z | Compiling clap_lex v0.7.2 |
254 | 2024-11-27T23:43:58.549Z | Compiling itoa v1.0.13 |
255 | 2024-11-27T23:43:58.694Z | Compiling strsim v0.11.1 |
256 | 2024-11-27T23:43:58.731Z | Compiling unicase v2.8.0 |
257 | 2024-11-27T23:43:58.860Z | Compiling ryu v1.0.18 |
258 | 2024-11-27T23:43:58.915Z | Compiling log v0.4.22 |
259 | 2024-11-27T23:43:58.944Z | Compiling guppy-workspace-hack v0.1.0 |
260 | 2024-11-27T23:43:59.074Z | Compiling unicode-linebreak v0.1.5 |
261 | 2024-11-27T23:43:59.145Z | Compiling is_ci v1.2.0 |
262 | 2024-11-27T23:43:59.218Z | Compiling pin-project-lite v0.2.15 |
263 | 2024-11-27T23:43:59.310Z | Compiling supports-color v3.0.2 |
264 | 2024-11-27T23:43:59.334Z | Compiling tracing v0.1.40 |
265 | 2024-11-27T23:43:59.373Z | Compiling textwrap v0.16.1 |
266 | 2024-11-27T23:43:59.501Z | Compiling tracing-log v0.2.0 |
267 | 2024-11-27T23:43:59.525Z | Compiling clap_builder v4.5.21 |
268 | 2024-11-27T23:43:59.943Z | Compiling sharded-slab v0.1.7 |
269 | 2024-11-27T23:44:00.261Z | Compiling terminal_size v0.3.0 |
270 | 2024-11-27T23:44:00.428Z | Compiling signal-hook-registry v1.4.2 |
271 | 2024-11-27T23:44:00.831Z | Compiling mio v1.0.2 |
272 | 2024-11-27T23:44:00.988Z | Compiling thread_local v1.1.8 |
273 | 2024-11-27T23:44:01.119Z | Compiling backtrace-ext v0.2.1 |
274 | 2024-11-27T23:44:01.199Z | Compiling hashbrown v0.15.1 |
275 | 2024-11-27T23:44:01.383Z | Compiling equivalent v1.0.1 |
276 | 2024-11-27T23:44:01.407Z | Compiling smallvec v1.13.2 |
277 | 2024-11-27T23:44:01.488Z | Compiling target-spec v3.2.2 |
278 | 2024-11-27T23:44:01.512Z | Compiling supports-hyperlinks v3.0.0 |
279 | 2024-11-27T23:44:01.797Z | Compiling bytes v1.8.0 |
280 | 2024-11-27T23:44:01.798Z | Compiling supports-unicode v3.0.0 |
281 | 2024-11-27T23:44:01.962Z | Compiling cfg-expr v0.17.1 |
282 | 2024-11-27T23:44:01.986Z | Compiling tracing-subscriber v0.3.18 |
283 | 2024-11-27T23:44:02.370Z | Compiling console v0.15.8 |
284 | 2024-11-27T23:44:02.835Z | Compiling xxhash-rust v0.8.12 |
285 | 2024-11-27T23:44:03.068Z | Compiling either v1.13.0 |
286 | 2024-11-27T23:44:04.285Z | Compiling serde_derive v1.0.215 |
287 | 2024-11-27T23:44:04.396Z | Compiling zerocopy-derive v0.7.35 |
288 | 2024-11-27T23:44:04.630Z | Compiling thiserror-impl v1.0.69 |
289 | 2024-11-27T23:44:04.938Z | Compiling clap_derive v4.5.18 |
290 | 2024-11-27T23:44:04.999Z | Compiling miette-derive v7.2.0 |
291 | 2024-11-27T23:44:05.023Z | Compiling tokio-macros v2.4.0 |
292 | 2024-11-27T23:44:05.919Z | Compiling zerocopy v0.7.35 |
293 | 2024-11-27T23:44:06.176Z | Compiling tokio v1.41.1 |
294 | 2024-11-27T23:44:07.065Z | Compiling ppv-lite86 v0.2.20 |
295 | 2024-11-27T23:44:07.171Z | Compiling miette v7.2.0 |
296 | 2024-11-27T23:44:07.733Z | Compiling rand_chacha v0.3.1 |
297 | 2024-11-27T23:44:08.032Z | Compiling clap v4.5.21 |
298 | 2024-11-27T23:44:08.125Z | Compiling rand v0.8.5 |
299 | 2024-11-27T23:44:13.498Z | Compiling indexmap v2.6.0 |
300 | 2024-11-27T23:44:13.498Z | Compiling smol_str v0.3.2 |
301 | 2024-11-27T23:44:14.286Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
302 | 2024-11-27T23:44:15.494Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
303 | 2024-11-27T23:44:18.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.66s |
304 | 2024-11-27T23:44:18.433Z | |
305 | 2024-11-27T23:44:18.456Z | real 26.879222477 |
306 | 2024-11-27T23:44:18.456Z | user 2:00.285772039 |
307 | 2024-11-27T23:44:18.456Z | sys 28.949896894 |
308 | 2024-11-27T23:44:18.456Z | trap 0.060552894 |
309 | 2024-11-27T23:44:18.457Z | tflt 0.097009942 |
310 | 2024-11-27T23:44:18.457Z | dflt 0.530639535 |
311 | 2024-11-27T23:44:18.457Z | kflt 0.000612776 |
312 | 2024-11-27T23:44:18.457Z | lock 3:05.196317810 |
313 | 2024-11-27T23:44:18.457Z | slp 7:10.693573827 |
314 | 2024-11-27T23:44:18.457Z | lat 9.109138035 |
315 | 2024-11-27T23:44:18.457Z | stop 17.035952556 |
316 | 2024-11-27T23:44:18.457Z | + banner no-update |
317 | 2024-11-27T23:44:18.457Z | |
318 | 2024-11-27T23:44:18.457Z | # # #### # # ##### ##### ## ##### ###### |
319 | 2024-11-27T23:44:18.457Z | ## # # # # # # # # # # # # # |
320 | 2024-11-27T23:44:18.457Z | # # # # # ##### # # # # # # # # # ##### |
321 | 2024-11-27T23:44:18.457Z | # # # # # # # ##### # # ###### # # |
322 | 2024-11-27T23:44:18.457Z | # ## # # # # # # # # # # # |
323 | 2024-11-27T23:44:18.457Z | # # #### #### # ##### # # # ###### |
324 | 2024-11-27T23:44:18.457Z | |
325 | 2024-11-27T23:44:18.457Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
326 | 2024-11-27T23:44:18.615Z | Downloading crates ... |
327 | 2024-11-27T23:44:18.692Z | Downloaded humantime v2.1.0 |
328 | 2024-11-27T23:44:18.715Z | Downloaded config v0.14.1 |
329 | 2024-11-27T23:44:18.716Z | Downloaded zeroize v1.8.1 |
330 | 2024-11-27T23:44:18.716Z | Downloaded guppy v0.17.8 |
331 | 2024-11-27T23:44:18.716Z | Downloaded winnow v0.6.20 |
332 | 2024-11-27T23:44:18.739Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
333 | 2024-11-27T23:44:18.764Z | Downloaded tracing-error v0.2.0 |
334 | 2024-11-27T23:44:18.764Z | Downloaded nested v0.1.1 |
335 | 2024-11-27T23:44:18.764Z | Downloaded semver v1.0.23 |
336 | 2024-11-27T23:44:18.764Z | Downloaded uuid v1.11.0 |
337 | 2024-11-27T23:44:18.764Z | Downloaded zstd-safe v7.2.1 |
338 | 2024-11-27T23:44:18.787Z | Downloaded version_check v0.9.5 |
339 | 2024-11-27T23:44:18.788Z | Downloaded vte v0.11.1 |
340 | 2024-11-27T23:44:18.788Z | Downloaded toml v0.8.19 |
341 | 2024-11-27T23:44:18.788Z | Downloaded tinyvec v1.8.0 |
342 | 2024-11-27T23:44:18.788Z | Downloaded tar v0.4.43 |
343 | 2024-11-27T23:44:18.788Z | Downloaded unicode-normalization v0.1.24 |
344 | 2024-11-27T23:44:18.788Z | Downloaded nom v7.1.3 |
345 | 2024-11-27T23:44:18.812Z | Downloaded async-scoped v0.9.0 |
346 | 2024-11-27T23:44:18.812Z | Downloaded itertools v0.13.0 |
347 | 2024-11-27T23:44:18.812Z | Downloaded quick-xml v0.37.1 |
348 | 2024-11-27T23:44:18.813Z | Downloaded tracing-attributes v0.1.27 |
349 | 2024-11-27T23:44:18.837Z | Downloaded nix v0.29.0 |
350 | 2024-11-27T23:44:18.837Z | Downloaded tempfile v3.13.0 |
351 | 2024-11-27T23:44:18.837Z | Downloaded regex v1.11.1 |
352 | 2024-11-27T23:44:18.861Z | Downloaded owo-colors v3.5.0 |
353 | 2024-11-27T23:44:18.861Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-11-27T23:44:18.861Z | Downloaded thiserror-impl v2.0.3 |
355 | 2024-11-27T23:44:18.861Z | Downloaded static_assertions v1.1.0 |
356 | 2024-11-27T23:44:18.861Z | Downloaded slab v0.4.9 |
357 | 2024-11-27T23:44:18.861Z | Downloaded regex-syntax v0.8.5 |
358 | 2024-11-27T23:44:18.885Z | Downloaded serde_spanned v0.6.8 |
359 | 2024-11-27T23:44:18.885Z | Downloaded pkg-config v0.3.31 |
360 | 2024-11-27T23:44:18.885Z | Downloaded newtype-uuid v1.1.3 |
361 | 2024-11-27T23:44:18.885Z | Downloaded zstd v0.13.2 |
362 | 2024-11-27T23:44:18.885Z | Downloaded petgraph v0.6.5 |
363 | 2024-11-27T23:44:18.909Z | Downloaded xattr v1.3.1 |
364 | 2024-11-27T23:44:18.909Z | Downloaded vte_generate_state_changes v0.1.2 |
365 | 2024-11-27T23:44:18.909Z | Downloaded tinyvec_macros v0.1.1 |
366 | 2024-11-27T23:44:18.909Z | Downloaded thiserror v2.0.3 |
367 | 2024-11-27T23:44:18.909Z | Downloaded swrite v0.1.0 |
368 | 2024-11-27T23:44:18.909Z | Downloaded shell-words v1.1.0 |
369 | 2024-11-27T23:44:18.909Z | Downloaded serde_path_to_error v0.1.16 |
370 | 2024-11-27T23:44:18.909Z | Downloaded serde_ignored v0.1.10 |
371 | 2024-11-27T23:44:18.910Z | Downloaded ron v0.8.1 |
372 | 2024-11-27T23:44:18.910Z | Downloaded quick-junit v0.5.1 |
373 | 2024-11-27T23:44:18.934Z | Downloaded pin-project-internal v1.1.7 |
374 | 2024-11-27T23:44:18.934Z | Downloaded regex-automata v0.4.8 |
375 | 2024-11-27T23:44:18.934Z | Downloaded pin-project v1.1.7 |
376 | 2024-11-27T23:44:18.957Z | Downloaded pathdiff v0.2.3 |
377 | 2024-11-27T23:44:18.957Z | Downloaded indenter v0.3.3 |
378 | 2024-11-27T23:44:18.957Z | Downloaded target-spec-miette v0.4.0 |
379 | 2024-11-27T23:44:18.957Z | Downloaded strip-ansi-escapes v0.2.0 |
380 | 2024-11-27T23:44:18.957Z | Downloaded portable-atomic v1.9.0 |
381 | 2024-11-27T23:44:18.957Z | Downloaded number_prefix v0.4.0 |
382 | 2024-11-27T23:44:18.957Z | Downloaded minimal-lexical v0.2.1 |
383 | 2024-11-27T23:44:18.981Z | Downloaded os_pipe v1.2.1 |
384 | 2024-11-27T23:44:18.981Z | Downloaded indicatif v0.17.9 |
385 | 2024-11-27T23:44:18.981Z | Downloaded iana-time-zone v0.1.61 |
386 | 2024-11-27T23:44:18.981Z | Downloaded humantime-serde v1.1.1 |
387 | 2024-11-27T23:44:18.981Z | Downloaded home v0.5.9 |
388 | 2024-11-27T23:44:18.981Z | Downloaded futures-executor v0.3.31 |
389 | 2024-11-27T23:44:18.981Z | Downloaded futures-core v0.3.31 |
390 | 2024-11-27T23:44:18.981Z | Downloaded future-queue v0.3.0 |
391 | 2024-11-27T23:44:18.981Z | Downloaded fnv v1.0.7 |
392 | 2024-11-27T23:44:18.981Z | Downloaded duct v0.13.7 |
393 | 2024-11-27T23:44:18.981Z | Downloaded display-error-chain v0.2.2 |
394 | 2024-11-27T23:44:18.981Z | Downloaded bstr v1.11.0 |
395 | 2024-11-27T23:44:19.005Z | Downloaded aho-corasick v1.1.3 |
396 | 2024-11-27T23:44:19.005Z | Downloaded futures-util v0.3.31 |
397 | 2024-11-27T23:44:19.029Z | Downloaded futures-sink v0.3.31 |
398 | 2024-11-27T23:44:19.029Z | Downloaded futures-macro v0.3.31 |
399 | 2024-11-27T23:44:19.029Z | Downloaded fastrand v2.1.1 |
400 | 2024-11-27T23:44:19.029Z | Downloaded eyre v0.6.12 |
401 | 2024-11-27T23:44:19.029Z | Downloaded enable-ansi-support v0.2.1 |
402 | 2024-11-27T23:44:19.029Z | Downloaded dialoguer v0.11.0 |
403 | 2024-11-27T23:44:19.029Z | Downloaded debug-ignore v1.0.5 |
404 | 2024-11-27T23:44:19.029Z | Downloaded color-spantrace v0.2.1 |
405 | 2024-11-27T23:44:19.029Z | Downloaded chrono v0.4.38 |
406 | 2024-11-27T23:44:19.053Z | Downloaded cargo_metadata v0.18.1 |
407 | 2024-11-27T23:44:19.053Z | Downloaded camino-tempfile v1.1.1 |
408 | 2024-11-27T23:44:19.053Z | Downloaded base64 v0.21.7 |
409 | 2024-11-27T23:44:19.053Z | Downloaded atomicwrites v0.4.4 |
410 | 2024-11-27T23:44:19.053Z | Downloaded globset v0.4.15 |
411 | 2024-11-27T23:44:19.053Z | Downloaded futures-task v0.3.31 |
412 | 2024-11-27T23:44:19.053Z | Downloaded futures-io v0.3.31 |
413 | 2024-11-27T23:44:19.054Z | Downloaded futures-channel v0.3.31 |
414 | 2024-11-27T23:44:19.054Z | Downloaded futures v0.3.31 |
415 | 2024-11-27T23:44:19.054Z | Downloaded fixedbitset v0.4.2 |
416 | 2024-11-27T23:44:19.078Z | Downloaded filetime v0.2.25 |
417 | 2024-11-27T23:44:19.078Z | Downloaded color-eyre v0.6.3 |
418 | 2024-11-27T23:44:19.078Z | Downloaded cargo-platform v0.1.8 |
419 | 2024-11-27T23:44:19.078Z | Downloaded recursion v0.5.2 |
420 | 2024-11-27T23:44:19.078Z | Downloaded toml_edit v0.22.22 |
421 | 2024-11-27T23:44:19.101Z | Downloaded ahash v0.8.11 |
422 | 2024-11-27T23:44:19.101Z | Downloaded shared_child v1.0.1 |
423 | 2024-11-27T23:44:19.125Z | Downloaded pin-utils v0.1.0 |
424 | 2024-11-27T23:44:19.149Z | Compiling rustix v0.38.37 |
425 | 2024-11-27T23:44:19.149Z | Compiling tracing-attributes v0.1.27 |
426 | 2024-11-27T23:44:19.173Z | Compiling slab v0.4.9 |
427 | 2024-11-27T23:44:19.173Z | Compiling futures-core v0.3.31 |
428 | 2024-11-27T23:44:19.173Z | Compiling futures-sink v0.3.31 |
429 | 2024-11-27T23:44:19.173Z | Compiling pkg-config v0.3.31 |
430 | 2024-11-27T23:44:19.197Z | Compiling futures-macro v0.3.31 |
431 | 2024-11-27T23:44:19.197Z | Compiling futures-task v0.3.31 |
432 | 2024-11-27T23:44:19.285Z | Compiling futures-io v0.3.31 |
433 | 2024-11-27T23:44:19.376Z | Compiling futures-channel v0.3.31 |
434 | 2024-11-27T23:44:19.441Z | Compiling version_check v0.9.5 |
435 | 2024-11-27T23:44:19.570Z | Compiling pin-utils v0.1.0 |
436 | 2024-11-27T23:44:19.649Z | Compiling semver v1.0.23 |
437 | 2024-11-27T23:44:19.720Z | Compiling aho-corasick v1.1.3 |
438 | 2024-11-27T23:44:19.817Z | Compiling winnow v0.6.20 |
439 | 2024-11-27T23:44:19.961Z | Compiling ahash v0.8.11 |
440 | 2024-11-27T23:44:20.099Z | Compiling fastrand v2.1.1 |
441 | 2024-11-27T23:44:20.123Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
442 | 2024-11-27T23:44:20.275Z | Compiling regex-syntax v0.8.5 |
443 | 2024-11-27T23:44:20.594Z | Compiling futures-util v0.3.31 |
444 | 2024-11-27T23:44:20.618Z | Compiling thiserror v2.0.3 |
445 | 2024-11-27T23:44:21.616Z | Compiling tracing v0.1.40 |
446 | 2024-11-27T23:44:22.054Z | Compiling terminal_size v0.4.0 |
447 | 2024-11-27T23:44:22.084Z | Compiling terminal_size v0.3.0 |
448 | 2024-11-27T23:44:22.222Z | Compiling miette v7.2.0 |
449 | 2024-11-27T23:44:22.246Z | Compiling clap_builder v4.5.21 |
450 | 2024-11-27T23:44:22.328Z | Compiling tokio v1.41.1 |
451 | 2024-11-27T23:44:22.863Z | Compiling tempfile v3.13.0 |
452 | 2024-11-27T23:44:23.611Z | Compiling regex-automata v0.4.8 |
453 | 2024-11-27T23:44:24.356Z | Compiling pathdiff v0.2.3 |
454 | 2024-11-27T23:44:24.479Z | Compiling cargo-platform v0.1.8 |
455 | 2024-11-27T23:44:24.971Z | Compiling serde_spanned v0.6.8 |
456 | 2024-11-27T23:44:25.123Z | Compiling toml_datetime v0.6.8 |
457 | 2024-11-27T23:44:25.165Z | Compiling thiserror-impl v2.0.3 |
458 | 2024-11-27T23:44:25.579Z | Compiling clap v4.5.21 |
459 | 2024-11-27T23:44:25.675Z | Compiling vte_generate_state_changes v0.1.2 |
460 | 2024-11-27T23:44:25.735Z | Compiling portable-atomic v1.9.0 |
461 | 2024-11-27T23:44:26.046Z | Compiling newtype-uuid v1.1.3 |
462 | 2024-11-27T23:44:26.198Z | Compiling zstd-safe v7.2.1 |
463 | 2024-11-27T23:44:26.315Z | Compiling cfg_aliases v0.2.1 |
464 | 2024-11-27T23:44:26.401Z | Compiling fixedbitset v0.4.2 |
465 | 2024-11-27T23:44:26.514Z | Compiling nix v0.29.0 |
466 | 2024-11-27T23:44:26.544Z | Compiling vte v0.11.1 |
467 | 2024-11-27T23:44:26.836Z | Compiling petgraph v0.6.5 |
468 | 2024-11-27T23:44:27.214Z | Compiling toml_edit v0.22.22 |
469 | 2024-11-27T23:44:27.592Z | Compiling futures-executor v0.3.31 |
470 | 2024-11-27T23:44:27.615Z | Compiling cargo_metadata v0.18.1 |
471 | 2024-11-27T23:44:28.544Z | Compiling itertools v0.13.0 |
472 | 2024-11-27T23:44:28.911Z | Compiling uuid v1.11.0 |
473 | 2024-11-27T23:44:29.572Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
474 | 2024-11-27T23:44:29.653Z | Compiling pin-project-internal v1.1.7 |
475 | 2024-11-27T23:44:30.543Z | Compiling bstr v1.11.0 |
476 | 2024-11-27T23:44:30.666Z | Compiling debug-ignore v1.0.5 |
477 | 2024-11-27T23:44:30.801Z | Compiling static_assertions v1.1.0 |
478 | 2024-11-27T23:44:30.895Z | Compiling tinyvec_macros v0.1.1 |
479 | 2024-11-27T23:44:30.983Z | Compiling iana-time-zone v0.1.61 |
480 | 2024-11-27T23:44:31.167Z | Compiling minimal-lexical v0.2.1 |
481 | 2024-11-27T23:44:31.367Z | Compiling indenter v0.3.3 |
482 | 2024-11-27T23:44:31.474Z | Compiling nested v0.1.1 |
483 | 2024-11-27T23:44:31.522Z | Compiling eyre v0.6.12 |
484 | 2024-11-27T23:44:31.629Z | Compiling nom v7.1.3 |
485 | 2024-11-27T23:44:31.653Z | Compiling globset v0.4.15 |
486 | 2024-11-27T23:44:31.814Z | Compiling guppy v0.17.8 |
487 | 2024-11-27T23:44:31.931Z | Compiling pin-project v1.1.7 |
488 | 2024-11-27T23:44:32.043Z | Compiling chrono v0.4.38 |
489 | 2024-11-27T23:44:32.439Z | Compiling tinyvec v1.8.0 |
490 | 2024-11-27T23:44:33.394Z | Compiling toml v0.8.19 |
491 | 2024-11-27T23:44:33.623Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
492 | 2024-11-27T23:44:34.577Z | Compiling futures v0.3.31 |
493 | 2024-11-27T23:44:34.669Z | Compiling strip-ansi-escapes v0.2.0 |
494 | 2024-11-27T23:44:34.794Z | Compiling regex v1.11.1 |
495 | 2024-11-27T23:44:35.054Z | Compiling tracing-error v0.2.0 |
496 | 2024-11-27T23:44:35.107Z | Compiling xattr v1.3.1 |
497 | 2024-11-27T23:44:35.348Z | Compiling shared_child v1.0.1 |
498 | 2024-11-27T23:44:35.372Z | Compiling filetime v0.2.25 |
499 | 2024-11-27T23:44:35.627Z | Compiling os_pipe v1.2.1 |
500 | 2024-11-27T23:44:35.742Z | Compiling quick-xml v0.37.1 |
501 | 2024-11-27T23:44:35.771Z | Compiling shell-words v1.1.0 |
502 | 2024-11-27T23:44:35.795Z | Compiling number_prefix v0.4.0 |
503 | 2024-11-27T23:44:35.853Z | Compiling humantime v2.1.0 |
504 | 2024-11-27T23:44:35.899Z | Compiling fnv v1.0.7 |
505 | 2024-11-27T23:44:35.924Z | Compiling owo-colors v3.5.0 |
506 | 2024-11-27T23:44:35.982Z | Compiling recursion v0.5.2 |
507 | 2024-11-27T23:44:36.006Z | Compiling future-queue v0.3.0 |
508 | 2024-11-27T23:44:36.065Z | Compiling indicatif v0.17.9 |
509 | 2024-11-27T23:44:36.123Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
510 | 2024-11-27T23:44:36.302Z | Compiling humantime-serde v1.1.1 |
511 | 2024-11-27T23:44:36.331Z | Compiling duct v0.13.7 |
512 | 2024-11-27T23:44:36.496Z | Compiling zstd v0.13.2 |
513 | 2024-11-27T23:44:37.060Z | Compiling quick-junit v0.5.1 |
514 | 2024-11-27T23:44:37.487Z | Compiling color-spantrace v0.2.1 |
515 | 2024-11-27T23:44:37.690Z | Compiling tar v0.4.43 |
516 | 2024-11-27T23:44:37.820Z | Compiling async-scoped v0.9.0 |
517 | 2024-11-27T23:44:37.930Z | Compiling config v0.14.1 |
518 | 2024-11-27T23:44:37.953Z | Compiling unicode-normalization v0.1.24 |
519 | 2024-11-27T23:44:38.194Z | Compiling target-spec-miette v0.4.0 |
520 | 2024-11-27T23:44:38.513Z | Compiling camino-tempfile v1.1.1 |
521 | 2024-11-27T23:44:38.750Z | Compiling atomicwrites v0.4.4 |
522 | 2024-11-27T23:44:38.806Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
523 | 2024-11-27T23:44:38.907Z | Compiling serde_ignored v0.1.10 |
524 | 2024-11-27T23:44:38.983Z | Compiling serde_path_to_error v0.1.16 |
525 | 2024-11-27T23:44:39.058Z | Compiling display-error-chain v0.2.2 |
526 | 2024-11-27T23:44:39.220Z | Compiling zeroize v1.8.1 |
527 | 2024-11-27T23:44:39.245Z | Compiling home v0.5.9 |
528 | 2024-11-27T23:44:39.245Z | Compiling swrite v0.1.0 |
529 | 2024-11-27T23:44:39.341Z | Compiling color-eyre v0.6.3 |
530 | 2024-11-27T23:44:39.444Z | Compiling dialoguer v0.11.0 |
531 | 2024-11-27T23:44:39.468Z | Compiling enable-ansi-support v0.2.1 |
532 | 2024-11-27T23:44:39.566Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
533 | 2024-11-27T23:45:10.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.51s |
534 | 2024-11-27T23:45:10.081Z | |
535 | 2024-11-27T23:45:10.105Z | real 51.622105436 |
536 | 2024-11-27T23:45:10.105Z | user 3:05.206382559 |
537 | 2024-11-27T23:45:10.105Z | sys 39.111723858 |
538 | 2024-11-27T23:45:10.105Z | trap 0.092813203 |
539 | 2024-11-27T23:45:10.105Z | tflt 0.157459898 |
540 | 2024-11-27T23:45:10.105Z | dflt 0.489503260 |
541 | 2024-11-27T23:45:10.105Z | kflt 0.000826828 |
542 | 2024-11-27T23:45:10.105Z | lock 6:16.731668727 |
543 | 2024-11-27T23:45:10.105Z | slp 11:58.428252481 |
544 | 2024-11-27T23:45:10.105Z | lat 6.406165036 |
545 | 2024-11-27T23:45:10.105Z | stop 7.167780776 |
546 | 2024-11-27T23:45:10.105Z | + banner nextest |
547 | 2024-11-27T23:45:10.105Z | |
548 | 2024-11-27T23:45:10.105Z | # # ###### # # ##### ###### #### ##### |
549 | 2024-11-27T23:45:10.105Z | ## # # # # # # # # |
550 | 2024-11-27T23:45:10.105Z | # # # ##### ## # ##### #### # |
551 | 2024-11-27T23:45:10.105Z | # # # # ## # # # # |
552 | 2024-11-27T23:45:10.105Z | # ## # # # # # # # # |
553 | 2024-11-27T23:45:10.105Z | # # ###### # # # ###### #### # |
554 | 2024-11-27T23:45:10.105Z | |
555 | 2024-11-27T23:45:10.105Z | + ptime -m cargo build --package cargo-nextest |
556 | 2024-11-27T23:45:10.334Z | Downloading crates ... |
557 | 2024-11-27T23:45:10.506Z | Downloaded ed25519-dalek v2.1.1 |
558 | 2024-11-27T23:45:10.531Z | Downloaded adler2 v2.0.0 |
559 | 2024-11-27T23:45:10.531Z | Downloaded base64ct v1.6.0 |
560 | 2024-11-27T23:45:10.531Z | Downloaded base64 v0.22.1 |
561 | 2024-11-27T23:45:10.569Z | Downloaded foreign-types v0.3.2 |
562 | 2024-11-27T23:45:10.569Z | Downloaded hyper-util v0.1.9 |
563 | 2024-11-27T23:45:10.569Z | Downloaded want v0.3.1 |
564 | 2024-11-27T23:45:10.569Z | Downloaded urlencoding v2.1.3 |
565 | 2024-11-27T23:45:10.569Z | Downloaded zipsign-api v0.1.2 |
566 | 2024-11-27T23:45:10.569Z | Downloaded serde_urlencoded v0.7.1 |
567 | 2024-11-27T23:45:10.569Z | Downloaded mukti-metadata v0.3.0 |
568 | 2024-11-27T23:45:10.569Z | Downloaded mime v0.3.17 |
569 | 2024-11-27T23:45:10.569Z | Downloaded rustls-pki-types v1.10.0 |
570 | 2024-11-27T23:45:10.569Z | Downloaded hex v0.4.3 |
571 | 2024-11-27T23:45:10.569Z | Downloaded untrusted v0.9.0 |
572 | 2024-11-27T23:45:10.569Z | Downloaded pkcs8 v0.10.2 |
573 | 2024-11-27T23:45:10.593Z | Downloaded sync_wrapper v1.0.1 |
574 | 2024-11-27T23:45:10.594Z | Downloaded subtle v2.6.1 |
575 | 2024-11-27T23:45:10.594Z | Downloaded tokio-rustls v0.26.0 |
576 | 2024-11-27T23:45:10.594Z | Downloaded tokio-native-tls v0.3.1 |
577 | 2024-11-27T23:45:10.594Z | Downloaded url v2.5.2 |
578 | 2024-11-27T23:45:10.594Z | Downloaded rustls-webpki v0.102.8 |
579 | 2024-11-27T23:45:10.617Z | Downloaded quinn-proto v0.11.8 |
580 | 2024-11-27T23:45:10.641Z | Downloaded reqwest v0.12.8 |
581 | 2024-11-27T23:45:10.641Z | Downloaded openssl v0.10.68 |
582 | 2024-11-27T23:45:10.665Z | Downloaded rustls v0.23.15 |
583 | 2024-11-27T23:45:10.666Z | Downloaded vcpkg v0.2.15 |
584 | 2024-11-27T23:45:10.710Z | Downloaded quick-xml v0.23.1 |
585 | 2024-11-27T23:45:10.734Z | Downloaded webpki-roots v0.26.6 |
586 | 2024-11-27T23:45:10.734Z | Downloaded spin v0.9.8 |
587 | 2024-11-27T23:45:10.734Z | Downloaded ipnet v2.10.1 |
588 | 2024-11-27T23:45:10.734Z | Downloaded signature v2.2.0 |
589 | 2024-11-27T23:45:10.734Z | Downloaded sha2 v0.10.8 |
590 | 2024-11-27T23:45:10.734Z | Downloaded self_update v0.41.0 |
591 | 2024-11-27T23:45:10.758Z | Downloaded self-replace v1.5.0 |
592 | 2024-11-27T23:45:10.758Z | Downloaded quinn v0.11.5 |
593 | 2024-11-27T23:45:10.758Z | Downloaded native-tls v0.2.12 |
594 | 2024-11-27T23:45:10.758Z | Downloaded spki v0.7.3 |
595 | 2024-11-27T23:45:10.759Z | Downloaded rustls-pemfile v2.2.0 |
596 | 2024-11-27T23:45:10.759Z | Downloaded percent-encoding v2.3.1 |
597 | 2024-11-27T23:45:10.759Z | Downloaded hyper v1.5.0 |
598 | 2024-11-27T23:45:10.783Z | Downloaded tower-service v0.3.3 |
599 | 2024-11-27T23:45:10.783Z | Downloaded rustc_version v0.4.1 |
600 | 2024-11-27T23:45:10.783Z | Downloaded openssl-probe v0.1.5 |
601 | 2024-11-27T23:45:10.783Z | Downloaded openssl-macros v0.1.1 |
602 | 2024-11-27T23:45:10.783Z | Downloaded idna v0.5.0 |
603 | 2024-11-27T23:45:10.783Z | Downloaded hyper-rustls v0.27.3 |
604 | 2024-11-27T23:45:10.783Z | Downloaded http v1.1.0 |
605 | 2024-11-27T23:45:10.783Z | Downloaded generic-array v0.14.7 |
606 | 2024-11-27T23:45:10.783Z | Downloaded unicode-bidi v0.3.17 |
607 | 2024-11-27T23:45:10.809Z | Downloaded typenum v1.17.0 |
608 | 2024-11-27T23:45:10.809Z | Downloaded try-lock v0.2.5 |
609 | 2024-11-27T23:45:10.809Z | Downloaded rustc-hash v2.0.0 |
610 | 2024-11-27T23:45:10.809Z | Downloaded quinn-udp v0.5.5 |
611 | 2024-11-27T23:45:10.809Z | Downloaded openssl-sys v0.9.104 |
612 | 2024-11-27T23:45:10.809Z | Downloaded miniz_oxide v0.8.0 |
613 | 2024-11-27T23:45:10.809Z | Downloaded hyper-tls v0.6.0 |
614 | 2024-11-27T23:45:10.809Z | Downloaded httparse v1.9.5 |
615 | 2024-11-27T23:45:10.809Z | Downloaded http-body v1.0.1 |
616 | 2024-11-27T23:45:10.810Z | Downloaded http-body-util v0.1.2 |
617 | 2024-11-27T23:45:10.810Z | Downloaded form_urlencoded v1.2.1 |
618 | 2024-11-27T23:45:10.810Z | Downloaded foreign-types-shared v0.1.1 |
619 | 2024-11-27T23:45:10.834Z | Downloaded flate2 v1.0.34 |
620 | 2024-11-27T23:45:10.834Z | Downloaded ed25519 v2.2.3 |
621 | 2024-11-27T23:45:10.834Z | Downloaded digest v0.10.7 |
622 | 2024-11-27T23:45:10.834Z | Downloaded der v0.7.9 |
623 | 2024-11-27T23:45:10.834Z | Downloaded curve25519-dalek-derive v0.1.1 |
624 | 2024-11-27T23:45:10.834Z | Downloaded curve25519-dalek v4.1.3 |
625 | 2024-11-27T23:45:10.860Z | Downloaded crypto-common v0.1.6 |
626 | 2024-11-27T23:45:10.860Z | Downloaded crc32fast v1.4.2 |
627 | 2024-11-27T23:45:10.860Z | Downloaded cpufeatures v0.2.14 |
628 | 2024-11-27T23:45:10.860Z | Downloaded const-oid v0.9.6 |
629 | 2024-11-27T23:45:10.860Z | Downloaded block-buffer v0.10.4 |
630 | 2024-11-27T23:45:10.884Z | Downloaded ring v0.17.8 |
631 | 2024-11-27T23:45:11.015Z | Compiling futures-channel v0.3.31 |
632 | 2024-11-27T23:45:11.039Z | Compiling socket2 v0.5.7 |
633 | 2024-11-27T23:45:11.039Z | Compiling smallvec v1.13.2 |
634 | 2024-11-27T23:45:11.039Z | Compiling ring v0.17.8 |
635 | 2024-11-27T23:45:11.063Z | Compiling rustls-pki-types v1.10.0 |
636 | 2024-11-27T23:45:11.063Z | Compiling http v1.1.0 |
637 | 2024-11-27T23:45:11.086Z | Compiling untrusted v0.9.0 |
638 | 2024-11-27T23:45:11.086Z | Compiling spin v0.9.8 |
639 | 2024-11-27T23:45:11.238Z | Compiling httparse v1.9.5 |
640 | 2024-11-27T23:45:11.266Z | Compiling typenum v1.17.0 |
641 | 2024-11-27T23:45:11.416Z | Compiling futures-util v0.3.31 |
642 | 2024-11-27T23:45:11.440Z | Compiling generic-array v0.14.7 |
643 | 2024-11-27T23:45:11.933Z | Compiling tokio v1.41.1 |
644 | 2024-11-27T23:45:12.077Z | Compiling try-lock v0.2.5 |
645 | 2024-11-27T23:45:12.115Z | Compiling rustls v0.23.15 |
646 | 2024-11-27T23:45:12.209Z | Compiling want v0.3.1 |
647 | 2024-11-27T23:45:12.449Z | Compiling http-body v1.0.1 |
648 | 2024-11-27T23:45:12.473Z | Compiling cfg-expr v0.17.1 |
649 | 2024-11-27T23:45:12.650Z | Compiling percent-encoding v2.3.1 |
650 | 2024-11-27T23:45:12.929Z | Compiling subtle v2.6.1 |
651 | 2024-11-27T23:45:12.992Z | Compiling form_urlencoded v1.2.1 |
652 | 2024-11-27T23:45:13.148Z | Compiling target-spec v3.2.2 |
653 | 2024-11-27T23:45:13.274Z | Compiling tower-service v0.3.3 |
654 | 2024-11-27T23:45:13.386Z | Compiling unicode-bidi v0.3.17 |
655 | 2024-11-27T23:45:13.410Z | Compiling webpki-roots v0.26.6 |
656 | 2024-11-27T23:45:13.551Z | Compiling adler2 v2.0.0 |
657 | 2024-11-27T23:45:13.574Z | Compiling serde_urlencoded v0.7.1 |
658 | 2024-11-27T23:45:13.730Z | Compiling miniz_oxide v0.8.0 |
659 | 2024-11-27T23:45:14.013Z | Compiling idna v0.5.0 |
660 | 2024-11-27T23:45:14.338Z | Compiling crypto-common v0.1.6 |
661 | 2024-11-27T23:45:14.494Z | Compiling block-buffer v0.10.4 |
662 | 2024-11-27T23:45:14.646Z | Compiling rustls-pemfile v2.2.0 |
663 | 2024-11-27T23:45:14.672Z | Compiling url v2.5.2 |
664 | 2024-11-27T23:45:14.930Z | Compiling sync_wrapper v1.0.1 |
665 | 2024-11-27T23:45:15.024Z | Compiling crc32fast v1.4.2 |
666 | 2024-11-27T23:45:15.054Z | Compiling mime v0.3.17 |
667 | 2024-11-27T23:45:15.307Z | Compiling ipnet v2.10.1 |
668 | 2024-11-27T23:45:15.339Z | Compiling self_update v0.41.0 |
669 | 2024-11-27T23:45:15.416Z | Compiling base64 v0.22.1 |
670 | 2024-11-27T23:45:15.600Z | Compiling guppy v0.17.8 |
671 | 2024-11-27T23:45:15.673Z | Compiling flate2 v1.0.34 |
672 | 2024-11-27T23:45:16.061Z | Compiling digest v0.10.7 |
673 | 2024-11-27T23:45:16.271Z | Compiling http-body-util v0.1.2 |
674 | 2024-11-27T23:45:16.360Z | Compiling futures-executor v0.3.31 |
675 | 2024-11-27T23:45:16.425Z | Compiling self-replace v1.5.0 |
676 | 2024-11-27T23:45:16.491Z | Compiling quick-xml v0.23.1 |
677 | 2024-11-27T23:45:16.666Z | Compiling futures v0.3.31 |
678 | 2024-11-27T23:45:16.698Z | Compiling cpufeatures v0.2.14 |
679 | 2024-11-27T23:45:16.737Z | Compiling urlencoding v2.1.3 |
680 | 2024-11-27T23:45:16.799Z | Compiling sha2 v0.10.8 |
681 | 2024-11-27T23:45:16.823Z | Compiling future-queue v0.3.0 |
682 | 2024-11-27T23:45:16.958Z | Compiling target-spec-miette v0.4.0 |
683 | 2024-11-27T23:45:17.097Z | Compiling mukti-metadata v0.3.0 |
684 | 2024-11-27T23:45:17.130Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
685 | 2024-11-27T23:45:17.281Z | Compiling hex v0.4.3 |
686 | 2024-11-27T23:45:18.494Z | Compiling rustls-webpki v0.102.8 |
687 | 2024-11-27T23:45:19.906Z | Compiling hyper v1.5.0 |
688 | 2024-11-27T23:45:19.906Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
689 | 2024-11-27T23:45:19.930Z | Compiling async-scoped v0.9.0 |
690 | 2024-11-27T23:45:19.982Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
691 | 2024-11-27T23:45:21.071Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
692 | 2024-11-27T23:45:21.162Z | Compiling hyper-util v0.1.9 |
693 | 2024-11-27T23:45:23.635Z | Compiling tokio-rustls v0.26.0 |
694 | 2024-11-27T23:45:23.922Z | Compiling hyper-rustls v0.27.3 |
695 | 2024-11-27T23:45:24.176Z | Compiling reqwest v0.12.8 |
696 | 2024-11-27T23:45:26.685Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
697 | 2024-11-27T23:46:00.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.06s |
698 | 2024-11-27T23:46:00.308Z | |
699 | 2024-11-27T23:46:00.332Z | real 50.199829418 |
700 | 2024-11-27T23:46:00.332Z | user 2:30.477073880 |
701 | 2024-11-27T23:46:00.332Z | sys 34.318462639 |
702 | 2024-11-27T23:46:00.332Z | trap 0.071242171 |
703 | 2024-11-27T23:46:00.332Z | tflt 0.129745363 |
704 | 2024-11-27T23:46:00.332Z | dflt 1.086294716 |
705 | 2024-11-27T23:46:00.332Z | kflt 0.000169250 |
706 | 2024-11-27T23:46:00.332Z | lock 4:30.078783891 |
707 | 2024-11-27T23:46:00.333Z | slp 7:39.416621197 |
708 | 2024-11-27T23:46:00.333Z | lat 6.003124605 |
709 | 2024-11-27T23:46:00.333Z | stop 4.934979178 |
710 | 2024-11-27T23:46:00.333Z | + banner all targets |
711 | 2024-11-27T23:46:00.333Z | |
712 | 2024-11-27T23:46:00.333Z | ## # # |
713 | 2024-11-27T23:46:00.333Z | # # # # |
714 | 2024-11-27T23:46:00.333Z | # # # # |
715 | 2024-11-27T23:46:00.333Z | ###### # # |
716 | 2024-11-27T23:46:00.333Z | # # # # |
717 | 2024-11-27T23:46:00.333Z | # # ###### ###### |
718 | 2024-11-27T23:46:00.333Z | |
719 | 2024-11-27T23:46:00.333Z | |
720 | 2024-11-27T23:46:00.334Z | ##### ## ##### #### ###### ##### #### |
721 | 2024-11-27T23:46:00.334Z | # # # # # # # # # # |
722 | 2024-11-27T23:46:00.334Z | # # # # # # ##### # #### |
723 | 2024-11-27T23:46:00.334Z | # ###### ##### # ### # # # |
724 | 2024-11-27T23:46:00.334Z | # # # # # # # # # # # |
725 | 2024-11-27T23:46:00.334Z | # # # # # #### ###### # #### |
726 | 2024-11-27T23:46:00.334Z | |
727 | 2024-11-27T23:46:00.334Z | + ptime -m cargo build --all-targets |
728 | 2024-11-27T23:46:00.577Z | Downloading crates ... |
729 | 2024-11-27T23:46:00.726Z | Downloaded pretty_assertions v1.4.1 |
730 | 2024-11-27T23:46:00.754Z | Downloaded insta v1.41.1 |
731 | 2024-11-27T23:46:00.754Z | Downloaded wait-timeout v0.2.0 |
732 | 2024-11-27T23:46:00.754Z | Downloaded test-case v3.3.1 |
733 | 2024-11-27T23:46:00.754Z | Downloaded test-case-core v3.3.1 |
734 | 2024-11-27T23:46:00.754Z | Downloaded similar v2.6.0 |
735 | 2024-11-27T23:46:00.754Z | Downloaded yansi v1.0.1 |
736 | 2024-11-27T23:46:00.754Z | Downloaded maplit v1.0.2 |
737 | 2024-11-27T23:46:00.778Z | Downloaded bit-vec v0.6.3 |
738 | 2024-11-27T23:46:00.778Z | Downloaded proptest v1.5.0 |
739 | 2024-11-27T23:46:00.778Z | Downloaded bit-set v0.5.3 |
740 | 2024-11-27T23:46:00.778Z | Downloaded test-strategy v0.4.0 |
741 | 2024-11-27T23:46:00.778Z | Downloaded unarray v0.1.4 |
742 | 2024-11-27T23:46:00.778Z | Downloaded test-case-macros v3.3.1 |
743 | 2024-11-27T23:46:00.778Z | Downloaded structmeta-derive v0.3.0 |
744 | 2024-11-27T23:46:00.778Z | Downloaded structmeta v0.3.0 |
745 | 2024-11-27T23:46:00.778Z | Downloaded rusty-fork v0.3.0 |
746 | 2024-11-27T23:46:00.778Z | Downloaded rand_xorshift v0.3.0 |
747 | 2024-11-27T23:46:00.802Z | Downloaded quick-error v1.2.3 |
748 | 2024-11-27T23:46:00.802Z | Downloaded linked-hash-map v0.5.6 |
749 | 2024-11-27T23:46:00.802Z | Downloaded indoc v2.0.5 |
750 | 2024-11-27T23:46:00.802Z | Downloaded diff v0.1.13 |
751 | 2024-11-27T23:46:00.841Z | Compiling test-case-core v3.3.1 |
752 | 2024-11-27T23:46:00.865Z | Compiling structmeta-derive v0.3.0 |
753 | 2024-11-27T23:46:00.865Z | Compiling wait-timeout v0.2.0 |
754 | 2024-11-27T23:46:00.865Z | Compiling quick-error v1.2.3 |
755 | 2024-11-27T23:46:00.865Z | Compiling bit-vec v0.6.3 |
756 | 2024-11-27T23:46:00.865Z | Compiling rand_xorshift v0.3.0 |
757 | 2024-11-27T23:46:00.865Z | Compiling maplit v1.0.2 |
758 | 2024-11-27T23:46:00.865Z | Compiling unarray v0.1.4 |
759 | 2024-11-27T23:46:00.962Z | Compiling linked-hash-map v0.5.6 |
760 | 2024-11-27T23:46:00.993Z | Compiling similar v2.6.0 |
761 | 2024-11-27T23:46:01.018Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
762 | 2024-11-27T23:46:01.109Z | Compiling rusty-fork v0.3.0 |
763 | 2024-11-27T23:46:01.251Z | Compiling bit-set v0.5.3 |
764 | 2024-11-27T23:46:01.275Z | Compiling yansi v1.0.1 |
765 | 2024-11-27T23:46:01.425Z | Compiling diff v0.1.13 |
766 | 2024-11-27T23:46:01.482Z | Compiling proptest v1.5.0 |
767 | 2024-11-27T23:46:01.659Z | Compiling indoc v2.0.5 |
768 | 2024-11-27T23:46:01.997Z | Compiling insta v1.41.1 |
769 | 2024-11-27T23:46:02.030Z | Compiling pretty_assertions v1.4.1 |
770 | 2024-11-27T23:46:02.130Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
771 | 2024-11-27T23:46:02.464Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
772 | 2024-11-27T23:46:02.559Z | Compiling test-case-macros v3.3.1 |
773 | 2024-11-27T23:46:02.916Z | Compiling structmeta v0.3.0 |
774 | 2024-11-27T23:46:03.227Z | Compiling test-strategy v0.4.0 |
775 | 2024-11-27T23:46:03.437Z | Compiling test-case v3.3.1 |
776 | 2024-11-27T23:46:03.528Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
777 | 2024-11-27T23:46:03.707Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
778 | 2024-11-27T23:46:04.884Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
779 | 2024-11-27T23:46:09.366Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
780 | 2024-11-27T23:46:49.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.09s |
781 | 2024-11-27T23:46:49.566Z | |
782 | 2024-11-27T23:46:49.590Z | real 49.227516967 |
783 | 2024-11-27T23:46:49.590Z | user 2:55.453482469 |
784 | 2024-11-27T23:46:49.590Z | sys 31.698411079 |
785 | 2024-11-27T23:46:49.590Z | trap 0.087746500 |
786 | 2024-11-27T23:46:49.590Z | tflt 0.047183702 |
787 | 2024-11-27T23:46:49.590Z | dflt 0.366861740 |
788 | 2024-11-27T23:46:49.590Z | kflt 0.000000000 |
789 | 2024-11-27T23:46:49.590Z | lock 5:52.894993742 |
790 | 2024-11-27T23:46:49.590Z | slp 11:27.673024636 |
791 | 2024-11-27T23:46:49.590Z | lat 6.628979412 |
792 | 2024-11-27T23:46:49.590Z | stop 3.527870865 |
793 | 2024-11-27T23:46:49.590Z | + banner all features |
794 | 2024-11-27T23:46:49.590Z | |
795 | 2024-11-27T23:46:49.590Z | ## # # |
796 | 2024-11-27T23:46:49.590Z | # # # # |
797 | 2024-11-27T23:46:49.590Z | # # # # |
798 | 2024-11-27T23:46:49.590Z | ###### # # |
799 | 2024-11-27T23:46:49.590Z | # # # # |
800 | 2024-11-27T23:46:49.590Z | # # ###### ###### |
801 | 2024-11-27T23:46:49.590Z | |
802 | 2024-11-27T23:46:49.590Z | |
803 | 2024-11-27T23:46:49.590Z | ###### ###### ## ##### # # ##### ###### #### |
804 | 2024-11-27T23:46:49.590Z | # # # # # # # # # # # |
805 | 2024-11-27T23:46:49.590Z | ##### ##### # # # # # # # ##### #### |
806 | 2024-11-27T23:46:49.590Z | # # ###### # # # ##### # # |
807 | 2024-11-27T23:46:49.590Z | # # # # # # # # # # # # |
808 | 2024-11-27T23:46:49.591Z | # ###### # # # #### # # ###### #### |
809 | 2024-11-27T23:46:49.591Z | |
810 | 2024-11-27T23:46:49.591Z | + ptime -m cargo build --all-features |
811 | 2024-11-27T23:46:49.776Z | Downloading crates ... |
812 | 2024-11-27T23:46:49.931Z | Downloaded matchers v0.1.0 |
813 | 2024-11-27T23:46:49.956Z | Downloaded hyper-timeout v0.5.1 |
814 | 2024-11-27T23:46:49.956Z | Downloaded tower v0.4.13 |
815 | 2024-11-27T23:46:49.956Z | Downloaded regex-syntax v0.6.29 |
816 | 2024-11-27T23:46:49.980Z | Downloaded tower-layer v0.3.3 |
817 | 2024-11-27T23:46:49.980Z | Downloaded tower v0.5.1 |
818 | 2024-11-27T23:46:49.980Z | Downloaded prost-types v0.13.3 |
819 | 2024-11-27T23:46:49.980Z | Downloaded indexmap v1.9.3 |
820 | 2024-11-27T23:46:50.004Z | Downloaded tokio-stream v0.1.16 |
821 | 2024-11-27T23:46:50.004Z | Downloaded tonic v0.12.3 |
822 | 2024-11-27T23:46:50.004Z | Downloaded regex-automata v0.1.10 |
823 | 2024-11-27T23:46:50.004Z | Downloaded h2 v0.4.6 |
824 | 2024-11-27T23:46:50.028Z | Downloaded tokio-util v0.7.12 |
825 | 2024-11-27T23:46:50.028Z | Downloaded axum v0.7.7 |
826 | 2024-11-27T23:46:50.028Z | Downloaded hashbrown v0.12.3 |
827 | 2024-11-27T23:46:50.053Z | Downloaded crossbeam-utils v0.8.20 |
828 | 2024-11-27T23:46:50.053Z | Downloaded console-api v0.8.1 |
829 | 2024-11-27T23:46:50.053Z | Downloaded atomic-waker v1.1.2 |
830 | 2024-11-27T23:46:50.053Z | Downloaded prost-derive v0.13.3 |
831 | 2024-11-27T23:46:50.053Z | Downloaded prost v0.13.3 |
832 | 2024-11-27T23:46:50.053Z | Downloaded matchit v0.7.3 |
833 | 2024-11-27T23:46:50.053Z | Downloaded hdrhistogram v7.5.4 |
834 | 2024-11-27T23:46:50.077Z | Downloaded crossbeam-channel v0.5.13 |
835 | 2024-11-27T23:46:50.077Z | Downloaded sync_wrapper v0.1.2 |
836 | 2024-11-27T23:46:50.078Z | Downloaded rustversion v1.0.18 |
837 | 2024-11-27T23:46:50.078Z | Downloaded httpdate v1.0.3 |
838 | 2024-11-27T23:46:50.078Z | Downloaded axum-core v0.4.5 |
839 | 2024-11-27T23:46:50.078Z | Downloaded async-trait v0.1.83 |
840 | 2024-11-27T23:46:50.078Z | Downloaded async-stream-impl v0.3.6 |
841 | 2024-11-27T23:46:50.078Z | Downloaded async-stream v0.3.6 |
842 | 2024-11-27T23:46:50.078Z | Downloaded anyhow v1.0.91 |
843 | 2024-11-27T23:46:50.078Z | Downloaded console-subscriber v0.4.1 |
844 | 2024-11-27T23:46:50.140Z | Compiling futures-core v0.3.31 |
845 | 2024-11-27T23:46:50.164Z | Compiling futures-sink v0.3.31 |
846 | 2024-11-27T23:46:50.188Z | Compiling tokio v1.41.1 |
847 | 2024-11-27T23:46:50.188Z | Compiling byteorder v1.5.0 |
848 | 2024-11-27T23:46:50.188Z | Compiling num-traits v0.2.19 |
849 | 2024-11-27T23:46:50.188Z | Compiling regex-syntax v0.6.29 |
850 | 2024-11-27T23:46:50.212Z | Compiling atomic-waker v1.1.2 |
851 | 2024-11-27T23:46:50.212Z | Compiling httpdate v1.0.3 |
852 | 2024-11-27T23:46:50.294Z | Compiling futures-channel v0.3.31 |
853 | 2024-11-27T23:46:50.369Z | Compiling anyhow v1.0.91 |
854 | 2024-11-27T23:46:50.393Z | Compiling sync_wrapper v1.0.1 |
855 | 2024-11-27T23:46:50.500Z | Compiling either v1.13.0 |
856 | 2024-11-27T23:46:50.562Z | Compiling zerocopy v0.7.35 |
857 | 2024-11-27T23:46:50.630Z | Compiling futures-util v0.3.31 |
858 | 2024-11-27T23:46:50.653Z | Compiling rustversion v1.0.18 |
859 | 2024-11-27T23:46:50.849Z | Compiling tower-layer v0.3.3 |
860 | 2024-11-27T23:46:51.084Z | Compiling itertools v0.13.0 |
861 | 2024-11-27T23:46:51.244Z | Compiling indexmap v1.9.3 |
862 | 2024-11-27T23:46:51.841Z | Compiling ppv-lite86 v0.2.20 |
863 | 2024-11-27T23:46:51.912Z | Compiling async-trait v0.1.83 |
864 | 2024-11-27T23:46:52.362Z | Compiling hashbrown v0.12.3 |
865 | 2024-11-27T23:46:52.537Z | Compiling rand_chacha v0.3.1 |
866 | 2024-11-27T23:46:52.702Z | Compiling sync_wrapper v0.1.2 |
867 | 2024-11-27T23:46:52.808Z | Compiling regex-automata v0.1.10 |
868 | 2024-11-27T23:46:53.274Z | Compiling rand v0.8.5 |
869 | 2024-11-27T23:46:53.718Z | Compiling async-stream-impl v0.3.6 |
870 | 2024-11-27T23:46:53.781Z | Compiling prost-derive v0.13.3 |
871 | 2024-11-27T23:46:54.204Z | Compiling matchers v0.1.0 |
872 | 2024-11-27T23:46:54.389Z | Compiling tracing-subscriber v0.3.18 |
873 | 2024-11-27T23:46:54.630Z | Compiling crossbeam-utils v0.8.20 |
874 | 2024-11-27T23:46:54.729Z | Compiling matchit v0.7.3 |
875 | 2024-11-27T23:46:55.093Z | Compiling async-stream v0.3.6 |
876 | 2024-11-27T23:46:55.219Z | Compiling ahash v0.8.11 |
877 | 2024-11-27T23:46:55.332Z | Compiling http-body-util v0.1.2 |
878 | 2024-11-27T23:46:55.378Z | Compiling tower v0.5.1 |
879 | 2024-11-27T23:46:55.417Z | Compiling proptest v1.5.0 |
880 | 2024-11-27T23:46:55.723Z | Compiling axum-core v0.4.5 |
881 | 2024-11-27T23:46:55.750Z | Compiling guppy v0.17.8 |
882 | 2024-11-27T23:46:55.774Z | Compiling futures-executor v0.3.31 |
883 | 2024-11-27T23:46:56.287Z | Compiling base64 v0.21.7 |
884 | 2024-11-27T23:46:56.538Z | Compiling prost v0.13.3 |
885 | 2024-11-27T23:46:56.917Z | Compiling chrono v0.4.38 |
886 | 2024-11-27T23:46:57.194Z | Compiling prost-types v0.13.3 |
887 | 2024-11-27T23:46:57.274Z | Compiling hdrhistogram v7.5.4 |
888 | 2024-11-27T23:46:58.218Z | Compiling crossbeam-channel v0.5.13 |
889 | 2024-11-27T23:46:58.985Z | Compiling tokio-util v0.7.12 |
890 | 2024-11-27T23:46:59.055Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
891 | 2024-11-27T23:46:59.142Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
892 | 2024-11-27T23:46:59.166Z | Compiling axum v0.7.7 |
893 | 2024-11-27T23:46:59.864Z | Compiling h2 v0.4.6 |
894 | 2024-11-27T23:46:59.913Z | Compiling tower v0.4.13 |
895 | 2024-11-27T23:47:00.156Z | Compiling tokio-stream v0.1.16 |
896 | 2024-11-27T23:47:00.947Z | Compiling tokio-rustls v0.26.0 |
897 | 2024-11-27T23:47:01.308Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
898 | 2024-11-27T23:47:01.539Z | Compiling futures v0.3.31 |
899 | 2024-11-27T23:47:01.628Z | Compiling quick-junit v0.5.1 |
900 | 2024-11-27T23:47:02.427Z | Compiling async-scoped v0.9.0 |
901 | 2024-11-27T23:47:02.662Z | Compiling tracing-error v0.2.0 |
902 | 2024-11-27T23:47:02.958Z | Compiling future-queue v0.3.0 |
903 | 2024-11-27T23:47:03.289Z | Compiling color-spantrace v0.2.1 |
904 | 2024-11-27T23:47:03.378Z | Compiling cargo-nextest v0.9.85 (/work/nextest-rs/nextest/cargo-nextest) |
905 | 2024-11-27T23:47:03.749Z | Compiling hyper v1.5.0 |
906 | 2024-11-27T23:47:03.961Z | Compiling color-eyre v0.6.3 |
907 | 2024-11-27T23:47:04.004Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
908 | 2024-11-27T23:47:05.664Z | Compiling hyper-util v0.1.9 |
909 | 2024-11-27T23:47:07.187Z | Compiling hyper-timeout v0.5.1 |
910 | 2024-11-27T23:47:07.187Z | Compiling hyper-rustls v0.27.3 |
911 | 2024-11-27T23:47:07.450Z | Compiling tonic v0.12.3 |
912 | 2024-11-27T23:47:07.474Z | Compiling reqwest v0.12.8 |
913 | 2024-11-27T23:47:09.430Z | Compiling self_update v0.41.0 |
914 | 2024-11-27T23:47:09.856Z | Compiling console-api v0.8.1 |
915 | 2024-11-27T23:47:11.043Z | Compiling console-subscriber v0.4.1 |
916 | 2024-11-27T23:47:12.983Z | Compiling nextest-runner v0.68.0 (/work/nextest-rs/nextest/nextest-runner) |
917 | 2024-11-27T23:47:33.916Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
918 | 2024-11-27T23:47:52.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
919 | 2024-11-27T23:47:52.695Z | |
920 | 2024-11-27T23:47:52.719Z | real 1:03.098709644 |
921 | 2024-11-27T23:47:52.719Z | user 3:44.104384772 |
922 | 2024-11-27T23:47:52.719Z | sys 48.696448200 |
923 | 2024-11-27T23:47:52.719Z | trap 0.097346495 |
924 | 2024-11-27T23:47:52.720Z | tflt 0.099227096 |
925 | 2024-11-27T23:47:52.720Z | dflt 1.080156792 |
926 | 2024-11-27T23:47:52.720Z | kflt 0.000004659 |
927 | 2024-11-27T23:47:52.720Z | lock 7:28.276210669 |
928 | 2024-11-27T23:47:52.720Z | slp 13:51.744086511 |
929 | 2024-11-27T23:47:52.720Z | lat 7.752159182 |
930 | 2024-11-27T23:47:52.720Z | stop 7.625304462 |
931 | 2024-11-27T23:47:52.720Z | + banner doctests |
932 | 2024-11-27T23:47:52.721Z | |
933 | 2024-11-27T23:47:52.721Z | ##### #### #### ##### ###### #### ##### #### |
934 | 2024-11-27T23:47:52.721Z | # # # # # # # # # # # |
935 | 2024-11-27T23:47:52.721Z | # # # # # # ##### #### # #### |
936 | 2024-11-27T23:47:52.721Z | # # # # # # # # # # |
937 | 2024-11-27T23:47:52.721Z | # # # # # # # # # # # # # |
938 | 2024-11-27T23:47:52.721Z | ##### #### #### # ###### #### # #### |
939 | 2024-11-27T23:47:52.721Z | |
940 | 2024-11-27T23:47:52.721Z | + ptime -m cargo test --doc |
941 | 2024-11-27T23:47:53.140Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s |
942 | 2024-11-27T23:47:53.163Z | Doc-tests cargo_nextest |
943 | 2024-11-27T23:47:53.768Z | |
944 | 2024-11-27T23:47:53.768Z | running 0 tests |
945 | 2024-11-27T23:47:53.768Z | |
946 | 2024-11-27T23:47:53.792Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
947 | 2024-11-27T23:47:53.792Z | |
948 | 2024-11-27T23:47:53.816Z | Doc-tests fixture_data |
949 | 2024-11-27T23:47:53.878Z | |
950 | 2024-11-27T23:47:53.878Z | running 0 tests |
951 | 2024-11-27T23:47:53.878Z | |
952 | 2024-11-27T23:47:53.878Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
953 | 2024-11-27T23:47:53.878Z | |
954 | 2024-11-27T23:47:53.902Z | Doc-tests nextest_filtering |
955 | 2024-11-27T23:47:54.073Z | |
956 | 2024-11-27T23:47:54.073Z | running 0 tests |
957 | 2024-11-27T23:47:54.073Z | |
958 | 2024-11-27T23:47:54.073Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
959 | 2024-11-27T23:47:54.074Z | |
960 | 2024-11-27T23:47:54.097Z | Doc-tests nextest_metadata |
961 | 2024-11-27T23:47:54.323Z | |
962 | 2024-11-27T23:47:54.323Z | running 2 tests |
963 | 2024-11-27T23:47:55.090Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
964 | 2024-11-27T23:47:58.744Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
965 | 2024-11-27T23:47:58.745Z | |
966 | 2024-11-27T23:47:58.768Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.42s |
967 | 2024-11-27T23:47:58.768Z | |
968 | 2024-11-27T23:47:58.768Z | Doc-tests nextest_runner |
969 | 2024-11-27T23:47:59.669Z | |
970 | 2024-11-27T23:47:59.669Z | running 0 tests |
971 | 2024-11-27T23:47:59.669Z | |
972 | 2024-11-27T23:47:59.669Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
973 | 2024-11-27T23:47:59.669Z | |
974 | 2024-11-27T23:47:59.699Z | Doc-tests nextest_workspace_hack |
975 | 2024-11-27T23:47:59.751Z | |
976 | 2024-11-27T23:47:59.751Z | running 0 tests |
977 | 2024-11-27T23:47:59.751Z | |
978 | 2024-11-27T23:47:59.751Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
979 | 2024-11-27T23:47:59.751Z | |
980 | 2024-11-27T23:47:59.776Z | |
981 | 2024-11-27T23:47:59.800Z | real 7.057868806 |
982 | 2024-11-27T23:47:59.800Z | user 6.432260825 |
983 | 2024-11-27T23:47:59.800Z | sys 2.693331297 |
984 | 2024-11-27T23:47:59.800Z | trap 0.001137218 |
985 | 2024-11-27T23:47:59.800Z | tflt 0.018370280 |
986 | 2024-11-27T23:47:59.800Z | dflt 0.050235370 |
987 | 2024-11-27T23:47:59.800Z | kflt 0.000000000 |
988 | 2024-11-27T23:47:59.800Z | lock 14.196188909 |
989 | 2024-11-27T23:47:59.800Z | slp 39.958780336 |
990 | 2024-11-27T23:47:59.800Z | lat 0.123196523 |
991 | 2024-11-27T23:47:59.801Z | stop 0.123700471 |
992 | 2024-11-27T23:47:59.801Z | + banner local-nt |
993 | 2024-11-27T23:47:59.801Z | |
994 | 2024-11-27T23:47:59.801Z | # #### #### ## # # # ##### |
995 | 2024-11-27T23:47:59.801Z | # # # # # # # # ## # # |
996 | 2024-11-27T23:47:59.801Z | # # # # # # # ##### # # # # |
997 | 2024-11-27T23:47:59.801Z | # # # # ###### # # # # # |
998 | 2024-11-27T23:47:59.801Z | # # # # # # # # # ## # |
999 | 2024-11-27T23:47:59.801Z | ###### #### #### # # ###### # # # |
1000 | 2024-11-27T23:47:59.801Z | |
1001 | 2024-11-27T23:47:59.801Z | + ptime -m cargo local-nt run --profile ci |
1002 | 2024-11-27T23:48:00.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
1003 | 2024-11-27T23:48:00.141Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1004 | 2024-11-27T23:48:01.021Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s |
1005 | 2024-11-27T23:48:01.196Z | ------------ |
1006 | 2024-11-27T23:48:01.196Z | Nextest run ID b04f9fe0-8088-48cc-b698-693cb7c58cfd with nextest profile: ci |
1007 | 2024-11-27T23:48:01.197Z | Starting 278 tests across 12 binaries |
1008 | 2024-11-27T23:48:01.246Z | PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1009 | 2024-11-27T23:48:01.363Z | PASS [ 0.159s] cargo-nextest dispatch::tests::test_argument_parsing |
1010 | 2024-11-27T23:48:11.186Z | PASS [ 9.956s] integration-tests::integration test_list_host_after_build |
1011 | 2024-11-27T23:48:11.210Z | PASS [ 9.994s] integration-tests::integration test_list_binaries_only |
1012 | 2024-11-27T23:48:11.612Z | PASS [ 10.396s] integration-tests::integration test_list_default |
1013 | 2024-11-27T23:48:11.715Z | PASS [ 10.481s] integration-tests::integration test_list_target_after_build |
1014 | 2024-11-27T23:48:11.738Z | PASS [ 10.496s] integration-tests::integration test_list_full_after_build |
1015 | 2024-11-27T23:48:11.843Z | PASS [ 10.612s] integration-tests::integration test_list_full |
1016 | 2024-11-27T23:48:17.779Z | PASS [ 16.417s] integration-tests::integration test_relocated_run |
1017 | 2024-11-27T23:48:19.618Z | PASS [ 7.903s] integration-tests::integration test_run_from_archive_with_missing_includes |
1018 | 2024-11-27T23:48:21.803Z | PASS [ 9.945s] integration-tests::integration test_run_no_tests |
1019 | 2024-11-27T23:48:22.218Z | PASS [ 0.440s] integration-tests::integration test_setup_scripts_not_enabled |
1020 | 2024-11-27T23:48:22.969Z | PASS [ 11.764s] integration-tests::integration test_run_after_build |
1021 | 2024-11-27T23:48:23.468Z | PASS [ 0.497s] integration-tests::integration test_show_config_version |
1022 | 2024-11-27T23:48:23.779Z | PASS [ 12.166s] integration-tests::integration test_run_from_archive_with_includes |
1023 | 2024-11-27T23:48:23.859Z | PASS [ 22.614s] integration-tests::integration test_list_with_default_filter |
1024 | 2024-11-27T23:48:23.921Z | PASS [ 0.063s] integration-tests::integration test_version_info |
1025 | 2024-11-27T23:48:23.947Z | PASS [ 4.326s] integration-tests::integration test_setup_script_error |
1026 | 2024-11-27T23:48:23.989Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_complex_error |
1027 | 2024-11-27T23:48:24.022Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_expected_eof |
1028 | 2024-11-27T23:48:24.045Z | PASS [ 12.307s] integration-tests::integration test_run_from_archive_with_no_includes |
1029 | 2024-11-27T23:48:24.069Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_expected_expr |
1030 | 2024-11-27T23:48:24.093Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_invalid_and_operator |
1031 | 2024-11-27T23:48:24.093Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_invalid_escapes |
1032 | 2024-11-27T23:48:24.117Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_invalid_glob |
1033 | 2024-11-27T23:48:24.141Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform |
1034 | 2024-11-27T23:48:24.141Z | PASS [ 0.044s] nextest-filtering parsing::tests::test_invalid_or_operator |
1035 | 2024-11-27T23:48:24.165Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_regex |
1036 | 2024-11-27T23:48:24.189Z | PASS [ 0.049s] nextest-filtering parsing::tests::test_missing_argument |
1037 | 2024-11-27T23:48:24.220Z | PASS [ 0.041s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1038 | 2024-11-27T23:48:24.245Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_missing_close_regex |
1039 | 2024-11-27T23:48:24.245Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1040 | 2024-11-27T23:48:24.270Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_parentheses |
1041 | 2024-11-27T23:48:24.294Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_comma |
1042 | 2024-11-27T23:48:24.294Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_difference |
1043 | 2024-11-27T23:48:24.352Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1044 | 2024-11-27T23:48:24.376Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_expr_not |
1045 | 2024-11-27T23:48:24.377Z | PASS [ 0.061s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1046 | 2024-11-27T23:48:24.377Z | PASS [ 0.045s] nextest-filtering parsing::tests::test_parse_expr_set |
1047 | 2024-11-27T23:48:24.400Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_union |
1048 | 2024-11-27T23:48:24.424Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1049 | 2024-11-27T23:48:24.424Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_name_matcher |
1050 | 2024-11-27T23:48:24.539Z | PASS [ 0.074s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1051 | 2024-11-27T23:48:24.564Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex |
1052 | 2024-11-27T23:48:24.564Z | PASS [ 0.623s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1053 | 2024-11-27T23:48:24.680Z | PASS [ 0.089s] nextest-filtering parsing::tests::test_parse_set_def |
1054 | 2024-11-27T23:48:24.680Z | PASS [ 0.044s] nextest-filtering parsing::tests::test_unexpected_argument |
1055 | 2024-11-27T23:48:24.680Z | PASS [ 0.095s] nextest-filtering parsing::tests::test_unexpected_comma |
1056 | 2024-11-27T23:48:24.944Z | PASS [ 0.099s] nextest-filtering::match test_binary_query |
1057 | 2024-11-27T23:48:24.969Z | PASS [ 0.154s] nextest-filtering::match test_expr_binary |
1058 | 2024-11-27T23:48:24.969Z | PASS [ 0.304s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1059 | 2024-11-27T23:48:24.969Z | PASS [ 0.173s] nextest-filtering::match test_expr_binary_id_glob |
1060 | 2024-11-27T23:48:24.969Z | PASS [ 0.126s] nextest-filtering::match test_expr_deps |
1061 | 2024-11-27T23:48:24.969Z | PASS [ 0.086s] nextest-filtering::match test_expr_kind |
1062 | 2024-11-27T23:48:24.969Z | PASS [ 0.055s] nextest-filtering::match test_expr_kind_partial |
1063 | 2024-11-27T23:48:25.205Z | PASS [ 0.074s] nextest-filtering::match test_expr_package_contains |
1064 | 2024-11-27T23:48:25.229Z | PASS [ 0.043s] nextest-filtering::match test_expr_package_equal |
1065 | 2024-11-27T23:48:25.229Z | PASS [ 0.086s] nextest-filtering::match test_expr_package_regex |
1066 | 2024-11-27T23:48:25.229Z | PASS [ 0.045s] nextest-filtering::match test_expr_rdeps |
1067 | 2024-11-27T23:48:25.229Z | PASS [ 0.072s] nextest-filtering::match test_expr_platform |
1068 | 2024-11-27T23:48:25.230Z | PASS [ 0.038s] nextest-filtering::match test_expr_test_difference::with_and_not |
1069 | 2024-11-27T23:48:25.230Z | PASS [ 0.055s] nextest-filtering::match test_expr_test |
1070 | 2024-11-27T23:48:25.230Z | PASS [ 0.038s] nextest-filtering::match test_expr_test_difference::with_minus |
1071 | 2024-11-27T23:48:25.230Z | PASS [ 0.047s] nextest-filtering::match test_expr_test_intersect::with_and |
1072 | 2024-11-27T23:48:25.230Z | PASS [ 0.053s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1073 | 2024-11-27T23:48:25.230Z | PASS [ 0.066s] nextest-filtering::match test_expr_test_not |
1074 | 2024-11-27T23:48:25.230Z | PASS [ 0.060s] nextest-filtering::match test_expr_test_union::with_or |
1075 | 2024-11-27T23:48:25.254Z | PASS [ 0.058s] nextest-filtering::match test_expr_test_union::with_pipe |
1076 | 2024-11-27T23:48:25.254Z | PASS [ 0.029s] nextest-filtering::match test_expr_with_no_matching_packages |
1077 | 2024-11-27T23:48:25.279Z | PASS [ 0.064s] nextest-filtering::match test_expr_test_union::with_plus |
1078 | 2024-11-27T23:48:25.279Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord |
1079 | 2024-11-27T23:48:25.303Z | PASS [ 0.024s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1080 | 2024-11-27T23:48:25.303Z | PASS [ 0.044s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1081 | 2024-11-27T23:48:25.328Z | PASS [ 0.039s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1082 | 2024-11-27T23:48:25.328Z | PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1083 | 2024-11-27T23:48:25.351Z | PASS [ 0.034s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1084 | 2024-11-27T23:48:25.351Z | PASS [ 0.031s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1085 | 2024-11-27T23:48:25.375Z | PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1086 | 2024-11-27T23:48:25.375Z | PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1087 | 2024-11-27T23:48:25.375Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1088 | 2024-11-27T23:48:25.398Z | PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1089 | 2024-11-27T23:48:25.399Z | PASS [ 0.035s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1090 | 2024-11-27T23:48:25.399Z | PASS [ 0.028s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1091 | 2024-11-27T23:48:25.555Z | PASS [ 0.040s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1092 | 2024-11-27T23:48:25.636Z | PASS [ 7.833s] integration-tests::integration test_run_with_default_filter |
1093 | 2024-11-27T23:48:26.020Z | PASS [ 0.567s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1094 | 2024-11-27T23:48:26.111Z | PASS [ 0.631s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1095 | 2024-11-27T23:48:26.111Z | PASS [ 0.699s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1096 | 2024-11-27T23:48:26.145Z | PASS [ 0.516s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1097 | 2024-11-27T23:48:26.362Z | PASS [ 0.372s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1098 | 2024-11-27T23:48:26.443Z | PASS [ 0.409s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1099 | 2024-11-27T23:48:26.468Z | PASS [ 0.032s] nextest-runner config::config_impl::tests::default_config_is_valid |
1100 | 2024-11-27T23:48:26.498Z | PASS [ 0.361s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1101 | 2024-11-27T23:48:26.522Z | PASS [ 0.416s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1102 | 2024-11-27T23:48:26.546Z | PASS [ 0.026s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1103 | 2024-11-27T23:48:26.546Z | PASS [ 0.029s] nextest-runner config::identifier::tests::test_invalid |
1104 | 2024-11-27T23:48:26.579Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_accumulate |
1105 | 2024-11-27T23:48:26.579Z | PASS [ 0.038s] nextest-runner config::identifier::tests::test_valid |
1106 | 2024-11-27T23:48:26.602Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1107 | 2024-11-27T23:48:26.626Z | PASS [ 0.041s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1108 | 2024-11-27T23:48:26.626Z | PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1109 | 2024-11-27T23:48:26.651Z | PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1110 | 2024-11-27T23:48:26.675Z | PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1111 | 2024-11-27T23:48:26.698Z | PASS [ 0.037s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1112 | 2024-11-27T23:48:26.698Z | PASS [ 0.328s] nextest-runner config::archive::tests::parse_valid |
1113 | 2024-11-27T23:48:26.698Z | PASS [ 0.044s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1114 | 2024-11-27T23:48:26.723Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1115 | 2024-11-27T23:48:26.747Z | PASS [ 3.266s] integration-tests::integration test_target_arg |
1116 | 2024-11-27T23:48:26.866Z | PASS [ 0.397s] nextest-runner config::config_impl::tests::ignored_keys |
1117 | 2024-11-27T23:48:27.023Z | PASS [ 0.333s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1118 | 2024-11-27T23:48:27.047Z | PASS [ 0.333s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1119 | 2024-11-27T23:48:27.047Z | PASS [ 0.326s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1120 | 2024-11-27T23:48:27.071Z | PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1121 | 2024-11-27T23:48:27.173Z | PASS [ 0.303s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1122 | 2024-11-27T23:48:27.349Z | PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1123 | 2024-11-27T23:48:27.373Z | PASS [ 0.313s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1124 | 2024-11-27T23:48:27.373Z | PASS [ 0.334s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1125 | 2024-11-27T23:48:27.373Z | PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic |
1126 | 2024-11-27T23:48:27.489Z | PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1127 | 2024-11-27T23:48:27.671Z | PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1128 | 2024-11-27T23:48:27.695Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1129 | 2024-11-27T23:48:27.695Z | PASS [ 0.321s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1130 | 2024-11-27T23:48:27.695Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1131 | 2024-11-27T23:48:27.806Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1132 | 2024-11-27T23:48:27.973Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1133 | 2024-11-27T23:48:28.001Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1134 | 2024-11-27T23:48:28.025Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1135 | 2024-11-27T23:48:28.025Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1136 | 2024-11-27T23:48:28.124Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1137 | 2024-11-27T23:48:28.279Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1138 | 2024-11-27T23:48:28.303Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1139 | 2024-11-27T23:48:28.327Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1140 | 2024-11-27T23:48:28.350Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1141 | 2024-11-27T23:48:28.508Z | PASS [ 0.388s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1142 | 2024-11-27T23:48:28.605Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1143 | 2024-11-27T23:48:28.629Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1144 | 2024-11-27T23:48:28.629Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1145 | 2024-11-27T23:48:28.653Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1146 | 2024-11-27T23:48:28.844Z | PASS [ 0.333s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1147 | 2024-11-27T23:48:28.940Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1148 | 2024-11-27T23:48:28.963Z | PASS [ 0.340s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1149 | 2024-11-27T23:48:28.963Z | PASS [ 0.341s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1150 | 2024-11-27T23:48:28.987Z | PASS [ 0.328s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1151 | 2024-11-27T23:48:29.169Z | PASS [ 0.329s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1152 | 2024-11-27T23:48:29.261Z | PASS [ 0.324s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1153 | 2024-11-27T23:48:29.285Z | PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1154 | 2024-11-27T23:48:29.286Z | PASS [ 0.335s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1155 | 2024-11-27T23:48:29.313Z | PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1156 | 2024-11-27T23:48:29.518Z | PASS [ 0.335s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1157 | 2024-11-27T23:48:29.588Z | PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1158 | 2024-11-27T23:48:29.612Z | PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1159 | 2024-11-27T23:48:29.636Z | PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1160 | 2024-11-27T23:48:29.660Z | PASS [ 0.336s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1161 | 2024-11-27T23:48:29.705Z | PASS [ 7.486s] integration-tests::integration test_show_config_test_groups |
1162 | 2024-11-27T23:48:29.746Z | PASS [ 5.968s] integration-tests::integration test_target_dir |
1163 | 2024-11-27T23:48:29.821Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1164 | 2024-11-27T23:48:29.897Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1165 | 2024-11-27T23:48:29.921Z | PASS [ 0.309s] nextest-runner config::scripts::tests::test_scripts_basic |
1166 | 2024-11-27T23:48:29.921Z | PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1167 | 2024-11-27T23:48:29.945Z | PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1168 | 2024-11-27T23:48:30.007Z | PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1169 | 2024-11-27T23:48:30.042Z | PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1170 | 2024-11-27T23:48:30.122Z | PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1171 | 2024-11-27T23:48:30.198Z | PASS [ 0.301s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1172 | 2024-11-27T23:48:30.222Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1173 | 2024-11-27T23:48:30.222Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1174 | 2024-11-27T23:48:30.245Z | PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1175 | 2024-11-27T23:48:30.301Z | PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1176 | 2024-11-27T23:48:30.346Z | PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1177 | 2024-11-27T23:48:30.437Z | PASS [ 0.313s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1178 | 2024-11-27T23:48:30.511Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1179 | 2024-11-27T23:48:30.534Z | PASS [ 0.308s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1180 | 2024-11-27T23:48:30.534Z | PASS [ 0.320s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1181 | 2024-11-27T23:48:30.558Z | PASS [ 0.316s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1182 | 2024-11-27T23:48:30.626Z | PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1183 | 2024-11-27T23:48:30.677Z | PASS [ 0.330s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1184 | 2024-11-27T23:48:30.766Z | PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1185 | 2024-11-27T23:48:30.821Z | PASS [ 0.311s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1186 | 2024-11-27T23:48:30.851Z | PASS [ 0.328s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1187 | 2024-11-27T23:48:30.876Z | PASS [ 0.329s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1188 | 2024-11-27T23:48:30.877Z | PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1189 | 2024-11-27T23:48:30.965Z | PASS [ 0.338s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1190 | 2024-11-27T23:48:31.010Z | PASS [ 0.331s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1191 | 2024-11-27T23:48:31.079Z | PASS [ 0.318s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1192 | 2024-11-27T23:48:31.149Z | PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1193 | 2024-11-27T23:48:31.189Z | PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1194 | 2024-11-27T23:48:31.189Z | PASS [ 0.308s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1195 | 2024-11-27T23:48:31.213Z | PASS [ 0.024s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1196 | 2024-11-27T23:48:31.213Z | PASS [ 0.329s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1197 | 2024-11-27T23:48:31.213Z | PASS [ 0.030s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1198 | 2024-11-27T23:48:31.213Z | PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1199 | 2024-11-27T23:48:31.237Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1200 | 2024-11-27T23:48:31.237Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1201 | 2024-11-27T23:48:31.261Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1202 | 2024-11-27T23:48:31.261Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1203 | 2024-11-27T23:48:31.261Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1204 | 2024-11-27T23:48:31.285Z | PASS [ 0.030s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1205 | 2024-11-27T23:48:31.285Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1206 | 2024-11-27T23:48:31.285Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1207 | 2024-11-27T23:48:31.309Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1208 | 2024-11-27T23:48:31.309Z | PASS [ 0.332s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1209 | 2024-11-27T23:48:31.309Z | PASS [ 0.028s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1210 | 2024-11-27T23:48:31.309Z | PASS [ 0.030s] nextest-runner list::test_list::tests::test_parse_test_list |
1211 | 2024-11-27T23:48:31.333Z | PASS [ 0.024s] nextest-runner partition::tests::partitioner_builder_from_str |
1212 | 2024-11-27T23:48:31.334Z | PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1213 | 2024-11-27T23:48:31.334Z | PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1214 | 2024-11-27T23:48:31.334Z | PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1215 | 2024-11-27T23:48:31.334Z | PASS [ 0.319s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1216 | 2024-11-27T23:48:31.358Z | PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1217 | 2024-11-27T23:48:31.358Z | PASS [ 0.022s] nextest-runner redact::tests::test_redact_path |
1218 | 2024-11-27T23:48:31.358Z | PASS [ 0.029s] nextest-runner reporter::displayer::tests::no_capture_settings |
1219 | 2024-11-27T23:48:31.383Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1220 | 2024-11-27T23:48:31.383Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1221 | 2024-11-27T23:48:31.383Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1222 | 2024-11-27T23:48:31.406Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1223 | 2024-11-27T23:48:31.406Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1224 | 2024-11-27T23:48:31.406Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1225 | 2024-11-27T23:48:31.430Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1226 | 2024-11-27T23:48:31.430Z | PASS [ 0.346s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1227 | 2024-11-27T23:48:31.430Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_final_warnings |
1228 | 2024-11-27T23:48:31.430Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1229 | 2024-11-27T23:48:31.455Z | PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1230 | 2024-11-27T23:48:31.455Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1231 | 2024-11-27T23:48:31.480Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1232 | 2024-11-27T23:48:31.480Z | PASS [ 0.063s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1233 | 2024-11-27T23:48:31.480Z | PASS [ 0.027s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1234 | 2024-11-27T23:48:31.480Z | PASS [ 0.027s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1235 | 2024-11-27T23:48:31.480Z | PASS [ 0.022s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1236 | 2024-11-27T23:48:31.480Z | PASS [ 0.025s] nextest-runner reporter::helpers::tests::test_highlight_end |
1237 | 2024-11-27T23:48:31.504Z | PASS [ 0.064s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1238 | 2024-11-27T23:48:31.504Z | PASS [ 0.024s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1239 | 2024-11-27T23:48:31.528Z | PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1240 | 2024-11-27T23:48:31.528Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1241 | 2024-11-27T23:48:31.528Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1242 | 2024-11-27T23:48:31.553Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1243 | 2024-11-27T23:48:31.553Z | PASS [ 0.362s] nextest-runner config::tool_config::tests::tool_config_basic |
1244 | 2024-11-27T23:48:31.553Z | PASS [ 0.032s] nextest-runner runner::tests::no_capture_settings |
1245 | 2024-11-27T23:48:31.553Z | PASS [ 0.031s] nextest-runner runner::tests::test_is_success |
1246 | 2024-11-27T23:48:31.553Z | PASS [ 0.077s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1247 | 2024-11-27T23:48:31.577Z | PASS [ 0.032s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1248 | 2024-11-27T23:48:31.602Z | PASS [ 0.029s] nextest-runner test_command::tests::parse_build_script |
1249 | 2024-11-27T23:48:31.602Z | PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples |
1250 | 2024-11-27T23:48:31.602Z | PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config |
1251 | 2024-11-27T23:48:31.627Z | PASS [ 0.038s] nextest-runner test_filter::tests::pattern_examples |
1252 | 2024-11-27T23:48:31.650Z | PASS [ 0.116s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1253 | 2024-11-27T23:48:31.674Z | PASS [ 0.022s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1254 | 2024-11-27T23:48:31.699Z | PASS [ 0.150s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1255 | 2024-11-27T23:48:31.699Z | PASS [ 0.117s] nextest-runner test_filter::tests::proptest_empty |
1256 | 2024-11-27T23:48:31.797Z | PASS [ 0.191s] nextest-runner test_filter::tests::proptest_no_match |
1257 | 2024-11-27T23:48:31.797Z | PASS [ 0.279s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1258 | 2024-11-27T23:48:32.057Z | PASS [ 0.473s] nextest-runner test_filter::tests::proptest_exact |
1259 | 2024-11-27T23:48:32.240Z | PASS [ 0.573s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1260 | 2024-11-27T23:48:32.305Z | PASS [ 0.712s] nextest-runner test_filter::tests::proptest_substring |
1261 | 2024-11-27T23:48:33.633Z | PASS [ 1.857s] nextest-runner::integration basic::test_list_binaries |
1262 | 2024-11-27T23:48:33.935Z | PASS [ 2.136s] nextest-runner::integration basic::test_list_tests |
1263 | 2024-11-27T23:48:33.962Z | PASS [ 2.272s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1264 | 2024-11-27T23:48:33.995Z | PASS [ 2.310s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1265 | 2024-11-27T23:48:34.024Z | PASS [ 0.029s] nextest-runner::integration target_runner::disregards_non_matching |
1266 | 2024-11-27T23:48:34.127Z | PASS [ 0.494s] nextest-runner::integration basic::test_run_ignored |
1267 | 2024-11-27T23:48:34.155Z | PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1268 | 2024-11-27T23:48:34.184Z | PASS [ 0.028s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1269 | 2024-11-27T23:48:34.307Z | PASS [ 0.373s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1270 | 2024-11-27T23:48:34.331Z | PASS [ 0.304s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1271 | 2024-11-27T23:48:34.354Z | PASS [ 23.148s] integration-tests::integration test_run |
1272 | 2024-11-27T23:48:34.378Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env |
1273 | 2024-11-27T23:48:34.402Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli |
1274 | 2024-11-27T23:48:34.426Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1275 | 2024-11-27T23:48:34.449Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1276 | 2024-11-27T23:48:34.474Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env |
1277 | 2024-11-27T23:48:34.502Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1278 | 2024-11-27T23:48:34.526Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1279 | 2024-11-27T23:48:34.616Z | PASS [ 0.439s] nextest-runner::integration target_runner::parses_cargo_env |
1280 | 2024-11-27T23:48:34.908Z | PASS [ 0.607s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1281 | 2024-11-27T23:48:35.413Z | PASS [ 3.114s] nextest-runner::integration basic::test_run |
1282 | 2024-11-27T23:48:35.845Z | PASS [ 1.523s] nextest-runner::integration target_runner::test_run_with_target_runner |
1283 | 2024-11-27T23:48:36.484Z | PASS [ 2.528s] nextest-runner::integration basic::test_termination |
1284 | 2024-11-27T23:48:37.481Z | PASS [ 5.435s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1285 | 2024-11-27T23:48:37.532Z | PASS [ 5.298s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1286 | 2024-11-27T23:48:37.556Z | ------------ |
1287 | 2024-11-27T23:48:37.556Z | Summary [ 36.336s] 278 tests run: 278 passed, 0 skipped |
1288 | 2024-11-27T23:48:37.579Z | |
1289 | 2024-11-27T23:48:37.579Z | real 37.776091805 |
1290 | 2024-11-27T23:48:37.579Z | user 2:04.631613299 |
1291 | 2024-11-27T23:48:37.580Z | sys 1:53.897401109 |
1292 | 2024-11-27T23:48:37.580Z | trap 0.292461802 |
1293 | 2024-11-27T23:48:37.580Z | tflt 0.427005233 |
1294 | 2024-11-27T23:48:37.580Z | dflt 1.679772837 |
1295 | 2024-11-27T23:48:37.580Z | kflt 0.065403850 |
1296 | 2024-11-27T23:48:37.580Z | lock 32:37.754336311 |
1297 | 2024-11-27T23:48:37.580Z | slp 52:48.871974840 |
1298 | 2024-11-27T23:48:37.580Z | lat 12:49.005487577 |
1299 | 2024-11-27T23:48:37.580Z | stop 5:32.129004181 |
1300 | 2024-11-27T23:48:37.580Z | + banner release |
1301 | 2024-11-27T23:48:37.580Z | |
1302 | 2024-11-27T23:48:37.580Z | ##### ###### # ###### ## #### ###### |
1303 | 2024-11-27T23:48:37.580Z | # # # # # # # # # |
1304 | 2024-11-27T23:48:37.580Z | # # ##### # ##### # # #### ##### |
1305 | 2024-11-27T23:48:37.580Z | ##### # # # ###### # # |
1306 | 2024-11-27T23:48:37.580Z | # # # # # # # # # # |
1307 | 2024-11-27T23:48:37.580Z | # # ###### ###### ###### # # #### ###### |
1308 | 2024-11-27T23:48:37.580Z | |
1309 | 2024-11-27T23:48:37.580Z | + ptime -m cargo nextest run --profile ci |
1310 | 2024-11-27T23:48:38.426Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s |
1311 | 2024-11-27T23:48:38.587Z | ------------ |
1312 | 2024-11-27T23:48:38.587Z | Nextest run ID cd5345fa-d2e2-41e4-8603-4eac3d29284b with nextest profile: ci |
1313 | 2024-11-27T23:48:38.587Z | Starting 278 tests across 12 binaries |
1314 | 2024-11-27T23:48:38.635Z | PASS [ 0.036s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1315 | 2024-11-27T23:48:38.759Z | PASS [ 0.164s] cargo-nextest dispatch::tests::test_argument_parsing |
1316 | 2024-11-27T23:48:48.286Z | PASS [ 9.683s] integration-tests::integration test_list_binaries_only |
1317 | 2024-11-27T23:48:48.568Z | PASS [ 9.946s] integration-tests::integration test_list_host_after_build |
1318 | 2024-11-27T23:48:48.859Z | PASS [ 10.249s] integration-tests::integration test_list_default |
1319 | 2024-11-27T23:48:48.920Z | PASS [ 10.307s] integration-tests::integration test_list_full |
1320 | 2024-11-27T23:48:49.103Z | PASS [ 10.482s] integration-tests::integration test_list_full_after_build |
1321 | 2024-11-27T23:48:49.325Z | PASS [ 10.698s] integration-tests::integration test_list_target_after_build |
1322 | 2024-11-27T23:48:54.575Z | PASS [ 15.814s] integration-tests::integration test_relocated_run |
1323 | 2024-11-27T23:48:57.026Z | PASS [ 8.104s] integration-tests::integration test_run_from_archive_with_missing_includes |
1324 | 2024-11-27T23:48:59.207Z | PASS [ 9.882s] integration-tests::integration test_run_no_tests |
1325 | 2024-11-27T23:48:59.814Z | PASS [ 0.605s] integration-tests::integration test_setup_scripts_not_enabled |
1326 | 2024-11-27T23:49:00.229Z | PASS [ 11.660s] integration-tests::integration test_run_after_build |
1327 | 2024-11-27T23:49:00.751Z | PASS [ 0.523s] integration-tests::integration test_show_config_version |
1328 | 2024-11-27T23:49:00.841Z | PASS [ 22.201s] integration-tests::integration test_list_with_default_filter |
1329 | 2024-11-27T23:49:00.865Z | PASS [ 3.831s] integration-tests::integration test_setup_script_error |
1330 | 2024-11-27T23:49:00.911Z | PASS [ 0.054s] integration-tests::integration test_version_info |
1331 | 2024-11-27T23:49:01.329Z | PASS [ 0.418s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1332 | 2024-11-27T23:49:01.360Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_complex_error |
1333 | 2024-11-27T23:49:01.384Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof |
1334 | 2024-11-27T23:49:01.412Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr |
1335 | 2024-11-27T23:49:01.466Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_and_operator |
1336 | 2024-11-27T23:49:01.490Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_invalid_escapes |
1337 | 2024-11-27T23:49:01.514Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_glob |
1338 | 2024-11-27T23:49:01.538Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_or_operator |
1339 | 2024-11-27T23:49:01.562Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_invalid_platform |
1340 | 2024-11-27T23:49:01.585Z | PASS [ 12.711s] integration-tests::integration test_run_from_archive_with_includes |
1341 | 2024-11-27T23:49:01.585Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_invalid_regex |
1342 | 2024-11-27T23:49:01.635Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_argument |
1343 | 2024-11-27T23:49:01.659Z | PASS [ 0.064s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1344 | 2024-11-27T23:49:01.999Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_missing_close_regex |
1345 | 2024-11-27T23:49:01.999Z | PASS [ 0.038s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1346 | 2024-11-27T23:49:01.999Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_missing_parentheses |
1347 | 2024-11-27T23:49:01.999Z | PASS [ 12.603s] integration-tests::integration test_run_from_archive_with_no_includes |
1348 | 2024-11-27T23:49:02.024Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_parse_comma |
1349 | 2024-11-27T23:49:02.024Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_parse_expr_difference |
1350 | 2024-11-27T23:49:02.024Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1351 | 2024-11-27T23:49:02.024Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_not |
1352 | 2024-11-27T23:49:02.024Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1353 | 2024-11-27T23:49:02.024Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_set |
1354 | 2024-11-27T23:49:02.024Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_union |
1355 | 2024-11-27T23:49:02.025Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1356 | 2024-11-27T23:49:02.025Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1357 | 2024-11-27T23:49:02.025Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_name_matcher |
1358 | 2024-11-27T23:49:02.025Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_set_def |
1359 | 2024-11-27T23:49:02.025Z | PASS [ 0.067s] nextest-filtering parsing::tests::test_parse_regex |
1360 | 2024-11-27T23:49:02.025Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_unexpected_argument |
1361 | 2024-11-27T23:49:02.025Z | PASS [ 0.043s] nextest-filtering parsing::tests::test_unexpected_comma |
1362 | 2024-11-27T23:49:02.193Z | PASS [ 0.124s] nextest-filtering::match test_expr_binary |
1363 | 2024-11-27T23:49:02.193Z | PASS [ 0.134s] nextest-filtering::match test_binary_query |
1364 | 2024-11-27T23:49:02.217Z | PASS [ 0.301s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1365 | 2024-11-27T23:49:02.217Z | PASS [ 0.029s] nextest-filtering::match test_expr_kind |
1366 | 2024-11-27T23:49:02.241Z | PASS [ 0.195s] nextest-filtering::match test_expr_binary_id_glob |
1367 | 2024-11-27T23:49:02.241Z | PASS [ 0.049s] nextest-filtering::match test_expr_deps |
1368 | 2024-11-27T23:49:02.265Z | PASS [ 0.027s] nextest-filtering::match test_expr_kind_partial |
1369 | 2024-11-27T23:49:02.299Z | PASS [ 0.038s] nextest-filtering::match test_expr_package_contains |
1370 | 2024-11-27T23:49:02.323Z | PASS [ 0.033s] nextest-filtering::match test_expr_package_equal |
1371 | 2024-11-27T23:49:02.397Z | PASS [ 0.050s] nextest-filtering::match test_expr_platform |
1372 | 2024-11-27T23:49:02.421Z | PASS [ 0.073s] nextest-filtering::match test_expr_package_regex |
1373 | 2024-11-27T23:49:02.421Z | PASS [ 0.119s] nextest-filtering::match test_expr_rdeps |
1374 | 2024-11-27T23:49:02.444Z | PASS [ 0.111s] nextest-filtering::match test_expr_test |
1375 | 2024-11-27T23:49:02.575Z | PASS [ 0.068s] nextest-filtering::match test_expr_test_difference::with_and_not |
1376 | 2024-11-27T23:49:02.575Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_difference::with_minus |
1377 | 2024-11-27T23:49:02.575Z | PASS [ 0.028s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1378 | 2024-11-27T23:49:02.575Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and |
1379 | 2024-11-27T23:49:02.575Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_not |
1380 | 2024-11-27T23:49:02.599Z | PASS [ 0.057s] nextest-filtering::match test_expr_test_union::with_or |
1381 | 2024-11-27T23:49:02.599Z | PASS [ 0.048s] nextest-filtering::match test_expr_test_union::with_pipe |
1382 | 2024-11-27T23:49:02.599Z | PASS [ 0.093s] nextest-filtering::match test_expr_test_union::with_plus |
1383 | 2024-11-27T23:49:02.599Z | PASS [ 0.054s] nextest-filtering::match test_expr_with_no_matching_packages |
1384 | 2024-11-27T23:49:02.623Z | PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1385 | 2024-11-27T23:49:02.652Z | PASS [ 8.049s] integration-tests::integration test_run_with_default_filter |
1386 | 2024-11-27T23:49:02.676Z | PASS [ 0.063s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1387 | 2024-11-27T23:49:02.676Z | PASS [ 0.089s] nextest-metadata test_list::tests::test_binary_id_ord |
1388 | 2024-11-27T23:49:02.794Z | PASS [ 0.038s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1389 | 2024-11-27T23:49:02.794Z | PASS [ 0.068s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1390 | 2024-11-27T23:49:02.794Z | PASS [ 0.065s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1391 | 2024-11-27T23:49:02.794Z | PASS [ 0.044s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1392 | 2024-11-27T23:49:02.794Z | PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1393 | 2024-11-27T23:49:02.794Z | PASS [ 0.046s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1394 | 2024-11-27T23:49:02.794Z | PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1395 | 2024-11-27T23:49:02.794Z | PASS [ 0.023s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1396 | 2024-11-27T23:49:02.794Z | PASS [ 0.050s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1397 | 2024-11-27T23:49:02.794Z | PASS [ 0.042s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1398 | 2024-11-27T23:49:02.794Z | PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1399 | 2024-11-27T23:49:03.192Z | PASS [ 0.432s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1400 | 2024-11-27T23:49:03.281Z | PASS [ 0.508s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1401 | 2024-11-27T23:49:03.304Z | PASS [ 0.501s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1402 | 2024-11-27T23:49:03.328Z | PASS [ 0.515s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1403 | 2024-11-27T23:49:03.655Z | PASS [ 0.470s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1404 | 2024-11-27T23:49:03.701Z | PASS [ 0.406s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1405 | 2024-11-27T23:49:03.725Z | PASS [ 0.429s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1406 | 2024-11-27T23:49:03.725Z | PASS [ 0.022s] nextest-runner config::config_impl::tests::default_config_is_valid |
1407 | 2024-11-27T23:49:03.749Z | PASS [ 0.440s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1408 | 2024-11-27T23:49:03.773Z | PASS [ 0.024s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1409 | 2024-11-27T23:49:03.773Z | PASS [ 0.032s] nextest-runner config::identifier::tests::test_invalid |
1410 | 2024-11-27T23:49:03.826Z | PASS [ 0.029s] nextest-runner config::identifier::tests::test_valid |
1411 | 2024-11-27T23:49:03.826Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate |
1412 | 2024-11-27T23:49:03.826Z | PASS [ 0.039s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1413 | 2024-11-27T23:49:03.826Z | PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1414 | 2024-11-27T23:49:03.850Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1415 | 2024-11-27T23:49:03.850Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1416 | 2024-11-27T23:49:03.873Z | PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1417 | 2024-11-27T23:49:03.873Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1418 | 2024-11-27T23:49:03.898Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1419 | 2024-11-27T23:49:03.922Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1420 | 2024-11-27T23:49:04.015Z | PASS [ 0.346s] nextest-runner config::archive::tests::parse_valid |
1421 | 2024-11-27T23:49:04.081Z | PASS [ 0.355s] nextest-runner config::config_impl::tests::ignored_keys |
1422 | 2024-11-27T23:49:04.162Z | PASS [ 3.405s] integration-tests::integration test_target_arg |
1423 | 2024-11-27T23:49:04.198Z | PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1424 | 2024-11-27T23:49:04.254Z | PASS [ 0.370s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1425 | 2024-11-27T23:49:04.324Z | PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1426 | 2024-11-27T23:49:04.430Z | PASS [ 0.353s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1427 | 2024-11-27T23:49:04.517Z | PASS [ 0.317s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1428 | 2024-11-27T23:49:04.541Z | PASS [ 0.366s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1429 | 2024-11-27T23:49:04.590Z | PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1430 | 2024-11-27T23:49:04.644Z | PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1431 | 2024-11-27T23:49:04.735Z | PASS [ 0.317s] nextest-runner config::overrides::tests::test_overrides_basic |
1432 | 2024-11-27T23:49:04.820Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1433 | 2024-11-27T23:49:04.845Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1434 | 2024-11-27T23:49:04.904Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1435 | 2024-11-27T23:49:04.967Z | PASS [ 0.323s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1436 | 2024-11-27T23:49:05.045Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1437 | 2024-11-27T23:49:05.138Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1438 | 2024-11-27T23:49:05.162Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1439 | 2024-11-27T23:49:05.216Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1440 | 2024-11-27T23:49:05.267Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1441 | 2024-11-27T23:49:05.342Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1442 | 2024-11-27T23:49:05.453Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1443 | 2024-11-27T23:49:05.477Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1444 | 2024-11-27T23:49:05.589Z | PASS [ 0.357s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1445 | 2024-11-27T23:49:05.641Z | PASS [ 0.372s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1446 | 2024-11-27T23:49:05.685Z | PASS [ 0.336s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1447 | 2024-11-27T23:49:05.775Z | PASS [ 0.329s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1448 | 2024-11-27T23:49:05.798Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1449 | 2024-11-27T23:49:05.926Z | PASS [ 0.342s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1450 | 2024-11-27T23:49:05.982Z | PASS [ 0.334s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1451 | 2024-11-27T23:49:06.007Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1452 | 2024-11-27T23:49:06.078Z | PASS [ 0.303s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1453 | 2024-11-27T23:49:06.101Z | PASS [ 0.310s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1454 | 2024-11-27T23:49:06.227Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1455 | 2024-11-27T23:49:06.281Z | PASS [ 5.439s] integration-tests::integration test_target_dir |
1456 | 2024-11-27T23:49:06.356Z | PASS [ 0.348s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1457 | 2024-11-27T23:49:06.380Z | PASS [ 0.391s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1458 | 2024-11-27T23:49:06.436Z | PASS [ 0.345s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1459 | 2024-11-27T23:49:06.463Z | PASS [ 0.383s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1460 | 2024-11-27T23:49:06.553Z | PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1461 | 2024-11-27T23:49:06.645Z | PASS [ 0.370s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1462 | 2024-11-27T23:49:06.675Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1463 | 2024-11-27T23:49:06.698Z | PASS [ 0.319s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1464 | 2024-11-27T23:49:06.797Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1465 | 2024-11-27T23:49:06.797Z | PASS [ 0.353s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1466 | 2024-11-27T23:49:06.854Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1467 | 2024-11-27T23:49:06.962Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1468 | 2024-11-27T23:49:06.986Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1469 | 2024-11-27T23:49:07.009Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1470 | 2024-11-27T23:49:07.033Z | PASS [ 7.214s] integration-tests::integration test_show_config_test_groups |
1471 | 2024-11-27T23:49:07.097Z | PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1472 | 2024-11-27T23:49:07.121Z | PASS [ 0.328s] nextest-runner config::scripts::tests::test_scripts_basic |
1473 | 2024-11-27T23:49:07.155Z | PASS [ 0.302s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1474 | 2024-11-27T23:49:07.247Z | PASS [ 0.290s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1475 | 2024-11-27T23:49:07.271Z | PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1476 | 2024-11-27T23:49:07.294Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1477 | 2024-11-27T23:49:07.325Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1478 | 2024-11-27T23:49:07.394Z | PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1479 | 2024-11-27T23:49:07.425Z | PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1480 | 2024-11-27T23:49:07.459Z | PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1481 | 2024-11-27T23:49:07.555Z | PASS [ 0.305s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1482 | 2024-11-27T23:49:07.579Z | PASS [ 0.301s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1483 | 2024-11-27T23:49:07.602Z | PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1484 | 2024-11-27T23:49:07.644Z | PASS [ 0.317s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1485 | 2024-11-27T23:49:07.717Z | PASS [ 0.322s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1486 | 2024-11-27T23:49:07.741Z | PASS [ 0.323s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1487 | 2024-11-27T23:49:07.793Z | PASS [ 0.332s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1488 | 2024-11-27T23:49:07.871Z | PASS [ 0.315s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1489 | 2024-11-27T23:49:07.895Z | PASS [ 0.321s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1490 | 2024-11-27T23:49:07.947Z | PASS [ 0.338s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1491 | 2024-11-27T23:49:07.971Z | PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1492 | 2024-11-27T23:49:08.042Z | PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1493 | 2024-11-27T23:49:08.066Z | PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1494 | 2024-11-27T23:49:08.171Z | PASS [ 0.367s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1495 | 2024-11-27T23:49:08.195Z | PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1496 | 2024-11-27T23:49:08.220Z | PASS [ 0.318s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1497 | 2024-11-27T23:49:08.260Z | PASS [ 0.318s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1498 | 2024-11-27T23:49:08.286Z | PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1499 | 2024-11-27T23:49:08.310Z | PASS [ 0.017s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1500 | 2024-11-27T23:49:08.357Z | PASS [ 0.320s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1501 | 2024-11-27T23:49:08.380Z | PASS [ 0.328s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1502 | 2024-11-27T23:49:08.405Z | PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1503 | 2024-11-27T23:49:08.405Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1504 | 2024-11-27T23:49:08.429Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1505 | 2024-11-27T23:49:08.429Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1506 | 2024-11-27T23:49:08.429Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1507 | 2024-11-27T23:49:08.453Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1508 | 2024-11-27T23:49:08.453Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1509 | 2024-11-27T23:49:08.453Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1510 | 2024-11-27T23:49:08.477Z | PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1511 | 2024-11-27T23:49:08.477Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1512 | 2024-11-27T23:49:08.502Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1513 | 2024-11-27T23:49:08.502Z | PASS [ 0.328s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1514 | 2024-11-27T23:49:08.502Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1515 | 2024-11-27T23:49:08.502Z | PASS [ 0.319s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1516 | 2024-11-27T23:49:08.525Z | PASS [ 0.024s] nextest-runner list::test_list::tests::test_parse_test_list |
1517 | 2024-11-27T23:49:08.525Z | PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str |
1518 | 2024-11-27T23:49:08.525Z | PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1519 | 2024-11-27T23:49:08.525Z | PASS [ 0.024s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1520 | 2024-11-27T23:49:08.549Z | PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1521 | 2024-11-27T23:49:08.549Z | PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1522 | 2024-11-27T23:49:08.702Z | PASS [ 0.021s] nextest-runner redact::tests::test_redact_path |
1523 | 2024-11-27T23:49:08.726Z | PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1524 | 2024-11-27T23:49:08.726Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::no_capture_settings |
1525 | 2024-11-27T23:49:08.726Z | PASS [ 0.317s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1526 | 2024-11-27T23:49:08.726Z | PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1527 | 2024-11-27T23:49:08.726Z | PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1528 | 2024-11-27T23:49:08.726Z | PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1529 | 2024-11-27T23:49:08.726Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1530 | 2024-11-27T23:49:08.726Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1531 | 2024-11-27T23:49:08.726Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1532 | 2024-11-27T23:49:08.726Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1533 | 2024-11-27T23:49:08.726Z | PASS [ 0.334s] nextest-runner config::tool_config::tests::tool_config_basic |
1534 | 2024-11-27T23:49:08.726Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1535 | 2024-11-27T23:49:08.726Z | PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1536 | 2024-11-27T23:49:08.726Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_final_warnings |
1537 | 2024-11-27T23:49:08.726Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1538 | 2024-11-27T23:49:08.726Z | PASS [ 0.043s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1539 | 2024-11-27T23:49:08.726Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1540 | 2024-11-27T23:49:08.726Z | PASS [ 0.026s] nextest-runner reporter::helpers::tests::test_heuristic_error_str |
1541 | 2024-11-27T23:49:08.726Z | PASS [ 0.041s] nextest-runner reporter::helpers::tests::test_heuristic_panic_message |
1542 | 2024-11-27T23:49:08.726Z | PASS [ 0.027s] nextest-runner reporter::helpers::tests::test_highlight_end |
1543 | 2024-11-27T23:49:08.726Z | PASS [ 0.035s] nextest-runner reporter::helpers::tests::test_heuristic_should_panic |
1544 | 2024-11-27T23:49:08.726Z | PASS [ 0.074s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1545 | 2024-11-27T23:49:08.726Z | PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1546 | 2024-11-27T23:49:08.760Z | PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1547 | 2024-11-27T23:49:08.760Z | PASS [ 0.020s] nextest-runner runner::tests::test_is_success |
1548 | 2024-11-27T23:49:08.760Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1549 | 2024-11-27T23:49:08.760Z | PASS [ 0.025s] nextest-runner runner::tests::no_capture_settings |
1550 | 2024-11-27T23:49:08.760Z | PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_exec_fail |
1551 | 2024-11-27T23:49:08.760Z | PASS [ 0.075s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1552 | 2024-11-27T23:49:08.760Z | PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1553 | 2024-11-27T23:49:08.784Z | PASS [ 0.030s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1554 | 2024-11-27T23:49:08.808Z | PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script |
1555 | 2024-11-27T23:49:08.808Z | PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples |
1556 | 2024-11-27T23:49:08.808Z | PASS [ 0.028s] nextest-runner target_runner::tests::test_find_config |
1557 | 2024-11-27T23:49:08.808Z | PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples |
1558 | 2024-11-27T23:49:08.843Z | PASS [ 0.099s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1559 | 2024-11-27T23:49:08.867Z | PASS [ 0.017s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1560 | 2024-11-27T23:49:08.891Z | PASS [ 0.132s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1561 | 2024-11-27T23:49:08.891Z | PASS [ 0.120s] nextest-runner test_filter::tests::proptest_empty |
1562 | 2024-11-27T23:49:08.970Z | PASS [ 0.194s] nextest-runner test_filter::tests::proptest_no_match |
1563 | 2024-11-27T23:49:08.995Z | PASS [ 0.280s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1564 | 2024-11-27T23:49:09.079Z | PASS [ 0.109s] nextest-runner::integration basic::test_list_binaries |
1565 | 2024-11-27T23:49:09.250Z | PASS [ 0.380s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1566 | 2024-11-27T23:49:09.274Z | PASS [ 0.484s] nextest-runner test_filter::tests::proptest_exact |
1567 | 2024-11-27T23:49:09.298Z | PASS [ 0.401s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1568 | 2024-11-27T23:49:09.343Z | PASS [ 0.562s] nextest-runner test_filter::tests::proptest_substring |
1569 | 2024-11-27T23:49:09.367Z | PASS [ 0.355s] nextest-runner::integration basic::test_list_tests |
1570 | 2024-11-27T23:49:09.419Z | PASS [ 0.567s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1571 | 2024-11-27T23:49:09.442Z | PASS [ 0.025s] nextest-runner::integration target_runner::disregards_non_matching |
1572 | 2024-11-27T23:49:09.712Z | PASS [ 0.364s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1573 | 2024-11-27T23:49:09.736Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1574 | 2024-11-27T23:49:09.761Z | PASS [ 0.297s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1575 | 2024-11-27T23:49:09.761Z | PASS [ 0.026s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1576 | 2024-11-27T23:49:09.935Z | PASS [ 0.646s] nextest-runner::integration basic::test_run_ignored |
1577 | 2024-11-27T23:49:10.180Z | PASS [ 0.441s] nextest-runner::integration target_runner::parses_cargo_env |
1578 | 2024-11-27T23:49:10.204Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_cargo_env |
1579 | 2024-11-27T23:49:10.228Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli |
1580 | 2024-11-27T23:49:10.252Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1581 | 2024-11-27T23:49:10.276Z | PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1582 | 2024-11-27T23:49:10.300Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env |
1583 | 2024-11-27T23:49:10.324Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1584 | 2024-11-27T23:49:10.348Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1585 | 2024-11-27T23:49:10.430Z | PASS [ 0.679s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1586 | 2024-11-27T23:49:10.800Z | PASS [ 22.519s] integration-tests::integration test_run |
1587 | 2024-11-27T23:49:10.976Z | PASS [ 1.726s] nextest-runner::integration basic::test_run |
1588 | 2024-11-27T23:49:11.511Z | PASS [ 1.584s] nextest-runner::integration target_runner::test_run_with_target_runner |
1589 | 2024-11-27T23:49:11.762Z | PASS [ 2.419s] nextest-runner::integration basic::test_termination |
1590 | 2024-11-27T23:49:13.019Z | PASS [ 3.946s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1591 | 2024-11-27T23:49:13.063Z | PASS [ 3.818s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1592 | 2024-11-27T23:49:13.087Z | ------------ |
1593 | 2024-11-27T23:49:13.087Z | Summary [ 34.477s] 278 tests run: 278 passed, 0 skipped |
1594 | 2024-11-27T23:49:13.087Z | |
1595 | 2024-11-27T23:49:13.087Z | real 35.508591041 |
1596 | 2024-11-27T23:49:13.087Z | user 1:58.384941213 |
1597 | 2024-11-27T23:49:13.087Z | sys 1:49.021625666 |
1598 | 2024-11-27T23:49:13.087Z | trap 0.287436913 |
1599 | 2024-11-27T23:49:13.087Z | tflt 0.355257882 |
1600 | 2024-11-27T23:49:13.087Z | dflt 1.419800691 |
1601 | 2024-11-27T23:49:13.087Z | kflt 0.001157225 |
1602 | 2024-11-27T23:49:13.087Z | lock 31:42.536351795 |
1603 | 2024-11-27T23:49:13.087Z | slp 52:26.447747332 |
1604 | 2024-11-27T23:49:13.087Z | lat 12:47.173257863 |
1605 | 2024-11-27T23:49:13.088Z | stop 4:53.639611055 |
1606 | 2024-11-27T23:49:13.111Z | process exited: duration 322710 ms, exit code 0 |
|
1607 | 2024-11-27T23:49:13.161Z | found 0 output files |