|
|
|
1 | 2024-12-11T06:51:33.678Z | job assigned to worker 01JET7RQP2X1XCFVA96BD78DR3 [factory gimlet-EVT22200007-propolis, EVT22200007/20315] (queued for 24 s) |
|
2 | 2024-12-11T06:51:41.132Z | starting task 0: "setup" |
3 | 2024-12-11T06:51:41.156Z | ++ uname -s |
4 | 2024-12-11T06:51:41.156Z | + kern=SunOS |
5 | 2024-12-11T06:51:41.156Z | + case "$kern" in |
6 | 2024-12-11T06:51:41.156Z | + groupadd -g 12345 build |
7 | 2024-12-11T06:51:41.156Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T06:51:43.155Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T06:51:43.192Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T06:51:43.216Z | + home_fs=zfs |
11 | 2024-12-11T06:51:43.216Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T06:51:43.216Z | + mkdir -p /home/build |
13 | 2024-12-11T06:51:43.216Z | + chown build:build /home/build /work |
14 | 2024-12-11T06:51:45.202Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T06:51:45.226Z | process exited: duration 4076 ms, exit code 0 |
|
16 | 2024-12-11T06:51:45.273Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T06:51:45.296Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T06:51:45.296Z | ' stable |
19 | 2024-12-11T06:51:45.296Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-11T06:51:45.296Z | ' default |
21 | 2024-12-11T06:51:45.296Z | * toolchain channel = "stable" |
22 | 2024-12-11T06:51:45.296Z | * toolchain profile = "default" |
23 | 2024-12-11T06:51:45.296Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T06:51:45.296Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T06:51:45.410Z | info: downloading installer |
26 | 2024-12-11T06:51:45.801Z | info: profile set to 'default' |
27 | 2024-12-11T06:51:45.801Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T06:51:45.801Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T06:51:45.907Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T06:51:45.907Z | info: downloading component 'cargo' |
31 | 2024-12-11T06:51:46.051Z | info: downloading component 'clippy' |
32 | 2024-12-11T06:51:46.099Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T06:51:46.268Z | info: downloading component 'rust-std' |
34 | 2024-12-11T06:51:46.493Z | info: downloading component 'rustc' |
35 | 2024-12-11T06:51:47.434Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T06:51:47.472Z | info: installing component 'cargo' |
37 | 2024-12-11T06:51:48.608Z | info: installing component 'clippy' |
38 | 2024-12-11T06:51:49.068Z | info: installing component 'rust-docs' |
39 | 2024-12-11T06:51:51.850Z | info: installing component 'rust-std' |
40 | 2024-12-11T06:51:53.878Z | info: installing component 'rustc' |
41 | 2024-12-11T06:52:00.818Z | info: installing component 'rustfmt' |
42 | 2024-12-11T06:52:01.219Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T06:52:01.219Z | |
44 | 2024-12-11T06:52:01.366Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T06:52:01.366Z | |
46 | 2024-12-11T06:52:01.367Z | |
47 | 2024-12-11T06:52:01.367Z | Rust is installed now. Great! |
48 | 2024-12-11T06:52:01.367Z | |
49 | 2024-12-11T06:52:01.367Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T06:52:01.367Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T06:52:01.367Z | |
52 | 2024-12-11T06:52:01.367Z | To configure your current shell, you need to source |
53 | 2024-12-11T06:52:01.367Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T06:52:01.367Z | |
55 | 2024-12-11T06:52:01.367Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T06:52:01.367Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T06:52:01.367Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T06:52:01.457Z | + rustc --version |
59 | 2024-12-11T06:52:01.575Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T06:52:01.599Z | process exited: duration 16306 ms, exit code 0 |
|
61 | 2024-12-11T06:52:01.647Z | starting task 2: "authentication" |
62 | 2024-12-11T06:52:01.702Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-12-11T06:52:01.750Z | starting task 3: "clone repository" |
64 | 2024-12-11T06:52:01.774Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-11T06:52:01.774Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-11T06:52:01.798Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-11T06:52:03.696Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-11T06:52:03.696Z | + git fetch origin aee7e0630ea4330c44cdc0939462528d848352db |
69 | 2024-12-11T06:52:04.042Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-11T06:52:04.042Z | * branch aee7e0630ea4330c44cdc0939462528d848352db -> FETCH_HEAD |
71 | 2024-12-11T06:52:04.066Z | + [[ -n runner ]] |
72 | 2024-12-11T06:52:04.066Z | ++ git branch --show-current |
73 | 2024-12-11T06:52:04.066Z | + current=main |
74 | 2024-12-11T06:52:04.066Z | + [[ main != runner ]] |
75 | 2024-12-11T06:52:04.066Z | + git branch -f runner aee7e0630ea4330c44cdc0939462528d848352db |
76 | 2024-12-11T06:52:04.089Z | + git checkout -f runner |
77 | 2024-12-11T06:52:04.147Z | Switched to branch 'runner' |
78 | 2024-12-11T06:52:04.170Z | + git reset --hard aee7e0630ea4330c44cdc0939462528d848352db |
79 | 2024-12-11T06:52:04.170Z | HEAD is now at aee7e063 [nextest-runner] spawn a task for each test |
80 | 2024-12-11T06:52:04.170Z | process exited: duration 2410 ms, exit code 0 |
|
81 | 2024-12-11T06:52:04.217Z | starting task 4: "build" |
82 | 2024-12-11T06:52:04.240Z | + PLATFORM=illumos |
83 | 2024-12-11T06:52:04.240Z | + export CARGO_TERM_COLOR=always |
84 | 2024-12-11T06:52:04.241Z | + CARGO_TERM_COLOR=always |
85 | 2024-12-11T06:52:04.241Z | + cargo --version |
86 | 2024-12-11T06:52:04.332Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
87 | 2024-12-11T06:52:04.355Z | + rustc --version |
88 | 2024-12-11T06:52:04.437Z | rustc 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-11T06:52:04.461Z | + banner install |
90 | 2024-12-11T06:52:04.461Z | |
91 | 2024-12-11T06:52:04.461Z | # # # #### ##### ## # # |
92 | 2024-12-11T06:52:04.463Z | # ## # # # # # # # |
93 | 2024-12-11T06:52:04.463Z | # # # # #### # # # # # |
94 | 2024-12-11T06:52:04.463Z | # # # # # # ###### # # |
95 | 2024-12-11T06:52:04.463Z | # # ## # # # # # # # |
96 | 2024-12-11T06:52:04.463Z | # # # #### # # # ###### ###### |
97 | 2024-12-11T06:52:04.463Z | |
98 | 2024-12-11T06:52:04.463Z | + mkdir -p /home/build/.cargo/bin |
99 | 2024-12-11T06:52:04.463Z | + curl -LsSf https://get.nexte.st/latest/illumos |
100 | 2024-12-11T06:52:04.463Z | + gunzip |
101 | 2024-12-11T06:52:04.463Z | + tar xf - -C /home/build/.cargo/bin |
102 | 2024-12-11T06:52:05.219Z | + banner metadata |
103 | 2024-12-11T06:52:05.242Z | |
104 | 2024-12-11T06:52:05.242Z | # # ###### ##### ## ##### ## ##### ## |
105 | 2024-12-11T06:52:05.242Z | ## ## # # # # # # # # # # # |
106 | 2024-12-11T06:52:05.242Z | # ## # ##### # # # # # # # # # # |
107 | 2024-12-11T06:52:05.242Z | # # # # ###### # # ###### # ###### |
108 | 2024-12-11T06:52:05.242Z | # # # # # # # # # # # # # |
109 | 2024-12-11T06:52:05.242Z | # # ###### # # # ##### # # # # # |
110 | 2024-12-11T06:52:05.242Z | |
111 | 2024-12-11T06:52:05.242Z | + ptime -m cargo build --package nextest-metadata |
112 | 2024-12-11T06:52:05.467Z | Updating crates.io index |
113 | 2024-12-11T06:52:06.605Z | Downloading crates ... |
114 | 2024-12-11T06:52:06.705Z | Downloaded adler v1.0.2 |
115 | 2024-12-11T06:52:06.728Z | Downloaded cfg-expr v0.17.2 |
116 | 2024-12-11T06:52:06.728Z | Downloaded camino v1.1.9 |
117 | 2024-12-11T06:52:06.728Z | Downloaded thiserror-impl v1.0.69 |
118 | 2024-12-11T06:52:06.728Z | Downloaded mio v1.0.2 |
119 | 2024-12-11T06:52:06.753Z | Downloaded tracing-core v0.1.33 |
120 | 2024-12-11T06:52:06.753Z | Downloaded unicode-ident v1.0.14 |
121 | 2024-12-11T06:52:06.753Z | Downloaded target-lexicon v0.12.16 |
122 | 2024-12-11T06:52:06.753Z | Downloaded unicode-linebreak v0.1.5 |
123 | 2024-12-11T06:52:06.753Z | Downloaded utf8parse v0.2.2 |
124 | 2024-12-11T06:52:06.753Z | Downloaded xxhash-rust v0.8.12 |
125 | 2024-12-11T06:52:06.753Z | Downloaded zerocopy-derive v0.7.35 |
126 | 2024-12-11T06:52:06.776Z | Downloaded tokio-macros v2.4.0 |
127 | 2024-12-11T06:52:06.776Z | Downloaded ryu v1.0.18 |
128 | 2024-12-11T06:52:06.776Z | Downloaded libm v0.2.8 |
129 | 2024-12-11T06:52:06.776Z | Downloaded pin-project-lite v0.2.15 |
130 | 2024-12-11T06:52:06.776Z | Downloaded zerocopy v0.7.35 |
131 | 2024-12-11T06:52:06.799Z | Downloaded owo-colors v4.1.0 |
132 | 2024-12-11T06:52:06.799Z | Downloaded tracing v0.1.41 |
133 | 2024-12-11T06:52:06.823Z | Downloaded smol_str v0.3.2 |
134 | 2024-12-11T06:52:06.823Z | Downloaded miette v7.4.0 |
135 | 2024-12-11T06:52:06.823Z | Downloaded tracing-log v0.2.0 |
136 | 2024-12-11T06:52:06.823Z | Downloaded tracing-subscriber v0.3.19 |
137 | 2024-12-11T06:52:06.823Z | Downloaded supports-unicode v3.0.0 |
138 | 2024-12-11T06:52:06.823Z | Downloaded syn v2.0.90 |
139 | 2024-12-11T06:52:06.846Z | Downloaded unicode-width v0.1.14 |
140 | 2024-12-11T06:52:06.846Z | Downloaded unicode-width v0.2.0 |
141 | 2024-12-11T06:52:06.846Z | Downloaded object v0.32.2 |
142 | 2024-12-11T06:52:06.870Z | Downloaded smallvec v1.13.2 |
143 | 2024-12-11T06:52:06.870Z | Downloaded rustc-demangle v0.1.24 |
144 | 2024-12-11T06:52:06.870Z | Downloaded rustix v0.38.37 |
145 | 2024-12-11T06:52:06.894Z | Downloaded rand v0.8.5 |
146 | 2024-12-11T06:52:06.894Z | Downloaded unicase v2.8.0 |
147 | 2024-12-11T06:52:06.894Z | Downloaded thread_local v1.1.8 |
148 | 2024-12-11T06:52:06.894Z | Downloaded supports-hyperlinks v3.0.0 |
149 | 2024-12-11T06:52:06.894Z | Downloaded serde_derive v1.0.215 |
150 | 2024-12-11T06:52:06.894Z | Downloaded rand_core v0.6.4 |
151 | 2024-12-11T06:52:06.917Z | Downloaded once_cell v1.20.2 |
152 | 2024-12-11T06:52:06.918Z | Downloaded miette-derive v7.4.0 |
153 | 2024-12-11T06:52:06.918Z | Downloaded is_terminal_polyfill v1.70.1 |
154 | 2024-12-11T06:52:06.918Z | Downloaded supports-color v3.0.2 |
155 | 2024-12-11T06:52:06.918Z | Downloaded tokio v1.42.0 |
156 | 2024-12-11T06:52:06.941Z | Downloaded libc v0.2.168 |
157 | 2024-12-11T06:52:06.967Z | Downloaded shlex v1.3.0 |
158 | 2024-12-11T06:52:06.991Z | Downloaded quote v1.0.37 |
159 | 2024-12-11T06:52:06.991Z | Downloaded ppv-lite86 v0.2.20 |
160 | 2024-12-11T06:52:06.991Z | Downloaded miniz_oxide v0.7.4 |
161 | 2024-12-11T06:52:06.991Z | Downloaded jobserver v0.1.32 |
162 | 2024-12-11T06:52:06.991Z | Downloaded indexmap v2.7.0 |
163 | 2024-12-11T06:52:06.991Z | Downloaded equivalent v1.0.1 |
164 | 2024-12-11T06:52:06.991Z | Downloaded either v1.13.0 |
165 | 2024-12-11T06:52:06.991Z | Downloaded thiserror v1.0.69 |
166 | 2024-12-11T06:52:06.991Z | Downloaded terminal_size v0.4.0 |
167 | 2024-12-11T06:52:06.991Z | Downloaded strsim v0.11.1 |
168 | 2024-12-11T06:52:06.991Z | Downloaded socket2 v0.5.7 |
169 | 2024-12-11T06:52:07.015Z | Downloaded signal-hook-registry v1.4.2 |
170 | 2024-12-11T06:52:07.015Z | Downloaded serde v1.0.215 |
171 | 2024-12-11T06:52:07.015Z | Downloaded rand_chacha v0.3.1 |
172 | 2024-12-11T06:52:07.015Z | Downloaded proc-macro2 v1.0.92 |
173 | 2024-12-11T06:52:07.015Z | Downloaded num-traits v0.2.19 |
174 | 2024-12-11T06:52:07.015Z | Downloaded log v0.4.22 |
175 | 2024-12-11T06:52:07.015Z | Downloaded lazy_static v1.5.0 |
176 | 2024-12-11T06:52:07.015Z | Downloaded itoa v1.0.14 |
177 | 2024-12-11T06:52:07.015Z | Downloaded is_ci v1.2.0 |
178 | 2024-12-11T06:52:07.015Z | Downloaded gimli v0.28.1 |
179 | 2024-12-11T06:52:07.039Z | Downloaded console v0.15.8 |
180 | 2024-12-11T06:52:07.039Z | Downloaded textwrap v0.16.1 |
181 | 2024-12-11T06:52:07.039Z | Downloaded target-spec v3.2.2 |
182 | 2024-12-11T06:52:07.039Z | Downloaded sharded-slab v0.1.7 |
183 | 2024-12-11T06:52:07.040Z | Downloaded serde_json v1.0.133 |
184 | 2024-12-11T06:52:07.040Z | Downloaded memchr v2.7.4 |
185 | 2024-12-11T06:52:07.064Z | Downloaded hashbrown v0.15.2 |
186 | 2024-12-11T06:52:07.064Z | Downloaded heck v0.5.0 |
187 | 2024-12-11T06:52:07.064Z | Downloaded getrandom v0.2.15 |
188 | 2024-12-11T06:52:07.064Z | Downloaded errno v0.3.9 |
189 | 2024-12-11T06:52:07.064Z | Downloaded colorchoice v1.0.3 |
190 | 2024-12-11T06:52:07.064Z | Downloaded clap_derive v4.5.18 |
191 | 2024-12-11T06:52:07.065Z | Downloaded clap_builder v4.5.23 |
192 | 2024-12-11T06:52:07.065Z | Downloaded guppy-workspace-hack v0.1.0 |
193 | 2024-12-11T06:52:07.065Z | Downloaded clap_lex v0.7.4 |
194 | 2024-12-11T06:52:07.065Z | Downloaded clap v4.5.23 |
195 | 2024-12-11T06:52:07.088Z | Downloaded cfg_aliases v0.2.1 |
196 | 2024-12-11T06:52:07.088Z | Downloaded cfg-if v1.0.0 |
197 | 2024-12-11T06:52:07.088Z | Downloaded cc v1.1.31 |
198 | 2024-12-11T06:52:07.088Z | Downloaded bytes v1.9.0 |
199 | 2024-12-11T06:52:07.088Z | Downloaded byteorder v1.5.0 |
200 | 2024-12-11T06:52:07.088Z | Downloaded borsh v1.5.1 |
201 | 2024-12-11T06:52:07.088Z | Downloaded bitflags v2.6.0 |
202 | 2024-12-11T06:52:07.112Z | Downloaded backtrace-ext v0.2.1 |
203 | 2024-12-11T06:52:07.112Z | Downloaded backtrace v0.3.71 |
204 | 2024-12-11T06:52:07.112Z | Downloaded autocfg v1.4.0 |
205 | 2024-12-11T06:52:07.112Z | Downloaded anstyle-query v1.1.2 |
206 | 2024-12-11T06:52:07.112Z | Downloaded anstyle-parse v0.2.6 |
207 | 2024-12-11T06:52:07.112Z | Downloaded anstyle v1.0.9 |
208 | 2024-12-11T06:52:07.112Z | Downloaded anstream v0.6.17 |
209 | 2024-12-11T06:52:07.112Z | Downloaded addr2line v0.21.0 |
210 | 2024-12-11T06:52:07.199Z | Compiling proc-macro2 v1.0.92 |
211 | 2024-12-11T06:52:07.199Z | Compiling unicode-ident v1.0.14 |
212 | 2024-12-11T06:52:07.222Z | Compiling libc v0.2.168 |
213 | 2024-12-11T06:52:07.222Z | Compiling cfg-if v1.0.0 |
214 | 2024-12-11T06:52:07.223Z | Compiling serde v1.0.215 |
215 | 2024-12-11T06:52:07.223Z | Compiling shlex v1.3.0 |
216 | 2024-12-11T06:52:07.223Z | Compiling once_cell v1.20.2 |
217 | 2024-12-11T06:52:07.353Z | Compiling rustix v0.38.37 |
218 | 2024-12-11T06:52:07.401Z | Compiling memchr v2.7.4 |
219 | 2024-12-11T06:52:07.576Z | Compiling bitflags v2.6.0 |
220 | 2024-12-11T06:52:07.599Z | Compiling tracing-core v0.1.33 |
221 | 2024-12-11T06:52:07.775Z | Compiling utf8parse v0.2.2 |
222 | 2024-12-11T06:52:07.882Z | Compiling camino v1.1.9 |
223 | 2024-12-11T06:52:07.917Z | Compiling adler v1.0.2 |
224 | 2024-12-11T06:52:08.017Z | Compiling gimli v0.28.1 |
225 | 2024-12-11T06:52:08.107Z | Compiling byteorder v1.5.0 |
226 | 2024-12-11T06:52:08.354Z | Compiling jobserver v0.1.32 |
227 | 2024-12-11T06:52:08.385Z | Compiling object v0.32.2 |
228 | 2024-12-11T06:52:08.408Z | Compiling miniz_oxide v0.7.4 |
229 | 2024-12-11T06:52:08.714Z | Compiling quote v1.0.37 |
230 | 2024-12-11T06:52:08.738Z | Compiling cc v1.1.31 |
231 | 2024-12-11T06:52:08.889Z | Compiling errno v0.3.9 |
232 | 2024-12-11T06:52:08.936Z | Compiling getrandom v0.2.15 |
233 | 2024-12-11T06:52:09.020Z | Compiling syn v2.0.90 |
234 | 2024-12-11T06:52:09.087Z | Compiling anstyle-parse v0.2.6 |
235 | 2024-12-11T06:52:09.175Z | Compiling unicode-width v0.1.14 |
236 | 2024-12-11T06:52:09.199Z | Compiling is_terminal_polyfill v1.70.1 |
237 | 2024-12-11T06:52:09.292Z | Compiling serde_json v1.0.133 |
238 | 2024-12-11T06:52:09.348Z | Compiling rustc-demangle v0.1.24 |
239 | 2024-12-11T06:52:09.595Z | Compiling target-lexicon v0.12.16 |
240 | 2024-12-11T06:52:09.618Z | Compiling autocfg v1.4.0 |
241 | 2024-12-11T06:52:10.131Z | Compiling terminal_size v0.4.0 |
242 | 2024-12-11T06:52:10.218Z | Compiling owo-colors v4.1.0 |
243 | 2024-12-11T06:52:10.272Z | Compiling libm v0.2.8 |
244 | 2024-12-11T06:52:10.324Z | Compiling colorchoice v1.0.3 |
245 | 2024-12-11T06:52:10.374Z | Compiling thiserror v1.0.69 |
246 | 2024-12-11T06:52:10.494Z | Compiling anstyle-query v1.1.2 |
247 | 2024-12-11T06:52:10.559Z | Compiling lazy_static v1.5.0 |
248 | 2024-12-11T06:52:10.630Z | Compiling anstyle v1.0.9 |
249 | 2024-12-11T06:52:10.708Z | Compiling num-traits v0.2.19 |
250 | 2024-12-11T06:52:10.779Z | Compiling rand_core v0.6.4 |
251 | 2024-12-11T06:52:11.125Z | Compiling addr2line v0.21.0 |
252 | 2024-12-11T06:52:11.172Z | Compiling anstream v0.6.17 |
253 | 2024-12-11T06:52:11.243Z | Compiling strsim v0.11.1 |
254 | 2024-12-11T06:52:11.266Z | Compiling pin-project-lite v0.2.15 |
255 | 2024-12-11T06:52:11.289Z | Compiling backtrace v0.3.71 |
256 | 2024-12-11T06:52:11.381Z | Compiling smallvec v1.13.2 |
257 | 2024-12-11T06:52:11.668Z | Compiling itoa v1.0.14 |
258 | 2024-12-11T06:52:11.691Z | Compiling ryu v1.0.18 |
259 | 2024-12-11T06:52:11.716Z | Compiling is_ci v1.2.0 |
260 | 2024-12-11T06:52:11.739Z | Compiling log v0.4.22 |
261 | 2024-12-11T06:52:11.849Z | Compiling unicode-linebreak v0.1.5 |
262 | 2024-12-11T06:52:12.003Z | Compiling guppy-workspace-hack v0.1.0 |
263 | 2024-12-11T06:52:12.026Z | Compiling unicase v2.8.0 |
264 | 2024-12-11T06:52:12.050Z | Compiling unicode-width v0.2.0 |
265 | 2024-12-11T06:52:12.109Z | Compiling clap_lex v0.7.4 |
266 | 2024-12-11T06:52:12.233Z | Compiling heck v0.5.0 |
267 | 2024-12-11T06:52:12.301Z | Compiling textwrap v0.16.1 |
268 | 2024-12-11T06:52:12.328Z | Compiling tracing-log v0.2.0 |
269 | 2024-12-11T06:52:12.437Z | Compiling clap_builder v4.5.23 |
270 | 2024-12-11T06:52:12.501Z | Compiling supports-color v3.0.2 |
271 | 2024-12-11T06:52:12.546Z | Compiling tracing v0.1.41 |
272 | 2024-12-11T06:52:12.884Z | Compiling sharded-slab v0.1.7 |
273 | 2024-12-11T06:52:13.136Z | Compiling mio v1.0.2 |
274 | 2024-12-11T06:52:13.773Z | Compiling backtrace-ext v0.2.1 |
275 | 2024-12-11T06:52:13.812Z | Compiling signal-hook-registry v1.4.2 |
276 | 2024-12-11T06:52:13.836Z | Compiling thread_local v1.1.8 |
277 | 2024-12-11T06:52:14.016Z | Compiling equivalent v1.0.1 |
278 | 2024-12-11T06:52:14.079Z | Compiling supports-unicode v3.0.0 |
279 | 2024-12-11T06:52:14.122Z | Compiling bytes v1.9.0 |
280 | 2024-12-11T06:52:14.180Z | Compiling hashbrown v0.15.2 |
281 | 2024-12-11T06:52:14.240Z | Compiling target-spec v3.2.2 |
282 | 2024-12-11T06:52:14.284Z | Compiling supports-hyperlinks v3.0.0 |
283 | 2024-12-11T06:52:14.494Z | Compiling tracing-subscriber v0.3.19 |
284 | 2024-12-11T06:52:14.648Z | Compiling cfg-expr v0.17.2 |
285 | 2024-12-11T06:52:15.123Z | Compiling console v0.15.8 |
286 | 2024-12-11T06:52:15.163Z | Compiling xxhash-rust v0.8.12 |
287 | 2024-12-11T06:52:15.641Z | Compiling either v1.13.0 |
288 | 2024-12-11T06:52:16.614Z | Compiling serde_derive v1.0.215 |
289 | 2024-12-11T06:52:16.638Z | Compiling zerocopy-derive v0.7.35 |
290 | 2024-12-11T06:52:16.917Z | Compiling thiserror-impl v1.0.69 |
291 | 2024-12-11T06:52:17.042Z | Compiling miette-derive v7.4.0 |
292 | 2024-12-11T06:52:17.759Z | Compiling tokio-macros v2.4.0 |
293 | 2024-12-11T06:52:18.056Z | Compiling zerocopy v0.7.35 |
294 | 2024-12-11T06:52:18.366Z | Compiling clap_derive v4.5.18 |
295 | 2024-12-11T06:52:18.881Z | Compiling tokio v1.42.0 |
296 | 2024-12-11T06:52:19.015Z | Compiling ppv-lite86 v0.2.20 |
297 | 2024-12-11T06:52:19.048Z | Compiling miette v7.4.0 |
298 | 2024-12-11T06:52:19.560Z | Compiling rand_chacha v0.3.1 |
299 | 2024-12-11T06:52:20.419Z | Compiling rand v0.8.5 |
300 | 2024-12-11T06:52:21.439Z | Compiling clap v4.5.23 |
301 | 2024-12-11T06:52:25.280Z | Compiling indexmap v2.7.0 |
302 | 2024-12-11T06:52:25.280Z | Compiling smol_str v0.3.2 |
303 | 2024-12-11T06:52:25.927Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
304 | 2024-12-11T06:52:27.138Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
305 | 2024-12-11T06:52:29.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.75s |
306 | 2024-12-11T06:52:29.238Z | |
307 | 2024-12-11T06:52:29.238Z | real 23.977973768 |
308 | 2024-12-11T06:52:29.238Z | user 1:56.637918990 |
309 | 2024-12-11T06:52:29.238Z | sys 18.262367111 |
310 | 2024-12-11T06:52:29.238Z | trap 0.069545234 |
311 | 2024-12-11T06:52:29.238Z | tflt 0.116837287 |
312 | 2024-12-11T06:52:29.238Z | dflt 0.154713995 |
313 | 2024-12-11T06:52:29.238Z | kflt 0.000802962 |
314 | 2024-12-11T06:52:29.238Z | lock 2:37.995380169 |
315 | 2024-12-11T06:52:29.262Z | slp 6:24.029840481 |
316 | 2024-12-11T06:52:29.262Z | lat 8.969232301 |
317 | 2024-12-11T06:52:29.262Z | stop 14.597672252 |
318 | 2024-12-11T06:52:29.262Z | + banner no-update |
319 | 2024-12-11T06:52:29.262Z | |
320 | 2024-12-11T06:52:29.262Z | # # #### # # ##### ##### ## ##### ###### |
321 | 2024-12-11T06:52:29.262Z | ## # # # # # # # # # # # # # |
322 | 2024-12-11T06:52:29.262Z | # # # # # ##### # # # # # # # # # ##### |
323 | 2024-12-11T06:52:29.262Z | # # # # # # # ##### # # ###### # # |
324 | 2024-12-11T06:52:29.262Z | # ## # # # # # # # # # # # |
325 | 2024-12-11T06:52:29.262Z | # # #### #### # ##### # # # ###### |
326 | 2024-12-11T06:52:29.262Z | |
327 | 2024-12-11T06:52:29.262Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
328 | 2024-12-11T06:52:29.431Z | Downloading crates ... |
329 | 2024-12-11T06:52:29.532Z | Downloaded ahash v0.8.11 |
330 | 2024-12-11T06:52:29.557Z | Downloaded async-scoped v0.9.0 |
331 | 2024-12-11T06:52:29.557Z | Downloaded filetime v0.2.25 |
332 | 2024-12-11T06:52:29.557Z | Downloaded xattr v1.3.1 |
333 | 2024-12-11T06:52:29.557Z | Downloaded zstd-safe v7.2.1 |
334 | 2024-12-11T06:52:29.557Z | Downloaded zeroize v1.8.1 |
335 | 2024-12-11T06:52:29.557Z | Downloaded eyre v0.6.12 |
336 | 2024-12-11T06:52:29.557Z | Downloaded fastrand v2.1.1 |
337 | 2024-12-11T06:52:29.581Z | Downloaded futures v0.3.31 |
338 | 2024-12-11T06:52:29.581Z | Downloaded enable-ansi-support v0.2.1 |
339 | 2024-12-11T06:52:29.582Z | Downloaded zstd v0.13.2 |
340 | 2024-12-11T06:52:29.582Z | Downloaded pin-project-internal v1.1.7 |
341 | 2024-12-11T06:52:29.582Z | Downloaded swrite v0.1.0 |
342 | 2024-12-11T06:52:29.605Z | Downloaded vte_generate_state_changes v0.1.2 |
343 | 2024-12-11T06:52:29.605Z | Downloaded tinyvec_macros v0.1.1 |
344 | 2024-12-11T06:52:29.605Z | Downloaded target-spec-miette v0.4.0 |
345 | 2024-12-11T06:52:29.605Z | Downloaded static_assertions v1.1.0 |
346 | 2024-12-11T06:52:29.605Z | Downloaded tracing-error v0.2.0 |
347 | 2024-12-11T06:52:29.605Z | Downloaded winnow v0.6.20 |
348 | 2024-12-11T06:52:29.605Z | Downloaded tracing-attributes v0.1.28 |
349 | 2024-12-11T06:52:29.605Z | Downloaded vte v0.11.1 |
350 | 2024-12-11T06:52:29.629Z | Downloaded tar v0.4.43 |
351 | 2024-12-11T06:52:29.629Z | Downloaded minimal-lexical v0.2.1 |
352 | 2024-12-11T06:52:29.629Z | Downloaded toml_edit v0.22.22 |
353 | 2024-12-11T06:52:29.653Z | Downloaded unicode-normalization v0.1.24 |
354 | 2024-12-11T06:52:29.653Z | Downloaded guppy v0.17.10 |
355 | 2024-12-11T06:52:29.676Z | Downloaded quick-xml v0.37.1 |
356 | 2024-12-11T06:52:29.676Z | Downloaded portable-atomic v1.9.0 |
357 | 2024-12-11T06:52:29.676Z | Downloaded uuid v1.11.0 |
358 | 2024-12-11T06:52:29.676Z | Downloaded toml v0.8.19 |
359 | 2024-12-11T06:52:29.676Z | Downloaded tinyvec v1.8.0 |
360 | 2024-12-11T06:52:29.700Z | Downloaded thiserror v2.0.6 |
361 | 2024-12-11T06:52:29.700Z | Downloaded signal-hook v0.3.17 |
362 | 2024-12-11T06:52:29.700Z | Downloaded parking_lot_core v0.9.10 |
363 | 2024-12-11T06:52:29.700Z | Downloaded regex v1.11.1 |
364 | 2024-12-11T06:52:29.723Z | Downloaded nix v0.29.0 |
365 | 2024-12-11T06:52:29.723Z | Downloaded regex-syntax v0.8.5 |
366 | 2024-12-11T06:52:29.747Z | Downloaded tokio-stream v0.1.17 |
367 | 2024-12-11T06:52:29.747Z | Downloaded thiserror-impl v2.0.6 |
368 | 2024-12-11T06:52:29.747Z | Downloaded tempfile v3.13.0 |
369 | 2024-12-11T06:52:29.747Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
370 | 2024-12-11T06:52:29.771Z | Downloaded ron v0.8.1 |
371 | 2024-12-11T06:52:29.771Z | Downloaded nom v7.1.3 |
372 | 2024-12-11T06:52:29.771Z | Downloaded version_check v0.9.5 |
373 | 2024-12-11T06:52:29.794Z | Downloaded slab v0.4.9 |
374 | 2024-12-11T06:52:29.794Z | Downloaded parking_lot v0.12.3 |
375 | 2024-12-11T06:52:29.794Z | Downloaded lock_api v0.4.12 |
376 | 2024-12-11T06:52:29.794Z | Downloaded humantime-serde v1.1.1 |
377 | 2024-12-11T06:52:29.794Z | Downloaded toml_datetime v0.6.8 |
378 | 2024-12-11T06:52:29.795Z | Downloaded serde_ignored v0.1.10 |
379 | 2024-12-11T06:52:29.795Z | Downloaded pkg-config v0.3.31 |
380 | 2024-12-11T06:52:29.795Z | Downloaded pin-utils v0.1.0 |
381 | 2024-12-11T06:52:29.795Z | Downloaded pin-project v1.1.7 |
382 | 2024-12-11T06:52:29.818Z | Downloaded signal-hook-mio v0.2.4 |
383 | 2024-12-11T06:52:29.818Z | Downloaded regex-automata v0.4.8 |
384 | 2024-12-11T06:52:29.818Z | Downloaded petgraph v0.6.5 |
385 | 2024-12-11T06:52:29.841Z | Downloaded scopeguard v1.2.0 |
386 | 2024-12-11T06:52:29.841Z | Downloaded owo-colors v3.5.0 |
387 | 2024-12-11T06:52:29.841Z | Downloaded indent_write v2.2.0 |
388 | 2024-12-11T06:52:29.841Z | Downloaded iana-time-zone v0.1.61 |
389 | 2024-12-11T06:52:29.865Z | Downloaded strip-ansi-escapes v0.2.0 |
390 | 2024-12-11T06:52:29.865Z | Downloaded shell-words v1.1.0 |
391 | 2024-12-11T06:52:29.865Z | Downloaded shared_child v1.0.1 |
392 | 2024-12-11T06:52:29.865Z | Downloaded serde_spanned v0.6.8 |
393 | 2024-12-11T06:52:29.865Z | Downloaded semver v1.0.23 |
394 | 2024-12-11T06:52:29.865Z | Downloaded os_pipe v1.2.1 |
395 | 2024-12-11T06:52:29.865Z | Downloaded home v0.5.9 |
396 | 2024-12-11T06:52:29.865Z | Downloaded globset v0.4.15 |
397 | 2024-12-11T06:52:29.865Z | Downloaded futures-util v0.3.31 |
398 | 2024-12-11T06:52:29.889Z | Downloaded serde_path_to_error v0.1.16 |
399 | 2024-12-11T06:52:29.889Z | Downloaded quick-junit v0.5.1 |
400 | 2024-12-11T06:52:29.889Z | Downloaded newtype-uuid v1.1.3 |
401 | 2024-12-11T06:52:29.889Z | Downloaded itertools v0.13.0 |
402 | 2024-12-11T06:52:29.889Z | Downloaded futures-macro v0.3.31 |
403 | 2024-12-11T06:52:29.889Z | Downloaded futures-io v0.3.31 |
404 | 2024-12-11T06:52:29.889Z | Downloaded futures-executor v0.3.31 |
405 | 2024-12-11T06:52:29.889Z | Downloaded pathdiff v0.2.3 |
406 | 2024-12-11T06:52:29.889Z | Downloaded indenter v0.3.3 |
407 | 2024-12-11T06:52:29.889Z | Downloaded futures-task v0.3.31 |
408 | 2024-12-11T06:52:29.889Z | Downloaded chrono v0.4.39 |
409 | 2024-12-11T06:52:29.912Z | Downloaded bstr v1.11.0 |
410 | 2024-12-11T06:52:29.912Z | Downloaded aho-corasick v1.1.3 |
411 | 2024-12-11T06:52:29.912Z | Downloaded number_prefix v0.4.0 |
412 | 2024-12-11T06:52:29.935Z | Downloaded nested v0.1.1 |
413 | 2024-12-11T06:52:29.935Z | Downloaded indicatif v0.17.9 |
414 | 2024-12-11T06:52:29.935Z | Downloaded humantime v2.1.0 |
415 | 2024-12-11T06:52:29.935Z | Downloaded futures-sink v0.3.31 |
416 | 2024-12-11T06:52:29.935Z | Downloaded futures-core v0.3.31 |
417 | 2024-12-11T06:52:29.935Z | Downloaded futures-channel v0.3.31 |
418 | 2024-12-11T06:52:29.935Z | Downloaded color-spantrace v0.2.1 |
419 | 2024-12-11T06:52:29.935Z | Downloaded color-eyre v0.6.3 |
420 | 2024-12-11T06:52:29.959Z | Downloaded atomicwrites v0.4.4 |
421 | 2024-12-11T06:52:29.959Z | Downloaded recursion v0.5.2 |
422 | 2024-12-11T06:52:29.959Z | Downloaded cargo_metadata v0.19.1 |
423 | 2024-12-11T06:52:29.959Z | Downloaded base64 v0.21.7 |
424 | 2024-12-11T06:52:29.959Z | Downloaded future-queue v0.3.0 |
425 | 2024-12-11T06:52:29.959Z | Downloaded duct v0.13.7 |
426 | 2024-12-11T06:52:29.959Z | Downloaded dialoguer v0.11.0 |
427 | 2024-12-11T06:52:29.982Z | Downloaded derive-where v1.2.7 |
428 | 2024-12-11T06:52:29.982Z | Downloaded camino-tempfile v1.1.1 |
429 | 2024-12-11T06:52:29.982Z | Downloaded cargo-platform v0.1.9 |
430 | 2024-12-11T06:52:29.982Z | Downloaded config v0.14.1 |
431 | 2024-12-11T06:52:29.982Z | Downloaded crossterm v0.28.1 |
432 | 2024-12-11T06:52:29.982Z | Downloaded fnv v1.0.7 |
433 | 2024-12-11T06:52:29.982Z | Downloaded fixedbitset v0.4.2 |
434 | 2024-12-11T06:52:29.982Z | Downloaded debug-ignore v1.0.5 |
435 | 2024-12-11T06:52:30.023Z | Compiling rustix v0.38.37 |
436 | 2024-12-11T06:52:30.047Z | Compiling tracing-attributes v0.1.28 |
437 | 2024-12-11T06:52:30.047Z | Compiling mio v1.0.2 |
438 | 2024-12-11T06:52:30.047Z | Compiling futures-core v0.3.31 |
439 | 2024-12-11T06:52:30.071Z | Compiling slab v0.4.9 |
440 | 2024-12-11T06:52:30.071Z | Compiling futures-sink v0.3.31 |
441 | 2024-12-11T06:52:30.071Z | Compiling pkg-config v0.3.31 |
442 | 2024-12-11T06:52:30.071Z | Compiling thiserror v2.0.6 |
443 | 2024-12-11T06:52:30.193Z | Compiling futures-channel v0.3.31 |
444 | 2024-12-11T06:52:30.248Z | Compiling futures-macro v0.3.31 |
445 | 2024-12-11T06:52:30.513Z | Compiling thiserror-impl v2.0.6 |
446 | 2024-12-11T06:52:30.686Z | Compiling pin-utils v0.1.0 |
447 | 2024-12-11T06:52:30.758Z | Compiling semver v1.0.23 |
448 | 2024-12-11T06:52:30.811Z | Compiling futures-io v0.3.31 |
449 | 2024-12-11T06:52:31.030Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
450 | 2024-12-11T06:52:31.122Z | Compiling futures-task v0.3.31 |
451 | 2024-12-11T06:52:31.153Z | Compiling version_check v0.9.5 |
452 | 2024-12-11T06:52:31.281Z | Compiling lock_api v0.4.12 |
453 | 2024-12-11T06:52:31.351Z | Compiling aho-corasick v1.1.3 |
454 | 2024-12-11T06:52:31.597Z | Compiling fastrand v2.1.1 |
455 | 2024-12-11T06:52:31.627Z | Compiling ahash v0.8.11 |
456 | 2024-12-11T06:52:31.776Z | Compiling futures-util v0.3.31 |
457 | 2024-12-11T06:52:31.945Z | Compiling parking_lot_core v0.9.10 |
458 | 2024-12-11T06:52:32.027Z | Compiling winnow v0.6.20 |
459 | 2024-12-11T06:52:32.295Z | Compiling terminal_size v0.4.0 |
460 | 2024-12-11T06:52:32.467Z | Compiling miette v7.4.0 |
461 | 2024-12-11T06:52:32.491Z | Compiling tracing v0.1.41 |
462 | 2024-12-11T06:52:32.819Z | Compiling tokio v1.42.0 |
463 | 2024-12-11T06:52:32.902Z | Compiling clap_builder v4.5.23 |
464 | 2024-12-11T06:52:33.022Z | Compiling signal-hook v0.3.17 |
465 | 2024-12-11T06:52:33.280Z | Compiling regex-syntax v0.8.5 |
466 | 2024-12-11T06:52:34.572Z | Compiling tempfile v3.13.0 |
467 | 2024-12-11T06:52:35.348Z | Compiling pathdiff v0.2.3 |
468 | 2024-12-11T06:52:35.466Z | Compiling serde_spanned v0.6.8 |
469 | 2024-12-11T06:52:35.605Z | Compiling cargo-platform v0.1.9 |
470 | 2024-12-11T06:52:35.648Z | Compiling toml_datetime v0.6.8 |
471 | 2024-12-11T06:52:35.844Z | Compiling regex-automata v0.4.8 |
472 | 2024-12-11T06:52:36.084Z | Compiling clap v4.5.23 |
473 | 2024-12-11T06:52:36.107Z | Compiling vte_generate_state_changes v0.1.2 |
474 | 2024-12-11T06:52:36.166Z | Compiling cfg_aliases v0.2.1 |
475 | 2024-12-11T06:52:36.190Z | Compiling fixedbitset v0.4.2 |
476 | 2024-12-11T06:52:36.248Z | Compiling zstd-safe v7.2.1 |
477 | 2024-12-11T06:52:36.530Z | Compiling scopeguard v1.2.0 |
478 | 2024-12-11T06:52:36.558Z | Compiling newtype-uuid v1.1.3 |
479 | 2024-12-11T06:52:36.608Z | Compiling portable-atomic v1.9.0 |
480 | 2024-12-11T06:52:36.632Z | Compiling vte v0.11.1 |
481 | 2024-12-11T06:52:37.145Z | Compiling petgraph v0.6.5 |
482 | 2024-12-11T06:52:37.324Z | Compiling nix v0.29.0 |
483 | 2024-12-11T06:52:37.652Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-11T06:52:37.927Z | Compiling cargo_metadata v0.19.1 |
485 | 2024-12-11T06:52:38.592Z | Compiling futures-executor v0.3.31 |
486 | 2024-12-11T06:52:39.592Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
487 | 2024-12-11T06:52:39.680Z | Compiling itertools v0.13.0 |
488 | 2024-12-11T06:52:40.222Z | Compiling uuid v1.11.0 |
489 | 2024-12-11T06:52:40.587Z | Compiling pin-project-internal v1.1.7 |
490 | 2024-12-11T06:52:40.825Z | Compiling bstr v1.11.0 |
491 | 2024-12-11T06:52:41.120Z | Compiling iana-time-zone v0.1.61 |
492 | 2024-12-11T06:52:41.473Z | Compiling nested v0.1.1 |
493 | 2024-12-11T06:52:41.672Z | Compiling tinyvec_macros v0.1.1 |
494 | 2024-12-11T06:52:41.746Z | Compiling static_assertions v1.1.0 |
495 | 2024-12-11T06:52:41.770Z | Compiling debug-ignore v1.0.5 |
496 | 2024-12-11T06:52:41.828Z | Compiling eyre v0.6.12 |
497 | 2024-12-11T06:52:41.870Z | Compiling minimal-lexical v0.2.1 |
498 | 2024-12-11T06:52:42.057Z | Compiling guppy v0.17.10 |
499 | 2024-12-11T06:52:42.282Z | Compiling nom v7.1.3 |
500 | 2024-12-11T06:52:42.610Z | Compiling tinyvec v1.8.0 |
501 | 2024-12-11T06:52:42.661Z | Compiling pin-project v1.1.7 |
502 | 2024-12-11T06:52:42.762Z | Compiling globset v0.4.15 |
503 | 2024-12-11T06:52:43.130Z | Compiling chrono v0.4.39 |
504 | 2024-12-11T06:52:43.933Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
505 | 2024-12-11T06:52:44.268Z | Compiling toml v0.8.19 |
506 | 2024-12-11T06:52:44.583Z | Compiling signal-hook-mio v0.2.4 |
507 | 2024-12-11T06:52:44.704Z | Compiling parking_lot v0.12.3 |
508 | 2024-12-11T06:52:44.784Z | Compiling regex v1.11.1 |
509 | 2024-12-11T06:52:45.398Z | Compiling futures v0.3.31 |
510 | 2024-12-11T06:52:45.500Z | Compiling strip-ansi-escapes v0.2.0 |
511 | 2024-12-11T06:52:45.595Z | Compiling tracing-error v0.2.0 |
512 | 2024-12-11T06:52:45.805Z | Compiling xattr v1.3.1 |
513 | 2024-12-11T06:52:45.859Z | Compiling os_pipe v1.2.1 |
514 | 2024-12-11T06:52:45.920Z | Compiling shared_child v1.0.1 |
515 | 2024-12-11T06:52:46.051Z | Compiling filetime v0.2.25 |
516 | 2024-12-11T06:52:46.113Z | Compiling quick-xml v0.37.1 |
517 | 2024-12-11T06:52:46.262Z | Compiling fnv v1.0.7 |
518 | 2024-12-11T06:52:46.299Z | Compiling owo-colors v3.5.0 |
519 | 2024-12-11T06:52:46.365Z | Compiling indenter v0.3.3 |
520 | 2024-12-11T06:52:46.498Z | Compiling shell-words v1.1.0 |
521 | 2024-12-11T06:52:46.522Z | Compiling number_prefix v0.4.0 |
522 | 2024-12-11T06:52:46.577Z | Compiling humantime v2.1.0 |
523 | 2024-12-11T06:52:46.691Z | Compiling recursion v0.5.2 |
524 | 2024-12-11T06:52:46.715Z | Compiling indicatif v0.17.9 |
525 | 2024-12-11T06:52:46.821Z | Compiling humantime-serde v1.1.1 |
526 | 2024-12-11T06:52:46.965Z | Compiling quick-junit v0.5.1 |
527 | 2024-12-11T06:52:46.990Z | Compiling zstd v0.13.2 |
528 | 2024-12-11T06:52:47.014Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
529 | 2024-12-11T06:52:47.616Z | Compiling color-spantrace v0.2.1 |
530 | 2024-12-11T06:52:47.669Z | Compiling future-queue v0.3.0 |
531 | 2024-12-11T06:52:47.776Z | Compiling tar v0.4.43 |
532 | 2024-12-11T06:52:47.800Z | Compiling duct v0.13.7 |
533 | 2024-12-11T06:52:48.033Z | Compiling async-scoped v0.9.0 |
534 | 2024-12-11T06:52:48.056Z | Compiling crossterm v0.28.1 |
535 | 2024-12-11T06:52:48.244Z | Compiling config v0.14.1 |
536 | 2024-12-11T06:52:48.593Z | Compiling unicode-normalization v0.1.24 |
537 | 2024-12-11T06:52:48.983Z | Compiling tokio-stream v0.1.17 |
538 | 2024-12-11T06:52:49.020Z | Compiling camino-tempfile v1.1.1 |
539 | 2024-12-11T06:52:49.358Z | Compiling atomicwrites v0.4.4 |
540 | 2024-12-11T06:52:49.381Z | Compiling target-spec-miette v0.4.0 |
541 | 2024-12-11T06:52:49.546Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
542 | 2024-12-11T06:52:49.644Z | Compiling serde_path_to_error v0.1.16 |
543 | 2024-12-11T06:52:49.673Z | Compiling serde_ignored v0.1.10 |
544 | 2024-12-11T06:52:49.728Z | Compiling derive-where v1.2.7 |
545 | 2024-12-11T06:52:49.751Z | Compiling indent_write v2.2.0 |
546 | 2024-12-11T06:52:49.833Z | Compiling home v0.5.9 |
547 | 2024-12-11T06:52:49.902Z | Compiling swrite v0.1.0 |
548 | 2024-12-11T06:52:49.962Z | Compiling zeroize v1.8.1 |
549 | 2024-12-11T06:52:49.997Z | Compiling color-eyre v0.6.3 |
550 | 2024-12-11T06:52:50.041Z | Compiling enable-ansi-support v0.2.1 |
551 | 2024-12-11T06:52:50.140Z | Compiling dialoguer v0.11.0 |
552 | 2024-12-11T06:52:51.342Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
553 | 2024-12-11T06:53:19.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.83s |
554 | 2024-12-11T06:53:19.214Z | |
555 | 2024-12-11T06:53:19.238Z | real 49.949902461 |
556 | 2024-12-11T06:53:19.238Z | user 3:11.161837237 |
557 | 2024-12-11T06:53:19.238Z | sys 24.185192543 |
558 | 2024-12-11T06:53:19.238Z | trap 0.111553890 |
559 | 2024-12-11T06:53:19.238Z | tflt 0.145956108 |
560 | 2024-12-11T06:53:19.238Z | dflt 0.167631510 |
561 | 2024-12-11T06:53:19.238Z | kflt 0.000857922 |
562 | 2024-12-11T06:53:19.238Z | lock 5:08.198489824 |
563 | 2024-12-11T06:53:19.238Z | slp 11:35.793289537 |
564 | 2024-12-11T06:53:19.238Z | lat 7.277864878 |
565 | 2024-12-11T06:53:19.239Z | stop 7.830008535 |
566 | 2024-12-11T06:53:19.239Z | + banner nextest |
567 | 2024-12-11T06:53:19.239Z | |
568 | 2024-12-11T06:53:19.239Z | # # ###### # # ##### ###### #### ##### |
569 | 2024-12-11T06:53:19.239Z | ## # # # # # # # # |
570 | 2024-12-11T06:53:19.239Z | # # # ##### ## # ##### #### # |
571 | 2024-12-11T06:53:19.239Z | # # # # ## # # # # |
572 | 2024-12-11T06:53:19.239Z | # ## # # # # # # # # |
573 | 2024-12-11T06:53:19.239Z | # # ###### # # # ###### #### # |
574 | 2024-12-11T06:53:19.239Z | |
575 | 2024-12-11T06:53:19.239Z | + ptime -m cargo build --package cargo-nextest |
576 | 2024-12-11T06:53:19.474Z | Downloading crates ... |
577 | 2024-12-11T06:53:19.637Z | Downloaded want v0.3.1 |
578 | 2024-12-11T06:53:19.662Z | Downloaded sync_wrapper v1.0.1 |
579 | 2024-12-11T06:53:19.662Z | Downloaded base64 v0.22.1 |
580 | 2024-12-11T06:53:19.662Z | Downloaded digest v0.10.7 |
581 | 2024-12-11T06:53:19.662Z | Downloaded flate2 v1.0.34 |
582 | 2024-12-11T06:53:19.687Z | Downloaded openssl-macros v0.1.1 |
583 | 2024-12-11T06:53:19.687Z | Downloaded quinn-udp v0.5.5 |
584 | 2024-12-11T06:53:19.687Z | Downloaded quinn v0.11.5 |
585 | 2024-12-11T06:53:19.687Z | Downloaded try-lock v0.2.5 |
586 | 2024-12-11T06:53:19.687Z | Downloaded utf8_iter v1.0.4 |
587 | 2024-12-11T06:53:19.687Z | Downloaded zipsign-api v0.1.2 |
588 | 2024-12-11T06:53:19.711Z | Downloaded self_update v0.41.0 |
589 | 2024-12-11T06:53:19.711Z | Downloaded url v2.5.4 |
590 | 2024-12-11T06:53:19.711Z | Downloaded idna v1.0.3 |
591 | 2024-12-11T06:53:19.711Z | Downloaded spin v0.9.8 |
592 | 2024-12-11T06:53:19.711Z | Downloaded reqwest v0.12.8 |
593 | 2024-12-11T06:53:19.735Z | Downloaded quick-xml v0.23.1 |
594 | 2024-12-11T06:53:19.735Z | Downloaded quinn-proto v0.11.8 |
595 | 2024-12-11T06:53:19.758Z | Downloaded openssl v0.10.68 |
596 | 2024-12-11T06:53:19.758Z | Downloaded rustls-webpki v0.102.8 |
597 | 2024-12-11T06:53:19.783Z | Downloaded untrusted v0.9.0 |
598 | 2024-12-11T06:53:19.783Z | Downloaded tokio-native-tls v0.3.1 |
599 | 2024-12-11T06:53:19.783Z | Downloaded vcpkg v0.2.15 |
600 | 2024-12-11T06:53:19.828Z | Downloaded sha2 v0.10.8 |
601 | 2024-12-11T06:53:19.851Z | Downloaded webpki-roots v0.26.6 |
602 | 2024-12-11T06:53:19.851Z | Downloaded self-replace v1.5.0 |
603 | 2024-12-11T06:53:19.851Z | Downloaded rustls-pki-types v1.10.0 |
604 | 2024-12-11T06:53:19.851Z | Downloaded rustls v0.23.19 |
605 | 2024-12-11T06:53:19.875Z | Downloaded http v1.2.0 |
606 | 2024-12-11T06:53:19.875Z | Downloaded urlencoding v2.1.3 |
607 | 2024-12-11T06:53:19.875Z | Downloaded typenum v1.17.0 |
608 | 2024-12-11T06:53:19.875Z | Downloaded tower-service v0.3.3 |
609 | 2024-12-11T06:53:19.875Z | Downloaded tokio-rustls v0.26.0 |
610 | 2024-12-11T06:53:19.875Z | Downloaded subtle v2.6.1 |
611 | 2024-12-11T06:53:19.875Z | Downloaded spki v0.7.3 |
612 | 2024-12-11T06:53:19.875Z | Downloaded signature v2.2.0 |
613 | 2024-12-11T06:53:19.875Z | Downloaded serde_urlencoded v0.7.1 |
614 | 2024-12-11T06:53:19.875Z | Downloaded rustls-pemfile v2.2.0 |
615 | 2024-12-11T06:53:19.898Z | Downloaded rustc_version v0.4.1 |
616 | 2024-12-11T06:53:19.898Z | Downloaded rustc-hash v2.0.0 |
617 | 2024-12-11T06:53:19.898Z | Downloaded openssl-sys v0.9.104 |
618 | 2024-12-11T06:53:19.898Z | Downloaded native-tls v0.2.12 |
619 | 2024-12-11T06:53:19.898Z | Downloaded httparse v1.9.5 |
620 | 2024-12-11T06:53:19.898Z | Downloaded hex v0.4.3 |
621 | 2024-12-11T06:53:19.898Z | Downloaded ipnet v2.10.1 |
622 | 2024-12-11T06:53:19.898Z | Downloaded pkcs8 v0.10.2 |
623 | 2024-12-11T06:53:19.921Z | Downloaded percent-encoding v2.3.1 |
624 | 2024-12-11T06:53:19.921Z | Downloaded openssl-probe v0.1.5 |
625 | 2024-12-11T06:53:19.922Z | Downloaded mime v0.3.17 |
626 | 2024-12-11T06:53:19.922Z | Downloaded idna_adapter v1.0.0 |
627 | 2024-12-11T06:53:19.922Z | Downloaded hyper-util v0.1.9 |
628 | 2024-12-11T06:53:19.922Z | Downloaded hyper-rustls v0.27.3 |
629 | 2024-12-11T06:53:19.922Z | Downloaded hyper v1.5.0 |
630 | 2024-12-11T06:53:19.922Z | Downloaded http-body-util v0.1.2 |
631 | 2024-12-11T06:53:19.945Z | Downloaded http-body v1.0.1 |
632 | 2024-12-11T06:53:19.945Z | Downloaded generic-array v0.14.7 |
633 | 2024-12-11T06:53:19.945Z | Downloaded form_urlencoded v1.2.1 |
634 | 2024-12-11T06:53:19.945Z | Downloaded foreign-types-shared v0.1.1 |
635 | 2024-12-11T06:53:19.945Z | Downloaded foreign-types v0.3.2 |
636 | 2024-12-11T06:53:19.945Z | Downloaded mukti-metadata v0.3.0 |
637 | 2024-12-11T06:53:19.945Z | Downloaded miniz_oxide v0.8.0 |
638 | 2024-12-11T06:53:19.945Z | Downloaded hyper-tls v0.6.0 |
639 | 2024-12-11T06:53:19.945Z | Downloaded ed25519-dalek v2.1.1 |
640 | 2024-12-11T06:53:19.945Z | Downloaded ed25519 v2.2.3 |
641 | 2024-12-11T06:53:19.946Z | Downloaded der v0.7.9 |
642 | 2024-12-11T06:53:19.969Z | Downloaded curve25519-dalek v4.1.3 |
643 | 2024-12-11T06:53:19.969Z | Downloaded crypto-common v0.1.6 |
644 | 2024-12-11T06:53:19.969Z | Downloaded crc32fast v1.4.2 |
645 | 2024-12-11T06:53:19.969Z | Downloaded cpufeatures v0.2.14 |
646 | 2024-12-11T06:53:19.970Z | Downloaded const-oid v0.9.6 |
647 | 2024-12-11T06:53:19.970Z | Downloaded block-buffer v0.10.4 |
648 | 2024-12-11T06:53:19.970Z | Downloaded curve25519-dalek-derive v0.1.1 |
649 | 2024-12-11T06:53:19.970Z | Downloaded base64ct v1.6.0 |
650 | 2024-12-11T06:53:19.994Z | Downloaded adler2 v2.0.0 |
651 | 2024-12-11T06:53:20.024Z | Downloaded ring v0.17.8 |
652 | 2024-12-11T06:53:20.143Z | Compiling smallvec v1.13.2 |
653 | 2024-12-11T06:53:20.166Z | Compiling socket2 v0.5.7 |
654 | 2024-12-11T06:53:20.166Z | Compiling futures-channel v0.3.31 |
655 | 2024-12-11T06:53:20.190Z | Compiling ring v0.17.8 |
656 | 2024-12-11T06:53:20.190Z | Compiling rustls-pki-types v1.10.0 |
657 | 2024-12-11T06:53:20.190Z | Compiling http v1.2.0 |
658 | 2024-12-11T06:53:20.213Z | Compiling untrusted v0.9.0 |
659 | 2024-12-11T06:53:20.213Z | Compiling spin v0.9.8 |
660 | 2024-12-11T06:53:20.359Z | Compiling typenum v1.17.0 |
661 | 2024-12-11T06:53:20.383Z | Compiling httparse v1.9.5 |
662 | 2024-12-11T06:53:20.491Z | Compiling futures-util v0.3.31 |
663 | 2024-12-11T06:53:20.515Z | Compiling generic-array v0.14.7 |
664 | 2024-12-11T06:53:21.001Z | Compiling tokio v1.42.0 |
665 | 2024-12-11T06:53:21.075Z | Compiling rustls v0.23.19 |
666 | 2024-12-11T06:53:21.154Z | Compiling try-lock v0.2.5 |
667 | 2024-12-11T06:53:21.261Z | Compiling want v0.3.1 |
668 | 2024-12-11T06:53:21.411Z | Compiling cfg-expr v0.17.2 |
669 | 2024-12-11T06:53:21.486Z | Compiling http-body v1.0.1 |
670 | 2024-12-11T06:53:21.666Z | Compiling subtle v2.6.1 |
671 | 2024-12-11T06:53:21.850Z | Compiling percent-encoding v2.3.1 |
672 | 2024-12-11T06:53:21.873Z | Compiling idna_adapter v1.0.0 |
673 | 2024-12-11T06:53:21.969Z | Compiling utf8_iter v1.0.4 |
674 | 2024-12-11T06:53:22.166Z | Compiling target-spec v3.2.2 |
675 | 2024-12-11T06:53:22.189Z | Compiling form_urlencoded v1.2.1 |
676 | 2024-12-11T06:53:22.288Z | Compiling tower-service v0.3.3 |
677 | 2024-12-11T06:53:22.384Z | Compiling idna v1.0.3 |
678 | 2024-12-11T06:53:22.433Z | Compiling webpki-roots v0.26.6 |
679 | 2024-12-11T06:53:22.471Z | Compiling adler2 v2.0.0 |
680 | 2024-12-11T06:53:22.597Z | Compiling miniz_oxide v0.8.0 |
681 | 2024-12-11T06:53:22.638Z | Compiling parking_lot_core v0.9.10 |
682 | 2024-12-11T06:53:22.966Z | Compiling block-buffer v0.10.4 |
683 | 2024-12-11T06:53:23.114Z | Compiling crypto-common v0.1.6 |
684 | 2024-12-11T06:53:23.137Z | Compiling url v2.5.4 |
685 | 2024-12-11T06:53:23.252Z | Compiling serde_urlencoded v0.7.1 |
686 | 2024-12-11T06:53:23.631Z | Compiling rustls-pemfile v2.2.0 |
687 | 2024-12-11T06:53:23.726Z | Compiling sync_wrapper v1.0.1 |
688 | 2024-12-11T06:53:23.812Z | Compiling crc32fast v1.4.2 |
689 | 2024-12-11T06:53:23.841Z | Compiling self_update v0.41.0 |
690 | 2024-12-11T06:53:23.904Z | Compiling mime v0.3.17 |
691 | 2024-12-11T06:53:24.079Z | Compiling ipnet v2.10.1 |
692 | 2024-12-11T06:53:24.113Z | Compiling base64 v0.22.1 |
693 | 2024-12-11T06:53:24.147Z | Compiling guppy v0.17.10 |
694 | 2024-12-11T06:53:24.372Z | Compiling flate2 v1.0.34 |
695 | 2024-12-11T06:53:24.617Z | Compiling http-body-util v0.1.2 |
696 | 2024-12-11T06:53:24.656Z | Compiling futures-executor v0.3.31 |
697 | 2024-12-11T06:53:24.970Z | Compiling futures v0.3.31 |
698 | 2024-12-11T06:53:25.048Z | Compiling digest v0.10.7 |
699 | 2024-12-11T06:53:25.072Z | Compiling parking_lot v0.12.3 |
700 | 2024-12-11T06:53:25.095Z | Compiling self-replace v1.5.0 |
701 | 2024-12-11T06:53:25.095Z | Compiling quick-xml v0.23.1 |
702 | 2024-12-11T06:53:25.119Z | Compiling cpufeatures v0.2.14 |
703 | 2024-12-11T06:53:25.200Z | Compiling urlencoding v2.1.3 |
704 | 2024-12-11T06:53:25.298Z | Compiling sha2 v0.10.8 |
705 | 2024-12-11T06:53:25.322Z | Compiling future-queue v0.3.0 |
706 | 2024-12-11T06:53:25.472Z | Compiling crossterm v0.28.1 |
707 | 2024-12-11T06:53:25.615Z | Compiling target-spec-miette v0.4.0 |
708 | 2024-12-11T06:53:25.800Z | Compiling mukti-metadata v0.3.0 |
709 | 2024-12-11T06:53:25.938Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
710 | 2024-12-11T06:53:25.990Z | Compiling hex v0.4.3 |
711 | 2024-12-11T06:53:27.019Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-12-11T06:53:28.603Z | Compiling hyper v1.5.0 |
713 | 2024-12-11T06:53:28.603Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
714 | 2024-12-11T06:53:28.626Z | Compiling tokio-stream v0.1.17 |
715 | 2024-12-11T06:53:28.626Z | Compiling async-scoped v0.9.0 |
716 | 2024-12-11T06:53:28.667Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
717 | 2024-12-11T06:53:29.651Z | Compiling hyper-util v0.1.9 |
718 | 2024-12-11T06:53:29.926Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
719 | 2024-12-11T06:53:31.894Z | Compiling tokio-rustls v0.26.0 |
720 | 2024-12-11T06:53:32.160Z | Compiling hyper-rustls v0.27.3 |
721 | 2024-12-11T06:53:32.416Z | Compiling reqwest v0.12.8 |
722 | 2024-12-11T06:53:34.834Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
723 | 2024-12-11T06:54:06.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.30s |
724 | 2024-12-11T06:54:06.680Z | |
725 | 2024-12-11T06:54:06.680Z | real 47.439837489 |
726 | 2024-12-11T06:54:06.680Z | user 2:29.955515089 |
727 | 2024-12-11T06:54:06.680Z | sys 17.160964677 |
728 | 2024-12-11T06:54:06.680Z | trap 0.073276540 |
729 | 2024-12-11T06:54:06.704Z | tflt 0.114689410 |
730 | 2024-12-11T06:54:06.704Z | dflt 0.203605927 |
731 | 2024-12-11T06:54:06.704Z | kflt 0.000253295 |
732 | 2024-12-11T06:54:06.704Z | lock 3:36.959348901 |
733 | 2024-12-11T06:54:06.704Z | slp 6:51.381525135 |
734 | 2024-12-11T06:54:06.704Z | lat 4.900091154 |
735 | 2024-12-11T06:54:06.704Z | stop 4.349953617 |
736 | 2024-12-11T06:54:06.704Z | + banner all targets |
737 | 2024-12-11T06:54:06.704Z | |
738 | 2024-12-11T06:54:06.704Z | ## # # |
739 | 2024-12-11T06:54:06.704Z | # # # # |
740 | 2024-12-11T06:54:06.704Z | # # # # |
741 | 2024-12-11T06:54:06.704Z | ###### # # |
742 | 2024-12-11T06:54:06.704Z | # # # # |
743 | 2024-12-11T06:54:06.704Z | # # ###### ###### |
744 | 2024-12-11T06:54:06.704Z | |
745 | 2024-12-11T06:54:06.704Z | |
746 | 2024-12-11T06:54:06.704Z | ##### ## ##### #### ###### ##### #### |
747 | 2024-12-11T06:54:06.704Z | # # # # # # # # # # |
748 | 2024-12-11T06:54:06.704Z | # # # # # # ##### # #### |
749 | 2024-12-11T06:54:06.704Z | # ###### ##### # ### # # # |
750 | 2024-12-11T06:54:06.704Z | # # # # # # # # # # # |
751 | 2024-12-11T06:54:06.704Z | # # # # # #### ###### # #### |
752 | 2024-12-11T06:54:06.704Z | |
753 | 2024-12-11T06:54:06.704Z | + ptime -m cargo build --all-targets |
754 | 2024-12-11T06:54:06.962Z | Downloading crates ... |
755 | 2024-12-11T06:54:07.166Z | Downloaded fs-err v3.0.0 |
756 | 2024-12-11T06:54:07.190Z | Downloaded maplit v1.0.2 |
757 | 2024-12-11T06:54:07.190Z | Downloaded linked-hash-map v0.5.6 |
758 | 2024-12-11T06:54:07.190Z | Downloaded unarray v0.1.4 |
759 | 2024-12-11T06:54:07.190Z | Downloaded whoami v1.5.2 |
760 | 2024-12-11T06:54:07.190Z | Downloaded test-case-macros v3.3.1 |
761 | 2024-12-11T06:54:07.190Z | Downloaded structmeta-derive v0.3.0 |
762 | 2024-12-11T06:54:07.190Z | Downloaded rusty-fork v0.3.0 |
763 | 2024-12-11T06:54:07.190Z | Downloaded rand_xorshift v0.3.0 |
764 | 2024-12-11T06:54:07.190Z | Downloaded yansi v1.0.1 |
765 | 2024-12-11T06:54:07.214Z | Downloaded test-strategy v0.4.0 |
766 | 2024-12-11T06:54:07.214Z | Downloaded test-case v3.3.1 |
767 | 2024-12-11T06:54:07.214Z | Downloaded wait-timeout v0.2.0 |
768 | 2024-12-11T06:54:07.214Z | Downloaded proptest v1.5.0 |
769 | 2024-12-11T06:54:07.214Z | Downloaded pretty_assertions v1.4.1 |
770 | 2024-12-11T06:54:07.214Z | Downloaded diff v0.1.13 |
771 | 2024-12-11T06:54:07.237Z | Downloaded bit-vec v0.6.3 |
772 | 2024-12-11T06:54:07.237Z | Downloaded test-case-core v3.3.1 |
773 | 2024-12-11T06:54:07.237Z | Downloaded structmeta v0.3.0 |
774 | 2024-12-11T06:54:07.237Z | Downloaded similar v2.6.0 |
775 | 2024-12-11T06:54:07.237Z | Downloaded libtest-mimic v0.8.1 |
776 | 2024-12-11T06:54:07.237Z | Downloaded insta v1.41.1 |
777 | 2024-12-11T06:54:07.261Z | Downloaded indoc v2.0.5 |
778 | 2024-12-11T06:54:07.261Z | Downloaded cp_r v0.5.2 |
779 | 2024-12-11T06:54:07.261Z | Downloaded quick-error v1.2.3 |
780 | 2024-12-11T06:54:07.261Z | Downloaded escape8259 v0.5.3 |
781 | 2024-12-11T06:54:07.261Z | Downloaded bit-set v0.5.3 |
782 | 2024-12-11T06:54:07.309Z | Compiling fs-err v3.0.0 |
783 | 2024-12-11T06:54:07.309Z | Compiling maplit v1.0.2 |
784 | 2024-12-11T06:54:07.309Z | Compiling test-case-core v3.3.1 |
785 | 2024-12-11T06:54:07.333Z | Compiling linked-hash-map v0.5.6 |
786 | 2024-12-11T06:54:07.333Z | Compiling similar v2.6.0 |
787 | 2024-12-11T06:54:07.333Z | Compiling structmeta-derive v0.3.0 |
788 | 2024-12-11T06:54:07.333Z | Compiling wait-timeout v0.2.0 |
789 | 2024-12-11T06:54:07.333Z | Compiling quick-error v1.2.3 |
790 | 2024-12-11T06:54:07.415Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
791 | 2024-12-11T06:54:07.484Z | Compiling bit-vec v0.6.3 |
792 | 2024-12-11T06:54:07.606Z | Compiling whoami v1.5.2 |
793 | 2024-12-11T06:54:07.831Z | Compiling bit-set v0.5.3 |
794 | 2024-12-11T06:54:07.860Z | Compiling rusty-fork v0.3.0 |
795 | 2024-12-11T06:54:08.043Z | Compiling rand_xorshift v0.3.0 |
796 | 2024-12-11T06:54:08.074Z | Compiling unarray v0.1.4 |
797 | 2024-12-11T06:54:08.161Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
798 | 2024-12-11T06:54:08.219Z | Compiling proptest v1.5.0 |
799 | 2024-12-11T06:54:08.281Z | Compiling escape8259 v0.5.3 |
800 | 2024-12-11T06:54:08.339Z | Compiling insta v1.41.1 |
801 | 2024-12-11T06:54:08.564Z | Compiling libtest-mimic v0.8.1 |
802 | 2024-12-11T06:54:08.611Z | Compiling cp_r v0.5.2 |
803 | 2024-12-11T06:54:08.869Z | Compiling test-case-macros v3.3.1 |
804 | 2024-12-11T06:54:08.893Z | Compiling diff v0.1.13 |
805 | 2024-12-11T06:54:09.323Z | Compiling structmeta v0.3.0 |
806 | 2024-12-11T06:54:09.383Z | Compiling yansi v1.0.1 |
807 | 2024-12-11T06:54:09.520Z | Compiling indoc v2.0.5 |
808 | 2024-12-11T06:54:09.610Z | Compiling test-strategy v0.4.0 |
809 | 2024-12-11T06:54:09.743Z | Compiling test-case v3.3.1 |
810 | 2024-12-11T06:54:09.830Z | Compiling pretty_assertions v1.4.1 |
811 | 2024-12-11T06:54:09.913Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
812 | 2024-12-11T06:54:11.823Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
813 | 2024-12-11T06:54:12.148Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
814 | 2024-12-11T06:54:12.559Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
815 | 2024-12-11T06:54:15.810Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
816 | 2024-12-11T06:54:52.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s |
817 | 2024-12-11T06:54:52.833Z | |
818 | 2024-12-11T06:54:52.857Z | real 46.127430412 |
819 | 2024-12-11T06:54:52.857Z | user 3:07.979308025 |
820 | 2024-12-11T06:54:52.857Z | sys 25.969462158 |
821 | 2024-12-11T06:54:52.857Z | trap 0.116138486 |
822 | 2024-12-11T06:54:52.857Z | tflt 0.030882438 |
823 | 2024-12-11T06:54:52.857Z | dflt 0.179260936 |
824 | 2024-12-11T06:54:52.858Z | kflt 0.000023706 |
825 | 2024-12-11T06:54:52.858Z | lock 4:40.118066254 |
826 | 2024-12-11T06:54:52.858Z | slp 12:27.707621828 |
827 | 2024-12-11T06:54:52.858Z | lat 6.305460984 |
828 | 2024-12-11T06:54:52.858Z | stop 4.357881270 |
829 | 2024-12-11T06:54:52.858Z | + banner all features |
830 | 2024-12-11T06:54:52.858Z | |
831 | 2024-12-11T06:54:52.858Z | ## # # |
832 | 2024-12-11T06:54:52.858Z | # # # # |
833 | 2024-12-11T06:54:52.858Z | # # # # |
834 | 2024-12-11T06:54:52.858Z | ###### # # |
835 | 2024-12-11T06:54:52.858Z | # # # # |
836 | 2024-12-11T06:54:52.858Z | # # ###### ###### |
837 | 2024-12-11T06:54:52.858Z | |
838 | 2024-12-11T06:54:52.858Z | |
839 | 2024-12-11T06:54:52.858Z | ###### ###### ## ##### # # ##### ###### #### |
840 | 2024-12-11T06:54:52.859Z | # # # # # # # # # # # |
841 | 2024-12-11T06:54:52.859Z | ##### ##### # # # # # # # ##### #### |
842 | 2024-12-11T06:54:52.859Z | # # ###### # # # ##### # # |
843 | 2024-12-11T06:54:52.859Z | # # # # # # # # # # # # |
844 | 2024-12-11T06:54:52.859Z | # ###### # # # #### # # ###### #### |
845 | 2024-12-11T06:54:52.859Z | |
846 | 2024-12-11T06:54:52.859Z | + ptime -m cargo build --all-features |
847 | 2024-12-11T06:54:53.051Z | Downloading crates ... |
848 | 2024-12-11T06:54:53.199Z | Downloaded async-stream v0.3.6 |
849 | 2024-12-11T06:54:53.225Z | Downloaded anyhow v1.0.91 |
850 | 2024-12-11T06:54:53.226Z | Downloaded tower-layer v0.3.3 |
851 | 2024-12-11T06:54:53.226Z | Downloaded sync_wrapper v0.1.2 |
852 | 2024-12-11T06:54:53.226Z | Downloaded prost v0.13.3 |
853 | 2024-12-11T06:54:53.226Z | Downloaded crossbeam-utils v0.8.20 |
854 | 2024-12-11T06:54:53.226Z | Downloaded prost-types v0.13.3 |
855 | 2024-12-11T06:54:53.226Z | Downloaded axum v0.7.7 |
856 | 2024-12-11T06:54:53.249Z | Downloaded tower v0.5.1 |
857 | 2024-12-11T06:54:53.249Z | Downloaded regex-automata v0.1.10 |
858 | 2024-12-11T06:54:53.273Z | Downloaded tokio-util v0.7.12 |
859 | 2024-12-11T06:54:53.273Z | Downloaded h2 v0.4.6 |
860 | 2024-12-11T06:54:53.273Z | Downloaded console-subscriber v0.4.1 |
861 | 2024-12-11T06:54:53.296Z | Downloaded tower v0.4.13 |
862 | 2024-12-11T06:54:53.296Z | Downloaded tonic v0.12.3 |
863 | 2024-12-11T06:54:53.296Z | Downloaded indexmap v1.9.3 |
864 | 2024-12-11T06:54:53.296Z | Downloaded crossbeam-channel v0.5.13 |
865 | 2024-12-11T06:54:53.320Z | Downloaded regex-syntax v0.6.29 |
866 | 2024-12-11T06:54:53.320Z | Downloaded matchit v0.7.3 |
867 | 2024-12-11T06:54:53.320Z | Downloaded hashbrown v0.12.3 |
868 | 2024-12-11T06:54:53.320Z | Downloaded console-api v0.8.1 |
869 | 2024-12-11T06:54:53.320Z | Downloaded rustversion v1.0.18 |
870 | 2024-12-11T06:54:53.344Z | Downloaded hdrhistogram v7.5.4 |
871 | 2024-12-11T06:54:53.344Z | Downloaded prost-derive v0.13.3 |
872 | 2024-12-11T06:54:53.344Z | Downloaded matchers v0.1.0 |
873 | 2024-12-11T06:54:53.344Z | Downloaded hyper-timeout v0.5.1 |
874 | 2024-12-11T06:54:53.344Z | Downloaded httpdate v1.0.3 |
875 | 2024-12-11T06:54:53.344Z | Downloaded axum-core v0.4.5 |
876 | 2024-12-11T06:54:53.344Z | Downloaded atomic-waker v1.1.2 |
877 | 2024-12-11T06:54:53.344Z | Downloaded async-trait v0.1.83 |
878 | 2024-12-11T06:54:53.344Z | Downloaded async-stream-impl v0.3.6 |
879 | 2024-12-11T06:54:53.405Z | Compiling futures-sink v0.3.31 |
880 | 2024-12-11T06:54:53.428Z | Compiling byteorder v1.5.0 |
881 | 2024-12-11T06:54:53.429Z | Compiling num-traits v0.2.19 |
882 | 2024-12-11T06:54:53.452Z | Compiling regex-syntax v0.6.29 |
883 | 2024-12-11T06:54:53.452Z | Compiling atomic-waker v1.1.2 |
884 | 2024-12-11T06:54:53.476Z | Compiling httpdate v1.0.3 |
885 | 2024-12-11T06:54:53.476Z | Compiling anyhow v1.0.91 |
886 | 2024-12-11T06:54:53.476Z | Compiling tower-layer v0.3.3 |
887 | 2024-12-11T06:54:53.538Z | Compiling futures-channel v0.3.31 |
888 | 2024-12-11T06:54:53.597Z | Compiling tokio-util v0.7.12 |
889 | 2024-12-11T06:54:53.687Z | Compiling either v1.13.0 |
890 | 2024-12-11T06:54:53.785Z | Compiling zerocopy v0.7.35 |
891 | 2024-12-11T06:54:53.845Z | Compiling futures-util v0.3.31 |
892 | 2024-12-11T06:54:53.869Z | Compiling rustversion v1.0.18 |
893 | 2024-12-11T06:54:54.010Z | Compiling itertools v0.13.0 |
894 | 2024-12-11T06:54:54.361Z | Compiling h2 v0.4.6 |
895 | 2024-12-11T06:54:54.703Z | Compiling indexmap v1.9.3 |
896 | 2024-12-11T06:54:54.759Z | Compiling ppv-lite86 v0.2.20 |
897 | 2024-12-11T06:54:55.161Z | Compiling async-trait v0.1.83 |
898 | 2024-12-11T06:54:55.184Z | Compiling sync_wrapper v0.1.2 |
899 | 2024-12-11T06:54:55.281Z | Compiling hashbrown v0.12.3 |
900 | 2024-12-11T06:54:55.355Z | Compiling rand_chacha v0.3.1 |
901 | 2024-12-11T06:54:55.719Z | Compiling rand v0.8.5 |
902 | 2024-12-11T06:54:56.173Z | Compiling regex-automata v0.1.10 |
903 | 2024-12-11T06:54:56.361Z | Compiling prost-derive v0.13.3 |
904 | 2024-12-11T06:54:56.892Z | Compiling async-stream-impl v0.3.6 |
905 | 2024-12-11T06:54:56.993Z | Compiling matchit v0.7.3 |
906 | 2024-12-11T06:54:57.031Z | Compiling crossbeam-utils v0.8.20 |
907 | 2024-12-11T06:54:57.448Z | Compiling matchers v0.1.0 |
908 | 2024-12-11T06:54:57.509Z | Compiling ahash v0.8.11 |
909 | 2024-12-11T06:54:57.623Z | Compiling tracing-subscriber v0.3.19 |
910 | 2024-12-11T06:54:57.857Z | Compiling http-body-util v0.1.2 |
911 | 2024-12-11T06:54:57.939Z | Compiling tower v0.5.1 |
912 | 2024-12-11T06:54:58.209Z | Compiling hyper v1.5.0 |
913 | 2024-12-11T06:54:58.232Z | Compiling axum-core v0.4.5 |
914 | 2024-12-11T06:54:58.276Z | Compiling async-stream v0.3.6 |
915 | 2024-12-11T06:54:58.492Z | Compiling tower v0.4.13 |
916 | 2024-12-11T06:54:58.521Z | Compiling tokio-stream v0.1.17 |
917 | 2024-12-11T06:54:58.544Z | Compiling proptest v1.5.0 |
918 | 2024-12-11T06:54:58.973Z | Compiling prost v0.13.3 |
919 | 2024-12-11T06:54:59.231Z | Compiling guppy v0.17.10 |
920 | 2024-12-11T06:54:59.579Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
921 | 2024-12-11T06:54:59.653Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
922 | 2024-12-11T06:54:59.976Z | Compiling hyper-util v0.1.9 |
923 | 2024-12-11T06:55:00.358Z | Compiling prost-types v0.13.3 |
924 | 2024-12-11T06:55:01.248Z | Compiling axum v0.7.7 |
925 | 2024-12-11T06:55:01.515Z | Compiling hyper-timeout v0.5.1 |
926 | 2024-12-11T06:55:01.751Z | Compiling hyper-rustls v0.27.3 |
927 | 2024-12-11T06:55:01.807Z | Compiling futures-executor v0.3.31 |
928 | 2024-12-11T06:55:02.224Z | Compiling base64 v0.21.7 |
929 | 2024-12-11T06:55:02.275Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
930 | 2024-12-11T06:55:02.793Z | Compiling crossbeam-channel v0.5.13 |
931 | 2024-12-11T06:55:02.841Z | Compiling hdrhistogram v7.5.4 |
932 | 2024-12-11T06:55:03.134Z | Compiling chrono v0.4.39 |
933 | 2024-12-11T06:55:03.412Z | Compiling reqwest v0.12.8 |
934 | 2024-12-11T06:55:03.644Z | Compiling futures v0.3.31 |
935 | 2024-12-11T06:55:03.702Z | Compiling tracing-error v0.2.0 |
936 | 2024-12-11T06:55:03.743Z | Compiling async-scoped v0.9.0 |
937 | 2024-12-11T06:55:03.968Z | Compiling future-queue v0.3.0 |
938 | 2024-12-11T06:55:03.995Z | Compiling color-spantrace v0.2.1 |
939 | 2024-12-11T06:55:04.261Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
940 | 2024-12-11T06:55:04.427Z | Compiling color-eyre v0.6.3 |
941 | 2024-12-11T06:55:04.867Z | Compiling quick-junit v0.5.1 |
942 | 2024-12-11T06:55:05.538Z | Compiling self_update v0.41.0 |
943 | 2024-12-11T06:55:05.636Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
944 | 2024-12-11T06:55:05.849Z | Compiling tonic v0.12.3 |
945 | 2024-12-11T06:55:08.189Z | Compiling console-api v0.8.1 |
946 | 2024-12-11T06:55:09.254Z | Compiling console-subscriber v0.4.1 |
947 | 2024-12-11T06:55:11.085Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
948 | 2024-12-11T06:55:23.581Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
949 | 2024-12-11T06:55:49.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.54s |
950 | 2024-12-11T06:55:49.530Z | |
951 | 2024-12-11T06:55:49.553Z | real 56.668402143 |
952 | 2024-12-11T06:55:49.554Z | user 3:25.442715367 |
953 | 2024-12-11T06:55:49.554Z | sys 26.565293889 |
954 | 2024-12-11T06:55:49.554Z | trap 0.101083207 |
955 | 2024-12-11T06:55:49.554Z | tflt 0.039954556 |
956 | 2024-12-11T06:55:49.554Z | dflt 0.255684412 |
957 | 2024-12-11T06:55:49.554Z | kflt 0.000029005 |
958 | 2024-12-11T06:55:49.554Z | lock 5:53.493722019 |
959 | 2024-12-11T06:55:49.554Z | slp 12:16.981992052 |
960 | 2024-12-11T06:55:49.554Z | lat 5.901929379 |
961 | 2024-12-11T06:55:49.554Z | stop 7.012273915 |
962 | 2024-12-11T06:55:49.554Z | + banner doctests |
963 | 2024-12-11T06:55:49.554Z | |
964 | 2024-12-11T06:55:49.554Z | ##### #### #### ##### ###### #### ##### #### |
965 | 2024-12-11T06:55:49.554Z | # # # # # # # # # # # |
966 | 2024-12-11T06:55:49.554Z | # # # # # # ##### #### # #### |
967 | 2024-12-11T06:55:49.554Z | # # # # # # # # # # |
968 | 2024-12-11T06:55:49.554Z | # # # # # # # # # # # # # |
969 | 2024-12-11T06:55:49.554Z | ##### #### #### # ###### #### # #### |
970 | 2024-12-11T06:55:49.554Z | |
971 | 2024-12-11T06:55:49.554Z | + ptime -m cargo test --doc |
972 | 2024-12-11T06:55:50.012Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s |
973 | 2024-12-11T06:55:50.040Z | Doc-tests cargo_nextest |
974 | 2024-12-11T06:55:50.586Z | |
975 | 2024-12-11T06:55:50.586Z | running 0 tests |
976 | 2024-12-11T06:55:50.586Z | |
977 | 2024-12-11T06:55:50.586Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
978 | 2024-12-11T06:55:50.586Z | |
979 | 2024-12-11T06:55:50.610Z | Doc-tests fixture_data |
980 | 2024-12-11T06:55:50.688Z | |
981 | 2024-12-11T06:55:50.688Z | running 0 tests |
982 | 2024-12-11T06:55:50.688Z | |
983 | 2024-12-11T06:55:50.688Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
984 | 2024-12-11T06:55:50.688Z | |
985 | 2024-12-11T06:55:50.711Z | Doc-tests integration_tests |
986 | 2024-12-11T06:55:50.794Z | |
987 | 2024-12-11T06:55:50.794Z | running 0 tests |
988 | 2024-12-11T06:55:50.794Z | |
989 | 2024-12-11T06:55:50.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
990 | 2024-12-11T06:55:50.794Z | |
991 | 2024-12-11T06:55:50.817Z | Doc-tests nextest_filtering |
992 | 2024-12-11T06:55:51.000Z | |
993 | 2024-12-11T06:55:51.000Z | running 0 tests |
994 | 2024-12-11T06:55:51.000Z | |
995 | 2024-12-11T06:55:51.000Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
996 | 2024-12-11T06:55:51.000Z | |
997 | 2024-12-11T06:55:51.023Z | Doc-tests nextest_metadata |
998 | 2024-12-11T06:55:51.216Z | |
999 | 2024-12-11T06:55:51.216Z | running 2 tests |
1000 | 2024-12-11T06:55:51.943Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
1001 | 2024-12-11T06:55:55.064Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
1002 | 2024-12-11T06:55:55.065Z | |
1003 | 2024-12-11T06:55:55.088Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.85s |
1004 | 2024-12-11T06:55:55.088Z | |
1005 | 2024-12-11T06:55:55.088Z | Doc-tests nextest_runner |
1006 | 2024-12-11T06:55:56.019Z | |
1007 | 2024-12-11T06:55:56.019Z | running 0 tests |
1008 | 2024-12-11T06:55:56.019Z | |
1009 | 2024-12-11T06:55:56.019Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1010 | 2024-12-11T06:55:56.019Z | |
1011 | 2024-12-11T06:55:56.054Z | Doc-tests nextest_workspace_hack |
1012 | 2024-12-11T06:55:56.109Z | |
1013 | 2024-12-11T06:55:56.109Z | running 0 tests |
1014 | 2024-12-11T06:55:56.109Z | |
1015 | 2024-12-11T06:55:56.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1016 | 2024-12-11T06:55:56.109Z | |
1017 | 2024-12-11T06:55:56.157Z | |
1018 | 2024-12-11T06:55:56.157Z | real 6.581156332 |
1019 | 2024-12-11T06:55:56.157Z | user 6.336286042 |
1020 | 2024-12-11T06:55:56.157Z | sys 2.101073338 |
1021 | 2024-12-11T06:55:56.157Z | trap 0.001424836 |
1022 | 2024-12-11T06:55:56.157Z | tflt 0.008945514 |
1023 | 2024-12-11T06:55:56.157Z | dflt 0.004745056 |
1024 | 2024-12-11T06:55:56.157Z | kflt 0.000000000 |
1025 | 2024-12-11T06:55:56.157Z | lock 10.852029350 |
1026 | 2024-12-11T06:55:56.157Z | slp 35.268359213 |
1027 | 2024-12-11T06:55:56.157Z | lat 0.077316177 |
1028 | 2024-12-11T06:55:56.157Z | stop 0.133112652 |
1029 | 2024-12-11T06:55:56.157Z | + banner local-nt |
1030 | 2024-12-11T06:55:56.157Z | |
1031 | 2024-12-11T06:55:56.157Z | # #### #### ## # # # ##### |
1032 | 2024-12-11T06:55:56.157Z | # # # # # # # # ## # # |
1033 | 2024-12-11T06:55:56.157Z | # # # # # # # ##### # # # # |
1034 | 2024-12-11T06:55:56.157Z | # # # # ###### # # # # # |
1035 | 2024-12-11T06:55:56.157Z | # # # # # # # # # ## # |
1036 | 2024-12-11T06:55:56.157Z | ###### #### #### # # ###### # # # |
1037 | 2024-12-11T06:55:56.157Z | |
1038 | 2024-12-11T06:55:56.157Z | + ptime -m cargo local-nt run --profile ci |
1039 | 2024-12-11T06:55:56.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1040 | 2024-12-11T06:55:56.507Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1041 | 2024-12-11T06:55:57.087Z | info: experimental features enabled: setup-scripts |
1042 | 2024-12-11T06:55:57.429Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s |
1043 | 2024-12-11T06:55:57.645Z | ──────────── |
1044 | 2024-12-11T06:55:57.645Z | Nextest run ID 3a2d4554-f561-4e1b-8fa3-6ec1aa0ed3ce with nextest profile: ci |
1045 | 2024-12-11T06:55:57.646Z | Starting 286 tests across 15 binaries (2 tests skipped) |
1046 | 2024-12-11T06:55:57.669Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1047 | 2024-12-11T06:55:58.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s |
1048 | 2024-12-11T06:55:58.040Z | Running `target/debug/build-seed-archive` |
1049 | 2024-12-11T06:55:58.065Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d96726007f403efc4fca8aeead0f741fd3adae9128af1f85e36880204f070988.tar.zst, building |
1050 | 2024-12-11T06:56:00.534Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-d96726007f403efc4fca8aeead0f741fd3adae9128af1f85e36880204f070988.tar.zst |
1051 | 2024-12-11T06:56:00.558Z | SETUP PASS [ 2.891s] build-seed-archive: cargo run --bin build-seed-archive |
1052 | 2024-12-11T06:56:00.587Z | PASS [ 0.046s] integration-tests::custom-harness thread_count::test_multi_threaded |
1053 | 2024-12-11T06:56:00.610Z | PASS [ 0.053s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1054 | 2024-12-11T06:56:00.705Z | PASS [ 0.166s] cargo-nextest dispatch::tests::test_argument_parsing |
1055 | 2024-12-11T06:56:02.099Z | PASS [ 1.559s] integration-tests::integration test_list_binaries_only |
1056 | 2024-12-11T06:56:02.274Z | PASS [ 1.733s] integration-tests::integration test_list_host_after_build |
1057 | 2024-12-11T06:56:02.612Z | PASS [ 2.072s] integration-tests::integration test_list_full_after_build |
1058 | 2024-12-11T06:56:02.688Z | PASS [ 2.098s] integration-tests::integration test_list_target_after_build |
1059 | 2024-12-11T06:56:02.843Z | PASS [ 2.302s] integration-tests::integration test_list_default |
1060 | 2024-12-11T06:56:02.879Z | PASS [ 2.340s] integration-tests::integration test_list_full |
1061 | 2024-12-11T06:56:04.202Z | PASS [ 1.513s] integration-tests::integration test_run_from_archive_with_missing_includes |
1062 | 2024-12-11T06:56:05.739Z | PASS [ 3.463s] integration-tests::integration test_run_after_build |
1063 | 2024-12-11T06:56:06.035Z | PASS [ 3.155s] integration-tests::integration test_run_no_tests |
1064 | 2024-12-11T06:56:06.089Z | PASS [ 5.381s] integration-tests::integration test_relocated_run |
1065 | 2024-12-11T06:56:06.678Z | PASS [ 6.083s] integration-tests::integration test_list_with_default_filter |
1066 | 2024-12-11T06:56:07.352Z | PASS [ 1.613s] integration-tests::integration test_setup_script_error |
1067 | 2024-12-11T06:56:07.620Z | PASS [ 3.417s] integration-tests::integration test_run_with_default_filter |
1068 | 2024-12-11T06:56:07.644Z | PASS [ 1.604s] integration-tests::integration test_setup_scripts_not_enabled |
1069 | 2024-12-11T06:56:07.700Z | PASS [ 0.059s] integration-tests::integration test_version_info |
1070 | 2024-12-11T06:56:08.037Z | PASS [ 1.357s] integration-tests::integration test_show_config_version |
1071 | 2024-12-11T06:56:08.060Z | PASS [ 0.341s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1072 | 2024-12-11T06:56:08.084Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_complex_error |
1073 | 2024-12-11T06:56:08.084Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_expected_eof |
1074 | 2024-12-11T06:56:08.108Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_expr |
1075 | 2024-12-11T06:56:08.108Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_and_operator |
1076 | 2024-12-11T06:56:08.108Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes |
1077 | 2024-12-11T06:56:08.131Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_glob |
1078 | 2024-12-11T06:56:08.131Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_or_operator |
1079 | 2024-12-11T06:56:08.155Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_platform |
1080 | 2024-12-11T06:56:08.155Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_regex |
1081 | 2024-12-11T06:56:08.180Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument |
1082 | 2024-12-11T06:56:08.180Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1083 | 2024-12-11T06:56:08.204Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_close_regex |
1084 | 2024-12-11T06:56:08.204Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1085 | 2024-12-11T06:56:08.229Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_parentheses |
1086 | 2024-12-11T06:56:08.229Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_comma |
1087 | 2024-12-11T06:56:08.253Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_difference |
1088 | 2024-12-11T06:56:08.276Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1089 | 2024-12-11T06:56:08.276Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_not |
1090 | 2024-12-11T06:56:08.302Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1091 | 2024-12-11T06:56:08.302Z | PASS [ 5.677s] integration-tests::integration test_run_from_archive_with_includes |
1092 | 2024-12-11T06:56:08.326Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_expr_set |
1093 | 2024-12-11T06:56:08.326Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_expr_union |
1094 | 2024-12-11T06:56:08.326Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1095 | 2024-12-11T06:56:08.349Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1096 | 2024-12-11T06:56:08.350Z | PASS [ 0.037s] nextest-filtering parsing::tests::test_parse_name_matcher |
1097 | 2024-12-11T06:56:08.373Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_set_def |
1098 | 2024-12-11T06:56:08.374Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_unexpected_argument |
1099 | 2024-12-11T06:56:08.397Z | PASS [ 0.063s] nextest-filtering parsing::tests::test_parse_regex |
1100 | 2024-12-11T06:56:08.397Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_comma |
1101 | 2024-12-11T06:56:08.422Z | PASS [ 0.028s] nextest-filtering::match test_binary_query |
1102 | 2024-12-11T06:56:08.446Z | PASS [ 0.050s] nextest-filtering::match test_expr_binary |
1103 | 2024-12-11T06:56:08.446Z | PASS [ 0.026s] nextest-filtering::match test_expr_binary_id_glob |
1104 | 2024-12-11T06:56:08.473Z | PASS [ 0.026s] nextest-filtering::match test_expr_kind |
1105 | 2024-12-11T06:56:08.497Z | PASS [ 0.037s] nextest-filtering::match test_expr_deps |
1106 | 2024-12-11T06:56:08.521Z | PASS [ 0.026s] nextest-filtering::match test_expr_kind_partial |
1107 | 2024-12-11T06:56:08.521Z | PASS [ 0.028s] nextest-filtering::match test_expr_package_contains |
1108 | 2024-12-11T06:56:08.545Z | PASS [ 0.025s] nextest-filtering::match test_expr_package_equal |
1109 | 2024-12-11T06:56:08.545Z | PASS [ 0.026s] nextest-filtering::match test_expr_package_regex |
1110 | 2024-12-11T06:56:08.569Z | PASS [ 0.026s] nextest-filtering::match test_expr_platform |
1111 | 2024-12-11T06:56:08.569Z | PASS [ 0.028s] nextest-filtering::match test_expr_rdeps |
1112 | 2024-12-11T06:56:08.597Z | PASS [ 0.027s] nextest-filtering::match test_expr_test |
1113 | 2024-12-11T06:56:08.597Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not |
1114 | 2024-12-11T06:56:08.622Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_difference::with_minus |
1115 | 2024-12-11T06:56:08.646Z | PASS [ 0.260s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1116 | 2024-12-11T06:56:08.646Z | PASS [ 0.043s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1117 | 2024-12-11T06:56:08.646Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and |
1118 | 2024-12-11T06:56:08.670Z | PASS [ 0.039s] nextest-filtering::match test_expr_test_not |
1119 | 2024-12-11T06:56:08.693Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_pipe |
1120 | 2024-12-11T06:56:08.693Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_or |
1121 | 2024-12-11T06:56:08.717Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_plus |
1122 | 2024-12-11T06:56:08.741Z | PASS [ 0.031s] nextest-filtering::match test_expr_with_no_matching_packages |
1123 | 2024-12-11T06:56:08.741Z | PASS [ 0.036s] nextest-metadata test_list::tests::test_binary_id_ord |
1124 | 2024-12-11T06:56:08.741Z | PASS [ 0.032s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1125 | 2024-12-11T06:56:08.771Z | PASS [ 0.025s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1126 | 2024-12-11T06:56:08.771Z | PASS [ 0.025s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1127 | 2024-12-11T06:56:08.771Z | PASS [ 0.037s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1128 | 2024-12-11T06:56:08.800Z | PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1129 | 2024-12-11T06:56:08.800Z | PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1130 | 2024-12-11T06:56:08.824Z | PASS [ 0.040s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1131 | 2024-12-11T06:56:08.824Z | PASS [ 0.035s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1132 | 2024-12-11T06:56:08.848Z | PASS [ 0.026s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1133 | 2024-12-11T06:56:08.848Z | PASS [ 0.034s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1134 | 2024-12-11T06:56:08.872Z | PASS [ 0.024s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1135 | 2024-12-11T06:56:08.872Z | PASS [ 0.041s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1136 | 2024-12-11T06:56:08.896Z | PASS [ 0.041s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1137 | 2024-12-11T06:56:09.046Z | PASS [ 6.201s] integration-tests::integration test_run_from_archive_with_no_includes |
1138 | 2024-12-11T06:56:09.206Z | PASS [ 0.347s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1139 | 2024-12-11T06:56:09.230Z | PASS [ 0.362s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1140 | 2024-12-11T06:56:09.253Z | PASS [ 0.353s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1141 | 2024-12-11T06:56:09.367Z | PASS [ 0.320s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1142 | 2024-12-11T06:56:09.579Z | PASS [ 0.378s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1143 | 2024-12-11T06:56:09.676Z | PASS [ 0.459s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1144 | 2024-12-11T06:56:09.700Z | PASS [ 0.023s] nextest-runner config::archive::tests::test_join_rel_path |
1145 | 2024-12-11T06:56:09.724Z | PASS [ 0.490s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1146 | 2024-12-11T06:56:09.748Z | PASS [ 0.033s] nextest-runner config::config_impl::tests::default_config_is_valid |
1147 | 2024-12-11T06:56:09.771Z | PASS [ 0.026s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1148 | 2024-12-11T06:56:09.794Z | PASS [ 0.024s] nextest-runner config::identifier::tests::test_invalid |
1149 | 2024-12-11T06:56:09.818Z | PASS [ 0.026s] nextest-runner config::identifier::tests::test_valid |
1150 | 2024-12-11T06:56:09.842Z | PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1151 | 2024-12-11T06:56:09.865Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_accumulate |
1152 | 2024-12-11T06:56:09.891Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1153 | 2024-12-11T06:56:09.920Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1154 | 2024-12-11T06:56:09.945Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1155 | 2024-12-11T06:56:09.971Z | PASS [ 0.591s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1156 | 2024-12-11T06:56:09.995Z | PASS [ 0.029s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1157 | 2024-12-11T06:56:10.019Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1158 | 2024-12-11T06:56:10.043Z | PASS [ 0.079s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1159 | 2024-12-11T06:56:10.078Z | PASS [ 0.038s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1160 | 2024-12-11T06:56:10.078Z | PASS [ 0.075s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1161 | 2024-12-11T06:56:10.161Z | PASS [ 0.581s] nextest-runner config::archive::tests::parse_valid |
1162 | 2024-12-11T06:56:10.222Z | PASS [ 0.497s] nextest-runner config::config_impl::tests::ignored_keys |
1163 | 2024-12-11T06:56:10.393Z | PASS [ 0.314s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1164 | 2024-12-11T06:56:10.417Z | PASS [ 0.322s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1165 | 2024-12-11T06:56:10.463Z | PASS [ 0.301s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1166 | 2024-12-11T06:56:10.514Z | PASS [ 0.292s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1167 | 2024-12-11T06:56:10.718Z | PASS [ 0.324s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1168 | 2024-12-11T06:56:10.777Z | PASS [ 0.365s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1169 | 2024-12-11T06:56:10.818Z | PASS [ 0.354s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1170 | 2024-12-11T06:56:10.895Z | PASS [ 3.542s] integration-tests::integration test_target_arg |
1171 | 2024-12-11T06:56:10.919Z | PASS [ 0.382s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1172 | 2024-12-11T06:56:11.056Z | PASS [ 0.337s] nextest-runner config::overrides::tests::test_overrides_basic |
1173 | 2024-12-11T06:56:11.096Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1174 | 2024-12-11T06:56:11.154Z | PASS [ 0.332s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1175 | 2024-12-11T06:56:11.207Z | PASS [ 0.310s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1176 | 2024-12-11T06:56:11.231Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1177 | 2024-12-11T06:56:11.391Z | PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1178 | 2024-12-11T06:56:11.448Z | PASS [ 0.351s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1179 | 2024-12-11T06:56:11.473Z | PASS [ 0.322s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1180 | 2024-12-11T06:56:11.565Z | PASS [ 0.357s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1181 | 2024-12-11T06:56:11.589Z | PASS [ 0.356s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1182 | 2024-12-11T06:56:11.760Z | PASS [ 0.368s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1183 | 2024-12-11T06:56:11.784Z | PASS [ 5.686s] integration-tests::integration test_show_config_test_groups |
1184 | 2024-12-11T06:56:11.824Z | PASS [ 0.349s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1185 | 2024-12-11T06:56:11.853Z | PASS [ 0.402s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1186 | 2024-12-11T06:56:11.936Z | PASS [ 0.370s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1187 | 2024-12-11T06:56:11.960Z | PASS [ 0.364s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1188 | 2024-12-11T06:56:12.061Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1189 | 2024-12-11T06:56:12.085Z | PASS [ 0.311s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1190 | 2024-12-11T06:56:12.131Z | PASS [ 0.307s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1191 | 2024-12-11T06:56:12.155Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1192 | 2024-12-11T06:56:12.232Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1193 | 2024-12-11T06:56:12.255Z | PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1194 | 2024-12-11T06:56:12.362Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1195 | 2024-12-11T06:56:12.386Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1196 | 2024-12-11T06:56:12.431Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1197 | 2024-12-11T06:56:12.455Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1198 | 2024-12-11T06:56:12.535Z | PASS [ 0.302s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1199 | 2024-12-11T06:56:12.558Z | PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1200 | 2024-12-11T06:56:12.668Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1201 | 2024-12-11T06:56:12.701Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1202 | 2024-12-11T06:56:12.744Z | PASS [ 0.313s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1203 | 2024-12-11T06:56:12.768Z | PASS [ 0.312s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1204 | 2024-12-11T06:56:12.853Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1205 | 2024-12-11T06:56:12.877Z | PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1206 | 2024-12-11T06:56:12.975Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1207 | 2024-12-11T06:56:12.999Z | PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1208 | 2024-12-11T06:56:13.042Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1209 | 2024-12-11T06:56:13.070Z | PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1210 | 2024-12-11T06:56:13.174Z | PASS [ 0.316s] nextest-runner config::scripts::tests::test_scripts_basic |
1211 | 2024-12-11T06:56:13.198Z | PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1212 | 2024-12-11T06:56:13.280Z | PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1213 | 2024-12-11T06:56:13.317Z | PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1214 | 2024-12-11T06:56:13.356Z | PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1215 | 2024-12-11T06:56:13.381Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1216 | 2024-12-11T06:56:13.447Z | PASS [ 5.826s] integration-tests::integration test_target_dir |
1217 | 2024-12-11T06:56:13.486Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1218 | 2024-12-11T06:56:13.511Z | PASS [ 0.319s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1219 | 2024-12-11T06:56:13.591Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1220 | 2024-12-11T06:56:13.629Z | PASS [ 0.311s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1221 | 2024-12-11T06:56:13.687Z | PASS [ 0.330s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1222 | 2024-12-11T06:56:13.710Z | PASS [ 0.316s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1223 | 2024-12-11T06:56:13.786Z | PASS [ 0.339s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1224 | 2024-12-11T06:56:13.811Z | PASS [ 0.308s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1225 | 2024-12-11T06:56:13.835Z | PASS [ 0.321s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1226 | 2024-12-11T06:56:13.904Z | PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1227 | 2024-12-11T06:56:13.963Z | PASS [ 0.333s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1228 | 2024-12-11T06:56:14.005Z | PASS [ 0.318s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1229 | 2024-12-11T06:56:14.029Z | PASS [ 0.327s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1230 | 2024-12-11T06:56:14.103Z | PASS [ 0.307s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1231 | 2024-12-11T06:56:14.127Z | PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1232 | 2024-12-11T06:56:14.151Z | PASS [ 0.321s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1233 | 2024-12-11T06:56:14.228Z | PASS [ 0.324s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1234 | 2024-12-11T06:56:14.278Z | PASS [ 0.315s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1235 | 2024-12-11T06:56:14.328Z | PASS [ 0.322s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1236 | 2024-12-11T06:56:14.352Z | PASS [ 0.316s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1237 | 2024-12-11T06:56:14.419Z | PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1238 | 2024-12-11T06:56:14.443Z | PASS [ 0.327s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1239 | 2024-12-11T06:56:14.467Z | PASS [ 0.315s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1240 | 2024-12-11T06:56:14.491Z | PASS [ 0.024s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1241 | 2024-12-11T06:56:14.539Z | PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1242 | 2024-12-11T06:56:14.597Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1243 | 2024-12-11T06:56:14.621Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_chain |
1244 | 2024-12-11T06:56:14.644Z | PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1245 | 2024-12-11T06:56:14.644Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1246 | 2024-12-11T06:56:14.668Z | PASS [ 0.311s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1247 | 2024-12-11T06:56:14.668Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1248 | 2024-12-11T06:56:14.668Z | PASS [ 0.068s] nextest-runner errors::tests::display_error_list |
1249 | 2024-12-11T06:56:14.693Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1250 | 2024-12-11T06:56:14.693Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1251 | 2024-12-11T06:56:14.693Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1252 | 2024-12-11T06:56:14.693Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1253 | 2024-12-11T06:56:14.716Z | PASS [ 0.030s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1254 | 2024-12-11T06:56:14.716Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1255 | 2024-12-11T06:56:14.740Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1256 | 2024-12-11T06:56:14.741Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1257 | 2024-12-11T06:56:14.741Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1258 | 2024-12-11T06:56:14.741Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1259 | 2024-12-11T06:56:14.765Z | PASS [ 0.027s] nextest-runner partition::tests::partitioner_builder_from_str |
1260 | 2024-12-11T06:56:14.765Z | PASS [ 0.028s] nextest-runner list::test_list::tests::test_parse_test_list |
1261 | 2024-12-11T06:56:14.765Z | PASS [ 0.023s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1262 | 2024-12-11T06:56:14.789Z | PASS [ 0.028s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1263 | 2024-12-11T06:56:14.789Z | PASS [ 0.355s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1264 | 2024-12-11T06:56:14.789Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1265 | 2024-12-11T06:56:14.789Z | PASS [ 0.027s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1266 | 2024-12-11T06:56:14.789Z | PASS [ 0.023s] nextest-runner redact::tests::test_redact_path |
1267 | 2024-12-11T06:56:14.813Z | PASS [ 0.351s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1268 | 2024-12-11T06:56:14.813Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::no_capture_settings |
1269 | 2024-12-11T06:56:14.837Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1270 | 2024-12-11T06:56:14.837Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1271 | 2024-12-11T06:56:14.837Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1272 | 2024-12-11T06:56:14.837Z | PASS [ 0.336s] nextest-runner config::tool_config::tests::tool_config_basic |
1273 | 2024-12-11T06:56:14.837Z | PASS [ 0.047s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1274 | 2024-12-11T06:56:14.837Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1275 | 2024-12-11T06:56:14.861Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1276 | 2024-12-11T06:56:14.861Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1277 | 2024-12-11T06:56:14.885Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1278 | 2024-12-11T06:56:14.885Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1279 | 2024-12-11T06:56:14.909Z | PASS [ 0.028s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1280 | 2024-12-11T06:56:14.909Z | PASS [ 0.051s] nextest-runner reporter::displayer::tests::test_final_warnings |
1281 | 2024-12-11T06:56:14.909Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1282 | 2024-12-11T06:56:14.909Z | PASS [ 0.070s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1283 | 2024-12-11T06:56:14.933Z | PASS [ 0.031s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1284 | 2024-12-11T06:56:14.933Z | PASS [ 0.031s] nextest-runner reporter::events::tests::test_is_success |
1285 | 2024-12-11T06:56:14.933Z | PASS [ 0.031s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1286 | 2024-12-11T06:56:14.933Z | PASS [ 0.040s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1287 | 2024-12-11T06:56:14.957Z | PASS [ 0.102s] nextest-runner reporter::displayer::tests::test_info_response |
1288 | 2024-12-11T06:56:14.957Z | PASS [ 0.043s] nextest-runner reporter::helpers::tests::test_highlight_end |
1289 | 2024-12-11T06:56:14.957Z | PASS [ 0.080s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1290 | 2024-12-11T06:56:14.981Z | PASS [ 0.023s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1291 | 2024-12-11T06:56:14.981Z | PASS [ 0.024s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1292 | 2024-12-11T06:56:14.981Z | PASS [ 0.024s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1293 | 2024-12-11T06:56:15.005Z | PASS [ 0.073s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1294 | 2024-12-11T06:56:15.005Z | PASS [ 0.031s] nextest-runner runner::imp::tests::no_capture_settings |
1295 | 2024-12-11T06:56:15.005Z | PASS [ 0.070s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1296 | 2024-12-11T06:56:15.005Z | PASS [ 0.075s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1297 | 2024-12-11T06:56:15.029Z | PASS [ 0.029s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1298 | 2024-12-11T06:56:15.029Z | PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config |
1299 | 2024-12-11T06:56:15.053Z | PASS [ 0.029s] nextest-runner test_command::tests::parse_build_script |
1300 | 2024-12-11T06:56:15.053Z | PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples |
1301 | 2024-12-11T06:56:15.053Z | PASS [ 0.111s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1302 | 2024-12-11T06:56:15.053Z | PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples |
1303 | 2024-12-11T06:56:15.095Z | PASS [ 0.109s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1304 | 2024-12-11T06:56:15.120Z | PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1305 | 2024-12-11T06:56:15.144Z | PASS [ 0.143s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1306 | 2024-12-11T06:56:15.167Z | PASS [ 0.116s] nextest-runner test_filter::tests::proptest_empty |
1307 | 2024-12-11T06:56:15.246Z | PASS [ 0.269s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1308 | 2024-12-11T06:56:15.270Z | PASS [ 0.210s] nextest-runner test_filter::tests::proptest_no_match |
1309 | 2024-12-11T06:56:15.647Z | PASS [ 0.612s] nextest-runner test_filter::tests::proptest_exact |
1310 | 2024-12-11T06:56:15.711Z | PASS [ 0.572s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1311 | 2024-12-11T06:56:15.754Z | PASS [ 0.702s] nextest-runner test_filter::tests::proptest_substring |
1312 | 2024-12-11T06:56:16.642Z | PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1313 | 2024-12-11T06:56:16.762Z | PASS [ 14.662s] integration-tests::integration test_run |
1314 | 2024-12-11T06:56:17.052Z | PASS [ 1.798s] nextest-runner::integration basic::test_list_binaries |
1315 | 2024-12-11T06:56:17.356Z | PASS [ 1.708s] nextest-runner::integration basic::test_list_tests |
1316 | 2024-12-11T06:56:17.380Z | PASS [ 2.116s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1317 | 2024-12-11T06:56:17.380Z | PASS [ 2.210s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1318 | 2024-12-11T06:56:17.413Z | PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching |
1319 | 2024-12-11T06:56:17.437Z | PASS [ 0.029s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1320 | 2024-12-11T06:56:17.461Z | PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1321 | 2024-12-11T06:56:17.509Z | PASS [ 0.745s] nextest-runner::integration basic::test_run_ignored |
1322 | 2024-12-11T06:56:17.532Z | PASS [ 0.469s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1323 | 2024-12-11T06:56:17.870Z | PASS [ 0.507s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1324 | 2024-12-11T06:56:17.899Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_cargo_env |
1325 | 2024-12-11T06:56:17.929Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli |
1326 | 2024-12-11T06:56:17.959Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1327 | 2024-12-11T06:56:17.988Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1328 | 2024-12-11T06:56:18.016Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env |
1329 | 2024-12-11T06:56:18.040Z | PASS [ 0.572s] nextest-runner::integration target_runner::parses_cargo_env |
1330 | 2024-12-11T06:56:18.064Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1331 | 2024-12-11T06:56:18.064Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_target_cli_option |
1332 | 2024-12-11T06:56:18.211Z | PASS [ 0.702s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1333 | 2024-12-11T06:56:18.655Z | PASS [ 2.013s] nextest-runner::integration basic::test_run |
1334 | 2024-12-11T06:56:19.128Z | PASS [ 1.606s] nextest-runner::integration target_runner::test_run_with_target_runner |
1335 | 2024-12-11T06:56:19.921Z | PASS [ 2.565s] nextest-runner::integration basic::test_termination |
1336 | 2024-12-11T06:56:20.685Z | PASS [ 4.931s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1337 | 2024-12-11T06:56:20.781Z | PASS [ 5.069s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1338 | 2024-12-11T06:56:20.805Z | ──────────── |
1339 | 2024-12-11T06:56:20.805Z | Summary [ 23.136s] 286 tests run: 286 passed, 2 skipped |
1340 | 2024-12-11T06:56:20.828Z | |
1341 | 2024-12-11T06:56:20.828Z | real 24.661830181 |
1342 | 2024-12-11T06:56:20.829Z | user 1:06.615854981 |
1343 | 2024-12-11T06:56:20.829Z | sys 1:10.280137412 |
1344 | 2024-12-11T06:56:20.829Z | trap 0.105419161 |
1345 | 2024-12-11T06:56:20.829Z | tflt 0.119566472 |
1346 | 2024-12-11T06:56:20.829Z | dflt 0.216047993 |
1347 | 2024-12-11T06:56:20.829Z | kflt 0.003463213 |
1348 | 2024-12-11T06:56:20.829Z | lock 11:54.274226448 |
1349 | 2024-12-11T06:56:20.829Z | slp 6:00.192654211 |
1350 | 2024-12-11T06:56:20.829Z | lat 1:26.098648602 |
1351 | 2024-12-11T06:56:20.829Z | stop 2:21.803204088 |
1352 | 2024-12-11T06:56:20.829Z | + banner release |
1353 | 2024-12-11T06:56:20.829Z | |
1354 | 2024-12-11T06:56:20.829Z | ##### ###### # ###### ## #### ###### |
1355 | 2024-12-11T06:56:20.829Z | # # # # # # # # # |
1356 | 2024-12-11T06:56:20.829Z | # # ##### # ##### # # #### ##### |
1357 | 2024-12-11T06:56:20.829Z | ##### # # # ###### # # |
1358 | 2024-12-11T06:56:20.829Z | # # # # # # # # # # |
1359 | 2024-12-11T06:56:20.829Z | # # ###### ###### ###### # # #### ###### |
1360 | 2024-12-11T06:56:20.829Z | |
1361 | 2024-12-11T06:56:20.829Z | + ptime -m cargo nextest run --profile ci |
1362 | 2024-12-11T06:56:21.392Z | info: experimental features enabled: setup-scripts |
1363 | 2024-12-11T06:56:21.415Z | warning: ignoring unknown configuration keys in config file /work/nextest-rs/nextest/.config/nextest.toml: profile.default.overrides.1.run-extra-args |
1364 | 2024-12-11T06:56:21.740Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s |
1365 | 2024-12-11T06:56:21.947Z | ------------ |
1366 | 2024-12-11T06:56:21.947Z | Nextest run ID 4ca0ba9d-8525-479f-8d52-13a39431dc84 with nextest profile: ci |
1367 | 2024-12-11T06:56:21.947Z | Starting 286 tests across 15 binaries (2 tests skipped) |
1368 | 2024-12-11T06:56:21.971Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1369 | 2024-12-11T06:56:22.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1370 | 2024-12-11T06:56:22.333Z | Running `target/debug/build-seed-archive` |
1371 | 2024-12-11T06:56:22.741Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-a7e5d9eab87566823df2aff8eb325b2337fad380048e409fec71c5b577176add.tar.zst, building |
1372 | 2024-12-11T06:56:25.157Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-a7e5d9eab87566823df2aff8eb325b2337fad380048e409fec71c5b577176add.tar.zst |
1373 | 2024-12-11T06:56:25.181Z | SETUP PASS [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1374 | 2024-12-11T06:56:25.213Z | PASS [ 0.027s] integration-tests::custom-harness thread_count::test_multi_threaded |
1375 | 2024-12-11T06:56:25.213Z | PASS [ 0.037s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1376 | 2024-12-11T06:56:25.311Z | PASS [ 0.144s] cargo-nextest dispatch::tests::test_argument_parsing |
1377 | 2024-12-11T06:56:26.770Z | PASS [ 1.588s] integration-tests::integration test_list_binaries_only |
1378 | 2024-12-11T06:56:26.916Z | PASS [ 1.717s] integration-tests::integration test_list_host_after_build |
1379 | 2024-12-11T06:56:27.304Z | PASS [ 2.118s] integration-tests::integration test_list_default |
1380 | 2024-12-11T06:56:27.333Z | PASS [ 2.143s] integration-tests::integration test_list_full |
1381 | 2024-12-11T06:56:27.357Z | PASS [ 2.134s] integration-tests::integration test_list_target_after_build |
1382 | 2024-12-11T06:56:27.412Z | PASS [ 2.217s] integration-tests::integration test_list_full_after_build |
1383 | 2024-12-11T06:56:29.019Z | PASS [ 1.685s] integration-tests::integration test_run_from_archive_with_missing_includes |
1384 | 2024-12-11T06:56:30.149Z | PASS [ 2.736s] integration-tests::integration test_run_no_tests |
1385 | 2024-12-11T06:56:30.814Z | PASS [ 5.502s] integration-tests::integration test_relocated_run |
1386 | 2024-12-11T06:56:31.041Z | PASS [ 4.124s] integration-tests::integration test_run_after_build |
1387 | 2024-12-11T06:56:31.532Z | PASS [ 6.321s] integration-tests::integration test_list_with_default_filter |
1388 | 2024-12-11T06:56:31.941Z | PASS [ 2.921s] integration-tests::integration test_run_with_default_filter |
1389 | 2024-12-11T06:56:31.991Z | PASS [ 1.843s] integration-tests::integration test_setup_script_error |
1390 | 2024-12-11T06:56:32.187Z | PASS [ 1.372s] integration-tests::integration test_setup_scripts_not_enabled |
1391 | 2024-12-11T06:56:32.251Z | PASS [ 0.064s] integration-tests::integration test_version_info |
1392 | 2024-12-11T06:56:32.619Z | PASS [ 0.368s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1393 | 2024-12-11T06:56:32.643Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error |
1394 | 2024-12-11T06:56:32.667Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_eof |
1395 | 2024-12-11T06:56:32.690Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr |
1396 | 2024-12-11T06:56:32.715Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator |
1397 | 2024-12-11T06:56:32.739Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_escapes |
1398 | 2024-12-11T06:56:32.762Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_glob |
1399 | 2024-12-11T06:56:32.762Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_or_operator |
1400 | 2024-12-11T06:56:32.786Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform |
1401 | 2024-12-11T06:56:32.810Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_regex |
1402 | 2024-12-11T06:56:32.834Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_argument |
1403 | 2024-12-11T06:56:32.858Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1404 | 2024-12-11T06:56:32.858Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_regex |
1405 | 2024-12-11T06:56:32.881Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1406 | 2024-12-11T06:56:32.905Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_parentheses |
1407 | 2024-12-11T06:56:32.928Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma |
1408 | 2024-12-11T06:56:32.952Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_difference |
1409 | 2024-12-11T06:56:32.976Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1410 | 2024-12-11T06:56:32.999Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_not |
1411 | 2024-12-11T06:56:33.023Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1412 | 2024-12-11T06:56:33.023Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set |
1413 | 2024-12-11T06:56:33.047Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union |
1414 | 2024-12-11T06:56:33.070Z | PASS [ 1.524s] integration-tests::integration test_show_config_version |
1415 | 2024-12-11T06:56:33.070Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1416 | 2024-12-11T06:56:33.098Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1417 | 2024-12-11T06:56:33.098Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher |
1418 | 2024-12-11T06:56:33.122Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_set_def |
1419 | 2024-12-11T06:56:33.123Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_regex |
1420 | 2024-12-11T06:56:33.146Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument |
1421 | 2024-12-11T06:56:33.146Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_unexpected_comma |
1422 | 2024-12-11T06:56:33.170Z | PASS [ 0.023s] nextest-filtering::match test_binary_query |
1423 | 2024-12-11T06:56:33.201Z | PASS [ 0.025s] nextest-filtering::match test_expr_binary |
1424 | 2024-12-11T06:56:33.228Z | PASS [ 0.024s] nextest-filtering::match test_expr_binary_id_glob |
1425 | 2024-12-11T06:56:33.252Z | PASS [ 5.895s] integration-tests::integration test_run_from_archive_with_no_includes |
1426 | 2024-12-11T06:56:33.285Z | PASS [ 0.036s] nextest-filtering::match test_expr_deps |
1427 | 2024-12-11T06:56:33.285Z | PASS [ 0.024s] nextest-filtering::match test_expr_kind |
1428 | 2024-12-11T06:56:33.285Z | PASS [ 0.021s] nextest-filtering::match test_expr_kind_partial |
1429 | 2024-12-11T06:56:33.285Z | PASS [ 0.022s] nextest-filtering::match test_expr_package_contains |
1430 | 2024-12-11T06:56:33.309Z | PASS [ 0.021s] nextest-filtering::match test_expr_package_equal |
1431 | 2024-12-11T06:56:33.309Z | PASS [ 0.023s] nextest-filtering::match test_expr_package_regex |
1432 | 2024-12-11T06:56:33.334Z | PASS [ 0.188s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1433 | 2024-12-11T06:56:33.334Z | PASS [ 0.026s] nextest-filtering::match test_expr_platform |
1434 | 2024-12-11T06:56:33.428Z | PASS [ 0.021s] nextest-filtering::match test_expr_test |
1435 | 2024-12-11T06:56:33.428Z | PASS [ 0.031s] nextest-filtering::match test_expr_rdeps |
1436 | 2024-12-11T06:56:33.428Z | PASS [ 0.033s] nextest-filtering::match test_expr_test_difference::with_and_not |
1437 | 2024-12-11T06:56:33.428Z | PASS [ 0.028s] nextest-filtering::match test_expr_test_difference::with_minus |
1438 | 2024-12-11T06:56:33.428Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1439 | 2024-12-11T06:56:33.428Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_and |
1440 | 2024-12-11T06:56:33.429Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_not |
1441 | 2024-12-11T06:56:33.429Z | PASS [ 0.046s] nextest-filtering::match test_expr_test_union::with_or |
1442 | 2024-12-11T06:56:33.429Z | PASS [ 0.030s] nextest-filtering::match test_expr_test_union::with_pipe |
1443 | 2024-12-11T06:56:33.429Z | PASS [ 0.029s] nextest-filtering::match test_expr_test_union::with_plus |
1444 | 2024-12-11T06:56:33.452Z | PASS [ 0.023s] nextest-filtering::match test_expr_with_no_matching_packages |
1445 | 2024-12-11T06:56:33.452Z | PASS [ 0.021s] nextest-metadata test_list::tests::test_binary_id_ord |
1446 | 2024-12-11T06:56:33.452Z | PASS [ 0.022s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1447 | 2024-12-11T06:56:33.477Z | PASS [ 0.032s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1448 | 2024-12-11T06:56:33.501Z | PASS [ 0.029s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1449 | 2024-12-11T06:56:33.501Z | PASS [ 0.042s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1450 | 2024-12-11T06:56:33.526Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1451 | 2024-12-11T06:56:33.572Z | PASS [ 0.027s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1452 | 2024-12-11T06:56:33.597Z | PASS [ 0.033s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1453 | 2024-12-11T06:56:33.597Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1454 | 2024-12-11T06:56:33.597Z | PASS [ 0.063s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1455 | 2024-12-11T06:56:33.621Z | PASS [ 0.019s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1456 | 2024-12-11T06:56:33.645Z | PASS [ 0.082s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1457 | 2024-12-11T06:56:33.646Z | PASS [ 0.055s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1458 | 2024-12-11T06:56:33.669Z | PASS [ 0.063s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1459 | 2024-12-11T06:56:33.669Z | PASS [ 6.359s] integration-tests::integration test_run_from_archive_with_includes |
1460 | 2024-12-11T06:56:33.925Z | PASS [ 0.304s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1461 | 2024-12-11T06:56:33.953Z | PASS [ 0.324s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1462 | 2024-12-11T06:56:33.979Z | PASS [ 0.319s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1463 | 2024-12-11T06:56:34.003Z | PASS [ 0.322s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1464 | 2024-12-11T06:56:34.231Z | PASS [ 0.307s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1465 | 2024-12-11T06:56:34.332Z | PASS [ 0.354s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1466 | 2024-12-11T06:56:34.356Z | PASS [ 0.363s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1467 | 2024-12-11T06:56:34.445Z | PASS [ 0.052s] nextest-runner config::archive::tests::test_join_rel_path |
1468 | 2024-12-11T06:56:34.445Z | PASS [ 0.072s] nextest-runner config::config_impl::tests::default_config_is_valid |
1469 | 2024-12-11T06:56:34.445Z | PASS [ 0.426s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1470 | 2024-12-11T06:56:34.480Z | PASS [ 0.047s] nextest-runner config::identifier::tests::test_invalid |
1471 | 2024-12-11T06:56:34.504Z | PASS [ 0.079s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1472 | 2024-12-11T06:56:34.574Z | PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1473 | 2024-12-11T06:56:34.597Z | PASS [ 0.032s] nextest-runner config::identifier::tests::test_valid |
1474 | 2024-12-11T06:56:34.597Z | PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_accumulate |
1475 | 2024-12-11T06:56:34.597Z | PASS [ 0.052s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1476 | 2024-12-11T06:56:34.597Z | PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1477 | 2024-12-11T06:56:34.621Z | PASS [ 0.032s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1478 | 2024-12-11T06:56:34.621Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1479 | 2024-12-11T06:56:34.649Z | PASS [ 0.394s] nextest-runner config::archive::tests::parse_valid |
1480 | 2024-12-11T06:56:34.649Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1481 | 2024-12-11T06:56:34.718Z | PASS [ 0.045s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1482 | 2024-12-11T06:56:34.742Z | PASS [ 0.028s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1483 | 2024-12-11T06:56:34.742Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1484 | 2024-12-11T06:56:34.909Z | PASS [ 0.550s] nextest-runner config::config_impl::tests::ignored_keys |
1485 | 2024-12-11T06:56:35.062Z | PASS [ 0.370s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1486 | 2024-12-11T06:56:35.062Z | PASS [ 0.361s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1487 | 2024-12-11T06:56:35.086Z | PASS [ 0.379s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1488 | 2024-12-11T06:56:35.222Z | PASS [ 0.304s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1489 | 2024-12-11T06:56:35.375Z | PASS [ 0.347s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1490 | 2024-12-11T06:56:35.400Z | PASS [ 0.321s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1491 | 2024-12-11T06:56:35.424Z | PASS [ 0.351s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1492 | 2024-12-11T06:56:35.560Z | PASS [ 0.348s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1493 | 2024-12-11T06:56:35.722Z | PASS [ 3.783s] integration-tests::integration test_target_arg |
1494 | 2024-12-11T06:56:35.746Z | PASS [ 0.356s] nextest-runner config::overrides::tests::test_overrides_basic |
1495 | 2024-12-11T06:56:35.746Z | PASS [ 0.342s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1496 | 2024-12-11T06:56:35.746Z | PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1497 | 2024-12-11T06:56:35.889Z | PASS [ 0.329s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1498 | 2024-12-11T06:56:36.035Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1499 | 2024-12-11T06:56:36.061Z | PASS [ 0.319s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1500 | 2024-12-11T06:56:36.091Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1501 | 2024-12-11T06:56:36.091Z | PASS [ 0.314s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1502 | 2024-12-11T06:56:36.234Z | PASS [ 0.340s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1503 | 2024-12-11T06:56:36.366Z | PASS [ 0.334s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1504 | 2024-12-11T06:56:36.391Z | PASS [ 0.337s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1505 | 2024-12-11T06:56:36.391Z | PASS [ 0.335s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1506 | 2024-12-11T06:56:36.418Z | PASS [ 0.370s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1507 | 2024-12-11T06:56:36.475Z | PASS [ 5.434s] integration-tests::integration test_show_config_test_groups |
1508 | 2024-12-11T06:56:36.549Z | PASS [ 0.320s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1509 | 2024-12-11T06:56:36.664Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1510 | 2024-12-11T06:56:36.688Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1511 | 2024-12-11T06:56:36.688Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1512 | 2024-12-11T06:56:36.716Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1513 | 2024-12-11T06:56:36.767Z | PASS [ 0.292s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1514 | 2024-12-11T06:56:36.838Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1515 | 2024-12-11T06:56:36.959Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1516 | 2024-12-11T06:56:36.983Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1517 | 2024-12-11T06:56:36.983Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1518 | 2024-12-11T06:56:37.007Z | PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1519 | 2024-12-11T06:56:37.064Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1520 | 2024-12-11T06:56:37.141Z | PASS [ 0.303s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1521 | 2024-12-11T06:56:37.270Z | PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1522 | 2024-12-11T06:56:37.294Z | PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1523 | 2024-12-11T06:56:37.294Z | PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1524 | 2024-12-11T06:56:37.318Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1525 | 2024-12-11T06:56:37.380Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1526 | 2024-12-11T06:56:37.438Z | PASS [ 0.297s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1527 | 2024-12-11T06:56:37.590Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1528 | 2024-12-11T06:56:37.614Z | PASS [ 0.315s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1529 | 2024-12-11T06:56:37.614Z | PASS [ 0.326s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1530 | 2024-12-11T06:56:37.614Z | PASS [ 0.311s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1531 | 2024-12-11T06:56:37.710Z | PASS [ 0.334s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1532 | 2024-12-11T06:56:37.759Z | PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1533 | 2024-12-11T06:56:37.916Z | PASS [ 5.924s] integration-tests::integration test_target_dir |
1534 | 2024-12-11T06:56:37.940Z | PASS [ 0.331s] nextest-runner config::scripts::tests::test_scripts_basic |
1535 | 2024-12-11T06:56:37.940Z | PASS [ 0.330s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1536 | 2024-12-11T06:56:37.940Z | PASS [ 0.332s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1537 | 2024-12-11T06:56:37.964Z | PASS [ 0.333s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1538 | 2024-12-11T06:56:38.032Z | PASS [ 0.329s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1539 | 2024-12-11T06:56:38.059Z | PASS [ 0.298s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1540 | 2024-12-11T06:56:38.225Z | PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1541 | 2024-12-11T06:56:38.249Z | PASS [ 0.304s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1542 | 2024-12-11T06:56:38.249Z | PASS [ 0.315s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1543 | 2024-12-11T06:56:38.273Z | PASS [ 0.304s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1544 | 2024-12-11T06:56:38.273Z | PASS [ 0.312s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1545 | 2024-12-11T06:56:38.347Z | PASS [ 0.315s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1546 | 2024-12-11T06:56:38.374Z | PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1547 | 2024-12-11T06:56:38.532Z | PASS [ 0.306s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1548 | 2024-12-11T06:56:38.555Z | PASS [ 0.316s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1549 | 2024-12-11T06:56:38.580Z | PASS [ 0.327s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1550 | 2024-12-11T06:56:38.580Z | PASS [ 0.311s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1551 | 2024-12-11T06:56:38.604Z | PASS [ 0.318s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1552 | 2024-12-11T06:56:38.691Z | PASS [ 0.315s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1553 | 2024-12-11T06:56:38.718Z | PASS [ 0.356s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1554 | 2024-12-11T06:56:38.839Z | PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1555 | 2024-12-11T06:56:38.864Z | PASS [ 0.308s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1556 | 2024-12-11T06:56:38.888Z | PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1557 | 2024-12-11T06:56:38.888Z | PASS [ 0.321s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1558 | 2024-12-11T06:56:38.888Z | PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1559 | 2024-12-11T06:56:39.019Z | PASS [ 0.323s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1560 | 2024-12-11T06:56:39.043Z | PASS [ 0.323s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1561 | 2024-12-11T06:56:39.165Z | PASS [ 0.323s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1562 | 2024-12-11T06:56:39.190Z | PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1563 | 2024-12-11T06:56:39.214Z | PASS [ 0.327s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1564 | 2024-12-11T06:56:39.214Z | PASS [ 0.328s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1565 | 2024-12-11T06:56:39.214Z | PASS [ 0.346s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1566 | 2024-12-11T06:56:39.238Z | PASS [ 0.335s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1567 | 2024-12-11T06:56:39.238Z | PASS [ 0.021s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1568 | 2024-12-11T06:56:39.262Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1569 | 2024-12-11T06:56:39.262Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1570 | 2024-12-11T06:56:39.287Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1571 | 2024-12-11T06:56:39.287Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_list |
1572 | 2024-12-11T06:56:39.287Z | PASS [ 0.071s] nextest-runner errors::tests::display_error_chain |
1573 | 2024-12-11T06:56:39.310Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1574 | 2024-12-11T06:56:39.310Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1575 | 2024-12-11T06:56:39.334Z | PASS [ 0.029s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1576 | 2024-12-11T06:56:39.334Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1577 | 2024-12-11T06:56:39.334Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1578 | 2024-12-11T06:56:39.334Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1579 | 2024-12-11T06:56:39.335Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1580 | 2024-12-11T06:56:39.335Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1581 | 2024-12-11T06:56:39.358Z | PASS [ 0.025s] nextest-runner list::test_list::tests::test_parse_test_list |
1582 | 2024-12-11T06:56:39.358Z | PASS [ 0.022s] nextest-runner partition::tests::partitioner_builder_from_str |
1583 | 2024-12-11T06:56:39.358Z | PASS [ 0.022s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1584 | 2024-12-11T06:56:39.358Z | PASS [ 0.322s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1585 | 2024-12-11T06:56:39.382Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1586 | 2024-12-11T06:56:39.382Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1587 | 2024-12-11T06:56:39.382Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1588 | 2024-12-11T06:56:39.382Z | PASS [ 0.019s] nextest-runner redact::tests::test_redact_path |
1589 | 2024-12-11T06:56:39.406Z | PASS [ 0.364s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1590 | 2024-12-11T06:56:39.406Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::no_capture_settings |
1591 | 2024-12-11T06:56:39.406Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1592 | 2024-12-11T06:56:39.406Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1593 | 2024-12-11T06:56:39.430Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1594 | 2024-12-11T06:56:39.431Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1595 | 2024-12-11T06:56:39.431Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1596 | 2024-12-11T06:56:39.431Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1597 | 2024-12-11T06:56:39.431Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1598 | 2024-12-11T06:56:39.455Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_final_warnings |
1599 | 2024-12-11T06:56:39.455Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1600 | 2024-12-11T06:56:39.455Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1601 | 2024-12-11T06:56:39.479Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1602 | 2024-12-11T06:56:39.479Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1603 | 2024-12-11T06:56:39.479Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1604 | 2024-12-11T06:56:39.479Z | PASS [ 0.020s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1605 | 2024-12-11T06:56:39.503Z | PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1606 | 2024-12-11T06:56:39.503Z | PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1607 | 2024-12-11T06:56:39.503Z | PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success |
1608 | 2024-12-11T06:56:39.503Z | PASS [ 0.019s] nextest-runner reporter::helpers::tests::test_highlight_end |
1609 | 2024-12-11T06:56:39.503Z | PASS [ 0.074s] nextest-runner reporter::displayer::tests::test_info_response |
1610 | 2024-12-11T06:56:39.503Z | PASS [ 0.061s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1611 | 2024-12-11T06:56:39.527Z | PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1612 | 2024-12-11T06:56:39.527Z | PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1613 | 2024-12-11T06:56:39.527Z | PASS [ 0.345s] nextest-runner config::tool_config::tests::tool_config_basic |
1614 | 2024-12-11T06:56:39.550Z | PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1615 | 2024-12-11T06:56:39.550Z | PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1616 | 2024-12-11T06:56:39.574Z | PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1617 | 2024-12-11T06:56:39.574Z | PASS [ 0.027s] nextest-runner runner::imp::tests::no_capture_settings |
1618 | 2024-12-11T06:56:39.574Z | PASS [ 0.079s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1619 | 2024-12-11T06:56:39.574Z | PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1620 | 2024-12-11T06:56:39.574Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1621 | 2024-12-11T06:56:39.598Z | PASS [ 0.023s] nextest-runner target_runner::tests::test_find_config |
1622 | 2024-12-11T06:56:39.598Z | PASS [ 0.022s] nextest-runner test_command::tests::parse_build_script |
1623 | 2024-12-11T06:56:39.598Z | PASS [ 0.022s] nextest-runner test_filter::tests::empty_pattern_examples |
1624 | 2024-12-11T06:56:39.598Z | PASS [ 0.021s] nextest-runner test_filter::tests::pattern_examples |
1625 | 2024-12-11T06:56:39.681Z | PASS [ 0.116s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1626 | 2024-12-11T06:56:39.705Z | PASS [ 0.142s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1627 | 2024-12-11T06:56:39.729Z | PASS [ 0.036s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1628 | 2024-12-11T06:56:39.729Z | PASS [ 0.119s] nextest-runner test_filter::tests::proptest_empty |
1629 | 2024-12-11T06:56:39.772Z | PASS [ 0.185s] nextest-runner test_filter::tests::proptest_no_match |
1630 | 2024-12-11T06:56:39.817Z | PASS [ 0.286s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1631 | 2024-12-11T06:56:39.911Z | PASS [ 0.099s] nextest-runner::integration basic::test_list_binaries |
1632 | 2024-12-11T06:56:39.989Z | PASS [ 0.271s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1633 | 2024-12-11T06:56:40.027Z | PASS [ 0.257s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1634 | 2024-12-11T06:56:40.083Z | PASS [ 0.502s] nextest-runner test_filter::tests::proptest_exact |
1635 | 2024-12-11T06:56:40.168Z | PASS [ 0.252s] nextest-runner::integration basic::test_list_tests |
1636 | 2024-12-11T06:56:40.191Z | PASS [ 0.585s] nextest-runner test_filter::tests::proptest_substring |
1637 | 2024-12-11T06:56:40.290Z | PASS [ 0.591s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1638 | 2024-12-11T06:56:40.684Z | PASS [ 0.519s] nextest-runner::integration basic::test_run_ignored |
1639 | 2024-12-11T06:56:40.708Z | PASS [ 0.024s] nextest-runner::integration target_runner::disregards_non_matching |
1640 | 2024-12-11T06:56:40.732Z | PASS [ 0.548s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1641 | 2024-12-11T06:56:40.756Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1642 | 2024-12-11T06:56:40.780Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1643 | 2024-12-11T06:56:40.983Z | PASS [ 0.276s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1644 | 2024-12-11T06:56:41.007Z | PASS [ 14.223s] integration-tests::integration test_run |
1645 | 2024-12-11T06:56:41.165Z | PASS [ 0.393s] nextest-runner::integration target_runner::parses_cargo_env |
1646 | 2024-12-11T06:56:41.188Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_cargo_env |
1647 | 2024-12-11T06:56:41.212Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli |
1648 | 2024-12-11T06:56:41.236Z | PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1649 | 2024-12-11T06:56:41.236Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1650 | 2024-12-11T06:56:41.261Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1651 | 2024-12-11T06:56:41.261Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env |
1652 | 2024-12-11T06:56:41.261Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1653 | 2024-12-11T06:56:41.285Z | PASS [ 0.023s] nextest-runner::integration target_triple::parses_target_cli_option |
1654 | 2024-12-11T06:56:41.508Z | PASS [ 0.531s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1655 | 2024-12-11T06:56:41.805Z | PASS [ 1.726s] nextest-runner::integration basic::test_run |
1656 | 2024-12-11T06:56:42.476Z | PASS [ 1.489s] nextest-runner::integration target_runner::test_run_with_target_runner |
1657 | 2024-12-11T06:56:42.782Z | PASS [ 2.500s] nextest-runner::integration basic::test_termination |
1658 | 2024-12-11T06:56:43.703Z | PASS [ 3.681s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1659 | 2024-12-11T06:56:43.728Z | PASS [ 3.732s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1660 | 2024-12-11T06:56:43.728Z | ------------ |
1661 | 2024-12-11T06:56:43.728Z | Summary [ 21.769s] 286 tests run: 286 passed, 2 skipped |
1662 | 2024-12-11T06:56:43.751Z | |
1663 | 2024-12-11T06:56:43.751Z | real 22.916339967 |
1664 | 2024-12-11T06:56:43.751Z | user 1:01.011144643 |
1665 | 2024-12-11T06:56:43.752Z | sys 1:06.823644568 |
1666 | 2024-12-11T06:56:43.752Z | trap 0.086818417 |
1667 | 2024-12-11T06:56:43.752Z | tflt 0.055445951 |
1668 | 2024-12-11T06:56:43.752Z | dflt 0.384810727 |
1669 | 2024-12-11T06:56:43.752Z | kflt 0.019416890 |
1670 | 2024-12-11T06:56:43.752Z | lock 11:17.941476449 |
1671 | 2024-12-11T06:56:43.752Z | slp 4:59.536205318 |
1672 | 2024-12-11T06:56:43.752Z | lat 1:24.102448926 |
1673 | 2024-12-11T06:56:43.752Z | stop 2:13.182119046 |
1674 | 2024-12-11T06:56:43.752Z | process exited: duration 279525 ms, exit code 0 |
|
1675 | 2024-12-11T06:56:43.800Z | found 0 output files |