|
|
|
1 | 2024-12-23T08:23:24.573Z | job assigned to worker 01JFS9RXPE99PSZFR1J623Z7RS [factory aws, i-0b559e2b4e2af52de] (queued for 50 s) |
|
2 | 2024-12-23T08:23:32.305Z | starting task 0: "setup" |
3 | 2024-12-23T08:23:32.314Z | ++ uname -s |
4 | 2024-12-23T08:23:32.316Z | + kern=SunOS |
5 | 2024-12-23T08:23:32.316Z | + case "$kern" in |
6 | 2024-12-23T08:23:32.316Z | + groupadd -g 12345 build |
7 | 2024-12-23T08:23:32.319Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-23T08:23:34.327Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-23T08:23:34.445Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-23T08:23:34.449Z | + home_fs=zfs |
11 | 2024-12-23T08:23:34.449Z | + [[ zfs == autofs ]] |
12 | 2024-12-23T08:23:34.449Z | + mkdir -p /home/build |
13 | 2024-12-23T08:23:34.451Z | + chown build:build /home/build /work |
14 | 2024-12-23T08:23:36.452Z | + chmod 0700 /home/build /work |
15 | 2024-12-23T08:23:36.455Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-12-23T08:23:36.460Z | starting task 1: "rust-toolchain" |
17 | 2024-12-23T08:23:36.465Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-23T08:23:36.465Z | ' stable |
19 | 2024-12-23T08:23:36.465Z | * toolchain channel = "stable" |
20 | 2024-12-23T08:23:36.465Z | * toolchain profile = "default" |
21 | 2024-12-23T08:23:36.465Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-23T08:23:36.465Z | ' default |
23 | 2024-12-23T08:23:36.468Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-23T08:23:36.468Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-23T08:23:36.586Z | info: downloading installer |
26 | 2024-12-23T08:23:37.937Z | info: profile set to 'default' |
27 | 2024-12-23T08:23:37.937Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-23T08:23:37.940Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-23T08:23:38.071Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-23T08:23:38.071Z | info: downloading component 'cargo' |
31 | 2024-12-23T08:23:38.923Z | info: downloading component 'clippy' |
32 | 2024-12-23T08:23:39.288Z | info: downloading component 'rust-docs' |
33 | 2024-12-23T08:23:40.268Z | info: downloading component 'rust-std' |
34 | 2024-12-23T08:23:41.897Z | info: downloading component 'rustc' |
35 | 2024-12-23T08:23:47.876Z | info: downloading component 'rustfmt' |
36 | 2024-12-23T08:23:48.177Z | info: installing component 'cargo' |
37 | 2024-12-23T08:23:48.984Z | info: installing component 'clippy' |
38 | 2024-12-23T08:23:49.360Z | info: installing component 'rust-docs' |
39 | 2024-12-23T08:23:51.075Z | info: installing component 'rust-std' |
40 | 2024-12-23T08:23:52.766Z | info: installing component 'rustc' |
41 | 2024-12-23T08:23:58.578Z | info: installing component 'rustfmt' |
42 | 2024-12-23T08:23:58.915Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-23T08:23:58.915Z | |
44 | 2024-12-23T08:23:59.287Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-23T08:23:59.287Z | |
46 | 2024-12-23T08:23:59.290Z | |
47 | 2024-12-23T08:23:59.290Z | Rust is installed now. Great! |
48 | 2024-12-23T08:23:59.290Z | |
49 | 2024-12-23T08:23:59.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-23T08:23:59.290Z | environment variable. This has not been done automatically. |
51 | 2024-12-23T08:23:59.290Z | |
52 | 2024-12-23T08:23:59.290Z | To configure your current shell, you need to source |
53 | 2024-12-23T08:23:59.290Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-23T08:23:59.290Z | |
55 | 2024-12-23T08:23:59.290Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-23T08:23:59.290Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-23T08:23:59.290Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-23T08:23:59.363Z | + rustc --version |
59 | 2024-12-23T08:23:59.429Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-23T08:23:59.432Z | process exited: duration 22972 ms, exit code 0 |
|
61 | 2024-12-23T08:23:59.440Z | starting task 2: "authentication" |
62 | 2024-12-23T08:23:59.459Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-23T08:23:59.464Z | starting task 3: "clone repository" |
64 | 2024-12-23T08:23:59.470Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-23T08:23:59.472Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-23T08:23:59.516Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-23T08:24:01.448Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-23T08:24:01.452Z | + git fetch origin 693c7090b720143e24b633a42757c3fd073a830a |
69 | 2024-12-23T08:24:01.731Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-23T08:24:01.731Z | * branch 693c7090b720143e24b633a42757c3fd073a830a -> FETCH_HEAD |
71 | 2024-12-23T08:24:01.741Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2024-12-23T08:24:01.743Z | ++ git branch --show-current |
73 | 2024-12-23T08:24:01.747Z | + current=main |
74 | 2024-12-23T08:24:01.747Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2024-12-23T08:24:01.747Z | + git branch -f renovate/lock-file-maintenance 693c7090b720143e24b633a42757c3fd073a830a |
76 | 2024-12-23T08:24:01.749Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2024-12-23T08:24:01.816Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2024-12-23T08:24:01.818Z | + git reset --hard 693c7090b720143e24b633a42757c3fd073a830a |
79 | 2024-12-23T08:24:01.825Z | HEAD is now at 693c7090 chore(deps): lock file maintenance |
80 | 2024-12-23T08:24:01.827Z | process exited: duration 2361 ms, exit code 0 |
|
81 | 2024-12-23T08:24:01.832Z | starting task 4: "build" |
82 | 2024-12-23T08:24:01.841Z | + PLATFORM=illumos |
83 | 2024-12-23T08:24:01.841Z | + export CARGO_TERM_COLOR=always |
84 | 2024-12-23T08:24:01.841Z | + CARGO_TERM_COLOR=always |
85 | 2024-12-23T08:24:01.841Z | + cargo --version |
86 | 2024-12-23T08:24:01.903Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
87 | 2024-12-23T08:24:01.906Z | + rustc --version |
88 | 2024-12-23T08:24:01.970Z | rustc 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-23T08:24:01.973Z | + banner install |
90 | 2024-12-23T08:24:01.975Z | |
91 | 2024-12-23T08:24:01.975Z | # # # #### ##### ## # # |
92 | 2024-12-23T08:24:01.975Z | # ## # # # # # # # |
93 | 2024-12-23T08:24:01.975Z | # # # # #### # # # # # |
94 | 2024-12-23T08:24:01.976Z | # # # # # # ###### # # |
95 | 2024-12-23T08:24:01.976Z | # # ## # # # # # # # |
96 | 2024-12-23T08:24:01.976Z | # # # #### # # # ###### ###### |
97 | 2024-12-23T08:24:01.977Z | |
98 | 2024-12-23T08:24:01.979Z | + mkdir -p /home/build/.cargo/bin |
99 | 2024-12-23T08:24:01.979Z | + curl -LsSf https://get.nexte.st/latest/illumos |
100 | 2024-12-23T08:24:01.981Z | + gunzip |
101 | 2024-12-23T08:24:01.981Z | + tar xf - -C /home/build/.cargo/bin |
102 | 2024-12-23T08:24:03.254Z | + banner metadata |
103 | 2024-12-23T08:24:03.263Z | |
104 | 2024-12-23T08:24:03.263Z | # # ###### ##### ## ##### ## ##### ## |
105 | 2024-12-23T08:24:03.263Z | ## ## # # # # # # # # # # # |
106 | 2024-12-23T08:24:03.263Z | # ## # ##### # # # # # # # # # # |
107 | 2024-12-23T08:24:03.263Z | # # # # ###### # # ###### # ###### |
108 | 2024-12-23T08:24:03.263Z | # # # # # # # # # # # # # |
109 | 2024-12-23T08:24:03.263Z | # # ###### # # # ##### # # # # # |
110 | 2024-12-23T08:24:03.263Z | |
111 | 2024-12-23T08:24:03.263Z | + ptime -m cargo build --package nextest-metadata |
112 | 2024-12-23T08:24:03.401Z | Updating crates.io index |
113 | 2024-12-23T08:24:04.601Z | Downloading crates ... |
114 | 2024-12-23T08:24:04.689Z | Downloaded addr2line v0.21.0 |
115 | 2024-12-23T08:24:04.692Z | Downloaded autocfg v1.4.0 |
116 | 2024-12-23T08:24:04.700Z | Downloaded camino v1.1.9 |
117 | 2024-12-23T08:24:04.702Z | Downloaded anstyle-parse v0.2.6 |
118 | 2024-12-23T08:24:04.705Z | Downloaded cfg_aliases v0.2.1 |
119 | 2024-12-23T08:24:04.713Z | Downloaded is_ci v1.2.0 |
120 | 2024-12-23T08:24:04.717Z | Downloaded equivalent v1.0.1 |
121 | 2024-12-23T08:24:04.728Z | Downloaded guppy-workspace-hack v0.1.0 |
122 | 2024-12-23T08:24:04.745Z | Downloaded anstyle v1.0.10 |
123 | 2024-12-23T08:24:04.752Z | Downloaded anstyle-query v1.1.2 |
124 | 2024-12-23T08:24:04.754Z | Downloaded adler v1.0.2 |
125 | 2024-12-23T08:24:04.757Z | Downloaded backtrace-ext v0.2.1 |
126 | 2024-12-23T08:24:04.760Z | Downloaded rand_chacha v0.3.1 |
127 | 2024-12-23T08:24:04.769Z | Downloaded smol_str v0.3.2 |
128 | 2024-12-23T08:24:04.771Z | Downloaded rand_core v0.6.4 |
129 | 2024-12-23T08:24:04.773Z | Downloaded signal-hook-registry v1.4.2 |
130 | 2024-12-23T08:24:04.773Z | Downloaded lazy_static v1.5.0 |
131 | 2024-12-23T08:24:04.777Z | Downloaded supports-color v3.0.2 |
132 | 2024-12-23T08:24:04.779Z | Downloaded miette-derive v7.4.0 |
133 | 2024-12-23T08:24:04.781Z | Downloaded supports-hyperlinks v3.1.0 |
134 | 2024-12-23T08:24:04.781Z | Downloaded shlex v1.3.0 |
135 | 2024-12-23T08:24:04.784Z | Downloaded is_terminal_polyfill v1.70.1 |
136 | 2024-12-23T08:24:04.784Z | Downloaded either v1.13.0 |
137 | 2024-12-23T08:24:04.786Z | Downloaded colorchoice v1.0.3 |
138 | 2024-12-23T08:24:04.786Z | Downloaded cfg-if v1.0.0 |
139 | 2024-12-23T08:24:04.788Z | Downloaded tokio-macros v2.4.0 |
140 | 2024-12-23T08:24:04.788Z | Downloaded strsim v0.11.1 |
141 | 2024-12-23T08:24:04.790Z | Downloaded tracing-log v0.2.0 |
142 | 2024-12-23T08:24:04.790Z | Downloaded errno v0.3.10 |
143 | 2024-12-23T08:24:04.793Z | Downloaded ppv-lite86 v0.2.20 |
144 | 2024-12-23T08:24:04.795Z | Downloaded thiserror-impl v1.0.69 |
145 | 2024-12-23T08:24:04.803Z | Downloaded terminal_size v0.4.1 |
146 | 2024-12-23T08:24:04.806Z | Downloaded itoa v1.0.14 |
147 | 2024-12-23T08:24:04.808Z | Downloaded utf8parse v0.2.2 |
148 | 2024-12-23T08:24:04.808Z | Downloaded thread_local v1.1.8 |
149 | 2024-12-23T08:24:04.812Z | Downloaded xxhash-rust v0.8.13 |
150 | 2024-12-23T08:24:04.815Z | Downloaded unicase v2.8.0 |
151 | 2024-12-23T08:24:04.817Z | Downloaded anstream v0.6.18 |
152 | 2024-12-23T08:24:04.819Z | Downloaded byteorder v1.5.0 |
153 | 2024-12-23T08:24:04.821Z | Downloaded unicode-linebreak v0.1.5 |
154 | 2024-12-23T08:24:04.821Z | Downloaded clap_lex v0.7.4 |
155 | 2024-12-23T08:24:04.823Z | Downloaded clap_derive v4.5.18 |
156 | 2024-12-23T08:24:04.829Z | Downloaded supports-unicode v3.0.0 |
157 | 2024-12-23T08:24:04.832Z | Downloaded smallvec v1.13.2 |
158 | 2024-12-23T08:24:04.834Z | Downloaded once_cell v1.20.2 |
159 | 2024-12-23T08:24:04.836Z | Downloaded rustc-demangle v0.1.24 |
160 | 2024-12-23T08:24:04.836Z | Downloaded quote v1.0.37 |
161 | 2024-12-23T08:24:04.839Z | Downloaded jobserver v0.1.32 |
162 | 2024-12-23T08:24:04.841Z | Downloaded heck v0.5.0 |
163 | 2024-12-23T08:24:04.846Z | Downloaded thiserror v1.0.69 |
164 | 2024-12-23T08:24:04.850Z | Downloaded zerocopy-derive v0.7.35 |
165 | 2024-12-23T08:24:04.854Z | Downloaded owo-colors v4.1.0 |
166 | 2024-12-23T08:24:04.857Z | Downloaded getrandom v0.2.15 |
167 | 2024-12-23T08:24:04.860Z | Downloaded target-spec v3.3.0 |
168 | 2024-12-23T08:24:04.862Z | Downloaded console v0.15.10 |
169 | 2024-12-23T08:24:04.865Z | Downloaded target-lexicon v0.12.16 |
170 | 2024-12-23T08:24:04.868Z | Downloaded cfg-expr v0.17.2 |
171 | 2024-12-23T08:24:04.870Z | Downloaded socket2 v0.5.8 |
172 | 2024-12-23T08:24:04.873Z | Downloaded ryu v1.0.18 |
173 | 2024-12-23T08:24:04.875Z | Downloaded log v0.4.22 |
174 | 2024-12-23T08:24:04.878Z | Downloaded bitflags v2.6.0 |
175 | 2024-12-23T08:24:04.880Z | Downloaded num-traits v0.2.19 |
176 | 2024-12-23T08:24:04.882Z | Downloaded textwrap v0.16.1 |
177 | 2024-12-23T08:24:04.885Z | Downloaded clap v4.5.23 |
178 | 2024-12-23T08:24:04.893Z | Downloaded unicode-ident v1.0.14 |
179 | 2024-12-23T08:24:04.895Z | Downloaded pin-project-lite v0.2.15 |
180 | 2024-12-23T08:24:04.900Z | Downloaded bytes v1.9.0 |
181 | 2024-12-23T08:24:04.904Z | Downloaded proc-macro2 v1.0.92 |
182 | 2024-12-23T08:24:04.907Z | Downloaded sharded-slab v0.1.7 |
183 | 2024-12-23T08:24:04.915Z | Downloaded miniz_oxide v0.7.4 |
184 | 2024-12-23T08:24:04.918Z | Downloaded borsh v1.5.3 |
185 | 2024-12-23T08:24:04.923Z | Downloaded tracing-core v0.1.33 |
186 | 2024-12-23T08:24:04.926Z | Downloaded serde_derive v1.0.216 |
187 | 2024-12-23T08:24:04.929Z | Downloaded backtrace v0.3.71 |
188 | 2024-12-23T08:24:04.941Z | Downloaded serde v1.0.216 |
189 | 2024-12-23T08:24:04.945Z | Downloaded tracing v0.1.41 |
190 | 2024-12-23T08:24:04.952Z | Downloaded mio v1.0.3 |
191 | 2024-12-23T08:24:04.958Z | Downloaded indexmap v2.7.0 |
192 | 2024-12-23T08:24:04.965Z | Downloaded cc v1.2.5 |
193 | 2024-12-23T08:24:04.969Z | Downloaded rand v0.8.5 |
194 | 2024-12-23T08:24:04.972Z | Downloaded memchr v2.7.4 |
195 | 2024-12-23T08:24:04.993Z | Downloaded hashbrown v0.15.2 |
196 | 2024-12-23T08:24:04.998Z | Downloaded miette v7.4.0 |
197 | 2024-12-23T08:24:05.002Z | Downloaded serde_json v1.0.134 |
198 | 2024-12-23T08:24:05.009Z | Downloaded zerocopy v0.7.35 |
199 | 2024-12-23T08:24:05.024Z | Downloaded clap_builder v4.5.23 |
200 | 2024-12-23T08:24:05.042Z | Downloaded tracing-subscriber v0.3.19 |
201 | 2024-12-23T08:24:05.068Z | Downloaded gimli v0.28.1 |
202 | 2024-12-23T08:24:05.093Z | Downloaded unicode-width v0.2.0 |
203 | 2024-12-23T08:24:05.099Z | Downloaded unicode-width v0.1.14 |
204 | 2024-12-23T08:24:05.104Z | Downloaded object v0.32.2 |
205 | 2024-12-23T08:24:05.113Z | Downloaded rustix v0.38.42 |
206 | 2024-12-23T08:24:05.134Z | Downloaded syn v2.0.91 |
207 | 2024-12-23T08:24:05.196Z | Downloaded libc v0.2.169 |
208 | 2024-12-23T08:24:05.218Z | Downloaded tokio v1.42.0 |
209 | 2024-12-23T08:24:05.429Z | Compiling proc-macro2 v1.0.92 |
210 | 2024-12-23T08:24:05.429Z | Compiling unicode-ident v1.0.14 |
211 | 2024-12-23T08:24:05.432Z | Compiling libc v0.2.169 |
212 | 2024-12-23T08:24:05.432Z | Compiling serde v1.0.216 |
213 | 2024-12-23T08:24:05.432Z | Compiling cfg-if v1.0.0 |
214 | 2024-12-23T08:24:05.447Z | Compiling shlex v1.3.0 |
215 | 2024-12-23T08:24:05.449Z | Compiling once_cell v1.20.2 |
216 | 2024-12-23T08:24:05.598Z | Compiling memchr v2.7.4 |
217 | 2024-12-23T08:24:05.623Z | Compiling rustix v0.38.42 |
218 | 2024-12-23T08:24:05.770Z | Compiling bitflags v2.6.0 |
219 | 2024-12-23T08:24:05.855Z | Compiling tracing-core v0.1.33 |
220 | 2024-12-23T08:24:06.104Z | Compiling gimli v0.28.1 |
221 | 2024-12-23T08:24:06.145Z | Compiling adler v1.0.2 |
222 | 2024-12-23T08:24:06.363Z | Compiling camino v1.1.9 |
223 | 2024-12-23T08:24:06.424Z | Compiling utf8parse v0.2.2 |
224 | 2024-12-23T08:24:06.578Z | Compiling byteorder v1.5.0 |
225 | 2024-12-23T08:24:06.903Z | Compiling jobserver v0.1.32 |
226 | 2024-12-23T08:24:06.915Z | Compiling anstyle-parse v0.2.6 |
227 | 2024-12-23T08:24:07.027Z | Compiling object v0.32.2 |
228 | 2024-12-23T08:24:07.198Z | Compiling quote v1.0.37 |
229 | 2024-12-23T08:24:07.222Z | Compiling miniz_oxide v0.7.4 |
230 | 2024-12-23T08:24:07.306Z | Compiling cc v1.2.5 |
231 | 2024-12-23T08:24:07.552Z | Compiling syn v2.0.91 |
232 | 2024-12-23T08:24:07.589Z | Compiling errno v0.3.10 |
233 | 2024-12-23T08:24:07.737Z | Compiling getrandom v0.2.15 |
234 | 2024-12-23T08:24:07.814Z | Compiling anstyle v1.0.10 |
235 | 2024-12-23T08:24:07.975Z | Compiling target-lexicon v0.12.16 |
236 | 2024-12-23T08:24:08.023Z | Compiling unicode-width v0.2.0 |
237 | 2024-12-23T08:24:08.208Z | Compiling thiserror v1.0.69 |
238 | 2024-12-23T08:24:08.535Z | Compiling is_terminal_polyfill v1.70.1 |
239 | 2024-12-23T08:24:08.647Z | Compiling terminal_size v0.4.1 |
240 | 2024-12-23T08:24:08.759Z | Compiling owo-colors v4.1.0 |
241 | 2024-12-23T08:24:08.823Z | Compiling serde_json v1.0.134 |
242 | 2024-12-23T08:24:08.842Z | Compiling rustc-demangle v0.1.24 |
243 | 2024-12-23T08:24:09.075Z | Compiling colorchoice v1.0.3 |
244 | 2024-12-23T08:24:09.091Z | Compiling autocfg v1.4.0 |
245 | 2024-12-23T08:24:09.204Z | Compiling anstyle-query v1.1.2 |
246 | 2024-12-23T08:24:09.317Z | Compiling anstream v0.6.18 |
247 | 2024-12-23T08:24:09.670Z | Compiling rand_core v0.6.4 |
248 | 2024-12-23T08:24:09.773Z | Compiling lazy_static v1.5.0 |
249 | 2024-12-23T08:24:09.858Z | Compiling num-traits v0.2.19 |
250 | 2024-12-23T08:24:09.898Z | Compiling addr2line v0.21.0 |
251 | 2024-12-23T08:24:09.967Z | Compiling pin-project-lite v0.2.15 |
252 | 2024-12-23T08:24:10.079Z | Compiling strsim v0.11.1 |
253 | 2024-12-23T08:24:10.092Z | Compiling itoa v1.0.14 |
254 | 2024-12-23T08:24:10.227Z | Compiling unicode-width v0.1.14 |
255 | 2024-12-23T08:24:10.301Z | Compiling unicode-linebreak v0.1.5 |
256 | 2024-12-23T08:24:10.483Z | Compiling backtrace v0.3.71 |
257 | 2024-12-23T08:24:10.511Z | Compiling guppy-workspace-hack v0.1.0 |
258 | 2024-12-23T08:24:10.575Z | Compiling smallvec v1.13.2 |
259 | 2024-12-23T08:24:10.712Z | Compiling is_ci v1.2.0 |
260 | 2024-12-23T08:24:10.763Z | Compiling ryu v1.0.18 |
261 | 2024-12-23T08:24:10.835Z | Compiling log v0.4.22 |
262 | 2024-12-23T08:24:10.943Z | Compiling heck v0.5.0 |
263 | 2024-12-23T08:24:10.946Z | Compiling clap_lex v0.7.4 |
264 | 2024-12-23T08:24:10.968Z | Compiling unicase v2.8.0 |
265 | 2024-12-23T08:24:11.137Z | Compiling tracing-log v0.2.0 |
266 | 2024-12-23T08:24:11.268Z | Compiling clap_builder v4.5.23 |
267 | 2024-12-23T08:24:11.339Z | Compiling supports-color v3.0.2 |
268 | 2024-12-23T08:24:11.367Z | Compiling textwrap v0.16.1 |
269 | 2024-12-23T08:24:11.594Z | Compiling tracing v0.1.41 |
270 | 2024-12-23T08:24:11.625Z | Compiling sharded-slab v0.1.7 |
271 | 2024-12-23T08:24:11.999Z | Compiling mio v1.0.3 |
272 | 2024-12-23T08:24:12.286Z | Compiling signal-hook-registry v1.4.2 |
273 | 2024-12-23T08:24:12.387Z | Compiling thread_local v1.1.8 |
274 | 2024-12-23T08:24:12.866Z | Compiling supports-hyperlinks v3.1.0 |
275 | 2024-12-23T08:24:13.084Z | Compiling hashbrown v0.15.2 |
276 | 2024-12-23T08:24:13.122Z | Compiling target-spec v3.3.0 |
277 | 2024-12-23T08:24:13.192Z | Compiling equivalent v1.0.1 |
278 | 2024-12-23T08:24:13.299Z | Compiling bytes v1.9.0 |
279 | 2024-12-23T08:24:13.487Z | Compiling backtrace-ext v0.2.1 |
280 | 2024-12-23T08:24:13.612Z | Compiling supports-unicode v3.0.0 |
281 | 2024-12-23T08:24:13.796Z | Compiling tracing-subscriber v0.3.19 |
282 | 2024-12-23T08:24:13.849Z | Compiling cfg-expr v0.17.2 |
283 | 2024-12-23T08:24:14.254Z | Compiling console v0.15.10 |
284 | 2024-12-23T08:24:14.515Z | Compiling xxhash-rust v0.8.13 |
285 | 2024-12-23T08:24:15.192Z | Compiling either v1.13.0 |
286 | 2024-12-23T08:24:17.511Z | Compiling serde_derive v1.0.216 |
287 | 2024-12-23T08:24:17.664Z | Compiling zerocopy-derive v0.7.35 |
288 | 2024-12-23T08:24:17.808Z | Compiling thiserror-impl v1.0.69 |
289 | 2024-12-23T08:24:19.214Z | Compiling miette-derive v7.4.0 |
290 | 2024-12-23T08:24:19.327Z | Compiling tokio-macros v2.4.0 |
291 | 2024-12-23T08:24:19.352Z | Compiling clap_derive v4.5.18 |
292 | 2024-12-23T08:24:19.544Z | Compiling zerocopy v0.7.35 |
293 | 2024-12-23T08:24:20.496Z | Compiling ppv-lite86 v0.2.20 |
294 | 2024-12-23T08:24:20.508Z | Compiling tokio v1.42.0 |
295 | 2024-12-23T08:24:21.100Z | Compiling miette v7.4.0 |
296 | 2024-12-23T08:24:21.218Z | Compiling rand_chacha v0.3.1 |
297 | 2024-12-23T08:24:21.572Z | Compiling rand v0.8.5 |
298 | 2024-12-23T08:24:22.306Z | Compiling clap v4.5.23 |
299 | 2024-12-23T08:24:25.223Z | Compiling indexmap v2.7.0 |
300 | 2024-12-23T08:24:25.223Z | Compiling smol_str v0.3.2 |
301 | 2024-12-23T08:24:25.859Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
302 | 2024-12-23T08:24:27.011Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
303 | 2024-12-23T08:24:28.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.65s |
304 | 2024-12-23T08:24:29.156Z | |
305 | 2024-12-23T08:24:29.156Z | real 25.871631863 |
306 | 2024-12-23T08:24:29.156Z | user 2:18.801274443 |
307 | 2024-12-23T08:24:29.156Z | sys 17.732620472 |
308 | 2024-12-23T08:24:29.156Z | trap 0.091258766 |
309 | 2024-12-23T08:24:29.156Z | tflt 0.246342247 |
310 | 2024-12-23T08:24:29.156Z | dflt 0.307821539 |
311 | 2024-12-23T08:24:29.156Z | kflt 0.001781681 |
312 | 2024-12-23T08:24:29.158Z | lock 2:44.133795701 |
313 | 2024-12-23T08:24:29.158Z | slp 6:56.793502324 |
314 | 2024-12-23T08:24:29.158Z | lat 8.467707050 |
315 | 2024-12-23T08:24:29.158Z | stop 15.256533288 |
316 | 2024-12-23T08:24:29.158Z | + banner no-update |
317 | 2024-12-23T08:24:29.158Z | |
318 | 2024-12-23T08:24:29.158Z | # # #### # # ##### ##### ## ##### ###### |
319 | 2024-12-23T08:24:29.158Z | ## # # # # # # # # # # # # # |
320 | 2024-12-23T08:24:29.158Z | # # # # # ##### # # # # # # # # # ##### |
321 | 2024-12-23T08:24:29.158Z | # # # # # # # ##### # # ###### # # |
322 | 2024-12-23T08:24:29.158Z | # ## # # # # # # # # # # # |
323 | 2024-12-23T08:24:29.158Z | # # #### #### # ##### # # # ###### |
324 | 2024-12-23T08:24:29.158Z | |
325 | 2024-12-23T08:24:29.161Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
326 | 2024-12-23T08:24:29.303Z | Downloading crates ... |
327 | 2024-12-23T08:24:29.384Z | Downloaded ahash v0.8.11 |
328 | 2024-12-23T08:24:29.387Z | Downloaded enable-ansi-support v0.2.1 |
329 | 2024-12-23T08:24:29.390Z | Downloaded cargo_metadata v0.19.1 |
330 | 2024-12-23T08:24:29.405Z | Downloaded zeroize v1.8.1 |
331 | 2024-12-23T08:24:29.440Z | Downloaded parking_lot_core v0.9.10 |
332 | 2024-12-23T08:24:29.442Z | Downloaded indent_write v2.2.0 |
333 | 2024-12-23T08:24:29.444Z | Downloaded futures-channel v0.3.31 |
334 | 2024-12-23T08:24:29.447Z | Downloaded fastrand v2.3.0 |
335 | 2024-12-23T08:24:29.447Z | Downloaded pkg-config v0.3.31 |
336 | 2024-12-23T08:24:29.458Z | Downloaded serde_path_to_error v0.1.16 |
337 | 2024-12-23T08:24:29.461Z | Downloaded scopeguard v1.2.0 |
338 | 2024-12-23T08:24:29.463Z | Downloaded semver v1.0.24 |
339 | 2024-12-23T08:24:29.463Z | Downloaded async-scoped v0.9.0 |
340 | 2024-12-23T08:24:29.481Z | Downloaded futures-core v0.3.31 |
341 | 2024-12-23T08:24:29.483Z | Downloaded future-queue v0.3.0 |
342 | 2024-12-23T08:24:29.485Z | Downloaded static_assertions v1.1.0 |
343 | 2024-12-23T08:24:29.489Z | Downloaded atomicwrites v0.4.4 |
344 | 2024-12-23T08:24:29.493Z | Downloaded thiserror-impl v2.0.9 |
345 | 2024-12-23T08:24:29.495Z | Downloaded slab v0.4.9 |
346 | 2024-12-23T08:24:29.498Z | Downloaded humantime v2.1.0 |
347 | 2024-12-23T08:24:29.500Z | Downloaded futures-io v0.3.31 |
348 | 2024-12-23T08:24:29.500Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-12-23T08:24:29.502Z | Downloaded fixedbitset v0.4.2 |
350 | 2024-12-23T08:24:29.502Z | Downloaded pin-utils v0.1.0 |
351 | 2024-12-23T08:24:29.505Z | Downloaded tinyvec_macros v0.1.1 |
352 | 2024-12-23T08:24:29.505Z | Downloaded nested v0.1.1 |
353 | 2024-12-23T08:24:29.509Z | Downloaded number_prefix v0.4.0 |
354 | 2024-12-23T08:24:29.511Z | Downloaded owo-colors v3.5.0 |
355 | 2024-12-23T08:24:29.516Z | Downloaded futures-macro v0.3.31 |
356 | 2024-12-23T08:24:29.519Z | Downloaded lock_api v0.4.12 |
357 | 2024-12-23T08:24:29.522Z | Downloaded vte_generate_state_changes v0.1.2 |
358 | 2024-12-23T08:24:29.525Z | Downloaded target-spec-miette v0.4.1 |
359 | 2024-12-23T08:24:29.527Z | Downloaded indenter v0.3.3 |
360 | 2024-12-23T08:24:29.527Z | Downloaded swrite v0.1.0 |
361 | 2024-12-23T08:24:29.527Z | Downloaded humantime-serde v1.1.1 |
362 | 2024-12-23T08:24:29.533Z | Downloaded pathdiff v0.2.3 |
363 | 2024-12-23T08:24:29.535Z | Downloaded os_pipe v1.2.1 |
364 | 2024-12-23T08:24:29.537Z | Downloaded filetime v0.2.25 |
365 | 2024-12-23T08:24:29.540Z | Downloaded fnv v1.0.7 |
366 | 2024-12-23T08:24:29.540Z | Downloaded tempfile v3.14.0 |
367 | 2024-12-23T08:24:29.544Z | Downloaded toml_datetime v0.6.8 |
368 | 2024-12-23T08:24:29.547Z | Downloaded quick-junit v0.5.1 |
369 | 2024-12-23T08:24:29.549Z | Downloaded newtype-uuid v1.1.3 |
370 | 2024-12-23T08:24:29.551Z | Downloaded futures-executor v0.3.31 |
371 | 2024-12-23T08:24:29.551Z | Downloaded cargo-platform v0.1.9 |
372 | 2024-12-23T08:24:29.553Z | Downloaded home v0.5.11 |
373 | 2024-12-23T08:24:29.553Z | Downloaded futures-task v0.3.31 |
374 | 2024-12-23T08:24:29.553Z | Downloaded futures-sink v0.3.31 |
375 | 2024-12-23T08:24:29.555Z | Downloaded derive-where v1.2.7 |
376 | 2024-12-23T08:24:29.558Z | Downloaded debug-ignore v1.0.5 |
377 | 2024-12-23T08:24:29.560Z | Downloaded tracing-error v0.2.1 |
378 | 2024-12-23T08:24:29.560Z | Downloaded config v0.15.4 |
379 | 2024-12-23T08:24:29.564Z | Downloaded dialoguer v0.11.0 |
380 | 2024-12-23T08:24:29.567Z | Downloaded xattr v1.3.1 |
381 | 2024-12-23T08:24:29.569Z | Downloaded strip-ansi-escapes v0.2.0 |
382 | 2024-12-23T08:24:29.569Z | Downloaded signal-hook-mio v0.2.4 |
383 | 2024-12-23T08:24:29.573Z | Downloaded shell-words v1.1.0 |
384 | 2024-12-23T08:24:29.573Z | Downloaded shared_child v1.0.1 |
385 | 2024-12-23T08:24:29.576Z | Downloaded serde_ignored v0.1.10 |
386 | 2024-12-23T08:24:29.576Z | Downloaded thiserror v2.0.9 |
387 | 2024-12-23T08:24:29.580Z | Downloaded zstd-safe v7.2.1 |
388 | 2024-12-23T08:24:29.583Z | Downloaded pin-project-internal v1.1.7 |
389 | 2024-12-23T08:24:29.585Z | Downloaded tokio-stream v0.1.17 |
390 | 2024-12-23T08:24:29.587Z | Downloaded serde_spanned v0.6.8 |
391 | 2024-12-23T08:24:29.590Z | Downloaded ron v0.8.1 |
392 | 2024-12-23T08:24:29.593Z | Downloaded iana-time-zone v0.1.61 |
393 | 2024-12-23T08:24:29.595Z | Downloaded globset v0.4.15 |
394 | 2024-12-23T08:24:29.599Z | Downloaded version_check v0.9.5 |
395 | 2024-12-23T08:24:29.599Z | Downloaded pin-project v1.1.7 |
396 | 2024-12-23T08:24:29.608Z | Downloaded zstd v0.13.2 |
397 | 2024-12-23T08:24:29.610Z | Downloaded tracing-attributes v0.1.28 |
398 | 2024-12-23T08:24:29.613Z | Downloaded duct v0.13.7 |
399 | 2024-12-23T08:24:29.615Z | Downloaded parking_lot v0.12.3 |
400 | 2024-12-23T08:24:29.619Z | Downloaded tinyvec v1.8.1 |
401 | 2024-12-23T08:24:29.622Z | Downloaded futures v0.3.31 |
402 | 2024-12-23T08:24:29.627Z | Downloaded toml v0.8.19 |
403 | 2024-12-23T08:24:29.630Z | Downloaded signal-hook v0.3.17 |
404 | 2024-12-23T08:24:29.632Z | Downloaded vte v0.11.1 |
405 | 2024-12-23T08:24:29.637Z | Downloaded tar v0.4.43 |
406 | 2024-12-23T08:24:29.640Z | Downloaded indicatif v0.17.9 |
407 | 2024-12-23T08:24:29.644Z | Downloaded uuid v1.11.0 |
408 | 2024-12-23T08:24:29.647Z | Downloaded eyre v0.6.12 |
409 | 2024-12-23T08:24:29.652Z | Downloaded base64 v0.21.7 |
410 | 2024-12-23T08:24:29.690Z | Downloaded quick-xml v0.37.1 |
411 | 2024-12-23T08:24:29.695Z | Downloaded toml_edit v0.22.22 |
412 | 2024-12-23T08:24:29.730Z | Downloaded unicode-normalization v0.1.24 |
413 | 2024-12-23T08:24:29.733Z | Downloaded guppy v0.17.11 |
414 | 2024-12-23T08:24:29.738Z | Downloaded itertools v0.13.0 |
415 | 2024-12-23T08:24:29.745Z | Downloaded futures-util v0.3.31 |
416 | 2024-12-23T08:24:29.755Z | Downloaded winnow v0.6.20 |
417 | 2024-12-23T08:24:29.763Z | Downloaded portable-atomic v1.10.0 |
418 | 2024-12-23T08:24:29.769Z | Downloaded crossterm v0.28.1 |
419 | 2024-12-23T08:24:29.774Z | Downloaded aho-corasick v1.1.3 |
420 | 2024-12-23T08:24:29.780Z | Downloaded color-spantrace v0.2.1 |
421 | 2024-12-23T08:24:29.793Z | Downloaded chrono v0.4.39 |
422 | 2024-12-23T08:24:29.816Z | Downloaded regex v1.11.1 |
423 | 2024-12-23T08:24:29.828Z | Downloaded regex-syntax v0.8.5 |
424 | 2024-12-23T08:24:29.837Z | Downloaded nix v0.29.0 |
425 | 2024-12-23T08:24:29.848Z | Downloaded bstr v1.11.1 |
426 | 2024-12-23T08:24:29.880Z | Downloaded regex-automata v0.4.9 |
427 | 2024-12-23T08:24:29.920Z | Downloaded color-eyre v0.6.3 |
428 | 2024-12-23T08:24:29.934Z | Downloaded petgraph v0.6.5 |
429 | 2024-12-23T08:24:29.951Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
430 | 2024-12-23T08:24:29.997Z | Downloaded recursion v0.5.2 |
431 | 2024-12-23T08:24:30.038Z | Compiling rustix v0.38.42 |
432 | 2024-12-23T08:24:30.040Z | Compiling tracing-attributes v0.1.28 |
433 | 2024-12-23T08:24:30.094Z | Compiling mio v1.0.3 |
434 | 2024-12-23T08:24:30.097Z | Compiling futures-core v0.3.31 |
435 | 2024-12-23T08:24:30.104Z | Compiling slab v0.4.9 |
436 | 2024-12-23T08:24:30.111Z | Compiling futures-sink v0.3.31 |
437 | 2024-12-23T08:24:30.113Z | Compiling thiserror v2.0.9 |
438 | 2024-12-23T08:24:30.113Z | Compiling pkg-config v0.3.31 |
439 | 2024-12-23T08:24:30.226Z | Compiling futures-channel v0.3.31 |
440 | 2024-12-23T08:24:30.285Z | Compiling thiserror-impl v2.0.9 |
441 | 2024-12-23T08:24:30.580Z | Compiling futures-macro v0.3.31 |
442 | 2024-12-23T08:24:30.806Z | Compiling futures-io v0.3.31 |
443 | 2024-12-23T08:24:31.068Z | Compiling pin-utils v0.1.0 |
444 | 2024-12-23T08:24:31.078Z | Compiling semver v1.0.24 |
445 | 2024-12-23T08:24:31.149Z | Compiling version_check v0.9.5 |
446 | 2024-12-23T08:24:31.164Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
447 | 2024-12-23T08:24:31.224Z | Compiling futures-task v0.3.31 |
448 | 2024-12-23T08:24:31.494Z | Compiling lock_api v0.4.12 |
449 | 2024-12-23T08:24:31.613Z | Compiling aho-corasick v1.1.3 |
450 | 2024-12-23T08:24:31.704Z | Compiling ahash v0.8.11 |
451 | 2024-12-23T08:24:31.849Z | Compiling signal-hook v0.3.17 |
452 | 2024-12-23T08:24:32.081Z | Compiling parking_lot_core v0.9.10 |
453 | 2024-12-23T08:24:32.167Z | Compiling winnow v0.6.20 |
454 | 2024-12-23T08:24:32.494Z | Compiling futures-util v0.3.31 |
455 | 2024-12-23T08:24:32.501Z | Compiling fastrand v2.3.0 |
456 | 2024-12-23T08:24:32.903Z | Compiling tracing v0.1.41 |
457 | 2024-12-23T08:24:33.016Z | Compiling terminal_size v0.4.1 |
458 | 2024-12-23T08:24:33.164Z | Compiling miette v7.4.0 |
459 | 2024-12-23T08:24:33.204Z | Compiling tokio v1.42.0 |
460 | 2024-12-23T08:24:33.297Z | Compiling clap_builder v4.5.23 |
461 | 2024-12-23T08:24:33.635Z | Compiling regex-syntax v0.8.5 |
462 | 2024-12-23T08:24:35.445Z | Compiling tempfile v3.14.0 |
463 | 2024-12-23T08:24:36.484Z | Compiling pathdiff v0.2.3 |
464 | 2024-12-23T08:24:36.621Z | Compiling cargo-platform v0.1.9 |
465 | 2024-12-23T08:24:36.918Z | Compiling clap v4.5.23 |
466 | 2024-12-23T08:24:37.013Z | Compiling toml_datetime v0.6.8 |
467 | 2024-12-23T08:24:37.118Z | Compiling regex-automata v0.4.9 |
468 | 2024-12-23T08:24:37.154Z | Compiling serde_spanned v0.6.8 |
469 | 2024-12-23T08:24:37.355Z | Compiling vte_generate_state_changes v0.1.2 |
470 | 2024-12-23T08:24:37.461Z | Compiling portable-atomic v1.10.0 |
471 | 2024-12-23T08:24:37.694Z | Compiling scopeguard v1.2.0 |
472 | 2024-12-23T08:24:37.814Z | Compiling fixedbitset v0.4.2 |
473 | 2024-12-23T08:24:37.947Z | Compiling cfg_aliases v0.2.1 |
474 | 2024-12-23T08:24:38.026Z | Compiling zstd-safe v7.2.1 |
475 | 2024-12-23T08:24:38.256Z | Compiling newtype-uuid v1.1.3 |
476 | 2024-12-23T08:24:38.364Z | Compiling petgraph v0.6.5 |
477 | 2024-12-23T08:24:38.391Z | Compiling nix v0.29.0 |
478 | 2024-12-23T08:24:38.593Z | Compiling vte v0.11.1 |
479 | 2024-12-23T08:24:39.559Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-23T08:24:40.030Z | Compiling futures-executor v0.3.31 |
481 | 2024-12-23T08:24:40.368Z | Compiling cargo_metadata v0.19.1 |
482 | 2024-12-23T08:24:41.078Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
483 | 2024-12-23T08:24:41.590Z | Compiling itertools v0.13.0 |
484 | 2024-12-23T08:24:41.696Z | Compiling uuid v1.11.0 |
485 | 2024-12-23T08:24:42.412Z | Compiling pin-project-internal v1.1.7 |
486 | 2024-12-23T08:24:42.548Z | Compiling bstr v1.11.1 |
487 | 2024-12-23T08:24:43.639Z | Compiling nested v0.1.1 |
488 | 2024-12-23T08:24:43.886Z | Compiling debug-ignore v1.0.5 |
489 | 2024-12-23T08:24:44.004Z | Compiling static_assertions v1.1.0 |
490 | 2024-12-23T08:24:44.073Z | Compiling iana-time-zone v0.1.61 |
491 | 2024-12-23T08:24:44.126Z | Compiling tinyvec_macros v0.1.1 |
492 | 2024-12-23T08:24:44.207Z | Compiling eyre v0.6.12 |
493 | 2024-12-23T08:24:44.306Z | Compiling chrono v0.4.39 |
494 | 2024-12-23T08:24:44.454Z | Compiling tinyvec v1.8.1 |
495 | 2024-12-23T08:24:44.845Z | Compiling pin-project v1.1.7 |
496 | 2024-12-23T08:24:44.946Z | Compiling guppy v0.17.11 |
497 | 2024-12-23T08:24:45.113Z | Compiling globset v0.4.15 |
498 | 2024-12-23T08:24:45.818Z | Compiling toml v0.8.19 |
499 | 2024-12-23T08:24:46.104Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
500 | 2024-12-23T08:24:46.943Z | Compiling parking_lot v0.12.3 |
501 | 2024-12-23T08:24:47.445Z | Compiling signal-hook-mio v0.2.4 |
502 | 2024-12-23T08:24:47.591Z | Compiling regex v1.11.1 |
503 | 2024-12-23T08:24:47.674Z | Compiling futures v0.3.31 |
504 | 2024-12-23T08:24:47.766Z | Compiling strip-ansi-escapes v0.2.0 |
505 | 2024-12-23T08:24:47.926Z | Compiling tracing-error v0.2.1 |
506 | 2024-12-23T08:24:48.096Z | Compiling xattr v1.3.1 |
507 | 2024-12-23T08:24:48.231Z | Compiling shared_child v1.0.1 |
508 | 2024-12-23T08:24:48.338Z | Compiling os_pipe v1.2.1 |
509 | 2024-12-23T08:24:48.558Z | Compiling filetime v0.2.25 |
510 | 2024-12-23T08:24:48.604Z | Compiling quick-xml v0.37.1 |
511 | 2024-12-23T08:24:48.628Z | Compiling number_prefix v0.4.0 |
512 | 2024-12-23T08:24:48.817Z | Compiling indenter v0.3.3 |
513 | 2024-12-23T08:24:48.831Z | Compiling shell-words v1.1.0 |
514 | 2024-12-23T08:24:48.942Z | Compiling owo-colors v3.5.0 |
515 | 2024-12-23T08:24:49.011Z | Compiling recursion v0.5.2 |
516 | 2024-12-23T08:24:49.061Z | Compiling fnv v1.0.7 |
517 | 2024-12-23T08:24:49.122Z | Compiling humantime v2.1.0 |
518 | 2024-12-23T08:24:49.160Z | Compiling future-queue v0.3.0 |
519 | 2024-12-23T08:24:49.169Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
520 | 2024-12-23T08:24:49.499Z | Compiling humantime-serde v1.1.1 |
521 | 2024-12-23T08:24:49.574Z | Compiling quick-junit v0.5.1 |
522 | 2024-12-23T08:24:50.384Z | Compiling indicatif v0.17.9 |
523 | 2024-12-23T08:24:50.393Z | Compiling tar v0.4.43 |
524 | 2024-12-23T08:24:50.414Z | Compiling duct v0.13.7 |
525 | 2024-12-23T08:24:50.738Z | Compiling zstd v0.13.2 |
526 | 2024-12-23T08:24:50.774Z | Compiling color-spantrace v0.2.1 |
527 | 2024-12-23T08:24:51.291Z | Compiling async-scoped v0.9.0 |
528 | 2024-12-23T08:24:51.326Z | Compiling crossterm v0.28.1 |
529 | 2024-12-23T08:24:51.547Z | Compiling config v0.15.4 |
530 | 2024-12-23T08:24:52.007Z | Compiling unicode-normalization v0.1.24 |
531 | 2024-12-23T08:24:52.124Z | Compiling tokio-stream v0.1.17 |
532 | 2024-12-23T08:24:52.685Z | Compiling camino-tempfile v1.1.1 |
533 | 2024-12-23T08:24:52.695Z | Compiling atomicwrites v0.4.4 |
534 | 2024-12-23T08:24:52.832Z | Compiling target-spec-miette v0.4.1 |
535 | 2024-12-23T08:24:52.972Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
536 | 2024-12-23T08:24:53.004Z | Compiling serde_path_to_error v0.1.16 |
537 | 2024-12-23T08:24:53.047Z | Compiling serde_ignored v0.1.10 |
538 | 2024-12-23T08:24:53.082Z | Compiling derive-where v1.2.7 |
539 | 2024-12-23T08:24:53.193Z | Compiling indent_write v2.2.0 |
540 | 2024-12-23T08:24:53.387Z | Compiling home v0.5.11 |
541 | 2024-12-23T08:24:53.395Z | Compiling zeroize v1.8.1 |
542 | 2024-12-23T08:24:53.628Z | Compiling swrite v0.1.0 |
543 | 2024-12-23T08:24:53.675Z | Compiling dialoguer v0.11.0 |
544 | 2024-12-23T08:24:53.704Z | Compiling color-eyre v0.6.3 |
545 | 2024-12-23T08:24:53.719Z | Compiling enable-ansi-support v0.2.1 |
546 | 2024-12-23T08:24:54.941Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
547 | 2024-12-23T08:25:18.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
548 | 2024-12-23T08:25:18.395Z | |
549 | 2024-12-23T08:25:18.397Z | real 49.221601528 |
550 | 2024-12-23T08:25:18.397Z | user 3:34.576139565 |
551 | 2024-12-23T08:25:18.397Z | sys 23.051242465 |
552 | 2024-12-23T08:25:18.397Z | trap 0.136940540 |
553 | 2024-12-23T08:25:18.397Z | tflt 0.281621989 |
554 | 2024-12-23T08:25:18.397Z | dflt 0.304508552 |
555 | 2024-12-23T08:25:18.397Z | kflt 0.003112922 |
556 | 2024-12-23T08:25:18.397Z | lock 5:40.302005106 |
557 | 2024-12-23T08:25:18.397Z | slp 13:03.669181108 |
558 | 2024-12-23T08:25:18.397Z | lat 7.424952493 |
559 | 2024-12-23T08:25:18.397Z | stop 9.979225829 |
560 | 2024-12-23T08:25:18.397Z | + banner nextest |
561 | 2024-12-23T08:25:18.400Z | |
562 | 2024-12-23T08:25:18.400Z | # # ###### # # ##### ###### #### ##### |
563 | 2024-12-23T08:25:18.400Z | ## # # # # # # # # |
564 | 2024-12-23T08:25:18.400Z | # # # ##### ## # ##### #### # |
565 | 2024-12-23T08:25:18.400Z | # # # # ## # # # # |
566 | 2024-12-23T08:25:18.400Z | # ## # # # # # # # # |
567 | 2024-12-23T08:25:18.400Z | # # ###### # # # ###### #### # |
568 | 2024-12-23T08:25:18.400Z | |
569 | 2024-12-23T08:25:18.400Z | + ptime -m cargo build --package cargo-nextest |
570 | 2024-12-23T08:25:18.551Z | Downloading crates ... |
571 | 2024-12-23T08:25:18.704Z | Downloaded adler2 v2.0.0 |
572 | 2024-12-23T08:25:18.708Z | Downloaded generic-array v0.14.7 |
573 | 2024-12-23T08:25:18.714Z | Downloaded native-tls v0.2.12 |
574 | 2024-12-23T08:25:18.716Z | Downloaded hex v0.4.3 |
575 | 2024-12-23T08:25:18.724Z | Downloaded http-body v1.0.1 |
576 | 2024-12-23T08:25:18.730Z | Downloaded mukti-metadata v0.3.0 |
577 | 2024-12-23T08:25:18.733Z | Downloaded foreign-types-shared v0.1.1 |
578 | 2024-12-23T08:25:18.735Z | Downloaded openssl-macros v0.1.1 |
579 | 2024-12-23T08:25:18.739Z | Downloaded tower-service v0.3.3 |
580 | 2024-12-23T08:25:18.742Z | Downloaded try-lock v0.2.5 |
581 | 2024-12-23T08:25:18.744Z | Downloaded sync_wrapper v1.0.2 |
582 | 2024-12-23T08:25:18.744Z | Downloaded openssl-probe v0.1.5 |
583 | 2024-12-23T08:25:18.747Z | Downloaded icu_provider_macros v1.5.0 |
584 | 2024-12-23T08:25:18.750Z | Downloaded foreign-types v0.3.2 |
585 | 2024-12-23T08:25:18.756Z | Downloaded write16 v1.0.0 |
586 | 2024-12-23T08:25:18.759Z | Downloaded urlencoding v2.1.3 |
587 | 2024-12-23T08:25:18.763Z | Downloaded yoke-derive v0.7.5 |
588 | 2024-12-23T08:25:18.765Z | Downloaded zerofrom v0.1.5 |
589 | 2024-12-23T08:25:18.767Z | Downloaded icu_provider v1.5.0 |
590 | 2024-12-23T08:25:18.773Z | Downloaded crypto-common v0.1.6 |
591 | 2024-12-23T08:25:18.776Z | Downloaded cpufeatures v0.2.16 |
592 | 2024-12-23T08:25:18.776Z | Downloaded idna_adapter v1.2.0 |
593 | 2024-12-23T08:25:18.779Z | Downloaded hyper-tls v0.6.0 |
594 | 2024-12-23T08:25:18.779Z | Downloaded form_urlencoded v1.2.1 |
595 | 2024-12-23T08:25:18.779Z | Downloaded curve25519-dalek-derive v0.1.1 |
596 | 2024-12-23T08:25:18.781Z | Downloaded block-buffer v0.10.4 |
597 | 2024-12-23T08:25:18.790Z | Downloaded untrusted v0.9.0 |
598 | 2024-12-23T08:25:18.792Z | Downloaded ed25519 v2.2.3 |
599 | 2024-12-23T08:25:18.794Z | Downloaded zerofrom-derive v0.1.5 |
600 | 2024-12-23T08:25:18.794Z | Downloaded signature v2.2.0 |
601 | 2024-12-23T08:25:18.797Z | Downloaded serde_urlencoded v0.7.1 |
602 | 2024-12-23T08:25:18.797Z | Downloaded rustc_version v0.4.1 |
603 | 2024-12-23T08:25:18.800Z | Downloaded zerovec-derive v0.10.3 |
604 | 2024-12-23T08:25:18.803Z | Downloaded utf16_iter v1.0.5 |
605 | 2024-12-23T08:25:18.803Z | Downloaded want v0.3.1 |
606 | 2024-12-23T08:25:18.805Z | Downloaded synstructure v0.13.1 |
607 | 2024-12-23T08:25:18.808Z | Downloaded utf8_iter v1.0.4 |
608 | 2024-12-23T08:25:18.810Z | Downloaded tokio-native-tls v0.3.1 |
609 | 2024-12-23T08:25:18.813Z | Downloaded spki v0.7.3 |
610 | 2024-12-23T08:25:18.813Z | Downloaded subtle v2.6.1 |
611 | 2024-12-23T08:25:18.816Z | Downloaded self-replace v1.5.0 |
612 | 2024-12-23T08:25:18.816Z | Downloaded writeable v0.5.5 |
613 | 2024-12-23T08:25:18.818Z | Downloaded stable_deref_trait v1.2.0 |
614 | 2024-12-23T08:25:18.823Z | Downloaded digest v0.10.7 |
615 | 2024-12-23T08:25:18.825Z | Downloaded tinystr v0.7.6 |
616 | 2024-12-23T08:25:18.827Z | Downloaded mime v0.3.17 |
617 | 2024-12-23T08:25:18.830Z | Downloaded http-body-util v0.1.2 |
618 | 2024-12-23T08:25:18.830Z | Downloaded zipsign-api v0.1.2 |
619 | 2024-12-23T08:25:18.833Z | Downloaded base64ct v1.6.0 |
620 | 2024-12-23T08:25:18.833Z | Downloaded rustc-hash v2.1.0 |
621 | 2024-12-23T08:25:18.840Z | Downloaded percent-encoding v2.3.1 |
622 | 2024-12-23T08:25:18.843Z | Downloaded litemap v0.7.4 |
623 | 2024-12-23T08:25:18.845Z | Downloaded icu_locid_transform v1.5.0 |
624 | 2024-12-23T08:25:18.849Z | Downloaded httparse v1.9.5 |
625 | 2024-12-23T08:25:18.849Z | Downloaded displaydoc v0.2.5 |
626 | 2024-12-23T08:25:18.852Z | Downloaded pkcs8 v0.10.2 |
627 | 2024-12-23T08:25:18.854Z | Downloaded yoke v0.7.5 |
628 | 2024-12-23T08:25:18.860Z | Downloaded sha2 v0.10.8 |
629 | 2024-12-23T08:25:18.863Z | Downloaded rustls-pemfile v2.2.0 |
630 | 2024-12-23T08:25:18.865Z | Downloaded quinn-udp v0.5.9 |
631 | 2024-12-23T08:25:18.867Z | Downloaded spin v0.9.8 |
632 | 2024-12-23T08:25:18.872Z | Downloaded crc32fast v1.4.2 |
633 | 2024-12-23T08:25:18.874Z | Downloaded ipnet v2.10.1 |
634 | 2024-12-23T08:25:18.876Z | Downloaded icu_normalizer v1.5.0 |
635 | 2024-12-23T08:25:18.879Z | Downloaded icu_locid v1.5.0 |
636 | 2024-12-23T08:25:18.883Z | Downloaded tokio-rustls v0.26.1 |
637 | 2024-12-23T08:25:18.885Z | Downloaded hyper-rustls v0.27.5 |
638 | 2024-12-23T08:25:18.887Z | Downloaded typenum v1.17.0 |
639 | 2024-12-23T08:25:18.890Z | Downloaded icu_locid_transform_data v1.5.0 |
640 | 2024-12-23T08:25:18.899Z | Downloaded self_update v0.41.0 |
641 | 2024-12-23T08:25:18.903Z | Downloaded miniz_oxide v0.8.2 |
642 | 2024-12-23T08:25:18.907Z | Downloaded icu_normalizer_data v1.5.0 |
643 | 2024-12-23T08:25:18.910Z | Downloaded const-oid v0.9.6 |
644 | 2024-12-23T08:25:18.912Z | Downloaded icu_properties v1.5.1 |
645 | 2024-12-23T08:25:18.929Z | Downloaded rustls-pki-types v1.10.1 |
646 | 2024-12-23T08:25:18.936Z | Downloaded icu_collections v1.5.0 |
647 | 2024-12-23T08:25:18.942Z | Downloaded openssl-sys v0.9.104 |
648 | 2024-12-23T08:25:18.947Z | Downloaded hyper-util v0.1.10 |
649 | 2024-12-23T08:25:18.951Z | Downloaded quinn v0.11.6 |
650 | 2024-12-23T08:25:18.955Z | Downloaded http v1.2.0 |
651 | 2024-12-23T08:25:18.959Z | Downloaded url v2.5.4 |
652 | 2024-12-23T08:25:18.962Z | Downloaded ed25519-dalek v2.1.1 |
653 | 2024-12-23T08:25:18.965Z | Downloaded base64 v0.22.1 |
654 | 2024-12-23T08:25:18.969Z | Downloaded der v0.7.9 |
655 | 2024-12-23T08:25:18.974Z | Downloaded flate2 v1.0.35 |
656 | 2024-12-23T08:25:18.988Z | Downloaded idna v1.0.3 |
657 | 2024-12-23T08:25:18.997Z | Downloaded zerovec v0.10.4 |
658 | 2024-12-23T08:25:19.012Z | Downloaded quick-xml v0.23.1 |
659 | 2024-12-23T08:25:19.025Z | Downloaded hyper v1.5.2 |
660 | 2024-12-23T08:25:19.039Z | Downloaded reqwest v0.12.9 |
661 | 2024-12-23T08:25:19.047Z | Downloaded rustls-webpki v0.102.8 |
662 | 2024-12-23T08:25:19.065Z | Downloaded vcpkg v0.2.15 |
663 | 2024-12-23T08:25:19.102Z | Downloaded quinn-proto v0.11.9 |
664 | 2024-12-23T08:25:19.108Z | Downloaded webpki-roots v0.26.7 |
665 | 2024-12-23T08:25:19.112Z | Downloaded curve25519-dalek v4.1.3 |
666 | 2024-12-23T08:25:19.120Z | Downloaded openssl v0.10.68 |
667 | 2024-12-23T08:25:19.129Z | Downloaded icu_properties_data v1.5.0 |
668 | 2024-12-23T08:25:19.140Z | Downloaded rustls v0.23.20 |
669 | 2024-12-23T08:25:19.397Z | Downloaded ring v0.17.8 |
670 | 2024-12-23T08:25:19.502Z | Compiling smallvec v1.13.2 |
671 | 2024-12-23T08:25:19.507Z | Compiling synstructure v0.13.1 |
672 | 2024-12-23T08:25:19.507Z | Compiling stable_deref_trait v1.2.0 |
673 | 2024-12-23T08:25:19.561Z | Compiling zerovec-derive v0.10.3 |
674 | 2024-12-23T08:25:19.570Z | Compiling displaydoc v0.2.5 |
675 | 2024-12-23T08:25:19.575Z | Compiling socket2 v0.5.8 |
676 | 2024-12-23T08:25:19.586Z | Compiling futures-channel v0.3.31 |
677 | 2024-12-23T08:25:19.592Z | Compiling litemap v0.7.4 |
678 | 2024-12-23T08:25:19.632Z | Compiling writeable v0.5.5 |
679 | 2024-12-23T08:25:19.886Z | Compiling futures-util v0.3.31 |
680 | 2024-12-23T08:25:19.915Z | Compiling ring v0.17.8 |
681 | 2024-12-23T08:25:19.928Z | Compiling icu_provider_macros v1.5.0 |
682 | 2024-12-23T08:25:20.174Z | Compiling tokio v1.42.0 |
683 | 2024-12-23T08:25:20.487Z | Compiling rustls-pki-types v1.10.1 |
684 | 2024-12-23T08:25:20.689Z | Compiling zerofrom-derive v0.1.5 |
685 | 2024-12-23T08:25:20.885Z | Compiling yoke-derive v0.7.5 |
686 | 2024-12-23T08:25:21.105Z | Compiling icu_locid_transform_data v1.5.0 |
687 | 2024-12-23T08:25:21.196Z | Compiling http v1.2.0 |
688 | 2024-12-23T08:25:21.579Z | Compiling typenum v1.17.0 |
689 | 2024-12-23T08:25:21.953Z | Compiling httparse v1.9.5 |
690 | 2024-12-23T08:25:22.456Z | Compiling untrusted v0.9.0 |
691 | 2024-12-23T08:25:22.601Z | Compiling spin v0.9.8 |
692 | 2024-12-23T08:25:22.621Z | Compiling icu_properties_data v1.5.0 |
693 | 2024-12-23T08:25:22.812Z | Compiling http-body v1.0.1 |
694 | 2024-12-23T08:25:23.004Z | Compiling generic-array v0.14.7 |
695 | 2024-12-23T08:25:23.030Z | Compiling write16 v1.0.0 |
696 | 2024-12-23T08:25:23.136Z | Compiling utf16_iter v1.0.5 |
697 | 2024-12-23T08:25:23.311Z | Compiling icu_normalizer_data v1.5.0 |
698 | 2024-12-23T08:25:23.336Z | Compiling rustls v0.23.20 |
699 | 2024-12-23T08:25:23.354Z | Compiling try-lock v0.2.5 |
700 | 2024-12-23T08:25:23.394Z | Compiling utf8_iter v1.0.4 |
701 | 2024-12-23T08:25:23.472Z | Compiling want v0.3.1 |
702 | 2024-12-23T08:25:23.606Z | Compiling cfg-expr v0.17.2 |
703 | 2024-12-23T08:25:23.714Z | Compiling percent-encoding v2.3.1 |
704 | 2024-12-23T08:25:23.868Z | Compiling zerofrom v0.1.5 |
705 | 2024-12-23T08:25:24.028Z | Compiling subtle v2.6.1 |
706 | 2024-12-23T08:25:24.060Z | Compiling yoke v0.7.5 |
707 | 2024-12-23T08:25:24.261Z | Compiling form_urlencoded v1.2.1 |
708 | 2024-12-23T08:25:24.286Z | Compiling tower-service v0.3.3 |
709 | 2024-12-23T08:25:24.356Z | Compiling zerovec v0.10.4 |
710 | 2024-12-23T08:25:24.383Z | Compiling webpki-roots v0.26.7 |
711 | 2024-12-23T08:25:24.530Z | Compiling target-spec v3.3.0 |
712 | 2024-12-23T08:25:24.570Z | Compiling adler2 v2.0.0 |
713 | 2024-12-23T08:25:24.759Z | Compiling miniz_oxide v0.8.2 |
714 | 2024-12-23T08:25:24.892Z | Compiling http-body-util v0.1.2 |
715 | 2024-12-23T08:25:25.126Z | Compiling futures-executor v0.3.31 |
716 | 2024-12-23T08:25:25.242Z | Compiling serde_urlencoded v0.7.1 |
717 | 2024-12-23T08:25:25.496Z | Compiling block-buffer v0.10.4 |
718 | 2024-12-23T08:25:25.654Z | Compiling crypto-common v0.1.6 |
719 | 2024-12-23T08:25:25.663Z | Compiling parking_lot_core v0.9.10 |
720 | 2024-12-23T08:25:25.673Z | Compiling rustls-pemfile v2.2.0 |
721 | 2024-12-23T08:25:25.799Z | Compiling sync_wrapper v1.0.2 |
722 | 2024-12-23T08:25:25.951Z | Compiling tinystr v0.7.6 |
723 | 2024-12-23T08:25:26.016Z | Compiling icu_collections v1.5.0 |
724 | 2024-12-23T08:25:26.232Z | Compiling icu_locid v1.5.0 |
725 | 2024-12-23T08:25:26.264Z | Compiling crc32fast v1.4.2 |
726 | 2024-12-23T08:25:26.305Z | Compiling mime v0.3.17 |
727 | 2024-12-23T08:25:26.321Z | Compiling base64 v0.22.1 |
728 | 2024-12-23T08:25:26.592Z | Compiling self_update v0.41.0 |
729 | 2024-12-23T08:25:26.855Z | Compiling ipnet v2.10.1 |
730 | 2024-12-23T08:25:26.914Z | Compiling flate2 v1.0.35 |
731 | 2024-12-23T08:25:26.977Z | Compiling guppy v0.17.11 |
732 | 2024-12-23T08:25:26.988Z | Compiling parking_lot v0.12.3 |
733 | 2024-12-23T08:25:27.414Z | Compiling icu_provider v1.5.0 |
734 | 2024-12-23T08:25:27.786Z | Compiling digest v0.10.7 |
735 | 2024-12-23T08:25:27.872Z | Compiling futures v0.3.31 |
736 | 2024-12-23T08:25:27.973Z | Compiling self-replace v1.5.0 |
737 | 2024-12-23T08:25:28.043Z | Compiling icu_locid_transform v1.5.0 |
738 | 2024-12-23T08:25:28.092Z | Compiling quick-xml v0.23.1 |
739 | 2024-12-23T08:25:28.216Z | Compiling cpufeatures v0.2.16 |
740 | 2024-12-23T08:25:28.304Z | Compiling rustls-webpki v0.102.8 |
741 | 2024-12-23T08:25:28.393Z | Compiling urlencoding v2.1.3 |
742 | 2024-12-23T08:25:28.506Z | Compiling sha2 v0.10.8 |
743 | 2024-12-23T08:25:28.707Z | Compiling crossterm v0.28.1 |
744 | 2024-12-23T08:25:29.330Z | Compiling icu_properties v1.5.1 |
745 | 2024-12-23T08:25:29.444Z | Compiling hyper v1.5.2 |
746 | 2024-12-23T08:25:30.379Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
747 | 2024-12-23T08:25:30.475Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
748 | 2024-12-23T08:25:30.673Z | Compiling async-scoped v0.9.0 |
749 | 2024-12-23T08:25:30.961Z | Compiling hyper-util v0.1.10 |
750 | 2024-12-23T08:25:31.890Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
751 | 2024-12-23T08:25:32.423Z | Compiling tokio-stream v0.1.17 |
752 | 2024-12-23T08:25:33.249Z | Compiling icu_normalizer v1.5.0 |
753 | 2024-12-23T08:25:33.308Z | Compiling target-spec-miette v0.4.1 |
754 | 2024-12-23T08:25:33.694Z | Compiling future-queue v0.3.0 |
755 | 2024-12-23T08:25:34.037Z | Compiling mukti-metadata v0.3.0 |
756 | 2024-12-23T08:25:34.102Z | Compiling idna_adapter v1.2.0 |
757 | 2024-12-23T08:25:34.311Z | Compiling idna v1.0.3 |
758 | 2024-12-23T08:25:34.708Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
759 | 2024-12-23T08:25:35.184Z | Compiling url v2.5.4 |
760 | 2024-12-23T08:25:35.255Z | Compiling hex v0.4.3 |
761 | 2024-12-23T08:25:35.763Z | Compiling tokio-rustls v0.26.1 |
762 | 2024-12-23T08:25:36.208Z | Compiling hyper-rustls v0.27.5 |
763 | 2024-12-23T08:25:36.520Z | Compiling reqwest v0.12.9 |
764 | 2024-12-23T08:25:38.906Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
765 | 2024-12-23T08:26:05.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.51s |
766 | 2024-12-23T08:26:06.038Z | |
767 | 2024-12-23T08:26:06.038Z | real 47.624173956 |
768 | 2024-12-23T08:26:06.038Z | user 3:05.167309206 |
769 | 2024-12-23T08:26:06.042Z | sys 19.030809955 |
770 | 2024-12-23T08:26:06.042Z | trap 0.117383473 |
771 | 2024-12-23T08:26:06.042Z | tflt 0.223730020 |
772 | 2024-12-23T08:26:06.042Z | dflt 0.299429965 |
773 | 2024-12-23T08:26:06.042Z | kflt 0.000022070 |
774 | 2024-12-23T08:26:06.042Z | lock 4:47.246173294 |
775 | 2024-12-23T08:26:06.042Z | slp 10:05.845404377 |
776 | 2024-12-23T08:26:06.042Z | lat 6.435783646 |
777 | 2024-12-23T08:26:06.043Z | stop 9.249072781 |
778 | 2024-12-23T08:26:06.043Z | + banner all targets |
779 | 2024-12-23T08:26:06.043Z | |
780 | 2024-12-23T08:26:06.043Z | ## # # |
781 | 2024-12-23T08:26:06.043Z | # # # # |
782 | 2024-12-23T08:26:06.043Z | # # # # |
783 | 2024-12-23T08:26:06.043Z | ###### # # |
784 | 2024-12-23T08:26:06.043Z | # # # # |
785 | 2024-12-23T08:26:06.043Z | # # ###### ###### |
786 | 2024-12-23T08:26:06.043Z | |
787 | 2024-12-23T08:26:06.043Z | |
788 | 2024-12-23T08:26:06.043Z | ##### ## ##### #### ###### ##### #### |
789 | 2024-12-23T08:26:06.043Z | # # # # # # # # # # |
790 | 2024-12-23T08:26:06.043Z | # # # # # # ##### # #### |
791 | 2024-12-23T08:26:06.043Z | # ###### ##### # ### # # # |
792 | 2024-12-23T08:26:06.043Z | # # # # # # # # # # # |
793 | 2024-12-23T08:26:06.043Z | # # # # # #### ###### # #### |
794 | 2024-12-23T08:26:06.043Z | |
795 | 2024-12-23T08:26:06.043Z | + ptime -m cargo build --all-targets |
796 | 2024-12-23T08:26:06.213Z | Downloading crates ... |
797 | 2024-12-23T08:26:06.357Z | Downloaded bit-set v0.8.0 |
798 | 2024-12-23T08:26:06.360Z | Downloaded bit-vec v0.8.0 |
799 | 2024-12-23T08:26:06.375Z | Downloaded test-case-macros v3.3.1 |
800 | 2024-12-23T08:26:06.377Z | Downloaded escape8259 v0.5.3 |
801 | 2024-12-23T08:26:06.381Z | Downloaded diff v0.1.13 |
802 | 2024-12-23T08:26:06.388Z | Downloaded unarray v0.1.4 |
803 | 2024-12-23T08:26:06.394Z | Downloaded rand_xorshift v0.3.0 |
804 | 2024-12-23T08:26:06.394Z | Downloaded quick-error v1.2.3 |
805 | 2024-12-23T08:26:06.394Z | Downloaded test-case v3.3.1 |
806 | 2024-12-23T08:26:06.394Z | Downloaded structmeta v0.3.0 |
807 | 2024-12-23T08:26:06.394Z | Downloaded maplit v1.0.2 |
808 | 2024-12-23T08:26:06.397Z | Downloaded linked-hash-map v0.5.6 |
809 | 2024-12-23T08:26:06.397Z | Downloaded indoc v2.0.5 |
810 | 2024-12-23T08:26:06.400Z | Downloaded libtest-mimic v0.8.1 |
811 | 2024-12-23T08:26:06.402Z | Downloaded structmeta-derive v0.3.0 |
812 | 2024-12-23T08:26:06.402Z | Downloaded rusty-fork v0.3.0 |
813 | 2024-12-23T08:26:06.404Z | Downloaded cp_r v0.5.2 |
814 | 2024-12-23T08:26:06.404Z | Downloaded fs-err v3.0.0 |
815 | 2024-12-23T08:26:06.406Z | Downloaded wait-timeout v0.2.0 |
816 | 2024-12-23T08:26:06.408Z | Downloaded whoami v1.5.2 |
817 | 2024-12-23T08:26:06.412Z | Downloaded test-strategy v0.4.0 |
818 | 2024-12-23T08:26:06.415Z | Downloaded test-case-core v3.3.1 |
819 | 2024-12-23T08:26:06.417Z | Downloaded similar v2.6.0 |
820 | 2024-12-23T08:26:06.422Z | Downloaded pretty_assertions v1.4.1 |
821 | 2024-12-23T08:26:06.424Z | Downloaded yansi v1.0.1 |
822 | 2024-12-23T08:26:06.429Z | Downloaded insta v1.41.1 |
823 | 2024-12-23T08:26:06.437Z | Downloaded proptest v1.6.0 |
824 | 2024-12-23T08:26:06.495Z | Compiling fs-err v3.0.0 |
825 | 2024-12-23T08:26:06.496Z | Compiling maplit v1.0.2 |
826 | 2024-12-23T08:26:06.498Z | Compiling test-case-core v3.3.1 |
827 | 2024-12-23T08:26:06.498Z | Compiling similar v2.6.0 |
828 | 2024-12-23T08:26:06.498Z | Compiling linked-hash-map v0.5.6 |
829 | 2024-12-23T08:26:06.498Z | Compiling structmeta-derive v0.3.0 |
830 | 2024-12-23T08:26:06.498Z | Compiling wait-timeout v0.2.0 |
831 | 2024-12-23T08:26:06.498Z | Compiling bit-vec v0.8.0 |
832 | 2024-12-23T08:26:06.660Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
833 | 2024-12-23T08:26:06.835Z | Compiling whoami v1.5.2 |
834 | 2024-12-23T08:26:06.994Z | Compiling quick-error v1.2.3 |
835 | 2024-12-23T08:26:07.113Z | Compiling rusty-fork v0.3.0 |
836 | 2024-12-23T08:26:07.121Z | Compiling bit-set v0.8.0 |
837 | 2024-12-23T08:26:07.369Z | Compiling rand_xorshift v0.3.0 |
838 | 2024-12-23T08:26:07.378Z | Compiling unarray v0.1.4 |
839 | 2024-12-23T08:26:07.438Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
840 | 2024-12-23T08:26:07.514Z | Compiling proptest v1.6.0 |
841 | 2024-12-23T08:26:07.574Z | Compiling escape8259 v0.5.3 |
842 | 2024-12-23T08:26:07.599Z | Compiling insta v1.41.1 |
843 | 2024-12-23T08:26:07.877Z | Compiling libtest-mimic v0.8.1 |
844 | 2024-12-23T08:26:07.917Z | Compiling cp_r v0.5.2 |
845 | 2024-12-23T08:26:08.201Z | Compiling diff v0.1.13 |
846 | 2024-12-23T08:26:08.246Z | Compiling test-case-macros v3.3.1 |
847 | 2024-12-23T08:26:08.815Z | Compiling yansi v1.0.1 |
848 | 2024-12-23T08:26:08.962Z | Compiling structmeta v0.3.0 |
849 | 2024-12-23T08:26:09.010Z | Compiling indoc v2.0.5 |
850 | 2024-12-23T08:26:09.295Z | Compiling test-case v3.3.1 |
851 | 2024-12-23T08:26:09.298Z | Compiling test-strategy v0.4.0 |
852 | 2024-12-23T08:26:09.386Z | Compiling pretty_assertions v1.4.1 |
853 | 2024-12-23T08:26:09.455Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
854 | 2024-12-23T08:26:11.689Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
855 | 2024-12-23T08:26:12.412Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
856 | 2024-12-23T08:26:12.647Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
857 | 2024-12-23T08:26:15.521Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
858 | 2024-12-23T08:26:52.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.50s |
859 | 2024-12-23T08:26:52.682Z | |
860 | 2024-12-23T08:26:52.685Z | real 46.625805384 |
861 | 2024-12-23T08:26:52.685Z | user 3:29.433272526 |
862 | 2024-12-23T08:26:52.685Z | sys 24.375854046 |
863 | 2024-12-23T08:26:52.685Z | trap 0.123322161 |
864 | 2024-12-23T08:26:52.685Z | tflt 0.041860393 |
865 | 2024-12-23T08:26:52.685Z | dflt 0.057588741 |
866 | 2024-12-23T08:26:52.685Z | kflt 0.000000000 |
867 | 2024-12-23T08:26:52.685Z | lock 5:38.846912554 |
868 | 2024-12-23T08:26:52.685Z | slp 13:26.548058970 |
869 | 2024-12-23T08:26:52.686Z | lat 6.241290037 |
870 | 2024-12-23T08:26:52.686Z | stop 8.731485475 |
871 | 2024-12-23T08:26:52.686Z | + banner all features |
872 | 2024-12-23T08:26:52.686Z | |
873 | 2024-12-23T08:26:52.686Z | ## # # |
874 | 2024-12-23T08:26:52.686Z | # # # # |
875 | 2024-12-23T08:26:52.686Z | # # # # |
876 | 2024-12-23T08:26:52.686Z | ###### # # |
877 | 2024-12-23T08:26:52.686Z | # # # # |
878 | 2024-12-23T08:26:52.686Z | # # ###### ###### |
879 | 2024-12-23T08:26:52.686Z | |
880 | 2024-12-23T08:26:52.686Z | |
881 | 2024-12-23T08:26:52.686Z | ###### ###### ## ##### # # ##### ###### #### |
882 | 2024-12-23T08:26:52.686Z | # # # # # # # # # # # |
883 | 2024-12-23T08:26:52.686Z | ##### ##### # # # # # # # ##### #### |
884 | 2024-12-23T08:26:52.686Z | # # ###### # # # ##### # # |
885 | 2024-12-23T08:26:52.686Z | # # # # # # # # # # # # |
886 | 2024-12-23T08:26:52.686Z | # ###### # # # #### # # ###### #### |
887 | 2024-12-23T08:26:52.686Z | |
888 | 2024-12-23T08:26:52.686Z | + ptime -m cargo build --all-features |
889 | 2024-12-23T08:26:52.854Z | Downloading crates ... |
890 | 2024-12-23T08:26:53.035Z | Downloaded anyhow v1.0.95 |
891 | 2024-12-23T08:26:53.040Z | Downloaded async-stream v0.3.6 |
892 | 2024-12-23T08:26:53.043Z | Downloaded matchers v0.1.0 |
893 | 2024-12-23T08:26:53.046Z | Downloaded tower-layer v0.3.3 |
894 | 2024-12-23T08:26:53.049Z | Downloaded async-stream-impl v0.3.6 |
895 | 2024-12-23T08:26:53.056Z | Downloaded rustversion v1.0.18 |
896 | 2024-12-23T08:26:53.060Z | Downloaded prost-derive v0.13.4 |
897 | 2024-12-23T08:26:53.064Z | Downloaded atomic-waker v1.1.2 |
898 | 2024-12-23T08:26:53.067Z | Downloaded crossbeam-utils v0.8.21 |
899 | 2024-12-23T08:26:53.070Z | Downloaded hyper-timeout v0.5.2 |
900 | 2024-12-23T08:26:53.072Z | Downloaded httpdate v1.0.3 |
901 | 2024-12-23T08:26:53.075Z | Downloaded axum-core v0.4.5 |
902 | 2024-12-23T08:26:53.079Z | Downloaded matchit v0.7.3 |
903 | 2024-12-23T08:26:53.081Z | Downloaded prost v0.13.4 |
904 | 2024-12-23T08:26:53.086Z | Downloaded async-trait v0.1.83 |
905 | 2024-12-23T08:26:53.089Z | Downloaded console-api v0.8.1 |
906 | 2024-12-23T08:26:53.100Z | Downloaded prost-types v0.13.4 |
907 | 2024-12-23T08:26:53.103Z | Downloaded indexmap v1.9.3 |
908 | 2024-12-23T08:26:53.130Z | Downloaded minimal-lexical v0.2.1 |
909 | 2024-12-23T08:26:53.134Z | Downloaded hashbrown v0.12.3 |
910 | 2024-12-23T08:26:53.137Z | Downloaded crossbeam-channel v0.5.14 |
911 | 2024-12-23T08:26:53.144Z | Downloaded tower v0.4.13 |
912 | 2024-12-23T08:26:53.153Z | Downloaded tower v0.5.2 |
913 | 2024-12-23T08:26:53.161Z | Downloaded console-subscriber v0.4.1 |
914 | 2024-12-23T08:26:53.167Z | Downloaded regex-automata v0.1.10 |
915 | 2024-12-23T08:26:53.171Z | Downloaded h2 v0.4.7 |
916 | 2024-12-23T08:26:53.178Z | Downloaded axum v0.7.9 |
917 | 2024-12-23T08:26:53.185Z | Downloaded tonic v0.12.3 |
918 | 2024-12-23T08:26:53.190Z | Downloaded tokio-util v0.7.13 |
919 | 2024-12-23T08:26:53.197Z | Downloaded nom v7.1.3 |
920 | 2024-12-23T08:26:53.210Z | Downloaded regex-syntax v0.6.29 |
921 | 2024-12-23T08:26:53.216Z | Downloaded hdrhistogram v7.5.4 |
922 | 2024-12-23T08:26:53.271Z | Compiling futures-sink v0.3.31 |
923 | 2024-12-23T08:26:53.273Z | Compiling byteorder v1.5.0 |
924 | 2024-12-23T08:26:53.333Z | Compiling num-traits v0.2.19 |
925 | 2024-12-23T08:26:53.335Z | Compiling regex-syntax v0.6.29 |
926 | 2024-12-23T08:26:53.344Z | Compiling atomic-waker v1.1.2 |
927 | 2024-12-23T08:26:53.351Z | Compiling httpdate v1.0.3 |
928 | 2024-12-23T08:26:53.360Z | Compiling anyhow v1.0.95 |
929 | 2024-12-23T08:26:53.370Z | Compiling tower-layer v0.3.3 |
930 | 2024-12-23T08:26:53.428Z | Compiling futures-channel v0.3.31 |
931 | 2024-12-23T08:26:53.497Z | Compiling tokio-util v0.7.13 |
932 | 2024-12-23T08:26:53.597Z | Compiling rustversion v1.0.18 |
933 | 2024-12-23T08:26:53.657Z | Compiling zerocopy v0.7.35 |
934 | 2024-12-23T08:26:53.784Z | Compiling futures-util v0.3.31 |
935 | 2024-12-23T08:26:53.794Z | Compiling either v1.13.0 |
936 | 2024-12-23T08:26:54.144Z | Compiling itertools v0.13.0 |
937 | 2024-12-23T08:26:54.283Z | Compiling h2 v0.4.7 |
938 | 2024-12-23T08:26:54.790Z | Compiling ppv-lite86 v0.2.20 |
939 | 2024-12-23T08:26:54.906Z | Compiling indexmap v1.9.3 |
940 | 2024-12-23T08:26:55.456Z | Compiling async-trait v0.1.83 |
941 | 2024-12-23T08:26:55.483Z | Compiling hashbrown v0.12.3 |
942 | 2024-12-23T08:26:55.551Z | Compiling rand_chacha v0.3.1 |
943 | 2024-12-23T08:26:56.072Z | Compiling rand v0.8.5 |
944 | 2024-12-23T08:26:56.551Z | Compiling regex-automata v0.1.10 |
945 | 2024-12-23T08:26:57.106Z | Compiling prost-derive v0.13.4 |
946 | 2024-12-23T08:26:57.606Z | Compiling async-stream-impl v0.3.6 |
947 | 2024-12-23T08:26:57.627Z | Compiling crossbeam-utils v0.8.21 |
948 | 2024-12-23T08:26:57.690Z | Compiling matchit v0.7.3 |
949 | 2024-12-23T08:26:58.156Z | Compiling matchers v0.1.0 |
950 | 2024-12-23T08:26:58.308Z | Compiling tracing-subscriber v0.3.19 |
951 | 2024-12-23T08:26:58.358Z | Compiling ahash v0.8.11 |
952 | 2024-12-23T08:26:58.839Z | Compiling hyper v1.5.2 |
953 | 2024-12-23T08:26:58.882Z | Compiling http-body-util v0.1.2 |
954 | 2024-12-23T08:26:59.109Z | Compiling tower v0.5.2 |
955 | 2024-12-23T08:26:59.305Z | Compiling axum-core v0.4.5 |
956 | 2024-12-23T08:26:59.361Z | Compiling async-stream v0.3.6 |
957 | 2024-12-23T08:26:59.430Z | Compiling tower v0.4.13 |
958 | 2024-12-23T08:26:59.631Z | Compiling tokio-stream v0.1.17 |
959 | 2024-12-23T08:26:59.845Z | Compiling minimal-lexical v0.2.1 |
960 | 2024-12-23T08:27:00.341Z | Compiling proptest v1.6.0 |
961 | 2024-12-23T08:27:00.503Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
962 | 2024-12-23T08:27:00.592Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
963 | 2024-12-23T08:27:00.719Z | Compiling prost v0.13.4 |
964 | 2024-12-23T08:27:01.335Z | Compiling hyper-util v0.1.10 |
965 | 2024-12-23T08:27:01.563Z | Compiling prost-types v0.13.4 |
966 | 2024-12-23T08:27:01.766Z | Compiling guppy v0.17.11 |
967 | 2024-12-23T08:27:03.017Z | Compiling hyper-timeout v0.5.2 |
968 | 2024-12-23T08:27:03.366Z | Compiling axum v0.7.9 |
969 | 2024-12-23T08:27:03.401Z | Compiling hyper-rustls v0.27.5 |
970 | 2024-12-23T08:27:03.453Z | Compiling nom v7.1.3 |
971 | 2024-12-23T08:27:03.955Z | Compiling futures-executor v0.3.31 |
972 | 2024-12-23T08:27:04.508Z | Compiling base64 v0.21.7 |
973 | 2024-12-23T08:27:04.655Z | Compiling chrono v0.4.39 |
974 | 2024-12-23T08:27:05.174Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
975 | 2024-12-23T08:27:05.249Z | Compiling crossbeam-channel v0.5.14 |
976 | 2024-12-23T08:27:05.409Z | Compiling reqwest v0.12.9 |
977 | 2024-12-23T08:27:06.346Z | Compiling futures v0.3.31 |
978 | 2024-12-23T08:27:06.461Z | Compiling hdrhistogram v7.5.4 |
979 | 2024-12-23T08:27:06.823Z | Compiling quick-junit v0.5.1 |
980 | 2024-12-23T08:27:07.541Z | Compiling async-scoped v0.9.0 |
981 | 2024-12-23T08:27:07.646Z | Compiling tracing-error v0.2.1 |
982 | 2024-12-23T08:27:07.800Z | Compiling future-queue v0.3.0 |
983 | 2024-12-23T08:27:07.970Z | Compiling self_update v0.41.0 |
984 | 2024-12-23T08:27:08.163Z | Compiling color-spantrace v0.2.1 |
985 | 2024-12-23T08:27:08.174Z | Compiling cargo-nextest v0.9.87 (/work/nextest-rs/nextest/cargo-nextest) |
986 | 2024-12-23T08:27:08.659Z | Compiling color-eyre v0.6.3 |
987 | 2024-12-23T08:27:08.912Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
988 | 2024-12-23T08:27:09.628Z | Compiling tonic v0.12.3 |
989 | 2024-12-23T08:27:12.232Z | Compiling console-api v0.8.1 |
990 | 2024-12-23T08:27:13.325Z | Compiling console-subscriber v0.4.1 |
991 | 2024-12-23T08:27:14.854Z | Compiling nextest-runner v0.70.0 (/work/nextest-rs/nextest/nextest-runner) |
992 | 2024-12-23T08:27:26.034Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
993 | 2024-12-23T08:27:47.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.55s |
994 | 2024-12-23T08:27:47.390Z | |
995 | 2024-12-23T08:27:47.390Z | real 54.687439773 |
996 | 2024-12-23T08:27:47.390Z | user 3:46.518066496 |
997 | 2024-12-23T08:27:47.390Z | sys 23.846578722 |
998 | 2024-12-23T08:27:47.390Z | trap 0.124957713 |
999 | 2024-12-23T08:27:47.390Z | tflt 0.113378368 |
1000 | 2024-12-23T08:27:47.393Z | dflt 0.197259417 |
1001 | 2024-12-23T08:27:47.393Z | kflt 0.000002029 |
1002 | 2024-12-23T08:27:47.393Z | lock 6:21.760493360 |
1003 | 2024-12-23T08:27:47.393Z | slp 13:12.265041271 |
1004 | 2024-12-23T08:27:47.393Z | lat 7.138191329 |
1005 | 2024-12-23T08:27:47.393Z | stop 8.643079449 |
1006 | 2024-12-23T08:27:47.393Z | + banner doctests |
1007 | 2024-12-23T08:27:47.396Z | |
1008 | 2024-12-23T08:27:47.396Z | ##### #### #### ##### ###### #### ##### #### |
1009 | 2024-12-23T08:27:47.396Z | # # # # # # # # # # # |
1010 | 2024-12-23T08:27:47.396Z | # # # # # # ##### #### # #### |
1011 | 2024-12-23T08:27:47.396Z | # # # # # # # # # # |
1012 | 2024-12-23T08:27:47.396Z | # # # # # # # # # # # # # |
1013 | 2024-12-23T08:27:47.396Z | ##### #### #### # ###### #### # #### |
1014 | 2024-12-23T08:27:47.396Z | |
1015 | 2024-12-23T08:27:47.396Z | + ptime -m cargo test --doc |
1016 | 2024-12-23T08:27:47.701Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s |
1017 | 2024-12-23T08:27:47.723Z | Doc-tests cargo_nextest |
1018 | 2024-12-23T08:27:48.185Z | |
1019 | 2024-12-23T08:27:48.185Z | running 0 tests |
1020 | 2024-12-23T08:27:48.185Z | |
1021 | 2024-12-23T08:27:48.188Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1022 | 2024-12-23T08:27:48.188Z | |
1023 | 2024-12-23T08:27:48.204Z | Doc-tests fixture_data |
1024 | 2024-12-23T08:27:48.261Z | |
1025 | 2024-12-23T08:27:48.261Z | running 0 tests |
1026 | 2024-12-23T08:27:48.261Z | |
1027 | 2024-12-23T08:27:48.261Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1028 | 2024-12-23T08:27:48.261Z | |
1029 | 2024-12-23T08:27:48.267Z | Doc-tests integration_tests |
1030 | 2024-12-23T08:27:48.334Z | |
1031 | 2024-12-23T08:27:48.334Z | running 0 tests |
1032 | 2024-12-23T08:27:48.334Z | |
1033 | 2024-12-23T08:27:48.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1034 | 2024-12-23T08:27:48.334Z | |
1035 | 2024-12-23T08:27:48.341Z | Doc-tests nextest_filtering |
1036 | 2024-12-23T08:27:48.460Z | |
1037 | 2024-12-23T08:27:48.460Z | running 0 tests |
1038 | 2024-12-23T08:27:48.460Z | |
1039 | 2024-12-23T08:27:48.460Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1040 | 2024-12-23T08:27:48.461Z | |
1041 | 2024-12-23T08:27:48.470Z | Doc-tests nextest_metadata |
1042 | 2024-12-23T08:27:48.608Z | |
1043 | 2024-12-23T08:27:48.608Z | running 2 tests |
1044 | 2024-12-23T08:27:49.193Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
1045 | 2024-12-23T08:27:51.862Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
1046 | 2024-12-23T08:27:51.862Z | |
1047 | 2024-12-23T08:27:51.864Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.25s |
1048 | 2024-12-23T08:27:51.864Z | |
1049 | 2024-12-23T08:27:51.874Z | Doc-tests nextest_runner |
1050 | 2024-12-23T08:27:52.631Z | |
1051 | 2024-12-23T08:27:52.631Z | running 0 tests |
1052 | 2024-12-23T08:27:52.631Z | |
1053 | 2024-12-23T08:27:52.631Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1054 | 2024-12-23T08:27:52.631Z | |
1055 | 2024-12-23T08:27:52.658Z | Doc-tests nextest_workspace_hack |
1056 | 2024-12-23T08:27:52.700Z | |
1057 | 2024-12-23T08:27:52.700Z | running 0 tests |
1058 | 2024-12-23T08:27:52.700Z | |
1059 | 2024-12-23T08:27:52.700Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1060 | 2024-12-23T08:27:52.700Z | |
1061 | 2024-12-23T08:27:52.722Z | |
1062 | 2024-12-23T08:27:52.725Z | real 5.314367396 |
1063 | 2024-12-23T08:27:52.725Z | user 5.231425049 |
1064 | 2024-12-23T08:27:52.725Z | sys 1.592137651 |
1065 | 2024-12-23T08:27:52.725Z | trap 0.002077466 |
1066 | 2024-12-23T08:27:52.725Z | tflt 0.014630230 |
1067 | 2024-12-23T08:27:52.725Z | dflt 0.004999755 |
1068 | 2024-12-23T08:27:52.725Z | kflt 0.000017380 |
1069 | 2024-12-23T08:27:52.725Z | lock 8.980121530 |
1070 | 2024-12-23T08:27:52.725Z | slp 29.340790426 |
1071 | 2024-12-23T08:27:52.725Z | lat 0.034348357 |
1072 | 2024-12-23T08:27:52.725Z | stop 0.429990000 |
1073 | 2024-12-23T08:27:52.725Z | + banner local-nt |
1074 | 2024-12-23T08:27:52.725Z | |
1075 | 2024-12-23T08:27:52.725Z | # #### #### ## # # # ##### |
1076 | 2024-12-23T08:27:52.726Z | # # # # # # # # ## # # |
1077 | 2024-12-23T08:27:52.726Z | # # # # # # # ##### # # # # |
1078 | 2024-12-23T08:27:52.726Z | # # # # ###### # # # # # |
1079 | 2024-12-23T08:27:52.726Z | # # # # # # # # # ## # |
1080 | 2024-12-23T08:27:52.726Z | ###### #### #### # # ###### # # # |
1081 | 2024-12-23T08:27:52.726Z | |
1082 | 2024-12-23T08:27:52.726Z | + ptime -m cargo local-nt run --profile ci |
1083 | 2024-12-23T08:27:53.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s |
1084 | 2024-12-23T08:27:53.035Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1085 | 2024-12-23T08:27:53.501Z | info: experimental features enabled: setup-scripts |
1086 | 2024-12-23T08:27:53.508Z | error: failed to parse nextest config at `/work/nextest-rs/nextest/.config/nextest.toml` |
1087 | 2024-12-23T08:27:53.508Z | |
1088 | 2024-12-23T08:27:53.508Z | Caused by: |
1089 | 2024-12-23T08:27:53.508Z | profile.default-miri: invalid type: unit value, expected struct CustomProfileImpl |
1090 | 2024-12-23T08:27:53.511Z | |
1091 | 2024-12-23T08:27:53.514Z | real 0.780951800 |
1092 | 2024-12-23T08:27:53.514Z | user 0.550585197 |
1093 | 2024-12-23T08:27:53.514Z | sys 0.212739525 |
1094 | 2024-12-23T08:27:53.514Z | trap 0.000025899 |
1095 | 2024-12-23T08:27:53.514Z | tflt 0.000013990 |
1096 | 2024-12-23T08:27:53.514Z | dflt 0.000008600 |
1097 | 2024-12-23T08:27:53.514Z | kflt 0.000000000 |
1098 | 2024-12-23T08:27:53.514Z | lock 0.000471973 |
1099 | 2024-12-23T08:27:53.514Z | slp 0.768763682 |
1100 | 2024-12-23T08:27:53.514Z | lat 0.002463899 |
1101 | 2024-12-23T08:27:53.514Z | stop 0.000180471 |
1102 | 2024-12-23T08:27:53.514Z | process exited: duration 231682 ms, exit code 96 |
|
1103 | 2024-12-23T08:27:53.520Z | found 0 output files |