|
|
|
1 | 2024-12-05T20:12:56.709Z | job assigned to worker 01JEC76N7FTY099SX4G21A6QQ9 [factory aws, i-0eaca8cd8fd600d89] (queued for 50 s) |
|
2 | 2024-12-05T20:13:04.893Z | starting task 0: "setup" |
3 | 2024-12-05T20:13:04.901Z | ++ uname -s |
4 | 2024-12-05T20:13:04.904Z | + kern=SunOS |
5 | 2024-12-05T20:13:04.904Z | + case "$kern" in |
6 | 2024-12-05T20:13:04.904Z | + groupadd -g 12345 build |
7 | 2024-12-05T20:13:04.906Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-05T20:13:06.912Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-05T20:13:07.006Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-05T20:13:07.009Z | + home_fs=zfs |
11 | 2024-12-05T20:13:07.009Z | + [[ zfs == autofs ]] |
12 | 2024-12-05T20:13:07.009Z | + mkdir -p /home/build |
13 | 2024-12-05T20:13:07.012Z | + chown build:build /home/build /work |
14 | 2024-12-05T20:13:09.012Z | + chmod 0700 /home/build /work |
15 | 2024-12-05T20:13:09.016Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2024-12-05T20:13:09.020Z | starting task 1: "rust-toolchain" |
17 | 2024-12-05T20:13:09.026Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-05T20:13:09.026Z | ' stable |
19 | 2024-12-05T20:13:09.026Z | * toolchain channel = "stable" |
20 | 2024-12-05T20:13:09.026Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-05T20:13:09.026Z | ' default |
22 | 2024-12-05T20:13:09.026Z | * toolchain profile = "default" |
23 | 2024-12-05T20:13:09.028Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-05T20:13:09.028Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-05T20:13:09.145Z | info: downloading installer |
26 | 2024-12-05T20:13:10.589Z | info: profile set to 'default' |
27 | 2024-12-05T20:13:10.589Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-05T20:13:10.592Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-05T20:13:10.741Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-05T20:13:10.741Z | info: downloading component 'cargo' |
31 | 2024-12-05T20:13:11.630Z | info: downloading component 'clippy' |
32 | 2024-12-05T20:13:11.968Z | info: downloading component 'rust-docs' |
33 | 2024-12-05T20:13:13.204Z | info: downloading component 'rust-std' |
34 | 2024-12-05T20:13:15.099Z | info: downloading component 'rustc' |
35 | 2024-12-05T20:13:21.884Z | info: downloading component 'rustfmt' |
36 | 2024-12-05T20:13:22.145Z | info: installing component 'cargo' |
37 | 2024-12-05T20:13:22.999Z | info: installing component 'clippy' |
38 | 2024-12-05T20:13:23.390Z | info: installing component 'rust-docs' |
39 | 2024-12-05T20:13:25.064Z | info: installing component 'rust-std' |
40 | 2024-12-05T20:13:26.788Z | info: installing component 'rustc' |
41 | 2024-12-05T20:13:32.531Z | info: installing component 'rustfmt' |
42 | 2024-12-05T20:13:32.859Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-05T20:13:32.859Z | |
44 | 2024-12-05T20:13:33.214Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-05T20:13:33.215Z | |
46 | 2024-12-05T20:13:33.217Z | |
47 | 2024-12-05T20:13:33.218Z | Rust is installed now. Great! |
48 | 2024-12-05T20:13:33.218Z | |
49 | 2024-12-05T20:13:33.218Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-05T20:13:33.218Z | environment variable. This has not been done automatically. |
51 | 2024-12-05T20:13:33.218Z | |
52 | 2024-12-05T20:13:33.218Z | To configure your current shell, you need to source |
53 | 2024-12-05T20:13:33.218Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-05T20:13:33.218Z | |
55 | 2024-12-05T20:13:33.218Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-05T20:13:33.218Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-05T20:13:33.218Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-05T20:13:33.282Z | + rustc --version |
59 | 2024-12-05T20:13:33.350Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-05T20:13:33.353Z | process exited: duration 24326 ms, exit code 0 |
|
61 | 2024-12-05T20:13:33.358Z | starting task 2: "authentication" |
62 | 2024-12-05T20:13:33.378Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-05T20:13:33.383Z | starting task 3: "clone repository" |
64 | 2024-12-05T20:13:33.388Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-05T20:13:33.391Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-05T20:13:35.618Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-05T20:13:37.888Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-05T20:13:37.888Z | + git fetch origin 1b13ea072f65da9a0a495c781beb49a041050f8e |
69 | 2024-12-05T20:13:38.253Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-05T20:13:38.253Z | * branch 1b13ea072f65da9a0a495c781beb49a041050f8e -> FETCH_HEAD |
71 | 2024-12-05T20:13:38.258Z | + [[ -n '' ]] |
72 | 2024-12-05T20:13:38.258Z | + git reset --hard 1b13ea072f65da9a0a495c781beb49a041050f8e |
73 | 2024-12-05T20:13:38.325Z | HEAD is now at 1b13ea07 [nextest-runner] move some internal events into another module |
74 | 2024-12-05T20:13:38.328Z | process exited: duration 4941 ms, exit code 0 |
|
75 | 2024-12-05T20:13:38.333Z | starting task 4: "build" |
76 | 2024-12-05T20:13:38.342Z | + PLATFORM=illumos |
77 | 2024-12-05T20:13:38.342Z | + export CARGO_TERM_COLOR=always |
78 | 2024-12-05T20:13:38.342Z | + CARGO_TERM_COLOR=always |
79 | 2024-12-05T20:13:38.342Z | + cargo --version |
80 | 2024-12-05T20:13:38.392Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
81 | 2024-12-05T20:13:38.394Z | + rustc --version |
82 | 2024-12-05T20:13:38.454Z | rustc 1.83.0 (90b35a623 2024-11-26) |
83 | 2024-12-05T20:13:38.456Z | + banner install |
84 | 2024-12-05T20:13:38.585Z | |
85 | 2024-12-05T20:13:38.585Z | # # # #### ##### ## # # |
86 | 2024-12-05T20:13:38.585Z | # ## # # # # # # # |
87 | 2024-12-05T20:13:38.585Z | # # # # #### # # # # # |
88 | 2024-12-05T20:13:38.585Z | # # # # # # ###### # # |
89 | 2024-12-05T20:13:38.585Z | # # ## # # # # # # # |
90 | 2024-12-05T20:13:38.585Z | # # # #### # # # ###### ###### |
91 | 2024-12-05T20:13:38.585Z | |
92 | 2024-12-05T20:13:38.588Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-12-05T20:13:38.588Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-12-05T20:13:38.590Z | + gunzip |
95 | 2024-12-05T20:13:38.590Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-12-05T20:13:39.696Z | + banner metadata |
97 | 2024-12-05T20:13:39.699Z | |
98 | 2024-12-05T20:13:39.699Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-12-05T20:13:39.699Z | ## ## # # # # # # # # # # # |
100 | 2024-12-05T20:13:39.699Z | # ## # ##### # # # # # # # # # # |
101 | 2024-12-05T20:13:39.699Z | # # # # ###### # # ###### # ###### |
102 | 2024-12-05T20:13:39.699Z | # # # # # # # # # # # # # |
103 | 2024-12-05T20:13:39.699Z | # # ###### # # # ##### # # # # # |
104 | 2024-12-05T20:13:39.699Z | |
105 | 2024-12-05T20:13:39.699Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-12-05T20:13:39.832Z | Updating crates.io index |
107 | 2024-12-05T20:13:40.838Z | Downloading crates ... |
108 | 2024-12-05T20:13:40.894Z | Downloaded backtrace v0.3.71 |
109 | 2024-12-05T20:13:40.900Z | Downloaded adler v1.0.2 |
110 | 2024-12-05T20:13:40.906Z | Downloaded addr2line v0.21.0 |
111 | 2024-12-05T20:13:40.909Z | Downloaded anstyle-parse v0.2.6 |
112 | 2024-12-05T20:13:40.911Z | Downloaded autocfg v1.4.0 |
113 | 2024-12-05T20:13:40.914Z | Downloaded anstyle-query v1.1.2 |
114 | 2024-12-05T20:13:40.917Z | Downloaded backtrace-ext v0.2.1 |
115 | 2024-12-05T20:13:40.917Z | Downloaded anstyle v1.0.9 |
116 | 2024-12-05T20:13:40.926Z | Downloaded anstream v0.6.17 |
117 | 2024-12-05T20:13:40.935Z | Downloaded clap v4.5.22 |
118 | 2024-12-05T20:13:40.944Z | Downloaded getrandom v0.2.15 |
119 | 2024-12-05T20:13:40.947Z | Downloaded camino v1.1.9 |
120 | 2024-12-05T20:13:40.950Z | Downloaded bytes v1.9.0 |
121 | 2024-12-05T20:13:40.954Z | Downloaded cfg-expr v0.17.2 |
122 | 2024-12-05T20:13:40.956Z | Downloaded errno v0.3.9 |
123 | 2024-12-05T20:13:40.959Z | Downloaded equivalent v1.0.1 |
124 | 2024-12-05T20:13:40.960Z | Downloaded libm v0.2.8 |
125 | 2024-12-05T20:13:40.967Z | Downloaded memchr v2.7.4 |
126 | 2024-12-05T20:13:40.972Z | Downloaded clap_derive v4.5.18 |
127 | 2024-12-05T20:13:40.974Z | Downloaded cfg_aliases v0.2.1 |
128 | 2024-12-05T20:13:40.983Z | Downloaded is_ci v1.2.0 |
129 | 2024-12-05T20:13:40.985Z | Downloaded guppy-workspace-hack v0.1.0 |
130 | 2024-12-05T20:13:40.991Z | Downloaded either v1.13.0 |
131 | 2024-12-05T20:13:40.993Z | Downloaded colorchoice v1.0.3 |
132 | 2024-12-05T20:13:41.013Z | Downloaded is_terminal_polyfill v1.70.1 |
133 | 2024-12-05T20:13:41.015Z | Downloaded clap_lex v0.7.2 |
134 | 2024-12-05T20:13:41.015Z | Downloaded cfg-if v1.0.0 |
135 | 2024-12-05T20:13:41.018Z | Downloaded itoa v1.0.14 |
136 | 2024-12-05T20:13:41.021Z | Downloaded ppv-lite86 v0.2.20 |
137 | 2024-12-05T20:13:41.021Z | Downloaded miette-derive v7.4.0 |
138 | 2024-12-05T20:13:41.023Z | Downloaded heck v0.5.0 |
139 | 2024-12-05T20:13:41.034Z | Downloaded supports-unicode v3.0.0 |
140 | 2024-12-05T20:13:41.037Z | Downloaded supports-hyperlinks v3.0.0 |
141 | 2024-12-05T20:13:41.043Z | Downloaded signal-hook-registry v1.4.2 |
142 | 2024-12-05T20:13:41.045Z | Downloaded lazy_static v1.5.0 |
143 | 2024-12-05T20:13:41.048Z | Downloaded rand_core v0.6.4 |
144 | 2024-12-05T20:13:41.050Z | Downloaded strsim v0.11.1 |
145 | 2024-12-05T20:13:41.053Z | Downloaded rand_chacha v0.3.1 |
146 | 2024-12-05T20:13:41.053Z | Downloaded byteorder v1.5.0 |
147 | 2024-12-05T20:13:41.056Z | Downloaded smol_str v0.3.2 |
148 | 2024-12-05T20:13:41.059Z | Downloaded thiserror-impl v1.0.69 |
149 | 2024-12-05T20:13:41.062Z | Downloaded tracing-log v0.2.0 |
150 | 2024-12-05T20:13:41.062Z | Downloaded target-spec v3.2.2 |
151 | 2024-12-05T20:13:41.062Z | Downloaded shlex v1.3.0 |
152 | 2024-12-05T20:13:41.064Z | Downloaded unicase v2.8.0 |
153 | 2024-12-05T20:13:41.072Z | Downloaded miniz_oxide v0.7.4 |
154 | 2024-12-05T20:13:41.074Z | Downloaded target-lexicon v0.12.16 |
155 | 2024-12-05T20:13:41.077Z | Downloaded terminal_size v0.4.0 |
156 | 2024-12-05T20:13:41.079Z | Downloaded thiserror v1.0.69 |
157 | 2024-12-05T20:13:41.085Z | Downloaded console v0.15.8 |
158 | 2024-12-05T20:13:41.088Z | Downloaded unicode-linebreak v0.1.5 |
159 | 2024-12-05T20:13:41.091Z | Downloaded tokio-macros v2.4.0 |
160 | 2024-12-05T20:13:41.091Z | Downloaded thread_local v1.1.8 |
161 | 2024-12-05T20:13:41.094Z | Downloaded quote v1.0.37 |
162 | 2024-12-05T20:13:41.094Z | Downloaded jobserver v0.1.32 |
163 | 2024-12-05T20:13:41.097Z | Downloaded supports-color v3.0.2 |
164 | 2024-12-05T20:13:41.099Z | Downloaded xxhash-rust v0.8.12 |
165 | 2024-12-05T20:13:41.101Z | Downloaded zerocopy-derive v0.7.35 |
166 | 2024-12-05T20:13:41.104Z | Downloaded once_cell v1.20.2 |
167 | 2024-12-05T20:13:41.106Z | Downloaded socket2 v0.5.7 |
168 | 2024-12-05T20:13:41.110Z | Downloaded num-traits v0.2.19 |
169 | 2024-12-05T20:13:41.113Z | Downloaded log v0.4.22 |
170 | 2024-12-05T20:13:41.116Z | Downloaded utf8parse v0.2.2 |
171 | 2024-12-05T20:13:41.119Z | Downloaded smallvec v1.13.2 |
172 | 2024-12-05T20:13:41.122Z | Downloaded owo-colors v4.1.0 |
173 | 2024-12-05T20:13:41.125Z | Downloaded borsh v1.5.1 |
174 | 2024-12-05T20:13:41.127Z | Downloaded unicode-ident v1.0.14 |
175 | 2024-12-05T20:13:41.130Z | Downloaded textwrap v0.16.1 |
176 | 2024-12-05T20:13:41.133Z | Downloaded bitflags v2.6.0 |
177 | 2024-12-05T20:13:41.137Z | Downloaded pin-project-lite v0.2.15 |
178 | 2024-12-05T20:13:41.142Z | Downloaded rustc-demangle v0.1.24 |
179 | 2024-12-05T20:13:41.145Z | Downloaded cc v1.1.31 |
180 | 2024-12-05T20:13:41.149Z | Downloaded serde_derive v1.0.215 |
181 | 2024-12-05T20:13:41.155Z | Downloaded tracing-core v0.1.33 |
182 | 2024-12-05T20:13:41.164Z | Downloaded proc-macro2 v1.0.92 |
183 | 2024-12-05T20:13:41.167Z | Downloaded sharded-slab v0.1.7 |
184 | 2024-12-05T20:13:41.170Z | Downloaded serde v1.0.215 |
185 | 2024-12-05T20:13:41.174Z | Downloaded ryu v1.0.18 |
186 | 2024-12-05T20:13:41.177Z | Downloaded indexmap v2.7.0 |
187 | 2024-12-05T20:13:41.181Z | Downloaded tracing v0.1.41 |
188 | 2024-12-05T20:13:41.186Z | Downloaded rand v0.8.5 |
189 | 2024-12-05T20:13:41.194Z | Downloaded mio v1.0.2 |
190 | 2024-12-05T20:13:41.200Z | Downloaded miette v7.4.0 |
191 | 2024-12-05T20:13:41.209Z | Downloaded hashbrown v0.15.2 |
192 | 2024-12-05T20:13:41.217Z | Downloaded serde_json v1.0.133 |
193 | 2024-12-05T20:13:41.224Z | Downloaded clap_builder v4.5.22 |
194 | 2024-12-05T20:13:41.232Z | Downloaded zerocopy v0.7.35 |
195 | 2024-12-05T20:13:41.256Z | Downloaded tracing-subscriber v0.3.19 |
196 | 2024-12-05T20:13:41.293Z | Downloaded gimli v0.28.1 |
197 | 2024-12-05T20:13:41.301Z | Downloaded unicode-width v0.2.0 |
198 | 2024-12-05T20:13:41.307Z | Downloaded object v0.32.2 |
199 | 2024-12-05T20:13:41.317Z | Downloaded unicode-width v0.1.14 |
200 | 2024-12-05T20:13:41.323Z | Downloaded rustix v0.38.37 |
201 | 2024-12-05T20:13:41.344Z | Downloaded syn v2.0.90 |
202 | 2024-12-05T20:13:41.363Z | Downloaded libc v0.2.167 |
203 | 2024-12-05T20:13:41.396Z | Downloaded tokio v1.42.0 |
204 | 2024-12-05T20:13:41.600Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-12-05T20:13:41.600Z | Compiling unicode-ident v1.0.14 |
206 | 2024-12-05T20:13:41.603Z | Compiling libc v0.2.167 |
207 | 2024-12-05T20:13:41.603Z | Compiling cfg-if v1.0.0 |
208 | 2024-12-05T20:13:41.603Z | Compiling serde v1.0.215 |
209 | 2024-12-05T20:13:41.616Z | Compiling shlex v1.3.0 |
210 | 2024-12-05T20:13:41.619Z | Compiling rustix v0.38.37 |
211 | 2024-12-05T20:13:41.713Z | Compiling once_cell v1.20.2 |
212 | 2024-12-05T20:13:41.784Z | Compiling memchr v2.7.4 |
213 | 2024-12-05T20:13:41.963Z | Compiling bitflags v2.6.0 |
214 | 2024-12-05T20:13:42.083Z | Compiling tracing-core v0.1.33 |
215 | 2024-12-05T20:13:42.219Z | Compiling byteorder v1.5.0 |
216 | 2024-12-05T20:13:42.433Z | Compiling camino v1.1.9 |
217 | 2024-12-05T20:13:42.907Z | Compiling adler v1.0.2 |
218 | 2024-12-05T20:13:42.936Z | Compiling utf8parse v0.2.2 |
219 | 2024-12-05T20:13:43.028Z | Compiling gimli v0.28.1 |
220 | 2024-12-05T20:13:43.043Z | Compiling anstyle-parse v0.2.6 |
221 | 2024-12-05T20:13:43.236Z | Compiling miniz_oxide v0.7.4 |
222 | 2024-12-05T20:13:43.704Z | Compiling object v0.32.2 |
223 | 2024-12-05T20:13:44.564Z | Compiling anstyle v1.0.9 |
224 | 2024-12-05T20:13:44.577Z | Compiling target-lexicon v0.12.16 |
225 | 2024-12-05T20:13:44.632Z | Compiling is_terminal_polyfill v1.70.1 |
226 | 2024-12-05T20:13:44.738Z | Compiling lazy_static v1.5.0 |
227 | 2024-12-05T20:13:44.860Z | Compiling thiserror v1.0.69 |
228 | 2024-12-05T20:13:44.967Z | Compiling serde_json v1.0.133 |
229 | 2024-12-05T20:13:45.445Z | Compiling jobserver v0.1.32 |
230 | 2024-12-05T20:13:45.465Z | Compiling rustc-demangle v0.1.24 |
231 | 2024-12-05T20:13:45.533Z | Compiling libm v0.2.8 |
232 | 2024-12-05T20:13:45.563Z | Compiling owo-colors v4.1.0 |
233 | 2024-12-05T20:13:45.903Z | Compiling quote v1.0.37 |
234 | 2024-12-05T20:13:45.918Z | Compiling cc v1.1.31 |
235 | 2024-12-05T20:13:46.060Z | Compiling errno v0.3.9 |
236 | 2024-12-05T20:13:46.128Z | Compiling addr2line v0.21.0 |
237 | 2024-12-05T20:13:46.279Z | Compiling syn v2.0.90 |
238 | 2024-12-05T20:13:46.386Z | Compiling getrandom v0.2.15 |
239 | 2024-12-05T20:13:46.454Z | Compiling unicode-width v0.1.14 |
240 | 2024-12-05T20:13:46.684Z | Compiling colorchoice v1.0.3 |
241 | 2024-12-05T20:13:46.738Z | Compiling anstyle-query v1.1.2 |
242 | 2024-12-05T20:13:46.750Z | Compiling autocfg v1.4.0 |
243 | 2024-12-05T20:13:46.826Z | Compiling rand_core v0.6.4 |
244 | 2024-12-05T20:13:46.859Z | Compiling anstream v0.6.17 |
245 | 2024-12-05T20:13:47.225Z | Compiling terminal_size v0.4.0 |
246 | 2024-12-05T20:13:47.371Z | Compiling heck v0.5.0 |
247 | 2024-12-05T20:13:47.407Z | Compiling unicase v2.8.0 |
248 | 2024-12-05T20:13:47.485Z | Compiling num-traits v0.2.19 |
249 | 2024-12-05T20:13:47.485Z | Compiling is_ci v1.2.0 |
250 | 2024-12-05T20:13:47.674Z | Compiling guppy-workspace-hack v0.1.0 |
251 | 2024-12-05T20:13:47.700Z | Compiling itoa v1.0.14 |
252 | 2024-12-05T20:13:47.747Z | Compiling strsim v0.11.1 |
253 | 2024-12-05T20:13:47.774Z | Compiling ryu v1.0.18 |
254 | 2024-12-05T20:13:47.848Z | Compiling unicode-width v0.2.0 |
255 | 2024-12-05T20:13:47.909Z | Compiling clap_lex v0.7.2 |
256 | 2024-12-05T20:13:47.998Z | Compiling pin-project-lite v0.2.15 |
257 | 2024-12-05T20:13:48.103Z | Compiling log v0.4.22 |
258 | 2024-12-05T20:13:48.116Z | Compiling unicode-linebreak v0.1.5 |
259 | 2024-12-05T20:13:48.360Z | Compiling tracing-log v0.2.0 |
260 | 2024-12-05T20:13:48.363Z | Compiling clap_builder v4.5.22 |
261 | 2024-12-05T20:13:48.500Z | Compiling textwrap v0.16.1 |
262 | 2024-12-05T20:13:48.581Z | Compiling tracing v0.1.41 |
263 | 2024-12-05T20:13:48.821Z | Compiling supports-color v3.0.2 |
264 | 2024-12-05T20:13:48.861Z | Compiling backtrace v0.3.71 |
265 | 2024-12-05T20:13:49.575Z | Compiling signal-hook-registry v1.4.2 |
266 | 2024-12-05T20:13:49.617Z | Compiling mio v1.0.2 |
267 | 2024-12-05T20:13:49.775Z | Compiling sharded-slab v0.1.7 |
268 | 2024-12-05T20:13:50.438Z | Compiling thread_local v1.1.8 |
269 | 2024-12-05T20:13:50.507Z | Compiling supports-hyperlinks v3.0.0 |
270 | 2024-12-05T20:13:50.753Z | Compiling target-spec v3.2.2 |
271 | 2024-12-05T20:13:50.850Z | Compiling equivalent v1.0.1 |
272 | 2024-12-05T20:13:50.957Z | Compiling bytes v1.9.0 |
273 | 2024-12-05T20:13:50.970Z | Compiling supports-unicode v3.0.0 |
274 | 2024-12-05T20:13:51.052Z | Compiling smallvec v1.13.2 |
275 | 2024-12-05T20:13:51.114Z | Compiling backtrace-ext v0.2.1 |
276 | 2024-12-05T20:13:51.190Z | Compiling hashbrown v0.15.2 |
277 | 2024-12-05T20:13:51.253Z | Compiling tracing-subscriber v0.3.19 |
278 | 2024-12-05T20:13:51.403Z | Compiling cfg-expr v0.17.2 |
279 | 2024-12-05T20:13:52.245Z | Compiling console v0.15.8 |
280 | 2024-12-05T20:13:52.265Z | Compiling either v1.13.0 |
281 | 2024-12-05T20:13:52.632Z | Compiling xxhash-rust v0.8.12 |
282 | 2024-12-05T20:13:54.765Z | Compiling serde_derive v1.0.215 |
283 | 2024-12-05T20:13:54.781Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-12-05T20:13:54.938Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-12-05T20:13:55.024Z | Compiling clap_derive v4.5.18 |
286 | 2024-12-05T20:13:55.070Z | Compiling miette-derive v7.4.0 |
287 | 2024-12-05T20:13:55.471Z | Compiling tokio-macros v2.4.0 |
288 | 2024-12-05T20:13:57.164Z | Compiling tokio v1.42.0 |
289 | 2024-12-05T20:13:57.167Z | Compiling zerocopy v0.7.35 |
290 | 2024-12-05T20:13:57.690Z | Compiling miette v7.4.0 |
291 | 2024-12-05T20:13:58.447Z | Compiling ppv-lite86 v0.2.20 |
292 | 2024-12-05T20:13:59.084Z | Compiling rand_chacha v0.3.1 |
293 | 2024-12-05T20:13:59.126Z | Compiling clap v4.5.22 |
294 | 2024-12-05T20:13:59.524Z | Compiling rand v0.8.5 |
295 | 2024-12-05T20:14:03.700Z | Compiling indexmap v2.7.0 |
296 | 2024-12-05T20:14:03.793Z | Compiling smol_str v0.3.2 |
297 | 2024-12-05T20:14:04.288Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-12-05T20:14:05.573Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-12-05T20:14:07.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.50s |
300 | 2024-12-05T20:14:07.451Z | |
301 | 2024-12-05T20:14:07.451Z | real 27.719550650 |
302 | 2024-12-05T20:14:07.451Z | user 2:17.216050441 |
303 | 2024-12-05T20:14:07.451Z | sys 17.128162948 |
304 | 2024-12-05T20:14:07.451Z | trap 0.113608705 |
305 | 2024-12-05T20:14:07.451Z | tflt 0.231703467 |
306 | 2024-12-05T20:14:07.451Z | dflt 4.303619800 |
307 | 2024-12-05T20:14:07.451Z | kflt 0.012590250 |
308 | 2024-12-05T20:14:07.453Z | lock 2:59.096039999 |
309 | 2024-12-05T20:14:07.453Z | slp 8:31.586448133 |
310 | 2024-12-05T20:14:07.453Z | lat 9.822498388 |
311 | 2024-12-05T20:14:07.453Z | stop 16.414691407 |
312 | 2024-12-05T20:14:07.453Z | + banner no-update |
313 | 2024-12-05T20:14:07.453Z | |
314 | 2024-12-05T20:14:07.453Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-12-05T20:14:07.453Z | ## # # # # # # # # # # # # # |
316 | 2024-12-05T20:14:07.454Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-12-05T20:14:07.454Z | # # # # # # # ##### # # ###### # # |
318 | 2024-12-05T20:14:07.454Z | # ## # # # # # # # # # # # |
319 | 2024-12-05T20:14:07.454Z | # # #### #### # ##### # # # ###### |
320 | 2024-12-05T20:14:07.454Z | |
321 | 2024-12-05T20:14:07.454Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-12-05T20:14:07.594Z | Downloading crates ... |
323 | 2024-12-05T20:14:07.715Z | Downloaded zstd v0.13.2 |
324 | 2024-12-05T20:14:07.721Z | Downloaded atomicwrites v0.4.4 |
325 | 2024-12-05T20:14:07.724Z | Downloaded async-scoped v0.9.0 |
326 | 2024-12-05T20:14:07.724Z | Downloaded xattr v1.3.1 |
327 | 2024-12-05T20:14:07.727Z | Downloaded zeroize v1.8.1 |
328 | 2024-12-05T20:14:07.727Z | Downloaded aho-corasick v1.1.3 |
329 | 2024-12-05T20:14:07.734Z | Downloaded zstd-safe v7.2.1 |
330 | 2024-12-05T20:14:07.737Z | Downloaded ahash v0.8.11 |
331 | 2024-12-05T20:14:07.739Z | Downloaded future-queue v0.3.0 |
332 | 2024-12-05T20:14:07.742Z | Downloaded futures-sink v0.3.31 |
333 | 2024-12-05T20:14:07.742Z | Downloaded fnv v1.0.7 |
334 | 2024-12-05T20:14:07.749Z | Downloaded duct v0.13.7 |
335 | 2024-12-05T20:14:07.754Z | Downloaded camino-tempfile v1.1.1 |
336 | 2024-12-05T20:14:07.757Z | Downloaded cargo-platform v0.1.9 |
337 | 2024-12-05T20:14:07.764Z | Downloaded filetime v0.2.25 |
338 | 2024-12-05T20:14:07.767Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
339 | 2024-12-05T20:14:07.784Z | Downloaded futures-task v0.3.31 |
340 | 2024-12-05T20:14:07.787Z | Downloaded globset v0.4.15 |
341 | 2024-12-05T20:14:07.787Z | Downloaded enable-ansi-support v0.2.1 |
342 | 2024-12-05T20:14:07.790Z | Downloaded futures-executor v0.3.31 |
343 | 2024-12-05T20:14:07.790Z | Downloaded fixedbitset v0.4.2 |
344 | 2024-12-05T20:14:07.790Z | Downloaded fastrand v2.1.1 |
345 | 2024-12-05T20:14:07.796Z | Downloaded futures v0.3.31 |
346 | 2024-12-05T20:14:07.805Z | Downloaded futures-macro v0.3.31 |
347 | 2024-12-05T20:14:07.807Z | Downloaded futures-io v0.3.31 |
348 | 2024-12-05T20:14:07.809Z | Downloaded dialoguer v0.11.0 |
349 | 2024-12-05T20:14:07.816Z | Downloaded number_prefix v0.4.0 |
350 | 2024-12-05T20:14:07.819Z | Downloaded indenter v0.3.3 |
351 | 2024-12-05T20:14:07.819Z | Downloaded humantime-serde v1.1.1 |
352 | 2024-12-05T20:14:07.819Z | Downloaded pathdiff v0.2.3 |
353 | 2024-12-05T20:14:07.829Z | Downloaded target-spec-miette v0.4.0 |
354 | 2024-12-05T20:14:07.837Z | Downloaded futures-core v0.3.31 |
355 | 2024-12-05T20:14:07.839Z | Downloaded home v0.5.9 |
356 | 2024-12-05T20:14:07.848Z | Downloaded newtype-uuid v1.1.3 |
357 | 2024-12-05T20:14:07.850Z | Downloaded tinyvec_macros v0.1.1 |
358 | 2024-12-05T20:14:07.853Z | Downloaded swrite v0.1.0 |
359 | 2024-12-05T20:14:07.859Z | Downloaded vte_generate_state_changes v0.1.2 |
360 | 2024-12-05T20:14:07.871Z | Downloaded indent_write v2.2.0 |
361 | 2024-12-05T20:14:07.880Z | Downloaded pkg-config v0.3.31 |
362 | 2024-12-05T20:14:07.882Z | Downloaded shell-words v1.1.0 |
363 | 2024-12-05T20:14:07.882Z | Downloaded scopeguard v1.2.0 |
364 | 2024-12-05T20:14:07.885Z | Downloaded quick-junit v0.5.1 |
365 | 2024-12-05T20:14:07.887Z | Downloaded serde_spanned v0.6.8 |
366 | 2024-12-05T20:14:07.887Z | Downloaded pin-utils v0.1.0 |
367 | 2024-12-05T20:14:07.888Z | Downloaded os_pipe v1.2.1 |
368 | 2024-12-05T20:14:07.891Z | Downloaded nested v0.1.1 |
369 | 2024-12-05T20:14:07.893Z | Downloaded serde_path_to_error v0.1.16 |
370 | 2024-12-05T20:14:07.893Z | Downloaded futures-channel v0.3.31 |
371 | 2024-12-05T20:14:07.895Z | Downloaded static_assertions v1.1.0 |
372 | 2024-12-05T20:14:07.895Z | Downloaded slab v0.4.9 |
373 | 2024-12-05T20:14:07.898Z | Downloaded signal-hook-mio v0.2.4 |
374 | 2024-12-05T20:14:07.898Z | Downloaded serde_ignored v0.1.10 |
375 | 2024-12-05T20:14:07.900Z | Downloaded debug-ignore v1.0.5 |
376 | 2024-12-05T20:14:07.900Z | Downloaded cargo_metadata v0.19.1 |
377 | 2024-12-05T20:14:07.903Z | Downloaded strip-ansi-escapes v0.2.0 |
378 | 2024-12-05T20:14:07.903Z | Downloaded humantime v2.1.0 |
379 | 2024-12-05T20:14:07.905Z | Downloaded shared_child v1.0.1 |
380 | 2024-12-05T20:14:07.909Z | Downloaded toml_datetime v0.6.8 |
381 | 2024-12-05T20:14:07.912Z | Downloaded eyre v0.6.12 |
382 | 2024-12-05T20:14:07.923Z | Downloaded version_check v0.9.5 |
383 | 2024-12-05T20:14:07.926Z | Downloaded tracing-error v0.2.0 |
384 | 2024-12-05T20:14:07.933Z | Downloaded pin-project-internal v1.1.7 |
385 | 2024-12-05T20:14:07.936Z | Downloaded parking_lot_core v0.9.10 |
386 | 2024-12-05T20:14:07.939Z | Downloaded owo-colors v3.5.0 |
387 | 2024-12-05T20:14:07.942Z | Downloaded lock_api v0.4.12 |
388 | 2024-12-05T20:14:07.944Z | Downloaded semver v1.0.23 |
389 | 2024-12-05T20:14:07.947Z | Downloaded tempfile v3.13.0 |
390 | 2024-12-05T20:14:07.951Z | Downloaded iana-time-zone v0.1.61 |
391 | 2024-12-05T20:14:07.955Z | Downloaded config v0.14.1 |
392 | 2024-12-05T20:14:07.959Z | Downloaded tracing-attributes v0.1.28 |
393 | 2024-12-05T20:14:07.966Z | Downloaded thiserror-impl v2.0.4 |
394 | 2024-12-05T20:14:07.968Z | Downloaded tokio-stream v0.1.16 |
395 | 2024-12-05T20:14:07.972Z | Downloaded vte v0.11.1 |
396 | 2024-12-05T20:14:07.979Z | Downloaded base64 v0.21.7 |
397 | 2024-12-05T20:14:07.990Z | Downloaded parking_lot v0.12.3 |
398 | 2024-12-05T20:14:07.992Z | Downloaded tinyvec v1.8.0 |
399 | 2024-12-05T20:14:07.998Z | Downloaded signal-hook v0.3.17 |
400 | 2024-12-05T20:14:08.001Z | Downloaded pin-project v1.1.7 |
401 | 2024-12-05T20:14:08.010Z | Downloaded toml v0.8.19 |
402 | 2024-12-05T20:14:08.013Z | Downloaded thiserror v2.0.4 |
403 | 2024-12-05T20:14:08.019Z | Downloaded crossterm v0.28.1 |
404 | 2024-12-05T20:14:08.025Z | Downloaded tar v0.4.43 |
405 | 2024-12-05T20:14:08.028Z | Downloaded ron v0.8.1 |
406 | 2024-12-05T20:14:08.033Z | Downloaded color-spantrace v0.2.1 |
407 | 2024-12-05T20:14:08.036Z | Downloaded uuid v1.11.0 |
408 | 2024-12-05T20:14:08.044Z | Downloaded indicatif v0.17.9 |
409 | 2024-12-05T20:14:08.087Z | Downloaded minimal-lexical v0.2.1 |
410 | 2024-12-05T20:14:08.097Z | Downloaded toml_edit v0.22.22 |
411 | 2024-12-05T20:14:08.127Z | Downloaded unicode-normalization v0.1.24 |
412 | 2024-12-05T20:14:08.132Z | Downloaded guppy v0.17.10 |
413 | 2024-12-05T20:14:08.149Z | Downloaded nom v7.1.3 |
414 | 2024-12-05T20:14:08.154Z | Downloaded itertools v0.13.0 |
415 | 2024-12-05T20:14:08.169Z | Downloaded futures-util v0.3.31 |
416 | 2024-12-05T20:14:08.180Z | Downloaded portable-atomic v1.9.0 |
417 | 2024-12-05T20:14:08.186Z | Downloaded winnow v0.6.20 |
418 | 2024-12-05T20:14:08.195Z | Downloaded quick-xml v0.37.1 |
419 | 2024-12-05T20:14:08.206Z | Downloaded chrono v0.4.38 |
420 | 2024-12-05T20:14:08.245Z | Downloaded regex v1.11.1 |
421 | 2024-12-05T20:14:08.259Z | Downloaded nix v0.29.0 |
422 | 2024-12-05T20:14:08.277Z | Downloaded bstr v1.11.0 |
423 | 2024-12-05T20:14:08.298Z | Downloaded regex-syntax v0.8.5 |
424 | 2024-12-05T20:14:08.351Z | Downloaded color-eyre v0.6.3 |
425 | 2024-12-05T20:14:08.377Z | Downloaded regex-automata v0.4.8 |
426 | 2024-12-05T20:14:08.394Z | Downloaded petgraph v0.6.5 |
427 | 2024-12-05T20:14:08.456Z | Downloaded recursion v0.5.2 |
428 | 2024-12-05T20:14:08.494Z | Compiling rustix v0.38.37 |
429 | 2024-12-05T20:14:08.497Z | Compiling tracing-attributes v0.1.28 |
430 | 2024-12-05T20:14:08.546Z | Compiling mio v1.0.2 |
431 | 2024-12-05T20:14:08.548Z | Compiling futures-core v0.3.31 |
432 | 2024-12-05T20:14:08.553Z | Compiling slab v0.4.9 |
433 | 2024-12-05T20:14:08.558Z | Compiling futures-sink v0.3.31 |
434 | 2024-12-05T20:14:08.561Z | Compiling thiserror v2.0.4 |
435 | 2024-12-05T20:14:08.561Z | Compiling pkg-config v0.3.31 |
436 | 2024-12-05T20:14:08.675Z | Compiling futures-channel v0.3.31 |
437 | 2024-12-05T20:14:08.737Z | Compiling futures-macro v0.3.31 |
438 | 2024-12-05T20:14:09.021Z | Compiling thiserror-impl v2.0.4 |
439 | 2024-12-05T20:14:09.238Z | Compiling semver v1.0.23 |
440 | 2024-12-05T20:14:09.439Z | Compiling version_check v0.9.5 |
441 | 2024-12-05T20:14:09.520Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
442 | 2024-12-05T20:14:09.637Z | Compiling pin-utils v0.1.0 |
443 | 2024-12-05T20:14:09.707Z | Compiling futures-io v0.3.31 |
444 | 2024-12-05T20:14:09.714Z | Compiling futures-task v0.3.31 |
445 | 2024-12-05T20:14:09.974Z | Compiling lock_api v0.4.12 |
446 | 2024-12-05T20:14:09.985Z | Compiling ahash v0.8.11 |
447 | 2024-12-05T20:14:10.009Z | Compiling aho-corasick v1.1.3 |
448 | 2024-12-05T20:14:10.315Z | Compiling winnow v0.6.20 |
449 | 2024-12-05T20:14:10.352Z | Compiling regex-syntax v0.8.5 |
450 | 2024-12-05T20:14:10.522Z | Compiling futures-util v0.3.31 |
451 | 2024-12-05T20:14:11.412Z | Compiling tracing v0.1.41 |
452 | 2024-12-05T20:14:11.704Z | Compiling terminal_size v0.4.0 |
453 | 2024-12-05T20:14:11.776Z | Compiling tokio v1.42.0 |
454 | 2024-12-05T20:14:11.867Z | Compiling clap_builder v4.5.22 |
455 | 2024-12-05T20:14:11.930Z | Compiling miette v7.4.0 |
456 | 2024-12-05T20:14:13.466Z | Compiling signal-hook v0.3.17 |
457 | 2024-12-05T20:14:13.770Z | Compiling parking_lot_core v0.9.10 |
458 | 2024-12-05T20:14:14.189Z | Compiling fastrand v2.1.1 |
459 | 2024-12-05T20:14:14.683Z | Compiling tempfile v3.13.0 |
460 | 2024-12-05T20:14:15.116Z | Compiling clap v4.5.22 |
461 | 2024-12-05T20:14:15.229Z | Compiling regex-automata v0.4.8 |
462 | 2024-12-05T20:14:15.488Z | Compiling pathdiff v0.2.3 |
463 | 2024-12-05T20:14:15.622Z | Compiling toml_datetime v0.6.8 |
464 | 2024-12-05T20:14:15.630Z | Compiling cargo-platform v0.1.9 |
465 | 2024-12-05T20:14:16.105Z | Compiling serde_spanned v0.6.8 |
466 | 2024-12-05T20:14:16.112Z | Compiling vte_generate_state_changes v0.1.2 |
467 | 2024-12-05T20:14:16.146Z | Compiling newtype-uuid v1.1.3 |
468 | 2024-12-05T20:14:16.302Z | Compiling portable-atomic v1.9.0 |
469 | 2024-12-05T20:14:16.355Z | Compiling zstd-safe v7.2.1 |
470 | 2024-12-05T20:14:16.459Z | Compiling cfg_aliases v0.2.1 |
471 | 2024-12-05T20:14:16.538Z | Compiling scopeguard v1.2.0 |
472 | 2024-12-05T20:14:16.653Z | Compiling fixedbitset v0.4.2 |
473 | 2024-12-05T20:14:16.683Z | Compiling vte v0.11.1 |
474 | 2024-12-05T20:14:17.007Z | Compiling petgraph v0.6.5 |
475 | 2024-12-05T20:14:17.042Z | Compiling nix v0.29.0 |
476 | 2024-12-05T20:14:17.150Z | Compiling toml_edit v0.22.22 |
477 | 2024-12-05T20:14:17.732Z | Compiling cargo_metadata v0.19.1 |
478 | 2024-12-05T20:14:19.004Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
479 | 2024-12-05T20:14:19.344Z | Compiling futures-executor v0.3.31 |
480 | 2024-12-05T20:14:19.549Z | Compiling itertools v0.13.0 |
481 | 2024-12-05T20:14:19.856Z | Compiling pin-project-internal v1.1.7 |
482 | 2024-12-05T20:14:20.706Z | Compiling uuid v1.11.0 |
483 | 2024-12-05T20:14:21.461Z | Compiling bstr v1.11.0 |
484 | 2024-12-05T20:14:21.515Z | Compiling eyre v0.6.12 |
485 | 2024-12-05T20:14:22.014Z | Compiling nested v0.1.1 |
486 | 2024-12-05T20:14:22.258Z | Compiling iana-time-zone v0.1.61 |
487 | 2024-12-05T20:14:22.292Z | Compiling static_assertions v1.1.0 |
488 | 2024-12-05T20:14:22.364Z | Compiling minimal-lexical v0.2.1 |
489 | 2024-12-05T20:14:22.372Z | Compiling tinyvec_macros v0.1.1 |
490 | 2024-12-05T20:14:22.447Z | Compiling debug-ignore v1.0.5 |
491 | 2024-12-05T20:14:22.544Z | Compiling guppy v0.17.10 |
492 | 2024-12-05T20:14:22.558Z | Compiling tinyvec v1.8.0 |
493 | 2024-12-05T20:14:22.647Z | Compiling chrono v0.4.38 |
494 | 2024-12-05T20:14:22.827Z | Compiling nom v7.1.3 |
495 | 2024-12-05T20:14:23.536Z | Compiling pin-project v1.1.7 |
496 | 2024-12-05T20:14:23.634Z | Compiling globset v0.4.15 |
497 | 2024-12-05T20:14:24.643Z | Compiling toml v0.8.19 |
498 | 2024-12-05T20:14:25.213Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
499 | 2024-12-05T20:14:25.475Z | Compiling futures v0.3.31 |
500 | 2024-12-05T20:14:25.568Z | Compiling parking_lot v0.12.3 |
501 | 2024-12-05T20:14:25.933Z | Compiling signal-hook-mio v0.2.4 |
502 | 2024-12-05T20:14:25.999Z | Compiling regex v1.11.1 |
503 | 2024-12-05T20:14:26.070Z | Compiling strip-ansi-escapes v0.2.0 |
504 | 2024-12-05T20:14:26.420Z | Compiling tracing-error v0.2.0 |
505 | 2024-12-05T20:14:26.449Z | Compiling xattr v1.3.1 |
506 | 2024-12-05T20:14:26.683Z | Compiling filetime v0.2.25 |
507 | 2024-12-05T20:14:26.725Z | Compiling os_pipe v1.2.1 |
508 | 2024-12-05T20:14:26.948Z | Compiling shared_child v1.0.1 |
509 | 2024-12-05T20:14:26.963Z | Compiling quick-xml v0.37.1 |
510 | 2024-12-05T20:14:26.987Z | Compiling shell-words v1.1.0 |
511 | 2024-12-05T20:14:27.017Z | Compiling indenter v0.3.3 |
512 | 2024-12-05T20:14:27.153Z | Compiling number_prefix v0.4.0 |
513 | 2024-12-05T20:14:27.232Z | Compiling fnv v1.0.7 |
514 | 2024-12-05T20:14:27.336Z | Compiling humantime v2.1.0 |
515 | 2024-12-05T20:14:27.343Z | Compiling owo-colors v3.5.0 |
516 | 2024-12-05T20:14:27.346Z | Compiling recursion v0.5.2 |
517 | 2024-12-05T20:14:27.419Z | Compiling future-queue v0.3.0 |
518 | 2024-12-05T20:14:27.493Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
519 | 2024-12-05T20:14:27.752Z | Compiling humantime-serde v1.1.1 |
520 | 2024-12-05T20:14:27.782Z | Compiling indicatif v0.17.9 |
521 | 2024-12-05T20:14:27.940Z | Compiling quick-junit v0.5.1 |
522 | 2024-12-05T20:14:28.788Z | Compiling color-spantrace v0.2.1 |
523 | 2024-12-05T20:14:29.125Z | Compiling duct v0.13.7 |
524 | 2024-12-05T20:14:29.258Z | Compiling tar v0.4.43 |
525 | 2024-12-05T20:14:29.912Z | Compiling crossterm v0.28.1 |
526 | 2024-12-05T20:14:29.921Z | Compiling config v0.14.1 |
527 | 2024-12-05T20:14:30.637Z | Compiling async-scoped v0.9.0 |
528 | 2024-12-05T20:14:30.661Z | Compiling unicode-normalization v0.1.24 |
529 | 2024-12-05T20:14:30.795Z | Compiling tokio-stream v0.1.16 |
530 | 2024-12-05T20:14:30.940Z | Compiling atomicwrites v0.4.4 |
531 | 2024-12-05T20:14:31.239Z | Compiling camino-tempfile v1.1.1 |
532 | 2024-12-05T20:14:31.449Z | Compiling target-spec-miette v0.4.0 |
533 | 2024-12-05T20:14:31.610Z | Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest) |
534 | 2024-12-05T20:14:31.637Z | Compiling serde_path_to_error v0.1.16 |
535 | 2024-12-05T20:14:31.647Z | Compiling serde_ignored v0.1.10 |
536 | 2024-12-05T20:14:31.679Z | Compiling indent_write v2.2.0 |
537 | 2024-12-05T20:14:31.779Z | Compiling swrite v0.1.0 |
538 | 2024-12-05T20:14:31.862Z | Compiling zeroize v1.8.1 |
539 | 2024-12-05T20:14:31.882Z | Compiling home v0.5.9 |
540 | 2024-12-05T20:14:31.986Z | Compiling color-eyre v0.6.3 |
541 | 2024-12-05T20:14:32.081Z | Compiling dialoguer v0.11.0 |
542 | 2024-12-05T20:14:32.139Z | Compiling enable-ansi-support v0.2.1 |
543 | 2024-12-05T20:14:33.898Z | Compiling zstd v0.13.2 |
544 | 2024-12-05T20:14:34.121Z | Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner) |
545 | 2024-12-05T20:14:56.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s |
546 | 2024-12-05T20:14:56.462Z | |
547 | 2024-12-05T20:14:56.465Z | real 48.983392108 |
548 | 2024-12-05T20:14:56.465Z | user 3:27.330227392 |
549 | 2024-12-05T20:14:56.465Z | sys 21.840853827 |
550 | 2024-12-05T20:14:56.465Z | trap 0.118111557 |
551 | 2024-12-05T20:14:56.466Z | tflt 5.424565019 |
552 | 2024-12-05T20:14:56.466Z | dflt 1.734540775 |
553 | 2024-12-05T20:14:56.466Z | kflt 0.002262287 |
554 | 2024-12-05T20:14:56.466Z | lock 5:32.687280482 |
555 | 2024-12-05T20:14:56.466Z | slp 13:09.332505556 |
556 | 2024-12-05T20:14:56.466Z | lat 5.640846101 |
557 | 2024-12-05T20:14:56.466Z | stop 8.700455395 |
558 | 2024-12-05T20:14:56.466Z | + banner nextest |
559 | 2024-12-05T20:14:56.466Z | |
560 | 2024-12-05T20:14:56.466Z | # # ###### # # ##### ###### #### ##### |
561 | 2024-12-05T20:14:56.466Z | ## # # # # # # # # |
562 | 2024-12-05T20:14:56.466Z | # # # ##### ## # ##### #### # |
563 | 2024-12-05T20:14:56.466Z | # # # # ## # # # # |
564 | 2024-12-05T20:14:56.466Z | # ## # # # # # # # # |
565 | 2024-12-05T20:14:56.466Z | # # ###### # # # ###### #### # |
566 | 2024-12-05T20:14:56.466Z | |
567 | 2024-12-05T20:14:56.466Z | + ptime -m cargo build --package cargo-nextest |
568 | 2024-12-05T20:14:56.611Z | Downloading crates ... |
569 | 2024-12-05T20:14:56.780Z | Downloaded openssl-sys v0.9.104 |
570 | 2024-12-05T20:14:56.785Z | Downloaded spin v0.9.8 |
571 | 2024-12-05T20:14:56.797Z | Downloaded hyper v1.5.0 |
572 | 2024-12-05T20:14:56.804Z | Downloaded form_urlencoded v1.2.1 |
573 | 2024-12-05T20:14:56.806Z | Downloaded block-buffer v0.10.4 |
574 | 2024-12-05T20:14:56.806Z | Downloaded cpufeatures v0.2.14 |
575 | 2024-12-05T20:14:56.809Z | Downloaded const-oid v0.9.6 |
576 | 2024-12-05T20:14:56.812Z | Downloaded flate2 v1.0.34 |
577 | 2024-12-05T20:14:56.823Z | Downloaded curve25519-dalek-derive v0.1.1 |
578 | 2024-12-05T20:14:56.825Z | Downloaded crc32fast v1.4.2 |
579 | 2024-12-05T20:14:56.825Z | Downloaded base64 v0.22.1 |
580 | 2024-12-05T20:14:56.830Z | Downloaded ed25519 v2.2.3 |
581 | 2024-12-05T20:14:56.833Z | Downloaded foreign-types v0.3.2 |
582 | 2024-12-05T20:14:56.836Z | Downloaded ed25519-dalek v2.1.1 |
583 | 2024-12-05T20:14:56.841Z | Downloaded der v0.7.9 |
584 | 2024-12-05T20:14:56.846Z | Downloaded hex v0.4.3 |
585 | 2024-12-05T20:14:56.848Z | Downloaded crypto-common v0.1.6 |
586 | 2024-12-05T20:14:56.848Z | Downloaded generic-array v0.14.7 |
587 | 2024-12-05T20:14:56.850Z | Downloaded foreign-types-shared v0.1.1 |
588 | 2024-12-05T20:14:56.853Z | Downloaded digest v0.10.7 |
589 | 2024-12-05T20:14:56.862Z | Downloaded http-body v1.0.1 |
590 | 2024-12-05T20:14:56.865Z | Downloaded sync_wrapper v1.0.1 |
591 | 2024-12-05T20:14:56.865Z | Downloaded openssl-probe v0.1.5 |
592 | 2024-12-05T20:14:56.868Z | Downloaded openssl-macros v0.1.1 |
593 | 2024-12-05T20:14:56.868Z | Downloaded mukti-metadata v0.3.0 |
594 | 2024-12-05T20:14:56.873Z | Downloaded want v0.3.1 |
595 | 2024-12-05T20:14:56.875Z | Downloaded urlencoding v2.1.3 |
596 | 2024-12-05T20:14:56.875Z | Downloaded try-lock v0.2.5 |
597 | 2024-12-05T20:14:56.881Z | Downloaded hyper-tls v0.6.0 |
598 | 2024-12-05T20:14:56.894Z | Downloaded tower-service v0.3.3 |
599 | 2024-12-05T20:14:56.897Z | Downloaded http-body-util v0.1.2 |
600 | 2024-12-05T20:14:56.899Z | Downloaded adler2 v2.0.0 |
601 | 2024-12-05T20:14:56.904Z | Downloaded quinn-udp v0.5.5 |
602 | 2024-12-05T20:14:56.907Z | Downloaded rustc_version v0.4.1 |
603 | 2024-12-05T20:14:56.910Z | Downloaded base64ct v1.6.0 |
604 | 2024-12-05T20:14:56.915Z | Downloaded subtle v2.6.1 |
605 | 2024-12-05T20:14:56.923Z | Downloaded signature v2.2.0 |
606 | 2024-12-05T20:14:56.923Z | Downloaded tokio-native-tls v0.3.1 |
607 | 2024-12-05T20:14:56.923Z | Downloaded serde_urlencoded v0.7.1 |
608 | 2024-12-05T20:14:56.923Z | Downloaded spki v0.7.3 |
609 | 2024-12-05T20:14:56.927Z | Downloaded percent-encoding v2.3.1 |
610 | 2024-12-05T20:14:56.930Z | Downloaded self-replace v1.5.0 |
611 | 2024-12-05T20:14:56.932Z | Downloaded untrusted v0.9.0 |
612 | 2024-12-05T20:14:56.934Z | Downloaded rustc-hash v2.0.0 |
613 | 2024-12-05T20:14:56.937Z | Downloaded pkcs8 v0.10.2 |
614 | 2024-12-05T20:14:56.940Z | Downloaded ipnet v2.10.1 |
615 | 2024-12-05T20:14:56.942Z | Downloaded zipsign-api v0.1.2 |
616 | 2024-12-05T20:14:56.942Z | Downloaded mime v0.3.17 |
617 | 2024-12-05T20:14:56.947Z | Downloaded hyper-rustls v0.27.3 |
618 | 2024-12-05T20:14:56.968Z | Downloaded httparse v1.9.5 |
619 | 2024-12-05T20:14:56.971Z | Downloaded tokio-rustls v0.26.0 |
620 | 2024-12-05T20:14:56.973Z | Downloaded native-tls v0.2.12 |
621 | 2024-12-05T20:14:56.976Z | Downloaded miniz_oxide v0.8.0 |
622 | 2024-12-05T20:14:56.978Z | Downloaded rustls-pki-types v1.10.0 |
623 | 2024-12-05T20:14:56.981Z | Downloaded sha2 v0.10.8 |
624 | 2024-12-05T20:14:56.984Z | Downloaded rustls-pemfile v2.2.0 |
625 | 2024-12-05T20:14:56.986Z | Downloaded self_update v0.41.0 |
626 | 2024-12-05T20:14:56.989Z | Downloaded http v1.2.0 |
627 | 2024-12-05T20:14:56.992Z | Downloaded typenum v1.17.0 |
628 | 2024-12-05T20:14:57.007Z | Downloaded unicode-bidi v0.3.17 |
629 | 2024-12-05T20:14:57.013Z | Downloaded hyper-util v0.1.9 |
630 | 2024-12-05T20:14:57.021Z | Downloaded url v2.5.2 |
631 | 2024-12-05T20:14:57.026Z | Downloaded quinn v0.11.5 |
632 | 2024-12-05T20:14:57.088Z | Downloaded quick-xml v0.23.1 |
633 | 2024-12-05T20:14:57.127Z | Downloaded reqwest v0.12.8 |
634 | 2024-12-05T20:14:57.137Z | Downloaded rustls-webpki v0.102.8 |
635 | 2024-12-05T20:14:57.154Z | Downloaded vcpkg v0.2.15 |
636 | 2024-12-05T20:14:57.190Z | Downloaded quinn-proto v0.11.8 |
637 | 2024-12-05T20:14:57.197Z | Downloaded webpki-roots v0.26.6 |
638 | 2024-12-05T20:14:57.200Z | Downloaded idna v0.5.0 |
639 | 2024-12-05T20:14:57.207Z | Downloaded openssl v0.10.68 |
640 | 2024-12-05T20:14:57.215Z | Downloaded curve25519-dalek v4.1.3 |
641 | 2024-12-05T20:14:57.226Z | Downloaded rustls v0.23.19 |
642 | 2024-12-05T20:14:57.544Z | Downloaded ring v0.17.8 |
643 | 2024-12-05T20:14:57.646Z | Compiling smallvec v1.13.2 |
644 | 2024-12-05T20:14:57.648Z | Compiling socket2 v0.5.7 |
645 | 2024-12-05T20:14:57.648Z | Compiling futures-channel v0.3.31 |
646 | 2024-12-05T20:14:57.712Z | Compiling ring v0.17.8 |
647 | 2024-12-05T20:14:57.719Z | Compiling rustls-pki-types v1.10.0 |
648 | 2024-12-05T20:14:57.725Z | Compiling http v1.2.0 |
649 | 2024-12-05T20:14:57.728Z | Compiling httparse v1.9.5 |
650 | 2024-12-05T20:14:57.728Z | Compiling untrusted v0.9.0 |
651 | 2024-12-05T20:14:57.880Z | Compiling typenum v1.17.0 |
652 | 2024-12-05T20:14:58.025Z | Compiling futures-util v0.3.31 |
653 | 2024-12-05T20:14:58.045Z | Compiling spin v0.9.8 |
654 | 2024-12-05T20:14:58.223Z | Compiling tokio v1.42.0 |
655 | 2024-12-05T20:14:58.419Z | Compiling generic-array v0.14.7 |
656 | 2024-12-05T20:14:58.616Z | Compiling rustls v0.23.19 |
657 | 2024-12-05T20:14:58.724Z | Compiling try-lock v0.2.5 |
658 | 2024-12-05T20:14:58.816Z | Compiling want v0.3.1 |
659 | 2024-12-05T20:14:58.850Z | Compiling cfg-expr v0.17.2 |
660 | 2024-12-05T20:14:59.058Z | Compiling http-body v1.0.1 |
661 | 2024-12-05T20:14:59.264Z | Compiling percent-encoding v2.3.1 |
662 | 2024-12-05T20:14:59.542Z | Compiling subtle v2.6.1 |
663 | 2024-12-05T20:14:59.622Z | Compiling target-spec v3.2.2 |
664 | 2024-12-05T20:14:59.763Z | Compiling form_urlencoded v1.2.1 |
665 | 2024-12-05T20:14:59.959Z | Compiling unicode-bidi v0.3.17 |
666 | 2024-12-05T20:15:00.023Z | Compiling tower-service v0.3.3 |
667 | 2024-12-05T20:15:00.077Z | Compiling webpki-roots v0.26.6 |
668 | 2024-12-05T20:15:00.130Z | Compiling adler2 v2.0.0 |
669 | 2024-12-05T20:15:00.261Z | Compiling miniz_oxide v0.8.0 |
670 | 2024-12-05T20:15:00.319Z | Compiling parking_lot_core v0.9.10 |
671 | 2024-12-05T20:15:00.905Z | Compiling idna v0.5.0 |
672 | 2024-12-05T20:15:01.035Z | Compiling block-buffer v0.10.4 |
673 | 2024-12-05T20:15:01.212Z | Compiling crypto-common v0.1.6 |
674 | 2024-12-05T20:15:01.336Z | Compiling serde_urlencoded v0.7.1 |
675 | 2024-12-05T20:15:01.370Z | Compiling rustls-pemfile v2.2.0 |
676 | 2024-12-05T20:15:01.669Z | Compiling sync_wrapper v1.0.1 |
677 | 2024-12-05T20:15:01.690Z | Compiling url v2.5.2 |
678 | 2024-12-05T20:15:01.788Z | Compiling crc32fast v1.4.2 |
679 | 2024-12-05T20:15:01.798Z | Compiling mime v0.3.17 |
680 | 2024-12-05T20:15:01.893Z | Compiling self_update v0.41.0 |
681 | 2024-12-05T20:15:02.110Z | Compiling ipnet v2.10.1 |
682 | 2024-12-05T20:15:02.270Z | Compiling base64 v0.22.1 |
683 | 2024-12-05T20:15:02.329Z | Compiling guppy v0.17.10 |
684 | 2024-12-05T20:15:02.458Z | Compiling flate2 v1.0.34 |
685 | 2024-12-05T20:15:02.893Z | Compiling http-body-util v0.1.2 |
686 | 2024-12-05T20:15:03.131Z | Compiling futures-executor v0.3.31 |
687 | 2024-12-05T20:15:03.296Z | Compiling digest v0.10.7 |
688 | 2024-12-05T20:15:03.324Z | Compiling futures v0.3.31 |
689 | 2024-12-05T20:15:03.346Z | Compiling parking_lot v0.12.3 |
690 | 2024-12-05T20:15:03.411Z | Compiling self-replace v1.5.0 |
691 | 2024-12-05T20:15:03.496Z | Compiling quick-xml v0.23.1 |
692 | 2024-12-05T20:15:03.594Z | Compiling cpufeatures v0.2.14 |
693 | 2024-12-05T20:15:03.651Z | Compiling urlencoding v2.1.3 |
694 | 2024-12-05T20:15:03.661Z | Compiling sha2 v0.10.8 |
695 | 2024-12-05T20:15:03.672Z | Compiling crossterm v0.28.1 |
696 | 2024-12-05T20:15:03.967Z | Compiling future-queue v0.3.0 |
697 | 2024-12-05T20:15:04.213Z | Compiling target-spec-miette v0.4.0 |
698 | 2024-12-05T20:15:04.270Z | Compiling mukti-metadata v0.3.0 |
699 | 2024-12-05T20:15:04.442Z | Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest) |
700 | 2024-12-05T20:15:04.517Z | Compiling hex v0.4.3 |
701 | 2024-12-05T20:15:06.481Z | Compiling hyper v1.5.0 |
702 | 2024-12-05T20:15:06.484Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
703 | 2024-12-05T20:15:06.556Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
704 | 2024-12-05T20:15:06.802Z | Compiling tokio-stream v0.1.16 |
705 | 2024-12-05T20:15:06.857Z | Compiling async-scoped v0.9.0 |
706 | 2024-12-05T20:15:07.196Z | Compiling rustls-webpki v0.102.8 |
707 | 2024-12-05T20:15:07.729Z | Compiling hyper-util v0.1.9 |
708 | 2024-12-05T20:15:07.890Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
709 | 2024-12-05T20:15:12.413Z | Compiling tokio-rustls v0.26.0 |
710 | 2024-12-05T20:15:12.630Z | Compiling hyper-rustls v0.27.3 |
711 | 2024-12-05T20:15:12.913Z | Compiling reqwest v0.12.8 |
712 | 2024-12-05T20:15:15.031Z | Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner) |
713 | 2024-12-05T20:15:40.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.54s |
714 | 2024-12-05T20:15:40.142Z | |
715 | 2024-12-05T20:15:40.146Z | real 43.652318053 |
716 | 2024-12-05T20:15:40.146Z | user 2:29.728423414 |
717 | 2024-12-05T20:15:40.146Z | sys 14.672821333 |
718 | 2024-12-05T20:15:40.146Z | trap 0.075989045 |
719 | 2024-12-05T20:15:40.147Z | tflt 0.155927044 |
720 | 2024-12-05T20:15:40.147Z | dflt 0.249353310 |
721 | 2024-12-05T20:15:40.147Z | kflt 0.000006438 |
722 | 2024-12-05T20:15:40.147Z | lock 3:35.386573805 |
723 | 2024-12-05T20:15:40.147Z | slp 7:18.979764624 |
724 | 2024-12-05T20:15:40.148Z | lat 3.260506677 |
725 | 2024-12-05T20:15:40.148Z | stop 4.761849499 |
726 | 2024-12-05T20:15:40.148Z | + banner all targets |
727 | 2024-12-05T20:15:40.148Z | |
728 | 2024-12-05T20:15:40.148Z | ## # # |
729 | 2024-12-05T20:15:40.148Z | # # # # |
730 | 2024-12-05T20:15:40.148Z | # # # # |
731 | 2024-12-05T20:15:40.148Z | ###### # # |
732 | 2024-12-05T20:15:40.148Z | # # # # |
733 | 2024-12-05T20:15:40.148Z | # # ###### ###### |
734 | 2024-12-05T20:15:40.148Z | |
735 | 2024-12-05T20:15:40.148Z | |
736 | 2024-12-05T20:15:40.148Z | ##### ## ##### #### ###### ##### #### |
737 | 2024-12-05T20:15:40.148Z | # # # # # # # # # # |
738 | 2024-12-05T20:15:40.148Z | # # # # # # ##### # #### |
739 | 2024-12-05T20:15:40.148Z | # ###### ##### # ### # # # |
740 | 2024-12-05T20:15:40.148Z | # # # # # # # # # # # |
741 | 2024-12-05T20:15:40.148Z | # # # # # #### ###### # #### |
742 | 2024-12-05T20:15:40.148Z | |
743 | 2024-12-05T20:15:40.148Z | + ptime -m cargo build --all-targets |
744 | 2024-12-05T20:15:40.298Z | Downloading crates ... |
745 | 2024-12-05T20:15:40.438Z | Downloaded quick-error v1.2.3 |
746 | 2024-12-05T20:15:40.447Z | Downloaded diff v0.1.13 |
747 | 2024-12-05T20:15:40.449Z | Downloaded indoc v2.0.5 |
748 | 2024-12-05T20:15:40.460Z | Downloaded test-case-macros v3.3.1 |
749 | 2024-12-05T20:15:40.464Z | Downloaded similar v2.6.0 |
750 | 2024-12-05T20:15:40.469Z | Downloaded unarray v0.1.4 |
751 | 2024-12-05T20:15:40.471Z | Downloaded bit-vec v0.6.3 |
752 | 2024-12-05T20:15:40.471Z | Downloaded structmeta v0.3.0 |
753 | 2024-12-05T20:15:40.473Z | Downloaded test-case v3.3.1 |
754 | 2024-12-05T20:15:40.474Z | Downloaded rusty-fork v0.3.0 |
755 | 2024-12-05T20:15:40.476Z | Downloaded wait-timeout v0.2.0 |
756 | 2024-12-05T20:15:40.476Z | Downloaded test-case-core v3.3.1 |
757 | 2024-12-05T20:15:40.478Z | Downloaded structmeta-derive v0.3.0 |
758 | 2024-12-05T20:15:40.478Z | Downloaded bit-set v0.5.3 |
759 | 2024-12-05T20:15:40.481Z | Downloaded rand_xorshift v0.3.0 |
760 | 2024-12-05T20:15:40.481Z | Downloaded maplit v1.0.2 |
761 | 2024-12-05T20:15:40.481Z | Downloaded linked-hash-map v0.5.6 |
762 | 2024-12-05T20:15:40.491Z | Downloaded test-strategy v0.4.0 |
763 | 2024-12-05T20:15:40.494Z | Downloaded yansi v1.0.1 |
764 | 2024-12-05T20:15:40.497Z | Downloaded pretty_assertions v1.4.1 |
765 | 2024-12-05T20:15:40.500Z | Downloaded insta v1.41.1 |
766 | 2024-12-05T20:15:40.505Z | Downloaded proptest v1.5.0 |
767 | 2024-12-05T20:15:40.559Z | Compiling test-case-core v3.3.1 |
768 | 2024-12-05T20:15:40.559Z | Compiling structmeta-derive v0.3.0 |
769 | 2024-12-05T20:15:40.562Z | Compiling wait-timeout v0.2.0 |
770 | 2024-12-05T20:15:40.562Z | Compiling quick-error v1.2.3 |
771 | 2024-12-05T20:15:40.562Z | Compiling bit-vec v0.6.3 |
772 | 2024-12-05T20:15:40.562Z | Compiling rand_xorshift v0.3.0 |
773 | 2024-12-05T20:15:40.608Z | Compiling unarray v0.1.4 |
774 | 2024-12-05T20:15:40.612Z | Compiling maplit v1.0.2 |
775 | 2024-12-05T20:15:40.704Z | Compiling similar v2.6.0 |
776 | 2024-12-05T20:15:40.707Z | Compiling linked-hash-map v0.5.6 |
777 | 2024-12-05T20:15:40.739Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
778 | 2024-12-05T20:15:40.937Z | Compiling rusty-fork v0.3.0 |
779 | 2024-12-05T20:15:40.987Z | Compiling bit-set v0.5.3 |
780 | 2024-12-05T20:15:41.037Z | Compiling diff v0.1.13 |
781 | 2024-12-05T20:15:41.234Z | Compiling proptest v1.5.0 |
782 | 2024-12-05T20:15:41.242Z | Compiling yansi v1.0.1 |
783 | 2024-12-05T20:15:41.579Z | Compiling indoc v2.0.5 |
784 | 2024-12-05T20:15:41.625Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
785 | 2024-12-05T20:15:41.736Z | Compiling pretty_assertions v1.4.1 |
786 | 2024-12-05T20:15:41.879Z | Compiling insta v1.41.1 |
787 | 2024-12-05T20:15:42.212Z | Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest) |
788 | 2024-12-05T20:15:42.376Z | Compiling test-case-macros v3.3.1 |
789 | 2024-12-05T20:15:43.036Z | Compiling structmeta v0.3.0 |
790 | 2024-12-05T20:15:43.356Z | Compiling test-strategy v0.4.0 |
791 | 2024-12-05T20:15:43.363Z | Compiling test-case v3.3.1 |
792 | 2024-12-05T20:15:43.450Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
793 | 2024-12-05T20:15:43.902Z | Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner) |
794 | 2024-12-05T20:15:45.142Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
795 | 2024-12-05T20:15:49.946Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
796 | 2024-12-05T20:16:23.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.10s |
797 | 2024-12-05T20:16:23.385Z | |
798 | 2024-12-05T20:16:23.388Z | real 43.217520252 |
799 | 2024-12-05T20:16:23.388Z | user 3:11.444012054 |
800 | 2024-12-05T20:16:23.388Z | sys 21.166075426 |
801 | 2024-12-05T20:16:23.388Z | trap 0.112604307 |
802 | 2024-12-05T20:16:23.388Z | tflt 0.071783013 |
803 | 2024-12-05T20:16:23.388Z | dflt 0.029862559 |
804 | 2024-12-05T20:16:23.388Z | kflt 0.000030473 |
805 | 2024-12-05T20:16:23.388Z | lock 5:23.825368901 |
806 | 2024-12-05T20:16:23.388Z | slp 12:04.656951463 |
807 | 2024-12-05T20:16:23.388Z | lat 6.998465362 |
808 | 2024-12-05T20:16:23.388Z | stop 7.084405870 |
809 | 2024-12-05T20:16:23.388Z | + banner all features |
810 | 2024-12-05T20:16:23.388Z | |
811 | 2024-12-05T20:16:23.389Z | ## # # |
812 | 2024-12-05T20:16:23.389Z | # # # # |
813 | 2024-12-05T20:16:23.389Z | # # # # |
814 | 2024-12-05T20:16:23.389Z | ###### # # |
815 | 2024-12-05T20:16:23.389Z | # # # # |
816 | 2024-12-05T20:16:23.389Z | # # ###### ###### |
817 | 2024-12-05T20:16:23.389Z | |
818 | 2024-12-05T20:16:23.389Z | |
819 | 2024-12-05T20:16:23.389Z | ###### ###### ## ##### # # ##### ###### #### |
820 | 2024-12-05T20:16:23.389Z | # # # # # # # # # # # |
821 | 2024-12-05T20:16:23.389Z | ##### ##### # # # # # # # ##### #### |
822 | 2024-12-05T20:16:23.389Z | # # ###### # # # ##### # # |
823 | 2024-12-05T20:16:23.389Z | # # # # # # # # # # # # |
824 | 2024-12-05T20:16:23.389Z | # ###### # # # #### # # ###### #### |
825 | 2024-12-05T20:16:23.389Z | |
826 | 2024-12-05T20:16:23.389Z | + ptime -m cargo build --all-features |
827 | 2024-12-05T20:16:23.545Z | Downloading crates ... |
828 | 2024-12-05T20:16:23.701Z | Downloaded regex-syntax v0.6.29 |
829 | 2024-12-05T20:16:23.708Z | Downloaded async-trait v0.1.83 |
830 | 2024-12-05T20:16:23.712Z | Downloaded atomic-waker v1.1.2 |
831 | 2024-12-05T20:16:23.714Z | Downloaded async-stream-impl v0.3.6 |
832 | 2024-12-05T20:16:23.714Z | Downloaded indexmap v1.9.3 |
833 | 2024-12-05T20:16:23.717Z | Downloaded async-stream v0.3.6 |
834 | 2024-12-05T20:16:23.720Z | Downloaded axum-core v0.4.5 |
835 | 2024-12-05T20:16:23.720Z | Downloaded anyhow v1.0.91 |
836 | 2024-12-05T20:16:23.734Z | Downloaded tower-layer v0.3.3 |
837 | 2024-12-05T20:16:23.737Z | Downloaded sync_wrapper v0.1.2 |
838 | 2024-12-05T20:16:23.739Z | Downloaded matchit v0.7.3 |
839 | 2024-12-05T20:16:23.741Z | Downloaded regex-automata v0.1.10 |
840 | 2024-12-05T20:16:23.746Z | Downloaded prost v0.13.3 |
841 | 2024-12-05T20:16:23.748Z | Downloaded crossbeam-utils v0.8.20 |
842 | 2024-12-05T20:16:23.751Z | Downloaded matchers v0.1.0 |
843 | 2024-12-05T20:16:23.753Z | Downloaded crossbeam-channel v0.5.13 |
844 | 2024-12-05T20:16:23.757Z | Downloaded prost-derive v0.13.3 |
845 | 2024-12-05T20:16:23.759Z | Downloaded httpdate v1.0.3 |
846 | 2024-12-05T20:16:23.764Z | Downloaded rustversion v1.0.18 |
847 | 2024-12-05T20:16:23.767Z | Downloaded prost-types v0.13.3 |
848 | 2024-12-05T20:16:23.769Z | Downloaded hyper-timeout v0.5.1 |
849 | 2024-12-05T20:16:23.772Z | Downloaded console-api v0.8.1 |
850 | 2024-12-05T20:16:23.784Z | Downloaded console-subscriber v0.4.1 |
851 | 2024-12-05T20:16:23.790Z | Downloaded hashbrown v0.12.3 |
852 | 2024-12-05T20:16:23.798Z | Downloaded axum v0.7.7 |
853 | 2024-12-05T20:16:23.805Z | Downloaded tower v0.4.13 |
854 | 2024-12-05T20:16:23.813Z | Downloaded tower v0.5.1 |
855 | 2024-12-05T20:16:23.821Z | Downloaded tokio-util v0.7.12 |
856 | 2024-12-05T20:16:23.827Z | Downloaded tonic v0.12.3 |
857 | 2024-12-05T20:16:23.833Z | Downloaded h2 v0.4.6 |
858 | 2024-12-05T20:16:23.839Z | Downloaded hdrhistogram v7.5.4 |
859 | 2024-12-05T20:16:23.890Z | Compiling futures-sink v0.3.31 |
860 | 2024-12-05T20:16:23.892Z | Compiling byteorder v1.5.0 |
861 | 2024-12-05T20:16:23.948Z | Compiling num-traits v0.2.19 |
862 | 2024-12-05T20:16:23.951Z | Compiling regex-syntax v0.6.29 |
863 | 2024-12-05T20:16:23.956Z | Compiling atomic-waker v1.1.2 |
864 | 2024-12-05T20:16:23.962Z | Compiling httpdate v1.0.3 |
865 | 2024-12-05T20:16:23.969Z | Compiling anyhow v1.0.91 |
866 | 2024-12-05T20:16:23.977Z | Compiling either v1.13.0 |
867 | 2024-12-05T20:16:24.049Z | Compiling futures-channel v0.3.31 |
868 | 2024-12-05T20:16:24.110Z | Compiling tokio-util v0.7.12 |
869 | 2024-12-05T20:16:24.318Z | Compiling zerocopy v0.7.35 |
870 | 2024-12-05T20:16:24.330Z | Compiling tower-layer v0.3.3 |
871 | 2024-12-05T20:16:24.360Z | Compiling futures-util v0.3.31 |
872 | 2024-12-05T20:16:24.390Z | Compiling rustversion v1.0.18 |
873 | 2024-12-05T20:16:24.567Z | Compiling itertools v0.13.0 |
874 | 2024-12-05T20:16:24.862Z | Compiling h2 v0.4.6 |
875 | 2024-12-05T20:16:25.337Z | Compiling indexmap v1.9.3 |
876 | 2024-12-05T20:16:25.562Z | Compiling ppv-lite86 v0.2.20 |
877 | 2024-12-05T20:16:25.864Z | Compiling async-trait v0.1.83 |
878 | 2024-12-05T20:16:26.176Z | Compiling sync_wrapper v0.1.2 |
879 | 2024-12-05T20:16:26.291Z | Compiling rand_chacha v0.3.1 |
880 | 2024-12-05T20:16:26.314Z | Compiling hashbrown v0.12.3 |
881 | 2024-12-05T20:16:26.950Z | Compiling rand v0.8.5 |
882 | 2024-12-05T20:16:27.291Z | Compiling regex-automata v0.1.10 |
883 | 2024-12-05T20:16:27.429Z | Compiling prost-derive v0.13.3 |
884 | 2024-12-05T20:16:28.048Z | Compiling async-stream-impl v0.3.6 |
885 | 2024-12-05T20:16:28.200Z | Compiling matchit v0.7.3 |
886 | 2024-12-05T20:16:28.445Z | Compiling crossbeam-utils v0.8.20 |
887 | 2024-12-05T20:16:28.787Z | Compiling matchers v0.1.0 |
888 | 2024-12-05T20:16:28.979Z | Compiling tracing-subscriber v0.3.19 |
889 | 2024-12-05T20:16:29.004Z | Compiling ahash v0.8.11 |
890 | 2024-12-05T20:16:29.301Z | Compiling http-body-util v0.1.2 |
891 | 2024-12-05T20:16:29.492Z | Compiling hyper v1.5.0 |
892 | 2024-12-05T20:16:29.731Z | Compiling axum-core v0.4.5 |
893 | 2024-12-05T20:16:29.767Z | Compiling tower v0.5.1 |
894 | 2024-12-05T20:16:29.837Z | Compiling async-stream v0.3.6 |
895 | 2024-12-05T20:16:30.048Z | Compiling tower v0.4.13 |
896 | 2024-12-05T20:16:30.115Z | Compiling tokio-stream v0.1.16 |
897 | 2024-12-05T20:16:30.420Z | Compiling guppy v0.17.10 |
898 | 2024-12-05T20:16:30.931Z | Compiling prost v0.13.3 |
899 | 2024-12-05T20:16:31.051Z | Compiling proptest v1.5.0 |
900 | 2024-12-05T20:16:31.693Z | Compiling hyper-util v0.1.9 |
901 | 2024-12-05T20:16:31.902Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
902 | 2024-12-05T20:16:31.997Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
903 | 2024-12-05T20:16:32.555Z | Compiling prost-types v0.13.3 |
904 | 2024-12-05T20:16:33.585Z | Compiling hyper-timeout v0.5.1 |
905 | 2024-12-05T20:16:33.705Z | Compiling axum v0.7.7 |
906 | 2024-12-05T20:16:33.923Z | Compiling hyper-rustls v0.27.3 |
907 | 2024-12-05T20:16:34.106Z | Compiling futures-executor v0.3.31 |
908 | 2024-12-05T20:16:34.492Z | Compiling base64 v0.21.7 |
909 | 2024-12-05T20:16:34.642Z | Compiling chrono v0.4.38 |
910 | 2024-12-05T20:16:35.167Z | Compiling crossbeam-channel v0.5.13 |
911 | 2024-12-05T20:16:35.457Z | Compiling hdrhistogram v7.5.4 |
912 | 2024-12-05T20:16:35.659Z | Compiling reqwest v0.12.8 |
913 | 2024-12-05T20:16:36.259Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
914 | 2024-12-05T20:16:36.572Z | Compiling futures v0.3.31 |
915 | 2024-12-05T20:16:36.673Z | Compiling quick-junit v0.5.1 |
916 | 2024-12-05T20:16:36.788Z | Compiling async-scoped v0.9.0 |
917 | 2024-12-05T20:16:37.048Z | Compiling tracing-error v0.2.0 |
918 | 2024-12-05T20:16:37.391Z | Compiling future-queue v0.3.0 |
919 | 2024-12-05T20:16:37.487Z | Compiling color-spantrace v0.2.1 |
920 | 2024-12-05T20:16:37.744Z | Compiling cargo-nextest v0.9.86-b.1 (/work/nextest-rs/nextest/cargo-nextest) |
921 | 2024-12-05T20:16:37.974Z | Compiling color-eyre v0.6.3 |
922 | 2024-12-05T20:16:38.182Z | Compiling self_update v0.41.0 |
923 | 2024-12-05T20:16:38.498Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
924 | 2024-12-05T20:16:39.716Z | Compiling tonic v0.12.3 |
925 | 2024-12-05T20:16:42.308Z | Compiling console-api v0.8.1 |
926 | 2024-12-05T20:16:43.371Z | Compiling console-subscriber v0.4.1 |
927 | 2024-12-05T20:16:44.909Z | Compiling nextest-runner v0.69.0-b.1 (/work/nextest-rs/nextest/nextest-runner) |
928 | 2024-12-05T20:17:00.898Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
929 | 2024-12-05T20:17:15.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.62s |
930 | 2024-12-05T20:17:15.161Z | |
931 | 2024-12-05T20:17:15.164Z | real 51.743676978 |
932 | 2024-12-05T20:17:15.164Z | user 3:33.106841524 |
933 | 2024-12-05T20:17:15.164Z | sys 21.813999689 |
934 | 2024-12-05T20:17:15.164Z | trap 0.117009845 |
935 | 2024-12-05T20:17:15.164Z | tflt 0.081753901 |
936 | 2024-12-05T20:17:15.164Z | dflt 0.219151699 |
937 | 2024-12-05T20:17:15.164Z | kflt 0.000018206 |
938 | 2024-12-05T20:17:15.164Z | lock 5:57.428361420 |
939 | 2024-12-05T20:17:15.164Z | slp 12:12.736996036 |
940 | 2024-12-05T20:17:15.164Z | lat 6.732066714 |
941 | 2024-12-05T20:17:15.164Z | stop 7.212218489 |
942 | 2024-12-05T20:17:15.164Z | + banner doctests |
943 | 2024-12-05T20:17:15.164Z | |
944 | 2024-12-05T20:17:15.164Z | ##### #### #### ##### ###### #### ##### #### |
945 | 2024-12-05T20:17:15.164Z | # # # # # # # # # # # |
946 | 2024-12-05T20:17:15.164Z | # # # # # # ##### #### # #### |
947 | 2024-12-05T20:17:15.166Z | # # # # # # # # # # |
948 | 2024-12-05T20:17:15.166Z | # # # # # # # # # # # # # |
949 | 2024-12-05T20:17:15.166Z | ##### #### #### # ###### #### # #### |
950 | 2024-12-05T20:17:15.166Z | |
951 | 2024-12-05T20:17:15.166Z | + ptime -m cargo test --doc |
952 | 2024-12-05T20:17:15.441Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s |
953 | 2024-12-05T20:17:15.459Z | Doc-tests cargo_nextest |
954 | 2024-12-05T20:17:15.924Z | |
955 | 2024-12-05T20:17:15.924Z | running 0 tests |
956 | 2024-12-05T20:17:15.924Z | |
957 | 2024-12-05T20:17:15.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
958 | 2024-12-05T20:17:15.927Z | |
959 | 2024-12-05T20:17:15.947Z | Doc-tests fixture_data |
960 | 2024-12-05T20:17:16.028Z | |
961 | 2024-12-05T20:17:16.028Z | running 0 tests |
962 | 2024-12-05T20:17:16.028Z | |
963 | 2024-12-05T20:17:16.028Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
964 | 2024-12-05T20:17:16.028Z | |
965 | 2024-12-05T20:17:16.035Z | Doc-tests nextest_filtering |
966 | 2024-12-05T20:17:16.156Z | |
967 | 2024-12-05T20:17:16.156Z | running 0 tests |
968 | 2024-12-05T20:17:16.156Z | |
969 | 2024-12-05T20:17:16.156Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
970 | 2024-12-05T20:17:16.156Z | |
971 | 2024-12-05T20:17:16.165Z | Doc-tests nextest_metadata |
972 | 2024-12-05T20:17:16.299Z | |
973 | 2024-12-05T20:17:16.300Z | running 2 tests |
974 | 2024-12-05T20:17:16.865Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
975 | 2024-12-05T20:17:19.513Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
976 | 2024-12-05T20:17:19.513Z | |
977 | 2024-12-05T20:17:19.517Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.21s |
978 | 2024-12-05T20:17:19.517Z | |
979 | 2024-12-05T20:17:19.524Z | Doc-tests nextest_runner |
980 | 2024-12-05T20:17:20.252Z | |
981 | 2024-12-05T20:17:20.252Z | running 0 tests |
982 | 2024-12-05T20:17:20.252Z | |
983 | 2024-12-05T20:17:20.252Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
984 | 2024-12-05T20:17:20.252Z | |
985 | 2024-12-05T20:17:20.277Z | Doc-tests nextest_workspace_hack |
986 | 2024-12-05T20:17:20.319Z | |
987 | 2024-12-05T20:17:20.319Z | running 0 tests |
988 | 2024-12-05T20:17:20.319Z | |
989 | 2024-12-05T20:17:20.320Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
990 | 2024-12-05T20:17:20.320Z | |
991 | 2024-12-05T20:17:20.340Z | |
992 | 2024-12-05T20:17:20.343Z | real 5.161850632 |
993 | 2024-12-05T20:17:20.343Z | user 5.247109139 |
994 | 2024-12-05T20:17:20.343Z | sys 1.522657926 |
995 | 2024-12-05T20:17:20.344Z | trap 0.003368796 |
996 | 2024-12-05T20:17:20.344Z | tflt 0.014096990 |
997 | 2024-12-05T20:17:20.344Z | dflt 0.006264384 |
998 | 2024-12-05T20:17:20.344Z | kflt 0.000000000 |
999 | 2024-12-05T20:17:20.344Z | lock 8.985236059 |
1000 | 2024-12-05T20:17:20.344Z | slp 28.910022075 |
1001 | 2024-12-05T20:17:20.344Z | lat 0.048463964 |
1002 | 2024-12-05T20:17:20.344Z | stop 0.440083607 |
1003 | 2024-12-05T20:17:20.344Z | + banner local-nt |
1004 | 2024-12-05T20:17:20.344Z | |
1005 | 2024-12-05T20:17:20.344Z | # #### #### ## # # # ##### |
1006 | 2024-12-05T20:17:20.344Z | # # # # # # # # ## # # |
1007 | 2024-12-05T20:17:20.344Z | # # # # # # # ##### # # # # |
1008 | 2024-12-05T20:17:20.344Z | # # # # ###### # # # # # |
1009 | 2024-12-05T20:17:20.344Z | # # # # # # # # # ## # |
1010 | 2024-12-05T20:17:20.344Z | ###### #### #### # # ###### # # # |
1011 | 2024-12-05T20:17:20.344Z | |
1012 | 2024-12-05T20:17:20.344Z | + ptime -m cargo local-nt run --profile ci |
1013 | 2024-12-05T20:17:20.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s |
1014 | 2024-12-05T20:17:20.623Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1015 | 2024-12-05T20:17:21.319Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s |
1016 | 2024-12-05T20:17:21.448Z | ──────────── |
1017 | 2024-12-05T20:17:21.448Z | Nextest run ID 8cd0d465-acbb-40c1-9bc6-c902f418aa4d with nextest profile: ci |
1018 | 2024-12-05T20:17:21.448Z | Starting 283 tests across 12 binaries |
1019 | 2024-12-05T20:17:21.484Z | PASS [ 0.032s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1020 | 2024-12-05T20:17:21.647Z | PASS [ 0.198s] cargo-nextest dispatch::tests::test_argument_parsing |
1021 | 2024-12-05T20:17:30.493Z | PASS [ 9.035s] integration-tests::integration test_list_binaries_only |
1022 | 2024-12-05T20:17:30.634Z | PASS [ 9.164s] integration-tests::integration test_list_host_after_build |
1023 | 2024-12-05T20:17:30.658Z | PASS [ 9.198s] integration-tests::integration test_list_default |
1024 | 2024-12-05T20:17:30.762Z | PASS [ 9.298s] integration-tests::integration test_list_full |
1025 | 2024-12-05T20:17:30.842Z | PASS [ 9.377s] integration-tests::integration test_list_full_after_build |
1026 | 2024-12-05T20:17:30.953Z | PASS [ 9.481s] integration-tests::integration test_list_target_after_build |
1027 | 2024-12-05T20:17:33.742Z | PASS [ 12.091s] integration-tests::integration test_relocated_run |
1028 | 2024-12-05T20:17:38.260Z | PASS [ 7.497s] integration-tests::integration test_run_from_archive_with_missing_includes |
1029 | 2024-12-05T20:17:40.571Z | PASS [ 9.610s] integration-tests::integration test_run_no_tests |
1030 | 2024-12-05T20:17:40.978Z | PASS [ 0.410s] integration-tests::integration test_setup_scripts_not_enabled |
1031 | 2024-12-05T20:17:41.389Z | PASS [ 3.127s] integration-tests::integration test_setup_script_error |
1032 | 2024-12-05T20:17:41.692Z | PASS [ 11.054s] integration-tests::integration test_run_after_build |
1033 | 2024-12-05T20:17:41.882Z | PASS [ 0.492s] integration-tests::integration test_show_config_version |
1034 | 2024-12-05T20:17:42.230Z | PASS [ 20.737s] integration-tests::integration test_list_with_default_filter |
1035 | 2024-12-05T20:17:42.237Z | PASS [ 8.493s] integration-tests::integration test_run_with_default_filter |
1036 | 2024-12-05T20:17:42.305Z | PASS [ 0.070s] integration-tests::integration test_version_info |
1037 | 2024-12-05T20:17:42.316Z | PASS [ 11.454s] integration-tests::integration test_run_from_archive_with_no_includes |
1038 | 2024-12-05T20:17:42.329Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_complex_error |
1039 | 2024-12-05T20:17:42.339Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_expected_eof |
1040 | 2024-12-05T20:17:42.354Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_expr |
1041 | 2024-12-05T20:17:42.375Z | PASS [ 0.035s] nextest-filtering parsing::tests::test_invalid_and_operator |
1042 | 2024-12-05T20:17:42.403Z | PASS [ 0.051s] nextest-filtering parsing::tests::test_invalid_escapes |
1043 | 2024-12-05T20:17:42.421Z | PASS [ 0.045s] nextest-filtering parsing::tests::test_invalid_glob |
1044 | 2024-12-05T20:17:42.428Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_or_operator |
1045 | 2024-12-05T20:17:42.455Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_invalid_platform |
1046 | 2024-12-05T20:17:42.485Z | PASS [ 0.057s] nextest-filtering parsing::tests::test_invalid_regex |
1047 | 2024-12-05T20:17:42.489Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_missing_argument |
1048 | 2024-12-05T20:17:42.535Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_missing_close_regex |
1049 | 2024-12-05T20:17:42.538Z | PASS [ 11.873s] integration-tests::integration test_run_from_archive_with_includes |
1050 | 2024-12-05T20:17:42.538Z | PASS [ 0.048s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1051 | 2024-12-05T20:17:42.677Z | PASS [ 0.135s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1052 | 2024-12-05T20:17:42.685Z | PASS [ 0.121s] nextest-filtering parsing::tests::test_missing_parentheses |
1053 | 2024-12-05T20:17:42.724Z | PASS [ 0.141s] nextest-filtering parsing::tests::test_parse_comma |
1054 | 2024-12-05T20:17:42.724Z | PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_expr_difference |
1055 | 2024-12-05T20:17:42.769Z | PASS [ 0.070s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1056 | 2024-12-05T20:17:42.859Z | PASS [ 0.529s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1057 | 2024-12-05T20:17:42.859Z | PASS [ 0.135s] nextest-filtering parsing::tests::test_parse_expr_not |
1058 | 2024-12-05T20:17:42.859Z | PASS [ 0.110s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1059 | 2024-12-05T20:17:42.967Z | PASS [ 0.052s] nextest-filtering parsing::tests::test_parse_name_matcher |
1060 | 2024-12-05T20:17:42.973Z | PASS [ 0.197s] nextest-filtering parsing::tests::test_parse_expr_set |
1061 | 2024-12-05T20:17:42.973Z | PASS [ 0.108s] nextest-filtering parsing::tests::test_parse_expr_union |
1062 | 2024-12-05T20:17:42.973Z | PASS [ 0.076s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1063 | 2024-12-05T20:17:43.045Z | PASS [ 0.077s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1064 | 2024-12-05T20:17:43.054Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_parse_regex |
1065 | 2024-12-05T20:17:43.055Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_set_def |
1066 | 2024-12-05T20:17:43.110Z | PASS [ 0.086s] nextest-filtering parsing::tests::test_unexpected_argument |
1067 | 2024-12-05T20:17:43.121Z | PASS [ 0.060s] nextest-filtering parsing::tests::test_unexpected_comma |
1068 | 2024-12-05T20:17:43.135Z | PASS [ 0.051s] nextest-filtering::match test_binary_query |
1069 | 2024-12-05T20:17:43.147Z | PASS [ 0.034s] nextest-filtering::match test_expr_binary |
1070 | 2024-12-05T20:17:43.168Z | PASS [ 0.044s] nextest-filtering::match test_expr_binary_id_glob |
1071 | 2024-12-05T20:17:43.190Z | PASS [ 0.044s] nextest-filtering::match test_expr_deps |
1072 | 2024-12-05T20:17:43.201Z | PASS [ 0.036s] nextest-filtering::match test_expr_kind_partial |
1073 | 2024-12-05T20:17:43.221Z | PASS [ 0.077s] nextest-filtering::match test_expr_kind |
1074 | 2024-12-05T20:17:43.231Z | PASS [ 0.042s] nextest-filtering::match test_expr_package_contains |
1075 | 2024-12-05T20:17:43.268Z | PASS [ 0.044s] nextest-filtering::match test_expr_package_regex |
1076 | 2024-12-05T20:17:43.278Z | PASS [ 0.066s] nextest-filtering::match test_expr_package_equal |
1077 | 2024-12-05T20:17:43.278Z | PASS [ 0.030s] nextest-filtering::match test_expr_platform |
1078 | 2024-12-05T20:17:43.354Z | PASS [ 0.082s] nextest-filtering::match test_expr_rdeps |
1079 | 2024-12-05T20:17:43.389Z | PASS [ 0.099s] nextest-filtering::match test_expr_test |
1080 | 2024-12-05T20:17:43.396Z | PASS [ 0.059s] nextest-filtering::match test_expr_test_difference::with_and_not |
1081 | 2024-12-05T20:17:43.451Z | PASS [ 0.099s] nextest-filtering::match test_expr_test_difference::with_minus |
1082 | 2024-12-05T20:17:43.474Z | PASS [ 0.416s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1083 | 2024-12-05T20:17:43.478Z | PASS [ 0.083s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1084 | 2024-12-05T20:17:43.478Z | PASS [ 0.056s] nextest-filtering::match test_expr_test_intersect::with_and |
1085 | 2024-12-05T20:17:43.607Z | PASS [ 0.155s] nextest-filtering::match test_expr_test_not |
1086 | 2024-12-05T20:17:43.607Z | PASS [ 0.130s] nextest-filtering::match test_expr_test_union::with_or |
1087 | 2024-12-05T20:17:43.611Z | PASS [ 0.107s] nextest-filtering::match test_expr_test_union::with_pipe |
1088 | 2024-12-05T20:17:43.668Z | PASS [ 0.123s] nextest-filtering::match test_expr_test_union::with_plus |
1089 | 2024-12-05T20:17:43.668Z | PASS [ 0.037s] nextest-filtering::match test_expr_with_no_matching_packages |
1090 | 2024-12-05T20:17:43.668Z | PASS [ 0.030s] nextest-metadata test_list::tests::test_binary_id_ord |
1091 | 2024-12-05T20:17:43.720Z | PASS [ 0.098s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1092 | 2024-12-05T20:17:43.724Z | PASS [ 0.073s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1093 | 2024-12-05T20:17:43.724Z | PASS [ 0.056s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1094 | 2024-12-05T20:17:43.724Z | PASS [ 0.045s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1095 | 2024-12-05T20:17:43.774Z | PASS [ 0.032s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1096 | 2024-12-05T20:17:43.777Z | PASS [ 0.053s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1097 | 2024-12-05T20:17:43.794Z | PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1098 | 2024-12-05T20:17:43.797Z | PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1099 | 2024-12-05T20:17:43.827Z | PASS [ 0.052s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1100 | 2024-12-05T20:17:43.827Z | PASS [ 0.045s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1101 | 2024-12-05T20:17:43.872Z | PASS [ 0.059s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1102 | 2024-12-05T20:17:43.876Z | PASS [ 0.077s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1103 | 2024-12-05T20:17:43.876Z | PASS [ 0.045s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1104 | 2024-12-05T20:17:44.151Z | PASS [ 0.303s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1105 | 2024-12-05T20:17:44.199Z | PASS [ 0.326s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1106 | 2024-12-05T20:17:44.257Z | PASS [ 0.281s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1107 | 2024-12-05T20:17:44.262Z | PASS [ 0.323s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1108 | 2024-12-05T20:17:44.355Z | PASS [ 2.662s] integration-tests::integration test_target_arg |
1109 | 2024-12-05T20:17:44.473Z | PASS [ 0.273s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1110 | 2024-12-05T20:17:44.482Z | PASS [ 0.331s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1111 | 2024-12-05T20:17:44.499Z | PASS [ 0.026s] nextest-runner config::config_impl::tests::default_config_is_valid |
1112 | 2024-12-05T20:17:44.520Z | PASS [ 0.020s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1113 | 2024-12-05T20:17:44.539Z | PASS [ 0.019s] nextest-runner config::identifier::tests::test_invalid |
1114 | 2024-12-05T20:17:44.549Z | PASS [ 0.284s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1115 | 2024-12-05T20:17:44.549Z | PASS [ 0.290s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1116 | 2024-12-05T20:17:44.560Z | PASS [ 0.020s] nextest-runner config::identifier::tests::test_valid |
1117 | 2024-12-05T20:17:44.576Z | PASS [ 0.028s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1118 | 2024-12-05T20:17:44.576Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate |
1119 | 2024-12-05T20:17:44.587Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1120 | 2024-12-05T20:17:44.597Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1121 | 2024-12-05T20:17:44.602Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1122 | 2024-12-05T20:17:44.607Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1123 | 2024-12-05T20:17:44.617Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1124 | 2024-12-05T20:17:44.623Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1125 | 2024-12-05T20:17:44.628Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1126 | 2024-12-05T20:17:44.639Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1127 | 2024-12-05T20:17:44.645Z | PASS [ 0.288s] nextest-runner config::archive::tests::parse_valid |
1128 | 2024-12-05T20:17:44.781Z | PASS [ 0.297s] nextest-runner config::config_impl::tests::ignored_keys |
1129 | 2024-12-05T20:17:44.911Z | PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1130 | 2024-12-05T20:17:44.916Z | PASS [ 0.286s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1131 | 2024-12-05T20:17:44.922Z | PASS [ 0.276s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1132 | 2024-12-05T20:17:44.927Z | PASS [ 0.281s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1133 | 2024-12-05T20:17:45.088Z | PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1134 | 2024-12-05T20:17:45.197Z | PASS [ 0.273s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1135 | 2024-12-05T20:17:45.201Z | PASS [ 0.280s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1136 | 2024-12-05T20:17:45.205Z | PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1137 | 2024-12-05T20:17:45.223Z | PASS [ 0.294s] nextest-runner config::overrides::tests::test_overrides_basic |
1138 | 2024-12-05T20:17:45.436Z | PASS [ 0.356s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1139 | 2024-12-05T20:17:45.482Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1140 | 2024-12-05T20:17:45.495Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1141 | 2024-12-05T20:17:45.520Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1142 | 2024-12-05T20:17:45.540Z | PASS [ 0.317s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1143 | 2024-12-05T20:17:45.748Z | PASS [ 0.313s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1144 | 2024-12-05T20:17:45.800Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1145 | 2024-12-05T20:17:45.820Z | PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1146 | 2024-12-05T20:17:45.842Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1147 | 2024-12-05T20:17:45.849Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1148 | 2024-12-05T20:17:46.033Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1149 | 2024-12-05T20:17:46.092Z | PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1150 | 2024-12-05T20:17:46.101Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1151 | 2024-12-05T20:17:46.113Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1152 | 2024-12-05T20:17:46.117Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1153 | 2024-12-05T20:17:46.311Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1154 | 2024-12-05T20:17:46.368Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1155 | 2024-12-05T20:17:46.372Z | PASS [ 0.267s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1156 | 2024-12-05T20:17:46.377Z | PASS [ 0.263s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1157 | 2024-12-05T20:17:46.380Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1158 | 2024-12-05T20:17:46.593Z | PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1159 | 2024-12-05T20:17:46.645Z | PASS [ 0.262s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1160 | 2024-12-05T20:17:46.651Z | PASS [ 0.277s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1161 | 2024-12-05T20:17:46.654Z | PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1162 | 2024-12-05T20:17:46.654Z | PASS [ 0.282s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1163 | 2024-12-05T20:17:46.673Z | PASS [ 4.790s] integration-tests::integration test_target_dir |
1164 | 2024-12-05T20:17:46.691Z | PASS [ 5.710s] integration-tests::integration test_show_config_test_groups |
1165 | 2024-12-05T20:17:46.870Z | PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1166 | 2024-12-05T20:17:46.921Z | PASS [ 0.264s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1167 | 2024-12-05T20:17:46.929Z | PASS [ 0.265s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1168 | 2024-12-05T20:17:46.929Z | PASS [ 0.281s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1169 | 2024-12-05T20:17:46.929Z | PASS [ 0.274s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1170 | 2024-12-05T20:17:46.943Z | PASS [ 0.269s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1171 | 2024-12-05T20:17:46.953Z | PASS [ 0.258s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1172 | 2024-12-05T20:17:47.156Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1173 | 2024-12-05T20:17:47.200Z | PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1174 | 2024-12-05T20:17:47.207Z | PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1175 | 2024-12-05T20:17:47.210Z | PASS [ 0.272s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1176 | 2024-12-05T20:17:47.210Z | PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1177 | 2024-12-05T20:17:47.232Z | PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1178 | 2024-12-05T20:17:47.265Z | PASS [ 0.321s] nextest-runner config::scripts::tests::test_scripts_basic |
1179 | 2024-12-05T20:17:47.437Z | PASS [ 0.280s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1180 | 2024-12-05T20:17:47.487Z | PASS [ 0.279s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1181 | 2024-12-05T20:17:47.495Z | PASS [ 0.292s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1182 | 2024-12-05T20:17:47.505Z | PASS [ 0.293s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1183 | 2024-12-05T20:17:47.527Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1184 | 2024-12-05T20:17:47.537Z | PASS [ 0.312s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1185 | 2024-12-05T20:17:47.550Z | PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1186 | 2024-12-05T20:17:47.713Z | PASS [ 0.276s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1187 | 2024-12-05T20:17:47.772Z | PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1188 | 2024-12-05T20:17:47.784Z | PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1189 | 2024-12-05T20:17:47.792Z | PASS [ 0.282s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1190 | 2024-12-05T20:17:47.815Z | PASS [ 0.287s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1191 | 2024-12-05T20:17:47.828Z | PASS [ 0.291s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1192 | 2024-12-05T20:17:47.833Z | PASS [ 0.283s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1193 | 2024-12-05T20:17:47.982Z | PASS [ 0.267s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1194 | 2024-12-05T20:17:48.040Z | PASS [ 0.252s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1195 | 2024-12-05T20:17:48.045Z | PASS [ 0.262s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1196 | 2024-12-05T20:17:48.048Z | PASS [ 0.273s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1197 | 2024-12-05T20:17:48.084Z | PASS [ 0.250s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1198 | 2024-12-05T20:17:48.087Z | PASS [ 0.251s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1199 | 2024-12-05T20:17:48.087Z | PASS [ 0.269s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1200 | 2024-12-05T20:17:48.253Z | PASS [ 0.271s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1201 | 2024-12-05T20:17:48.298Z | PASS [ 0.248s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1202 | 2024-12-05T20:17:48.303Z | PASS [ 0.257s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1203 | 2024-12-05T20:17:48.306Z | PASS [ 0.262s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1204 | 2024-12-05T20:17:48.336Z | PASS [ 0.257s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1205 | 2024-12-05T20:17:48.342Z | PASS [ 0.253s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1206 | 2024-12-05T20:17:48.344Z | PASS [ 0.257s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1207 | 2024-12-05T20:17:48.355Z | PASS [ 0.018s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1208 | 2024-12-05T20:17:48.404Z | PASS [ 0.057s] nextest-runner errors::tests::display_error_chain |
1209 | 2024-12-05T20:17:48.413Z | PASS [ 0.058s] nextest-runner errors::tests::display_error_list |
1210 | 2024-12-05T20:17:48.425Z | PASS [ 0.021s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1211 | 2024-12-05T20:17:48.434Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1212 | 2024-12-05T20:17:48.446Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1213 | 2024-12-05T20:17:48.453Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1214 | 2024-12-05T20:17:48.466Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1215 | 2024-12-05T20:17:48.471Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1216 | 2024-12-05T20:17:48.485Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1217 | 2024-12-05T20:17:48.491Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1218 | 2024-12-05T20:17:48.508Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1219 | 2024-12-05T20:17:48.511Z | PASS [ 0.257s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1220 | 2024-12-05T20:17:48.511Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1221 | 2024-12-05T20:17:48.525Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1222 | 2024-12-05T20:17:48.531Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1223 | 2024-12-05T20:17:48.537Z | PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list |
1224 | 2024-12-05T20:17:48.593Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1225 | 2024-12-05T20:17:48.596Z | PASS [ 0.018s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1226 | 2024-12-05T20:17:48.596Z | PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1227 | 2024-12-05T20:17:48.596Z | PASS [ 0.253s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1228 | 2024-12-05T20:17:48.596Z | PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1229 | 2024-12-05T20:17:48.596Z | PASS [ 0.268s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1230 | 2024-12-05T20:17:48.597Z | PASS [ 0.262s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1231 | 2024-12-05T20:17:48.597Z | PASS [ 0.020s] nextest-runner redact::tests::test_redact_path |
1232 | 2024-12-05T20:17:48.597Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1233 | 2024-12-05T20:17:48.597Z | PASS [ 0.022s] nextest-runner reporter::displayer::tests::no_capture_settings |
1234 | 2024-12-05T20:17:48.600Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1235 | 2024-12-05T20:17:48.606Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1236 | 2024-12-05T20:17:48.610Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1237 | 2024-12-05T20:17:48.613Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1238 | 2024-12-05T20:17:48.619Z | PASS [ 0.034s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1239 | 2024-12-05T20:17:48.622Z | PASS [ 0.046s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1240 | 2024-12-05T20:17:48.622Z | PASS [ 0.276s] nextest-runner config::tool_config::tests::tool_config_basic |
1241 | 2024-12-05T20:17:48.631Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1242 | 2024-12-05T20:17:48.636Z | PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_final_warnings |
1243 | 2024-12-05T20:17:48.641Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1244 | 2024-12-05T20:17:48.645Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1245 | 2024-12-05T20:17:48.650Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1246 | 2024-12-05T20:17:48.654Z | PASS [ 0.019s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1247 | 2024-12-05T20:17:48.654Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1248 | 2024-12-05T20:17:48.663Z | PASS [ 0.021s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1249 | 2024-12-05T20:17:48.668Z | PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1250 | 2024-12-05T20:17:48.671Z | PASS [ 0.017s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1251 | 2024-12-05T20:17:48.678Z | PASS [ 0.022s] nextest-runner reporter::events::tests::test_is_success |
1252 | 2024-12-05T20:17:48.681Z | PASS [ 0.019s] nextest-runner reporter::helpers::tests::test_highlight_end |
1253 | 2024-12-05T20:17:48.687Z | PASS [ 0.062s] nextest-runner reporter::displayer::tests::test_info_response |
1254 | 2024-12-05T20:17:48.692Z | PASS [ 0.055s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1255 | 2024-12-05T20:17:48.699Z | PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1256 | 2024-12-05T20:17:48.704Z | PASS [ 0.017s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1257 | 2024-12-05T20:17:48.715Z | PASS [ 0.022s] nextest-runner runner::imp::tests::no_capture_settings |
1258 | 2024-12-05T20:17:48.720Z | PASS [ 0.056s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1259 | 2024-12-05T20:17:48.727Z | PASS [ 0.057s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1260 | 2024-12-05T20:17:48.732Z | PASS [ 0.021s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1261 | 2024-12-05T20:17:48.739Z | PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1262 | 2024-12-05T20:17:48.745Z | PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1263 | 2024-12-05T20:17:48.749Z | PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script |
1264 | 2024-12-05T20:17:48.754Z | PASS [ 0.019s] nextest-runner test_filter::tests::empty_pattern_examples |
1265 | 2024-12-05T20:17:48.757Z | PASS [ 0.027s] nextest-runner target_runner::tests::test_find_config |
1266 | 2024-12-05T20:17:48.762Z | PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples |
1267 | 2024-12-05T20:17:48.815Z | PASS [ 0.099s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1268 | 2024-12-05T20:17:48.839Z | PASS [ 0.019s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1269 | 2024-12-05T20:17:48.847Z | PASS [ 0.127s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1270 | 2024-12-05T20:17:48.882Z | PASS [ 0.132s] nextest-runner test_filter::tests::proptest_empty |
1271 | 2024-12-05T20:17:48.997Z | PASS [ 0.238s] nextest-runner test_filter::tests::proptest_no_match |
1272 | 2024-12-05T20:17:49.007Z | PASS [ 0.305s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1273 | 2024-12-05T20:17:49.417Z | PASS [ 0.569s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1274 | 2024-12-05T20:17:49.512Z | PASS [ 0.748s] nextest-runner test_filter::tests::proptest_substring |
1275 | 2024-12-05T20:17:49.563Z | PASS [ 0.807s] nextest-runner test_filter::tests::proptest_exact |
1276 | 2024-12-05T20:17:50.358Z | PASS [ 1.522s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1277 | 2024-12-05T20:17:50.493Z | PASS [ 1.487s] nextest-runner::integration basic::test_list_binaries |
1278 | 2024-12-05T20:17:50.691Z | PASS [ 1.693s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1279 | 2024-12-05T20:17:50.729Z | PASS [ 1.311s] nextest-runner::integration basic::test_list_tests |
1280 | 2024-12-05T20:17:50.752Z | PASS [ 1.869s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1281 | 2024-12-05T20:17:50.775Z | PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching |
1282 | 2024-12-05T20:17:50.891Z | PASS [ 0.396s] nextest-runner::integration basic::test_run_ignored |
1283 | 2024-12-05T20:17:50.916Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1284 | 2024-12-05T20:17:50.941Z | PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1285 | 2024-12-05T20:17:51.002Z | PASS [ 0.310s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1286 | 2024-12-05T20:17:51.052Z | PASS [ 0.276s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1287 | 2024-12-05T20:17:51.345Z | PASS [ 0.403s] nextest-runner::integration target_runner::parses_cargo_env |
1288 | 2024-12-05T20:17:51.369Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env |
1289 | 2024-12-05T20:17:51.393Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli |
1290 | 2024-12-05T20:17:51.416Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1291 | 2024-12-05T20:17:51.440Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1292 | 2024-12-05T20:17:51.464Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env |
1293 | 2024-12-05T20:17:51.488Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1294 | 2024-12-05T20:17:51.511Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_target_cli_option |
1295 | 2024-12-05T20:17:51.584Z | PASS [ 0.581s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1296 | 2024-12-05T20:17:52.071Z | PASS [ 21.573s] integration-tests::integration test_run |
1297 | 2024-12-05T20:17:52.161Z | PASS [ 1.802s] nextest-runner::integration basic::test_run |
1298 | 2024-12-05T20:17:52.564Z | PASS [ 1.512s] nextest-runner::integration target_runner::test_run_with_target_runner |
1299 | 2024-12-05T20:17:53.150Z | PASS [ 2.420s] nextest-runner::integration basic::test_termination |
1300 | 2024-12-05T20:17:54.205Z | PASS [ 4.693s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1301 | 2024-12-05T20:17:54.208Z | PASS [ 4.644s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1302 | 2024-12-05T20:17:54.208Z | ──────────── |
1303 | 2024-12-05T20:17:54.208Z | Summary [ 32.752s] 283 tests run: 283 passed, 0 skipped |
1304 | 2024-12-05T20:17:54.233Z | |
1305 | 2024-12-05T20:17:54.236Z | real 33.875433142 |
1306 | 2024-12-05T20:17:54.236Z | user 2:09.196572789 |
1307 | 2024-12-05T20:17:54.236Z | sys 1:31.955907041 |
1308 | 2024-12-05T20:17:54.236Z | trap 0.316650589 |
1309 | 2024-12-05T20:17:54.236Z | tflt 0.419435452 |
1310 | 2024-12-05T20:17:54.236Z | dflt 0.616317701 |
1311 | 2024-12-05T20:17:54.236Z | kflt 0.011331242 |
1312 | 2024-12-05T20:17:54.236Z | lock 26:31.719118427 |
1313 | 2024-12-05T20:17:54.237Z | slp 53:10.452393635 |
1314 | 2024-12-05T20:17:54.237Z | lat 13:35.054744012 |
1315 | 2024-12-05T20:17:54.237Z | stop 5:26.139527357 |
1316 | 2024-12-05T20:17:54.237Z | + banner release |
1317 | 2024-12-05T20:17:54.237Z | |
1318 | 2024-12-05T20:17:54.237Z | ##### ###### # ###### ## #### ###### |
1319 | 2024-12-05T20:17:54.237Z | # # # # # # # # # |
1320 | 2024-12-05T20:17:54.237Z | # # ##### # ##### # # #### ##### |
1321 | 2024-12-05T20:17:54.237Z | ##### # # # ###### # # |
1322 | 2024-12-05T20:17:54.237Z | # # # # # # # # # # |
1323 | 2024-12-05T20:17:54.237Z | # # ###### ###### ###### # # #### ###### |
1324 | 2024-12-05T20:17:54.237Z | |
1325 | 2024-12-05T20:17:54.237Z | + ptime -m cargo nextest run --profile ci |
1326 | 2024-12-05T20:17:54.895Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s |
1327 | 2024-12-05T20:17:55.001Z | ------------ |
1328 | 2024-12-05T20:17:55.002Z | Nextest run ID 817304f6-4d30-47a4-a0a2-8c7ae4df70b3 with nextest profile: ci |
1329 | 2024-12-05T20:17:55.002Z | Starting 283 tests across 12 binaries |
1330 | 2024-12-05T20:17:55.042Z | PASS [ 0.031s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1331 | 2024-12-05T20:17:55.197Z | PASS [ 0.191s] cargo-nextest dispatch::tests::test_argument_parsing |
1332 | 2024-12-05T20:18:03.946Z | PASS [ 8.928s] integration-tests::integration test_list_binaries_only |
1333 | 2024-12-05T20:18:04.177Z | PASS [ 9.150s] integration-tests::integration test_list_host_after_build |
1334 | 2024-12-05T20:18:04.505Z | PASS [ 9.478s] integration-tests::integration test_list_full_after_build |
1335 | 2024-12-05T20:18:04.505Z | PASS [ 9.472s] integration-tests::integration test_list_target_after_build |
1336 | 2024-12-05T20:18:04.554Z | PASS [ 9.530s] integration-tests::integration test_list_full |
1337 | 2024-12-05T20:18:04.568Z | PASS [ 9.552s] integration-tests::integration test_list_default |
1338 | 2024-12-05T20:18:11.426Z | PASS [ 16.210s] integration-tests::integration test_relocated_run |
1339 | 2024-12-05T20:18:11.564Z | PASS [ 7.057s] integration-tests::integration test_run_from_archive_with_missing_includes |
1340 | 2024-12-05T20:18:12.960Z | PASS [ 8.389s] integration-tests::integration test_run_no_tests |
1341 | 2024-12-05T20:18:13.475Z | PASS [ 0.514s] integration-tests::integration test_setup_scripts_not_enabled |
1342 | 2024-12-05T20:18:15.021Z | PASS [ 10.840s] integration-tests::integration test_run_after_build |
1343 | 2024-12-05T20:18:15.253Z | PASS [ 3.688s] integration-tests::integration test_setup_script_error |
1344 | 2024-12-05T20:18:15.633Z | PASS [ 0.615s] integration-tests::integration test_show_config_version |
1345 | 2024-12-05T20:18:15.958Z | PASS [ 20.913s] integration-tests::integration test_list_with_default_filter |
1346 | 2024-12-05T20:18:16.020Z | PASS [ 0.053s] integration-tests::integration test_version_info |
1347 | 2024-12-05T20:18:16.192Z | PASS [ 11.685s] integration-tests::integration test_run_from_archive_with_includes |
1348 | 2024-12-05T20:18:16.210Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_complex_error |
1349 | 2024-12-05T20:18:16.224Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_eof |
1350 | 2024-12-05T20:18:16.240Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_expected_expr |
1351 | 2024-12-05T20:18:16.259Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_and_operator |
1352 | 2024-12-05T20:18:16.336Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_escapes |
1353 | 2024-12-05T20:18:16.339Z | PASS [ 11.716s] integration-tests::integration test_run_from_archive_with_no_includes |
1354 | 2024-12-05T20:18:16.542Z | PASS [ 0.073s] nextest-filtering parsing::tests::test_invalid_glob |
1355 | 2024-12-05T20:18:16.547Z | PASS [ 0.054s] nextest-filtering parsing::tests::test_invalid_or_operator |
1356 | 2024-12-05T20:18:16.547Z | PASS [ 0.183s] nextest-filtering parsing::tests::test_invalid_platform |
1357 | 2024-12-05T20:18:16.567Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_argument |
1358 | 2024-12-05T20:18:16.573Z | PASS [ 0.137s] nextest-filtering parsing::tests::test_invalid_regex |
1359 | 2024-12-05T20:18:16.864Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1360 | 2024-12-05T20:18:16.867Z | PASS [ 0.053s] nextest-filtering parsing::tests::test_missing_close_regex |
1361 | 2024-12-05T20:18:16.867Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_parentheses |
1362 | 2024-12-05T20:18:16.867Z | PASS [ 0.069s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1363 | 2024-12-05T20:18:16.867Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_difference |
1364 | 2024-12-05T20:18:16.868Z | PASS [ 0.685s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1365 | 2024-12-05T20:18:16.868Z | PASS [ 0.043s] nextest-filtering parsing::tests::test_parse_comma |
1366 | 2024-12-05T20:18:16.868Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1367 | 2024-12-05T20:18:16.868Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set |
1368 | 2024-12-05T20:18:16.868Z | PASS [ 0.046s] nextest-filtering parsing::tests::test_parse_expr_not |
1369 | 2024-12-05T20:18:16.868Z | PASS [ 0.033s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1370 | 2024-12-05T20:18:16.868Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_name_matcher |
1371 | 2024-12-05T20:18:16.868Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_union |
1372 | 2024-12-05T20:18:16.868Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1373 | 2024-12-05T20:18:16.868Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1374 | 2024-12-05T20:18:16.868Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_set_def |
1375 | 2024-12-05T20:18:16.868Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_unexpected_argument |
1376 | 2024-12-05T20:18:16.868Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_comma |
1377 | 2024-12-05T20:18:16.868Z | PASS [ 0.050s] nextest-filtering parsing::tests::test_parse_regex |
1378 | 2024-12-05T20:18:16.871Z | PASS [ 0.021s] nextest-filtering::match test_binary_query |
1379 | 2024-12-05T20:18:16.876Z | PASS [ 0.018s] nextest-filtering::match test_expr_binary |
1380 | 2024-12-05T20:18:16.892Z | PASS [ 0.018s] nextest-filtering::match test_expr_binary_id_glob |
1381 | 2024-12-05T20:18:16.902Z | PASS [ 0.021s] nextest-filtering::match test_expr_deps |
1382 | 2024-12-05T20:18:16.909Z | PASS [ 0.019s] nextest-filtering::match test_expr_kind |
1383 | 2024-12-05T20:18:16.923Z | PASS [ 0.022s] nextest-filtering::match test_expr_kind_partial |
1384 | 2024-12-05T20:18:16.933Z | PASS [ 0.019s] nextest-filtering::match test_expr_package_contains |
1385 | 2024-12-05T20:18:16.968Z | PASS [ 0.019s] nextest-filtering::match test_expr_package_equal |
1386 | 2024-12-05T20:18:16.986Z | PASS [ 0.046s] nextest-filtering::match test_expr_package_regex |
1387 | 2024-12-05T20:18:16.994Z | PASS [ 0.052s] nextest-filtering::match test_expr_platform |
1388 | 2024-12-05T20:18:17.009Z | PASS [ 0.033s] nextest-filtering::match test_expr_rdeps |
1389 | 2024-12-05T20:18:17.016Z | PASS [ 0.023s] nextest-filtering::match test_expr_test |
1390 | 2024-12-05T20:18:17.046Z | PASS [ 0.036s] nextest-filtering::match test_expr_test_difference::with_and_not |
1391 | 2024-12-05T20:18:17.062Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_difference::with_minus |
1392 | 2024-12-05T20:18:17.074Z | PASS [ 0.223s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1393 | 2024-12-05T20:18:17.074Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1394 | 2024-12-05T20:18:17.085Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_intersect::with_and |
1395 | 2024-12-05T20:18:17.507Z | PASS [ 0.017s] nextest-filtering::match test_expr_test_union::with_or |
1396 | 2024-12-05T20:18:17.510Z | PASS [ 0.038s] nextest-filtering::match test_expr_test_not |
1397 | 2024-12-05T20:18:17.510Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_pipe |
1398 | 2024-12-05T20:18:17.510Z | PASS [ 0.036s] nextest-filtering::match test_expr_test_union::with_plus |
1399 | 2024-12-05T20:18:17.510Z | PASS [ 0.021s] nextest-filtering::match test_expr_with_no_matching_packages |
1400 | 2024-12-05T20:18:17.510Z | PASS [ 0.018s] nextest-metadata test_list::tests::test_binary_id_ord |
1401 | 2024-12-05T20:18:17.510Z | PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1402 | 2024-12-05T20:18:17.510Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1403 | 2024-12-05T20:18:17.511Z | PASS [ 0.023s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1404 | 2024-12-05T20:18:17.511Z | PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1405 | 2024-12-05T20:18:17.511Z | PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1406 | 2024-12-05T20:18:17.511Z | PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1407 | 2024-12-05T20:18:17.511Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1408 | 2024-12-05T20:18:17.511Z | PASS [ 0.084s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1409 | 2024-12-05T20:18:17.511Z | PASS [ 0.095s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1410 | 2024-12-05T20:18:17.511Z | PASS [ 0.146s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1411 | 2024-12-05T20:18:17.511Z | PASS [ 0.055s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1412 | 2024-12-05T20:18:17.511Z | PASS [ 0.074s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1413 | 2024-12-05T20:18:17.511Z | PASS [ 0.036s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1414 | 2024-12-05T20:18:17.786Z | PASS [ 0.439s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1415 | 2024-12-05T20:18:17.799Z | PASS [ 0.419s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1416 | 2024-12-05T20:18:17.864Z | PASS [ 0.386s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1417 | 2024-12-05T20:18:18.071Z | PASS [ 0.284s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1418 | 2024-12-05T20:18:18.079Z | PASS [ 0.285s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1419 | 2024-12-05T20:18:18.131Z | PASS [ 0.266s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1420 | 2024-12-05T20:18:18.223Z | PASS [ 6.810s] integration-tests::integration test_run_with_default_filter |
1421 | 2024-12-05T20:18:18.241Z | PASS [ 0.018s] nextest-runner config::config_impl::tests::default_config_is_valid |
1422 | 2024-12-05T20:18:18.372Z | PASS [ 0.292s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1423 | 2024-12-05T20:18:18.372Z | PASS [ 0.305s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1424 | 2024-12-05T20:18:18.383Z | PASS [ 0.015s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1425 | 2024-12-05T20:18:18.387Z | PASS [ 0.016s] nextest-runner config::identifier::tests::test_invalid |
1426 | 2024-12-05T20:18:18.397Z | PASS [ 0.015s] nextest-runner config::identifier::tests::test_valid |
1427 | 2024-12-05T20:18:18.404Z | PASS [ 0.014s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1428 | 2024-12-05T20:18:18.414Z | PASS [ 0.014s] nextest-runner config::nextest_version::tests::test_accumulate |
1429 | 2024-12-05T20:18:18.421Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1430 | 2024-12-05T20:18:18.431Z | PASS [ 3.172s] integration-tests::integration test_target_arg |
1431 | 2024-12-05T20:18:18.431Z | PASS [ 0.297s] nextest-runner config::archive::tests::parse_valid |
1432 | 2024-12-05T20:18:18.435Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1433 | 2024-12-05T20:18:18.460Z | PASS [ 0.019s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1434 | 2024-12-05T20:18:18.463Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1435 | 2024-12-05T20:18:18.463Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1436 | 2024-12-05T20:18:18.463Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1437 | 2024-12-05T20:18:18.463Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1438 | 2024-12-05T20:18:18.463Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1439 | 2024-12-05T20:18:18.541Z | PASS [ 0.299s] nextest-runner config::config_impl::tests::ignored_keys |
1440 | 2024-12-05T20:18:18.733Z | PASS [ 0.280s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1441 | 2024-12-05T20:18:18.742Z | PASS [ 0.289s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1442 | 2024-12-05T20:18:18.745Z | PASS [ 0.280s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1443 | 2024-12-05T20:18:18.759Z | PASS [ 0.289s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1444 | 2024-12-05T20:18:18.825Z | PASS [ 0.284s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1445 | 2024-12-05T20:18:19.015Z | PASS [ 0.279s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1446 | 2024-12-05T20:18:19.022Z | PASS [ 0.283s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1447 | 2024-12-05T20:18:19.050Z | PASS [ 0.307s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1448 | 2024-12-05T20:18:19.054Z | PASS [ 0.305s] nextest-runner config::overrides::tests::test_overrides_basic |
1449 | 2024-12-05T20:18:19.108Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1450 | 2024-12-05T20:18:19.269Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1451 | 2024-12-05T20:18:19.278Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1452 | 2024-12-05T20:18:19.304Z | PASS [ 0.255s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1453 | 2024-12-05T20:18:19.324Z | PASS [ 0.268s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1454 | 2024-12-05T20:18:19.371Z | PASS [ 0.261s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1455 | 2024-12-05T20:18:19.541Z | PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1456 | 2024-12-05T20:18:19.568Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1457 | 2024-12-05T20:18:19.580Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1458 | 2024-12-05T20:18:19.597Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1459 | 2024-12-05T20:18:19.642Z | PASS [ 0.271s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1460 | 2024-12-05T20:18:19.816Z | PASS [ 0.273s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1461 | 2024-12-05T20:18:19.838Z | PASS [ 0.266s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1462 | 2024-12-05T20:18:19.848Z | PASS [ 0.266s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1463 | 2024-12-05T20:18:19.895Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1464 | 2024-12-05T20:18:19.929Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1465 | 2024-12-05T20:18:20.103Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1466 | 2024-12-05T20:18:20.122Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1467 | 2024-12-05T20:18:20.140Z | PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1468 | 2024-12-05T20:18:20.195Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1469 | 2024-12-05T20:18:20.207Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1470 | 2024-12-05T20:18:20.392Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1471 | 2024-12-05T20:18:20.417Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1472 | 2024-12-05T20:18:20.423Z | PASS [ 4.787s] integration-tests::integration test_target_dir |
1473 | 2024-12-05T20:18:20.454Z | PASS [ 0.316s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1474 | 2024-12-05T20:18:20.487Z | PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1475 | 2024-12-05T20:18:20.527Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1476 | 2024-12-05T20:18:20.673Z | PASS [ 7.197s] integration-tests::integration test_show_config_test_groups |
1477 | 2024-12-05T20:18:20.693Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1478 | 2024-12-05T20:18:20.723Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1479 | 2024-12-05T20:18:20.723Z | PASS [ 0.295s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1480 | 2024-12-05T20:18:20.745Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1481 | 2024-12-05T20:18:20.763Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1482 | 2024-12-05T20:18:20.810Z | PASS [ 0.282s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1483 | 2024-12-05T20:18:20.982Z | PASS [ 0.274s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1484 | 2024-12-05T20:18:20.985Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1485 | 2024-12-05T20:18:20.998Z | PASS [ 0.277s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1486 | 2024-12-05T20:18:21.002Z | PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1487 | 2024-12-05T20:18:21.025Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1488 | 2024-12-05T20:18:21.041Z | PASS [ 0.279s] nextest-runner config::scripts::tests::test_scripts_basic |
1489 | 2024-12-05T20:18:21.085Z | PASS [ 0.275s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1490 | 2024-12-05T20:18:21.235Z | PASS [ 0.267s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1491 | 2024-12-05T20:18:21.239Z | PASS [ 0.267s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1492 | 2024-12-05T20:18:21.256Z | PASS [ 0.253s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1493 | 2024-12-05T20:18:21.260Z | PASS [ 0.263s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1494 | 2024-12-05T20:18:21.269Z | PASS [ 0.249s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1495 | 2024-12-05T20:18:21.295Z | PASS [ 0.252s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1496 | 2024-12-05T20:18:21.347Z | PASS [ 0.261s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1497 | 2024-12-05T20:18:21.494Z | PASS [ 0.251s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1498 | 2024-12-05T20:18:21.494Z | PASS [ 0.255s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1499 | 2024-12-05T20:18:21.502Z | PASS [ 0.232s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1500 | 2024-12-05T20:18:21.509Z | PASS [ 0.250s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1501 | 2024-12-05T20:18:21.511Z | PASS [ 0.245s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1502 | 2024-12-05T20:18:21.552Z | PASS [ 0.257s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1503 | 2024-12-05T20:18:21.601Z | PASS [ 0.255s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1504 | 2024-12-05T20:18:21.749Z | PASS [ 0.241s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1505 | 2024-12-05T20:18:21.761Z | PASS [ 0.262s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1506 | 2024-12-05T20:18:21.761Z | PASS [ 0.258s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1507 | 2024-12-05T20:18:21.762Z | PASS [ 0.243s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1508 | 2024-12-05T20:18:21.762Z | PASS [ 0.251s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1509 | 2024-12-05T20:18:21.809Z | PASS [ 0.257s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1510 | 2024-12-05T20:18:21.846Z | PASS [ 0.246s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1511 | 2024-12-05T20:18:22.003Z | PASS [ 0.241s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1512 | 2024-12-05T20:18:22.016Z | PASS [ 0.248s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1513 | 2024-12-05T20:18:22.016Z | PASS [ 0.260s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1514 | 2024-12-05T20:18:22.016Z | PASS [ 0.255s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1515 | 2024-12-05T20:18:22.016Z | PASS [ 0.252s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1516 | 2024-12-05T20:18:22.030Z | PASS [ 0.012s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1517 | 2024-12-05T20:18:22.074Z | PASS [ 0.265s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1518 | 2024-12-05T20:18:22.113Z | PASS [ 0.263s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1519 | 2024-12-05T20:18:22.131Z | PASS [ 0.056s] nextest-runner errors::tests::display_error_chain |
1520 | 2024-12-05T20:18:22.150Z | PASS [ 0.016s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1521 | 2024-12-05T20:18:22.163Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1522 | 2024-12-05T20:18:22.166Z | PASS [ 0.057s] nextest-runner errors::tests::display_error_list |
1523 | 2024-12-05T20:18:22.178Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1524 | 2024-12-05T20:18:22.182Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1525 | 2024-12-05T20:18:22.193Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1526 | 2024-12-05T20:18:22.196Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1527 | 2024-12-05T20:18:22.207Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1528 | 2024-12-05T20:18:22.213Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1529 | 2024-12-05T20:18:22.221Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1530 | 2024-12-05T20:18:22.225Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1531 | 2024-12-05T20:18:22.236Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1532 | 2024-12-05T20:18:22.240Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1533 | 2024-12-05T20:18:23.258Z | PASS [ 0.018s] nextest-runner list::test_list::tests::test_parse_test_list |
1534 | 2024-12-05T20:18:23.263Z | PASS [ 0.019s] nextest-runner partition::tests::partitioner_builder_from_str |
1535 | 2024-12-05T20:18:23.263Z | PASS [ 0.015s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1536 | 2024-12-05T20:18:23.263Z | PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1537 | 2024-12-05T20:18:23.263Z | PASS [ 0.279s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1538 | 2024-12-05T20:18:23.263Z | PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1539 | 2024-12-05T20:18:23.263Z | PASS [ 0.017s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1540 | 2024-12-05T20:18:23.263Z | PASS [ 0.278s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1541 | 2024-12-05T20:18:23.263Z | PASS [ 0.272s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1542 | 2024-12-05T20:18:23.263Z | PASS [ 0.023s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1543 | 2024-12-05T20:18:23.263Z | PASS [ 0.018s] nextest-runner redact::tests::test_redact_path |
1544 | 2024-12-05T20:18:23.263Z | PASS [ 0.021s] nextest-runner reporter::displayer::tests::no_capture_settings |
1545 | 2024-12-05T20:18:23.263Z | PASS [ 0.291s] nextest-runner config::tool_config::tests::tool_config_basic |
1546 | 2024-12-05T20:18:23.263Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1547 | 2024-12-05T20:18:23.263Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1548 | 2024-12-05T20:18:23.263Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1549 | 2024-12-05T20:18:23.263Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1550 | 2024-12-05T20:18:23.263Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1551 | 2024-12-05T20:18:23.263Z | PASS [ 0.049s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1552 | 2024-12-05T20:18:23.263Z | PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_final_warnings |
1553 | 2024-12-05T20:18:23.264Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1554 | 2024-12-05T20:18:23.264Z | PASS [ 0.029s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1555 | 2024-12-05T20:18:23.264Z | PASS [ 0.013s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1556 | 2024-12-05T20:18:23.264Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1557 | 2024-12-05T20:18:23.264Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1558 | 2024-12-05T20:18:23.264Z | PASS [ 0.016s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1559 | 2024-12-05T20:18:23.264Z | PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1560 | 2024-12-05T20:18:23.264Z | PASS [ 0.016s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1561 | 2024-12-05T20:18:23.264Z | PASS [ 0.021s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1562 | 2024-12-05T20:18:23.264Z | PASS [ 0.012s] nextest-runner reporter::events::tests::test_is_success |
1563 | 2024-12-05T20:18:23.264Z | PASS [ 0.020s] nextest-runner reporter::helpers::tests::test_highlight_end |
1564 | 2024-12-05T20:18:23.264Z | PASS [ 0.013s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1565 | 2024-12-05T20:18:23.264Z | PASS [ 0.070s] nextest-runner reporter::displayer::tests::test_info_response |
1566 | 2024-12-05T20:18:23.264Z | PASS [ 0.065s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1567 | 2024-12-05T20:18:23.264Z | PASS [ 0.018s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1568 | 2024-12-05T20:18:23.264Z | PASS [ 0.022s] nextest-runner runner::imp::tests::no_capture_settings |
1569 | 2024-12-05T20:18:23.265Z | PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1570 | 2024-12-05T20:18:23.265Z | PASS [ 0.024s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1571 | 2024-12-05T20:18:23.265Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1572 | 2024-12-05T20:18:23.265Z | PASS [ 0.078s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1573 | 2024-12-05T20:18:23.265Z | PASS [ 0.015s] nextest-runner test_command::tests::parse_build_script |
1574 | 2024-12-05T20:18:23.265Z | PASS [ 0.083s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1575 | 2024-12-05T20:18:23.265Z | PASS [ 0.023s] nextest-runner target_runner::tests::test_find_config |
1576 | 2024-12-05T20:18:23.265Z | PASS [ 0.016s] nextest-runner test_filter::tests::empty_pattern_examples |
1577 | 2024-12-05T20:18:23.265Z | PASS [ 0.017s] nextest-runner test_filter::tests::pattern_examples |
1578 | 2024-12-05T20:18:23.265Z | PASS [ 0.100s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1579 | 2024-12-05T20:18:23.265Z | PASS [ 0.015s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1580 | 2024-12-05T20:18:23.265Z | PASS [ 0.133s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1581 | 2024-12-05T20:18:23.265Z | PASS [ 0.128s] nextest-runner test_filter::tests::proptest_empty |
1582 | 2024-12-05T20:18:23.265Z | PASS [ 0.224s] nextest-runner test_filter::tests::proptest_no_match |
1583 | 2024-12-05T20:18:23.265Z | PASS [ 0.303s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1584 | 2024-12-05T20:18:23.265Z | PASS [ 0.155s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1585 | 2024-12-05T20:18:23.266Z | PASS [ 0.089s] nextest-runner::integration basic::test_list_binaries |
1586 | 2024-12-05T20:18:23.266Z | PASS [ 0.279s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1587 | 2024-12-05T20:18:23.266Z | PASS [ 0.251s] nextest-runner::integration basic::test_list_tests |
1588 | 2024-12-05T20:18:23.266Z | PASS [ 0.554s] nextest-runner test_filter::tests::proptest_exact |
1589 | 2024-12-05T20:18:23.266Z | PASS [ 0.565s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1590 | 2024-12-05T20:18:23.304Z | PASS [ 0.814s] nextest-runner test_filter::tests::proptest_substring |
1591 | 2024-12-05T20:18:23.415Z | PASS [ 0.380s] nextest-runner::integration basic::test_run_ignored |
1592 | 2024-12-05T20:18:23.424Z | PASS [ 0.280s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1593 | 2024-12-05T20:18:23.432Z | PASS [ 0.018s] nextest-runner::integration target_runner::disregards_non_matching |
1594 | 2024-12-05T20:18:23.451Z | PASS [ 0.018s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1595 | 2024-12-05T20:18:23.469Z | PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1596 | 2024-12-05T20:18:23.661Z | PASS [ 0.238s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1597 | 2024-12-05T20:18:23.817Z | PASS [ 0.348s] nextest-runner::integration target_runner::parses_cargo_env |
1598 | 2024-12-05T20:18:24.071Z | PASS [ 0.408s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1599 | 2024-12-05T20:18:24.078Z | PASS [ 1.522s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1600 | 2024-12-05T20:18:24.088Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_cargo_env |
1601 | 2024-12-05T20:18:24.092Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli |
1602 | 2024-12-05T20:18:24.106Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1603 | 2024-12-05T20:18:24.109Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1604 | 2024-12-05T20:18:24.122Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_env |
1605 | 2024-12-05T20:18:24.125Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1606 | 2024-12-05T20:18:24.132Z | PASS [ 0.013s] nextest-runner::integration target_triple::parses_target_cli_option |
1607 | 2024-12-05T20:18:24.423Z | PASS [ 20.480s] integration-tests::integration test_run |
1608 | 2024-12-05T20:18:24.524Z | PASS [ 1.517s] nextest-runner::integration basic::test_run |
1609 | 2024-12-05T20:18:25.220Z | PASS [ 1.407s] nextest-runner::integration target_runner::test_run_with_target_runner |
1610 | 2024-12-05T20:18:25.560Z | PASS [ 2.260s] nextest-runner::integration basic::test_termination |
1611 | 2024-12-05T20:18:26.272Z | PASS [ 3.461s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1612 | 2024-12-05T20:18:26.590Z | PASS [ 3.606s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1613 | 2024-12-05T20:18:26.593Z | ------------ |
1614 | 2024-12-05T20:18:26.593Z | Summary [ 31.581s] 283 tests run: 283 passed, 0 skipped |
1615 | 2024-12-05T20:18:26.610Z | |
1616 | 2024-12-05T20:18:26.613Z | real 32.361342980 |
1617 | 2024-12-05T20:18:26.613Z | user 2:03.979525034 |
1618 | 2024-12-05T20:18:26.613Z | sys 1:29.261760457 |
1619 | 2024-12-05T20:18:26.613Z | trap 0.312437608 |
1620 | 2024-12-05T20:18:26.613Z | tflt 0.310447427 |
1621 | 2024-12-05T20:18:26.613Z | dflt 1.430873343 |
1622 | 2024-12-05T20:18:26.613Z | kflt 0.002196345 |
1623 | 2024-12-05T20:18:26.613Z | lock 26:10.837215513 |
1624 | 2024-12-05T20:18:26.613Z | slp 50:33.393936669 |
1625 | 2024-12-05T20:18:26.613Z | lat 13:11.145860593 |
1626 | 2024-12-05T20:18:26.613Z | stop 6:11.986107810 |
1627 | 2024-12-05T20:18:26.613Z | process exited: duration 288208 ms, exit code 0 |
|
1628 | 2024-12-05T20:18:26.619Z | found 0 output files |