|
|
|
1 | 2024-12-17T21:44:41.729Z | job assigned to worker 01JFB97PV9WTRE9DTBR6JD1JHM [factory aws, i-07bc58e6f42f2edd1] (queued for 47 s) |
|
2 | 2024-12-17T21:44:49.674Z | starting task 0: "setup" |
3 | 2024-12-17T21:44:49.685Z | ++ uname -s |
4 | 2024-12-17T21:44:49.687Z | + kern=SunOS |
5 | 2024-12-17T21:44:49.687Z | + case "$kern" in |
6 | 2024-12-17T21:44:49.687Z | + groupadd -g 12345 build |
7 | 2024-12-17T21:44:49.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T21:44:51.698Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T21:44:51.867Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T21:44:51.870Z | + home_fs=zfs |
11 | 2024-12-17T21:44:51.870Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T21:44:51.870Z | + mkdir -p /home/build |
13 | 2024-12-17T21:44:51.873Z | + chown build:build /home/build /work |
14 | 2024-12-17T21:44:52.874Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T21:44:52.879Z | process exited: duration 3204 ms, exit code 0 |
|
16 | 2024-12-17T21:44:52.885Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T21:44:52.890Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T21:44:52.890Z | ' stable |
19 | 2024-12-17T21:44:52.890Z | * toolchain channel = "stable" |
20 | 2024-12-17T21:44:52.890Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T21:44:52.890Z | ' default |
22 | 2024-12-17T21:44:52.891Z | * toolchain profile = "default" |
23 | 2024-12-17T21:44:52.893Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T21:44:52.893Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-17T21:44:52.996Z | info: downloading installer |
26 | 2024-12-17T21:44:54.356Z | info: profile set to 'default' |
27 | 2024-12-17T21:44:54.356Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T21:44:54.356Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-17T21:44:54.497Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-17T21:44:54.497Z | info: downloading component 'cargo' |
31 | 2024-12-17T21:44:55.227Z | info: downloading component 'clippy' |
32 | 2024-12-17T21:44:55.508Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T21:44:56.530Z | info: downloading component 'rust-std' |
34 | 2024-12-17T21:44:57.999Z | info: downloading component 'rustc' |
35 | 2024-12-17T21:45:03.588Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T21:45:03.804Z | info: installing component 'cargo' |
37 | 2024-12-17T21:45:04.644Z | info: installing component 'clippy' |
38 | 2024-12-17T21:45:05.035Z | info: installing component 'rust-docs' |
39 | 2024-12-17T21:45:06.762Z | info: installing component 'rust-std' |
40 | 2024-12-17T21:45:08.535Z | info: installing component 'rustc' |
41 | 2024-12-17T21:45:14.463Z | info: installing component 'rustfmt' |
42 | 2024-12-17T21:45:14.796Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-17T21:45:14.796Z | |
44 | 2024-12-17T21:45:15.156Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-17T21:45:15.156Z | |
46 | 2024-12-17T21:45:15.159Z | |
47 | 2024-12-17T21:45:15.159Z | Rust is installed now. Great! |
48 | 2024-12-17T21:45:15.159Z | |
49 | 2024-12-17T21:45:15.160Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T21:45:15.160Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T21:45:15.160Z | |
52 | 2024-12-17T21:45:15.160Z | To configure your current shell, you need to source |
53 | 2024-12-17T21:45:15.160Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T21:45:15.160Z | |
55 | 2024-12-17T21:45:15.160Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T21:45:15.160Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T21:45:15.160Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T21:45:15.234Z | + rustc --version |
59 | 2024-12-17T21:45:15.299Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-17T21:45:15.302Z | process exited: duration 22416 ms, exit code 0 |
|
61 | 2024-12-17T21:45:15.309Z | starting task 2: "authentication" |
62 | 2024-12-17T21:45:15.328Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T21:45:15.333Z | starting task 3: "clone repository" |
64 | 2024-12-17T21:45:15.338Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-17T21:45:15.341Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-17T21:45:15.394Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-17T21:45:17.514Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-17T21:45:17.514Z | + git fetch origin d3fe12a780e3af6d9c5cc0b3be9fb1adff383728 |
69 | 2024-12-17T21:45:17.790Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-17T21:45:17.790Z | * branch d3fe12a780e3af6d9c5cc0b3be9fb1adff383728 -> FETCH_HEAD |
71 | 2024-12-17T21:45:17.799Z | + [[ -n '' ]] |
72 | 2024-12-17T21:45:17.799Z | + git reset --hard d3fe12a780e3af6d9c5cc0b3be9fb1adff383728 |
73 | 2024-12-17T21:45:17.866Z | HEAD is now at d3fe12a7 [nextest-runner] make Windows job object termination clearer |
74 | 2024-12-17T21:45:17.872Z | process exited: duration 2534 ms, exit code 0 |
|
75 | 2024-12-17T21:45:17.877Z | starting task 4: "build" |
76 | 2024-12-17T21:45:17.886Z | + PLATFORM=illumos |
77 | 2024-12-17T21:45:17.886Z | + export CARGO_TERM_COLOR=always |
78 | 2024-12-17T21:45:17.886Z | + CARGO_TERM_COLOR=always |
79 | 2024-12-17T21:45:17.886Z | + cargo --version |
80 | 2024-12-17T21:45:17.947Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
81 | 2024-12-17T21:45:17.949Z | + rustc --version |
82 | 2024-12-17T21:45:18.014Z | rustc 1.83.0 (90b35a623 2024-11-26) |
83 | 2024-12-17T21:45:18.017Z | + banner install |
84 | 2024-12-17T21:45:18.020Z | |
85 | 2024-12-17T21:45:18.020Z | # # # #### ##### ## # # |
86 | 2024-12-17T21:45:18.020Z | # ## # # # # # # # |
87 | 2024-12-17T21:45:18.020Z | # # # # #### # # # # # |
88 | 2024-12-17T21:45:18.020Z | # # # # # # ###### # # |
89 | 2024-12-17T21:45:18.020Z | # # ## # # # # # # # |
90 | 2024-12-17T21:45:18.020Z | # # # #### # # # ###### ###### |
91 | 2024-12-17T21:45:18.020Z | |
92 | 2024-12-17T21:45:18.020Z | + mkdir -p /home/build/.cargo/bin |
93 | 2024-12-17T21:45:18.023Z | + curl -LsSf https://get.nexte.st/latest/illumos |
94 | 2024-12-17T21:45:18.025Z | + gunzip |
95 | 2024-12-17T21:45:18.025Z | + tar xf - -C /home/build/.cargo/bin |
96 | 2024-12-17T21:45:19.077Z | + banner metadata |
97 | 2024-12-17T21:45:19.079Z | |
98 | 2024-12-17T21:45:19.079Z | # # ###### ##### ## ##### ## ##### ## |
99 | 2024-12-17T21:45:19.079Z | ## ## # # # # # # # # # # # |
100 | 2024-12-17T21:45:19.079Z | # ## # ##### # # # # # # # # # # |
101 | 2024-12-17T21:45:19.079Z | # # # # ###### # # ###### # ###### |
102 | 2024-12-17T21:45:19.079Z | # # # # # # # # # # # # # |
103 | 2024-12-17T21:45:19.079Z | # # ###### # # # ##### # # # # # |
104 | 2024-12-17T21:45:19.079Z | |
105 | 2024-12-17T21:45:19.079Z | + ptime -m cargo build --package nextest-metadata |
106 | 2024-12-17T21:45:19.221Z | Updating crates.io index |
107 | 2024-12-17T21:45:20.011Z | Downloading crates ... |
108 | 2024-12-17T21:45:20.096Z | Downloaded cfg_aliases v0.2.1 |
109 | 2024-12-17T21:45:20.102Z | Downloaded anstyle v1.0.9 |
110 | 2024-12-17T21:45:20.106Z | Downloaded anstyle-query v1.1.2 |
111 | 2024-12-17T21:45:20.109Z | Downloaded guppy-workspace-hack v0.1.0 |
112 | 2024-12-17T21:45:20.146Z | Downloaded is_ci v1.2.0 |
113 | 2024-12-17T21:45:20.149Z | Downloaded backtrace-ext v0.2.1 |
114 | 2024-12-17T21:45:20.149Z | Downloaded autocfg v1.4.0 |
115 | 2024-12-17T21:45:20.152Z | Downloaded anstyle-parse v0.2.6 |
116 | 2024-12-17T21:45:20.152Z | Downloaded equivalent v1.0.1 |
117 | 2024-12-17T21:45:20.155Z | Downloaded colorchoice v1.0.3 |
118 | 2024-12-17T21:45:20.155Z | Downloaded cfg-if v1.0.0 |
119 | 2024-12-17T21:45:20.157Z | Downloaded adler v1.0.2 |
120 | 2024-12-17T21:45:20.157Z | Downloaded byteorder v1.5.0 |
121 | 2024-12-17T21:45:20.161Z | Downloaded supports-unicode v3.0.0 |
122 | 2024-12-17T21:45:20.169Z | Downloaded thiserror-impl v1.0.69 |
123 | 2024-12-17T21:45:20.172Z | Downloaded target-spec v3.2.2 |
124 | 2024-12-17T21:45:20.174Z | Downloaded smol_str v0.3.2 |
125 | 2024-12-17T21:45:20.174Z | Downloaded signal-hook-registry v1.4.2 |
126 | 2024-12-17T21:45:20.177Z | Downloaded thread_local v1.1.8 |
127 | 2024-12-17T21:45:20.180Z | Downloaded shlex v1.3.0 |
128 | 2024-12-17T21:45:20.180Z | Downloaded miette-derive v7.4.0 |
129 | 2024-12-17T21:45:20.183Z | Downloaded is_terminal_polyfill v1.70.1 |
130 | 2024-12-17T21:45:20.183Z | Downloaded terminal_size v0.4.0 |
131 | 2024-12-17T21:45:20.183Z | Downloaded ppv-lite86 v0.2.20 |
132 | 2024-12-17T21:45:20.186Z | Downloaded errno v0.3.9 |
133 | 2024-12-17T21:45:20.188Z | Downloaded tracing-log v0.2.0 |
134 | 2024-12-17T21:45:20.188Z | Downloaded clap_lex v0.7.4 |
135 | 2024-12-17T21:45:20.191Z | Downloaded rand_chacha v0.3.1 |
136 | 2024-12-17T21:45:20.194Z | Downloaded tokio-macros v2.4.0 |
137 | 2024-12-17T21:45:20.194Z | Downloaded utf8parse v0.2.2 |
138 | 2024-12-17T21:45:20.196Z | Downloaded supports-color v3.0.2 |
139 | 2024-12-17T21:45:20.196Z | Downloaded rand_core v0.6.4 |
140 | 2024-12-17T21:45:20.196Z | Downloaded heck v0.5.0 |
141 | 2024-12-17T21:45:20.199Z | Downloaded strsim v0.11.1 |
142 | 2024-12-17T21:45:20.201Z | Downloaded itoa v1.0.14 |
143 | 2024-12-17T21:45:20.203Z | Downloaded clap_derive v4.5.18 |
144 | 2024-12-17T21:45:20.203Z | Downloaded either v1.13.0 |
145 | 2024-12-17T21:45:20.207Z | Downloaded supports-hyperlinks v3.0.0 |
146 | 2024-12-17T21:45:20.210Z | Downloaded camino v1.1.9 |
147 | 2024-12-17T21:45:20.213Z | Downloaded lazy_static v1.5.0 |
148 | 2024-12-17T21:45:20.215Z | Downloaded unicase v2.8.0 |
149 | 2024-12-17T21:45:20.217Z | Downloaded xxhash-rust v0.8.12 |
150 | 2024-12-17T21:45:20.220Z | Downloaded anstream v0.6.17 |
151 | 2024-12-17T21:45:20.222Z | Downloaded quote v1.0.37 |
152 | 2024-12-17T21:45:20.225Z | Downloaded smallvec v1.13.2 |
153 | 2024-12-17T21:45:20.228Z | Downloaded getrandom v0.2.15 |
154 | 2024-12-17T21:45:20.231Z | Downloaded rustc-demangle v0.1.24 |
155 | 2024-12-17T21:45:20.238Z | Downloaded jobserver v0.1.32 |
156 | 2024-12-17T21:45:20.246Z | Downloaded zerocopy-derive v0.7.35 |
157 | 2024-12-17T21:45:20.250Z | Downloaded console v0.15.8 |
158 | 2024-12-17T21:45:20.252Z | Downloaded unicode-linebreak v0.1.5 |
159 | 2024-12-17T21:45:20.255Z | Downloaded thiserror v1.0.69 |
160 | 2024-12-17T21:45:20.257Z | Downloaded pin-project-lite v0.2.15 |
161 | 2024-12-17T21:45:20.262Z | Downloaded owo-colors v4.1.0 |
162 | 2024-12-17T21:45:20.265Z | Downloaded cfg-expr v0.17.2 |
163 | 2024-12-17T21:45:20.268Z | Downloaded addr2line v0.21.0 |
164 | 2024-12-17T21:45:20.270Z | Downloaded unicode-ident v1.0.14 |
165 | 2024-12-17T21:45:20.273Z | Downloaded proc-macro2 v1.0.92 |
166 | 2024-12-17T21:45:20.275Z | Downloaded log v0.4.22 |
167 | 2024-12-17T21:45:20.278Z | Downloaded ryu v1.0.18 |
168 | 2024-12-17T21:45:20.280Z | Downloaded num-traits v0.2.19 |
169 | 2024-12-17T21:45:20.283Z | Downloaded clap v4.5.23 |
170 | 2024-12-17T21:45:20.288Z | Downloaded miniz_oxide v0.7.4 |
171 | 2024-12-17T21:45:20.291Z | Downloaded cc v1.1.31 |
172 | 2024-12-17T21:45:20.293Z | Downloaded textwrap v0.16.1 |
173 | 2024-12-17T21:45:20.296Z | Downloaded bitflags v2.6.0 |
174 | 2024-12-17T21:45:20.299Z | Downloaded backtrace v0.3.71 |
175 | 2024-12-17T21:45:20.303Z | Downloaded target-lexicon v0.12.16 |
176 | 2024-12-17T21:45:20.305Z | Downloaded serde_derive v1.0.216 |
177 | 2024-12-17T21:45:20.308Z | Downloaded socket2 v0.5.7 |
178 | 2024-12-17T21:45:20.310Z | Downloaded bytes v1.9.0 |
179 | 2024-12-17T21:45:20.323Z | Downloaded tracing v0.1.41 |
180 | 2024-12-17T21:45:20.327Z | Downloaded serde v1.0.216 |
181 | 2024-12-17T21:45:20.331Z | Downloaded once_cell v1.20.2 |
182 | 2024-12-17T21:45:20.333Z | Downloaded tracing-core v0.1.33 |
183 | 2024-12-17T21:45:20.336Z | Downloaded borsh v1.5.1 |
184 | 2024-12-17T21:45:20.340Z | Downloaded rand v0.8.5 |
185 | 2024-12-17T21:45:20.345Z | Downloaded memchr v2.7.4 |
186 | 2024-12-17T21:45:20.354Z | Downloaded mio v1.0.2 |
187 | 2024-12-17T21:45:20.359Z | Downloaded indexmap v2.7.0 |
188 | 2024-12-17T21:45:20.362Z | Downloaded sharded-slab v0.1.7 |
189 | 2024-12-17T21:45:20.365Z | Downloaded miette v7.4.0 |
190 | 2024-12-17T21:45:20.376Z | Downloaded libm v0.2.8 |
191 | 2024-12-17T21:45:20.384Z | Downloaded hashbrown v0.15.2 |
192 | 2024-12-17T21:45:20.393Z | Downloaded serde_json v1.0.133 |
193 | 2024-12-17T21:45:20.407Z | Downloaded zerocopy v0.7.35 |
194 | 2024-12-17T21:45:20.421Z | Downloaded tracing-subscriber v0.3.19 |
195 | 2024-12-17T21:45:20.428Z | Downloaded clap_builder v4.5.23 |
196 | 2024-12-17T21:45:20.451Z | Downloaded gimli v0.28.1 |
197 | 2024-12-17T21:45:20.460Z | Downloaded unicode-width v0.1.14 |
198 | 2024-12-17T21:45:20.467Z | Downloaded unicode-width v0.2.0 |
199 | 2024-12-17T21:45:20.472Z | Downloaded syn v2.0.90 |
200 | 2024-12-17T21:45:20.482Z | Downloaded object v0.32.2 |
201 | 2024-12-17T21:45:20.491Z | Downloaded rustix v0.38.37 |
202 | 2024-12-17T21:45:20.557Z | Downloaded libc v0.2.168 |
203 | 2024-12-17T21:45:20.580Z | Downloaded tokio v1.42.0 |
204 | 2024-12-17T21:45:20.789Z | Compiling proc-macro2 v1.0.92 |
205 | 2024-12-17T21:45:20.789Z | Compiling unicode-ident v1.0.14 |
206 | 2024-12-17T21:45:20.792Z | Compiling libc v0.2.168 |
207 | 2024-12-17T21:45:20.792Z | Compiling cfg-if v1.0.0 |
208 | 2024-12-17T21:45:20.808Z | Compiling serde v1.0.216 |
209 | 2024-12-17T21:45:20.810Z | Compiling shlex v1.3.0 |
210 | 2024-12-17T21:45:20.810Z | Compiling rustix v0.38.37 |
211 | 2024-12-17T21:45:20.906Z | Compiling once_cell v1.20.2 |
212 | 2024-12-17T21:45:20.982Z | Compiling memchr v2.7.4 |
213 | 2024-12-17T21:45:21.174Z | Compiling bitflags v2.6.0 |
214 | 2024-12-17T21:45:21.281Z | Compiling tracing-core v0.1.33 |
215 | 2024-12-17T21:45:21.490Z | Compiling utf8parse v0.2.2 |
216 | 2024-12-17T21:45:21.502Z | Compiling camino v1.1.9 |
217 | 2024-12-17T21:45:21.673Z | Compiling byteorder v1.5.0 |
218 | 2024-12-17T21:45:21.694Z | Compiling adler v1.0.2 |
219 | 2024-12-17T21:45:21.984Z | Compiling gimli v0.28.1 |
220 | 2024-12-17T21:45:22.059Z | Compiling object v0.32.2 |
221 | 2024-12-17T21:45:22.234Z | Compiling miniz_oxide v0.7.4 |
222 | 2024-12-17T21:45:22.337Z | Compiling jobserver v0.1.32 |
223 | 2024-12-17T21:45:22.719Z | Compiling quote v1.0.37 |
224 | 2024-12-17T21:45:22.733Z | Compiling cc v1.1.31 |
225 | 2024-12-17T21:45:22.901Z | Compiling errno v0.3.9 |
226 | 2024-12-17T21:45:22.961Z | Compiling getrandom v0.2.15 |
227 | 2024-12-17T21:45:22.985Z | Compiling anstyle-parse v0.2.6 |
228 | 2024-12-17T21:45:23.094Z | Compiling syn v2.0.90 |
229 | 2024-12-17T21:45:23.244Z | Compiling autocfg v1.4.0 |
230 | 2024-12-17T21:45:23.271Z | Compiling libm v0.2.8 |
231 | 2024-12-17T21:45:23.285Z | Compiling owo-colors v4.1.0 |
232 | 2024-12-17T21:45:23.621Z | Compiling rustc-demangle v0.1.24 |
233 | 2024-12-17T21:45:23.642Z | Compiling anstyle v1.0.9 |
234 | 2024-12-17T21:45:23.987Z | Compiling serde_json v1.0.133 |
235 | 2024-12-17T21:45:24.050Z | Compiling colorchoice v1.0.3 |
236 | 2024-12-17T21:45:24.201Z | Compiling terminal_size v0.4.0 |
237 | 2024-12-17T21:45:24.352Z | Compiling anstyle-query v1.1.2 |
238 | 2024-12-17T21:45:24.402Z | Compiling target-lexicon v0.12.16 |
239 | 2024-12-17T21:45:24.490Z | Compiling is_terminal_polyfill v1.70.1 |
240 | 2024-12-17T21:45:24.531Z | Compiling thiserror v1.0.69 |
241 | 2024-12-17T21:45:24.546Z | Compiling lazy_static v1.5.0 |
242 | 2024-12-17T21:45:24.598Z | Compiling unicode-width v0.1.14 |
243 | 2024-12-17T21:45:24.663Z | Compiling anstream v0.6.17 |
244 | 2024-12-17T21:45:25.138Z | Compiling num-traits v0.2.19 |
245 | 2024-12-17T21:45:25.333Z | Compiling rand_core v0.6.4 |
246 | 2024-12-17T21:45:25.354Z | Compiling smallvec v1.13.2 |
247 | 2024-12-17T21:45:25.394Z | Compiling clap_lex v0.7.4 |
248 | 2024-12-17T21:45:25.477Z | Compiling guppy-workspace-hack v0.1.0 |
249 | 2024-12-17T21:45:25.675Z | Compiling backtrace v0.3.71 |
250 | 2024-12-17T21:45:25.726Z | Compiling log v0.4.22 |
251 | 2024-12-17T21:45:25.774Z | Compiling itoa v1.0.14 |
252 | 2024-12-17T21:45:25.847Z | Compiling addr2line v0.21.0 |
253 | 2024-12-17T21:45:25.861Z | Compiling is_ci v1.2.0 |
254 | 2024-12-17T21:45:25.976Z | Compiling strsim v0.11.1 |
255 | 2024-12-17T21:45:26.080Z | Compiling unicode-width v0.2.0 |
256 | 2024-12-17T21:45:26.140Z | Compiling heck v0.5.0 |
257 | 2024-12-17T21:45:26.473Z | Compiling unicase v2.8.0 |
258 | 2024-12-17T21:45:26.554Z | Compiling ryu v1.0.18 |
259 | 2024-12-17T21:45:26.589Z | Compiling pin-project-lite v0.2.15 |
260 | 2024-12-17T21:45:26.601Z | Compiling unicode-linebreak v0.1.5 |
261 | 2024-12-17T21:45:26.709Z | Compiling tracing v0.1.41 |
262 | 2024-12-17T21:45:26.830Z | Compiling clap_builder v4.5.23 |
263 | 2024-12-17T21:45:26.845Z | Compiling tracing-log v0.2.0 |
264 | 2024-12-17T21:45:26.885Z | Compiling supports-color v3.0.2 |
265 | 2024-12-17T21:45:27.063Z | Compiling textwrap v0.16.1 |
266 | 2024-12-17T21:45:27.319Z | Compiling sharded-slab v0.1.7 |
267 | 2024-12-17T21:45:28.086Z | Compiling mio v1.0.2 |
268 | 2024-12-17T21:45:28.460Z | Compiling backtrace-ext v0.2.1 |
269 | 2024-12-17T21:45:28.549Z | Compiling signal-hook-registry v1.4.2 |
270 | 2024-12-17T21:45:28.640Z | Compiling thread_local v1.1.8 |
271 | 2024-12-17T21:45:28.741Z | Compiling bytes v1.9.0 |
272 | 2024-12-17T21:45:29.069Z | Compiling supports-unicode v3.0.0 |
273 | 2024-12-17T21:45:29.148Z | Compiling supports-hyperlinks v3.0.0 |
274 | 2024-12-17T21:45:29.209Z | Compiling target-spec v3.2.2 |
275 | 2024-12-17T21:45:29.300Z | Compiling equivalent v1.0.1 |
276 | 2024-12-17T21:45:29.377Z | Compiling hashbrown v0.15.2 |
277 | 2024-12-17T21:45:29.390Z | Compiling tracing-subscriber v0.3.19 |
278 | 2024-12-17T21:45:29.715Z | Compiling cfg-expr v0.17.2 |
279 | 2024-12-17T21:45:30.020Z | Compiling console v0.15.8 |
280 | 2024-12-17T21:45:30.451Z | Compiling either v1.13.0 |
281 | 2024-12-17T21:45:30.863Z | Compiling xxhash-rust v0.8.12 |
282 | 2024-12-17T21:45:32.378Z | Compiling serde_derive v1.0.216 |
283 | 2024-12-17T21:45:32.465Z | Compiling zerocopy-derive v0.7.35 |
284 | 2024-12-17T21:45:32.568Z | Compiling thiserror-impl v1.0.69 |
285 | 2024-12-17T21:45:32.684Z | Compiling miette-derive v7.4.0 |
286 | 2024-12-17T21:45:33.007Z | Compiling clap_derive v4.5.18 |
287 | 2024-12-17T21:45:33.903Z | Compiling tokio-macros v2.4.0 |
288 | 2024-12-17T21:45:34.367Z | Compiling zerocopy v0.7.35 |
289 | 2024-12-17T21:45:35.337Z | Compiling miette v7.4.0 |
290 | 2024-12-17T21:45:35.349Z | Compiling tokio v1.42.0 |
291 | 2024-12-17T21:45:35.606Z | Compiling ppv-lite86 v0.2.20 |
292 | 2024-12-17T21:45:36.388Z | Compiling rand_chacha v0.3.1 |
293 | 2024-12-17T21:45:37.245Z | Compiling clap v4.5.23 |
294 | 2024-12-17T21:45:37.350Z | Compiling rand v0.8.5 |
295 | 2024-12-17T21:45:41.402Z | Compiling indexmap v2.7.0 |
296 | 2024-12-17T21:45:41.402Z | Compiling smol_str v0.3.2 |
297 | 2024-12-17T21:45:42.215Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
298 | 2024-12-17T21:45:43.574Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
299 | 2024-12-17T21:45:45.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.10s |
300 | 2024-12-17T21:45:45.434Z | |
301 | 2024-12-17T21:45:45.434Z | real 26.324042971 |
302 | 2024-12-17T21:45:45.434Z | user 2:22.062587268 |
303 | 2024-12-17T21:45:45.434Z | sys 17.830840045 |
304 | 2024-12-17T21:45:45.434Z | trap 0.084711844 |
305 | 2024-12-17T21:45:45.434Z | tflt 0.225566152 |
306 | 2024-12-17T21:45:45.437Z | dflt 0.194541695 |
307 | 2024-12-17T21:45:45.437Z | kflt 0.003468831 |
308 | 2024-12-17T21:45:45.437Z | lock 3:04.877338338 |
309 | 2024-12-17T21:45:45.437Z | slp 7:41.448716802 |
310 | 2024-12-17T21:45:45.437Z | lat 9.514061813 |
311 | 2024-12-17T21:45:45.437Z | stop 18.217165816 |
312 | 2024-12-17T21:45:45.438Z | + banner no-update |
313 | 2024-12-17T21:45:45.438Z | |
314 | 2024-12-17T21:45:45.438Z | # # #### # # ##### ##### ## ##### ###### |
315 | 2024-12-17T21:45:45.438Z | ## # # # # # # # # # # # # # |
316 | 2024-12-17T21:45:45.438Z | # # # # # ##### # # # # # # # # # ##### |
317 | 2024-12-17T21:45:45.438Z | # # # # # # # ##### # # ###### # # |
318 | 2024-12-17T21:45:45.438Z | # ## # # # # # # # # # # # |
319 | 2024-12-17T21:45:45.438Z | # # #### #### # ##### # # # ###### |
320 | 2024-12-17T21:45:45.438Z | |
321 | 2024-12-17T21:45:45.440Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
322 | 2024-12-17T21:45:45.580Z | Downloading crates ... |
323 | 2024-12-17T21:45:45.683Z | Downloaded atomicwrites v0.4.4 |
324 | 2024-12-17T21:45:45.690Z | Downloaded ahash v0.8.11 |
325 | 2024-12-17T21:45:45.695Z | Downloaded enable-ansi-support v0.2.1 |
326 | 2024-12-17T21:45:45.712Z | Downloaded zstd v0.13.2 |
327 | 2024-12-17T21:45:45.719Z | Downloaded nested v0.1.1 |
328 | 2024-12-17T21:45:45.721Z | Downloaded tinyvec_macros v0.1.1 |
329 | 2024-12-17T21:45:45.725Z | Downloaded zstd-safe v7.2.1 |
330 | 2024-12-17T21:45:45.728Z | Downloaded futures-sink v0.3.31 |
331 | 2024-12-17T21:45:45.728Z | Downloaded futures-macro v0.3.31 |
332 | 2024-12-17T21:45:45.730Z | Downloaded indenter v0.3.3 |
333 | 2024-12-17T21:45:45.733Z | Downloaded number_prefix v0.4.0 |
334 | 2024-12-17T21:45:45.735Z | Downloaded winnow v0.6.20 |
335 | 2024-12-17T21:45:45.742Z | Downloaded vte_generate_state_changes v0.1.2 |
336 | 2024-12-17T21:45:45.744Z | Downloaded async-scoped v0.9.0 |
337 | 2024-12-17T21:45:45.745Z | Downloaded debug-ignore v1.0.5 |
338 | 2024-12-17T21:45:45.747Z | Downloaded target-spec-miette v0.4.0 |
339 | 2024-12-17T21:45:45.747Z | Downloaded futures-task v0.3.31 |
340 | 2024-12-17T21:45:45.749Z | Downloaded fixedbitset v0.4.2 |
341 | 2024-12-17T21:45:45.749Z | Downloaded futures-io v0.3.31 |
342 | 2024-12-17T21:45:45.752Z | Downloaded fnv v1.0.7 |
343 | 2024-12-17T21:45:45.752Z | Downloaded fastrand v2.1.1 |
344 | 2024-12-17T21:45:45.752Z | Downloaded filetime v0.2.25 |
345 | 2024-12-17T21:45:45.755Z | Downloaded humantime v2.1.0 |
346 | 2024-12-17T21:45:45.757Z | Downloaded home v0.5.11 |
347 | 2024-12-17T21:45:45.757Z | Downloaded cargo-platform v0.1.9 |
348 | 2024-12-17T21:45:45.757Z | Downloaded scopeguard v1.2.0 |
349 | 2024-12-17T21:45:45.759Z | Downloaded future-queue v0.3.0 |
350 | 2024-12-17T21:45:45.761Z | Downloaded static_assertions v1.1.0 |
351 | 2024-12-17T21:45:45.761Z | Downloaded shared_child v1.0.1 |
352 | 2024-12-17T21:45:45.764Z | Downloaded swrite v0.1.0 |
353 | 2024-12-17T21:45:45.766Z | Downloaded signal-hook-mio v0.2.4 |
354 | 2024-12-17T21:45:45.768Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-12-17T21:45:45.768Z | Downloaded strip-ansi-escapes v0.2.0 |
356 | 2024-12-17T21:45:45.771Z | Downloaded humantime-serde v1.1.1 |
357 | 2024-12-17T21:45:45.771Z | Downloaded serde_ignored v0.1.10 |
358 | 2024-12-17T21:45:45.774Z | Downloaded pathdiff v0.2.3 |
359 | 2024-12-17T21:45:45.774Z | Downloaded version_check v0.9.5 |
360 | 2024-12-17T21:45:45.776Z | Downloaded indent_write v2.2.0 |
361 | 2024-12-17T21:45:45.779Z | Downloaded quick-junit v0.5.1 |
362 | 2024-12-17T21:45:45.779Z | Downloaded pkg-config v0.3.31 |
363 | 2024-12-17T21:45:45.782Z | Downloaded pin-utils v0.1.0 |
364 | 2024-12-17T21:45:45.782Z | Downloaded os_pipe v1.2.1 |
365 | 2024-12-17T21:45:45.785Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
366 | 2024-12-17T21:45:45.799Z | Downloaded xattr v1.3.1 |
367 | 2024-12-17T21:45:45.802Z | Downloaded dialoguer v0.11.0 |
368 | 2024-12-17T21:45:45.804Z | Downloaded slab v0.4.9 |
369 | 2024-12-17T21:45:45.806Z | Downloaded shell-words v1.1.0 |
370 | 2024-12-17T21:45:45.806Z | Downloaded serde_spanned v0.6.8 |
371 | 2024-12-17T21:45:45.809Z | Downloaded newtype-uuid v1.1.3 |
372 | 2024-12-17T21:45:45.809Z | Downloaded thiserror-impl v2.0.7 |
373 | 2024-12-17T21:45:45.811Z | Downloaded cargo_metadata v0.19.1 |
374 | 2024-12-17T21:45:45.811Z | Downloaded futures-channel v0.3.31 |
375 | 2024-12-17T21:45:45.814Z | Downloaded duct v0.13.7 |
376 | 2024-12-17T21:45:45.816Z | Downloaded futures-core v0.3.31 |
377 | 2024-12-17T21:45:45.816Z | Downloaded parking_lot_core v0.9.10 |
378 | 2024-12-17T21:45:45.818Z | Downloaded tokio-stream v0.1.17 |
379 | 2024-12-17T21:45:45.821Z | Downloaded iana-time-zone v0.1.61 |
380 | 2024-12-17T21:45:45.824Z | Downloaded tracing-error v0.2.0 |
381 | 2024-12-17T21:45:45.826Z | Downloaded tempfile v3.13.0 |
382 | 2024-12-17T21:45:45.829Z | Downloaded lock_api v0.4.12 |
383 | 2024-12-17T21:45:45.829Z | Downloaded serde_path_to_error v0.1.16 |
384 | 2024-12-17T21:45:45.831Z | Downloaded futures-executor v0.3.31 |
385 | 2024-12-17T21:45:45.833Z | Downloaded zeroize v1.8.1 |
386 | 2024-12-17T21:45:45.834Z | Downloaded semver v1.0.24 |
387 | 2024-12-17T21:45:45.838Z | Downloaded camino-tempfile v1.1.1 |
388 | 2024-12-17T21:45:45.838Z | Downloaded tracing-attributes v0.1.28 |
389 | 2024-12-17T21:45:45.841Z | Downloaded owo-colors v3.5.0 |
390 | 2024-12-17T21:45:45.843Z | Downloaded eyre v0.6.12 |
391 | 2024-12-17T21:45:45.846Z | Downloaded thiserror v2.0.7 |
392 | 2024-12-17T21:45:45.851Z | Downloaded signal-hook v0.3.17 |
393 | 2024-12-17T21:45:45.854Z | Downloaded vte v0.11.1 |
394 | 2024-12-17T21:45:45.856Z | Downloaded pin-project v1.1.7 |
395 | 2024-12-17T21:45:45.866Z | Downloaded toml v0.8.19 |
396 | 2024-12-17T21:45:45.870Z | Downloaded uuid v1.11.0 |
397 | 2024-12-17T21:45:45.873Z | Downloaded parking_lot v0.12.3 |
398 | 2024-12-17T21:45:45.875Z | Downloaded derive-where v1.2.7 |
399 | 2024-12-17T21:45:45.878Z | Downloaded indicatif v0.17.9 |
400 | 2024-12-17T21:45:45.882Z | Downloaded futures v0.3.31 |
401 | 2024-12-17T21:45:45.886Z | Downloaded tar v0.4.43 |
402 | 2024-12-17T21:45:45.889Z | Downloaded base64 v0.21.7 |
403 | 2024-12-17T21:45:45.893Z | Downloaded tinyvec v1.8.0 |
404 | 2024-12-17T21:45:45.895Z | Downloaded ron v0.8.1 |
405 | 2024-12-17T21:45:45.901Z | Downloaded globset v0.4.15 |
406 | 2024-12-17T21:45:45.903Z | Downloaded config v0.14.1 |
407 | 2024-12-17T21:45:45.906Z | Downloaded pin-project-internal v1.1.7 |
408 | 2024-12-17T21:45:45.922Z | Downloaded minimal-lexical v0.2.1 |
409 | 2024-12-17T21:45:45.954Z | Downloaded nom v7.1.3 |
410 | 2024-12-17T21:45:45.961Z | Downloaded crossterm v0.28.1 |
411 | 2024-12-17T21:45:45.969Z | Downloaded guppy v0.17.10 |
412 | 2024-12-17T21:45:45.976Z | Downloaded toml_edit v0.22.22 |
413 | 2024-12-17T21:45:45.997Z | Downloaded unicode-normalization v0.1.24 |
414 | 2024-12-17T21:45:46.000Z | Downloaded itertools v0.13.0 |
415 | 2024-12-17T21:45:46.018Z | Downloaded portable-atomic v1.9.0 |
416 | 2024-12-17T21:45:46.025Z | Downloaded quick-xml v0.37.1 |
417 | 2024-12-17T21:45:46.031Z | Downloaded futures-util v0.3.31 |
418 | 2024-12-17T21:45:46.042Z | Downloaded color-spantrace v0.2.1 |
419 | 2024-12-17T21:45:46.044Z | Downloaded aho-corasick v1.1.3 |
420 | 2024-12-17T21:45:46.049Z | Downloaded chrono v0.4.39 |
421 | 2024-12-17T21:45:46.066Z | Downloaded regex v1.11.1 |
422 | 2024-12-17T21:45:46.089Z | Downloaded nix v0.29.0 |
423 | 2024-12-17T21:45:46.100Z | Downloaded bstr v1.11.1 |
424 | 2024-12-17T21:45:46.109Z | Downloaded regex-syntax v0.8.5 |
425 | 2024-12-17T21:45:46.164Z | Downloaded regex-automata v0.4.8 |
426 | 2024-12-17T21:45:46.180Z | Downloaded color-eyre v0.6.3 |
427 | 2024-12-17T21:45:46.187Z | Downloaded petgraph v0.6.5 |
428 | 2024-12-17T21:45:46.249Z | Downloaded recursion v0.5.2 |
429 | 2024-12-17T21:45:46.287Z | Compiling rustix v0.38.37 |
430 | 2024-12-17T21:45:46.290Z | Compiling tracing-attributes v0.1.28 |
431 | 2024-12-17T21:45:46.342Z | Compiling mio v1.0.2 |
432 | 2024-12-17T21:45:46.345Z | Compiling futures-core v0.3.31 |
433 | 2024-12-17T21:45:46.351Z | Compiling slab v0.4.9 |
434 | 2024-12-17T21:45:46.357Z | Compiling pkg-config v0.3.31 |
435 | 2024-12-17T21:45:46.361Z | Compiling futures-sink v0.3.31 |
436 | 2024-12-17T21:45:46.361Z | Compiling thiserror v2.0.7 |
437 | 2024-12-17T21:45:46.477Z | Compiling futures-channel v0.3.31 |
438 | 2024-12-17T21:45:46.543Z | Compiling futures-macro v0.3.31 |
439 | 2024-12-17T21:45:46.825Z | Compiling thiserror-impl v2.0.7 |
440 | 2024-12-17T21:45:47.039Z | Compiling pin-utils v0.1.0 |
441 | 2024-12-17T21:45:47.115Z | Compiling futures-io v0.3.31 |
442 | 2024-12-17T21:45:47.249Z | Compiling version_check v0.9.5 |
443 | 2024-12-17T21:45:47.362Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
444 | 2024-12-17T21:45:47.364Z | Compiling futures-task v0.3.31 |
445 | 2024-12-17T21:45:47.423Z | Compiling semver v1.0.24 |
446 | 2024-12-17T21:45:47.629Z | Compiling lock_api v0.4.12 |
447 | 2024-12-17T21:45:47.789Z | Compiling ahash v0.8.11 |
448 | 2024-12-17T21:45:47.959Z | Compiling aho-corasick v1.1.3 |
449 | 2024-12-17T21:45:47.973Z | Compiling regex-syntax v0.8.5 |
450 | 2024-12-17T21:45:48.157Z | Compiling parking_lot_core v0.9.10 |
451 | 2024-12-17T21:45:48.265Z | Compiling futures-util v0.3.31 |
452 | 2024-12-17T21:45:48.584Z | Compiling winnow v0.6.20 |
453 | 2024-12-17T21:45:49.107Z | Compiling tracing v0.1.41 |
454 | 2024-12-17T21:45:49.485Z | Compiling terminal_size v0.4.0 |
455 | 2024-12-17T21:45:49.584Z | Compiling tokio v1.42.0 |
456 | 2024-12-17T21:45:49.659Z | Compiling clap_builder v4.5.23 |
457 | 2024-12-17T21:45:49.694Z | Compiling miette v7.4.0 |
458 | 2024-12-17T21:45:51.715Z | Compiling signal-hook v0.3.17 |
459 | 2024-12-17T21:45:52.041Z | Compiling fastrand v2.1.1 |
460 | 2024-12-17T21:45:52.558Z | Compiling tempfile v3.13.0 |
461 | 2024-12-17T21:45:53.078Z | Compiling clap v4.5.23 |
462 | 2024-12-17T21:45:53.182Z | Compiling regex-automata v0.4.8 |
463 | 2024-12-17T21:45:53.465Z | Compiling pathdiff v0.2.3 |
464 | 2024-12-17T21:45:53.483Z | Compiling toml_datetime v0.6.8 |
465 | 2024-12-17T21:45:53.599Z | Compiling cargo-platform v0.1.9 |
466 | 2024-12-17T21:45:53.939Z | Compiling serde_spanned v0.6.8 |
467 | 2024-12-17T21:45:54.042Z | Compiling vte_generate_state_changes v0.1.2 |
468 | 2024-12-17T21:45:54.095Z | Compiling zstd-safe v7.2.1 |
469 | 2024-12-17T21:45:54.140Z | Compiling portable-atomic v1.9.0 |
470 | 2024-12-17T21:45:54.466Z | Compiling fixedbitset v0.4.2 |
471 | 2024-12-17T21:45:54.578Z | Compiling cfg_aliases v0.2.1 |
472 | 2024-12-17T21:45:54.663Z | Compiling newtype-uuid v1.1.3 |
473 | 2024-12-17T21:45:54.677Z | Compiling scopeguard v1.2.0 |
474 | 2024-12-17T21:45:54.892Z | Compiling petgraph v0.6.5 |
475 | 2024-12-17T21:45:54.999Z | Compiling vte v0.11.1 |
476 | 2024-12-17T21:45:55.033Z | Compiling nix v0.29.0 |
477 | 2024-12-17T21:45:55.162Z | Compiling toml_edit v0.22.22 |
478 | 2024-12-17T21:45:55.875Z | Compiling cargo_metadata v0.19.1 |
479 | 2024-12-17T21:45:57.579Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
480 | 2024-12-17T21:45:57.662Z | Compiling futures-executor v0.3.31 |
481 | 2024-12-17T21:45:58.039Z | Compiling itertools v0.13.0 |
482 | 2024-12-17T21:45:58.168Z | Compiling pin-project-internal v1.1.7 |
483 | 2024-12-17T21:45:59.062Z | Compiling uuid v1.11.0 |
484 | 2024-12-17T21:45:59.563Z | Compiling bstr v1.11.1 |
485 | 2024-12-17T21:45:59.751Z | Compiling tinyvec_macros v0.1.1 |
486 | 2024-12-17T21:45:59.828Z | Compiling eyre v0.6.12 |
487 | 2024-12-17T21:46:00.370Z | Compiling debug-ignore v1.0.5 |
488 | 2024-12-17T21:46:00.494Z | Compiling iana-time-zone v0.1.61 |
489 | 2024-12-17T21:46:00.594Z | Compiling minimal-lexical v0.2.1 |
490 | 2024-12-17T21:46:00.737Z | Compiling nested v0.1.1 |
491 | 2024-12-17T21:46:00.746Z | Compiling static_assertions v1.1.0 |
492 | 2024-12-17T21:46:00.832Z | Compiling pin-project v1.1.7 |
493 | 2024-12-17T21:46:00.937Z | Compiling guppy v0.17.10 |
494 | 2024-12-17T21:46:00.955Z | Compiling nom v7.1.3 |
495 | 2024-12-17T21:46:00.969Z | Compiling chrono v0.4.39 |
496 | 2024-12-17T21:46:01.487Z | Compiling globset v0.4.15 |
497 | 2024-12-17T21:46:02.126Z | Compiling tinyvec v1.8.0 |
498 | 2024-12-17T21:46:03.481Z | Compiling toml v0.8.19 |
499 | 2024-12-17T21:46:03.513Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
500 | 2024-12-17T21:46:03.557Z | Compiling futures v0.3.31 |
501 | 2024-12-17T21:46:03.649Z | Compiling signal-hook-mio v0.2.4 |
502 | 2024-12-17T21:46:03.791Z | Compiling parking_lot v0.12.3 |
503 | 2024-12-17T21:46:04.049Z | Compiling regex v1.11.1 |
504 | 2024-12-17T21:46:04.339Z | Compiling strip-ansi-escapes v0.2.0 |
505 | 2024-12-17T21:46:04.668Z | Compiling tracing-error v0.2.0 |
506 | 2024-12-17T21:46:04.978Z | Compiling xattr v1.3.1 |
507 | 2024-12-17T21:46:05.017Z | Compiling shared_child v1.0.1 |
508 | 2024-12-17T21:46:05.037Z | Compiling os_pipe v1.2.1 |
509 | 2024-12-17T21:46:05.214Z | Compiling filetime v0.2.25 |
510 | 2024-12-17T21:46:05.301Z | Compiling quick-xml v0.37.1 |
511 | 2024-12-17T21:46:05.426Z | Compiling humantime v2.1.0 |
512 | 2024-12-17T21:46:05.491Z | Compiling indenter v0.3.3 |
513 | 2024-12-17T21:46:05.631Z | Compiling recursion v0.5.2 |
514 | 2024-12-17T21:46:05.760Z | Compiling fnv v1.0.7 |
515 | 2024-12-17T21:46:05.790Z | Compiling number_prefix v0.4.0 |
516 | 2024-12-17T21:46:05.871Z | Compiling owo-colors v3.5.0 |
517 | 2024-12-17T21:46:05.897Z | Compiling shell-words v1.1.0 |
518 | 2024-12-17T21:46:05.942Z | Compiling indicatif v0.17.9 |
519 | 2024-12-17T21:46:05.984Z | Compiling future-queue v0.3.0 |
520 | 2024-12-17T21:46:06.143Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
521 | 2024-12-17T21:46:06.318Z | Compiling quick-junit v0.5.1 |
522 | 2024-12-17T21:46:06.978Z | Compiling zstd v0.13.2 |
523 | 2024-12-17T21:46:07.118Z | Compiling humantime-serde v1.1.1 |
524 | 2024-12-17T21:46:07.309Z | Compiling tar v0.4.43 |
525 | 2024-12-17T21:46:07.526Z | Compiling color-spantrace v0.2.1 |
526 | 2024-12-17T21:46:07.741Z | Compiling duct v0.13.7 |
527 | 2024-12-17T21:46:07.999Z | Compiling config v0.14.1 |
528 | 2024-12-17T21:46:08.247Z | Compiling crossterm v0.28.1 |
529 | 2024-12-17T21:46:08.348Z | Compiling async-scoped v0.9.0 |
530 | 2024-12-17T21:46:08.601Z | Compiling unicode-normalization v0.1.24 |
531 | 2024-12-17T21:46:09.157Z | Compiling tokio-stream v0.1.17 |
532 | 2024-12-17T21:46:09.279Z | Compiling atomicwrites v0.4.4 |
533 | 2024-12-17T21:46:09.567Z | Compiling camino-tempfile v1.1.1 |
534 | 2024-12-17T21:46:09.612Z | Compiling target-spec-miette v0.4.0 |
535 | 2024-12-17T21:46:09.649Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
536 | 2024-12-17T21:46:09.709Z | Compiling serde_ignored v0.1.10 |
537 | 2024-12-17T21:46:09.943Z | Compiling serde_path_to_error v0.1.16 |
538 | 2024-12-17T21:46:09.971Z | Compiling derive-where v1.2.7 |
539 | 2024-12-17T21:46:09.990Z | Compiling swrite v0.1.0 |
540 | 2024-12-17T21:46:10.042Z | Compiling indent_write v2.2.0 |
541 | 2024-12-17T21:46:10.062Z | Compiling zeroize v1.8.1 |
542 | 2024-12-17T21:46:10.109Z | Compiling home v0.5.11 |
543 | 2024-12-17T21:46:10.241Z | Compiling color-eyre v0.6.3 |
544 | 2024-12-17T21:46:10.338Z | Compiling dialoguer v0.11.0 |
545 | 2024-12-17T21:46:10.340Z | Compiling enable-ansi-support v0.2.1 |
546 | 2024-12-17T21:46:11.747Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
547 | 2024-12-17T21:46:35.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s |
548 | 2024-12-17T21:46:35.257Z | |
549 | 2024-12-17T21:46:35.260Z | real 49.802544273 |
550 | 2024-12-17T21:46:35.260Z | user 3:38.288795262 |
551 | 2024-12-17T21:46:35.260Z | sys 23.385036958 |
552 | 2024-12-17T21:46:35.260Z | trap 0.143356312 |
553 | 2024-12-17T21:46:35.260Z | tflt 0.310939835 |
554 | 2024-12-17T21:46:35.260Z | dflt 0.241515721 |
555 | 2024-12-17T21:46:35.260Z | kflt 0.003288861 |
556 | 2024-12-17T21:46:35.260Z | lock 5:44.762618016 |
557 | 2024-12-17T21:46:35.260Z | slp 13:15.441069109 |
558 | 2024-12-17T21:46:35.260Z | lat 7.348031469 |
559 | 2024-12-17T21:46:35.260Z | stop 9.742018416 |
560 | 2024-12-17T21:46:35.260Z | + banner nextest |
561 | 2024-12-17T21:46:35.260Z | |
562 | 2024-12-17T21:46:35.260Z | # # ###### # # ##### ###### #### ##### |
563 | 2024-12-17T21:46:35.260Z | ## # # # # # # # # |
564 | 2024-12-17T21:46:35.261Z | # # # ##### ## # ##### #### # |
565 | 2024-12-17T21:46:35.261Z | # # # # ## # # # # |
566 | 2024-12-17T21:46:35.261Z | # ## # # # # # # # # |
567 | 2024-12-17T21:46:35.261Z | # # ###### # # # ###### #### # |
568 | 2024-12-17T21:46:35.261Z | |
569 | 2024-12-17T21:46:35.261Z | + ptime -m cargo build --package cargo-nextest |
570 | 2024-12-17T21:46:35.408Z | Downloading crates ... |
571 | 2024-12-17T21:46:35.535Z | Downloaded base64 v0.22.1 |
572 | 2024-12-17T21:46:35.543Z | Downloaded foreign-types-shared v0.1.1 |
573 | 2024-12-17T21:46:35.546Z | Downloaded foreign-types v0.3.2 |
574 | 2024-12-17T21:46:35.552Z | Downloaded http-body v1.0.1 |
575 | 2024-12-17T21:46:35.555Z | Downloaded want v0.3.1 |
576 | 2024-12-17T21:46:35.558Z | Downloaded openssl-probe v0.1.5 |
577 | 2024-12-17T21:46:35.564Z | Downloaded urlencoding v2.1.3 |
578 | 2024-12-17T21:46:35.567Z | Downloaded try-lock v0.2.5 |
579 | 2024-12-17T21:46:35.567Z | Downloaded tower-service v0.3.3 |
580 | 2024-12-17T21:46:35.567Z | Downloaded sync_wrapper v1.0.1 |
581 | 2024-12-17T21:46:35.570Z | Downloaded openssl-macros v0.1.1 |
582 | 2024-12-17T21:46:35.570Z | Downloaded mukti-metadata v0.3.0 |
583 | 2024-12-17T21:46:35.570Z | Downloaded idna_adapter v1.0.0 |
584 | 2024-12-17T21:46:35.573Z | Downloaded ed25519 v2.2.3 |
585 | 2024-12-17T21:46:35.575Z | Downloaded hex v0.4.3 |
586 | 2024-12-17T21:46:35.583Z | Downloaded http-body-util v0.1.2 |
587 | 2024-12-17T21:46:35.585Z | Downloaded adler2 v2.0.0 |
588 | 2024-12-17T21:46:35.588Z | Downloaded form_urlencoded v1.2.1 |
589 | 2024-12-17T21:46:35.588Z | Downloaded digest v0.10.7 |
590 | 2024-12-17T21:46:35.590Z | Downloaded cpufeatures v0.2.14 |
591 | 2024-12-17T21:46:35.590Z | Downloaded crypto-common v0.1.6 |
592 | 2024-12-17T21:46:35.593Z | Downloaded block-buffer v0.10.4 |
593 | 2024-12-17T21:46:35.593Z | Downloaded subtle v2.6.1 |
594 | 2024-12-17T21:46:35.595Z | Downloaded spki v0.7.3 |
595 | 2024-12-17T21:46:35.597Z | Downloaded curve25519-dalek-derive v0.1.1 |
596 | 2024-12-17T21:46:35.600Z | Downloaded rustc_version v0.4.1 |
597 | 2024-12-17T21:46:35.603Z | Downloaded percent-encoding v2.3.1 |
598 | 2024-12-17T21:46:35.606Z | Downloaded signature v2.2.0 |
599 | 2024-12-17T21:46:35.610Z | Downloaded serde_urlencoded v0.7.1 |
600 | 2024-12-17T21:46:35.610Z | Downloaded zipsign-api v0.1.2 |
601 | 2024-12-17T21:46:35.613Z | Downloaded tokio-native-tls v0.3.1 |
602 | 2024-12-17T21:46:35.617Z | Downloaded self-replace v1.5.0 |
603 | 2024-12-17T21:46:35.617Z | Downloaded quinn-udp v0.5.5 |
604 | 2024-12-17T21:46:35.619Z | Downloaded untrusted v0.9.0 |
605 | 2024-12-17T21:46:35.625Z | Downloaded generic-array v0.14.7 |
606 | 2024-12-17T21:46:35.628Z | Downloaded crc32fast v1.4.2 |
607 | 2024-12-17T21:46:35.628Z | Downloaded rustc-hash v2.0.0 |
608 | 2024-12-17T21:46:35.630Z | Downloaded hyper-tls v0.6.0 |
609 | 2024-12-17T21:46:35.633Z | Downloaded tokio-rustls v0.26.0 |
610 | 2024-12-17T21:46:35.637Z | Downloaded base64ct v1.6.0 |
611 | 2024-12-17T21:46:35.642Z | Downloaded rustls-pemfile v2.2.0 |
612 | 2024-12-17T21:46:35.645Z | Downloaded sha2 v0.10.8 |
613 | 2024-12-17T21:46:35.649Z | Downloaded ipnet v2.10.1 |
614 | 2024-12-17T21:46:35.652Z | Downloaded spin v0.9.8 |
615 | 2024-12-17T21:46:35.655Z | Downloaded pkcs8 v0.10.2 |
616 | 2024-12-17T21:46:35.659Z | Downloaded mime v0.3.17 |
617 | 2024-12-17T21:46:35.662Z | Downloaded hyper-rustls v0.27.3 |
618 | 2024-12-17T21:46:35.672Z | Downloaded utf8_iter v1.0.4 |
619 | 2024-12-17T21:46:35.672Z | Downloaded const-oid v0.9.6 |
620 | 2024-12-17T21:46:35.672Z | Downloaded native-tls v0.2.12 |
621 | 2024-12-17T21:46:35.672Z | Downloaded httparse v1.9.5 |
622 | 2024-12-17T21:46:35.680Z | Downloaded miniz_oxide v0.8.0 |
623 | 2024-12-17T21:46:35.684Z | Downloaded rustls-pki-types v1.10.0 |
624 | 2024-12-17T21:46:35.691Z | Downloaded typenum v1.17.0 |
625 | 2024-12-17T21:46:35.704Z | Downloaded self_update v0.41.0 |
626 | 2024-12-17T21:46:35.715Z | Downloaded url v2.5.4 |
627 | 2024-12-17T21:46:35.719Z | Downloaded quinn v0.11.5 |
628 | 2024-12-17T21:46:35.724Z | Downloaded openssl-sys v0.9.104 |
629 | 2024-12-17T21:46:35.728Z | Downloaded hyper-util v0.1.9 |
630 | 2024-12-17T21:46:35.733Z | Downloaded ed25519-dalek v2.1.1 |
631 | 2024-12-17T21:46:35.742Z | Downloaded http v1.2.0 |
632 | 2024-12-17T21:46:35.749Z | Downloaded der v0.7.9 |
633 | 2024-12-17T21:46:35.754Z | Downloaded flate2 v1.0.34 |
634 | 2024-12-17T21:46:35.767Z | Downloaded idna v1.0.3 |
635 | 2024-12-17T21:46:35.782Z | Downloaded hyper v1.5.0 |
636 | 2024-12-17T21:46:35.790Z | Downloaded quick-xml v0.23.1 |
637 | 2024-12-17T21:46:35.808Z | Downloaded reqwest v0.12.8 |
638 | 2024-12-17T21:46:35.816Z | Downloaded quinn-proto v0.11.8 |
639 | 2024-12-17T21:46:35.823Z | Downloaded rustls-webpki v0.102.8 |
640 | 2024-12-17T21:46:35.840Z | Downloaded vcpkg v0.2.15 |
641 | 2024-12-17T21:46:35.875Z | Downloaded webpki-roots v0.26.6 |
642 | 2024-12-17T21:46:35.887Z | Downloaded openssl v0.10.68 |
643 | 2024-12-17T21:46:35.896Z | Downloaded curve25519-dalek v4.1.3 |
644 | 2024-12-17T21:46:35.904Z | Downloaded rustls v0.23.19 |
645 | 2024-12-17T21:46:36.180Z | Downloaded ring v0.17.8 |
646 | 2024-12-17T21:46:36.282Z | Compiling smallvec v1.13.2 |
647 | 2024-12-17T21:46:36.285Z | Compiling socket2 v0.5.7 |
648 | 2024-12-17T21:46:36.344Z | Compiling futures-channel v0.3.31 |
649 | 2024-12-17T21:46:36.348Z | Compiling ring v0.17.8 |
650 | 2024-12-17T21:46:36.353Z | Compiling rustls-pki-types v1.10.0 |
651 | 2024-12-17T21:46:36.356Z | Compiling http v1.2.0 |
652 | 2024-12-17T21:46:36.363Z | Compiling untrusted v0.9.0 |
653 | 2024-12-17T21:46:36.366Z | Compiling httparse v1.9.5 |
654 | 2024-12-17T21:46:36.508Z | Compiling spin v0.9.8 |
655 | 2024-12-17T21:46:36.679Z | Compiling futures-util v0.3.31 |
656 | 2024-12-17T21:46:36.689Z | Compiling typenum v1.17.0 |
657 | 2024-12-17T21:46:36.698Z | Compiling generic-array v0.14.7 |
658 | 2024-12-17T21:46:37.007Z | Compiling tokio v1.42.0 |
659 | 2024-12-17T21:46:37.108Z | Compiling rustls v0.23.19 |
660 | 2024-12-17T21:46:37.239Z | Compiling try-lock v0.2.5 |
661 | 2024-12-17T21:46:37.350Z | Compiling want v0.3.1 |
662 | 2024-12-17T21:46:37.486Z | Compiling cfg-expr v0.17.2 |
663 | 2024-12-17T21:46:37.612Z | Compiling subtle v2.6.1 |
664 | 2024-12-17T21:46:37.777Z | Compiling http-body v1.0.1 |
665 | 2024-12-17T21:46:37.972Z | Compiling percent-encoding v2.3.1 |
666 | 2024-12-17T21:46:38.007Z | Compiling utf8_iter v1.0.4 |
667 | 2024-12-17T21:46:38.202Z | Compiling form_urlencoded v1.2.1 |
668 | 2024-12-17T21:46:38.257Z | Compiling tower-service v0.3.3 |
669 | 2024-12-17T21:46:38.361Z | Compiling target-spec v3.2.2 |
670 | 2024-12-17T21:46:38.485Z | Compiling idna_adapter v1.0.0 |
671 | 2024-12-17T21:46:38.515Z | Compiling webpki-roots v0.26.6 |
672 | 2024-12-17T21:46:38.600Z | Compiling idna v1.0.3 |
673 | 2024-12-17T21:46:38.714Z | Compiling adler2 v2.0.0 |
674 | 2024-12-17T21:46:38.770Z | Compiling parking_lot_core v0.9.10 |
675 | 2024-12-17T21:46:38.890Z | Compiling miniz_oxide v0.8.0 |
676 | 2024-12-17T21:46:39.339Z | Compiling url v2.5.4 |
677 | 2024-12-17T21:46:39.912Z | Compiling crypto-common v0.1.6 |
678 | 2024-12-17T21:46:40.069Z | Compiling block-buffer v0.10.4 |
679 | 2024-12-17T21:46:40.204Z | Compiling serde_urlencoded v0.7.1 |
680 | 2024-12-17T21:46:40.253Z | Compiling rustls-pemfile v2.2.0 |
681 | 2024-12-17T21:46:40.335Z | Compiling sync_wrapper v1.0.1 |
682 | 2024-12-17T21:46:40.443Z | Compiling crc32fast v1.4.2 |
683 | 2024-12-17T21:46:40.540Z | Compiling mime v0.3.17 |
684 | 2024-12-17T21:46:40.648Z | Compiling self_update v0.41.0 |
685 | 2024-12-17T21:46:40.672Z | Compiling ipnet v2.10.1 |
686 | 2024-12-17T21:46:40.784Z | Compiling base64 v0.22.1 |
687 | 2024-12-17T21:46:41.010Z | Compiling guppy v0.17.10 |
688 | 2024-12-17T21:46:41.088Z | Compiling flate2 v1.0.34 |
689 | 2024-12-17T21:46:41.251Z | Compiling digest v0.10.7 |
690 | 2024-12-17T21:46:41.477Z | Compiling futures-executor v0.3.31 |
691 | 2024-12-17T21:46:41.558Z | Compiling http-body-util v0.1.2 |
692 | 2024-12-17T21:46:41.827Z | Compiling futures v0.3.31 |
693 | 2024-12-17T21:46:41.837Z | Compiling parking_lot v0.12.3 |
694 | 2024-12-17T21:46:41.922Z | Compiling self-replace v1.5.0 |
695 | 2024-12-17T21:46:41.930Z | Compiling quick-xml v0.23.1 |
696 | 2024-12-17T21:46:41.973Z | Compiling cpufeatures v0.2.14 |
697 | 2024-12-17T21:46:42.000Z | Compiling urlencoding v2.1.3 |
698 | 2024-12-17T21:46:42.052Z | Compiling sha2 v0.10.8 |
699 | 2024-12-17T21:46:42.155Z | Compiling crossterm v0.28.1 |
700 | 2024-12-17T21:46:42.297Z | Compiling future-queue v0.3.0 |
701 | 2024-12-17T21:46:42.647Z | Compiling target-spec-miette v0.4.0 |
702 | 2024-12-17T21:46:42.684Z | Compiling mukti-metadata v0.3.0 |
703 | 2024-12-17T21:46:42.877Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
704 | 2024-12-17T21:46:42.970Z | Compiling hex v0.4.3 |
705 | 2024-12-17T21:46:44.137Z | Compiling rustls-webpki v0.102.8 |
706 | 2024-12-17T21:46:45.730Z | Compiling hyper v1.5.0 |
707 | 2024-12-17T21:46:45.732Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
708 | 2024-12-17T21:46:45.732Z | Compiling tokio-stream v0.1.17 |
709 | 2024-12-17T21:46:45.732Z | Compiling async-scoped v0.9.0 |
710 | 2024-12-17T21:46:46.865Z | Compiling hyper-util v0.1.9 |
711 | 2024-12-17T21:46:47.840Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
712 | 2024-12-17T21:46:48.867Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
713 | 2024-12-17T21:46:49.544Z | Compiling tokio-rustls v0.26.0 |
714 | 2024-12-17T21:46:49.818Z | Compiling hyper-rustls v0.27.3 |
715 | 2024-12-17T21:46:50.069Z | Compiling reqwest v0.12.8 |
716 | 2024-12-17T21:46:52.464Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
717 | 2024-12-17T21:47:19.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s |
718 | 2024-12-17T21:47:19.120Z | |
719 | 2024-12-17T21:47:19.122Z | real 43.843227123 |
720 | 2024-12-17T21:47:19.122Z | user 2:35.280172127 |
721 | 2024-12-17T21:47:19.122Z | sys 15.200568580 |
722 | 2024-12-17T21:47:19.122Z | trap 0.074526655 |
723 | 2024-12-17T21:47:19.122Z | tflt 0.190237052 |
724 | 2024-12-17T21:47:19.122Z | dflt 0.321111746 |
725 | 2024-12-17T21:47:19.122Z | kflt 0.000005409 |
726 | 2024-12-17T21:47:19.122Z | lock 3:27.303843249 |
727 | 2024-12-17T21:47:19.123Z | slp 6:48.364008448 |
728 | 2024-12-17T21:47:19.123Z | lat 3.972849223 |
729 | 2024-12-17T21:47:19.123Z | stop 5.459909965 |
730 | 2024-12-17T21:47:19.123Z | + banner all targets |
731 | 2024-12-17T21:47:19.123Z | |
732 | 2024-12-17T21:47:19.123Z | ## # # |
733 | 2024-12-17T21:47:19.123Z | # # # # |
734 | 2024-12-17T21:47:19.123Z | # # # # |
735 | 2024-12-17T21:47:19.123Z | ###### # # |
736 | 2024-12-17T21:47:19.123Z | # # # # |
737 | 2024-12-17T21:47:19.123Z | # # ###### ###### |
738 | 2024-12-17T21:47:19.123Z | |
739 | 2024-12-17T21:47:19.123Z | |
740 | 2024-12-17T21:47:19.123Z | ##### ## ##### #### ###### ##### #### |
741 | 2024-12-17T21:47:19.123Z | # # # # # # # # # # |
742 | 2024-12-17T21:47:19.123Z | # # # # # # ##### # #### |
743 | 2024-12-17T21:47:19.123Z | # ###### ##### # ### # # # |
744 | 2024-12-17T21:47:19.123Z | # # # # # # # # # # # |
745 | 2024-12-17T21:47:19.123Z | # # # # # #### ###### # #### |
746 | 2024-12-17T21:47:19.123Z | |
747 | 2024-12-17T21:47:19.126Z | + ptime -m cargo build --all-targets |
748 | 2024-12-17T21:47:19.281Z | Downloading crates ... |
749 | 2024-12-17T21:47:19.452Z | Downloaded bit-set v0.5.3 |
750 | 2024-12-17T21:47:19.455Z | Downloaded cp_r v0.5.2 |
751 | 2024-12-17T21:47:19.459Z | Downloaded bit-vec v0.6.3 |
752 | 2024-12-17T21:47:19.461Z | Downloaded libtest-mimic v0.8.1 |
753 | 2024-12-17T21:47:19.469Z | Downloaded test-case-macros v3.3.1 |
754 | 2024-12-17T21:47:19.471Z | Downloaded escape8259 v0.5.3 |
755 | 2024-12-17T21:47:19.475Z | Downloaded wait-timeout v0.2.0 |
756 | 2024-12-17T21:47:19.477Z | Downloaded rusty-fork v0.3.0 |
757 | 2024-12-17T21:47:19.480Z | Downloaded structmeta-derive v0.3.0 |
758 | 2024-12-17T21:47:19.480Z | Downloaded linked-hash-map v0.5.6 |
759 | 2024-12-17T21:47:19.480Z | Downloaded fs-err v3.0.0 |
760 | 2024-12-17T21:47:19.483Z | Downloaded unarray v0.1.4 |
761 | 2024-12-17T21:47:19.485Z | Downloaded test-case-core v3.3.1 |
762 | 2024-12-17T21:47:19.485Z | Downloaded test-case v3.3.1 |
763 | 2024-12-17T21:47:19.488Z | Downloaded structmeta v0.3.0 |
764 | 2024-12-17T21:47:19.488Z | Downloaded rand_xorshift v0.3.0 |
765 | 2024-12-17T21:47:19.488Z | Downloaded quick-error v1.2.3 |
766 | 2024-12-17T21:47:19.490Z | Downloaded maplit v1.0.2 |
767 | 2024-12-17T21:47:19.490Z | Downloaded indoc v2.0.5 |
768 | 2024-12-17T21:47:19.497Z | Downloaded whoami v1.5.2 |
769 | 2024-12-17T21:47:19.500Z | Downloaded test-strategy v0.4.0 |
770 | 2024-12-17T21:47:19.503Z | Downloaded yansi v1.0.1 |
771 | 2024-12-17T21:47:19.505Z | Downloaded pretty_assertions v1.4.1 |
772 | 2024-12-17T21:47:19.507Z | Downloaded insta v1.41.1 |
773 | 2024-12-17T21:47:19.515Z | Downloaded diff v0.1.13 |
774 | 2024-12-17T21:47:19.518Z | Downloaded similar v2.6.0 |
775 | 2024-12-17T21:47:19.522Z | Downloaded proptest v1.5.0 |
776 | 2024-12-17T21:47:19.575Z | Compiling fs-err v3.0.0 |
777 | 2024-12-17T21:47:19.578Z | Compiling maplit v1.0.2 |
778 | 2024-12-17T21:47:19.578Z | Compiling test-case-core v3.3.1 |
779 | 2024-12-17T21:47:19.578Z | Compiling similar v2.6.0 |
780 | 2024-12-17T21:47:19.578Z | Compiling linked-hash-map v0.5.6 |
781 | 2024-12-17T21:47:19.578Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-12-17T21:47:19.578Z | Compiling wait-timeout v0.2.0 |
783 | 2024-12-17T21:47:19.632Z | Compiling quick-error v1.2.3 |
784 | 2024-12-17T21:47:19.699Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
785 | 2024-12-17T21:47:19.750Z | Compiling bit-vec v0.6.3 |
786 | 2024-12-17T21:47:19.903Z | Compiling whoami v1.5.2 |
787 | 2024-12-17T21:47:20.100Z | Compiling bit-set v0.5.3 |
788 | 2024-12-17T21:47:20.194Z | Compiling rusty-fork v0.3.0 |
789 | 2024-12-17T21:47:20.340Z | Compiling rand_xorshift v0.3.0 |
790 | 2024-12-17T21:47:20.437Z | Compiling unarray v0.1.4 |
791 | 2024-12-17T21:47:20.497Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
792 | 2024-12-17T21:47:20.549Z | Compiling proptest v1.5.0 |
793 | 2024-12-17T21:47:20.554Z | Compiling escape8259 v0.5.3 |
794 | 2024-12-17T21:47:20.617Z | Compiling cp_r v0.5.2 |
795 | 2024-12-17T21:47:20.977Z | Compiling insta v1.41.1 |
796 | 2024-12-17T21:47:21.005Z | Compiling libtest-mimic v0.8.1 |
797 | 2024-12-17T21:47:21.061Z | Compiling diff v0.1.13 |
798 | 2024-12-17T21:47:21.419Z | Compiling test-case-macros v3.3.1 |
799 | 2024-12-17T21:47:21.669Z | Compiling yansi v1.0.1 |
800 | 2024-12-17T21:47:22.178Z | Compiling pretty_assertions v1.4.1 |
801 | 2024-12-17T21:47:22.187Z | Compiling structmeta v0.3.0 |
802 | 2024-12-17T21:47:22.326Z | Compiling indoc v2.0.5 |
803 | 2024-12-17T21:47:22.526Z | Compiling test-strategy v0.4.0 |
804 | 2024-12-17T21:47:22.537Z | Compiling test-case v3.3.1 |
805 | 2024-12-17T21:47:22.628Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
806 | 2024-12-17T21:47:24.719Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
807 | 2024-12-17T21:47:25.606Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
808 | 2024-12-17T21:47:25.654Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
809 | 2024-12-17T21:47:28.529Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
810 | 2024-12-17T21:48:05.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.29s |
811 | 2024-12-17T21:48:05.545Z | |
812 | 2024-12-17T21:48:05.548Z | real 46.404820521 |
813 | 2024-12-17T21:48:05.548Z | user 3:29.601622954 |
814 | 2024-12-17T21:48:05.548Z | sys 24.322252586 |
815 | 2024-12-17T21:48:05.548Z | trap 0.125449381 |
816 | 2024-12-17T21:48:05.548Z | tflt 0.058629394 |
817 | 2024-12-17T21:48:05.548Z | dflt 0.126133116 |
818 | 2024-12-17T21:48:05.548Z | kflt 0.000011709 |
819 | 2024-12-17T21:48:05.548Z | lock 5:47.652657428 |
820 | 2024-12-17T21:48:05.549Z | slp 13:23.232842416 |
821 | 2024-12-17T21:48:05.549Z | lat 6.806768712 |
822 | 2024-12-17T21:48:05.549Z | stop 8.647878844 |
823 | 2024-12-17T21:48:05.549Z | + banner all features |
824 | 2024-12-17T21:48:05.549Z | |
825 | 2024-12-17T21:48:05.549Z | ## # # |
826 | 2024-12-17T21:48:05.549Z | # # # # |
827 | 2024-12-17T21:48:05.549Z | # # # # |
828 | 2024-12-17T21:48:05.549Z | ###### # # |
829 | 2024-12-17T21:48:05.549Z | # # # # |
830 | 2024-12-17T21:48:05.549Z | # # ###### ###### |
831 | 2024-12-17T21:48:05.549Z | |
832 | 2024-12-17T21:48:05.549Z | |
833 | 2024-12-17T21:48:05.549Z | ###### ###### ## ##### # # ##### ###### #### |
834 | 2024-12-17T21:48:05.549Z | # # # # # # # # # # # |
835 | 2024-12-17T21:48:05.549Z | ##### ##### # # # # # # # ##### #### |
836 | 2024-12-17T21:48:05.549Z | # # ###### # # # ##### # # |
837 | 2024-12-17T21:48:05.549Z | # # # # # # # # # # # # |
838 | 2024-12-17T21:48:05.550Z | # ###### # # # #### # # ###### #### |
839 | 2024-12-17T21:48:05.550Z | |
840 | 2024-12-17T21:48:05.550Z | + ptime -m cargo build --all-features |
841 | 2024-12-17T21:48:05.718Z | Downloading crates ... |
842 | 2024-12-17T21:48:05.904Z | Downloaded async-trait v0.1.83 |
843 | 2024-12-17T21:48:05.912Z | Downloaded tower-layer v0.3.3 |
844 | 2024-12-17T21:48:05.915Z | Downloaded async-stream-impl v0.3.6 |
845 | 2024-12-17T21:48:05.923Z | Downloaded sync_wrapper v0.1.2 |
846 | 2024-12-17T21:48:05.926Z | Downloaded matchers v0.1.0 |
847 | 2024-12-17T21:48:05.929Z | Downloaded httpdate v1.0.3 |
848 | 2024-12-17T21:48:05.935Z | Downloaded hyper-timeout v0.5.1 |
849 | 2024-12-17T21:48:05.938Z | Downloaded async-stream v0.3.6 |
850 | 2024-12-17T21:48:05.942Z | Downloaded prost-derive v0.13.3 |
851 | 2024-12-17T21:48:05.946Z | Downloaded atomic-waker v1.1.2 |
852 | 2024-12-17T21:48:05.949Z | Downloaded rustversion v1.0.18 |
853 | 2024-12-17T21:48:05.952Z | Downloaded prost v0.13.3 |
854 | 2024-12-17T21:48:05.952Z | Downloaded console-api v0.8.1 |
855 | 2024-12-17T21:48:05.955Z | Downloaded matchit v0.7.3 |
856 | 2024-12-17T21:48:05.957Z | Downloaded crossbeam-utils v0.8.20 |
857 | 2024-12-17T21:48:05.960Z | Downloaded axum-core v0.4.5 |
858 | 2024-12-17T21:48:05.962Z | Downloaded indexmap v1.9.3 |
859 | 2024-12-17T21:48:05.966Z | Downloaded anyhow v1.0.91 |
860 | 2024-12-17T21:48:05.973Z | Downloaded prost-types v0.13.3 |
861 | 2024-12-17T21:48:05.984Z | Downloaded axum v0.7.7 |
862 | 2024-12-17T21:48:05.997Z | Downloaded crossbeam-channel v0.5.13 |
863 | 2024-12-17T21:48:06.004Z | Downloaded hashbrown v0.12.3 |
864 | 2024-12-17T21:48:06.007Z | Downloaded tower v0.5.1 |
865 | 2024-12-17T21:48:06.016Z | Downloaded tokio-util v0.7.12 |
866 | 2024-12-17T21:48:06.022Z | Downloaded console-subscriber v0.4.1 |
867 | 2024-12-17T21:48:06.027Z | Downloaded regex-automata v0.1.10 |
868 | 2024-12-17T21:48:06.032Z | Downloaded h2 v0.4.6 |
869 | 2024-12-17T21:48:06.039Z | Downloaded hdrhistogram v7.5.4 |
870 | 2024-12-17T21:48:06.045Z | Downloaded tonic v0.12.3 |
871 | 2024-12-17T21:48:06.051Z | Downloaded regex-syntax v0.6.29 |
872 | 2024-12-17T21:48:06.057Z | Downloaded tower v0.4.13 |
873 | 2024-12-17T21:48:06.113Z | Compiling futures-sink v0.3.31 |
874 | 2024-12-17T21:48:06.115Z | Compiling byteorder v1.5.0 |
875 | 2024-12-17T21:48:06.172Z | Compiling num-traits v0.2.19 |
876 | 2024-12-17T21:48:06.174Z | Compiling regex-syntax v0.6.29 |
877 | 2024-12-17T21:48:06.183Z | Compiling atomic-waker v1.1.2 |
878 | 2024-12-17T21:48:06.189Z | Compiling httpdate v1.0.3 |
879 | 2024-12-17T21:48:06.197Z | Compiling anyhow v1.0.91 |
880 | 2024-12-17T21:48:06.206Z | Compiling rustversion v1.0.18 |
881 | 2024-12-17T21:48:06.269Z | Compiling futures-channel v0.3.31 |
882 | 2024-12-17T21:48:06.342Z | Compiling tokio-util v0.7.12 |
883 | 2024-12-17T21:48:06.572Z | Compiling zerocopy v0.7.35 |
884 | 2024-12-17T21:48:06.600Z | Compiling futures-util v0.3.31 |
885 | 2024-12-17T21:48:06.641Z | Compiling either v1.13.0 |
886 | 2024-12-17T21:48:06.827Z | Compiling tower-layer v0.3.3 |
887 | 2024-12-17T21:48:06.988Z | Compiling itertools v0.13.0 |
888 | 2024-12-17T21:48:07.132Z | Compiling h2 v0.4.6 |
889 | 2024-12-17T21:48:07.634Z | Compiling indexmap v1.9.3 |
890 | 2024-12-17T21:48:07.843Z | Compiling ppv-lite86 v0.2.20 |
891 | 2024-12-17T21:48:08.181Z | Compiling async-trait v0.1.83 |
892 | 2024-12-17T21:48:08.420Z | Compiling sync_wrapper v0.1.2 |
893 | 2024-12-17T21:48:08.537Z | Compiling rand_chacha v0.3.1 |
894 | 2024-12-17T21:48:08.560Z | Compiling hashbrown v0.12.3 |
895 | 2024-12-17T21:48:08.863Z | Compiling rand v0.8.5 |
896 | 2024-12-17T21:48:09.609Z | Compiling regex-automata v0.1.10 |
897 | 2024-12-17T21:48:09.780Z | Compiling prost-derive v0.13.3 |
898 | 2024-12-17T21:48:10.364Z | Compiling async-stream-impl v0.3.6 |
899 | 2024-12-17T21:48:10.388Z | Compiling crossbeam-utils v0.8.20 |
900 | 2024-12-17T21:48:10.431Z | Compiling matchit v0.7.3 |
901 | 2024-12-17T21:48:10.948Z | Compiling matchers v0.1.0 |
902 | 2024-12-17T21:48:11.102Z | Compiling ahash v0.8.11 |
903 | 2024-12-17T21:48:11.163Z | Compiling tracing-subscriber v0.3.19 |
904 | 2024-12-17T21:48:11.609Z | Compiling http-body-util v0.1.2 |
905 | 2024-12-17T21:48:11.657Z | Compiling tower v0.5.1 |
906 | 2024-12-17T21:48:11.697Z | Compiling hyper v1.5.0 |
907 | 2024-12-17T21:48:12.041Z | Compiling axum-core v0.4.5 |
908 | 2024-12-17T21:48:12.119Z | Compiling async-stream v0.3.6 |
909 | 2024-12-17T21:48:12.374Z | Compiling tower v0.4.13 |
910 | 2024-12-17T21:48:12.395Z | Compiling tokio-stream v0.1.17 |
911 | 2024-12-17T21:48:12.583Z | Compiling guppy v0.17.10 |
912 | 2024-12-17T21:48:13.291Z | Compiling proptest v1.5.0 |
913 | 2024-12-17T21:48:13.385Z | Compiling prost v0.13.3 |
914 | 2024-12-17T21:48:14.154Z | Compiling hyper-util v0.1.9 |
915 | 2024-12-17T21:48:14.215Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
916 | 2024-12-17T21:48:14.307Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
917 | 2024-12-17T21:48:14.644Z | Compiling prost-types v0.13.3 |
918 | 2024-12-17T21:48:15.857Z | Compiling axum v0.7.7 |
919 | 2024-12-17T21:48:16.117Z | Compiling hyper-timeout v0.5.1 |
920 | 2024-12-17T21:48:16.427Z | Compiling hyper-rustls v0.27.3 |
921 | 2024-12-17T21:48:16.447Z | Compiling futures-executor v0.3.31 |
922 | 2024-12-17T21:48:16.977Z | Compiling base64 v0.21.7 |
923 | 2024-12-17T21:48:16.998Z | Compiling chrono v0.4.39 |
924 | 2024-12-17T21:48:17.673Z | Compiling crossbeam-channel v0.5.13 |
925 | 2024-12-17T21:48:17.796Z | Compiling hdrhistogram v7.5.4 |
926 | 2024-12-17T21:48:18.114Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
927 | 2024-12-17T21:48:18.715Z | Compiling reqwest v0.12.8 |
928 | 2024-12-17T21:48:18.900Z | Compiling futures v0.3.31 |
929 | 2024-12-17T21:48:19.005Z | Compiling quick-junit v0.5.1 |
930 | 2024-12-17T21:48:19.163Z | Compiling async-scoped v0.9.0 |
931 | 2024-12-17T21:48:19.430Z | Compiling tracing-error v0.2.0 |
932 | 2024-12-17T21:48:19.779Z | Compiling future-queue v0.3.0 |
933 | 2024-12-17T21:48:19.830Z | Compiling color-spantrace v0.2.1 |
934 | 2024-12-17T21:48:20.115Z | Compiling cargo-nextest v0.9.86 (/work/nextest-rs/nextest/cargo-nextest) |
935 | 2024-12-17T21:48:20.317Z | Compiling color-eyre v0.6.3 |
936 | 2024-12-17T21:48:20.496Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
937 | 2024-12-17T21:48:21.190Z | Compiling self_update v0.41.0 |
938 | 2024-12-17T21:48:21.974Z | Compiling tonic v0.12.3 |
939 | 2024-12-17T21:48:24.549Z | Compiling console-api v0.8.1 |
940 | 2024-12-17T21:48:25.539Z | Compiling console-subscriber v0.4.1 |
941 | 2024-12-17T21:48:27.218Z | Compiling nextest-runner v0.69.0 (/work/nextest-rs/nextest/nextest-runner) |
942 | 2024-12-17T21:48:38.240Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
943 | 2024-12-17T21:48:58.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.26s |
944 | 2024-12-17T21:48:58.946Z | |
945 | 2024-12-17T21:48:58.946Z | real 53.377983677 |
946 | 2024-12-17T21:48:58.946Z | user 3:43.304333831 |
947 | 2024-12-17T21:48:58.946Z | sys 23.271709660 |
948 | 2024-12-17T21:48:58.946Z | trap 0.122745274 |
949 | 2024-12-17T21:48:58.949Z | tflt 0.072350689 |
950 | 2024-12-17T21:48:58.949Z | dflt 0.164310756 |
951 | 2024-12-17T21:48:58.949Z | kflt 0.000012560 |
952 | 2024-12-17T21:48:58.949Z | lock 6:09.634617672 |
953 | 2024-12-17T21:48:58.949Z | slp 12:40.313180332 |
954 | 2024-12-17T21:48:58.949Z | lat 6.491603980 |
955 | 2024-12-17T21:48:58.949Z | stop 7.432573558 |
956 | 2024-12-17T21:48:58.949Z | + banner doctests |
957 | 2024-12-17T21:48:58.949Z | |
958 | 2024-12-17T21:48:58.949Z | ##### #### #### ##### ###### #### ##### #### |
959 | 2024-12-17T21:48:58.949Z | # # # # # # # # # # # |
960 | 2024-12-17T21:48:58.949Z | # # # # # # ##### #### # #### |
961 | 2024-12-17T21:48:58.949Z | # # # # # # # # # # |
962 | 2024-12-17T21:48:58.949Z | # # # # # # # # # # # # # |
963 | 2024-12-17T21:48:58.949Z | ##### #### #### # ###### #### # #### |
964 | 2024-12-17T21:48:58.949Z | |
965 | 2024-12-17T21:48:58.952Z | + ptime -m cargo test --doc |
966 | 2024-12-17T21:48:59.238Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
967 | 2024-12-17T21:48:59.256Z | Doc-tests cargo_nextest |
968 | 2024-12-17T21:48:59.685Z | |
969 | 2024-12-17T21:48:59.685Z | running 0 tests |
970 | 2024-12-17T21:48:59.685Z | |
971 | 2024-12-17T21:48:59.693Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
972 | 2024-12-17T21:48:59.693Z | |
973 | 2024-12-17T21:48:59.703Z | Doc-tests fixture_data |
974 | 2024-12-17T21:48:59.758Z | |
975 | 2024-12-17T21:48:59.758Z | running 0 tests |
976 | 2024-12-17T21:48:59.759Z | |
977 | 2024-12-17T21:48:59.759Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
978 | 2024-12-17T21:48:59.759Z | |
979 | 2024-12-17T21:48:59.765Z | Doc-tests integration_tests |
980 | 2024-12-17T21:48:59.830Z | |
981 | 2024-12-17T21:48:59.830Z | running 0 tests |
982 | 2024-12-17T21:48:59.830Z | |
983 | 2024-12-17T21:48:59.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
984 | 2024-12-17T21:48:59.830Z | |
985 | 2024-12-17T21:48:59.837Z | Doc-tests nextest_filtering |
986 | 2024-12-17T21:48:59.954Z | |
987 | 2024-12-17T21:48:59.954Z | running 0 tests |
988 | 2024-12-17T21:48:59.954Z | |
989 | 2024-12-17T21:48:59.954Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
990 | 2024-12-17T21:48:59.954Z | |
991 | 2024-12-17T21:48:59.963Z | Doc-tests nextest_metadata |
992 | 2024-12-17T21:49:00.098Z | |
993 | 2024-12-17T21:49:00.098Z | running 2 tests |
994 | 2024-12-17T21:49:00.656Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
995 | 2024-12-17T21:49:03.452Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
996 | 2024-12-17T21:49:03.452Z | |
997 | 2024-12-17T21:49:03.454Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.35s |
998 | 2024-12-17T21:49:03.454Z | |
999 | 2024-12-17T21:49:03.464Z | Doc-tests nextest_runner |
1000 | 2024-12-17T21:49:04.224Z | |
1001 | 2024-12-17T21:49:04.225Z | running 0 tests |
1002 | 2024-12-17T21:49:04.225Z | |
1003 | 2024-12-17T21:49:04.225Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1004 | 2024-12-17T21:49:04.225Z | |
1005 | 2024-12-17T21:49:04.250Z | Doc-tests nextest_workspace_hack |
1006 | 2024-12-17T21:49:04.291Z | |
1007 | 2024-12-17T21:49:04.291Z | running 0 tests |
1008 | 2024-12-17T21:49:04.291Z | |
1009 | 2024-12-17T21:49:04.291Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1010 | 2024-12-17T21:49:04.291Z | |
1011 | 2024-12-17T21:49:04.312Z | |
1012 | 2024-12-17T21:49:04.315Z | real 5.347998445 |
1013 | 2024-12-17T21:49:04.315Z | user 5.332278619 |
1014 | 2024-12-17T21:49:04.315Z | sys 1.596663534 |
1015 | 2024-12-17T21:49:04.315Z | trap 0.003688531 |
1016 | 2024-12-17T21:49:04.316Z | tflt 0.013773388 |
1017 | 2024-12-17T21:49:04.316Z | dflt 0.006245088 |
1018 | 2024-12-17T21:49:04.316Z | kflt 0.000012360 |
1019 | 2024-12-17T21:49:04.316Z | lock 9.282270564 |
1020 | 2024-12-17T21:49:04.316Z | slp 29.805632764 |
1021 | 2024-12-17T21:49:04.316Z | lat 0.046239339 |
1022 | 2024-12-17T21:49:04.316Z | stop 0.441307513 |
1023 | 2024-12-17T21:49:04.316Z | + banner local-nt |
1024 | 2024-12-17T21:49:04.316Z | |
1025 | 2024-12-17T21:49:04.316Z | # #### #### ## # # # ##### |
1026 | 2024-12-17T21:49:04.316Z | # # # # # # # # ## # # |
1027 | 2024-12-17T21:49:04.316Z | # # # # # # # ##### # # # # |
1028 | 2024-12-17T21:49:04.316Z | # # # # ###### # # # # # |
1029 | 2024-12-17T21:49:04.316Z | # # # # # # # # # ## # |
1030 | 2024-12-17T21:49:04.316Z | ###### #### #### # # ###### # # # |
1031 | 2024-12-17T21:49:04.316Z | |
1032 | 2024-12-17T21:49:04.317Z | + ptime -m cargo local-nt run --profile ci |
1033 | 2024-12-17T21:49:04.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s |
1034 | 2024-12-17T21:49:04.603Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1035 | 2024-12-17T21:49:05.050Z | info: experimental features enabled: setup-scripts |
1036 | 2024-12-17T21:49:05.314Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
1037 | 2024-12-17T21:49:05.468Z | ──────────── |
1038 | 2024-12-17T21:49:05.468Z | Nextest run ID ded1b47c-6daa-4bdf-9584-92b5be4010cf with nextest profile: ci |
1039 | 2024-12-17T21:49:05.468Z | Starting 288 tests across 15 binaries (1 test skipped) |
1040 | 2024-12-17T21:49:05.473Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1041 | 2024-12-17T21:49:05.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s |
1042 | 2024-12-17T21:49:05.772Z | Running `target/debug/build-seed-archive` |
1043 | 2024-12-17T21:49:05.794Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-81544b5e5865bb78536eed78d4d53dd724f5ea41d706fe771093bd33e3f63474.tar.zst, building |
1044 | 2024-12-17T21:49:07.974Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-81544b5e5865bb78536eed78d4d53dd724f5ea41d706fe771093bd33e3f63474.tar.zst |
1045 | 2024-12-17T21:49:07.977Z | SETUP PASS [ 2.509s] build-seed-archive: cargo run --bin build-seed-archive |
1046 | 2024-12-17T21:49:08.001Z | PASS [ 0.022s] integration-tests::custom-harness thread_count::test_multi_threaded |
1047 | 2024-12-17T21:49:08.003Z | PASS [ 0.022s] integration-tests::custom-harness thread_count::test_single_threaded |
1048 | 2024-12-17T21:49:08.027Z | PASS [ 0.049s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1049 | 2024-12-17T21:49:08.197Z | PASS [ 0.219s] cargo-nextest dispatch::tests::test_argument_parsing |
1050 | 2024-12-17T21:49:09.561Z | PASS [ 1.583s] integration-tests::integration test_list_binaries_only |
1051 | 2024-12-17T21:49:09.669Z | PASS [ 1.664s] integration-tests::integration test_list_host_after_build |
1052 | 2024-12-17T21:49:09.882Z | PASS [ 1.877s] integration-tests::integration test_list_target_after_build |
1053 | 2024-12-17T21:49:09.936Z | PASS [ 1.957s] integration-tests::integration test_list_full |
1054 | 2024-12-17T21:49:09.995Z | PASS [ 2.016s] integration-tests::integration test_list_full_after_build |
1055 | 2024-12-17T21:49:10.043Z | PASS [ 2.064s] integration-tests::integration test_list_default |
1056 | 2024-12-17T21:49:11.553Z | PASS [ 1.616s] integration-tests::integration test_run_from_archive_with_missing_includes |
1057 | 2024-12-17T21:49:12.795Z | PASS [ 2.751s] integration-tests::integration test_run_no_tests |
1058 | 2024-12-17T21:49:13.148Z | PASS [ 3.479s] integration-tests::integration test_run_after_build |
1059 | 2024-12-17T21:49:14.061Z | PASS [ 5.863s] integration-tests::integration test_relocated_run |
1060 | 2024-12-17T21:49:14.287Z | PASS [ 6.258s] integration-tests::integration test_list_with_default_filter |
1061 | 2024-12-17T21:49:14.436Z | PASS [ 1.640s] integration-tests::integration test_setup_script_error |
1062 | 2024-12-17T21:49:14.575Z | PASS [ 1.424s] integration-tests::integration test_setup_scripts_not_enabled |
1063 | 2024-12-17T21:49:14.579Z | PASS [ 3.023s] integration-tests::integration test_run_with_default_filter |
1064 | 2024-12-17T21:49:14.630Z | PASS [ 0.051s] integration-tests::integration test_version_info |
1065 | 2024-12-17T21:49:14.984Z | PASS [ 0.350s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1066 | 2024-12-17T21:49:15.002Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error |
1067 | 2024-12-17T21:49:15.021Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof |
1068 | 2024-12-17T21:49:15.038Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_expected_expr |
1069 | 2024-12-17T21:49:15.055Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_and_operator |
1070 | 2024-12-17T21:49:15.070Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_escapes |
1071 | 2024-12-17T21:49:15.085Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_glob |
1072 | 2024-12-17T21:49:15.100Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_or_operator |
1073 | 2024-12-17T21:49:15.120Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform |
1074 | 2024-12-17T21:49:15.140Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_regex |
1075 | 2024-12-17T21:49:15.159Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_argument |
1076 | 2024-12-17T21:49:15.179Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1077 | 2024-12-17T21:49:15.201Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_regex |
1078 | 2024-12-17T21:49:15.219Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1079 | 2024-12-17T21:49:15.240Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_parentheses |
1080 | 2024-12-17T21:49:15.256Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_comma |
1081 | 2024-12-17T21:49:15.275Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_difference |
1082 | 2024-12-17T21:49:15.295Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1083 | 2024-12-17T21:49:15.315Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_not |
1084 | 2024-12-17T21:49:15.335Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1085 | 2024-12-17T21:49:15.357Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_set |
1086 | 2024-12-17T21:49:15.378Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_union |
1087 | 2024-12-17T21:49:15.404Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1088 | 2024-12-17T21:49:15.434Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher |
1089 | 2024-12-17T21:49:15.463Z | PASS [ 0.030s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1090 | 2024-12-17T21:49:15.513Z | PASS [ 0.049s] nextest-filtering parsing::tests::test_parse_regex |
1091 | 2024-12-17T21:49:15.543Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_set_def |
1092 | 2024-12-17T21:49:15.564Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument |
1093 | 2024-12-17T21:49:15.587Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_unexpected_comma |
1094 | 2024-12-17T21:49:15.666Z | PASS [ 1.378s] integration-tests::integration test_show_config_version |
1095 | 2024-12-17T21:49:15.690Z | PASS [ 0.023s] nextest-filtering::match test_binary_query |
1096 | 2024-12-17T21:49:15.714Z | PASS [ 0.023s] nextest-filtering::match test_expr_binary |
1097 | 2024-12-17T21:49:15.756Z | PASS [ 0.041s] nextest-filtering::match test_expr_binary_id_glob |
1098 | 2024-12-17T21:49:15.783Z | PASS [ 0.026s] nextest-filtering::match test_expr_deps |
1099 | 2024-12-17T21:49:15.807Z | PASS [ 0.023s] nextest-filtering::match test_expr_kind |
1100 | 2024-12-17T21:49:15.825Z | PASS [ 0.236s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1101 | 2024-12-17T21:49:15.840Z | PASS [ 0.024s] nextest-filtering::match test_expr_kind_partial |
1102 | 2024-12-17T21:49:15.844Z | PASS [ 5.959s] integration-tests::integration test_run_from_archive_with_includes |
1103 | 2024-12-17T21:49:15.855Z | PASS [ 0.026s] nextest-filtering::match test_expr_package_contains |
1104 | 2024-12-17T21:49:15.859Z | PASS [ 0.021s] nextest-filtering::match test_expr_package_equal |
1105 | 2024-12-17T21:49:15.871Z | PASS [ 0.025s] nextest-filtering::match test_expr_package_regex |
1106 | 2024-12-17T21:49:15.885Z | PASS [ 0.030s] nextest-filtering::match test_expr_platform |
1107 | 2024-12-17T21:49:15.902Z | PASS [ 0.030s] nextest-filtering::match test_expr_test |
1108 | 2024-12-17T21:49:15.917Z | PASS [ 0.054s] nextest-filtering::match test_expr_rdeps |
1109 | 2024-12-17T21:49:15.921Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_difference::with_and_not |
1110 | 2024-12-17T21:49:15.928Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_minus |
1111 | 2024-12-17T21:49:15.945Z | PASS [ 0.025s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1112 | 2024-12-17T21:49:15.949Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_intersect::with_and |
1113 | 2024-12-17T21:49:15.954Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_not |
1114 | 2024-12-17T21:49:15.967Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_union::with_or |
1115 | 2024-12-17T21:49:15.975Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_union::with_pipe |
1116 | 2024-12-17T21:49:15.982Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_plus |
1117 | 2024-12-17T21:49:15.992Z | PASS [ 0.019s] nextest-metadata test_list::tests::test_binary_id_ord |
1118 | 2024-12-17T21:49:16.001Z | PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1119 | 2024-12-17T21:49:16.025Z | PASS [ 0.056s] nextest-filtering::match test_expr_with_no_matching_packages |
1120 | 2024-12-17T21:49:16.025Z | PASS [ 0.030s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1121 | 2024-12-17T21:49:16.030Z | PASS [ 0.026s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1122 | 2024-12-17T21:49:16.047Z | PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1123 | 2024-12-17T21:49:16.061Z | PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1124 | 2024-12-17T21:49:16.067Z | PASS [ 0.037s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1125 | 2024-12-17T21:49:16.073Z | PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1126 | 2024-12-17T21:49:16.084Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1127 | 2024-12-17T21:49:16.095Z | PASS [ 6.093s] integration-tests::integration test_run_from_archive_with_no_includes |
1128 | 2024-12-17T21:49:16.099Z | PASS [ 0.028s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1129 | 2024-12-17T21:49:16.099Z | PASS [ 0.025s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1130 | 2024-12-17T21:49:16.121Z | PASS [ 0.036s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1131 | 2024-12-17T21:49:16.159Z | PASS [ 0.049s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1132 | 2024-12-17T21:49:16.213Z | PASS [ 0.103s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1133 | 2024-12-17T21:49:16.410Z | PASS [ 0.310s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1134 | 2024-12-17T21:49:16.413Z | PASS [ 0.289s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1135 | 2024-12-17T21:49:16.456Z | PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1136 | 2024-12-17T21:49:16.513Z | PASS [ 0.299s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1137 | 2024-12-17T21:49:16.706Z | PASS [ 0.294s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1138 | 2024-12-17T21:49:16.708Z | PASS [ 0.294s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1139 | 2024-12-17T21:49:16.730Z | PASS [ 0.023s] nextest-runner config::archive::tests::test_join_rel_path |
1140 | 2024-12-17T21:49:16.756Z | PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid |
1141 | 2024-12-17T21:49:16.844Z | PASS [ 0.387s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1142 | 2024-12-17T21:49:16.871Z | PASS [ 0.357s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1143 | 2024-12-17T21:49:16.903Z | PASS [ 0.058s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1144 | 2024-12-17T21:49:16.938Z | PASS [ 0.034s] nextest-runner config::identifier::tests::test_valid |
1145 | 2024-12-17T21:49:16.944Z | PASS [ 0.071s] nextest-runner config::identifier::tests::test_invalid |
1146 | 2024-12-17T21:49:16.961Z | PASS [ 0.022s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1147 | 2024-12-17T21:49:16.966Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate |
1148 | 2024-12-17T21:49:16.986Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1149 | 2024-12-17T21:49:16.997Z | PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1150 | 2024-12-17T21:49:17.010Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1151 | 2024-12-17T21:49:17.024Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1152 | 2024-12-17T21:49:17.032Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1153 | 2024-12-17T21:49:17.052Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1154 | 2024-12-17T21:49:17.070Z | PASS [ 0.035s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1155 | 2024-12-17T21:49:17.210Z | PASS [ 0.108s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1156 | 2024-12-17T21:49:17.213Z | PASS [ 0.454s] nextest-runner config::config_impl::tests::ignored_keys |
1157 | 2024-12-17T21:49:17.290Z | PASS [ 0.583s] nextest-runner config::archive::tests::parse_valid |
1158 | 2024-12-17T21:49:17.540Z | PASS [ 0.471s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1159 | 2024-12-17T21:49:17.564Z | PASS [ 0.353s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1160 | 2024-12-17T21:49:17.569Z | PASS [ 0.358s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1161 | 2024-12-17T21:49:17.608Z | PASS [ 0.318s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1162 | 2024-12-17T21:49:17.833Z | PASS [ 0.293s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1163 | 2024-12-17T21:49:17.864Z | PASS [ 0.299s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1164 | 2024-12-17T21:49:17.872Z | PASS [ 0.302s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1165 | 2024-12-17T21:49:17.894Z | PASS [ 0.285s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1166 | 2024-12-17T21:49:18.132Z | PASS [ 3.695s] integration-tests::integration test_target_arg |
1167 | 2024-12-17T21:49:18.160Z | PASS [ 0.326s] nextest-runner config::overrides::tests::test_overrides_basic |
1168 | 2024-12-17T21:49:18.165Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1169 | 2024-12-17T21:49:18.176Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1170 | 2024-12-17T21:49:18.187Z | PASS [ 0.315s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1171 | 2024-12-17T21:49:18.440Z | PASS [ 0.306s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1172 | 2024-12-17T21:49:18.446Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1173 | 2024-12-17T21:49:18.456Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1174 | 2024-12-17T21:49:18.461Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1175 | 2024-12-17T21:49:18.475Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1176 | 2024-12-17T21:49:18.715Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1177 | 2024-12-17T21:49:18.724Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1178 | 2024-12-17T21:49:18.729Z | PASS [ 0.267s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1179 | 2024-12-17T21:49:18.734Z | PASS [ 0.277s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1180 | 2024-12-17T21:49:18.751Z | PASS [ 0.275s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1181 | 2024-12-17T21:49:19.021Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1182 | 2024-12-17T21:49:19.023Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1183 | 2024-12-17T21:49:19.024Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1184 | 2024-12-17T21:49:19.024Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1185 | 2024-12-17T21:49:19.040Z | PASS [ 0.288s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1186 | 2024-12-17T21:49:19.045Z | PASS [ 4.981s] integration-tests::integration test_show_config_test_groups |
1187 | 2024-12-17T21:49:19.268Z | PASS [ 0.253s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1188 | 2024-12-17T21:49:19.270Z | PASS [ 0.261s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1189 | 2024-12-17T21:49:19.271Z | PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1190 | 2024-12-17T21:49:19.283Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1191 | 2024-12-17T21:49:19.303Z | PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1192 | 2024-12-17T21:49:19.308Z | PASS [ 0.262s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1193 | 2024-12-17T21:49:19.538Z | PASS [ 0.268s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1194 | 2024-12-17T21:49:19.540Z | PASS [ 0.268s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1195 | 2024-12-17T21:49:19.541Z | PASS [ 0.269s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1196 | 2024-12-17T21:49:19.547Z | PASS [ 0.264s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1197 | 2024-12-17T21:49:19.573Z | PASS [ 0.264s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1198 | 2024-12-17T21:49:19.578Z | PASS [ 0.271s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1199 | 2024-12-17T21:49:19.824Z | PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1200 | 2024-12-17T21:49:19.824Z | PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1201 | 2024-12-17T21:49:19.829Z | PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1202 | 2024-12-17T21:49:19.832Z | PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1203 | 2024-12-17T21:49:19.859Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1204 | 2024-12-17T21:49:19.861Z | PASS [ 0.280s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1205 | 2024-12-17T21:49:20.108Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1206 | 2024-12-17T21:49:20.113Z | PASS [ 0.269s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1207 | 2024-12-17T21:49:20.120Z | PASS [ 0.289s] nextest-runner config::scripts::tests::test_scripts_basic |
1208 | 2024-12-17T21:49:20.137Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1209 | 2024-12-17T21:49:20.158Z | PASS [ 5.579s] integration-tests::integration test_target_dir |
1210 | 2024-12-17T21:49:20.183Z | PASS [ 0.324s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1211 | 2024-12-17T21:49:20.202Z | PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1212 | 2024-12-17T21:49:20.417Z | PASS [ 0.284s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1213 | 2024-12-17T21:49:20.420Z | PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1214 | 2024-12-17T21:49:20.420Z | PASS [ 0.279s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1215 | 2024-12-17T21:49:20.424Z | PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1216 | 2024-12-17T21:49:20.436Z | PASS [ 0.277s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1217 | 2024-12-17T21:49:20.462Z | PASS [ 0.278s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1218 | 2024-12-17T21:49:20.492Z | PASS [ 0.289s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1219 | 2024-12-17T21:49:20.674Z | PASS [ 0.275s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1220 | 2024-12-17T21:49:20.676Z | PASS [ 0.281s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1221 | 2024-12-17T21:49:20.686Z | PASS [ 0.283s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1222 | 2024-12-17T21:49:20.707Z | PASS [ 0.286s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1223 | 2024-12-17T21:49:20.733Z | PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1224 | 2024-12-17T21:49:20.747Z | PASS [ 0.285s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1225 | 2024-12-17T21:49:20.802Z | PASS [ 0.308s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1226 | 2024-12-17T21:49:20.955Z | PASS [ 0.281s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1227 | 2024-12-17T21:49:20.958Z | PASS [ 0.269s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1228 | 2024-12-17T21:49:20.958Z | PASS [ 0.276s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1229 | 2024-12-17T21:49:20.993Z | PASS [ 0.285s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1230 | 2024-12-17T21:49:21.016Z | PASS [ 0.282s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1231 | 2024-12-17T21:49:21.028Z | PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1232 | 2024-12-17T21:49:21.077Z | PASS [ 0.275s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1233 | 2024-12-17T21:49:21.237Z | PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1234 | 2024-12-17T21:49:21.243Z | PASS [ 0.287s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1235 | 2024-12-17T21:49:21.251Z | PASS [ 0.294s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1236 | 2024-12-17T21:49:21.263Z | PASS [ 0.020s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1237 | 2024-12-17T21:49:21.275Z | PASS [ 0.280s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1238 | 2024-12-17T21:49:21.314Z | PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1239 | 2024-12-17T21:49:21.326Z | PASS [ 0.062s] nextest-runner errors::tests::display_error_chain |
1240 | 2024-12-17T21:49:21.333Z | PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1241 | 2024-12-17T21:49:21.337Z | PASS [ 0.022s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1242 | 2024-12-17T21:49:21.340Z | PASS [ 0.062s] nextest-runner errors::tests::display_error_list |
1243 | 2024-12-17T21:49:21.352Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1244 | 2024-12-17T21:49:21.357Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1245 | 2024-12-17T21:49:21.365Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1246 | 2024-12-17T21:49:21.372Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1247 | 2024-12-17T21:49:21.375Z | PASS [ 0.033s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1248 | 2024-12-17T21:49:21.378Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1249 | 2024-12-17T21:49:21.382Z | PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1250 | 2024-12-17T21:49:21.397Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1251 | 2024-12-17T21:49:21.400Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1252 | 2024-12-17T21:49:21.400Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1253 | 2024-12-17T21:49:21.405Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1254 | 2024-12-17T21:49:21.415Z | PASS [ 0.031s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1255 | 2024-12-17T21:49:21.420Z | PASS [ 0.022s] nextest-runner partition::tests::partitioner_builder_from_str |
1256 | 2024-12-17T21:49:21.427Z | PASS [ 0.023s] nextest-runner list::test_list::tests::test_parse_test_list |
1257 | 2024-12-17T21:49:21.429Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1258 | 2024-12-17T21:49:21.436Z | PASS [ 0.033s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1259 | 2024-12-17T21:49:21.442Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1260 | 2024-12-17T21:49:21.445Z | PASS [ 0.022s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1261 | 2024-12-17T21:49:21.450Z | PASS [ 0.019s] nextest-runner redact::tests::test_redact_path |
1262 | 2024-12-17T21:49:21.460Z | PASS [ 0.030s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1263 | 2024-12-17T21:49:21.463Z | PASS [ 0.024s] nextest-runner reporter::displayer::tests::no_capture_settings |
1264 | 2024-12-17T21:49:21.482Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1265 | 2024-12-17T21:49:21.491Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1266 | 2024-12-17T21:49:21.500Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1267 | 2024-12-17T21:49:21.503Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1268 | 2024-12-17T21:49:21.507Z | PASS [ 0.059s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1269 | 2024-12-17T21:49:21.518Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1270 | 2024-12-17T21:49:21.523Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1271 | 2024-12-17T21:49:21.535Z | PASS [ 0.298s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1272 | 2024-12-17T21:49:21.540Z | PASS [ 0.020s] nextest-runner reporter::displayer::tests::test_final_warnings |
1273 | 2024-12-17T21:49:21.543Z | PASS [ 0.041s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1274 | 2024-12-17T21:49:21.546Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1275 | 2024-12-17T21:49:21.553Z | PASS [ 0.300s] nextest-runner config::tool_config::tests::tool_config_basic |
1276 | 2024-12-17T21:49:21.555Z | PASS [ 0.017s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1277 | 2024-12-17T21:49:21.556Z | PASS [ 0.052s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1278 | 2024-12-17T21:49:21.560Z | PASS [ 0.018s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1279 | 2024-12-17T21:49:21.569Z | PASS [ 0.021s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1280 | 2024-12-17T21:49:21.573Z | PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1281 | 2024-12-17T21:49:21.577Z | PASS [ 0.023s] nextest-runner reporter::events::tests::test_is_success |
1282 | 2024-12-17T21:49:21.582Z | PASS [ 0.018s] nextest-runner reporter::helpers::tests::test_highlight_end |
1283 | 2024-12-17T21:49:21.589Z | PASS [ 0.035s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1284 | 2024-12-17T21:49:21.593Z | PASS [ 0.070s] nextest-runner reporter::displayer::tests::test_info_response |
1285 | 2024-12-17T21:49:21.603Z | PASS [ 0.058s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1286 | 2024-12-17T21:49:21.608Z | PASS [ 0.017s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1287 | 2024-12-17T21:49:21.614Z | PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1288 | 2024-12-17T21:49:21.623Z | PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1289 | 2024-12-17T21:49:21.632Z | PASS [ 0.063s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1290 | 2024-12-17T21:49:21.635Z | PASS [ 0.025s] nextest-runner runner::imp::tests::no_capture_settings |
1291 | 2024-12-17T21:49:21.635Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1292 | 2024-12-17T21:49:21.644Z | PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1293 | 2024-12-17T21:49:21.648Z | PASS [ 0.025s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1294 | 2024-12-17T21:49:21.653Z | PASS [ 0.069s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1295 | 2024-12-17T21:49:21.663Z | PASS [ 0.018s] nextest-runner test_command::tests::parse_build_script |
1296 | 2024-12-17T21:49:21.668Z | PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples |
1297 | 2024-12-17T21:49:21.668Z | PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config |
1298 | 2024-12-17T21:49:21.676Z | PASS [ 0.020s] nextest-runner test_filter::tests::pattern_examples |
1299 | 2024-12-17T21:49:21.757Z | PASS [ 0.123s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1300 | 2024-12-17T21:49:21.772Z | PASS [ 0.138s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1301 | 2024-12-17T21:49:21.778Z | PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1302 | 2024-12-17T21:49:21.807Z | PASS [ 0.143s] nextest-runner test_filter::tests::proptest_empty |
1303 | 2024-12-17T21:49:21.902Z | PASS [ 0.234s] nextest-runner test_filter::tests::proptest_no_match |
1304 | 2024-12-17T21:49:21.933Z | PASS [ 0.318s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1305 | 2024-12-17T21:49:22.349Z | PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1306 | 2024-12-17T21:49:22.357Z | PASS [ 0.688s] nextest-runner test_filter::tests::proptest_exact |
1307 | 2024-12-17T21:49:22.498Z | PASS [ 0.820s] nextest-runner test_filter::tests::proptest_substring |
1308 | 2024-12-17T21:49:23.251Z | PASS [ 13.689s] integration-tests::integration test_run |
1309 | 2024-12-17T21:49:23.298Z | PASS [ 1.525s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1310 | 2024-12-17T21:49:23.695Z | PASS [ 1.761s] nextest-runner::integration basic::test_list_binaries |
1311 | 2024-12-17T21:49:23.948Z | PASS [ 2.044s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1312 | 2024-12-17T21:49:23.953Z | PASS [ 1.602s] nextest-runner::integration basic::test_list_tests |
1313 | 2024-12-17T21:49:23.958Z | PASS [ 2.150s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1314 | 2024-12-17T21:49:23.977Z | PASS [ 0.023s] nextest-runner::integration target_runner::disregards_non_matching |
1315 | 2024-12-17T21:49:24.003Z | PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1316 | 2024-12-17T21:49:24.007Z | PASS [ 0.312s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1317 | 2024-12-17T21:49:24.027Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1318 | 2024-12-17T21:49:24.052Z | PASS [ 0.751s] nextest-runner::integration basic::test_run_ignored |
1319 | 2024-12-17T21:49:24.235Z | PASS [ 0.276s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1320 | 2024-12-17T21:49:24.260Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_cargo_env |
1321 | 2024-12-17T21:49:24.285Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli |
1322 | 2024-12-17T21:49:24.310Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1323 | 2024-12-17T21:49:24.335Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1324 | 2024-12-17T21:49:24.360Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env |
1325 | 2024-12-17T21:49:24.385Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1326 | 2024-12-17T21:49:24.411Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_target_cli_option |
1327 | 2024-12-17T21:49:24.426Z | PASS [ 0.417s] nextest-runner::integration target_runner::parses_cargo_env |
1328 | 2024-12-17T21:49:24.564Z | PASS [ 0.535s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1329 | 2024-12-17T21:49:25.278Z | PASS [ 2.014s] nextest-runner::integration basic::test_run |
1330 | 2024-12-17T21:49:25.595Z | PASS [ 1.545s] nextest-runner::integration target_runner::test_run_with_target_runner |
1331 | 2024-12-17T21:49:26.291Z | PASS [ 2.343s] nextest-runner::integration basic::test_termination |
1332 | 2024-12-17T21:49:27.390Z | PASS [ 5.032s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1333 | 2024-12-17T21:49:27.401Z | PASS [ 4.903s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1334 | 2024-12-17T21:49:27.403Z | ──────────── |
1335 | 2024-12-17T21:49:27.403Z | Summary [ 21.933s] 288 tests run: 288 passed, 1 skipped |
1336 | 2024-12-17T21:49:27.430Z | |
1337 | 2024-12-17T21:49:27.433Z | real 23.107050395 |
1338 | 2024-12-17T21:49:27.433Z | user 1:17.963094804 |
1339 | 2024-12-17T21:49:27.433Z | sys 55.322208836 |
1340 | 2024-12-17T21:49:27.433Z | trap 0.102291136 |
1341 | 2024-12-17T21:49:27.433Z | tflt 0.083315696 |
1342 | 2024-12-17T21:49:27.434Z | dflt 0.334943221 |
1343 | 2024-12-17T21:49:27.434Z | kflt 0.013669938 |
1344 | 2024-12-17T21:49:27.434Z | lock 11:01.933091868 |
1345 | 2024-12-17T21:49:27.434Z | slp 5:33.815719601 |
1346 | 2024-12-17T21:49:27.434Z | lat 1:20.261804172 |
1347 | 2024-12-17T21:49:27.434Z | stop 2:15.309492218 |
1348 | 2024-12-17T21:49:27.434Z | + banner release |
1349 | 2024-12-17T21:49:27.434Z | |
1350 | 2024-12-17T21:49:27.434Z | ##### ###### # ###### ## #### ###### |
1351 | 2024-12-17T21:49:27.434Z | # # # # # # # # # |
1352 | 2024-12-17T21:49:27.434Z | # # ##### # ##### # # #### ##### |
1353 | 2024-12-17T21:49:27.434Z | ##### # # # ###### # # |
1354 | 2024-12-17T21:49:27.434Z | # # # # # # # # # # |
1355 | 2024-12-17T21:49:27.434Z | # # ###### ###### ###### # # #### ###### |
1356 | 2024-12-17T21:49:27.435Z | |
1357 | 2024-12-17T21:49:27.438Z | + ptime -m cargo nextest run --profile ci |
1358 | 2024-12-17T21:49:27.860Z | info: experimental features enabled: setup-scripts |
1359 | 2024-12-17T21:49:28.117Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
1360 | 2024-12-17T21:49:28.245Z | ──────────── |
1361 | 2024-12-17T21:49:28.245Z | Nextest run ID c582b519-43af-4c17-8284-a16775e5aa3d with nextest profile: ci |
1362 | 2024-12-17T21:49:28.245Z | Starting 288 tests across 15 binaries (1 test skipped) |
1363 | 2024-12-17T21:49:28.248Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1364 | 2024-12-17T21:49:28.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s |
1365 | 2024-12-17T21:49:28.545Z | Running `target/debug/build-seed-archive` |
1366 | 2024-12-17T21:49:28.905Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d90738817eb103f2b719fc8fcef162b61a5dcce5c70b27c2dacf79e8675232d1.tar.zst, building |
1367 | 2024-12-17T21:49:31.038Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-d90738817eb103f2b719fc8fcef162b61a5dcce5c70b27c2dacf79e8675232d1.tar.zst |
1368 | 2024-12-17T21:49:31.041Z | SETUP PASS [ 2.796s] build-seed-archive: cargo run --bin build-seed-archive |
1369 | 2024-12-17T21:49:31.064Z | PASS [ 0.022s] integration-tests::custom-harness thread_count::test_single_threaded |
1370 | 2024-12-17T21:49:31.070Z | PASS [ 0.027s] integration-tests::custom-harness thread_count::test_multi_threaded |
1371 | 2024-12-17T21:49:31.081Z | PASS [ 0.039s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1372 | 2024-12-17T21:49:31.246Z | PASS [ 0.204s] cargo-nextest dispatch::tests::test_argument_parsing |
1373 | 2024-12-17T21:49:32.589Z | PASS [ 1.546s] integration-tests::integration test_list_binaries_only |
1374 | 2024-12-17T21:49:32.862Z | PASS [ 1.797s] integration-tests::integration test_list_host_after_build |
1375 | 2024-12-17T21:49:33.038Z | PASS [ 1.967s] integration-tests::integration test_list_target_after_build |
1376 | 2024-12-17T21:49:33.081Z | PASS [ 2.035s] integration-tests::integration test_list_full |
1377 | 2024-12-17T21:49:33.149Z | PASS [ 2.106s] integration-tests::integration test_list_full_after_build |
1378 | 2024-12-17T21:49:33.223Z | PASS [ 2.180s] integration-tests::integration test_list_default |
1379 | 2024-12-17T21:49:34.596Z | PASS [ 1.515s] integration-tests::integration test_run_from_archive_with_missing_includes |
1380 | 2024-12-17T21:49:36.465Z | PASS [ 3.241s] integration-tests::integration test_run_no_tests |
1381 | 2024-12-17T21:49:36.588Z | PASS [ 5.506s] integration-tests::integration test_list_with_default_filter |
1382 | 2024-12-17T21:49:36.757Z | PASS [ 3.894s] integration-tests::integration test_run_after_build |
1383 | 2024-12-17T21:49:37.331Z | PASS [ 6.085s] integration-tests::integration test_relocated_run |
1384 | 2024-12-17T21:49:37.811Z | PASS [ 1.223s] integration-tests::integration test_setup_scripts_not_enabled |
1385 | 2024-12-17T21:49:37.858Z | PASS [ 1.393s] integration-tests::integration test_setup_script_error |
1386 | 2024-12-17T21:49:37.865Z | PASS [ 3.268s] integration-tests::integration test_run_with_default_filter |
1387 | 2024-12-17T21:49:37.961Z | PASS [ 0.096s] integration-tests::integration test_version_info |
1388 | 2024-12-17T21:49:38.311Z | PASS [ 0.349s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1389 | 2024-12-17T21:49:38.327Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_complex_error |
1390 | 2024-12-17T21:49:38.341Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_eof |
1391 | 2024-12-17T21:49:38.357Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_expected_expr |
1392 | 2024-12-17T21:49:38.371Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_and_operator |
1393 | 2024-12-17T21:49:38.387Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_escapes |
1394 | 2024-12-17T21:49:38.403Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_glob |
1395 | 2024-12-17T21:49:38.418Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_or_operator |
1396 | 2024-12-17T21:49:38.433Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_invalid_platform |
1397 | 2024-12-17T21:49:38.451Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_regex |
1398 | 2024-12-17T21:49:38.464Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_argument |
1399 | 2024-12-17T21:49:38.480Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1400 | 2024-12-17T21:49:38.494Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_missing_close_regex |
1401 | 2024-12-17T21:49:38.507Z | PASS [ 0.013s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1402 | 2024-12-17T21:49:38.521Z | PASS [ 0.013s] nextest-filtering parsing::tests::test_missing_parentheses |
1403 | 2024-12-17T21:49:38.523Z | PASS [ 5.483s] integration-tests::integration test_run_from_archive_with_includes |
1404 | 2024-12-17T21:49:38.536Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_comma |
1405 | 2024-12-17T21:49:38.540Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_difference |
1406 | 2024-12-17T21:49:38.551Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1407 | 2024-12-17T21:49:38.556Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_not |
1408 | 2024-12-17T21:49:38.569Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1409 | 2024-12-17T21:49:38.569Z | PASS [ 0.013s] nextest-filtering parsing::tests::test_parse_expr_set |
1410 | 2024-12-17T21:49:38.588Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1411 | 2024-12-17T21:49:38.597Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_expr_union |
1412 | 2024-12-17T21:49:38.609Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_name_matcher |
1413 | 2024-12-17T21:49:38.625Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1414 | 2024-12-17T21:49:38.643Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_parse_set_def |
1415 | 2024-12-17T21:49:38.663Z | PASS [ 0.054s] nextest-filtering parsing::tests::test_parse_regex |
1416 | 2024-12-17T21:49:38.663Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument |
1417 | 2024-12-17T21:49:38.685Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_unexpected_comma |
1418 | 2024-12-17T21:49:38.700Z | PASS [ 0.019s] nextest-filtering::match test_binary_query |
1419 | 2024-12-17T21:49:38.726Z | PASS [ 0.025s] nextest-filtering::match test_expr_binary |
1420 | 2024-12-17T21:49:38.746Z | PASS [ 0.019s] nextest-filtering::match test_expr_binary_id_glob |
1421 | 2024-12-17T21:49:38.774Z | PASS [ 0.027s] nextest-filtering::match test_expr_deps |
1422 | 2024-12-17T21:49:38.801Z | PASS [ 0.027s] nextest-filtering::match test_expr_kind |
1423 | 2024-12-17T21:49:38.829Z | PASS [ 0.027s] nextest-filtering::match test_expr_kind_partial |
1424 | 2024-12-17T21:49:38.846Z | PASS [ 0.017s] nextest-filtering::match test_expr_package_contains |
1425 | 2024-12-17T21:49:38.863Z | PASS [ 0.016s] nextest-filtering::match test_expr_package_equal |
1426 | 2024-12-17T21:49:38.888Z | PASS [ 0.024s] nextest-filtering::match test_expr_package_regex |
1427 | 2024-12-17T21:49:38.895Z | PASS [ 0.224s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1428 | 2024-12-17T21:49:38.898Z | PASS [ 1.562s] integration-tests::integration test_show_config_version |
1429 | 2024-12-17T21:49:38.905Z | PASS [ 0.017s] nextest-filtering::match test_expr_platform |
1430 | 2024-12-17T21:49:38.914Z | PASS [ 0.018s] nextest-filtering::match test_expr_rdeps |
1431 | 2024-12-17T21:49:38.918Z | PASS [ 0.020s] nextest-filtering::match test_expr_test |
1432 | 2024-12-17T21:49:38.924Z | PASS [ 0.018s] nextest-filtering::match test_expr_test_difference::with_and_not |
1433 | 2024-12-17T21:49:38.931Z | PASS [ 0.016s] nextest-filtering::match test_expr_test_difference::with_minus |
1434 | 2024-12-17T21:49:38.936Z | PASS [ 0.017s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1435 | 2024-12-17T21:49:38.940Z | PASS [ 0.016s] nextest-filtering::match test_expr_test_intersect::with_and |
1436 | 2024-12-17T21:49:38.946Z | PASS [ 0.016s] nextest-filtering::match test_expr_test_not |
1437 | 2024-12-17T21:49:38.953Z | PASS [ 0.016s] nextest-filtering::match test_expr_test_union::with_or |
1438 | 2024-12-17T21:49:38.957Z | PASS [ 0.016s] nextest-filtering::match test_expr_test_union::with_pipe |
1439 | 2024-12-17T21:49:38.963Z | PASS [ 0.017s] nextest-filtering::match test_expr_test_union::with_plus |
1440 | 2024-12-17T21:49:38.971Z | PASS [ 0.018s] nextest-filtering::match test_expr_with_no_matching_packages |
1441 | 2024-12-17T21:49:38.977Z | PASS [ 0.014s] nextest-metadata test_list::tests::test_binary_id_ord |
1442 | 2024-12-17T21:49:38.981Z | PASS [ 0.014s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1443 | 2024-12-17T21:49:38.984Z | PASS [ 0.014s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1444 | 2024-12-17T21:49:38.993Z | PASS [ 0.016s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1445 | 2024-12-17T21:49:38.997Z | PASS [ 0.016s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1446 | 2024-12-17T21:49:39.001Z | PASS [ 0.016s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1447 | 2024-12-17T21:49:39.008Z | PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1448 | 2024-12-17T21:49:39.012Z | PASS [ 0.014s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1449 | 2024-12-17T21:49:39.016Z | PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1450 | 2024-12-17T21:49:39.023Z | PASS [ 0.015s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1451 | 2024-12-17T21:49:39.028Z | PASS [ 0.015s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1452 | 2024-12-17T21:49:39.033Z | PASS [ 0.016s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1453 | 2024-12-17T21:49:39.036Z | PASS [ 0.013s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1454 | 2024-12-17T21:49:39.050Z | PASS [ 0.022s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1455 | 2024-12-17T21:49:39.070Z | PASS [ 5.921s] integration-tests::integration test_run_from_archive_with_no_includes |
1456 | 2024-12-17T21:49:39.291Z | PASS [ 0.258s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1457 | 2024-12-17T21:49:39.310Z | PASS [ 0.272s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1458 | 2024-12-17T21:49:39.315Z | PASS [ 0.264s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1459 | 2024-12-17T21:49:39.354Z | PASS [ 0.282s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1460 | 2024-12-17T21:49:39.569Z | PASS [ 0.278s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1461 | 2024-12-17T21:49:39.597Z | PASS [ 0.287s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1462 | 2024-12-17T21:49:39.599Z | PASS [ 0.281s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1463 | 2024-12-17T21:49:39.615Z | PASS [ 0.017s] nextest-runner config::archive::tests::test_join_rel_path |
1464 | 2024-12-17T21:49:39.619Z | PASS [ 0.021s] nextest-runner config::config_impl::tests::default_config_is_valid |
1465 | 2024-12-17T21:49:39.633Z | PASS [ 0.014s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1466 | 2024-12-17T21:49:39.642Z | PASS [ 0.289s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1467 | 2024-12-17T21:49:39.650Z | PASS [ 0.014s] nextest-runner config::identifier::tests::test_invalid |
1468 | 2024-12-17T21:49:39.660Z | PASS [ 0.015s] nextest-runner config::identifier::tests::test_valid |
1469 | 2024-12-17T21:49:39.666Z | PASS [ 0.015s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1470 | 2024-12-17T21:49:39.672Z | PASS [ 0.013s] nextest-runner config::nextest_version::tests::test_accumulate |
1471 | 2024-12-17T21:49:39.679Z | PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1472 | 2024-12-17T21:49:39.685Z | PASS [ 0.013s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1473 | 2024-12-17T21:49:39.695Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1474 | 2024-12-17T21:49:39.701Z | PASS [ 0.015s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1475 | 2024-12-17T21:49:39.713Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1476 | 2024-12-17T21:49:39.725Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1477 | 2024-12-17T21:49:39.738Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1478 | 2024-12-17T21:49:39.771Z | PASS [ 0.049s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1479 | 2024-12-17T21:49:39.863Z | PASS [ 0.293s] nextest-runner config::archive::tests::parse_valid |
1480 | 2024-12-17T21:49:39.913Z | PASS [ 0.298s] nextest-runner config::config_impl::tests::ignored_keys |
1481 | 2024-12-17T21:49:40.125Z | PASS [ 0.387s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1482 | 2024-12-17T21:49:40.331Z | PASS [ 0.559s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1483 | 2024-12-17T21:49:40.408Z | PASS [ 0.494s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1484 | 2024-12-17T21:49:40.414Z | PASS [ 0.551s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1485 | 2024-12-17T21:49:40.581Z | PASS [ 0.455s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1486 | 2024-12-17T21:49:40.738Z | PASS [ 0.406s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1487 | 2024-12-17T21:49:40.745Z | PASS [ 0.331s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1488 | 2024-12-17T21:49:40.797Z | PASS [ 0.388s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1489 | 2024-12-17T21:49:40.941Z | PASS [ 0.360s] nextest-runner config::overrides::tests::test_overrides_basic |
1490 | 2024-12-17T21:49:41.114Z | PASS [ 0.376s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1491 | 2024-12-17T21:49:41.114Z | PASS [ 0.368s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1492 | 2024-12-17T21:49:41.219Z | PASS [ 0.422s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1493 | 2024-12-17T21:49:41.270Z | PASS [ 0.328s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1494 | 2024-12-17T21:49:41.391Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1495 | 2024-12-17T21:49:41.394Z | PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1496 | 2024-12-17T21:49:41.437Z | PASS [ 3.625s] integration-tests::integration test_target_arg |
1497 | 2024-12-17T21:49:41.498Z | PASS [ 0.280s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1498 | 2024-12-17T21:49:41.554Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1499 | 2024-12-17T21:49:41.659Z | PASS [ 0.269s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1500 | 2024-12-17T21:49:41.663Z | PASS [ 0.268s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1501 | 2024-12-17T21:49:41.719Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1502 | 2024-12-17T21:49:41.772Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1503 | 2024-12-17T21:49:41.786Z | PASS [ 5.028s] integration-tests::integration test_show_config_test_groups |
1504 | 2024-12-17T21:49:41.841Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1505 | 2024-12-17T21:49:41.928Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1506 | 2024-12-17T21:49:41.928Z | PASS [ 0.268s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1507 | 2024-12-17T21:49:41.985Z | PASS [ 0.266s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1508 | 2024-12-17T21:49:42.029Z | PASS [ 0.256s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1509 | 2024-12-17T21:49:42.045Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1510 | 2024-12-17T21:49:42.100Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1511 | 2024-12-17T21:49:42.198Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1512 | 2024-12-17T21:49:42.206Z | PASS [ 0.270s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1513 | 2024-12-17T21:49:42.259Z | PASS [ 0.273s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1514 | 2024-12-17T21:49:42.301Z | PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1515 | 2024-12-17T21:49:42.324Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1516 | 2024-12-17T21:49:42.371Z | PASS [ 0.271s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1517 | 2024-12-17T21:49:42.483Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1518 | 2024-12-17T21:49:42.492Z | PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1519 | 2024-12-17T21:49:42.547Z | PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1520 | 2024-12-17T21:49:42.576Z | PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1521 | 2024-12-17T21:49:42.599Z | PASS [ 0.275s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1522 | 2024-12-17T21:49:42.655Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1523 | 2024-12-17T21:49:42.770Z | PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1524 | 2024-12-17T21:49:42.786Z | PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1525 | 2024-12-17T21:49:42.820Z | PASS [ 0.273s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1526 | 2024-12-17T21:49:42.858Z | PASS [ 0.281s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1527 | 2024-12-17T21:49:42.886Z | PASS [ 0.286s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1528 | 2024-12-17T21:49:42.928Z | PASS [ 0.273s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1529 | 2024-12-17T21:49:43.058Z | PASS [ 0.272s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1530 | 2024-12-17T21:49:43.070Z | PASS [ 0.298s] nextest-runner config::scripts::tests::test_scripts_basic |
1531 | 2024-12-17T21:49:43.107Z | PASS [ 0.286s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1532 | 2024-12-17T21:49:43.154Z | PASS [ 0.296s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1533 | 2024-12-17T21:49:43.154Z | PASS [ 0.268s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1534 | 2024-12-17T21:49:43.233Z | PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1535 | 2024-12-17T21:49:43.353Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1536 | 2024-12-17T21:49:43.364Z | PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1537 | 2024-12-17T21:49:43.418Z | PASS [ 0.309s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1538 | 2024-12-17T21:49:43.451Z | PASS [ 0.296s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1539 | 2024-12-17T21:49:43.455Z | PASS [ 0.299s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1540 | 2024-12-17T21:49:43.515Z | PASS [ 0.281s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1541 | 2024-12-17T21:49:43.625Z | PASS [ 0.272s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1542 | 2024-12-17T21:49:43.650Z | PASS [ 0.285s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1543 | 2024-12-17T21:49:43.689Z | PASS [ 0.271s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1544 | 2024-12-17T21:49:43.725Z | PASS [ 0.275s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1545 | 2024-12-17T21:49:43.733Z | PASS [ 0.277s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1546 | 2024-12-17T21:49:43.733Z | PASS [ 5.873s] integration-tests::integration test_target_dir |
1547 | 2024-12-17T21:49:43.818Z | PASS [ 0.302s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1548 | 2024-12-17T21:49:43.908Z | PASS [ 0.283s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1549 | 2024-12-17T21:49:43.940Z | PASS [ 0.290s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1550 | 2024-12-17T21:49:44.005Z | PASS [ 0.279s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1551 | 2024-12-17T21:49:44.009Z | PASS [ 0.276s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1552 | 2024-12-17T21:49:44.014Z | PASS [ 0.325s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1553 | 2024-12-17T21:49:44.029Z | PASS [ 0.296s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1554 | 2024-12-17T21:49:44.124Z | PASS [ 0.306s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1555 | 2024-12-17T21:49:44.195Z | PASS [ 0.285s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1556 | 2024-12-17T21:49:44.220Z | PASS [ 0.280s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1557 | 2024-12-17T21:49:44.285Z | PASS [ 0.279s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1558 | 2024-12-17T21:49:44.289Z | PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1559 | 2024-12-17T21:49:44.291Z | PASS [ 0.279s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1560 | 2024-12-17T21:49:44.300Z | PASS [ 0.270s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1561 | 2024-12-17T21:49:44.300Z | PASS [ 0.016s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1562 | 2024-12-17T21:49:44.320Z | PASS [ 0.019s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1563 | 2024-12-17T21:49:44.336Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1564 | 2024-12-17T21:49:44.346Z | PASS [ 0.057s] nextest-runner errors::tests::display_error_chain |
1565 | 2024-12-17T21:49:44.352Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1566 | 2024-12-17T21:49:44.362Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1567 | 2024-12-17T21:49:44.367Z | PASS [ 0.066s] nextest-runner errors::tests::display_error_list |
1568 | 2024-12-17T21:49:44.369Z | PASS [ 0.014s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1569 | 2024-12-17T21:49:44.379Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1570 | 2024-12-17T21:49:44.384Z | PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1571 | 2024-12-17T21:49:44.387Z | PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1572 | 2024-12-17T21:49:44.395Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1573 | 2024-12-17T21:49:44.399Z | PASS [ 0.274s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1574 | 2024-12-17T21:49:44.399Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1575 | 2024-12-17T21:49:44.403Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1576 | 2024-12-17T21:49:44.410Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1577 | 2024-12-17T21:49:44.416Z | PASS [ 0.013s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1578 | 2024-12-17T21:49:44.420Z | PASS [ 0.021s] nextest-runner list::test_list::tests::test_parse_test_list |
1579 | 2024-12-17T21:49:44.423Z | PASS [ 0.021s] nextest-runner partition::tests::partitioner_builder_from_str |
1580 | 2024-12-17T21:49:44.426Z | PASS [ 0.014s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1581 | 2024-12-17T21:49:44.431Z | PASS [ 0.015s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1582 | 2024-12-17T21:49:44.438Z | PASS [ 0.017s] nextest-runner redact::tests::test_redact_path |
1583 | 2024-12-17T21:49:44.443Z | PASS [ 0.021s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1584 | 2024-12-17T21:49:44.455Z | PASS [ 0.023s] nextest-runner reporter::displayer::tests::no_capture_settings |
1585 | 2024-12-17T21:49:44.455Z | PASS [ 0.027s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1586 | 2024-12-17T21:49:44.471Z | PASS [ 0.032s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1587 | 2024-12-17T21:49:44.490Z | PASS [ 0.296s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1588 | 2024-12-17T21:49:44.490Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1589 | 2024-12-17T21:49:44.490Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1590 | 2024-12-17T21:49:44.496Z | PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1591 | 2024-12-17T21:49:44.512Z | PASS [ 0.053s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1592 | 2024-12-17T21:49:44.516Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1593 | 2024-12-17T21:49:44.522Z | PASS [ 0.031s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1594 | 2024-12-17T21:49:44.532Z | PASS [ 0.016s] nextest-runner reporter::displayer::tests::test_final_warnings |
1595 | 2024-12-17T21:49:44.536Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1596 | 2024-12-17T21:49:44.542Z | PASS [ 0.043s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1597 | 2024-12-17T21:49:44.546Z | PASS [ 0.051s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1598 | 2024-12-17T21:49:44.550Z | PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1599 | 2024-12-17T21:49:44.553Z | PASS [ 0.014s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1600 | 2024-12-17T21:49:44.556Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1601 | 2024-12-17T21:49:44.563Z | PASS [ 0.016s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1602 | 2024-12-17T21:49:44.568Z | PASS [ 0.014s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1603 | 2024-12-17T21:49:44.572Z | PASS [ 0.018s] nextest-runner reporter::events::tests::test_is_success |
1604 | 2024-12-17T21:49:44.572Z | PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1605 | 2024-12-17T21:49:44.580Z | PASS [ 0.017s] nextest-runner reporter::helpers::tests::test_highlight_end |
1606 | 2024-12-17T21:49:44.591Z | PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_info_response |
1607 | 2024-12-17T21:49:44.597Z | PASS [ 0.057s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1608 | 2024-12-17T21:49:44.606Z | PASS [ 0.015s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1609 | 2024-12-17T21:49:44.611Z | PASS [ 0.321s] nextest-runner config::tool_config::tests::tool_config_basic |
1610 | 2024-12-17T21:49:44.614Z | PASS [ 0.016s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1611 | 2024-12-17T21:49:44.621Z | PASS [ 0.015s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1612 | 2024-12-17T21:49:44.627Z | PASS [ 0.058s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1613 | 2024-12-17T21:49:44.631Z | PASS [ 0.020s] nextest-runner runner::imp::tests::no_capture_settings |
1614 | 2024-12-17T21:49:44.631Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1615 | 2024-12-17T21:49:44.639Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1616 | 2024-12-17T21:49:44.643Z | PASS [ 0.022s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1617 | 2024-12-17T21:49:44.650Z | PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1618 | 2024-12-17T21:49:44.654Z | PASS [ 0.022s] nextest-runner target_runner::tests::test_find_config |
1619 | 2024-12-17T21:49:44.657Z | PASS [ 0.014s] nextest-runner test_command::tests::parse_build_script |
1620 | 2024-12-17T21:49:44.661Z | PASS [ 0.016s] nextest-runner test_filter::tests::empty_pattern_examples |
1621 | 2024-12-17T21:49:44.667Z | PASS [ 0.017s] nextest-runner test_filter::tests::pattern_examples |
1622 | 2024-12-17T21:49:44.725Z | PASS [ 0.098s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1623 | 2024-12-17T21:49:44.741Z | PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1624 | 2024-12-17T21:49:44.756Z | PASS [ 0.124s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1625 | 2024-12-17T21:49:44.796Z | PASS [ 0.142s] nextest-runner test_filter::tests::proptest_empty |
1626 | 2024-12-17T21:49:44.881Z | PASS [ 0.267s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1627 | 2024-12-17T21:49:44.896Z | PASS [ 0.235s] nextest-runner test_filter::tests::proptest_no_match |
1628 | 2024-12-17T21:49:44.983Z | PASS [ 0.086s] nextest-runner::integration basic::test_list_binaries |
1629 | 2024-12-17T21:49:45.029Z | PASS [ 0.232s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1630 | 2024-12-17T21:49:45.148Z | PASS [ 0.267s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1631 | 2024-12-17T21:49:45.208Z | PASS [ 0.225s] nextest-runner::integration basic::test_list_tests |
1632 | 2024-12-17T21:49:45.288Z | PASS [ 0.631s] nextest-runner test_filter::tests::proptest_exact |
1633 | 2024-12-17T21:49:45.320Z | PASS [ 0.563s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1634 | 2024-12-17T21:49:45.544Z | PASS [ 0.878s] nextest-runner test_filter::tests::proptest_substring |
1635 | 2024-12-17T21:49:45.607Z | PASS [ 0.318s] nextest-runner::integration basic::test_run_ignored |
1636 | 2024-12-17T21:49:45.627Z | PASS [ 0.020s] nextest-runner::integration target_runner::disregards_non_matching |
1637 | 2024-12-17T21:49:45.633Z | PASS [ 13.043s] integration-tests::integration test_run |
1638 | 2024-12-17T21:49:45.655Z | PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1639 | 2024-12-17T21:49:45.680Z | PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1640 | 2024-12-17T21:49:45.754Z | PASS [ 0.433s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1641 | 2024-12-17T21:49:45.881Z | PASS [ 0.253s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1642 | 2024-12-17T21:49:46.013Z | PASS [ 0.333s] nextest-runner::integration target_runner::parses_cargo_env |
1643 | 2024-12-17T21:49:46.030Z | PASS [ 0.016s] nextest-runner::integration target_triple::parses_cargo_env |
1644 | 2024-12-17T21:49:46.049Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli |
1645 | 2024-12-17T21:49:46.068Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1646 | 2024-12-17T21:49:46.089Z | PASS [ 0.020s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1647 | 2024-12-17T21:49:46.109Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env |
1648 | 2024-12-17T21:49:46.128Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1649 | 2024-12-17T21:49:46.132Z | PASS [ 0.378s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1650 | 2024-12-17T21:49:46.145Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_target_cli_option |
1651 | 2024-12-17T21:49:46.261Z | PASS [ 1.519s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1652 | 2024-12-17T21:49:46.759Z | PASS [ 1.551s] nextest-runner::integration basic::test_run |
1653 | 2024-12-17T21:49:47.242Z | PASS [ 1.361s] nextest-runner::integration target_runner::test_run_with_target_runner |
1654 | 2024-12-17T21:49:47.833Z | PASS [ 2.288s] nextest-runner::integration basic::test_termination |
1655 | 2024-12-17T21:49:48.624Z | PASS [ 3.594s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1656 | 2024-12-17T21:49:48.736Z | PASS [ 3.587s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1657 | 2024-12-17T21:49:48.739Z | ──────────── |
1658 | 2024-12-17T21:49:48.739Z | Summary [ 20.490s] 288 tests run: 288 passed, 1 skipped |
1659 | 2024-12-17T21:49:48.758Z | |
1660 | 2024-12-17T21:49:48.761Z | real 21.317592681 |
1661 | 2024-12-17T21:49:48.761Z | user 1:12.105852960 |
1662 | 2024-12-17T21:49:48.761Z | sys 51.983906673 |
1663 | 2024-12-17T21:49:48.762Z | trap 0.087194133 |
1664 | 2024-12-17T21:49:48.762Z | tflt 0.111080290 |
1665 | 2024-12-17T21:49:48.762Z | dflt 0.109823335 |
1666 | 2024-12-17T21:49:48.762Z | kflt 0.002896779 |
1667 | 2024-12-17T21:49:48.762Z | lock 10:26.078104359 |
1668 | 2024-12-17T21:49:48.762Z | slp 4:47.226111468 |
1669 | 2024-12-17T21:49:48.762Z | lat 1:12.995007377 |
1670 | 2024-12-17T21:49:48.762Z | stop 2:06.040683085 |
1671 | 2024-12-17T21:49:48.762Z | process exited: duration 270866 ms, exit code 0 |
|
1672 | 2024-12-17T21:49:48.769Z | found 0 output files |